Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 43b882124282ec1afd2baf8b324d969a4719e16c+f32f4191109bc075ff9359b3fa855becd8fb908f (3355144cb5920d4cc863f1b0b68928c4968500ee) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24042 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # 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 f32f4191109bc075ff9359b3fa855becd8fb908f into PR head commit 43b882124282ec1afd2baf8b324d969a4719e16c Merge succeeded, producing 7f05382e1b612f5b5631b22f027035a888692348 Checking out Revision 7f05382e1b612f5b5631b22f027035a888692348 (PR-3075) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # 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 f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7f05382e1b612f5b5631b22f027035a888692348 # timeout=10 Commit message: "Merge commit 'f32f4191109bc075ff9359b3fa855becd8fb908f' into HEAD" > git rev-list --no-walk 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:18 ========================================================= 00:31:18 EdgeX Global Pipelines Version Info 00:31:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:19 ------------------- 00:31:19 stable info: 00:31:19 ------------------- 00:31:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:19 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:19 Message: update stable to v1.0.179 00:31:20 ------------------- 00:31:20 experimental info: 00:31:20 ------------------- 00:31:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:20 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:20 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3075 [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3075 [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3075 [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7f05382e1b612f5b5631b22f027035a888692348 [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7f05382 [Pipeline] echo 00:31:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:24 provisioning config files... 00:31:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config5698757323270462296tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:24 ---> docker-login.sh 00:31:24 nexus3.edgexfoundry.org:10001 00:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:25 Configure a credential helper to remove this warning. See 00:31:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:25 00:31:25 Login Succeeded 00:31:25 nexus3.edgexfoundry.org:10002 00:31:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:25 Configure a credential helper to remove this warning. See 00:31:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:25 00:31:25 Login Succeeded 00:31:25 nexus3.edgexfoundry.org:10003 00:31:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:25 Configure a credential helper to remove this warning. See 00:31:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:25 00:31:25 Login Succeeded 00:31:25 nexus3.edgexfoundry.org:10004 00:31:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:25 Configure a credential helper to remove this warning. See 00:31:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:25 00:31:25 Login Succeeded 00:31:25 docker.io 00:31:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:26 Configure a credential helper to remove this warning. See 00:31:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:26 00:31:26 Login Succeeded 00:31:26 ---> docker-login.sh ends [Pipeline] } 00:31:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31: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 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/core-command/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo core-command,cmd/core-command/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/core-data/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo core-data,cmd/core-data/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/core-metadata/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/support-notifications/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/support-scheduler/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:26 + for file in '`ls cmd/**/Dockerfile`' 00:31:26 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:26 ++ cut -d/ -f2 00:31:26 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31: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 00:31:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:27 00:31:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:28 latest: Pulling from edgex-devops/git-semver 00:31:28 31603596830f: Pulling fs layer 00:31:28 2a8b12db71e7: Pulling fs layer 00:31:28 6ca5941a6612: Pulling fs layer 00:31:28 ecc8261a40a4: Pulling fs layer 00:31:28 ecc8261a40a4: Waiting 00:31:28 2a8b12db71e7: Verifying Checksum 00:31:28 2a8b12db71e7: Download complete 00:31:28 31603596830f: Verifying Checksum 00:31:28 31603596830f: Download complete 00:31:28 ecc8261a40a4: Verifying Checksum 00:31:28 ecc8261a40a4: Download complete 00:31:28 6ca5941a6612: Verifying Checksum 00:31:28 6ca5941a6612: Download complete 00:31:28 31603596830f: Pull complete 00:31:28 2a8b12db71e7: Pull complete 00:31:29 6ca5941a6612: Pull complete 00:31:30 ecc8261a40a4: Pull complete 00:31:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:30 prd-centos7-docker-4c-2g-24042 does not seem to be running inside a container 00:31:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:33 $ docker top 400dc2db83cec42aff590556b72adce09225de47b24577c181460614b5babfbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:33 [ssh-agent] Looking for ssh-agent implementation... 00:31:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:33 $ docker exec 400dc2db83cec42aff590556b72adce09225de47b24577c181460614b5babfbf ssh-agent 00:31:33 SSH_AUTH_SOCK=/tmp/ssh-dfe2CAAMdDsY/agent.11 00:31:33 SSH_AGENT_PID=16 00:31:33 Running ssh-add (command line suppressed) 00:31:34 Identity added: /w/workspace/edgex-go/10@tmp/private_key_4812977005824391211.key (/w/workspace/edgex-go/10@tmp/private_key_4812977005824391211.key) 00:31:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:34 + git tag --points-at HEAD [Pipeline] } 00:31:34 $ docker exec --env ******** --env ******** 400dc2db83cec42aff590556b72adce09225de47b24577c181460614b5babfbf ssh-agent -k 00:31:34 unset SSH_AUTH_SOCK; 00:31:34 unset SSH_AGENT_PID; 00:31:34 echo Agent pid 16 killed; 00:31:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:34 [ssh-agent] Looking for ssh-agent implementation... 00:31:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:34 $ docker exec 400dc2db83cec42aff590556b72adce09225de47b24577c181460614b5babfbf ssh-agent 00:31:35 SSH_AUTH_SOCK=/tmp/ssh-Doh24xzTUZSy/agent.45 00:31:35 SSH_AGENT_PID=50 00:31:35 Running ssh-add (command line suppressed) 00:31:35 Identity added: /w/workspace/edgex-go/10@tmp/private_key_6518758967427331655.key (/w/workspace/edgex-go/10@tmp/private_key_6518758967427331655.key) 00:31:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:35 + git semver init 00:31:35 # -> Open(): unable to determine branch for HEAD 00:31:35 # $GIT_DIR = /w/workspace/edgex-go/10/.git 00:31:35 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 00:31:35 # $SEMVER_REMOTE_NAME = origin 00:31:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:35 # $SEMVER_USER_NAME = edgex-jenkins 00:31:35 # $SEMVER_BRANCH = PR-3075 00:31:35 # $SEMVER_TEMP = /tmp/semver-073129714 00:31:35 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:07 # '/tmp/semver-073129714' -> '/w/workspace/edgex-go/10/.semver' 00:32:07 # -> Force: false 00:32:07 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 00:32:07 $ docker exec --env ******** --env ******** 400dc2db83cec42aff590556b72adce09225de47b24577c181460614b5babfbf ssh-agent -k 00:32:08 unset SSH_AUTH_SOCK; 00:32:08 unset SSH_AGENT_PID; 00:32:08 echo Agent pid 50 killed; 00:32:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:08 + git semver [Pipeline] } 00:32:08 $ docker stop --time=1 400dc2db83cec42aff590556b72adce09225de47b24577c181460614b5babfbf 00:32:10 $ docker rm -f 400dc2db83cec42aff590556b72adce09225de47b24577c181460614b5babfbf [Pipeline] // withDockerContainer [Pipeline] sh 00:32:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:11 Stashed 1 file(s) [Pipeline] echo 00:32:11 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:13 + sudo service docker restart 00:32:13 + true 00:32:13 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:13 ========================================================= 00:32:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:14 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:18 Sending build context to Docker daemon 327.3MB 00:32:18 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:18 Step 2/6 : FROM ${BASE} 00:32:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:18 188c0c94c7c5: Pulling fs layer 00:32:18 0ef7d3d256c8: Pulling fs layer 00:32:18 de9db76c5a1d: Pulling fs layer 00:32:18 bca2f99d35d6: Pulling fs layer 00:32:18 93359f2a8cfa: Pulling fs layer 00:32:18 7c6f9722023f: Pulling fs layer 00:32:18 a35cf1a2eb13: Pulling fs layer 00:32:18 bca2f99d35d6: Waiting 00:32:18 93359f2a8cfa: Waiting 00:32:18 7c6f9722023f: Waiting 00:32:18 a35cf1a2eb13: Waiting 00:32:18 de9db76c5a1d: Verifying Checksum 00:32:18 de9db76c5a1d: Download complete 00:32:18 0ef7d3d256c8: Download complete 00:32:18 93359f2a8cfa: Download complete 00:32:18 7c6f9722023f: Verifying Checksum 00:32:18 7c6f9722023f: Download complete 00:32:18 188c0c94c7c5: Verifying Checksum 00:32:18 188c0c94c7c5: Download complete 00:32:18 188c0c94c7c5: Pull complete 00:32:18 0ef7d3d256c8: Pull complete 00:32:19 de9db76c5a1d: Pull complete 00:32:20 a35cf1a2eb13: Verifying Checksum 00:32:20 a35cf1a2eb13: Download complete 00:32:20 bca2f99d35d6: Verifying Checksum 00:32:20 bca2f99d35d6: Download complete 00:32:27 Still waiting to schedule task 00:32:27 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24037’ 00:32:27 bca2f99d35d6: Pull complete 00:32:27 93359f2a8cfa: Pull complete 00:32:27 7c6f9722023f: Pull complete 00:32:31 a35cf1a2eb13: Pull complete 00:32:31 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:31 ---> a62c8e92a672 00:32:31 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:31 ---> Running in 2e86bf1917da 00:32:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:33 (1/12) Installing libmagic (5.38-r0) 00:32:34 (2/12) Installing file (5.38-r0) 00:32:34 (3/12) Installing libc-dev (0.7.2-r3) 00:32:34 (4/12) Installing g++ (9.3.0-r2) 00:32:38 (5/12) Installing fortify-headers (1.1-r0) 00:32:38 (6/12) Installing patch (2.7.6-r6) 00:32:38 (7/12) Installing build-base (0.5-r2) 00:32:38 (8/12) Installing libsodium (1.0.18-r0) 00:32:39 (9/12) Installing pkgconf (1.7.2-r0) 00:32:39 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:39 (11/12) Installing libzmq (4.3.3-r0) 00:32:39 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:39 Executing busybox-1.31.1-r19.trigger 00:32:39 OK: 233 MiB in 51 packages 00:32:42 Removing intermediate container 2e86bf1917da 00:32:42 ---> 22ff3c3f49f0 00:32:42 Step 4/6 : WORKDIR /edgex-go 00:32:42 ---> Running in 354439c2e4c0 00:32:42 Removing intermediate container 354439c2e4c0 00:32:42 ---> 2a4036f0c331 00:32:42 Step 5/6 : COPY go.mod . 00:32:42 ---> b24f8fa6246a 00:32:42 Step 6/6 : RUN go mod download 00:32:42 ---> Running in 2c540be9506a 00:33:04 Removing intermediate container 2c540be9506a 00:33:04 ---> 5557c79fed73 00:33:04 Successfully built 5557c79fed73 00:33:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:05 + docker inspect -f . ci-base-image-x86_64 00:33:05 . [Pipeline] withDockerContainer 00:33:05 prd-centos7-docker-4c-2g-24042 does not seem to be running inside a container 00:33:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat 00:33:06 $ docker top 17b39ee402cb26238058236d1badd4da701aadbefc33e32eec35a86eaf234a77 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:06 + go version 00:33:06 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:06 $ docker stop --time=1 17b39ee402cb26238058236d1badd4da701aadbefc33e32eec35a86eaf234a77 00:33:09 $ docker rm -f 17b39ee402cb26238058236d1badd4da701aadbefc33e32eec35a86eaf234a77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:09 + docker inspect -f . ci-base-image-x86_64 00:33:09 . [Pipeline] withDockerContainer 00:33:10 prd-centos7-docker-4c-2g-24042 does not seem to be running inside a container 00:33:10 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat 00:33:10 $ docker top 17d5734624563eea8ab837400a33f85e60a69f6bd3193e5c47bee28d7c68c2ae -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:11 ========================================================= 00:33:11 [edgeXBuildGoParallel] Running Tests and Build... 00:33:11 ========================================================= [Pipeline] sh 00:33:11 + make test 00:33:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:21 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.166s coverage: 46.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.128s coverage: 100.0% of statements 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.264s coverage: 27.1% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.113s coverage: 65.8% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.481s coverage: 82.3% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.465s coverage: 28.6% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.159s coverage: 86.7% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.163s coverage: 97.5% of statements 00:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 78.3% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.502s coverage: 92.8% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 45.5% of statements 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.048s coverage: 79.5% of statements 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.042s coverage: 94.4% of statements 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.105s coverage: 92.9% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.5% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.318s coverage: 68.9% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.315s coverage: 84.0% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.168s coverage: 47.1% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.732s coverage: 29.1% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.056s coverage: 100.0% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.029s coverage: 32.1% of statements 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:34:29 GO111MODULE=on go vet ./... 00:35:01 gofmt -l . 00:35:01 [ "`gofmt -l .`" = "" ] 00:35:01 ./bin/test-go-mod-tidy.sh 00:35:01 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:02 + ls -al . 00:35:02 total 680 00:35:02 drwxrwxr-x 10 1001 1001 4096 Jan 30 00:34 . 00:35:02 drwxr-xr-x 4 root root 30 Jan 30 00:33 .. 00:35:02 -rw-rw-r-- 1 1001 1001 11 Jan 30 00:31 .dockerignore 00:35:02 drwxrwxr-x 8 1001 1001 179 Jan 30 00:31 .git 00:35:02 drwxrwxr-x 3 1001 1001 125 Jan 30 00:31 .github 00:35:02 -rw-rw-r-- 1 1001 1001 872 Jan 30 00:31 .gitignore 00:35:02 drwx------ 3 1001 1001 60 Jan 30 00:32 .semver 00:35:02 -rw-rw-r-- 1 1001 1001 166 Jan 30 00:31 .sonarcloud.properties 00:35:02 -rw-rw-r-- 1 1001 1001 7859 Jan 30 00:31 Attribution.txt 00:35:02 -rw-rw-r-- 1 1001 1001 3804 Jan 30 00:31 CONTRIBUTING.md 00:35:02 -rw-rw-r-- 1 1001 1001 931 Jan 30 00:31 Dockerfile.build 00:35:02 -rw-rw-r-- 1 1001 1001 863 Jan 30 00:31 Jenkinsfile 00:35:02 -rw-rw-r-- 1 1001 1001 10775 Jan 30 00:31 LICENSE 00:35:02 -rw-rw-r-- 1 1001 1001 6001 Jan 30 00:31 Makefile 00:35:02 -rw-rw-r-- 1 1001 1001 6524 Jan 30 00:31 README.md 00:35:02 -rw-rw-r-- 1 1001 1001 6755 Jan 30 00:31 SECURITY.md 00:35:02 -rw-rw-r-- 1 1001 1001 5 Jan 30 00:32 VERSION 00:35:02 -rw-rw-r-- 1 1001 1001 4131 Jan 30 00:31 ZMQWindows.md 00:35:02 drwxrwxr-x 2 1001 1001 117 Jan 30 00:31 bin 00:35:02 drwxrwxr-x 15 1001 1001 4096 Jan 30 00:31 cmd 00:35:02 -rw-r--r-- 1 root root 574984 Jan 30 00:34 coverage.out 00:35:02 -rw-r--r-- 1 root root 1054 Jan 30 00:34 go.mod 00:35:02 -rw-r--r-- 1 root root 19399 Jan 30 00:34 go.sum 00:35:02 drwxrwxr-x 8 1001 1001 127 Jan 30 00:31 internal 00:35:02 drwxrwxr-x 4 1001 1001 26 Jan 30 00:31 openapi 00:35:02 drwxrwxr-x 4 1001 1001 71 Jan 30 00:31 snap 00:35:02 -rw-rw-r-- 1 1001 1001 168 Jan 30 00:31 version.go [Pipeline] sh 00:35:02 + '[' -e coverage.out ] 00:35:02 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:02 Stashed 1 file(s) [Pipeline] sh 00:35:03 + make build 00:35:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:35:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:35:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:35:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:35:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:35:30 $ docker stop --time=1 17d5734624563eea8ab837400a33f85e60a69f6bd3193e5c47bee28d7c68c2ae 00:35:32 $ docker rm -f 17d5734624563eea8ab837400a33f85e60a69f6bd3193e5c47bee28d7c68c2ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:34 00:35:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:34 latest: Pulling from edgex-devops/edgex-compose 00:35:34 cbdbe7a5bc2a: Pulling fs layer 00:35:34 ca9280d653b3: Pulling fs layer 00:35:34 7e9c9ca2126c: Pulling fs layer 00:35:34 cbdbe7a5bc2a: Verifying Checksum 00:35:34 cbdbe7a5bc2a: Download complete 00:35:35 ca9280d653b3: Verifying Checksum 00:35:35 ca9280d653b3: Download complete 00:35:35 cbdbe7a5bc2a: Pull complete 00:35:36 7e9c9ca2126c: Download complete 00:35:36 ca9280d653b3: Pull complete 00:35:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24047 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws 00:35:43 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 00:35:43 7e9c9ca2126c: Pull complete 00:35:43 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:43 prd-centos7-docker-4c-2g-24042 does not seem to be running inside a container 00:35:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:46 $ docker top 1938ca232a440fd09d697c4f0265695b1bfef06ae9c9666f84f06f88b4df1c60 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:47 + docker-compose build --help 00:35:47 + grep parallel 00:35:48 --parallel Build images in parallel. [Pipeline] } 00:35:48 $ docker stop --time=1 1938ca232a440fd09d697c4f0265695b1bfef06ae9c9666f84f06f88b4df1c60 00:35:48 using credential edgex-jenkins-ssh 00:35:48 Cloning the remote Git repository 00:35:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:48 > git init /w/workspace/edgex-go/10 # timeout=10 00:35:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:49 > git --version # timeout=10 00:35:49 > git --version # 'git version 2.17.1' 00:35:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:49 $ docker rm -f 1938ca232a440fd09d697c4f0265695b1bfef06ae9c9666f84f06f88b4df1c60 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:50 . [Pipeline] withDockerContainer 00:35:50 prd-centos7-docker-4c-2g-24042 does not seem to be running inside a container 00:35:50 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:51 $ docker top ccb0eb16e73f1662f16b4dff6fa8fb9d3748cf01bd5c1e4cf597073e943b0871 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:51 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:52 Building docker-core-command-go ... 00:35:52 Building docker-core-data-go ... 00:35:52 Building docker-core-metadata-go ... 00:35:52 Building docker-security-bootstrapper-go ... 00:35:52 Building docker-security-proxy-setup-go ... 00:35:52 Building docker-security-secretstore-setup-go ... 00:35:52 Building docker-support-notifications-go ... 00:35:52 Building docker-support-scheduler-go ... 00:35:52 Building docker-sys-mgmt-agent-go ... 00:35:52 Building docker-sys-mgmt-agent-go 00:35:52 Building docker-core-command-go 00:35:52 Building docker-security-proxy-setup-go 00:35:52 Building docker-security-secretstore-setup-go 00:35:52 Building docker-support-notifications-go 00:36:15 Merging remotes/origin/master commit f32f4191109bc075ff9359b3fa855becd8fb908f into PR head commit 43b882124282ec1afd2baf8b324d969a4719e16c 00:36:16 Merge succeeded, producing bad9ca6025c6c388b5bbb628f01e063254f80623 00:36:16 Checking out Revision bad9ca6025c6c388b5bbb628f01e063254f80623 (PR-3075) 00:36:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:14 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:15 > git config core.sparsecheckout # timeout=10 00:36:15 > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 00:36:15 > git remote # timeout=10 00:36:15 > git config --get remote.origin.url # timeout=10 00:36:15 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:15 > git merge f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 00:36:16 > git rev-parse HEAD^{commit} # timeout=10 00:36:16 > git config core.sparsecheckout # timeout=10 00:36:16 > git checkout -f bad9ca6025c6c388b5bbb628f01e063254f80623 # timeout=10 00:36:20 Commit message: "Merge commit 'f32f4191109bc075ff9359b3fa855becd8fb908f' into HEAD" 00:36:20 > git rev-list --no-walk 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:23 + true 00:36:23 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:25 provisioning config files... 00:36:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config8624924749137374948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:25 ---> docker-login.sh 00:36:25 nexus3.edgexfoundry.org:10001 00:36:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:26 Configure a credential helper to remove this warning. See 00:36:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:26 00:36:26 Login Succeeded 00:36:26 nexus3.edgexfoundry.org:10002 00:36:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:27 Configure a credential helper to remove this warning. See 00:36:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:27 00:36:27 Login Succeeded 00:36:27 nexus3.edgexfoundry.org:10003 00:36:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:27 Configure a credential helper to remove this warning. See 00:36:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:27 00:36:27 Login Succeeded 00:36:27 nexus3.edgexfoundry.org:10004 00:36:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:28 Configure a credential helper to remove this warning. See 00:36:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:28 00:36:28 Login Succeeded 00:36:28 docker.io 00:36:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:29 Configure a credential helper to remove this warning. See 00:36:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:29 00:36:29 Login Succeeded 00:36:29 ---> docker-login.sh ends [Pipeline] } 00:36:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:29 ========================================================= 00:36:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:29 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:31 ---> 5557c79fed73 00:36:31 Step 3/24 : WORKDIR /edgex-go 00:36:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:31 ---> 5557c79fed73 00:36:31 Step 3/22 : WORKDIR /edgex-go 00:36:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:31 00:36:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder ---> 5557c79fed73 00:36:31 00:36:31 Step 3/21 : WORKDIR /edgex-go ---> 5557c79fed73 00:36:31 00:36:31 Step 3/26 : WORKDIR /edgex-go 00:36:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:31 ---> 5557c79fed73 00:36:31 Step 3/23 : WORKDIR /edgex-go 00:36:31 ---> Running in 998a665a55a9 00:36:31 ---> Running in 1358c326f509 00:36:31 ---> Running in 04783417d7f3 00:36:31 ---> Running in c839d8a3f501 00:36:31 ---> Running in 3b9d51fdd1ab 00:36:31 Removing intermediate container 1358c326f509 00:36:31 ---> 6a370d1086e0 00:36:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:31 Removing intermediate container 998a665a55a9 00:36:31 ---> a233ab1a83b9 00:36:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:31 Removing intermediate container c839d8a3f501 00:36:31 ---> 206f53bceaf9 00:36:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:31 Removing intermediate container 3b9d51fdd1ab 00:36:31 ---> 1a10d0b3ab32 00:36:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:31 Removing intermediate container 04783417d7f3 00:36:31 ---> 86e09e940994 00:36:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:31 ---> Running in 0760dd1929e1 00:36:31 ---> Running in 75957feabe12 00:36:31 ---> Running in 890157a9e8e2 00:36:31 ---> Running in 701cff5e04ea 00:36:31 ---> Running in af9e99e75b61 00:36:31 Removing intermediate container 75957feabe12 00:36:31 ---> 371349dcc4fd 00:36:31 Step 5/21 : RUN apk add --update --no-cache make git 00:36:31 Removing intermediate container af9e99e75b61 00:36:31 ---> 6a50a86a0718 00:36:31 Step 5/24 : RUN apk add --update --no-cache make git 00:36:31 Removing intermediate container 890157a9e8e2 00:36:31 ---> 4bbbac33f063 00:36:31 Step 5/26 : RUN apk add --update --no-cache make bash git 00:36:31 ---> Running in ae15493aeb86 00:36:32 ---> Running in 677216d7e01e 00:36:32 ---> Running in fb0cd661adc9 00:36:32 Removing intermediate container 0760dd1929e1 00:36:32 ---> 0260195e6d94 00:36:32 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:32 Removing intermediate container 701cff5e04ea 00:36:32 ---> 374d78eeaab4 00:36:32 Step 5/23 : RUN apk add --update --no-cache make git 00:36:32 ---> Running in 83405fb7c6d6 00:36:32 ---> Running in 4a4161fa401c 00:36:32 Sending build context to Docker daemon 166MB 00:36:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:32 Step 2/6 : FROM ${BASE} 00:36:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:32 5f621e34cdf4: Pulling fs layer 00:36:32 a4357932f1b6: Pulling fs layer 00:36:32 18c013af1878: Pulling fs layer 00:36:32 00ac8860ef70: Pulling fs layer 00:36:32 63d7cb157983: Pulling fs layer 00:36:32 b116817d02f9: Pulling fs layer 00:36:32 745a02a5169b: Pulling fs layer 00:36:32 00ac8860ef70: Waiting 00:36:32 63d7cb157983: Waiting 00:36:32 b116817d02f9: Waiting 00:36:32 745a02a5169b: Waiting 00:36:32 18c013af1878: Verifying Checksum 00:36:32 18c013af1878: Download complete 00:36:32 a4357932f1b6: Verifying Checksum 00:36:32 a4357932f1b6: Download complete 00:36:32 63d7cb157983: Verifying Checksum 00:36:32 63d7cb157983: Download complete 00:36:32 5f621e34cdf4: Verifying Checksum 00:36:32 5f621e34cdf4: Download complete 00:36:32 b116817d02f9: Verifying Checksum 00:36:32 b116817d02f9: Download complete 00:36:33 5f621e34cdf4: Pull complete 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:33 a4357932f1b6: Pull complete 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:34 18c013af1878: Pull complete 00:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:34 OK: 233 MiB in 51 packages 00:36:35 OK: 233 MiB in 51 packages 00:36:35 OK: 233 MiB in 51 packages 00:36:35 745a02a5169b: Verifying Checksum 00:36:35 745a02a5169b: Download complete 00:36:35 Removing intermediate container 677216d7e01e 00:36:35 ---> 2e468246850f 00:36:35 Step 6/24 : COPY go.mod . 00:36:35 ---> 141dd38981b3 00:36:35 Step 7/24 : RUN go mod download 00:36:35 OK: 233 MiB in 51 packages 00:36:35 ---> Running in 2d4734b87b81 00:36:35 OK: 233 MiB in 51 packages 00:36:35 Removing intermediate container ae15493aeb86 00:36:35 ---> 4a5315a2a5c6 00:36:35 Step 6/21 : COPY go.mod . 00:36:36 00ac8860ef70: Verifying Checksum 00:36:36 00ac8860ef70: Download complete 00:36:36 Removing intermediate container fb0cd661adc9 00:36:36 ---> 704f7f8eae55 00:36:36 Step 6/26 : COPY go.mod . 00:36:36 ---> 1cc8f175861b 00:36:36 Step 7/21 : RUN go mod download 00:36:36 ---> 8d160f5c523f 00:36:36 Step 7/26 : RUN go mod download 00:36:36 ---> Running in 5a75d59d1c2a 00:36:36 ---> Running in eda50e62d968 00:36:36 Removing intermediate container 83405fb7c6d6 00:36:36 ---> afa4497f6114 00:36:36 Step 6/22 : COPY go.mod . 00:36:36 Removing intermediate container 4a4161fa401c 00:36:36 ---> 784ad998b784 00:36:36 Step 6/23 : COPY go.mod . 00:36:37 ---> a2eba1db5810 00:36:37 Step 7/22 : RUN go mod download 00:36:37 ---> 7ee926c1f03a 00:36:37 Step 7/23 : RUN go mod download 00:36:37 ---> Running in 422b44b00b0d 00:36:37 ---> Running in 7d9cc68a48a0 00:36:38 Removing intermediate container 2d4734b87b81 00:36:38 ---> 8e4c9ccb9dbf 00:36:38 Step 8/24 : COPY . . 00:36:38 Removing intermediate container 5a75d59d1c2a 00:36:38 ---> c4be2b17e682 00:36:38 Step 8/21 : COPY . . 00:36:38 Removing intermediate container eda50e62d968 00:36:38 ---> b38c42a6727c 00:36:38 Step 8/26 : COPY . . 00:36:46 00ac8860ef70: Pull complete 00:36:46 63d7cb157983: Pull complete 00:36:46 b116817d02f9: Pull complete 00:36:46 Removing intermediate container 7d9cc68a48a0 00:36:46 ---> c458d93b1ae6 00:36:46 Step 8/23 : COPY . . 00:36:47 Removing intermediate container 422b44b00b0d 00:36:47 ---> d8569486930a 00:36:47 Step 8/22 : COPY . . 00:36:49 745a02a5169b: Pull complete 00:36:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:49 ---> b7e6874047d6 00:36:49 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:53 ---> Running in 2df185556578 00:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:55 (1/12) Installing libmagic (5.38-r0) 00:36:56 (2/12) Installing file (5.38-r0) 00:36:56 (3/12) Installing libc-dev (0.7.2-r3) 00:36:56 (4/12) Installing g++ (9.3.0-r2) 00:37:00 (5/12) Installing fortify-headers (1.1-r0) 00:37:00 (6/12) Installing patch (2.7.6-r6) 00:37:01 (7/12) Installing build-base (0.5-r2) 00:37:01 (8/12) Installing libsodium (1.0.18-r0) 00:37:01 (9/12) Installing pkgconf (1.7.2-r0) 00:37:01 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:01 (11/12) Installing libzmq (4.3.3-r0) 00:37:01 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:01 Executing busybox-1.31.1-r19.trigger 00:37:01 OK: 217 MiB in 51 packages 00:37:06 Removing intermediate container 2df185556578 00:37:06 ---> f6b2d1b1b4e9 00:37:06 Step 4/6 : WORKDIR /edgex-go 00:37:06 ---> Running in 2b913df0bf09 00:37:06 Removing intermediate container 2b913df0bf09 00:37:06 ---> 95362795454b 00:37:06 Step 5/6 : COPY go.mod . 00:37:07 ---> fa2629baff43 00:37:07 Step 6/6 : RUN go mod download 00:37:07 ---> Running in 5bec46f846c8 00:37:26 ---> 847b3fcacb6a 00:37:26 ---> 0d4d196bcefd 00:37:26 ---> 0addfc6e0f40 00:37:26 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:26 00:37:26 00:37:26 ---> Running in 7cb4644b75f1 00:37:26 ---> e994be7bca59 00:37:26 Step 9/23 : RUN make cmd/core-command/core-command 00:37:26 ---> Running in 4a5e126e601d 00:37:26 ---> Running in c8845dbccfc6 00:37:26 ---> Running in bdd6d3e74117 00:37:26 ---> ae060677ab13 00:37:26 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:26 ---> Running in ea7c10b963c3 00:37:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:37:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:37:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:34 Removing intermediate container 5bec46f846c8 00:37:34 ---> 1f7c227db4a5 00:37:34 Successfully built 1f7c227db4a5 00:37:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:34 + docker inspect -f . ci-base-image-arm64 00:37:34 . [Pipeline] withDockerContainer 00:37:34 prd-ubuntu18.04-docker-arm64-4c-16g-24047 does not seem to be running inside a container 00:37:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-arm64 cat 00:37:36 $ docker top 5af4fafaada97eb2a88cf8cc79e36e9eb9e1c261754526498c01e6326d1a5f26 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:37 + go version 00:37:37 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:37 $ docker stop --time=1 5af4fafaada97eb2a88cf8cc79e36e9eb9e1c261754526498c01e6326d1a5f26 00:37:39 $ docker rm -f 5af4fafaada97eb2a88cf8cc79e36e9eb9e1c261754526498c01e6326d1a5f26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:40 + docker inspect -f . ci-base-image-arm64 00:37:40 . [Pipeline] withDockerContainer 00:37:40 prd-ubuntu18.04-docker-arm64-4c-16g-24047 does not seem to be running inside a container 00:37:40 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-arm64 cat 00:37:42 $ docker top 48ba80a3fd08eb1dbc88cf1f4a2b7c2823dfb213a670f380a37dea30d0fb7cae -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:42 ========================================================= 00:37:42 [edgeXBuildGoParallel] Running Tests and Build... 00:37:42 ========================================================= [Pipeline] sh 00:37:43 + make test 00:37:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:38:02 Removing intermediate container ea7c10b963c3 00:38:02 ---> 8e26f35d1aac 00:38:02 00:38:02 Step 10/22 : FROM alpine:3.12 00:38:02 3.12: Pulling from library/alpine 00:38:04 Removing intermediate container 7cb4644b75f1 00:38:04 ---> 065c80e7b3f8 00:38:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:04 Status: Downloaded newer image for alpine:3.12 00:38:04 ---> 389fef711851 00:38:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:04 ---> Running in 368065ac5c23 00:38:04 ---> Running in 6f2bab17f50e 00: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 00:38:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:08 Removing intermediate container 4a5e126e601d 00:38:08 ---> 4a58eb27be25 00:38:08 00:38:08 Step 10/24 : FROM alpine:3.12 00:38:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:08 (1/2) Installing ca-certificates (20191127-r4) 00:38:08 (2/2) Installing dumb-init (1.2.2-r1) 00:38:08 Executing busybox-1.31.1-r19.trigger 00:38:08 Executing ca-certificates-20191127-r4.trigger 00:38:08 OK: 6 MiB in 16 packages 00:38:08 ---> 389fef711851 00:38:08 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:38:10 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:10 Removing intermediate container c8845dbccfc6 00:38:10 ---> 9dd9b588e524 00:38:10 00:38:10 Step 10/21 : FROM alpine:3.12 00:38:10 ---> 389fef711851 00:38:10 Step 11/21 : RUN apk add --update --no-cache curl 00:38:10 Removing intermediate container bdd6d3e74117 00:38:10 ---> fe0af0aa4b8b 00:38:10 00:38:10 Step 10/23 : FROM alpine:3.12 00:38:10 ---> 389fef711851 00:38:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:10 ---> Running in 59148a486dd9 00:38:10 ---> Running in ec6787703409 00:38:10 ---> Running in 92feb6db525a 00:38:11 Removing intermediate container 368065ac5c23 00:38:11 ---> d9aecb159c9a 00:38:11 00:38:11 Step 11/26 : FROM docker:20.10.0 00:38:11 20.10.0: Pulling from library/docker 00:38:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:11 Removing intermediate container 6f2bab17f50e 00:38:11 ---> ed67b79743e9 00:38:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:38:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:12 (1/5) Installing ca-certificates (20191127-r4) 00:38:12 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:38:12 (3/5) Installing libcurl (7.69.1-r3) 00:38:12 (4/5) Installing curl (7.69.1-r3) 00:38:12 (5/5) Installing dumb-init (1.2.2-r1) 00:38:12 Executing busybox-1.31.1-r19.trigger 00:38:12 Executing ca-certificates-20191127-r4.trigger 00:38:12 ---> Running in 88c2f8d1e164 00:38:13 OK: 7 MiB in 19 packages 00:38:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:13 (1/4) Installing ca-certificates (20191127-r4) 00:38:13 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:13 (3/4) Installing libcurl (7.69.1-r3) 00:38:13 (4/4) Installing curl (7.69.1-r3) 00:38:13 Executing busybox-1.31.1-r19.trigger 00:38:13 Executing ca-certificates-20191127-r4.trigger 00:38:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:13 OK: 7 MiB in 18 packages 00:38:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:14 (1/1) Installing dumb-init (1.2.2-r1) 00:38:14 Executing busybox-1.31.1-r19.trigger 00:38:14 OK: 6 MiB in 15 packages 00:38:14 Removing intermediate container 88c2f8d1e164 00:38:14 ---> 9ded17475d08 00:38:14 Step 13/22 : ENV APP_PORT=48060 00:38:14 ---> Running in b2ed555ad5d1 00:38:15 Removing intermediate container b2ed555ad5d1 00:38:15 ---> b288f09c0a8d 00:38:15 Step 14/22 : EXPOSE $APP_PORT 00:38:15 ---> Running in 319850bcec60 00:38:15 Removing intermediate container ec6787703409 00:38:15 ---> f879af249876 00:38:15 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:16 Removing intermediate container 59148a486dd9 00:38:16 ---> 5452a8cae247 00:38:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:16 Removing intermediate container 92feb6db525a 00:38:16 ---> dff12a583201 00:38:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:16 Removing intermediate container 319850bcec60 00:38:16 ---> dd74732a1860 00:38:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:16 ---> Running in e864add4bf5f 00:38:16 ---> Running in 9f15fc4ffeda 00:38:16 ---> Running in e08457992371 00:38:16 Removing intermediate container e864add4bf5f 00:38:16 ---> cfc55cc21628 00:38:16 Step 13/24 : WORKDIR / 00:38:16 Removing intermediate container 9f15fc4ffeda 00:38:16 ---> 76c6abac9f3c 00:38:16 Step 13/21 : WORKDIR /edgex 00:38:16 ---> 2b47a3c9b376 00:38:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:16 ---> Running in 7070460ae7d4 00:38:16 Removing intermediate container e08457992371 00:38:16 ---> 7a49bf4ed4ee 00:38:16 Step 13/23 : ENV APP_PORT=48082 00:38:17 ---> Running in 9289c22a479e 00:38:17 ---> Running in 3e91f64f6209 00:38:17 Removing intermediate container 7070460ae7d4 00:38:17 ---> 9d9adfccba53 00:38:17 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:38:17 Removing intermediate container 9289c22a479e 00:38:17 ---> ffe65f68b7c6 00:38:17 Step 14/23 : EXPOSE $APP_PORT 00:38:17 Removing intermediate container 3e91f64f6209 00:38:17 ---> cfb284748648 00:38:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:17 ---> Running in cc7ac58fef82 00:38:17 ---> 14e1b608e721 00:38:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:17 ---> 83edb1576e38 00:38:17 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:38:17 Removing intermediate container cc7ac58fef82 00:38:17 ---> 4c4056d648f1 00:38:17 Step 15/23 : WORKDIR / 00:38:17 ---> c6bcba157d1f 00:38:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:18 ---> Running in 00d09502b2e5 00:38:18 ---> 0ab2c2ba91d8 00:38:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:18 ---> Running in e09eb31761d4 00:38:18 ---> cdae751d08a8 00:38:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:19 ---> 2768c1eb45a4 00:38:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:19 Removing intermediate container 00d09502b2e5 00:38:19 ---> 43819b807a88 00:38:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:19 Removing intermediate container e09eb31761d4 00:38:19 ---> 81ce90e04175 00:38:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:20 ---> 06545e9753e5 00:38:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:20 ---> Running in cdc1cd72d344 00:38:20 ---> e68ccefd8e38 00:38:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:20 ---> eda10121bca7 00:38:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:20 ---> Running in f09e94d73dde 00:38:20 Removing intermediate container cdc1cd72d344 00:38:20 ---> e39eefcf0c95 00:38:20 Step 20/22 : LABEL arch=x86_64 00:38:20 ---> Running in 9d4de2ae0e7a 00:38:20 ---> 2fc5a3910ec5 00:38:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:20 Removing intermediate container f09e94d73dde 00:38:20 ---> 227b228aa459 00:38:20 Step 18/21 : CMD ["--init=true"] 00:38:20 ---> Running in b7333f600c44 00:38:20 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:20 Status: Downloaded newer image for docker:20.10.0 00:38:20 Removing intermediate container 9d4de2ae0e7a 00:38:20 ---> ceebf915f2cb 00:38:20 Step 21/22 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:38:21 ---> aefe523efa57 00:38:21 Step 12/26 : RUN apk add --no-cache bash 00:38:21 ---> e58c1ac52019 00:38:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:21 ---> Running in 02d7137a8cf8 00:38:21 ---> Running in 85a7313a5d58 00:38:21 Removing intermediate container b7333f600c44 00:38:21 ---> 1ec0f1c7055d 00:38:21 Step 19/21 : LABEL arch=x86_64 00:38:21 ---> 568c7a531717 00:38:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:21 ---> Running in f717197874b7 00:38:21 Removing intermediate container 02d7137a8cf8 00:38:21 ---> 1fd05d7a6e66 00:38:21 Step 22/22 : LABEL version=0.0.0 00:38:21 ---> c33919b61016 00:38:21 Step 19/23 : ENTRYPOINT ["/core-command"] 00:38:21 ---> Running in f323a2f5c62a 00:38:22 Removing intermediate container f717197874b7 00:38:22 ---> 4dfe297098fc 00:38:22 Step 20/21 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:38:22 ---> Running in 5421484b3b27 00:38:22 ---> 8b30884c415b 00:38:22 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:38:22 ---> Running in 6bfa85917dfe 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:22 ---> Running in 48f3476bd3ae 00:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:22 Removing intermediate container f323a2f5c62a 00:38:22 ---> 8e216ec63e5c 00:38:22 00:38:22 Removing intermediate container 5421484b3b27 00:38:22 ---> 83f018814670 00:38:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:22 (1/2) Installing readline (8.0.4-r0) 00:38:22 (2/2) Installing bash (5.0.17-r0) 00:38:22 Removing intermediate container 6bfa85917dfe 00:38:22 ---> e2725d1b6d7f 00:38:22 Step 21/21 : LABEL version=0.0.0 00:38:22 Executing bash-5.0.17-r0.post-install 00:38:22 Executing busybox-1.31.1-r19.trigger 00:38:22 OK: 12 MiB in 22 packages 00:38:22 ---> Running in 0f55a6078e98 00:38:22 Successfully built 8e216ec63e5c 00:38:22 Successfully tagged docker-support-notifications-go:latest 00:38:22  Building docker-support-notifications-go ... done Building docker-core-metadata-go 00:38:22 ---> Running in 8a1cfa456827 00:38:23 Removing intermediate container 0f55a6078e98 00:38:23 ---> a9b9902e315c 00:38:23 Step 21/23 : LABEL arch=x86_64 00:38:23 Removing intermediate container 8a1cfa456827 00:38:23 ---> 798d5020fe50 00:38:23 00:38:23 ---> Running in adf53ff3bec1 00:38:25 Successfully built 798d5020fe50 00:38:25 Successfully tagged docker-security-proxy-setup-go:latest 00:38:25 Building docker-support-scheduler-go 00:38:26  Building docker-security-proxy-setup-go ... done Removing intermediate container 85a7313a5d58 00:38:26 ---> bc56eaf8dccc 00:38:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:27 Removing intermediate container adf53ff3bec1 00:38:27 ---> fb7e6da9f0ef 00:38:27 Step 22/23 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:38:27 ---> Running in 70f102214a13 00:38:27 Removing intermediate container 48f3476bd3ae 00:38:27 ---> 4443cd29b660 00:38:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:27 ---> Running in be27654da263 00:38:29 ---> Running in c94d053b2a2f 00:38:31 Removing intermediate container 70f102214a13 00:38:31 ---> 1962958a7e49 00:38:31 Step 14/26 : ENV APP_PORT=48090 00:38:31 Removing intermediate container be27654da263 00:38:31 ---> 4466ac2c1ade 00:38:31 Step 23/23 : LABEL version=0.0.0 00:38:31 ---> Running in 747b786d6bb7 00:38:31 ---> Running in 33f6a745e3b6 00:38:31 Removing intermediate container c94d053b2a2f 00:38:31 ---> 5a75f15f0cd3 00:38:31 Step 22/24 : LABEL arch=x86_64 00:38:31 ---> Running in 42830ba793f4 00:38:31 Removing intermediate container 33f6a745e3b6 00:38:31 ---> 90ede60f3d9c 00:38:31 00:38:31 Removing intermediate container 747b786d6bb7 00:38:31 ---> e1d96a735a58 00:38:31 Step 15/26 : EXPOSE $APP_PORT 00:38:32 ---> Running in b04a4a42fa12 00:38:32 Successfully built 90ede60f3d9c 00:38:32 Removing intermediate container 42830ba793f4 00:38:32 ---> c3150ee42011 00:38:32 Step 23/24 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:38:32 Successfully tagged docker-core-command-go:latest 00:38:32  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 00:38:32 ---> Running in 77c7f1570173 00:38:32 Removing intermediate container b04a4a42fa12 00:38:32 ---> a3ec14d3611e 00:38:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:32 Removing intermediate container 77c7f1570173 00:38:32 ---> 9cc58dace915 00:38:32 Step 24/24 : LABEL version=0.0.0 00:38:33 ---> Running in 7438ec8807fc 00:38:36 ---> ac5cdf2414b5 00:38:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:36 Removing intermediate container 7438ec8807fc 00:38:36 ---> d8755a797363 00:38:36 00:38:36 Successfully built d8755a797363 00:38:36 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:36 Building docker-core-data-go 00:38:37  Building docker-security-secretstore-setup-go ... done  ---> c20909a58764 00:38:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:38 ---> 51e9b34daa08 00:38:38 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:39 ---> Running in 602ff6e48520 00:38:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:40 (1/33) Installing libbz2 (1.0.8-r1) 00:38:40 (2/33) Installing expat (2.2.9-r1) 00:38:40 (3/33) Installing libffi (3.3-r2) 00:38:40 (4/33) Installing gdbm (1.13-r1) 00:38:40 (5/33) Installing xz-libs (5.2.5-r0) 00:38:40 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:40 (7/33) Installing python3 (3.8.5-r0) 00:38:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:46 ---> 5557c79fed73 00:38:46 Step 3/23 : WORKDIR /edgex-go 00:38:46 ---> Using cache 00:38:46 ---> 86e09e940994 00:38:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:46 ---> Using cache 00:38:46 ---> 6a50a86a0718 00:38:46 Step 5/23 : RUN apk add --update --no-cache make git 00:38:46 ---> Using cache 00:38:46 ---> 2e468246850f 00:38:46 Step 6/23 : COPY go.mod . 00:38:46 ---> Using cache 00:38:46 ---> 141dd38981b3 00:38:46 Step 7/23 : RUN go mod download 00:38:46 ---> Using cache 00:38:46 ---> 8e4c9ccb9dbf 00:38:46 Step 8/23 : COPY . . 00:38:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:46 ---> 5557c79fed73 00:38:46 Step 3/22 : WORKDIR /edgex-go 00:38:46 ---> Using cache 00:38:46 ---> 86e09e940994 00:38:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:46 ---> Using cache 00:38:46 ---> 6a50a86a0718 00:38:46 Step 5/22 : RUN apk add --update --no-cache make git 00:38:46 ---> Using cache 00:38:46 ---> 2e468246850f 00:38:46 Step 6/22 : COPY go.mod . 00:38:46 ---> Using cache 00:38:46 ---> 141dd38981b3 00:38:46 Step 7/22 : RUN go mod download 00:38:46 ---> Using cache 00:38:46 ---> 8e4c9ccb9dbf 00:38:46 Step 8/22 : COPY . . 00:38:46 ---> Using cache 00:38:46 ---> 0addfc6e0f40 00:38:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:38:46 ---> Using cache 00:38:46 ---> 0addfc6e0f40 00:38:46 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:47 ---> Running in e2b9b7b413da 00:38:47 ---> Running in b0a679f0215c 00:38:47 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:47 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:47 (11/33) Installing py3-six (1.15.0-r0) 00:38:47 (12/33) Installing py3-packaging (20.4-r0) 00:38:47 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:48 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:48 (15/33) Installing py3-idna (2.9-r0) 00:38:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:48 (18/33) Installing py3-requests (2.23.0-r0) 00:38:48 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:48 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:48 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:49 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:49 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:50 (24/33) Installing py3-distro (1.5.0-r1) 00:38:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:38:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:38:51 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:51 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:51 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:51 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:51 (29/33) Installing py3-progress (1.5-r0) 00:38:51 (30/33) Installing py3-toml (0.10.1-r0) 00:38:51 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:51 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:51 (33/33) Installing py3-pip (20.1.1-r0) 00:38:52 Executing busybox-1.31.1-r19.trigger 00:38:52 OK: 71 MiB in 55 packages 00:38:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:07 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:07 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:39:07 ---> 5557c79fed73 00:39:07 Step 3/31 : WORKDIR /edgex-go 00:39:07 ---> Using cache 00:39:07 ---> 86e09e940994 00:39:07 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:07 ---> Using cache 00:39:07 ---> 6a50a86a0718 00:39:07 Step 5/31 : RUN apk add --update --no-cache make git 00:39:07 ---> Using cache 00:39:07 ---> 2e468246850f 00:39:07 Step 6/31 : COPY go.mod . 00:39:07 ---> Using cache 00:39:07 ---> 141dd38981b3 00:39:07 Step 7/31 : RUN go mod download 00:39:07 ---> Using cache 00:39:07 ---> 8e4c9ccb9dbf 00:39:07 Step 8/31 : COPY . . 00:39:07 ---> Using cache 00:39:07 ---> 0addfc6e0f40 00:39:07 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:39:07 ---> Running in a5d640d77cdc 00:39:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:08 ---> 5557c79fed73 00:39:08 Step 3/23 : WORKDIR /edgex-go 00:39:08 ---> Using cache 00:39:08 ---> 86e09e940994 00:39:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:08 ---> Using cache 00:39:08 ---> 6a50a86a0718 00:39:08 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:39:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:39:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:09 ---> Running in a919470b3820 00:39:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:13 OK: 233 MiB in 51 packages 00:39:15 Removing intermediate container a919470b3820 00:39:15 ---> 855ce329895b 00:39:15 Step 6/23 : COPY go.mod . 00:39:16 Removing intermediate container 602ff6e48520 00:39:16 ---> 7300c4ef6a07 00:39:16 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:16 ---> 2264f33d2a26 00:39:16 Step 7/23 : RUN go mod download 00:39:16 ---> Running in 6a4e1af4a2d1 00:39:16 ---> Running in b7165c8edbd5 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:22 Collecting docker-compose==1.23.2 00:39:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:22 Removing intermediate container 6a4e1af4a2d1 00:39:22 ---> e6309468ced0 00:39:22 Step 8/23 : COPY . . 00:39:22 Collecting jsonschema<3,>=2.5.1 00:39:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:22 Collecting docopt<0.7,>=0.6.1 00:39:22 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:26 Collecting PyYAML<4,>=3.10 00:39:26 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:30 Collecting websocket-client<1.0,>=0.32.0 00:39:30 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:30 Collecting cached-property<2,>=1.2.0 00:39:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:30 Collecting dockerpty<0.5,>=0.4.1 00:39:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.379s coverage: 46.0% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.158s coverage: 100.0% of statements 00:39:32 Collecting docker<4.0,>=3.6.0 00:39:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:34 Collecting texttable<0.10,>=0.9.0 00:39:34 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:38 Collecting idna<2.8,>=2.5 00:39:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:38 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:39:38 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.570s coverage: 27.1% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.210s coverage: 65.8% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:39 Collecting urllib3<1.25,>=1.21.1 00:39:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:40 Collecting docker-pycreds>=0.4.0 00:39:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:40 Removing intermediate container e2b9b7b413da 00:39:40 ---> 5b47d45d8b1a 00:39:40 00:39:40 Step 10/22 : FROM alpine:3.12 00:39:40 ---> 389fef711851 00:39:40 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:39:40 ---> Using cache 00:39:40 ---> dff12a583201 00:39:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:40 ---> Using cache 00:39:40 ---> 7a49bf4ed4ee 00:39:40 Step 13/22 : ENV APP_PORT=48085 00:39:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:40 Installing collected packages: jsonschema, docopt, PyYAML, idna, urllib3, requests, websocket-client, cached-property, dockerpty, docker-pycreds, docker, texttable, docker-compose 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.693s coverage: 82.3% of statements 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:42 Running setup.py install for docopt: started 00:39:43 ---> Running in ddef1c23b4bd 00:39:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:39:43 Removing intermediate container b0a679f0215c 00:39:43 ---> 43d86e515fe8 00:39:43 00:39:43 Step 10/23 : FROM alpine:3.12 00:39:43 ---> 389fef711851 00:39:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:43 ---> Using cache 00:39:43 ---> dff12a583201 00:39:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:43 ---> Using cache 00:39:43 ---> 7a49bf4ed4ee 00:39:43 Step 13/23 : ENV APP_PORT=48081 00:39:43 Running setup.py install for docopt: finished with status 'done' 00:39:43 Running setup.py install for PyYAML: started 00:39:45 Removing intermediate container ddef1c23b4bd 00:39:45 ---> a1756d02a90c 00:39:45 Step 14/22 : EXPOSE $APP_PORT 00:39:45 ---> Running in 194cc135da24 00:39:45 Running setup.py install for PyYAML: finished with status 'done' 00:39:45 Attempting uninstall: idna 00:39:45 Found existing installation: idna 2.9 00:39:45 Uninstalling idna-2.9: 00:39:46 Successfully uninstalled idna-2.9 00:39:47 Attempting uninstall: urllib3 00:39:47 Found existing installation: urllib3 1.25.9 00:39:47 ---> Running in fd9cb2a58c4a 00:39:47 Uninstalling urllib3-1.25.9: 00:39:47 Successfully uninstalled urllib3-1.25.9 00:39:47 Removing intermediate container 194cc135da24 00:39:47 ---> da2a030e379a 00:39:47 Step 14/23 : EXPOSE $APP_PORT 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.344s coverage: 28.6% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.202s coverage: 100.0% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.148s coverage: 100.0% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.389s coverage: 86.7% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:49 ---> Running in eb409b5b2b1c 00:39:49 Removing intermediate container fd9cb2a58c4a 00:39:49 ---> 8e6b0d303c64 00:39:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:49 Attempting uninstall: requests 00:39:49 Found existing installation: requests 2.23.0 00:39:49 Uninstalling requests-2.23.0: 00:39:49 Successfully uninstalled requests-2.23.0 00:39:49 Removing intermediate container eb409b5b2b1c 00:39:49 ---> 7c5fb02f3028 00:39:49 Step 15/23 : WORKDIR / 00:39:49 ---> a59f0475c103 00:39:49 Step 9/23 : RUN make cmd/core-data/core-data 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.410s coverage: 97.5% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.196s coverage: 78.3% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:49 Running setup.py install for dockerpty: started 00:39:49 ---> Running in 7b292f7cbfd5 00:39:49 ---> ba5cfd366d05 00:39:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:49 ---> Running in 0b46f3ef38a7 00:39:50 Removing intermediate container 7b292f7cbfd5 00:39:50 ---> 84f180890d77 00:39:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:50 Running setup.py install for dockerpty: finished with status 'done' 00:39:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:51 ---> 62cae69b7a31 00:39:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:51 ---> a9dc9b466dcf 00:39:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:51 Running setup.py install for texttable: started 00:39:51 ---> 8a1195ab05d3 00:39:51 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:52 ---> Running in c04db995d647 00:39:52 Running setup.py install for texttable: finished with status 'done' 00:39:52 ---> a6d37a95e257 00:39:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:54 Removing intermediate container c04db995d647 00:39:54 ---> accb9f565859 00:39:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:54 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:39:55 ---> 2acbe501ac11 00:39:55 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:55 ---> Running in e0af4d92eb97 00:39:55 ---> Running in 3e6a678d4efb 00:39:56 Removing intermediate container a5d640d77cdc 00:39:56 ---> 497722a08cd4 00:39:56 00:39:56 Step 10/31 : FROM alpine:3.12 00:39:56 ---> 389fef711851 00:39:56 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:39:56 Removing intermediate container e0af4d92eb97 00:39:56 ---> fe5da7439281 00:39:56 Step 20/22 : LABEL arch=x86_64 00:39:56 ---> Running in 58be89446e05 00:39:56 ---> Running in 30c3bd0662e1 00:39:56 Removing intermediate container 3e6a678d4efb 00:39:56 ---> 96ad407f3f97 00:39:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:57 ---> Running in 075c56609de9 00:39:57 Removing intermediate container 58be89446e05 00:39:57 ---> 3b916baef4bb 00:39:57 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:39:58 ---> Running in df376755db95 00:39:58 Removing intermediate container 30c3bd0662e1 00:39:58 ---> 3f15b0016585 00:39:58 Step 21/22 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:39:59 Removing intermediate container 075c56609de9 00:39:59 ---> 58ccee0789f5 00:39:59 Step 21/23 : LABEL arch=x86_64 00:39:59 Removing intermediate container b7165c8edbd5 00:39:59 ---> 955d7d60777d 00:39:59 Step 21/26 : RUN apk --no-cache add curl 00:39:59 ---> Running in a8478a6e0967 00:40:00 ---> Running in 7477ea02b128 00:40:00 ---> Running in c769907a121a 00:40:00 Removing intermediate container 7477ea02b128 00:40:00 ---> cbb44e396ab8 00:40:00 Step 22/23 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:40:00 Removing intermediate container a8478a6e0967 00:40:00 ---> 5c859ed07118 00:40:00 Step 22/22 : LABEL version=0.0.0 00:40:00 ---> Running in 72d77120858f 00:40:00 ---> Running in 92ce6653c188 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:01 (1/2) Installing dumb-init (1.2.2-r1) 00:40:01 Removing intermediate container 92ce6653c188 00:40:01 ---> e5b12a8be10c 00:40:01 00:40:01 (2/2) Installing su-exec (0.2-r1) 00:40:01 Removing intermediate container 72d77120858f 00:40:01 ---> a1c58918d627 00:40:01 Step 23/23 : LABEL version=0.0.0 00:40:01 Executing busybox-1.31.1-r19.trigger 00:40:01 OK: 6 MiB in 16 packages 00:40:01 ---> Running in 04f2fc9baa93 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:01 Removing intermediate container 04f2fc9baa93 00:40:01 ---> c195c03e8cbf 00:40:01 00:40:01 Successfully built e5b12a8be10c 00:40:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:01 Successfully tagged docker-support-scheduler-go:latest 00:40:01  Building docker-support-scheduler-go ... done Successfully built c195c03e8cbf 00:40:01 Successfully tagged docker-core-metadata-go:latest 00:40:02  Building docker-core-metadata-go ... done (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:02 (2/3) Installing libcurl (7.69.1-r3) 00:40:02 (3/3) Installing curl (7.69.1-r3) 00:40:02 Executing busybox-1.31.1-r19.trigger 00:40:02 OK: 72 MiB in 58 packages 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.380s coverage: 92.8% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.159s coverage: 0.1% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.087s coverage: 45.5% of statements 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.123s coverage: 79.5% of statements 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements 00:40:02 Removing intermediate container df376755db95 00:40:02 ---> 9b6a647310ab 00:40:02 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:40:02 ---> Running in 0ca30154ce02 00:40:03 Removing intermediate container 0ca30154ce02 00:40:03 ---> ba9ab188dd3b 00:40:03 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:40:03 ---> Running in a970045c87b1 00:40:03 Removing intermediate container c769907a121a 00:40:03 ---> 0347d36dba00 00:40:03 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:04 Removing intermediate container a970045c87b1 00:40:04 ---> a655c97198d6 00:40:04 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:40:04 ---> Running in 8207aab5d1ba 00:40:04 ---> Running in 381187e3cb11 00:40:04 Removing intermediate container 8207aab5d1ba 00:40:04 ---> 162a9e62f3b9 00:40:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:04 ---> Running in da6dca153f5b 00:40:05 Removing intermediate container da6dca153f5b 00:40:05 ---> 9df1e130c871 00:40:05 Step 24/26 : LABEL arch=x86_64 00:40:05 ---> Running in bc79280ab7a0 00:40:05 Removing intermediate container bc79280ab7a0 00:40:05 ---> 354f098701d5 00:40:05 Step 25/26 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:40:06 ---> Running in 2f3acda1f3ba 00:40:06 Removing intermediate container 2f3acda1f3ba 00:40:06 ---> 1cdfda9fccd5 00:40:06 Step 26/26 : LABEL version=0.0.0 00:40:06 ---> Running in 7c00b5aa35f1 00:40:06 Removing intermediate container 381187e3cb11 00:40:06 ---> df3966f15614 00:40:06 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:40:06 ---> Running in 6000a8453ee2 00:40:07 Removing intermediate container 7c00b5aa35f1 00:40:07 ---> 84f74f2bd333 00:40:07 00:40:07 Successfully built 84f74f2bd333 00:40:07 Removing intermediate container 6000a8453ee2 00:40:07 ---> fa6d9787004d 00:40:07 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:40:07 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:07  Building docker-sys-mgmt-agent-go ... done  ---> 6eb2ca087811 00:40:07 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:40:07 ---> Running in f96707e42839 00:40:11 Removing intermediate container f96707e42839 00:40:11 ---> b4c01d2604a3 00:40:11 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:11 ---> 5dd8d8b2f0a3 00:40:11 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:40:11 ---> 767deacfb3b0 00:40:11 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:40:12 ---> 3cc3c1ad5405 00:40:12 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.110s coverage: 94.4% of statements 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 00:40:14 ---> 5330d4014d9e 00:40:14 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:40:14 Removing intermediate container 0b46f3ef38a7 00:40:14 ---> e25677cbeb9b 00:40:14 00:40:14 Step 10/23 : FROM alpine:3.12 00:40:14 ---> 389fef711851 00:40:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:14 ---> Running in 63fa46e70b95 00:40:14 ---> 14fed919cac3 00:40:14 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:40:14 ---> Running in d96af7b1244d 00:40:14 Removing intermediate container 63fa46e70b95 00:40:14 ---> 1e13cc5a2507 00:40:14 Step 12/23 : ENV APP_PORT=48080 00:40:14 ---> Running in 506f999f84dc 00:40:14 Removing intermediate container d96af7b1244d 00:40:14 ---> 32024fbc5846 00:40:14 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:40:14 Removing intermediate container 506f999f84dc 00:40:14 ---> 4470580ab988 00:40:14 Step 13/23 : EXPOSE $APP_PORT 00:40:14 ---> Running in 7cf05ef3d749 00:40:15 ---> 89f5c4a64952 00:40:15 Step 26/31 : RUN chmod +x /entrypoint.sh 00:40:15 Removing intermediate container 7cf05ef3d749 00:40:15 ---> 45f4b17c20bf 00:40:15 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:15 ---> Running in 7c3fc4534e37 00:40:15 ---> Running in 2aa360d3bfe0 00:40:16 Removing intermediate container 7c3fc4534e37 00:40:16 ---> 5a85c2c21635 00:40:16 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:40:16 Removing intermediate container 2aa360d3bfe0 00:40:16 ---> eb405e05401f 00:40:16 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:40:16 ---> Running in eec41cf26133 00:40:16 ---> Running in 37b7369470c3 00:40:17 Removing intermediate container 37b7369470c3 00:40:17 ---> 6af4db0bb75d 00:40:17 Step 28/31 : CMD ["gate"] 00:40:17 ---> Running in 532fc1ccd9d0 00:40:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:17 Removing intermediate container 532fc1ccd9d0 00:40:17 ---> 449723e10e40 00:40:17 Step 29/31 : LABEL arch=x86_64 00:40:17 ---> Running in a7d04fb27890 00:40:17 Removing intermediate container a7d04fb27890 00:40:17 ---> ec1e1d6579e0 00:40:17 Step 30/31 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:40:17 ---> Running in 44f230682753 00:40:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:18 Removing intermediate container 44f230682753 00:40:18 ---> 20c4c7e0ceef 00:40:18 Step 31/31 : LABEL version=0.0.0 00:40:18 ---> Running in 6f03ebbd9add 00:40:18 (1/6) Installing dumb-init (1.2.2-r1) 00:40:18 Removing intermediate container 6f03ebbd9add 00:40:18 ---> 8c0ae622a169 00:40:18 00:40:18 (2/6) Installing libgcc (9.3.0-r2) 00:40:18 (3/6) Installing libsodium (1.0.18-r0) 00:40:18 Successfully built 8c0ae622a169 00:40:18 Successfully tagged docker-security-bootstrapper-go:latest 00:40:18  Building docker-security-bootstrapper-go ... done (4/6) Installing libstdc++ (9.3.0-r2) 00:40:18 (5/6) Installing libzmq (4.3.3-r0) 00:40:19 (6/6) Installing zeromq (4.3.3-r0) 00:40:19 Executing busybox-1.31.1-r19.trigger 00:40:19 OK: 8 MiB in 20 packages 00:40:19 Removing intermediate container eec41cf26133 00:40:19 ---> 4eb586b9cf0f 00:40:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:20 ---> 5c3b3054618a 00:40:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:20 ---> 886a7681d37e 00:40:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:20 ---> 225937e378e2 00:40:20 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:21 ---> Running in f83c86139b94 00:40:21 Removing intermediate container f83c86139b94 00:40:21 ---> db607e4e0cbc 00:40:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:21 ---> Running in 93159b6a3f8a 00:40:21 Removing intermediate container 93159b6a3f8a 00:40:21 ---> 73d941672e51 00:40:21 Step 21/23 : LABEL arch=x86_64 00:40:21 ---> Running in f2634809ebbd 00:40:21 Removing intermediate container f2634809ebbd 00:40:21 ---> 3c305a8ecd44 00:40:21 Step 22/23 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:40:21 ---> Running in 497ca639d079 00:40:21 Removing intermediate container 497ca639d079 00:40:21 ---> 3ff93d6e67a3 00:40:21 Step 23/23 : LABEL version=0.0.0 00:40:21 ---> Running in 0668b9ca3142 00:40:22 Removing intermediate container 0668b9ca3142 00:40:22 ---> 685f98722201 00:40:22 00:40:22 Successfully built 685f98722201 00:40:22 Successfully tagged docker-core-data-go:latest 00:40:22  Building docker-core-data-go ... done  [Pipeline] } 00:40:22 $ docker stop --time=1 ccb0eb16e73f1662f16b4dff6fa8fb9d3748cf01bd5c1e4cf597073e943b0871 00:40:24 $ docker rm -f ccb0eb16e73f1662f16b4dff6fa8fb9d3748cf01bd5c1e4cf597073e943b0871 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:25 + docker images 00:40:25 + grep docker 00:40:25 docker-core-data-go latest 685f98722201 4 seconds ago 22.3MB 00:40:25 docker-security-bootstrapper-go latest 8c0ae622a169 7 seconds ago 23.8MB 00:40:25 docker-sys-mgmt-agent-go latest 84f74f2bd333 19 seconds ago 313MB 00:40:25 docker-support-scheduler-go latest e5b12a8be10c 24 seconds ago 17MB 00:40:25 docker-core-metadata-go latest c195c03e8cbf 24 seconds ago 18.8MB 00:40:25 docker-security-secretstore-setup-go latest d8755a797363 About a minute ago 24.6MB 00:40:25 docker-core-command-go latest 90ede60f3d9c About a minute ago 16.9MB 00:40:25 docker-security-proxy-setup-go latest 798d5020fe50 2 minutes ago 24.4MB 00:40:25 docker-support-notifications-go latest 8e216ec63e5c 2 minutes ago 16.9MB 00: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 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.137s coverage: 92.9% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.121s coverage: 87.2% of statements 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.2% of statements 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.4% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.609s coverage: 63.5% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.082s coverage: 100.0% of statements 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 91.3% of statements 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.075s coverage: 100.0% of statements 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 00:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.799s coverage: 68.9% of statements 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.411s coverage: 37.0% of statements 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.822s coverage: 84.0% of statements 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.095s coverage: 100.0% of statements 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.424s coverage: 47.1% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.209s coverage: 100.0% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:41 Still waiting to schedule task 00:40:41 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.354s coverage: 29.1% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.200s coverage: 99.0% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.163s coverage: 100.0% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.156s coverage: 100.0% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 00:40:46 GO111MODULE=on go vet ./... 00:42:08 gofmt -l . 00:42:08 [ "`gofmt -l .`" = "" ] 00:42:08 ./bin/test-go-mod-tidy.sh 00:42:08 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:09 + ls -al . 00:42:09 total 708 00:42:09 drwxrwxr-x 9 1001 1001 4096 Jan 30 00:42 . 00:42:09 drwxr-xr-x 4 root root 4096 Jan 30 00:37 .. 00:42:09 -rw-rw-r-- 1 1001 1001 11 Jan 30 00:36 .dockerignore 00:42:09 drwxrwxr-x 8 1001 1001 4096 Jan 30 00:36 .git 00:42:09 drwxrwxr-x 3 1001 1001 4096 Jan 30 00:36 .github 00:42:09 -rw-rw-r-- 1 1001 1001 872 Jan 30 00:36 .gitignore 00:42:09 -rw-rw-r-- 1 1001 1001 166 Jan 30 00:36 .sonarcloud.properties 00:42:09 -rw-rw-r-- 1 1001 1001 7859 Jan 30 00:36 Attribution.txt 00:42:09 -rw-rw-r-- 1 1001 1001 3804 Jan 30 00:36 CONTRIBUTING.md 00:42:09 -rw-rw-r-- 1 1001 1001 931 Jan 30 00:36 Dockerfile.build 00:42:09 -rw-rw-r-- 1 1001 1001 863 Jan 30 00:36 Jenkinsfile 00:42:09 -rw-rw-r-- 1 1001 1001 10775 Jan 30 00:36 LICENSE 00:42:09 -rw-rw-r-- 1 1001 1001 6001 Jan 30 00:36 Makefile 00:42:09 -rw-rw-r-- 1 1001 1001 6524 Jan 30 00:36 README.md 00:42:09 -rw-rw-r-- 1 1001 1001 6755 Jan 30 00:36 SECURITY.md 00:42:09 -rw-rw-r-- 1 1001 1001 5 Jan 30 00:32 VERSION 00:42:09 -rw-rw-r-- 1 1001 1001 4131 Jan 30 00:36 ZMQWindows.md 00:42:09 drwxrwxr-x 2 1001 1001 4096 Jan 30 00:36 bin 00:42:09 drwxrwxr-x 15 1001 1001 4096 Jan 30 00:36 cmd 00:42:09 -rw-r--r-- 1 root root 574984 Jan 30 00:40 coverage.out 00:42:09 -rw-r--r-- 1 root root 1054 Jan 30 00:42 go.mod 00:42:09 -rw-r--r-- 1 root root 19399 Jan 30 00:42 go.sum 00:42:09 drwxrwxr-x 8 1001 1001 4096 Jan 30 00:36 internal 00:42:09 drwxrwxr-x 4 1001 1001 4096 Jan 30 00:36 openapi 00:42:09 drwxrwxr-x 4 1001 1001 4096 Jan 30 00:36 snap 00:42:09 -rw-rw-r-- 1 1001 1001 168 Jan 30 00:36 version.go [Pipeline] sh 00:42:09 + '[' -e coverage.out ] 00:42:09 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:09 Warning: overwriting stash ‘coverage-report’ 00:42:11 Stashed 1 file(s) [Pipeline] sh 00:42:11 + make build 00:42:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:20 Running on prd-ubuntu18.04-docker-8c-8g-24051 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws 00:42:20 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 00:42:22 using credential edgex-jenkins-ssh 00:42:22 Cloning the remote Git repository 00:42:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:22 > git init /w/workspace/edgex-go/10 # timeout=10 00:42:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:22 > git --version # timeout=10 00:42:22 > git --version # 'git version 2.17.1' 00:42:22 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:35 Merging remotes/origin/master commit f32f4191109bc075ff9359b3fa855becd8fb908f into PR head commit 43b882124282ec1afd2baf8b324d969a4719e16c 00:42:35 Merge succeeded, producing b10c725521e0c6126de28fde4c59a6f598f16b1d 00:42:35 Checking out Revision b10c725521e0c6126de28fde4c59a6f598f16b1d (PR-3075) 00:42:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:34 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:35 > git config core.sparsecheckout # timeout=10 00:42:35 > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 00:42:35 > git remote # timeout=10 00:42:35 > git config --get remote.origin.url # timeout=10 00:42:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:35 > git merge f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 00:42:35 > git rev-parse HEAD^{commit} # timeout=10 00:42:35 > git config core.sparsecheckout # timeout=10 00:42:35 > git checkout -f b10c725521e0c6126de28fde4c59a6f598f16b1d # timeout=10 00:42:39 Commit message: "Merge commit 'f32f4191109bc075ff9359b3fa855becd8fb908f' into HEAD" 00:42:39 > git rev-list --no-walk 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:40 + echo snap-build.sh 00:42:40 snap-build.sh 00:42:40 + SNAP_BASE_DIR=. 00:42:40 + '[' '!' -z /w/workspace/edgex-go/10 ']' 00:42:40 + SNAP_BASE_DIR=/w/workspace/edgex-go/10 00:42:40 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' 00:42:40 [snap-build] Building snap in dir [/w/workspace/edgex-go/10] 00:42:40 + cd /w/workspace/edgex-go/10 00:42:40 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:40 Reading package lists... 00:42:40 Building dependency tree... 00:42:40 Reading state information... 00:42:40 The following packages were automatically installed and are no longer required: 00:42:40 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:40 uidmap xdelta3 00:42:40 Use 'sudo apt autoremove' to remove them. 00:42:40 The following packages will be REMOVED: 00:42:40 lxd* lxd-client* 00:42:40 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:40 After this operation, 31.7 MB disk space will be freed. 00:42:41 (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.) 00:42:41 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:42 Removing lxd dnsmasq configuration 00:42:42 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:43 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:43 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:44 (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.) 00:42:44 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:45 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:45 Processing triggers for ureadahead (0.100.0-21) ... 00:42:46 + sudo snap remove --purge lxd 00:42:46 snap "lxd" is not installed 00:42:46 + sudo groupadd --force --system lxd 00:42:46 ++ whoami 00:42:46 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:46 + newgrp - lxd 00:42:46 + sudo snap install lxd 00:42:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:42:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:42:56 2021-01-30T00:42:53Z INFO Waiting for automatic snapd restart... 00:42:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:11 lxd 4.10 from Canonical* installed 00:43:11 + sudo lxd init --auto 00:43:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:43:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:43:21 + sudo snap install --classic snapcraft 00:43:25 snapcraft 4.4.4 from Canonical* installed 00:43:25 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:25 + patch --verbose -p1 00:43:25 Hmm... Looks like a unified diff to me... 00:43:25 The text leading up to this was: 00:43:25 -------------------------- 00:43:25 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:43:25 |From: Tony Espy 00:43:25 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:43:25 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:25 | 00:43:25 |This patch is used by the EdgeX CI pipeline builds to 00:43:25 |optimize the snap CI check run for pull requests. When 00:43:25 |applied, it essentially strips out everything (apps and 00:43:25 |parts) from the snapcraft.yaml file except those required 00:43:25 |to build edgex-go, as the whole idea of the CI check is to 00:43:25 |catch changes to edgex-go that break the snap build. 00:43:25 | 00:43:25 |In general, anyone updating snapcraft.yaml will also need 00:43:25 |to update this patch file, otherwise it may fail to apply, 00:43:25 |resulting in a failed snap build CI check in the associated 00:43:25 |pull request. 00:43:25 | 00:43:25 |Note - in addition to applying this patch, the pipeline also 00:43:25 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:25 |need to build the finally binary .snap file (and it won't 00:43:25 |work with the patch applied). This further reduces the build 00:43:25 |time. 00:43:25 |--- 00:43:25 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:43:25 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:43:25 | 00:43:25 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:25 |index 1e537489..faf42425 100644 00:43:25 |--- a/snap/snapcraft.yaml 00:43:25 |+++ b/snap/snapcraft.yaml 00:43:25 -------------------------- 00:43:25 patching file snap/snapcraft.yaml 00:43:25 Using Plan A... 00:43:25 Hunk #1 succeeded at 73. 00:43:25 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:43:25 Hunk #3 succeeded at 214 (offset -1 lines). 00:43:25 Hunk #4 succeeded at 222 (offset -1 lines). 00:43:25 Hunk #5 succeeded at 229 (offset -1 lines). 00:43:25 Hunk #6 succeeded at 256 (offset -1 lines). 00:43:25 Hunk #7 succeeded at 290 (offset -1 lines). 00:43:25 Hunk #8 succeeded at 342. 00:43:25 Hmm... Ignoring the trailing garbage. 00:43:25 done 00:43:25 + sudo snapcraft prime --use-lxd 00:43:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:43:26 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:43:26 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:43:26 - README.md 00:43:26 - snapcraft.yaml.orig 00:43:26 00:43:26 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:26 Launching a container. 00:43:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:43:36 $ docker stop --time=1 48ba80a3fd08eb1dbc88cf1f4a2b7c2823dfb213a670f380a37dea30d0fb7cae 00:43:39 Waiting for container to be ready 00:43:39 To start your first instance, try: lxc launch ubuntu:18.04 00:43:39 00:43:39 $ docker rm -f 48ba80a3fd08eb1dbc88cf1f4a2b7c2823dfb213a670f380a37dea30d0fb7cae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:41 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:43:41 00:43:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:42 Waiting for network to be ready... 00:43:42 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:42 29e5d40040c1: Pulling fs layer 00:43:42 1ce36da41761: Pulling fs layer 00:43:42 25b303627fd3: Pulling fs layer 00:43:42 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:43:42 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:43:43 29e5d40040c1: Download complete 00:43:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 00:43:43 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:43:43 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:43:43 1ce36da41761: Verifying Checksum 00:43:43 1ce36da41761: Download complete 00:43:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 00:43:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:43:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:43:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 00:43:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 00:43:43 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:43:43 29e5d40040c1: Pull complete 00:43:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:43:43 Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:43:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:43:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:43:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:43:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:43:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:43:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:43:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 00:43:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:43:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:43:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:43:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:43:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:43:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 00:43:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:43:45 1ce36da41761: Pull complete 00:43:45 25b303627fd3: Verifying Checksum 00:43:45 25b303627fd3: Download complete 00:43:46 Fetched 23.9 MB in 4s (5830 kB/s) 00:43:47 Reading package lists... 00:43:47 Reading package lists... 00:43:47 Building dependency tree... 00:43:47 Reading state information... 00:43:47 The following additional packages will be installed: 00:43:47 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:47 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:47 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:47 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:43:47 Suggested packages: 00:43:47 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:43:47 Recommended packages: 00:43:47 gnupg libsasl2-modules 00:43:47 The following NEW packages will be installed: 00:43:47 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:47 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:47 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:47 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:43:47 The following packages will be upgraded: 00:43:47 gpg gpg-agent gpgconf libudev1 00:43:47 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:43:47 Need to get 3533 kB of archives. 00:43:47 After this operation, 13.3 MB of additional disk space will be used. 00:43:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:43:48 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:43:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:43:48 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:43:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:43:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:43:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:43:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:43:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:43:48 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:43:48 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:43:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:43:48 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:43:48 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:43:48 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:43:48 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:43:48 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:43:48 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:43:48 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:43:48 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:43:49 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:43:49 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:43:49 debconf: delaying package configuration, since apt-utils is not installed 00:43:49 Fetched 3533 kB in 1s (2884 kB/s) 00:43:49 (Reading database ... 12511 files and directories currently installed.) 00:43:49 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:43:49 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:49 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:43:49 Selecting previously unselected package udev. 00:43:49 (Reading database ... 12511 files and directories currently installed.) 00:43:49 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:43:49 Unpacking udev (237-3ubuntu10.44) ... 00:43:49 Selecting previously unselected package libfuse2:amd64. 00:43:49 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:43:49 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:49 Selecting previously unselected package fuse. 00:43:49 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:43:49 Unpacking fuse (2.9.7-1ubuntu1) ... 00:43:49 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:50 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:50 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:50 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:50 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:50 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:50 Selecting previously unselected package libksba8:amd64. 00:43:50 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:43:50 Unpacking libksba8:amd64 (1.3.5-2) ... 00:43:50 Selecting previously unselected package libroken18-heimdal:amd64. 00:43:50 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:50 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:50 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:43:50 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:50 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:50 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:43:50 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:50 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:51 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:43:51 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:51 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:51 Selecting previously unselected package libwind0-heimdal:amd64. 00:43:51 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:51 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:51 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:43:51 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:51 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:51 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:43:51 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:51 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:51 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:43:51 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:51 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:51 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:43:51 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:51 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:51 Selecting previously unselected package libsasl2-modules-db:amd64. 00:43:51 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:51 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:51 Selecting previously unselected package libsasl2-2:amd64. 00:43:51 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:51 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:51 Selecting previously unselected package libldap-common. 00:43:51 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:43:51 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:43:51 Selecting previously unselected package libldap-2.4-2:amd64. 00:43:51 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:43:51 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:43:51 Selecting previously unselected package dirmngr. 00:43:51 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:51 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:43:51 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:43:51 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:43:51 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:52 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:52 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:52 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:43:52 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:52 Setting up libksba8:amd64 (1.3.5-2) ... 00:43:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:52 Setting up udev (237-3ubuntu10.44) ... 00:43:52 invoke-rc.d: policy-rc.d denied execution of start. 00:43:52 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:52 Processing triggers for systemd (237-3ubuntu10) ... 00:43:52 Setting up fuse (2.9.7-1ubuntu1) ... 00:43:52 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:43:52 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:52 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:52 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:52 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:52 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:52 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:52 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:52 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:43:52 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:43:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:53 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:43:53 settings in the [Install] section, and DefaultInstance for template units). 00:43:53 This means they are not meant to be enabled using systemctl. 00:43:53 Possible reasons for having this kind of units are: 00:43:53 1) A unit may be statically enabled by being symlinked from another unit's 00:43:53 .wants/ or .requires/ directory. 00:43:53 2) A unit's purpose may be to act as a helper for some other unit which has 00:43:53 a requirement dependency on it. 00:43:53 3) A unit may be started when needed via activation (socket, path, timer, 00:43:53 D-Bus, udev, scripted systemctl call, ...). 00:43:53 4) In case of template units, the unit is meant to be enabled with some 00:43:53 instance name specified. 00:43:53 Reading package lists... 00:43:53 Building dependency tree... 00:43:53 Reading state information... 00:43:53 The following additional packages will be installed: 00:43:53 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:43:53 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:43:53 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:43:53 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:43:53 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:43:53 Suggested packages: 00:43:53 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:43:53 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:43:53 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:43:53 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:43:53 systemd-container policykit-1 00:43:53 Recommended packages: 00:43:53 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:43:53 The following NEW packages will be installed: 00:43:53 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:43:53 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:43:53 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:43:53 multiarch-support openssh-client python3 python3-minimal python3.6 00:43:53 python3.6-minimal snapd squashfs-tools sudo 00:43:53 The following packages will be upgraded: 00:43:53 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:43:54 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:43:54 Need to get 35.2 MB of archives. 00:43:54 After this operation, 141 MB of additional disk space will be used. 00:43:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:43:54 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:43:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:43:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:43:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:43:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:43:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:43:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:43:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:43:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:43:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:43:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:43:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:43:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:43:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:43:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:43:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:43:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:43:55 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:43:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:43:55 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:43:55 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:43:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:43:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:43:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:43:55 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:43:55 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:43:55 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:43:55 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:43:55 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:43:55 25b303627fd3: Pull complete 00:43:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:56 prd-ubuntu18.04-docker-arm64-4c-16g-24047 does not seem to be running inside a container 00:43:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:56 debconf: delaying package configuration, since apt-utils is not installed 00:43:56 Fetched 35.2 MB in 2s (15.3 MB/s) 00:43:56 (Reading database ... 12757 files and directories currently installed.) 00:43:56 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:43:56 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:57 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:43:57 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:57 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:43:57 (Reading database ... 12757 files and directories currently installed.) 00:43:57 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:43:57 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:57 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:43:57 (Reading database ... 12757 files and directories currently installed.) 00:43:57 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:43:57 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:58 Setting up apt (1.6.12ubuntu0.2) ... 00:43:58 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:43:58 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:43:58 (Reading database ... 12764 files and directories currently installed.) 00:43:58 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:43:58 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:43:58 Selecting previously unselected package libpython3.6-minimal:amd64. 00:43:58 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:58 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:59 Selecting previously unselected package libexpat1:amd64. 00:43:59 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:43:59 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:59 Selecting previously unselected package python3.6-minimal. 00:43:59 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:59 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:59 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:43:59 $ docker top 84128c672654becbb8cdb2269e026cd24cd67711289553671c835c2042b62d94 -eo pid,comm 00:43:59 Checking for services that may need to be restarted...done. 00:43:59 Checking for services that may need to be restarted...done. 00:43:59 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:59 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:59 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] { [Pipeline] sh 00:44:00 Selecting previously unselected package python3-minimal. 00:44:00 (Reading database ... 13012 files and directories currently installed.) 00:44:00 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:44:00 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:44:00 Selecting previously unselected package mime-support. 00:44:00 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:44:00 Unpacking mime-support (3.60ubuntu1) ... 00:44:00 Selecting previously unselected package libmpdec2:amd64. 00:44:00 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:44:00 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:44:00 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:44:00 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:00 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:00 + docker-compose build --help 00:44:00 + grep parallel 00:44:00 Selecting previously unselected package python3.6. 00:44:00 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:00 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:44:00 Selecting previously unselected package libpython3-stdlib:amd64. 00:44:00 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:44:00 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:44:00 Setting up python3-minimal (3.6.7-1~18.04) ... 00:44:01 Selecting previously unselected package python3. 00:44:01 (Reading database ... 13442 files and directories currently installed.) 00:44:01 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:44:01 Unpacking python3 (3.6.7-1~18.04) ... 00:44:01 Selecting previously unselected package multiarch-support. 00:44:01 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:44:01 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:44:01 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:44:01 Selecting previously unselected package liblzo2-2:amd64. 00:44:01 (Reading database ... 13479 files and directories currently installed.) 00:44:01 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:44:01 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:44:01 Selecting previously unselected package libbsd0:amd64. 00:44:01 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:44:01 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:44:01 Selecting previously unselected package sudo. 00:44:01 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:44:01 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:44:01 Selecting previously unselected package apparmor. 00:44:01 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:44:01 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:44:02 Selecting previously unselected package libedit2:amd64. 00:44:02 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:44:02 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:44:02 Selecting previously unselected package libkrb5support0:amd64. 00:44:02 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:44:02 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:44:02 Selecting previously unselected package libk5crypto3:amd64. 00:44:02 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:44:02 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:44:02 Selecting previously unselected package libkeyutils1:amd64. 00:44:02 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:44:02 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:44:02 Selecting previously unselected package libkrb5-3:amd64. 00:44:02 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:44:02 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:44:02 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:44:02 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:44:02 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:44:02 Selecting previously unselected package libssl1.0.0:amd64. 00:44:02 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:44:02 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:44:02 Selecting previously unselected package openssh-client. 00:44:02 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:44:02 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:44:02 Selecting previously unselected package squashfs-tools. 00:44:02 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:44:02 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:44:03 Selecting previously unselected package snapd. 00:44:03 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:44:03 Unpacking snapd (2.48+18.04) ... 00:44:05 --parallel Build images in parallel. 00:44:05 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:44:05 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:44:05 Setting up mime-support (3.60ubuntu1) ... 00:44:05 Setting up sudo (1.8.21p2-3ubuntu1.4) ... [Pipeline] } 00:44:05 $ docker stop --time=1 84128c672654becbb8cdb2269e026cd24cd67711289553671c835c2042b62d94 00:44:05 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:44:05 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:44:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:05 Setting up systemd (237-3ubuntu10.44) ... 00:44:05 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:44:05 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:44:06 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:44:06 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:44:06 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:06 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:44:06 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:44:06 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:44:06 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:44:06 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:44:06 Setting up python3 (3.6.7-1~18.04) ... 00:44:07 running python rtupdate hooks for python3.6... 00:44:07 running python post-rtupdate hooks for python3.6... 00:44:07 $ docker rm -f 84128c672654becbb8cdb2269e026cd24cd67711289553671c835c2042b62d94 00:44:07 Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:08 . [Pipeline] withDockerContainer 00:44:08 prd-ubuntu18.04-docker-arm64-4c-16g-24047 does not seem to be running inside a container 00:44:08 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:09 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:44:09 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:44:09 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:44:09 Setting up snapd (2.48+18.04) ... 00:44:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:44:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:44:10 $ docker top a5998c19d5f8fc9606f83ca0dff00fc8cf8e2e601b1a5b4dab4b2af50d5bcdac -eo pid,comm 00:44:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:44:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:44:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:44:10 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [Pipeline] { [Pipeline] sh 00:44:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:44:10 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:44:10 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:44:11 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:44:11 /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' 00:44:11 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:11 Processing triggers for systemd (237-3ubuntu10.44) ... 00:44:12 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:12 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:12 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:13 Reading package lists... 00:44:13 Reading package lists... 00:44:13 Building dependency tree... 00:44:13 Reading state information... 00:44:13 Calculating upgrade... 00:44:14 The following packages will be upgraded: 00:44:14 advancecomp base-files bash binutils binutils-common 00:44:14 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:44:14 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:44:14 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:44:14 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:44:14 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:44:14 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:44:14 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:44:14 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:44:14 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:44:14 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:44:14 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:44:14 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:44:14 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:44:14 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:44:14 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:44:14 Need to get 63.8 MB of archives. 00:44:14 After this operation, 5205 kB of additional disk space will be used. 00:44:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:44:14 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:44:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:44:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:44:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:44:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:44:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:44:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:44:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:44:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:44:14 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:44:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:44:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:44:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:44:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:44:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:44:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:44:14 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:44:14 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:44:14 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:44:14 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:44:14 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:44:14 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:44:14 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:44:14 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:44:14 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:44:14 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:44:14 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:44:14 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:44:14 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:44:14 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:44:14 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:44:14 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:44:14 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:44:14 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:44:14 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:44:14 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:44:14 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:44:14 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:44:14 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:44:14 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:44:14 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:44:14 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:44:14 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:44:14 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:44:14 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:44:14 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:44:14 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:44:14 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:44:14 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:44:14 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:44:14 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:44:14 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:44:14 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:44:14 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:44:14 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:44:14 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:44:15 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:44:15 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:44:15 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:44:15 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:44:15 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:44:15 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:44:15 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:44:15 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:44:15 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:44:15 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:44:15 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:44:15 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:44:15 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:44:15 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:44:15 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:44:15 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:44:15 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:44:15 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:44:15 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:44:15 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:44:15 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:44:15 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:44:15 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:44:15 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:44:15 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:44:15 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:44:15 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:44:15 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:44:15 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:44:15 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:44:15 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:44:15 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:44:15 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:44:15 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:44:15 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:44:15 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:44:15 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:44:15 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:44:15 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:44:15 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:44:15 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:44:15 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:44:16 debconf: delaying package configuration, since apt-utils is not installed 00:44:16 Fetched 63.8 MB in 2s (32.8 MB/s) 00:44:16 (Reading database ... 13912 files and directories currently installed.) 00:44:16 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:44:16 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:16 Building docker-core-command-go ... 00:44:16 Building docker-core-data-go ... 00:44:16 Building docker-core-metadata-go ... 00:44:16 Building docker-security-bootstrapper-go ... 00:44:16 Building docker-security-proxy-setup-go ... 00:44:16 Building docker-security-secretstore-setup-go ... 00:44:16 Building docker-support-notifications-go ... 00:44:16 Building docker-support-scheduler-go ... 00:44:16 Building docker-sys-mgmt-agent-go ... 00:44:16 Building docker-security-bootstrapper-go 00:44:16 Building docker-core-command-go 00:44:16 Building docker-support-notifications-go 00:44:16 Building docker-support-scheduler-go 00:44:16 Building docker-core-metadata-go 00:44:16 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:17 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:17 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:44:17 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:44:17 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:18 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:18 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:18 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:18 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:18 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:18 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:19 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:19 (Reading database ... 13911 files and directories currently installed.) 00:44:19 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:19 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:44:19 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:44:19 (Reading database ... 13911 files and directories currently installed.) 00:44:19 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:19 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:19 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:19 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:19 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:19 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:19 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:20 (Reading database ... 13911 files and directories currently installed.) 00:44:20 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:44:20 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:20 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:44:20 (Reading database ... 13911 files and directories currently installed.) 00:44:20 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:44:20 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:44:20 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:44:20 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:44:21 Setting up base-files (10.1ubuntu2.10) ... 00:44:21 Installing new version of config file /etc/issue ... 00:44:21 Installing new version of config file /etc/issue.net ... 00:44:21 Installing new version of config file /etc/lsb-release ... 00:44:21 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:44:21 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:44:21 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:44:21 Removing obsolete conffile /etc/default/motd-news ... 00:44:21 (Reading database ... 13912 files and directories currently installed.) 00:44:21 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:44:21 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:44:21 Setting up bash (4.4.18-2ubuntu1.2) ... 00:44:21 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 00:44:21 (Reading database ... 13912 files and directories currently installed.) 00:44:21 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:21 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:44:22 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:44:22 (Reading database ... 13912 files and directories currently installed.) 00:44:22 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:44:22 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:44:22 Setting up tar (1.29b-2ubuntu0.2) ... 00:44:22 (Reading database ... 13912 files and directories currently installed.) 00:44:22 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:44:22 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:22 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:44:23 (Reading database ... 13912 files and directories currently installed.) 00:44:23 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:23 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:23 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:23 (Reading database ... 13912 files and directories currently installed.) 00:44:23 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:23 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:23 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:44:23 (Reading database ... 13912 files and directories currently installed.) 00:44:23 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:44:23 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:44:23 Setting up grep (3.1-2build1) ... 00:44:23 (Reading database ... 13912 files and directories currently installed.) 00:44:23 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:23 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:23 Setting up login (1:4.5-1ubuntu2) ... 00:44:24 (Reading database ... 13912 files and directories currently installed.) 00:44:24 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:24 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:24 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:44:24 (Reading database ... 13912 files and directories currently installed.) 00:44:24 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:24 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:24 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:24 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:24 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:24 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:25 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:44:25 (Reading database ... 13912 files and directories currently installed.) 00:44:25 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:44:25 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:26 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:26 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:26 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:26 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:26 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:44:26 (Reading database ... 13912 files and directories currently installed.) 00:44:26 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:44:26 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:44:27 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:44:27 (Reading database ... 13912 files and directories currently installed.) 00:44:27 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:27 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:27 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:27 (Reading database ... 13912 files and directories currently installed.) 00:44:27 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:27 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:27 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:27 (Reading database ... 13912 files and directories currently installed.) 00:44:27 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:27 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:27 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:27 (Reading database ... 13912 files and directories currently installed.) 00:44:27 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:27 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:28 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:28 (Reading database ... 13912 files and directories currently installed.) 00:44:28 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:28 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:28 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:28 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:28 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:28 (Reading database ... 13912 files and directories currently installed.) 00:44:28 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:28 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:28 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:28 (Reading database ... 13912 files and directories currently installed.) 00:44:28 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:28 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:29 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:29 (Reading database ... 13912 files and directories currently installed.) 00:44:29 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:29 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:29 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:44:29 (Reading database ... 13912 files and directories currently installed.) 00:44:29 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:29 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:29 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:44:30 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:44:30 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:44:30 (Reading database ... 13912 files and directories currently installed.) 00:44:30 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:30 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:30 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:44:30 (Reading database ... 13912 files and directories currently installed.) 00:44:30 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:44:30 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:31 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:44:31 (Reading database ... 13914 files and directories currently installed.) 00:44:31 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:44:31 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:44:31 Setting up debconf (1.5.66ubuntu1) ... 00:44:31 (Reading database ... 13914 files and directories currently installed.) 00:44:31 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:44:31 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:31 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:44:31 (Reading database ... 13914 files and directories currently installed.) 00:44:31 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:44:31 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:31 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:44:32 (Reading database ... 13914 files and directories currently installed.) 00:44:32 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:32 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:32 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:32 (Reading database ... 13914 files and directories currently installed.) 00:44:32 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:32 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:32 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:32 (Reading database ... 13914 files and directories currently installed.) 00:44:32 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:32 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:32 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:32 (Reading database ... 13914 files and directories currently installed.) 00:44:32 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:32 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:33 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:44:33 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:44:33 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:33 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:33 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:33 (Reading database ... 13914 files and directories currently installed.) 00:44:33 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:44:33 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:44:33 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:44:33 (Reading database ... 13914 files and directories currently installed.) 00:44:33 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:44:33 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:33 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:34 (Reading database ... 13914 files and directories currently installed.) 00:44:34 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:34 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:34 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:34 (Reading database ... 13914 files and directories currently installed.) 00:44:34 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:44:34 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:44:34 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:44:34 (Reading database ... 13914 files and directories currently installed.) 00:44:34 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:34 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:35 Setting up passwd (1:4.5-1ubuntu2) ... 00:44:35 (Reading database ... 13914 files and directories currently installed.) 00:44:35 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:35 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:35 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:44:35 (Reading database ... 13914 files and directories currently installed.) 00:44:35 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:44:35 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:44:35 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:44:35 (Reading database ... 13914 files and directories currently installed.) 00:44:35 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:44:35 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:44:36 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:44:36 (Reading database ... 13914 files and directories currently installed.) 00:44:36 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:44:36 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:44:36 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:44:36 (Reading database ... 13914 files and directories currently installed.) 00:44:36 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:44:36 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:44:36 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:44:36 (Reading database ... 13914 files and directories currently installed.) 00:44:36 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:44:36 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:44:36 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:44:36 (Reading database ... 13914 files and directories currently installed.) 00:44:36 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:44:36 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:44:36 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:44:37 (Reading database ... 13915 files and directories currently installed.) 00:44:37 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:37 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:37 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:37 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:37 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:44:37 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:44:37 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:44:37 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:44:37 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:44:37 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:44:37 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:44:37 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:44:38 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:44:38 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:44:38 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:44:38 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:44:38 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:44:38 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:44:38 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:44:38 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:44:38 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:44:38 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:44:38 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:44:38 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:44:39 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:44:39 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:44:39 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:44:39 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:44:40 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:40 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:40 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:40 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:40 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:40 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:40 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:40 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:44:41 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:41 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:41 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:41 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:41 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:41 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:41 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:41 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:42 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:42 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:43 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:43 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:44 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:44 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:44 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:44 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:45 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:45 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:45 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:45 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:45 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:44:45 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:45 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:44:45 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:46 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:44:46 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:44:46 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:46 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:46 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:46 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:46 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:44:46 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:44:46 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:46 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:46 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:46 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:46 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:46 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:44:46 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:44:46 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:44:47 00:44:47 Current default time zone: 'Etc/UTC' 00:44:47 Local time is now: Sat Jan 30 00:44:46 UTC 2021. 00:44:47 Universal Time is now: Sat Jan 30 00:44:46 UTC 2021. 00:44:47 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:44:47 00:44:47 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:44:47 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:47 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:44:47 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:44:47 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:44:47 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:44:47 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:44:47 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:44:47 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:44:47 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:44:47 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:47 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:44:47 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:47 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:47 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:47 Setting up patch (2.7.6-2ubuntu1.1) ... 00:44:47 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:44:47 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:44:47 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:44:47 Installing new version of config file /etc/ssl/openssl.cnf ... 00:44:47 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:44:47 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:44:47 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:44:49 Updating certificates in /etc/ssl/certs... 00:44:50 22 added, 17 removed; done. 00:44:50 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:44:50 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:50 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:44:50 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:44:50 Setting up pkgbinarymangler (138.18.04.1) ... 00:44:50 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:50 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:50 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:50 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:50 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:50 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:44:50 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:50 Setting up perl (5.26.1-6ubuntu0.5) ... 00:44:51 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:44:51 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:44:51 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:44:51 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:44:51 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:44:51 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:44:51 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:44:51 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:44:51 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:44:51 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:51 Processing triggers for systemd (237-3ubuntu10.44) ... 00:44:51 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:51 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:44:51 Updating certificates in /etc/ssl/certs... 00:44:52 0 added, 0 removed; done. 00:44:52 Running hooks in /etc/ca-certificates/update.d... 00:44:52 done. 00:44:52 Reading package lists... 00:44:52 Building dependency tree... 00:44:52 Reading state information... 00:44:53 The following NEW packages will be installed: 00:44:53 apt-transport-https 00:44:53 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:44:53 Need to get 1696 B of archives. 00:44:53 After this operation, 153 kB of additional disk space will be used. 00:44:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:44:53 debconf: delaying package configuration, since apt-utils is not installed 00:44:53 Fetched 1696 B in 0s (47.3 kB/s) 00:44:53 Selecting previously unselected package apt-transport-https. 00:44:53 (Reading database ... 13929 files and directories currently installed.) 00:44:53 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:44:53 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:44:53 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:44:53 Waiting for network to be ready... 00:44:58 2021-01-30T00:44:56Z INFO Waiting for automatic snapd restart... 00:44:58 snapd 2.48.2 from Canonical* installed 00:44:59 "snapd" switched to the "latest/stable" channel 00:44:59 00:45:02 core18 20201210 from Canonical* installed 00:45:02 "core18" switched to the "latest/stable" channel 00:45:02 00:45:05 snapcraft 4.4.4 from Canonical* installed 00:45:05 "snapcraft" switched to the "latest/stable" channel 00:45:05 00:45:09 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: 00:45:09 - README.md 00:45:09 - snapcraft.yaml.orig 00:45:09 00:45:09 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:15 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:16 Reading package lists... 00:45:17 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 00:45:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:23 Reading package lists... 00:45:23 Building dependency tree... 00:45:23 Reading state information... 00:45:23 Suggested packages: 00:45:23 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:45:23 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:45:23 Recommended packages: 00:45:23 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:45:23 The following NEW packages will be installed: 00:45:23 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:45:23 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:45:23 pkg-config zip 00:45:23 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:45:23 Need to get 7655 kB of archives. 00:45:23 After this operation, 43.7 MB of additional disk space will be used. 00:45:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:45:23 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:45:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:45:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:45:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:45:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:45:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:45:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:45:23 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:45:23 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:45:23 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:45:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:45:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:45:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:45:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:45:24 debconf: delaying package configuration, since apt-utils is not installed 00:45:24 Fetched 7655 kB in 1s (11.9 MB/s) 00:45:24 Selecting previously unselected package libglib2.0-0:amd64. 00:45:24 (Reading database ... 13933 files and directories currently installed.) 00:45:24 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:45:24 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:24 Selecting previously unselected package libpsl5:amd64. 00:45:24 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:45:24 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:45:24 Selecting previously unselected package libnghttp2-14:amd64. 00:45:24 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:45:24 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:24 Selecting previously unselected package librtmp1:amd64. 00:45:24 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:45:24 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:24 Selecting previously unselected package libcurl3-gnutls:amd64. 00:45:24 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:45:24 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:24 Selecting previously unselected package liberror-perl. 00:45:24 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:45:24 Unpacking liberror-perl (0.17025-1) ... 00:45:24 Selecting previously unselected package git-man. 00:45:24 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:45:24 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:45:25 Selecting previously unselected package git. 00:45:25 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:45:25 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:45:26 Selecting previously unselected package libnorm1:amd64. 00:45:26 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:45:26 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:26 Selecting previously unselected package libpgm-5.2-0:amd64. 00:45:26 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:45:26 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:26 Selecting previously unselected package libsodium23:amd64. 00:45:26 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:45:26 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:45:26 Selecting previously unselected package libzmq5:amd64. 00:45:26 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:26 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:26 Selecting previously unselected package libzmq3-dev:amd64. 00:45:26 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:26 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:26 Selecting previously unselected package pkg-config. 00:45:26 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:45:26 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:45:26 Selecting previously unselected package zip. 00:45:26 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:45:26 Unpacking zip (3.0-11build1) ... 00:45:26 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:26 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:45:26 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:27 Setting up liberror-perl (0.17025-1) ... 00:45:27 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:45:27 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:27 No schema files found: doing nothing. 00:45:27 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:27 Setting up zip (3.0-11build1) ... 00:45:27 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:27 Setting up libsodium23:amd64 (1.0.16-2) ... 00:45:27 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:45:27 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:27 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:27 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:27 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:45:27 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:33 git set to automatically installed. 00:45:33 git-man set to automatically installed. 00:45:33 libcurl3-gnutls set to automatically installed. 00:45:33 liberror-perl set to automatically installed. 00:45:33 libglib2.0-0 set to automatically installed. 00:45:33 libnghttp2-14 set to automatically installed. 00:45:33 libnorm1 set to automatically installed. 00:45:33 libpgm-5.2-0 set to automatically installed. 00:45:33 libpsl5 set to automatically installed. 00:45:33 librtmp1 set to automatically installed. 00:45:33 libsodium23 set to automatically installed. 00:45:33 libzmq3-dev set to automatically installed. 00:45:33 libzmq5 set to automatically installed. 00:45:33 pkg-config set to automatically installed. 00:45:33 zip set to automatically installed. 00:45:35 snapd is not logged in, snap install commands will use sudo 00:45:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:38 ---> 1f7c227db4a5 00:45:38 Step 3/23 : WORKDIR /edgex-go 00:45:38 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:38 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:45:38 ---> 1f7c227db4a5 00:45:38 Step 3/31 : WORKDIR /edgex-go 00:45:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:38 ---> 1f7c227db4a5 00:45:38 Step 3/22 : WORKDIR /edgex-go 00:45:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:38 ---> 1f7c227db4a5 00:45:38 Step 3/23 : WORKDIR /edgex-go 00:45:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:38 ---> 1f7c227db4a5 00:45:38 Step 3/22 : WORKDIR /edgex-go 00:45:38 ---> Running in 59bdb2ab7408 00:45:38 ---> Running in a964d1938747 00:45:38 ---> Running in 0cfdd4bde899 00:45:38 ---> Running in 22c4205b2c4e 00:45:38 ---> Running in 5894df104dda 00:45:38 Removing intermediate container 59bdb2ab7408 00:45:38 ---> 727506a1c63f 00:45:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:38 Removing intermediate container 0cfdd4bde899 00:45:38 ---> 271f510b691f 00:45:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:38 Removing intermediate container 22c4205b2c4e 00:45:38 ---> f4c48ea0745a 00:45:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:38 Removing intermediate container 5894df104dda 00:45:38 ---> 9b068fc26492 00:45:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:38 Removing intermediate container a964d1938747 00:45:38 ---> 61a52c591c46 00:45:38 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:38 ---> Running in 5ac378bd1415 00:45:38 ---> Running in 7a041a7d4262 00:45:38 ---> Running in f217de708cca 00:45:38 ---> Running in f2c6498c18bd 00:45:38 ---> Running in 690888e665e6 00:45:38 Removing intermediate container 5ac378bd1415 00:45:38 ---> fd0d19dce4d5 00:45:38 Step 5/23 : RUN apk add --update --no-cache make git 00:45:38 Removing intermediate container 7a041a7d4262 00:45:38 ---> 9f11128bc0ef 00:45:38 Step 5/23 : RUN apk add --update --no-cache make git 00:45:38 ---> Running in 34edfb8b283d 00:45:38 ---> Running in ee9efe0f079d 00:45:38 Removing intermediate container f217de708cca 00:45:38 ---> dc815f93d924 00:45:38 Step 5/22 : RUN apk add --update --no-cache make git 00:45:38 Removing intermediate container f2c6498c18bd 00:45:38 ---> 0f8466703b44 00:45:38 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:45:38 Removing intermediate container 690888e665e6 00:45:38 ---> 56ae5e549c5a 00:45:38 Step 5/31 : RUN apk add --update --no-cache make git 00:45:38 ---> Running in eec5000180cb 00:45:38 ---> Running in a1219542f5b5 00:45:38 ---> Running in 2682bc2b4623 00:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:42 OK: 217 MiB in 51 packages 00:45:42 OK: 217 MiB in 51 packages 00:45:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:42 snap "core18" has no updates available 00:45:42 OK: 217 MiB in 51 packages 00:45:42 OK: 217 MiB in 51 packages 00:45:43 Pulling config-common 00:45:43 OK: 217 MiB in 51 packages 00:45:44 Pulling go-build-helper 00:45:44 Removing intermediate container ee9efe0f079d 00:45:44 ---> 0a897cc87caa 00:45:44 Step 6/23 : COPY go.mod . 00:45:44 Removing intermediate container 34edfb8b283d 00:45:44 ---> ea9d14414010 00:45:44 Step 6/23 : COPY go.mod . 00:45:44 Removing intermediate container eec5000180cb 00:45:44 ---> 9560cb7c0101 00:45:44 Step 6/22 : COPY go.mod . 00:45:44 Removing intermediate container 2682bc2b4623 00:45:44 ---> 9151246b86ba 00:45:44 Step 6/31 : COPY go.mod . 00:45:44 Removing intermediate container a1219542f5b5 00:45:44 ---> 551e9a33d744 00:45:44 Step 6/22 : COPY go.mod . 00:45:45 ---> 3da7532929a4 00:45:45 Step 7/23 : RUN go mod download 00:45:45 ---> Running in 8e2df9438e38 00:45:45 ---> 614eabcd59be 00:45:45 Step 7/23 : RUN go mod download 00:45:45 ---> Running in 646c4a84a3f1 00:45:45 ---> fb55200d132d 00:45:45 Step 7/22 : RUN go mod download 00:45:45 ---> 627d1cc21c05 00:45:45 Step 7/31 : RUN go mod download 00:45:45 ---> c41413659cfa 00:45:45 Step 7/22 : RUN go mod download 00:45:46 ---> Running in 2b4bd860df46 00:45:46 ---> Running in e2efb9deae20 00:45:46 ---> Running in 235fad451dd1 00:45:49 Removing intermediate container 8e2df9438e38 00:45:49 ---> aef02517f237 00:45:49 Step 8/23 : COPY . . 00:45:50 Removing intermediate container 646c4a84a3f1 00:45:50 ---> ecea58c1f22a 00:45:50 Step 8/23 : COPY . . 00:45:50 Removing intermediate container 2b4bd860df46 00:45:50 ---> 81a4bfb5a3a8 00:45:50 Step 8/22 : COPY . . 00:45:51 Removing intermediate container 235fad451dd1 00:45:51 ---> 96d12e411a91 00:45:51 Step 8/31 : COPY . . 00:45:51 Removing intermediate container e2efb9deae20 00:45:51 ---> d30f90934d71 00:45:51 Step 8/22 : COPY . . 00:46:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:46:06 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:46:06 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:46:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 00:46:06 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:46:06 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:46:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 00:46:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:46:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:46:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:46:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 00:46:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:46:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 00:46:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:46:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:46:06 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:46:06 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:46:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:46:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:46:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 00:46:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:46:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:46:06 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:46:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:46:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:46:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 00:46:06 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:46:06 Fetched 23.9 MB in 0s (0 B/s) 00:46:06 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:46:06 Fetched 96.5 kB in 0s (0 B/s) 00:46:06 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:46:06 Fetched 279 kB in 0s (0 B/s) 00:46:06 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:46:06 Fetched 122 kB in 0s (0 B/s) 00:46:06 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:46:06 Fetched 77.8 kB in 0s (0 B/s) 00:46:06 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:46:06 Fetched 8848 B in 0s (0 B/s) 00:46:06 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:46:06 Fetched 47.8 kB in 0s (0 B/s) 00:46:06 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:46:06 Fetched 45.6 kB in 0s (0 B/s) 00:46:06 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:46:06 Fetched 15.0 kB in 0s (0 B/s) 00:46:06 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:46:06 Fetched 214 kB in 0s (0 B/s) 00:46:06 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:46:06 Fetched 155 kB in 0s (0 B/s) 00:46:06 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:46:06 Fetched 50.6 kB in 0s (0 B/s) 00:46:06 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:46:06 Fetched 14.8 kB in 0s (0 B/s) 00:46:06 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:46:06 Fetched 41.8 kB in 0s (0 B/s) 00:46:06 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:46:06 Fetched 499 kB in 0s (0 B/s) 00:46:06 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:46:06 Fetched 111 kB in 0s (0 B/s) 00:46:06 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:46:06 Fetched 240 kB in 0s (0 B/s) 00:46:06 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:46:06 Fetched 29.3 kB in 0s (0 B/s) 00:46:06 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:46:06 Fetched 85.5 kB in 0s (0 B/s) 00:46:06 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:46:06 Fetched 24.5 kB in 0s (0 B/s) 00:46:06 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:46:06 Fetched 49.2 kB in 0s (0 B/s) 00:46:06 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:46:06 Fetched 54.2 kB in 0s (0 B/s) 00:46:06 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:46:06 Fetched 30.8 kB in 0s (0 B/s) 00:46:06 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:46:06 Fetched 17.0 kB in 0s (0 B/s) 00:46:06 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:46:06 Fetched 85.9 kB in 0s (0 B/s) 00:46:06 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:46:06 Fetched 8720 B in 0s (0 B/s) 00:46:06 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:46:06 Fetched 137 kB in 0s (0 B/s) 00:46:06 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:46:06 Fetched 119 kB in 0s (0 B/s) 00:46:06 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:46:06 Fetched 109 kB in 0s (0 B/s) 00:46:06 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:46:06 Fetched 11.1 kB in 0s (0 B/s) 00:46:06 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:46:06 Fetched 645 kB in 0s (0 B/s) 00:46:06 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:46:06 Fetched 41.3 kB in 0s (0 B/s) 00:46:06 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:46:06 Fetched 17.9 kB in 0s (0 B/s) 00:46:06 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:46:06 Fetched 368 kB in 0s (0 B/s) 00:46:06 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:46:06 Fetched 187 kB in 0s (0 B/s) 00:46:06 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:46:06 Fetched 175 kB in 0s (0 B/s) 00:46:06 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:46:07 Fetched 206 kB in 0s (0 B/s) 00:46:07 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:46:07 Fetched 1301 kB in 0s (0 B/s) 00:46:07 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:46:07 Fetched 36.2 kB in 0s (0 B/s) 00:46:07 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:46:07 Fetched 159 kB in 0s (0 B/s) 00:46:07 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:46:07 Fetched 107 kB in 0s (0 B/s) 00:46:07 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:46:07 Fetched 48.7 kB in 0s (0 B/s) 00:46:07 Pulling static-packages 00:46:07 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:46:07 Skipping pull go-build-helper (already ran) 00:46:07 Skipping pull static-packages (already ran) 00:46:07 Building go-build-helper 00:46:11 Building static-packages 00:46:13 Staging go-build-helper 00:46:14 Staging static-packages 00:46:14 Pulling go115 00:46:15 'edgex-go' has dependencies that need to be staged: go115 00:46:15 Skipping pull go115 (already ran) 00:46:15 Building go115 00:46:15 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:15 Dload Upload Total Spent Left Speed 00:46:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 20 115M 20 23.7M 0 0 35.2M 0 0:00:03 --:--:-- 0:00:03 35.2M 57 115M 57 66.8M 0 0 40.0M 0 0:00:02 0:00:01 0:00:01 40.0M 92 115M 92 107M 0 0 40.2M 0 0:00:02 0:00:02 --:--:-- 40.2M 100 115M 100 115M 0 0 40.6M 0 0:00:02 0:00:02 --:--:-- 40.6M 00:46:18 ---> bc068e3a7caa 00:46:18 Step 9/23 : RUN make cmd/core-command/core-command 00:46:18 ---> 2b32c71eaca5 00:46:18 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:46:18 ---> 5dc88668bb44 00:46:18 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:46:18 ---> Running in b60e6e116480 00:46:18 ---> c4a1811d15c9 00:46:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:46:18 ---> 815fbdc3d345 00:46:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:46:18 ---> Running in f40ca3e7f4ed 00:46:18 ---> Running in b7529db208e0 00:46:18 ---> Running in c0e26dc9143e 00:46:18 ---> Running in ce05130f266d 00:46:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:46:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:46:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:46:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:19 go1.15.2.linux-amd64.tar.gz: OK 00:46:23 Staging go115 00:46:27 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:27 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:27 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:27 Fetched 0 B in 0s (0 B/s) 00:46:27 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:46:27 Fetched 224 kB in 0s (0 B/s) 00:46:27 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:46:27 Fetched 157 kB in 0s (0 B/s) 00:46:27 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:46:27 Fetched 221 kB in 0s (0 B/s) 00:46:27 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:46:27 Fetched 143 kB in 0s (0 B/s) 00:46:27 Pulling edgex-go 00:46:28 Pulling version 00:46:29 Building config-common 00:46:31 Skipping build go-build-helper (already ran) 00:46:31 Skipping build static-packages (already ran) 00:46:31 Skipping build go115 (already ran) 00:46:31 Building edgex-go 00:46:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:46:33 go: downloading github.com/gorilla/mux v1.8.0 00:46:33 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:46:33 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.12 00:46:33 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 00:46:33 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:46:33 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:46:33 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:46:33 go: downloading github.com/pelletier/go-toml v1.2.0 00:46:33 go: downloading github.com/google/uuid v1.2.0 00:46:33 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 00:46:33 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:46:33 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:46:33 go: downloading github.com/pkg/errors v0.8.1 00:46:33 go: downloading github.com/go-kit/kit v0.8.0 00:46:33 go: downloading github.com/pebbe/zmq4 v1.2.2 00:46:33 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:46:33 go: downloading github.com/hashicorp/consul/api v1.1.0 00:46:33 go: downloading github.com/x448/float16 v0.8.4 00:46:33 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:46:33 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:46:33 go: downloading github.com/imdario/mergo v0.3.11 00:46:33 go: downloading gopkg.in/yaml.v2 v2.4.0 00:46:33 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:46:33 go: downloading github.com/BurntSushi/toml v0.3.1 00:46:33 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:46:33 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:46:33 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:46:33 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:46:33 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:46:33 go: downloading github.com/go-playground/universal-translator v0.17.0 00:46:33 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:46:33 go: downloading github.com/hashicorp/serf v0.8.2 00:46:33 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:46:33 go: downloading github.com/mitchellh/copystructure v1.0.0 00:46:33 go: downloading github.com/leodido/go-urn v1.2.0 00:46:33 go: downloading github.com/go-playground/locales v0.13.0 00:46:34 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:46:34 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:46:34 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:46:34 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:46:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:46:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:46:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:46:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:46 go: downloading github.com/stretchr/testify v1.7.0 00:46:46 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:46:46 go: downloading github.com/pmezard/go-difflib v1.0.0 00:46:46 go: downloading github.com/davecgh/go-spew v1.1.1 00:46:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:48 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:46:48 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:46:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:46:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:46:50 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:46:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:46:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:46:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:46:53 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:46:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:46:54 go: downloading github.com/lib/pq v1.9.0 00:46:57 Building version 00:46:58 Staging config-common 00:46:59 Skipping stage go-build-helper (already ran) 00:46:59 Skipping stage static-packages (already ran) 00:46:59 Skipping stage go115 (already ran) 00:46:59 Staging edgex-go 00:47:00 Staging version 00:47:01 Priming config-common 00:47:02 Priming go-build-helper 00:47:03 Priming static-packages 00:47:05 Priming go115 00:47:06 Priming edgex-go 00:47:07 Priming version 00:47:08 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] } 00:47:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:48:06 Removing intermediate container c0e26dc9143e 00:48:06 ---> 608e0dc12b60 00:48:06 00:48:06 Step 10/22 : FROM alpine:3.12 00:48:06 3.12: Pulling from library/alpine 00:48:07 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:07 Status: Downloaded newer image for alpine:3.12 00:48:07 ---> afeebe901d6b 00:48:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:48:08 ---> Running in 84481c78ccd4 00:48:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:11 (1/2) Installing ca-certificates (20191127-r4) 00:48:11 (2/2) Installing dumb-init (1.2.2-r1) 00:48:11 Executing busybox-1.31.1-r19.trigger 00:48:11 Executing ca-certificates-20191127-r4.trigger 00:48:11 OK: 6 MiB in 16 packages 00:48:14 Removing intermediate container 84481c78ccd4 00:48:14 ---> 8c8fbaaf9773 00:48:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:48:14 ---> Running in 3d8f2986d9fc 00:48:15 Removing intermediate container 3d8f2986d9fc 00:48:15 ---> de973e791ffc 00:48:15 Step 13/22 : ENV APP_PORT=48060 00:48:15 ---> Running in c7e04aaed165 00:48:16 Removing intermediate container c7e04aaed165 00:48:16 ---> db0558d2f782 00:48:16 Step 14/22 : EXPOSE $APP_PORT 00:48:17 ---> Running in 7a1c04058d9f 00:48:18 Removing intermediate container 7a1c04058d9f 00:48:18 ---> 30b69caaa518 00:48:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:19 ---> 9b2693a3fa1a 00:48:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:23 ---> 94de91943d75 00:48:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:23 Removing intermediate container f40ca3e7f4ed 00:48:23 ---> c1652274fef4 00:48:23 00:48:23 Step 10/31 : FROM alpine:3.12 00:48:23 ---> afeebe901d6b 00:48:23 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:48:24 ---> Running in dfce46695fb5 00:48:24 ---> f562816b01e4 00:48:24 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:48:25 ---> Running in 190bd1e0490e 00:48:25 Removing intermediate container dfce46695fb5 00:48:25 ---> cae198cf5894 00:48:25 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:48:26 ---> Running in 27e23f089a01 00:48:27 Removing intermediate container 190bd1e0490e 00:48:27 ---> 828660c692ae 00:48:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:27 ---> Running in a3392d4bbcf8 00:48:28 Removing intermediate container ce05130f266d 00:48:28 ---> 13c55d412f24 00:48:28 00:48:28 Step 10/22 : FROM alpine:3.12 00:48:28 ---> afeebe901d6b 00:48:28 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:48:28 Removing intermediate container b60e6e116480 00:48:28 ---> bbf5d2133244 00:48:28 00:48:28 Step 10/23 : FROM alpine:3.12 00:48:28 ---> afeebe901d6b 00:48:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:28 ---> Running in 8c8fe8d481a8 00:48:28 ---> Running in dcb419287b1e 00:48:28 Removing intermediate container a3392d4bbcf8 00:48:28 ---> d3fac138130a 00:48:28 Step 20/22 : LABEL arch=arm64 00:48:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:29 ---> Running in 12a78653a35c 00:48:29 (1/2) Installing dumb-init (1.2.2-r1) 00:48:29 (2/2) Installing su-exec (0.2-r1) 00:48:29 Executing busybox-1.31.1-r19.trigger 00:48:29 OK: 5 MiB in 16 packages 00:48:30 Removing intermediate container 12a78653a35c 00:48:30 ---> 26f0873de6f8 00:48:30 Step 21/22 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:48:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:31 ---> Running in c07ffc27ad80 00:48:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:31 Removing intermediate container b7529db208e0 00:48:31 ---> 36220d3f7f92 00:48:31 00:48:31 Step 10/23 : FROM alpine:3.12 00:48:32 ---> afeebe901d6b 00:48:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:32 (1/1) Installing dumb-init (1.2.2-r1) 00:48:32 Executing busybox-1.31.1-r19.trigger 00:48:32 OK: 5 MiB in 15 packages 00:48:32 (1/1) Installing dumb-init (1.2.2-r1) 00:48:32 Executing busybox-1.31.1-r19.trigger 00:48:32 Removing intermediate container 27e23f089a01 00:48:32 ---> 36902fbeef5e 00:48:32 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:48:32 OK: 5 MiB in 15 packages 00:48:32 Removing intermediate container c07ffc27ad80 00:48:32 ---> 4e2b2b5aa6ec 00:48:32 Step 22/22 : LABEL version=0.0.0 00:48:32 ---> Running in 1004940a7553 00:48:32 ---> Running in 6a15aedc218e 00:48:32 ---> Running in a2350f14ade2 00:48:33 Removing intermediate container 6a15aedc218e 00:48:33 ---> cb2e1c2248dc 00:48:33 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:48:33 Removing intermediate container a2350f14ade2 00:48:33 ---> 57ad579aff52 00:48:33 00:48:33 ---> Running in 51210c2f7f73 00:48:34 Successfully built 57ad579aff52 00:48:34 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:34 Removing intermediate container 8c8fe8d481a8 00:48:34  Building docker-support-notifications-go ... done  ---> 6f09a92dd2b3 00:48:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:34 Building docker-security-proxy-setup-go 00:48:34 Removing intermediate container dcb419287b1e 00:48:34 ---> 97ab5e19012f 00:48:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:34 Removing intermediate container 51210c2f7f73 00:48:34 ---> Running in f678688c1fd9 00:48:34 ---> 2552e39734fc 00:48:34 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:48:34 ---> Running in bc1fcad3b184 00:48:34 ---> Running in ae7ff0c5d14d 00:48:34 (1/1) Installing dumb-init (1.2.2-r1) 00:48:34 Executing busybox-1.31.1-r19.trigger 00:48:34 OK: 5 MiB in 15 packages 00:48:35 Removing intermediate container f678688c1fd9 00:48:35 ---> 60d1e42c889a 00:48:35 Step 13/22 : ENV APP_PORT=48085 00:48:35 Removing intermediate container bc1fcad3b184 00:48:35 ---> 01bb6bef38b3 00:48:35 Step 13/23 : ENV APP_PORT=48082 00:48:35 ---> Running in 6cfad9c19e2f 00:48:36 ---> Running in 095a7a6a6085 00:48:36 Removing intermediate container 095a7a6a6085 00:48:36 ---> a67e9cc2d3a3 00:48:36 Step 14/23 : EXPOSE $APP_PORT 00:48:36 Removing intermediate container 6cfad9c19e2f 00:48:36 ---> 1ea6d9c356e3 00:48:36 Step 14/22 : EXPOSE $APP_PORT 00:48:37 Removing intermediate container 1004940a7553 00:48:37 ---> acca1f13dd46 00:48:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:37 ---> Running in 1eda86c1683e 00:48:37 ---> Running in 796d5cea6b01 00:48:38 ---> Running in e0ef55ae2a13 00:48:39 Removing intermediate container 796d5cea6b01 00:48:39 Removing intermediate container 1eda86c1683e 00:48:39 ---> 6210279c25f2 00:48:39 Step 15/23 : WORKDIR / 00:48:39 ---> b2521b0c070a 00:48:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:39 Removing intermediate container ae7ff0c5d14d 00:48:39 ---> 53e517602c67 00:48:39 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:48:40 ---> Running in c092cfc6c582 00:48:40 Removing intermediate container e0ef55ae2a13 00:48:40 ---> 51421241e6ff 00:48:40 Step 13/23 : ENV APP_PORT=48081 00:48:40 ---> Running in 1ed9b7e12d04 00:48:40 ---> 68457957e33d 00:48:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:40 ---> Running in b4da00303893 00:48:41 Removing intermediate container c092cfc6c582 00:48:41 ---> fe2544a12450 00:48:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:41 Removing intermediate container 1ed9b7e12d04 00:48:41 Removing intermediate container b4da00303893 00:48:41 ---> 96fd72c63f8d 00:48:41 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:48:41 ---> 420c48a75376 00:48:41 Step 14/23 : EXPOSE $APP_PORT 00:48:42 ---> Running in 4b2704b72787 00:48:42 ---> 862bc9428929 00:48:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:42 ---> 75f64fc33f1f 00:48:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:42 Removing intermediate container 4b2704b72787 00:48:42 ---> 0f37236f11f3 00:48:42 Step 15/23 : WORKDIR / 00:48:43 ---> 7c533799e65d 00:48:43 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:48:43 ---> Running in a156e51766ac 00:48:43 ---> Running in 63293e085fe6 00:48:44 ---> cf2feb544e04 00:48:44 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:44 ---> 71b76359f7ba 00:48:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:44 ---> Running in 09c1fa76e2ae 00:48:45 Removing intermediate container a156e51766ac 00:48:45 ---> 261d136e02af 00:48:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:46 Removing intermediate container 09c1fa76e2ae 00:48:46 ---> b16db50fdcc2 00:48:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:46 ---> 51fb42e01601 00:48:46 Step 19/23 : ENTRYPOINT ["/core-command"] 00:48:46 ---> 2b0e83201ad7 00:48:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:47 ---> Running in 4961d38810ff 00:48:47 ---> Running in 67bd69f12ee5 00:48:48 Removing intermediate container 67bd69f12ee5 00:48:48 Removing intermediate container 4961d38810ff 00:48:48 ---> 98661cec0152 00:48:48 ---> 9c69bc4d2117 00:48:48 Step 20/22 : LABEL arch=arm64Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:48 00:48:49 Removing intermediate container 63293e085fe6 00:48:49 ---> f13d44d0b00d 00:48:49 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:49 ---> f6dd897d68a1 00:48:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:49 ---> Running in b5b0e1e10a20 00:48:49 ---> Running in a9eb5cfc074f 00:48:50 Removing intermediate container a9eb5cfc074f 00:48:50 ---> 8bc2711279f2 00:48:50 Step 21/22 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:48:50 ---> 0226e4f2e4ec 00:48:50 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:48:50 Removing intermediate container b5b0e1e10a20 00:48:50 ---> 83c07b43db20 00:48:50 Step 21/23 : LABEL arch=arm64 00:48:50 ---> 8e26e954712c 00:48:50 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:48:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:51 ---> 1f7c227db4a5 00:48:51 Step 3/21 : WORKDIR /edgex-go 00:48:51 ---> Using cache 00:48:51 ---> 61a52c591c46 00:48:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:51 ---> Using cache 00:48:51 ---> 56ae5e549c5a 00:48:51 Step 5/21 : RUN apk add --update --no-cache make git 00:48:51 ---> Using cache 00:48:51 ---> 9151246b86ba 00:48:51 Step 6/21 : COPY go.mod . 00:48:51 ---> Using cache 00:48:51 ---> 627d1cc21c05 00:48:51 Step 7/21 : RUN go mod download 00:48:51 ---> Using cache 00:48:51 ---> 96d12e411a91 00:48:51 Step 8/21 : COPY . . 00:48:51 ---> Running in 2bf13059e7e9 00:48:51 ---> Using cache 00:48:51 ---> 2b32c71eaca5 00:48:51 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:48:51 ---> Running in 904e55dc42c3 00:48:51 ---> Running in b7f10fdbf884 00:48:51 ---> Running in ce7bad801a21 00:48:52 Removing intermediate container 2bf13059e7e9 00:48:52 ---> 3d9022376d45 00:48:52 Step 22/22 : LABEL version=0.0.0 00:48:52 Removing intermediate container b7f10fdbf884 00:48:52 ---> 7d2a709073f6 00:48:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:52 Removing intermediate container 904e55dc42c3 00:48:52 ---> e926ee379bb5 00:48:52 Step 22/23 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:48:52 ---> Running in 48beb34d32ea 00:48:52 ---> Running in caaa735557f6 00:48:52 ---> Running in bd4339ae7c26 00:48:52 ---> dbbb95b20047 00:48:52 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:48:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:48:53 Removing intermediate container 48beb34d32ea 00:48:53 ---> f954df8fa14c 00:48:53 00:48:53 Removing intermediate container caaa735557f6 00:48:53 ---> 59cfc6772124 00:48:53 Step 21/23 : LABEL arch=arm64 00:48:53 Removing intermediate container bd4339ae7c26 00:48:53 ---> 82dbd05f9ca7 00:48:53 Step 23/23 : LABEL version=0.0.0 00:48:54 Successfully built f954df8fa14c 00:48:54 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:54 Building docker-security-secretstore-setup-go 00:48:54  Building docker-support-scheduler-go ... done  ---> Running in ed758573f793 00:48:54 ---> Running in 62fe4566b26a 00:48:54 ---> a2c3c7703856 00:48:54 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:48:54 Removing intermediate container ed758573f793 00:48:54 ---> 4c51ea63abb3 00:48:54 Step 22/23 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:48:55 Removing intermediate container 62fe4566b26a 00:48:55 ---> 198bdaa1aa9b 00:48:55 00:48:55 ---> Running in dfbf7426967b 00:48:56 Successfully built 198bdaa1aa9b 00:48:57 Successfully tagged docker-core-command-go-arm64:latest 00:48:57 Building docker-core-data-go 00:48:57  Building docker-core-command-go ... done Removing intermediate container dfbf7426967b 00:48:57 ---> d2e48d66c8be 00:48:57 Step 23/23 : LABEL version=0.0.0 00:48:57 ---> 9c3aece70f35 00:48:57 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:48:57 ---> Running in 6dbdffc40d0a 00:48:58 Removing intermediate container 6dbdffc40d0a 00:48:58 ---> 5e83cf4c71f8 00:48:58 00:48:58 ---> ae27a6d36cf2 00:48:58 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:48:59 Successfully built 5e83cf4c71f8 00:48:59 Successfully tagged docker-core-metadata-go-arm64:latest 00:48:59  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 00:48:59 ---> Running in 9431875ee6d1 00:49:00 Removing intermediate container 9431875ee6d1 00:49:00 ---> 30262d1135c4 00:49:00 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:49:02 ---> 2a636ef0fc84 00:49:02 Step 26/31 : RUN chmod +x /entrypoint.sh 00:49:03 ---> Running in d66de0d1dbda 00:49:08 Removing intermediate container d66de0d1dbda 00:49:08 ---> e9a332ecd2c7 00:49:08 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:49:09 ---> Running in 5fb6ce3def00 00:49:10 Removing intermediate container 5fb6ce3def00 00:49:10 ---> 55fd28131985 00:49:10 Step 28/31 : CMD ["gate"] 00:49:11 ---> Running in df1e049701c4 00:49:12 Removing intermediate container df1e049701c4 00:49:12 ---> 5fbfc448bf61 00:49:12 Step 29/31 : LABEL arch=arm64 00:49:13 ---> Running in 3c6a7b865351 00:49:14 Removing intermediate container 3c6a7b865351 00:49:14 ---> 9a0e7f417d00 00:49:14 Step 30/31 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:49:15 ---> Running in 91f2c121c881 00:49:16 Removing intermediate container 91f2c121c881 00:49:16 ---> d9883e7964b2 00:49:16 Step 31/31 : LABEL version=0.0.0 00:49:17 ---> Running in 7fe1992da404 00:49:18 Removing intermediate container 7fe1992da404 00:49:18 ---> c3c868798863 00:49:18 00:49:18 Successfully built c3c868798863 00:49:18 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:49:29  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:49:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:49:34 ---> 1f7c227db4a5 00:49:34 Step 3/24 : WORKDIR /edgex-go 00:49:34 ---> Using cache 00:49:34 ---> 61a52c591c46 00:49:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:34 ---> Using cache 00:49:34 ---> 56ae5e549c5a 00:49:34 Step 5/24 : RUN apk add --update --no-cache make git 00:49:34 ---> Using cache 00:49:34 ---> 9151246b86ba 00:49:34 Step 6/24 : COPY go.mod . 00:49:34 ---> Using cache 00:49:34 ---> 627d1cc21c05 00:49:34 Step 7/24 : RUN go mod download 00:49:34 ---> Using cache 00:49:34 ---> 96d12e411a91 00:49:34 Step 8/24 : COPY . . 00:49:34 ---> Using cache 00:49:34 ---> 2b32c71eaca5 00:49:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:37 ---> 1f7c227db4a5 00:49:37 Step 3/23 : WORKDIR /edgex-go 00:49:37 ---> Using cache 00:49:37 ---> 61a52c591c46 00:49:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:37 ---> Using cache 00:49:37 ---> 56ae5e549c5a 00:49:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:49:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:49:38 ---> 1f7c227db4a5 00:49:38 Step 3/26 : WORKDIR /edgex-go 00:49:38 ---> Using cache 00:49:38 ---> 61a52c591c46 00:49:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:38 ---> Using cache 00:49:38 ---> 56ae5e549c5a 00:49:38 Step 5/26 : RUN apk add --update --no-cache make bash git 00:49:39 ---> Running in 153e05c3e879 00:49:39 ---> Running in 7d31d2097e85 00:49:39 ---> Running in 6aa49661b36e 00:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:42 Removing intermediate container ce7bad801a21 00:49:42 ---> 9985368e0dd7 00:49:42 00:49:42 Step 10/21 : FROM alpine:3.12 00:49:42 ---> afeebe901d6b 00:49:42 Step 11/21 : RUN apk add --update --no-cache curl 00:49:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:42 ---> Running in 61af7c1d0b16 00:49:43 OK: 217 MiB in 51 packages 00:49:43 OK: 217 MiB in 51 packages 00:49:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:45 (1/4) Installing ca-certificates (20191127-r4) 00:49:45 Removing intermediate container 7d31d2097e85 00:49:45 ---> 34a19a96d8ab 00:49:45 Step 6/23 : COPY go.mod .(2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:45 00:49:45 (3/4) Installing libcurl (7.69.1-r3) 00:49:45 (4/4) Installing curl (7.69.1-r3) 00:49:45 Executing busybox-1.31.1-r19.trigger 00:49:45 Executing ca-certificates-20191127-r4.trigger 00:49:45 OK: 7 MiB in 18 packages 00:49:45 Removing intermediate container 6aa49661b36e 00:49:45 ---> a25255b02749 00:49:45 Step 6/26 : COPY go.mod . 00:49:46 ---> 48cfebf34ee4 00:49:46 Step 7/23 : RUN go mod download 00:49:47 ---> Running in 5b6de7a14881 00:49:47 ---> 0cfa7ff3fa9d 00:49:47 Step 7/26 : RUN go mod download 00:49:47 ---> Running in 9e8e8d40f263 00:49:49 Removing intermediate container 61af7c1d0b16 00:49:49 ---> d1dafc8c6a29 00:49:49 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:49 ---> Running in 7bf4ce9109e9 00:49:50 Removing intermediate container 7bf4ce9109e9 00:49:50 ---> b1b3ae6fe6e2 00:49:50 Step 13/21 : WORKDIR /edgex 00:49:50 ---> Running in 231eca2e3367 00:49:52 Removing intermediate container 231eca2e3367 00:49:52 ---> deabd7017c0f 00:49:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:52 Removing intermediate container 5b6de7a14881 00:49:52 ---> fb1c2c82d157 00:49:52 Step 8/23 : COPY . . 00:49:53 ---> 59c8ab9dc4a5 00:49:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:53 Removing intermediate container 9e8e8d40f263 00:49:53 ---> 162845e902e2 00:49:53 Step 8/26 : COPY . . 00:49:56 ---> a4ba14180506 00:49:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:00 ---> be63d3539794 00:50:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:00 ---> Running in 3afc4d000008 00:50:01 Removing intermediate container 3afc4d000008 00:50:01 ---> 865b49ea5c5c 00:50:01 Step 18/21 : CMD ["--init=true"] 00:50:02 ---> Running in 71f758c55871 00:50:03 Removing intermediate container 71f758c55871 00:50:03 ---> 0fbc1010c14c 00:50:03 Step 19/21 : LABEL arch=arm64 00:50:03 ---> Running in be83866d5a72 00:50:04 Removing intermediate container be83866d5a72 00:50:04 ---> 11283a76d850 00:50:04 Step 20/21 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:50:05 ---> Running in 728249e15c2f 00:50:06 Removing intermediate container 728249e15c2f 00:50:06 ---> 2b674780cf14 00:50:06 Step 21/21 : LABEL version=0.0.0 00:50:06 ---> Running in 27677e77182d 00:50:08 Removing intermediate container 27677e77182d 00:50:08 ---> 9d31d654df07 00:50:08 00:50:08 Successfully built 9d31d654df07 00:50:08 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:17  Building docker-security-proxy-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:50:17 ---> 20dc9e554348 00:50:17 Step 9/23 : RUN make cmd/core-data/core-data 00:50:17 ---> 80c5078aa9bb 00:50:17 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:17 ---> Running in a037f479725b 00:50:17 ---> Running in 718eaa670bac 00:50:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:50:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:50:25 Removing intermediate container 153e05c3e879 00:50:25 ---> 7785830554be 00:50:25 00:50:25 Step 10/24 : FROM alpine:3.12 00:50:25 ---> afeebe901d6b 00:50:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:50:26 ---> Running in 1e98e7abf204 00:50:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:28 (1/5) Installing ca-certificates (20191127-r4) 00:50:28 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:50:28 (3/5) Installing libcurl (7.69.1-r3) 00:50:28 (4/5) Installing curl (7.69.1-r3) 00:50:28 (5/5) Installing dumb-init (1.2.2-r1) 00:50:28 Executing busybox-1.31.1-r19.trigger 00:50:28 Executing ca-certificates-20191127-r4.trigger 00:50:28 OK: 7 MiB in 19 packages 00:50:31 Removing intermediate container 1e98e7abf204 00:50:31 ---> ea89dc1bde65 00:50:31 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:31 ---> Running in aa3ba1c3e66e 00:50:32 Removing intermediate container aa3ba1c3e66e 00:50:32 ---> 63265ed1363a 00:50:32 Step 13/24 : WORKDIR / 00:50:32 ---> Running in 2a183b8eda8e 00:50:33 Removing intermediate container 2a183b8eda8e 00:50:33 ---> bd876849c0e6 00:50:33 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:50:34 ---> 4acba4b88b96 00:50:34 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:50:35 ---> d8b11e54549a 00:50:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:36 ---> 78945b290f20 00:50:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:38 ---> 2ea39ffa46e8 00:50:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:39 ---> 34fba1b4c127 00:50:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:41 ---> 3006ea6d2130 00:50:41 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:50:41 ---> Running in 44d8cf1f7fef 00:50:44 Removing intermediate container 44d8cf1f7fef 00:50:44 ---> 2dbdb5cc3ebf 00:50:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:50:44 ---> Running in 7a0a5999c483 00:50:45 Removing intermediate container 7a0a5999c483 00:50:45 ---> 4ec82092d6d0 00:50:45 Step 22/24 : LABEL arch=arm64 00:50:45 ---> Running in 9211331b7133 00:50:46 Removing intermediate container 9211331b7133 00:50:46 ---> a89459102f4a 00:50:46 Step 23/24 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:50:46 ---> Running in aaf888c9d6cb 00:50:46 Removing intermediate container aaf888c9d6cb 00:50:46 ---> 4ad323cb8204 00:50:46 Step 24/24 : LABEL version=0.0.0 00:50:47 ---> Running in d5b94c8b39a8 00:50:47 Removing intermediate container d5b94c8b39a8 00:50:47 ---> 70e00d534064 00:50:47 00:50:48 Successfully built 70e00d534064 00:50:48 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:51:10  Building docker-security-secretstore-setup-go ... done Removing intermediate container 718eaa670bac 00:51:10 ---> 63cbcbfed812 00:51:10 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:10 ---> Running in 3c2c08ac50dd 00:51:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:51:13 Removing intermediate container 3c2c08ac50dd 00:51:13 ---> beff2ccdfdaa 00:51:13 00:51:13 Step 11/26 : FROM docker:20.10.0 00:51:14 20.10.0: Pulling from library/docker 00:51:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:51:22 Status: Downloaded newer image for docker:20.10.0 00:51:22 ---> eeaf43b92773 00:51:22 Step 12/26 : RUN apk add --no-cache bash 00:51:22 ---> Running in 4884032b5fd8 00:51:22 Removing intermediate container a037f479725b 00:51:22 ---> bbcbf4afd4eb 00:51:22 00:51:22 Step 10/23 : FROM alpine:3.12 00:51:22 ---> afeebe901d6b 00:51:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:23 ---> Running in 5680a6f0e6fc 00:51:23 Removing intermediate container 5680a6f0e6fc 00:51:23 ---> 2e079d9e78d1 00:51:23 Step 12/23 : ENV APP_PORT=48080 00:51:23 ---> Running in 686104c5b17d 00:51:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:24 Removing intermediate container 686104c5b17d 00:51:24 ---> f84667d67980 00:51:24 Step 13/23 : EXPOSE $APP_PORT 00:51:24 ---> Running in ea756242f6ca 00:51:24 (1/2) Installing readline (8.0.4-r0) 00:51:24 (2/2) Installing bash (5.0.17-r0) 00:51:24 Executing bash-5.0.17-r0.post-install 00:51:24 Executing busybox-1.31.1-r19.trigger 00:51:24 OK: 12 MiB in 22 packages 00:51:24 Removing intermediate container ea756242f6ca 00:51:24 ---> a86de1d0a35e 00:51:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:24 ---> Running in 56198bdc3a6c 00:51:26 Removing intermediate container 4884032b5fd8 00:51:26 ---> 5cd3415420d7 00:51:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:51:26 ---> Running in 1e27273302a6 00:51:26 Removing intermediate container 1e27273302a6 00:51:26 ---> 0369aa0da74c 00:51:26 Step 14/26 : ENV APP_PORT=48090 00:51:26 ---> Running in 23fbe5921a56 00:51:27 Removing intermediate container 56198bdc3a6c 00:51:27 ---> b757f4728b0a 00:51:27 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:51:27 ---> Running in c6ce65a64535 00:51:27 Removing intermediate container 23fbe5921a56 00:51:27 ---> faadc0694224 00:51:27 Step 15/26 : EXPOSE $APP_PORT 00:51:27 ---> Running in f8119a153a6e 00:51:27 Removing intermediate container f8119a153a6e 00:51:27 ---> 3f6489138e66 00:51:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:51:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:29 ---> 0264196a2b19 00:51:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:51:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:30 ---> 1995cfe0ff72 00:51:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:51:30 (1/6) Installing dumb-init (1.2.2-r1) 00:51:30 (2/6) Installing libgcc (9.3.0-r2) 00:51:30 (3/6) Installing libsodium (1.0.18-r0) 00:51:30 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:30 (5/6) Installing libzmq (4.3.3-r0) 00:51:30 ---> 1e7075fdc940 00:51:30 Step 19/26 : RUN apk --no-cache add py3-pip 00:51:30 (6/6) Installing zeromq (4.3.3-r0) 00:51:30 Executing busybox-1.31.1-r19.trigger 00:51:30 OK: 8 MiB in 20 packages 00:51:30 ---> Running in 97c2ebb6d35b 00:51:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:32 Removing intermediate container c6ce65a64535 00:51:32 ---> c12018c90aac 00:51:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:32 (1/33) Installing libbz2 (1.0.8-r1) 00:51:32 (2/33) Installing expat (2.2.9-r1) 00:51:32 (3/33) Installing libffi (3.3-r2) 00:51:32 (4/33) Installing gdbm (1.13-r1) 00:51:32 (5/33) Installing xz-libs (5.2.5-r0) 00:51:33 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:33 (7/33) Installing python3 (3.8.5-r0) 00:51:33 ---> c3b5b565e26b 00:51:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:35 ---> 8906a0a49fa2 00:51:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:35 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:35 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:35 (11/33) Installing py3-six (1.15.0-r0) 00:51:35 (12/33) Installing py3-packaging (20.4-r0) 00:51:35 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:35 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:35 (15/33) Installing py3-idna (2.9-r0) 00:51:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:35 (18/33) Installing py3-requests (2.23.0-r0) 00:51:35 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:35 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:35 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:35 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:35 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:35 (24/33) Installing py3-distro (1.5.0-r1) 00:51:35 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:35 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:35 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:35 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:35 (29/33) Installing py3-progress (1.5-r0) 00:51:35 (30/33) Installing py3-toml (0.10.1-r0) 00:51:35 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:35 (33/33) Installing py3-pip (20.1.1-r0) 00:51:35 Executing busybox-1.31.1-r19.trigger 00:51:35 OK: 71 MiB in 55 packages 00:51:36 ---> 1813e367d1de 00:51:36 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:36 ---> Running in cbc49748b900 00:51:36 Removing intermediate container cbc49748b900 00:51:36 ---> 79626810f49f 00:51:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:36 ---> Running in 88dfaa4605fb 00:51:37 Removing intermediate container 88dfaa4605fb 00:51:37 ---> 7c743d8e684f 00:51:37 Step 21/23 : LABEL arch=arm64 00:51:37 ---> Running in 84ef6d06cc0e 00:51:38 Removing intermediate container 84ef6d06cc0e 00:51:38 ---> f2d5338cb1fa 00:51:38 Step 22/23 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:51:38 ---> Running in ec9e71000fd4 00:51:38 Removing intermediate container ec9e71000fd4 00:51:38 ---> 2e6e52691a8f 00:51:38 Step 23/23 : LABEL version=0.0.0 00:51:39 ---> Running in 9927512453c5 00:51:39 Removing intermediate container 9927512453c5 00:51:39 ---> be0e4b0c85f6 00:51:39 00:51:40 Successfully built be0e4b0c85f6 00:51:40 Successfully tagged docker-core-data-go-arm64:latest 00:51:41  Building docker-core-data-go ... done Removing intermediate container 97c2ebb6d35b 00:51:41 ---> a79ca44c98bd 00:51:41 Step 20/26 : RUN pip install docker-compose==1.23.2 00:51:41 ---> Running in cb98bcd316f3 00:51:46 Collecting docker-compose==1.23.2 00:51:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:47 Collecting docopt<0.7,>=0.6.1 00:51:47 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:49 Collecting websocket-client<1.0,>=0.32.0 00:51:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:51:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:51:50 Collecting cached-property<2,>=1.2.0 00:51:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:51:50 Collecting docker<4.0,>=3.6.0 00:51:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:51 Collecting dockerpty<0.5,>=0.4.1 00:51:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:53 Collecting texttable<0.10,>=0.9.0 00:51:53 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:55 Collecting jsonschema<3,>=2.5.1 00:51:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:55 Collecting PyYAML<4,>=3.10 00:51:55 Downloading PyYAML-3.13.tar.gz (270 kB) 00:51:58 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:51:59 Collecting urllib3<1.25,>=1.21.1 00:51:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:59 Collecting idna<2.8,>=2.5 00:51:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:59 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:51:59 Collecting docker-pycreds>=0.4.0 00:51:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:00 Installing collected packages: urllib3, idna, requests, docopt, websocket-client, cached-property, docker-pycreds, docker, dockerpty, texttable, jsonschema, PyYAML, docker-compose 00:52:00 Attempting uninstall: urllib3 00:52:00 Found existing installation: urllib3 1.25.9 00:52:00 Uninstalling urllib3-1.25.9: 00:52:00 Successfully uninstalled urllib3-1.25.9 00:52:01 Attempting uninstall: idna 00:52:01 Found existing installation: idna 2.9 00:52:01 Uninstalling idna-2.9: 00:52:01 Successfully uninstalled idna-2.9 00:52:02 Attempting uninstall: requests 00:52:02 Found existing installation: requests 2.23.0 00:52:02 Uninstalling requests-2.23.0: 00:52:02 Successfully uninstalled requests-2.23.0 00:52:02 Running setup.py install for docopt: started 00:52:04 Running setup.py install for docopt: finished with status 'done' 00:52:05 Running setup.py install for dockerpty: started 00:52:06 Running setup.py install for dockerpty: finished with status 'done' 00:52:06 Running setup.py install for texttable: started 00:52:08 Running setup.py install for texttable: finished with status 'done' 00:52:09 Running setup.py install for PyYAML: started 00:52:11 Running setup.py install for PyYAML: finished with status 'done' 00:52:12 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:52:15 Removing intermediate container cb98bcd316f3 00:52:15 ---> 43f9a8f0f9b2 00:52:15 Step 21/26 : RUN apk --no-cache add curl 00:52:15 ---> Running in a15a83f34768 00:52:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:52:17 (2/3) Installing libcurl (7.69.1-r3) 00:52:17 (3/3) Installing curl (7.69.1-r3) 00:52:17 Executing busybox-1.31.1-r19.trigger 00:52:17 OK: 71 MiB in 58 packages 00:52:18 Removing intermediate container a15a83f34768 00:52:18 ---> 8a2289fa891e 00:52:18 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:52:18 ---> Running in 5b47baa4f15b 00:52:19 Removing intermediate container 5b47baa4f15b 00:52:19 ---> 82fcb147e1bb 00:52:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:19 ---> Running in 587b60625b59 00:52:19 Removing intermediate container 587b60625b59 00:52:19 ---> 75ca617268a8 00:52:19 Step 24/26 : LABEL arch=arm64 00:52:19 ---> Running in 0ff3e6e04e29 00:52:20 Removing intermediate container 0ff3e6e04e29 00:52:20 ---> d56482d8528c 00:52:20 Step 25/26 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 00:52:20 ---> Running in fbd86634e2f0 00:52:20 Removing intermediate container fbd86634e2f0 00:52:20 ---> e42231a04353 00:52:20 Step 26/26 : LABEL version=0.0.0 00:52:21 ---> Running in 571d4488cbda 00:52:21 Removing intermediate container 571d4488cbda 00:52:21 ---> ec885223f619 00:52:21 00:52:21 Successfully built ec885223f619 00:52:21 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:52:22  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:52:22 $ docker stop --time=1 a5998c19d5f8fc9606f83ca0dff00fc8cf8e2e601b1a5b4dab4b2af50d5bcdac 00:52:24 $ docker rm -f a5998c19d5f8fc9606f83ca0dff00fc8cf8e2e601b1a5b4dab4b2af50d5bcdac [Pipeline] // withDockerContainer [Pipeline] sh 00:52:24 + docker images 00:52:24 + grep docker 00:52:25 docker-sys-mgmt-agent-go-arm64 latest ec885223f619 3 seconds ago 300MB 00:52:25 docker-core-data-go-arm64 latest be0e4b0c85f6 45 seconds ago 21MB 00:52:25 docker-security-secretstore-setup-go-arm64 latest 70e00d534064 About a minute ago 23.4MB 00:52:25 docker-security-proxy-setup-go-arm64 latest 9d31d654df07 2 minutes ago 23.2MB 00:52:25 docker-security-bootstrapper-go-arm64 latest c3c868798863 3 minutes ago 22.6MB 00:52:25 docker-core-metadata-go-arm64 latest 5e83cf4c71f8 3 minutes ago 17.7MB 00:52:25 docker-core-command-go-arm64 latest 198bdaa1aa9b 3 minutes ago 16MB 00:52:25 docker-support-scheduler-go-arm64 latest f954df8fa14c 3 minutes ago 16.1MB 00:52:25 docker-support-notifications-go-arm64 latest 57ad579aff52 3 minutes ago 16MB 00:52:25 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 00:52:26 provisioning config files... 00:52:26 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config2856168887390608466tmp [Pipeline] { [Pipeline] sh 00:52:27 + set +x 00:52:27 + curl -s https://codecov.io/bash 00:52:27 + bash -s -- 00:52:27 00:52:27 _____ _ 00:52:27 / ____| | | 00:52:27 | | ___ __| | ___ ___ _____ __ 00:52:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:52:27 | |___| (_) | (_| | __/ (_| (_) \ V / 00:52:27 \_____\___/ \__,_|\___|\___\___/ \_/ 00:52:27 Bash-20210129-7c25fce 00:52:27 00:52:27 00:52:27 ==> git version 2.24.3 found 00:52:27 ==> 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 00:52:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:52:27 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:52:27 ==> Jenkins CI detected. 00:52:27 project root: . 00:52:27 --> token set from env 00:52:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:52:27 ==> Running gcov in . (disable via -X gcov) 00:52:27 ==> Python coveragepy not found 00:52:27 ==> Searching for coverage reports in: 00:52:27 + . 00:52:27 -> Found 1 reports 00:52:27 ==> Detecting git/mercurial file structure 00:52:27 ==> Reading reports 00:52:27 + ./coverage.out bytes=574984 00:52:27 ==> Appending adjustments 00:52:27 https://docs.codecov.io/docs/fixing-reports 00:52:31 + Found adjustments 00:52:31 ==> Gzipping contents 00:52:31 88K /tmp/codecov.YgJTbR.gz 00:52:31 ==> Uploading reports 00:52:31 url: https://codecov.io 00:52:31 query: branch=PR-3075&commit=7f05382e1b612f5b5631b22f027035a888692348&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= 00:52:31 -> Pinging Codecov 00:52:31 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3075&commit=7f05382e1b612f5b5631b22f027035a888692348&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= 00:52:31 -> Uploading to 00:52:31 https://storage.googleapis.com/codecov/v4/raw/2021-01-30/00271124DB129430A58F1EEE437C3FCB/7f05382e1b612f5b5631b22f027035a888692348/d8822ed3-27e5-42ad-b852-1b21709cc46d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210130T005231Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f0df9d702a56ed2072f86f051458402645665bf2619b01b06b3e1672d580e6fa 00:52:31 % Total % Received % Xferd Average Speed Time Time Time Current 00:52:31 Dload Upload Total Spent Left Speed 00:52:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86925 0 0 100 86925 0 168k --:--:-- --:--:-- --:--:-- 168k 00:52:32 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7f05382e1b612f5b5631b22f027035a888692348 [Pipeline] } 00:52:32 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 00:52:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:52:35 ---> package-listing.sh 00:52:35 ++ facter osfamily 00:52:35 ++ tr '[:upper:]' '[:lower:]' 00:52:35 + OS_FAMILY=redhat 00:52:35 + workspace=/w/workspace/edgex-go/10 00:52:35 + START_PACKAGES=/tmp/packages_start.txt 00:52:35 + END_PACKAGES=/tmp/packages_end.txt 00:52:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:52:35 + PACKAGES=/tmp/packages_start.txt 00:52:35 + '[' /w/workspace/edgex-go/10 ']' 00:52:35 + PACKAGES=/tmp/packages_end.txt 00:52:35 + case "${OS_FAMILY}" in 00:52:35 + rpm -qa 00:52:35 + sort 00:52:40 + '[' -f /tmp/packages_start.txt ']' 00:52:40 + '[' -f /tmp/packages_end.txt ']' 00:52:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:52:40 + '[' /w/workspace/edgex-go/10 ']' 00:52:40 + mkdir -p /w/workspace/edgex-go/10/archives/ 00:52:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo 00:52:40 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:52:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:52:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:41 00:52:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:52:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:41 alpine: Pulling from edgex-lftools-log-publisher 00:52:41 df20fa9351a1: Pulling fs layer 00:52:41 36b3adc4ff6f: Pulling fs layer 00:52:41 8ad3a11d3b57: Pulling fs layer 00:52:41 46f8f816bc3b: Pulling fs layer 00:52:41 93b61091891f: Pulling fs layer 00:52:41 93b9cdb0e59b: Pulling fs layer 00:52:41 5e14af77c1be: Pulling fs layer 00:52:41 01666e4c0597: Pulling fs layer 00:52:41 aa168da1d23b: Pulling fs layer 00:52:41 46f8f816bc3b: Waiting 00:52:41 93b61091891f: Waiting 00:52:41 01666e4c0597: Waiting 00:52:41 aa168da1d23b: Waiting 00:52:41 93b9cdb0e59b: Waiting 00:52:41 5e14af77c1be: Waiting 00:52:41 36b3adc4ff6f: Verifying Checksum 00:52:41 36b3adc4ff6f: Download complete 00:52:41 46f8f816bc3b: Download complete 00:52:41 df20fa9351a1: Verifying Checksum 00:52:41 df20fa9351a1: Download complete 00:52:41 93b9cdb0e59b: Verifying Checksum 00:52:41 93b9cdb0e59b: Download complete 00:52:41 5e14af77c1be: Verifying Checksum 00:52:41 5e14af77c1be: Download complete 00:52:41 93b61091891f: Download complete 00:52:41 01666e4c0597: Verifying Checksum 00:52:41 01666e4c0597: Download complete 00:52:42 df20fa9351a1: Pull complete 00:52:42 8ad3a11d3b57: Verifying Checksum 00:52:42 8ad3a11d3b57: Download complete 00:52:42 36b3adc4ff6f: Pull complete 00:52:44 aa168da1d23b: Verifying Checksum 00:52:44 8ad3a11d3b57: Pull complete 00:52:44 46f8f816bc3b: Pull complete 00:52:45 93b61091891f: Pull complete 00:52:45 93b9cdb0e59b: Pull complete 00:52:45 5e14af77c1be: Pull complete 00:52:46 01666e4c0597: Pull complete 00:52:56 aa168da1d23b: Pull complete 00:52:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:52:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:52:56 prd-centos7-docker-4c-2g-24042 does not seem to be running inside a container 00:52:56 $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:53:00 $ docker top e50df73f6a0893b0bd7fc09c433d1436d697b63ff93cf3b4e9062811083360a2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:53:01 + touch /tmp/pre-build-complete [Pipeline] sh 00:53:01 + mkdir -p /var/log/sa [Pipeline] sh 00:53:01 + ls /var/log/sa-host 00:53:01 + sadf -c /var/log/sa-host/sa23 00:53:01 file_magic: OK 00:53:01 HZ: Using current value: 100 00:53:01 file_header: OK 00:53:01 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 00:53:01 Statistics: 00:53:01 Hnuu...uuuununununu... 00:53:01 File successfully converted to sysstat format version 12.2.1 00:53:01 + sadf -c /var/log/sa-host/sa30 00:53:01 file_magic: OK 00:53:01 HZ: Using current value: 100 00:53:01 file_header: OK 00:53:01 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 00:53:01 Statistics: 00:53:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:53:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:01 provisioning config files... 00:53:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config8751495800282172988tmp [Pipeline] { [Pipeline] echo 00:53:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:02 ---> create-netrc.sh [Pipeline] } 00:53:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:53:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:53:02 ---> python-tools-install.sh [Pipeline] echo 00:53:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:53:03 ---> sudo-logs.sh 00:53:03 Archiving 'sudo' log.. [Pipeline] echo 00:53:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:53:03 ---> job-cost.sh 00:53:03 lf-activate-venv: SKIPPING 00:53:03 INFO: No Stack... 00:53:04 INFO: Retrieving Pricing Info for: v1-standard-2 00:53:04 INFO: Archiving Costs [Pipeline] echo 00:53:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:53:05 ---> logs-deploy.sh 00:53:05 lf-activate-venv: SKIPPING 00:53:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3075/10 00:53:05 INFO: archiving workspace using pattern(s): 00:53:06 Archives upload complete. 00:53:06 INFO: archiving logs to Nexus 00:53:08 ---> uname -a: 00:53:08 Linux prd-centos7-docker-4c-2g-24042.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:53:08 00:53:08 00:53:08 ---> lscpu: 00:53:08 Architecture: x86_64 00:53:08 CPU op-mode(s): 32-bit, 64-bit 00:53:08 Byte Order: Little Endian 00:53:08 Address sizes: 40 bits physical, 48 bits virtual 00:53:08 CPU(s): 4 00:53:08 On-line CPU(s) list: 0-3 00:53:08 Thread(s) per core: 1 00:53:08 Core(s) per socket: 1 00:53:08 Socket(s): 4 00:53:08 NUMA node(s): 1 00:53:08 Vendor ID: GenuineIntel 00:53:08 CPU family: 6 00:53:08 Model: 44 00:53:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:53:08 Stepping: 1 00:53:08 CPU MHz: 2933.438 00:53:08 BogoMIPS: 5866.87 00:53:08 Virtualization: VT-x 00:53:08 Hypervisor vendor: KVM 00:53:08 Virtualization type: full 00:53:08 L1d cache: 128 KiB 00:53:08 L1i cache: 128 KiB 00:53:08 L2 cache: 16 MiB 00:53:08 L3 cache: 64 MiB 00:53:08 NUMA node0 CPU(s): 0-3 00:53:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:53:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:53:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:53:08 Vulnerability Meltdown: Mitigation; PTI 00:53:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:53:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:53:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:53:08 Vulnerability Srbds: Not affected 00:53:08 Vulnerability Tsx async abort: Not affected 00:53:08 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 00:53:08 00:53:08 00:53:08 ---> nproc: 00:53:08 4 00:53:08 00:53:08 00:53:08 ---> df -h: 00:53:08 Filesystem Size Used Available Use% Mounted on 00:53:08 overlay 50.0G 11.7G 38.3G 23% / 00:53:08 tmpfs 64.0M 0 64.0M 0% /dev 00:53:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:53:08 shm 64.0M 0 64.0M 0% /dev/shm 00:53:08 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 00:53:08 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 00:53:08 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 00:53:08 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 00:53:08 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 00:53:08 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 00:53:08 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 00:53:08 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 00:53:08 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/10 00:53:08 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/10@tmp 00:53:08 00:53:08 00:53:08 ---> free -m: 00:53:08 total used free shared buff/cache available 00:53:08 Mem: 1837 717 132 0 987 1036 00:53:08 Swap: 1023 71 952 00:53:08 00:53:08 00:53:08 ---> ip addr: 00:53:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:53:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:53:08 inet 127.0.0.1/8 scope host lo 00:53:08 valid_lft forever preferred_lft forever 00:53:08 inet6 ::1/128 scope host 00:53:08 valid_lft forever preferred_lft forever 00:53:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:53:08 link/ether fa:16:3e:e0:03:18 brd ff:ff:ff:ff:ff:ff 00:53:08 inet 10.30.123.147/23 brd 10.30.123.255 scope global dynamic eth0 00:53:08 valid_lft 85034sec preferred_lft 85034sec 00:53:08 inet6 fe80::f816:3eff:fee0:318/64 scope link 00:53:08 valid_lft forever preferred_lft forever 00:53:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:53:08 link/ether 02:42:04:8c:88:cc brd ff:ff:ff:ff:ff:ff 00:53:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:53:08 valid_lft forever preferred_lft forever 00:53:08 inet6 fe80::42:4ff:fe8c:88cc/64 scope link 00:53:08 valid_lft forever preferred_lft forever 00:53:08 00:53:08 00:53:08 ---> sar -b -r -n DEV: 00:53:08 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) 00:53:08 00:53:08 00:30:08 LINUX RESTART (4 CPU) 00:53:08 00:53:08 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:53:08 00:32:01 74.60 23.44 51.17 0.00 5294.94 13264.93 0.00 00:53:08 00:33:01 313.20 119.64 193.56 0.00 7814.00 56491.90 0.00 00:53:08 00:34:02 195.40 101.30 94.10 0.00 3934.89 10179.06 0.00 00:53:08 00:35:01 114.49 57.35 57.13 0.00 1873.35 6520.38 0.00 00:53:08 00:36:01 182.12 43.71 138.41 0.00 12862.52 70939.77 0.00 00:53:08 00:37:03 2239.23 1903.16 336.07 0.00 166034.30 188153.52 0.00 00:53:08 00:38:01 1306.84 1114.44 192.40 0.00 65564.60 76731.30 0.00 00:53:08 00:39:02 1256.23 905.10 351.13 0.00 100317.69 138652.48 0.00 00:53:08 00:40:02 1258.15 964.07 294.08 0.00 51642.14 59077.48 0.00 00:53:08 00:41:01 117.65 24.57 93.08 0.00 4182.06 12670.95 0.00 00:53:08 00:42:01 1.76 0.08 1.68 0.00 1.07 29.04 0.00 00:53:08 00:43:01 0.28 0.02 0.27 0.00 0.13 3.43 0.00 00:53:08 00:44:01 0.33 0.03 0.30 0.00 0.27 3.35 0.00 00:53:08 00:45:01 0.25 0.02 0.23 0.00 0.13 2.20 0.00 00:53:08 00:46:01 2.18 1.88 0.30 0.00 57.14 4.66 0.00 00:53:08 00:47:01 0.88 0.05 0.83 0.00 1.20 15.84 0.00 00:53:08 00:48:01 0.32 0.00 0.32 0.00 0.00 3.41 0.00 00:53:08 00:49:01 0.25 0.02 0.23 0.00 0.13 2.61 0.00 00:53:08 00:50:01 0.32 0.02 0.30 0.00 0.27 3.58 0.00 00:53:08 00:51:01 0.27 0.02 0.25 0.00 0.13 2.46 0.00 00:53:08 00:52:01 0.18 0.00 0.18 0.00 0.00 1.67 0.00 00:53:08 Average: 337.97 251.61 86.36 0.00 20172.91 30391.78 0.00 00:53:08 00:53:08 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:53:08 00:32:01 80632 0 802764 42.67 2620 995528 1479108 50.48 616280 981252 8512 00:53:08 00:33:01 202052 0 745900 39.64 1492 932100 1329384 45.37 553272 827780 8 00:53:08 00:34:02 137024 0 909680 48.35 612 834228 1796560 61.31 753416 708632 36308 00:53:08 00:35:01 304244 0 739320 39.29 612 837368 1221288 41.68 530832 752472 37496 00:53:08 00:36:01 72088 0 732324 38.92 68 1077064 1258684 42.96 715128 841432 43340 00:53:08 00:37:03 88388 0 820188 43.59 0 972968 2131224 72.74 761412 801988 56824 00:53:08 00:38:01 217500 0 885440 47.06 0 778604 2512088 85.73 697080 701324 10092 00:53:08 00:39:02 87220 0 977472 51.95 0 816852 3025748 103.26 776084 774768 15128 00:53:08 00:40:02 115324 0 858524 45.63 0 907696 2169756 74.05 758384 749668 3100 00:53:08 00:41:01 444508 0 647276 34.40 0 789760 1252620 42.75 519344 674572 8 00:53:08 00:42:01 451652 0 640132 34.02 0 789760 1183312 40.38 515552 672912 8 00:53:08 00:43:01 452024 0 639748 34.00 0 789772 1183360 40.39 515788 672916 8 00:53:08 00:44:01 451612 0 640152 34.02 0 789780 1183376 40.39 515844 672924 8 00:53:08 00:45:01 452564 0 639196 33.97 0 789784 1177120 40.17 515024 672816 8 00:53:08 00:46:01 451112 0 639604 33.99 0 790828 1177204 40.18 515712 673264 28 00:53:08 00:47:01 451172 0 639536 33.99 0 790836 1177120 40.17 515516 673284 12 00:53:08 00:48:01 451032 0 639668 34.00 0 790844 1177300 40.18 515696 673288 16 00:53:08 00:49:01 450736 0 639956 34.01 0 790852 1177312 40.18 516096 673292 8 00:53:08 00:50:01 451512 0 639176 33.97 0 790856 1177120 40.17 515532 673292 8 00:53:08 00:51:01 450764 0 639912 34.01 0 790868 1177192 40.18 515612 673300 12 00:53:08 00:52:01 451488 0 639176 33.97 0 790880 1177120 40.17 515544 673304 20 00:53:08 Average: 319745 0 721674 38.36 257 839868 1483047 50.61 588245 724690 10045 00:53:08 00:53:08 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:53:08 00:32:01 veth8dcded7 883.14 821.62 83.38 2683.51 0.00 0.00 0.00 0.00 00:53:08 00:32:01 eth0 1191.99 1113.58 4144.49 138.85 0.00 0.00 0.00 0.00 00:53:08 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:32:01 docker0 883.14 821.49 71.31 2683.50 0.00 0.00 0.00 0.00 00:53:08 00:33:01 eth0 485.46 379.94 3672.58 40.78 0.00 0.00 0.00 0.00 00:53:08 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:33:01 docker0 128.79 191.09 9.34 830.70 0.00 0.00 0.00 0.00 00:53:08 00:34:02 eth0 53.40 37.60 35.93 80.09 0.00 0.00 0.00 0.00 00:53:08 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:34:02 vethb0d317e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:08 00:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:35:01 eth0 17.82 9.27 11.71 6.34 0.00 0.00 0.00 0.00 00:53:08 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:35:01 vethb0d317e 2.06 2.06 0.17 0.17 0.00 0.00 0.00 0.00 00:53:08 00:35:01 docker0 2.06 2.06 0.14 0.17 0.00 0.00 0.00 0.00 00:53:08 00:36:01 eth0 223.58 171.36 1703.57 86.60 0.00 0.00 0.00 0.00 00:53:08 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:36:01 vetheab9efe 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:08 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:37:03 eth0 43.83 28.47 157.11 8.61 0.00 0.00 0.00 0.00 00:53:08 00:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:37:03 vetheab9efe 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 00:53:08 00:37:03 docker0 19.69 26.50 1.11 143.49 0.00 0.00 0.00 0.00 00:53:08 00:38:01 veth9a0ce1d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:53:08 00:38:01 veth76d4b0b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:53:08 00:38:01 eth0 8.44 4.29 7.01 3.65 0.00 0.00 0.00 0.00 00:53:08 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:39:02 eth0 254.88 174.09 1742.23 90.99 0.00 0.00 0.00 0.00 00:53:08 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:39:02 vethb35285d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:08 00:39:02 vetheab9efe 0.00 0.70 0.00 0.03 0.00 0.00 0.00 0.00 00:53:08 00:40:02 vethd75a893 2.21 5.51 0.15 36.25 0.00 0.00 0.00 0.00 00:53:08 00:40:02 veth1bf4130 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 00:53:08 00:40:02 eth0 67.05 42.14 151.51 19.65 0.00 0.00 0.00 0.00 00:53:08 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:41:01 eth0 42.88 28.97 65.46 74.36 0.00 0.00 0.00 0.00 00:53:08 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:41:01 docker0 1122.18 1183.30 87.38 4378.25 0.00 0.00 0.00 0.00 00:53:08 00:42:01 eth0 1.40 0.40 0.42 0.20 0.00 0.00 0.00 0.00 00:53:08 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:43:01 eth0 2.33 0.60 0.66 0.40 0.00 0.00 0.00 0.00 00:53:08 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:44:01 eth0 1.45 0.68 0.59 0.44 0.00 0.00 0.00 0.00 00:53:08 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:45:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:53:08 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:46:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 00:53:08 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:47:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:53:08 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:48:01 eth0 1.12 0.22 0.34 0.19 0.00 0.00 0.00 0.00 00:53:08 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:49:01 eth0 0.72 0.25 0.30 0.19 0.00 0.00 0.00 0.00 00:53:08 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:53:08 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:51:01 eth0 0.27 0.12 0.14 0.07 0.00 0.00 0.00 0.00 00:53:08 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:52:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:53:08 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 Average: eth0 114.63 95.23 560.19 26.36 0.00 0.00 0.00 0.00 00:53:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:08 Average: docker0 52.63 55.50 4.10 205.34 0.00 0.00 0.00 0.00 00:53:08 00:53:08 00:53:08 ---> sar -P ALL: 00:53:08 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) 00:53:08 00:53:08 00:30:08 LINUX RESTART (4 CPU) 00:53:08 00:53:08 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:53:08 00:32:01 all 11.03 0.00 5.65 1.60 0.81 80.90 00:53:08 00:32:01 0 11.61 0.00 7.30 0.47 0.73 79.89 00:53:08 00:32:01 1 11.47 0.00 5.02 1.30 0.80 81.40 00:53:08 00:32:01 2 9.80 0.00 5.27 3.58 0.75 80.60 00:53:08 00:32:01 3 11.26 0.00 5.03 1.05 0.97 81.69 00:53:08 00:33:01 all 13.58 0.00 10.54 4.78 0.38 70.73 00:53:08 00:33:01 0 13.36 0.00 11.81 3.16 0.41 71.25 00:53:08 00:33:01 1 11.32 0.00 9.68 3.46 0.38 75.17 00:53:08 00:33:01 2 12.98 0.00 9.87 5.31 0.36 71.48 00:53:08 00:33:01 3 16.67 0.00 10.79 7.20 0.36 64.98 00:53:08 00:34:02 all 52.14 0.00 13.33 4.60 0.70 29.24 00:53:08 00:34:02 0 52.19 0.00 12.96 4.81 0.67 29.37 00:53:08 00:34:02 1 50.88 0.00 13.30 4.82 0.83 30.18 00:53:08 00:34:02 2 52.62 0.00 12.87 4.44 0.64 29.44 00:53:08 00:34:02 3 52.87 0.00 14.18 4.33 0.65 27.96 00:53:08 00:35:01 all 45.90 0.00 13.75 3.14 0.77 36.44 00:53:08 00:35:01 0 47.01 0.00 14.17 3.14 0.79 34.89 00:53:08 00:35:01 1 45.02 0.00 13.38 2.63 0.66 38.32 00:53:08 00:35:01 2 46.15 0.00 13.41 2.20 0.84 37.40 00:53:08 00:35:01 3 45.42 0.00 14.04 4.60 0.79 35.15 00:53:08 00:36:01 all 25.09 0.00 13.59 5.52 0.69 55.11 00:53:08 00:36:01 0 24.81 0.00 12.74 4.24 0.62 57.59 00:53:08 00:36:01 1 25.22 0.00 13.07 7.77 0.81 53.13 00:53:08 00:36:01 2 24.16 0.00 13.73 4.84 0.66 56.62 00:53:08 00:36:01 3 26.16 0.00 14.84 5.24 0.68 53.08 00:53:08 00:37:03 all 22.20 0.00 31.10 19.28 1.79 25.63 00:53:08 00:37:03 0 21.72 0.00 31.26 18.93 1.91 26.18 00:53:08 00:37:03 1 22.61 0.00 31.05 18.60 1.78 25.97 00:53:08 00:37:03 2 21.49 0.00 30.88 22.21 1.90 23.53 00:53:08 00:37:03 3 23.01 0.00 31.19 17.35 1.60 26.85 00:53:08 00:38:01 all 61.51 0.00 20.56 9.03 1.03 7.87 00:53:08 00:38:01 0 60.94 0.00 20.96 10.03 1.15 6.92 00:53:08 00:38:01 1 61.85 0.00 20.26 8.86 1.17 7.87 00:53:08 00:38:01 2 62.34 0.00 19.77 7.92 0.96 9.00 00:53:08 00:38:01 3 60.91 0.00 21.25 9.30 0.84 7.70 00:53:08 00:39:02 all 29.78 0.00 26.54 19.89 1.88 21.91 00:53:08 00:39:02 0 29.26 0.00 26.89 17.70 1.82 24.32 00:53:08 00:39:02 1 30.68 0.00 25.70 19.42 1.68 22.53 00:53:08 00:39:02 2 29.12 0.00 26.62 21.77 2.12 20.38 00:53:08 00:39:02 3 30.08 0.00 26.93 20.66 1.90 20.42 00:53:08 00:40:02 all 51.51 0.00 20.60 18.53 1.24 8.12 00:53:08 00:40:02 0 51.05 0.00 20.68 18.34 1.21 8.72 00:53:08 00:40:02 1 53.08 0.00 19.67 18.59 1.26 7.39 00:53:08 00:40:02 2 50.16 0.00 21.22 21.18 1.24 6.20 00:53:08 00:40:02 3 51.73 0.00 20.85 15.95 1.27 10.20 00:53:08 00:41:01 all 8.54 0.00 5.49 3.00 0.29 82.68 00:53:08 00:41:01 0 8.54 0.00 4.91 4.64 0.33 81.58 00:53:08 00:41:01 1 8.20 0.00 5.59 2.97 0.26 82.98 00:53:08 00:41:01 2 9.14 0.00 6.05 2.33 0.22 82.25 00:53:08 00:41:01 3 8.26 0.00 5.41 2.07 0.34 83.92 00:53:08 00:42:01 all 0.16 0.00 0.05 0.00 0.00 99.79 00:53:08 00:42:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:53:08 00:42:01 1 0.05 0.00 0.08 0.00 0.00 99.87 00:53:08 00:42:01 2 0.48 0.00 0.03 0.02 0.00 99.47 00:53:08 00:42:01 3 0.08 0.00 0.02 0.00 0.00 99.90 00:53:08 00:53:08 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:53:08 00:43:01 all 0.19 0.00 0.11 0.00 0.03 99.67 00:53:08 00:43:01 0 0.03 0.00 0.07 0.00 0.00 99.90 00:53:08 00:43:01 1 0.07 0.00 0.10 0.02 0.07 99.75 00:53:08 00:43:01 2 0.57 0.00 0.15 0.00 0.02 99.27 00:53:08 00:43:01 3 0.08 0.00 0.12 0.00 0.02 99.78 00:53:08 00:44:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:53:08 00:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:53:08 00:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:53:08 00:44:01 2 0.52 0.00 0.03 0.00 0.00 99.45 00:53:08 00:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:53:08 00:45:01 all 0.15 0.00 0.02 0.00 0.00 99.82 00:53:08 00:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:53:08 00:45:01 1 0.53 0.00 0.02 0.00 0.00 99.45 00:53:08 00:45:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:53:08 00:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:53:08 00:46:01 all 0.16 0.00 0.05 0.02 0.00 99.77 00:53:08 00:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:53:08 00:46:01 1 0.53 0.00 0.07 0.00 0.00 99.40 00:53:08 00:46:01 2 0.05 0.00 0.03 0.02 0.02 99.88 00:53:08 00:46:01 3 0.03 0.00 0.07 0.08 0.00 99.82 00:53:08 00:47:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:53:08 00:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:53:08 00:47:01 1 0.50 0.00 0.02 0.00 0.00 99.48 00:53:08 00:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:53:08 00:47:01 3 0.07 0.00 0.05 0.00 0.00 99.88 00:53:08 00:48:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:53:08 00:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:53:08 00:48:01 1 0.52 0.00 0.03 0.00 0.00 99.45 00:53:08 00:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 00:53:08 00:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:53:08 00:49:01 all 0.16 0.00 0.02 0.00 0.00 99.81 00:53:08 00:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 00:53:08 00:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:53:08 00:49:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:53:08 00:49:01 3 0.05 0.00 0.05 0.00 0.00 99.90 00:53:08 00:50:01 all 0.04 0.00 0.04 0.00 0.00 99.92 00:53:08 00:50:01 0 0.00 0.00 0.02 0.02 0.00 99.97 00:53:08 00:50:01 1 0.00 0.00 0.03 0.00 0.00 99.97 00:53:08 00:50:01 2 0.13 0.00 0.05 0.00 0.00 99.82 00:53:08 00:50:01 3 0.02 0.00 0.05 0.00 0.00 99.93 00:53:08 00:51:01 all 0.09 0.00 0.03 0.00 0.00 99.88 00:53:08 00:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:53:08 00:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:53:08 00:51:01 2 0.23 0.00 0.03 0.00 0.00 99.73 00:53:08 00:51:01 3 0.05 0.00 0.03 0.00 0.02 99.90 00:53:08 00:52:01 all 0.15 0.00 0.03 0.00 0.00 99.83 00:53:08 00:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:53:08 00:52:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:53:08 00:52:01 2 0.50 0.00 0.02 0.00 0.00 99.48 00:53:08 00:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:53:08 Average: all 14.76 0.00 7.44 4.11 0.44 73.24 00:53:08 Average: 0 14.66 0.00 7.55 3.93 0.44 73.41 00:53:08 Average: 1 14.77 0.00 7.25 4.08 0.45 73.46 00:53:08 Average: 2 14.70 0.00 7.38 4.42 0.45 73.05 00:53:08 Average: 3 14.93 0.00 7.58 4.03 0.44 73.03 00:53:08 00:53:08 00:53:08