Pull request #3139 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at f0490a359bf291f637a24ac3a72a487d5e9880fa rather than 800bc4633dde20c69a779bb2e917061274344676 Obtained Jenkinsfile from f0490a359bf291f637a24ac3a72a487d5e9880fa Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25331 in /w/workspace/edgexfoundry_edgex-go_PR-3139 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f0490a359bf291f637a24ac3a72a487d5e9880fa into PR head commit 800bc4633dde20c69a779bb2e917061274344676 > 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/3139/head:refs/remotes/origin/PR-3139 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 800bc4633dde20c69a779bb2e917061274344676 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Merge succeeded, producing 800bc4633dde20c69a779bb2e917061274344676 Checking out Revision 800bc4633dde20c69a779bb2e917061274344676 (PR-3139) > git merge f0490a359bf291f637a24ac3a72a487d5e9880fa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 800bc4633dde20c69a779bb2e917061274344676 # timeout=10 Commit message: "feat(notifications): Implement GET /subscription/name{name} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:45:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:45:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk cefb66e070ee138b052855250dbc77e9b052aee9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:45:38 ========================================================= 12:45:38 EdgeX Global Pipelines Version Info 12:45:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:45:39 ------------------- 12:45:39 stable info: 12:45:39 ------------------- 12:45:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:45:39 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 12:45:39 Message: update stable to v1.0.179 12:45:40 ------------------- 12:45:40 experimental info: 12:45:40 ------------------- 12:45:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:45:40 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 12:45:40 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:45:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:45:41 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:45:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:45:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:45:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:45:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:45:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:45:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:45:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:45:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:45:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:45:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:45:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:45:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:45:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:45:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:45:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:45:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:45:43 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 12:45:43 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 12:45:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3139 [Pipeline] echo 12:45:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3139 [Pipeline] echo 12:45:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3139 [Pipeline] echo 12:45:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 800bc4633dde20c69a779bb2e917061274344676 [Pipeline] echo 12:45:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 800bc46 [Pipeline] echo 12:45:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:45:43 provisioning config files... 12:45:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3588365122945432845tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:45:44 ---> docker-login.sh 12:45:44 nexus3.edgexfoundry.org:10001 12:45:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:45:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:45:44 Configure a credential helper to remove this warning. See 12:45:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:45:44 12:45:44 Login Succeeded 12:45:44 nexus3.edgexfoundry.org:10002 12:45:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:45:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:45:45 Configure a credential helper to remove this warning. See 12:45:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:45:45 12:45:45 Login Succeeded 12:45:45 nexus3.edgexfoundry.org:10003 12:45:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:45:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:45:45 Configure a credential helper to remove this warning. See 12:45:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:45:45 12:45:45 Login Succeeded 12:45:45 nexus3.edgexfoundry.org:10004 12:45:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:45:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:45:45 Configure a credential helper to remove this warning. See 12:45:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:45:45 12:45:45 Login Succeeded 12:45:45 docker.io 12:45:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:45:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:45:45 Configure a credential helper to remove this warning. See 12:45:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:45:45 12:45:45 Login Succeeded 12:45:45 ---> docker-login.sh ends [Pipeline] } 12:45:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:45:46 ++ 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 12:45:46 + for file in '`ls cmd/**/Dockerfile`' 12:45:46 ++ dirname cmd/core-command/Dockerfile 12:45:46 ++ cut -d/ -f2 12:45:46 + echo core-command,cmd/core-command/Dockerfile 12:45:46 + for file in '`ls cmd/**/Dockerfile`' 12:45:46 ++ dirname cmd/core-data/Dockerfile 12:45:46 ++ cut -d/ -f2 12:45:46 + echo core-data,cmd/core-data/Dockerfile 12:45:46 + for file in '`ls cmd/**/Dockerfile`' 12:45:46 ++ dirname cmd/core-metadata/Dockerfile 12:45:46 ++ cut -d/ -f2 12:45:46 + echo core-metadata,cmd/core-metadata/Dockerfile 12:45:46 + for file in '`ls cmd/**/Dockerfile`' 12:45:46 ++ dirname cmd/security-bootstrapper/Dockerfile 12:45:46 ++ cut -d/ -f2 12:45:46 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:45:46 + for file in '`ls cmd/**/Dockerfile`' 12:45:46 ++ dirname cmd/security-proxy-setup/Dockerfile 12:45:46 ++ cut -d/ -f2 12:45:46 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:45:46 + for file in '`ls cmd/**/Dockerfile`' 12:45:46 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:45:46 ++ cut -d/ -f2 12:45:46 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:45:46 + for file in '`ls cmd/**/Dockerfile`' 12:45:46 ++ dirname cmd/support-notifications/Dockerfile 12:45:46 ++ cut -d/ -f2 12:45:46 + echo support-notifications,cmd/support-notifications/Dockerfile 12:45:46 + for file in '`ls cmd/**/Dockerfile`' 12:45:46 ++ dirname cmd/support-scheduler/Dockerfile 12:45:46 ++ cut -d/ -f2 12:45:46 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:45:46 + for file in '`ls cmd/**/Dockerfile`' 12:45:46 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:45:46 ++ cut -d/ -f2 12:45:46 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:45:46 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 12:45:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:45:48 12:45:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:45:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:45:48 latest: Pulling from edgex-devops/git-semver 12:45:48 31603596830f: Pulling fs layer 12:45:48 2a8b12db71e7: Pulling fs layer 12:45:48 6ca5941a6612: Pulling fs layer 12:45:48 ecc8261a40a4: Pulling fs layer 12:45:48 ecc8261a40a4: Waiting 12:45:48 2a8b12db71e7: Verifying Checksum 12:45:48 2a8b12db71e7: Download complete 12:45:48 31603596830f: Verifying Checksum 12:45:48 31603596830f: Download complete 12:45:48 ecc8261a40a4: Verifying Checksum 12:45:48 ecc8261a40a4: Download complete 12:45:48 6ca5941a6612: Verifying Checksum 12:45:49 31603596830f: Pull complete 12:45:49 2a8b12db71e7: Pull complete 12:45:50 6ca5941a6612: Pull complete 12:45:50 ecc8261a40a4: Pull complete 12:45:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:45:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:45:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:45:50 prd-centos7-docker-4c-2g-25331 does not seem to be running inside a container 12:45:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:45:52 $ docker top ae026edca557c8e65f22033aa2c69b8f4dac59572be9f9a6ed8ac9dd4d772881 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:45:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:45:53 [ssh-agent] Looking for ssh-agent implementation... 12:45:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:45:53 $ docker exec ae026edca557c8e65f22033aa2c69b8f4dac59572be9f9a6ed8ac9dd4d772881 ssh-agent 12:45:53 SSH_AUTH_SOCK=/tmp/ssh-PBnRsU3aQHtt/agent.12 12:45:53 SSH_AGENT_PID=17 12:45:53 Running ssh-add (command line suppressed) 12:45:53 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3670040829768280151.key (/w/workspace/edgex-go/2@tmp/private_key_3670040829768280151.key) 12:45:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:45:54 + git tag --points-at HEAD [Pipeline] } 12:45:54 $ docker exec --env ******** --env ******** ae026edca557c8e65f22033aa2c69b8f4dac59572be9f9a6ed8ac9dd4d772881 ssh-agent -k 12:45:54 unset SSH_AUTH_SOCK; 12:45:54 unset SSH_AGENT_PID; 12:45:54 echo Agent pid 17 killed; 12:45:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:45:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:45:54 [ssh-agent] Looking for ssh-agent implementation... 12:45:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:45:54 $ docker exec ae026edca557c8e65f22033aa2c69b8f4dac59572be9f9a6ed8ac9dd4d772881 ssh-agent 12:45:54 SSH_AUTH_SOCK=/tmp/ssh-FiLNXpfHYFkm/agent.46 12:45:54 SSH_AGENT_PID=52 12:45:54 Running ssh-add (command line suppressed) 12:45:54 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3006481098193632520.key (/w/workspace/edgex-go/2@tmp/private_key_3006481098193632520.key) 12:45:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:45:55 + git semver init 12:45:55 # -> Open(): unable to determine branch for HEAD 12:45:55 # $GIT_DIR = /w/workspace/edgex-go/2/.git 12:45:55 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 12:45:55 # $SEMVER_REMOTE_NAME = origin 12:45:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:45:55 # $SEMVER_USER_NAME = edgex-jenkins 12:45:55 # $SEMVER_BRANCH = PR-3139 12:45:55 # $SEMVER_TEMP = /tmp/semver-199902321 12:45:55 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:46:13 # '/tmp/semver-199902321' -> '/w/workspace/edgex-go/2/.semver' 12:46:13 # -> Force: false 12:46:13 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 12:46:13 $ docker exec --env ******** --env ******** ae026edca557c8e65f22033aa2c69b8f4dac59572be9f9a6ed8ac9dd4d772881 ssh-agent -k 12:46:13 unset SSH_AUTH_SOCK; 12:46:13 unset SSH_AGENT_PID; 12:46:13 echo Agent pid 52 killed; 12:46:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:46:14 + git semver [Pipeline] } 12:46:14 $ docker stop --time=1 ae026edca557c8e65f22033aa2c69b8f4dac59572be9f9a6ed8ac9dd4d772881 12:46:16 $ docker rm -f ae026edca557c8e65f22033aa2c69b8f4dac59572be9f9a6ed8ac9dd4d772881 [Pipeline] // withDockerContainer [Pipeline] sh 12:46:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:46:17 Stashed 1 file(s) [Pipeline] echo 12:46:17 [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 12:46:18 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:46:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:46:18 + sudo service docker restart 12:46:18 + true 12:46:18 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 12:46:19 ========================================================= 12:46:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:46:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:46:19 + 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 . 12:46:24 Sending build context to Docker daemon 327.7MB 12:46:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:46:24 Step 2/6 : FROM ${BASE} 12:46:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:46:24 188c0c94c7c5: Pulling fs layer 12:46:24 0ef7d3d256c8: Pulling fs layer 12:46:24 de9db76c5a1d: Pulling fs layer 12:46:24 bca2f99d35d6: Pulling fs layer 12:46:24 93359f2a8cfa: Pulling fs layer 12:46:24 7c6f9722023f: Pulling fs layer 12:46:24 a35cf1a2eb13: Pulling fs layer 12:46:24 93359f2a8cfa: Waiting 12:46:24 7c6f9722023f: Waiting 12:46:24 a35cf1a2eb13: Waiting 12:46:24 bca2f99d35d6: Waiting 12:46:24 de9db76c5a1d: Download complete 12:46:24 0ef7d3d256c8: Download complete 12:46:24 93359f2a8cfa: Verifying Checksum 12:46:24 93359f2a8cfa: Download complete 12:46:24 188c0c94c7c5: Verifying Checksum 12:46:24 188c0c94c7c5: Download complete 12:46:24 7c6f9722023f: Verifying Checksum 12:46:24 7c6f9722023f: Download complete 12:46:24 188c0c94c7c5: Pull complete 12:46:24 0ef7d3d256c8: Pull complete 12:46:24 de9db76c5a1d: Pull complete 12:46:26 a35cf1a2eb13: Verifying Checksum 12:46:26 a35cf1a2eb13: Download complete 12:46:26 bca2f99d35d6: Verifying Checksum 12:46:26 bca2f99d35d6: Download complete 12:46:31 bca2f99d35d6: Pull complete 12:46:31 93359f2a8cfa: Pull complete 12:46:31 7c6f9722023f: Pull complete 12:46:32 Still waiting to schedule task 12:46:32 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 12:46:40 a35cf1a2eb13: Pull complete 12:46:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:46:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:46:40 ---> a62c8e92a672 12:46:40 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 12:46:40 ---> Running in 8ac799555a14 12:46:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:46:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:46:41 (1/12) Installing libmagic (5.38-r0) 12:46:42 (2/12) Installing file (5.38-r0) 12:46:42 (3/12) Installing libc-dev (0.7.2-r3) 12:46:42 (4/12) Installing g++ (9.3.0-r2) 12:46:47 (5/12) Installing fortify-headers (1.1-r0) 12:46:47 (6/12) Installing patch (2.7.6-r6) 12:46:47 (7/12) Installing build-base (0.5-r2) 12:46:47 (8/12) Installing libsodium (1.0.18-r0) 12:46:47 (9/12) Installing pkgconf (1.7.2-r0) 12:46:47 (10/12) Installing libsodium-dev (1.0.18-r0) 12:46:47 (11/12) Installing libzmq (4.3.3-r0) 12:46:47 (12/12) Installing zeromq-dev (4.3.3-r0) 12:46:47 Executing busybox-1.31.1-r19.trigger 12:46:47 OK: 233 MiB in 51 packages 12:46:51 Removing intermediate container 8ac799555a14 12:46:51 ---> aa5e3e0e5061 12:46:51 Step 4/6 : WORKDIR /edgex-go 12:46:51 ---> Running in 2dc0a5770700 12:46:51 Removing intermediate container 2dc0a5770700 12:46:51 ---> 3ea5ba66963d 12:46:51 Step 5/6 : COPY go.mod . 12:46:51 ---> 6a55d0e2abe8 12:46:51 Step 6/6 : RUN go mod download 12:46:51 ---> Running in b040e3fab82d 12:47:13 Removing intermediate container b040e3fab82d 12:47:13 ---> 9d2e4d05c2fb 12:47:13 Successfully built 9d2e4d05c2fb 12:47:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:47:14 + docker inspect -f . ci-base-image-x86_64 12:47:14 . [Pipeline] withDockerContainer 12:47:14 prd-centos7-docker-4c-2g-25331 does not seem to be running inside a container 12:47:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:47:15 $ docker top 087c2286626040d68c4682871c9678434fd8f322c56b3498ea37150e2ed4c414 -eo pid,comm [Pipeline] { [Pipeline] sh 12:47:15 + go version 12:47:15 go version go1.15.5 linux/amd64 [Pipeline] } 12:47:15 $ docker stop --time=1 087c2286626040d68c4682871c9678434fd8f322c56b3498ea37150e2ed4c414 12:47:17 $ docker rm -f 087c2286626040d68c4682871c9678434fd8f322c56b3498ea37150e2ed4c414 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:47:18 + docker inspect -f . ci-base-image-x86_64 12:47:18 . [Pipeline] withDockerContainer 12:47:18 prd-centos7-docker-4c-2g-25331 does not seem to be running inside a container 12:47:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:47:18 $ docker top 6eee767387ff03e0f72a62cc9db3cf191d6e8b2443f1cc071f9593e5647e9a3d -eo pid,comm [Pipeline] { [Pipeline] echo 12:47:18 ========================================================= 12:47:18 [edgeXBuildGoParallel] Running Tests and Build... 12:47:18 ========================================================= [Pipeline] sh 12:47:19 + make test 12:47:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:47:27 ? github.com/edgexfoundry/edgex-go [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:47:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:47:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:47:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:47:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 12:47:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:47:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:47:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:47:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:47:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:47:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:47:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:47:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:47:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:47:56 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.114s coverage: 45.6% of statements 12:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 12:47:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 12:47:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.067s coverage: 100.0% of statements 12:48:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.1% of statements 12:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:48:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 12:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:48:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements 12:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:48:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 65.8% of statements 12:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:48:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.444s coverage: 82.3% of statements 12:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 12:48:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:48:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.332s coverage: 28.6% of statements 12:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:48:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements 12:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:48:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements 12:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:48:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements 12:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:48:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements 12:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:48:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.088s coverage: 78.3% of statements 12:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.459s coverage: 92.8% of statements 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:48:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:48:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:48:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:48:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 45.5% of statements 12:48:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 79.5% of statements 12:48:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements 12:48:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements 12:48:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements 12:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.045s coverage: 94.4% of statements 12:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.040s coverage: 44.8% of statements 12:48:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25332 in /w/workspace/edgexfoundry_edgex-go_PR-3139 [Pipeline] { [Pipeline] ws 12:48:20 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 12:48:25 using credential edgex-jenkins-ssh 12:48:25 Cloning the remote Git repository 12:48:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:48:26 > git init /w/workspace/edgex-go/2 # timeout=10 12:48:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:48:26 > git --version # timeout=10 12:48:26 > git --version # 'git version 2.17.1' 12:48:26 using GIT_SSH to set credentials SSH Credentials for GitHub 12:48:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.062s coverage: 92.9% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.296s coverage: 68.9% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 37.0% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.283s coverage: 84.0% of statements 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.0% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.077s coverage: 100.0% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.086s coverage: 86.2% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.704s coverage: 29.1% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.097s coverage: 99.0% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 100.0% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements 12:48:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 12:48:30 GO111MODULE=on go vet ./... 12:48:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:48:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:48:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:48:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:48:46 using GIT_SSH to set credentials SSH Credentials for GitHub 12:48:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3139/head:refs/remotes/origin/PR-3139 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:48:47 Merging remotes/origin/master commit f0490a359bf291f637a24ac3a72a487d5e9880fa into PR head commit 800bc4633dde20c69a779bb2e917061274344676 12:48:47 Merge succeeded, producing 800bc4633dde20c69a779bb2e917061274344676 12:48:47 Checking out Revision 800bc4633dde20c69a779bb2e917061274344676 (PR-3139) 12:48:47 > git config core.sparsecheckout # timeout=10 12:48:47 > git checkout -f 800bc4633dde20c69a779bb2e917061274344676 # timeout=10 12:48:47 > git remote # timeout=10 12:48:47 > git config --get remote.origin.url # timeout=10 12:48:47 using GIT_SSH to set credentials SSH Credentials for GitHub 12:48:47 > git merge f0490a359bf291f637a24ac3a72a487d5e9880fa # timeout=10 12:48:47 > git rev-parse HEAD^{commit} # timeout=10 12:48:47 > git config core.sparsecheckout # timeout=10 12:48:48 > git checkout -f 800bc4633dde20c69a779bb2e917061274344676 # timeout=10 12:48:52 Commit message: "feat(notifications): Implement GET /subscription/name{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:48:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:48:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:48:54 + true 12:48:54 + sudo service docker restart 12:48:56 gofmt -l . 12:48:56 [ "`gofmt -l .`" = "" ] 12:48:56 ./bin/test-go-mod-tidy.sh 12:48:56 ./bin/test-attribution-txt.sh [Pipeline] sh 12:48:57 + ls -al . 12:48:57 total 692 12:48:57 drwxrwxr-x 10 1001 1001 4096 Feb 6 12:48 . 12:48:57 drwxr-xr-x 4 root root 28 Feb 6 12:47 .. 12:48:57 -rw-rw-r-- 1 1001 1001 11 Feb 6 12:45 .dockerignore 12:48:57 drwxrwxr-x 8 1001 1001 179 Feb 6 12:45 .git 12:48:57 drwxrwxr-x 3 1001 1001 125 Feb 6 12:45 .github 12:48:57 -rw-rw-r-- 1 1001 1001 872 Feb 6 12:45 .gitignore 12:48:57 drwx------ 3 1001 1001 60 Feb 6 12:46 .semver 12:48:57 -rw-rw-r-- 1 1001 1001 166 Feb 6 12:45 .sonarcloud.properties 12:48:57 -rw-rw-r-- 1 1001 1001 7859 Feb 6 12:45 Attribution.txt 12:48:57 -rw-rw-r-- 1 1001 1001 3804 Feb 6 12:45 CONTRIBUTING.md 12:48:57 -rw-rw-r-- 1 1001 1001 931 Feb 6 12:45 Dockerfile.build 12:48:57 -rw-rw-r-- 1 1001 1001 863 Feb 6 12:45 Jenkinsfile 12:48:57 -rw-rw-r-- 1 1001 1001 10775 Feb 6 12:45 LICENSE 12:48:57 -rw-rw-r-- 1 1001 1001 6001 Feb 6 12:45 Makefile 12:48:57 -rw-rw-r-- 1 1001 1001 6524 Feb 6 12:45 README.md 12:48:57 -rw-rw-r-- 1 1001 1001 6755 Feb 6 12:45 SECURITY.md 12:48:57 -rw-rw-r-- 1 1001 1001 5 Feb 6 12:46 VERSION 12:48:57 -rw-rw-r-- 1 1001 1001 4131 Feb 6 12:45 ZMQWindows.md 12:48:57 drwxrwxr-x 2 1001 1001 117 Feb 6 12:45 bin 12:48:57 drwxrwxr-x 15 1001 1001 4096 Feb 6 12:45 cmd 12:48:57 -rw-r--r-- 1 root root 588403 Feb 6 12:48 coverage.out 12:48:57 -rw-r--r-- 1 root root 1054 Feb 6 12:48 go.mod 12:48:57 -rw-r--r-- 1 root root 19290 Feb 6 12:48 go.sum 12:48:57 drwxrwxr-x 8 1001 1001 127 Feb 6 12:45 internal 12:48:57 drwxrwxr-x 4 1001 1001 26 Feb 6 12:45 openapi 12:48:57 drwxrwxr-x 4 1001 1001 71 Feb 6 12:45 snap 12:48:57 -rw-rw-r-- 1 1001 1001 168 Feb 6 12:45 version.go [Pipeline] sh [Pipeline] withEnv [Pipeline] { 12:48:57 + '[' -e coverage.out ] 12:48:57 + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] wrap 12:48:57 provisioning config files... 12:48:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3194173848330309582tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:48:57 Stashed 1 file(s) [Pipeline] sh 12:48:58 ---> docker-login.sh 12:48:58 nexus3.edgexfoundry.org:10001 12:48:58 + make build 12:48:58 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 12:48:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:48:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:48:59 Configure a credential helper to remove this warning. See 12:48:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:48:59 12:48:59 Login Succeeded 12:48:59 nexus3.edgexfoundry.org:10002 12:48:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:48:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:48:59 Configure a credential helper to remove this warning. See 12:48:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:48:59 12:48:59 Login Succeeded 12:48:59 nexus3.edgexfoundry.org:10003 12:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:49:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:49:00 Configure a credential helper to remove this warning. See 12:49:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:49:00 12:49:00 Login Succeeded 12:49:00 nexus3.edgexfoundry.org:10004 12:49:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:49:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:49:01 Configure a credential helper to remove this warning. See 12:49:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:49:01 12:49:01 Login Succeeded 12:49:01 docker.io 12:49:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:49:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:49:02 Configure a credential helper to remove this warning. See 12:49:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:49:02 12:49:02 Login Succeeded 12:49:02 ---> docker-login.sh ends [Pipeline] } 12:49:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 12:49:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] echo 12:49:02 ========================================================= 12:49:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:49:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:49:02 + 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 . 12:49:05 Sending build context to Docker daemon 166.2MB 12:49:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:49:05 Step 2/6 : FROM ${BASE} 12:49:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:49:05 5f621e34cdf4: Pulling fs layer 12:49:05 a4357932f1b6: Pulling fs layer 12:49:05 18c013af1878: Pulling fs layer 12:49:05 00ac8860ef70: Pulling fs layer 12:49:05 63d7cb157983: Pulling fs layer 12:49:05 b116817d02f9: Pulling fs layer 12:49:05 745a02a5169b: Pulling fs layer 12:49:05 00ac8860ef70: Waiting 12:49:05 63d7cb157983: Waiting 12:49:05 b116817d02f9: Waiting 12:49:05 745a02a5169b: Waiting 12:49:05 18c013af1878: Verifying Checksum 12:49:05 18c013af1878: Download complete 12:49:05 a4357932f1b6: Verifying Checksum 12:49:05 a4357932f1b6: Download complete 12:49:05 63d7cb157983: Download complete 12:49:05 5f621e34cdf4: Verifying Checksum 12:49:05 5f621e34cdf4: Download complete 12:49:05 b116817d02f9: Download complete 12:49:06 5f621e34cdf4: Pull complete 12:49:06 a4357932f1b6: Pull complete 12:49:07 18c013af1878: Pull complete 12:49:08 745a02a5169b: Verifying Checksum 12:49:08 745a02a5169b: Download complete 12:49:08 00ac8860ef70: Verifying Checksum 12:49:08 00ac8860ef70: Download complete 12:49:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 12:49:11 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 12:49:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:49:13 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 12:49:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:49:16 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 12:49:17 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 12:49:18 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 12:49:19 00ac8860ef70: Pull complete 12:49:19 63d7cb157983: Pull complete 12:49:19 b116817d02f9: Pull complete 12:49:19 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 12:49:20 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 12:49:21 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 12:49:23 745a02a5169b: Pull complete 12:49:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 12:49:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:49:23 ---> b7e6874047d6 12:49:23 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] } 12:49:24 $ docker stop --time=1 6eee767387ff03e0f72a62cc9db3cf191d6e8b2443f1cc071f9593e5647e9a3d 12:49:25 $ docker rm -f 6eee767387ff03e0f72a62cc9db3cf191d6e8b2443f1cc071f9593e5647e9a3d 12:49:26 ---> Running in e962f3df684f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 12:49:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:49:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:49:28 (1/12) Installing libmagic (5.38-r0) 12:49:28 (2/12) Installing file (5.38-r0) 12:49:28 (3/12) Installing libc-dev (0.7.2-r3) [Pipeline] isUnix [Pipeline] sh 12:49:29 (4/12) Installing g++ (9.3.0-r2) 12:49:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:49:29 12:49:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:49:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:49:29 latest: Pulling from edgex-devops/edgex-compose 12:49:29 cbdbe7a5bc2a: Pulling fs layer 12:49:29 ca9280d653b3: Pulling fs layer 12:49:29 7e9c9ca2126c: Pulling fs layer 12:49:29 cbdbe7a5bc2a: Verifying Checksum 12:49:29 cbdbe7a5bc2a: Download complete 12:49:30 ca9280d653b3: Verifying Checksum 12:49:30 ca9280d653b3: Download complete 12:49:30 cbdbe7a5bc2a: Pull complete 12:49:31 7e9c9ca2126c: Download complete 12:49:31 ca9280d653b3: Pull complete 12:49:38 7e9c9ca2126c: Pull complete 12:49:38 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:49:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:49:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 12:49:38 prd-centos7-docker-4c-2g-25331 does not seem to be running inside a container 12:49:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:49:40 $ docker top 03718fb7357242effa7189494670a4182109b25087f796625d93e3b3569c38a2 -eo pid,comm [Pipeline] { [Pipeline] sh 12:49:41 + docker-compose build --help 12:49:41 + grep parallel 12:49:42 --parallel Build images in parallel. [Pipeline] } 12:49:42 $ docker stop --time=1 03718fb7357242effa7189494670a4182109b25087f796625d93e3b3569c38a2 12:49:43 $ docker rm -f 03718fb7357242effa7189494670a4182109b25087f796625d93e3b3569c38a2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:49:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:49:44 . [Pipeline] withDockerContainer 12:49:44 prd-centos7-docker-4c-2g-25331 does not seem to be running inside a container 12:49:44 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:49:45 $ docker top 6ec3fbf3ef5a7139ed24226ffac88093393e95f70aaad976d964f0745374fd0c -eo pid,comm [Pipeline] { [Pipeline] sh 12:49:45 + docker-compose -f ./docker-compose-build.yml build --parallel 12:49:47 Building docker-core-command-go ... 12:49:47 Building docker-core-data-go ... 12:49:47 Building docker-core-metadata-go ... 12:49:47 Building docker-security-bootstrapper-go ... 12:49:47 Building docker-security-proxy-setup-go ... 12:49:47 Building docker-security-secretstore-setup-go ... 12:49:47 Building docker-support-notifications-go ... 12:49:47 Building docker-support-scheduler-go ... 12:49:47 Building docker-sys-mgmt-agent-go ... 12:49:47 Building docker-core-metadata-go 12:49:47 Building docker-core-command-go 12:49:47 Building docker-security-secretstore-setup-go 12:49:47 Building docker-security-bootstrapper-go 12:49:47 Building docker-security-proxy-setup-go 12:49:47 (5/12) Installing fortify-headers (1.1-r0) 12:49:47 (6/12) Installing patch (2.7.6-r6) 12:49:47 (7/12) Installing build-base (0.5-r2) 12:49:47 (8/12) Installing libsodium (1.0.18-r0) 12:49:47 (9/12) Installing pkgconf (1.7.2-r0) 12:49:47 (10/12) Installing libsodium-dev (1.0.18-r0) 12:49:47 (11/12) Installing libzmq (4.3.3-r0) 12:49:47 (12/12) Installing zeromq-dev (4.3.3-r0) 12:49:47 Executing busybox-1.31.1-r19.trigger 12:49:47 OK: 217 MiB in 51 packages 12:49:50 Removing intermediate container e962f3df684f 12:49:50 ---> 87df197c6134 12:49:50 Step 4/6 : WORKDIR /edgex-go 12:49:50 ---> Running in 42f0f6c450b6 12:49:50 Removing intermediate container 42f0f6c450b6 12:49:50 ---> 5e9fcb64588f 12:49:50 Step 5/6 : COPY go.mod . 12:49:51 ---> a42d1c56b926 12:49:51 Step 6/6 : RUN go mod download 12:49:51 ---> Running in cc63d611071b 12:50:18 Removing intermediate container cc63d611071b 12:50:18 ---> 656399f4cd17 12:50:18 Successfully built 656399f4cd17 12:50:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:50:18 + docker inspect -f . ci-base-image-arm64 12:50:18 . [Pipeline] withDockerContainer 12:50:19 prd-ubuntu18.04-docker-arm64-4c-16g-25332 does not seem to be running inside a container 12:50:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:50:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:50:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:50:19 ---> 9d2e4d05c2fb 12:50:19 Step 3/24 : WORKDIR /edgex-go 12:50:19 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:50:19 Step 2/31 : FROM ${BUILDER_BASE} AS builder 12:50:19 ---> 9d2e4d05c2fb 12:50:19 Step 3/31 : WORKDIR /edgex-go 12:50:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:50:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:50:19 ---> 9d2e4d05c2fb 12:50:19 Step 3/23 : WORKDIR /edgex-go 12:50:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:50:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:50:19 ---> 9d2e4d05c2fb 12:50:19 Step 3/23 : WORKDIR /edgex-go 12:50:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:50:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:50:19 ---> 9d2e4d05c2fb 12:50:19 Step 3/21 : WORKDIR /edgex-go 12:50:19 ---> Running in 0562ac279c5e 12:50:19 ---> Running in 1362138e503a 12:50:19 ---> Running in 9cec3ac32aaa 12:50:19 ---> Running in 41ea307e6aa0 12:50:19 ---> Running in 0bcfb9ca2e8c 12:50:19 Removing intermediate container 9cec3ac32aaa 12:50:19 ---> 3c801ba55ecc 12:50:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:50:19 Removing intermediate container 0562ac279c5e 12:50:19 ---> 58e582f35bbf 12:50:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:50:19 Removing intermediate container 0bcfb9ca2e8c 12:50:19 ---> 4000b40e560e 12:50:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:50:19 Removing intermediate container 41ea307e6aa0 12:50:19 ---> 1afb1fe02428 12:50:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:50:19 Removing intermediate container 1362138e503a 12:50:19 ---> 16a3627d0829 12:50:19 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:50:19 ---> Running in 13eee8576ccb 12:50:19 ---> Running in e80bf4adeb10 12:50:19 ---> Running in dbb3c88e0f24 12:50:19 ---> Running in a6045e6cf4d2 12:50:19 ---> Running in 215f32b85092 12:50:20 $ docker top 22bcf8ece13cbef8a48aed4bbc2dcd4d12226a2c7ddb674ce97b2e2d9b3e9362 -eo pid,comm [Pipeline] { [Pipeline] sh 12:50:21 Removing intermediate container e80bf4adeb10 12:50:21 ---> df7789aa248e 12:50:21 Step 5/23 : RUN apk add --update --no-cache make git 12:50:21 Removing intermediate container 13eee8576ccb 12:50:21 ---> a7ecfcbbb8d9 12:50:21 Step 5/24 : RUN apk add --update --no-cache make git 12:50:21 ---> Running in 15a30f6d7e49 12:50:21 Removing intermediate container a6045e6cf4d2 12:50:21 ---> e4a5948e37df 12:50:21 Step 5/21 : RUN apk add --update --no-cache make git 12:50:21 Removing intermediate container 215f32b85092 12:50:21 ---> b0135fc667a4 12:50:21 Step 5/31 : RUN apk add --update --no-cache make git 12:50:21 + go version 12:50:21 go version go1.15.5 linux/arm64 [Pipeline] } 12:50:21 $ docker stop --time=1 22bcf8ece13cbef8a48aed4bbc2dcd4d12226a2c7ddb674ce97b2e2d9b3e9362 12:50:21 ---> Running in a31933d5c640 12:50:21 ---> Running in 0436e7991649 12:50:21 Removing intermediate container dbb3c88e0f24 12:50:21 ---> 842d7df1bc13 12:50:21 Step 5/23 : RUN apk add --update --no-cache make git 12:50:22 ---> Running in b30ae2d13850 12:50:22 ---> Running in 0d7b9a8423c9 12:50:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:23 $ docker rm -f 22bcf8ece13cbef8a48aed4bbc2dcd4d12226a2c7ddb674ce97b2e2d9b3e9362 12:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer 12:50:24 OK: 233 MiB in 51 packages [Pipeline] } [Pipeline] // script 12:50:24 OK: 233 MiB in 51 packages [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 12:50:24 Removing intermediate container 15a30f6d7e49 12:50:24 ---> 59193871618b 12:50:24 Step 6/23 : COPY go.mod . 12:50:24 OK: 233 MiB in 51 packages 12:50:24 OK: 233 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh 12:50:24 Removing intermediate container a31933d5c640 12:50:24 ---> 83773783605d 12:50:24 Step 6/21 : COPY go.mod . 12:50:24 ---> 05e57482b122 12:50:24 Step 7/23 : RUN go mod download 12:50:24 OK: 233 MiB in 51 packages 12:50:24 ---> Running in dbd34aa168a0 12:50:24 + docker inspect -f . ci-base-image-arm64 12:50:24 . [Pipeline] withDockerContainer 12:50:25 ---> cee5c810129d 12:50:25 Step 7/21 : RUN go mod download 12:50:25 prd-ubuntu18.04-docker-arm64-4c-16g-25332 does not seem to be running inside a container 12:50:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:50:25 ---> Running in c77b8c4a6deb 12:50:25 Removing intermediate container 0436e7991649 12:50:25 ---> c45138224393 12:50:25 Step 6/24 : COPY go.mod . 12:50:25 Removing intermediate container 0d7b9a8423c9 12:50:25 ---> cccdf0671d77 12:50:25 Step 6/23 : COPY go.mod . 12:50:25 ---> 441e01d6d3bf 12:50:25 Step 7/24 : RUN go mod download 12:50:26 ---> Running in 9581712b645c 12:50:26 ---> 0d7de1a8d911 12:50:26 Step 7/23 : RUN go mod download 12:50:26 Removing intermediate container b30ae2d13850 12:50:26 ---> 2b3094f28155 12:50:26 Step 6/31 : COPY go.mod . 12:50:26 ---> Running in 7a35c8b713c9 12:50:26 $ docker top 35cb2f188920780dbaea2fdbed8cadc58bec21927254f6a8da0c324b50a850ce -eo pid,comm 12:50:26 ---> cd346175a29d 12:50:26 Step 7/31 : RUN go mod download 12:50:26 ---> Running in 35e895635bfc [Pipeline] { [Pipeline] echo 12:50:27 ========================================================= 12:50:27 [edgeXBuildGoParallel] Running Tests and Build... 12:50:27 ========================================================= [Pipeline] sh 12:50:27 Removing intermediate container dbd34aa168a0 12:50:27 ---> 0845ef409146 12:50:27 Step 8/23 : COPY . . 12:50:27 Removing intermediate container c77b8c4a6deb 12:50:27 ---> 628401119006 12:50:27 Step 8/21 : COPY . . 12:50:27 + make test 12:50:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:50:30 Removing intermediate container 9581712b645c 12:50:30 ---> ec67dfeef7ed 12:50:30 Step 8/24 : COPY . . 12:50:32 Removing intermediate container 7a35c8b713c9 12:50:32 ---> 9a56bbe0b24d 12:50:32 Step 8/23 : COPY . . 12:50:40 Removing intermediate container 35e895635bfc 12:50:40 ---> ed7cc0151d82 12:50:40 Step 8/31 : COPY . . 12:50:49 ? github.com/edgexfoundry/edgex-go [no test files] 12:51:13 ---> b12619c5c7b1 12:51:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 12:51:13 ---> b7d6b0c52a6b 12:51:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 12:51:13 ---> Running in 50e22e19d515 12:51:13 ---> fe21a2fd3623 12:51:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:51:13 ---> 1823f1d6a654 12:51:13 Step 9/23 : RUN make cmd/core-command/core-command 12:51:13 ---> Running in 728b49472fe5 12:51:13 ---> 423e41e31f3c 12:51:13 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 12:51:13 ---> Running in d3f488d29155 12:51:13 ---> Running in 0d617672b14e 12:51:13 ---> Running in 84e4be4931e9 12:51:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:51:13 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 12:51:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:51:13 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 12:51:13 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 12:51:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:51:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:51:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 12:51:40 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 12:51:40 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 12:51:50 Removing intermediate container d3f488d29155 12:51:50 ---> 93a751b011b2 12:51:50 12:51:50 Step 10/24 : FROM alpine:3.12 12:51:50 Removing intermediate container 50e22e19d515 12:51:50 ---> 9106ba28447c 12:51:50 12:51:50 Step 10/21 : FROM alpine:3.12 12:51:50 Removing intermediate container 0d617672b14e 12:51:50 ---> 1ccbbe352c29 12:51:50 12:51:50 Step 10/23 : FROM alpine:3.12 12:51:50 3.12: Pulling from library/alpine 12:51:50 3.12: Pulling from library/alpine 12:51:50 3.12: Pulling from library/alpine 12:51:50 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 12:51:50 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 12:51:50 Status: Downloaded newer image for alpine:3.12 12:51:50 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 12:51:50 Status: Image is up to date for alpine:3.12 12:51:50 ---> 389fef711851 12:51:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:51:50 Status: Image is up to date for alpine:3.12 12:51:50 ---> 389fef711851 12:51:50 Step 11/21 : RUN apk add --update --no-cache curl 12:51:50 ---> 389fef711851 12:51:50 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 12:51:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:51:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:51:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 12:51:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:51:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:51:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:51:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:51:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:51:53 ---> Running in d304bdde4e1e 12:51:53 ---> Running in ac9cf6775b8c 12:51:53 ---> Running in 239149f82e98 12:51:53 Removing intermediate container 84e4be4931e9 12:51:53 ---> bb873ff4c183 12:51:53 12:51:53 Step 10/31 : FROM alpine:3.12 12:51:53 ---> 389fef711851 12:51:53 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 12:51:53 Removing intermediate container 728b49472fe5 12:51:53 ---> b97b69994590 12:51:53 12:51:53 Step 10/23 : FROM alpine:3.12 12:51:53 ---> 389fef711851 12:51:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:51:53 ---> Running in 9e5896f61e5e 12:51:53 ---> Running in 86c1ffdfbd3c 12:51:53 Removing intermediate container 9e5896f61e5e 12:51:53 ---> cf82826aa0ff 12:51:53 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 12:51:53 ---> Running in 5ed463f48a9b 12:51:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:51:54 (1/1) Installing dumb-init (1.2.2-r1) 12:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:51:54 Executing busybox-1.31.1-r19.trigger 12:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:51:54 (1/4) Installing ca-certificates (20191127-r4) 12:51:54 OK: 6 MiB in 15 packages 12:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:51:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:51:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:51:54 (3/4) Installing libcurl (7.69.1-r3) 12:51:54 (4/4) Installing curl (7.69.1-r3) 12:51:54 Executing busybox-1.31.1-r19.trigger 12:51:54 Executing ca-certificates-20191127-r4.trigger 12:51:55 OK: 7 MiB in 18 packages 12:51:55 (1/2) Installing dumb-init (1.2.2-r1) 12:51:55 (2/2) Installing su-exec (0.2-r1) 12:51:55 Executing busybox-1.31.1-r19.trigger 12:51:55 (1/1) Installing dumb-init (1.2.2-r1) 12:51:55 Executing busybox-1.31.1-r19.trigger 12:51:55 (1/5) Installing ca-certificates (20191127-r4) 12:51:55 OK: 6 MiB in 16 packages 12:51:55 OK: 6 MiB in 15 packages 12:51:55 (2/5) Installing nghttp2-libs (1.41.0-r0) 12:51:55 (3/5) Installing libcurl (7.69.1-r3) 12:51:55 (4/5) Installing curl (7.69.1-r3) 12:51:55 (5/5) Installing dumb-init (1.2.2-r1) 12:51:55 Executing busybox-1.31.1-r19.trigger 12:51:55 Executing ca-certificates-20191127-r4.trigger 12:51:55 OK: 7 MiB in 19 packages 12:51:56 Removing intermediate container d304bdde4e1e 12:51:56 ---> cae7be929041 12:51:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:51:57 ---> Running in aba3e879955f 12:51:57 Removing intermediate container 239149f82e98 12:51:57 ---> 8a1dbb0db828 12:51:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:51:57 Removing intermediate container 86c1ffdfbd3c 12:51:57 ---> a6da88a71780 12:51:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:51:57 ---> Running in b73ba73ead7b 12:51:57 Removing intermediate container 5ed463f48a9b 12:51:57 ---> b38f2de954ee 12:51:57 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 12:51:57 ---> Running in 72e18991d9a2 12:51:57 Removing intermediate container aba3e879955f 12:51:57 ---> 18ba28230e42 12:51:57 Step 13/23 : ENV APP_PORT=48082 12:51:57 ---> Running in 63c3a00810e7 12:51:57 Removing intermediate container ac9cf6775b8c 12:51:57 ---> ecec01e325fb 12:51:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:51:57 Removing intermediate container b73ba73ead7b 12:51:57 ---> f30eeb1a546c 12:51:57 Step 13/21 : WORKDIR /edgex 12:51:57 ---> Running in 7f7ce890805a 12:51:58 ---> Running in 2db5bbe3d349 12:51:58 Removing intermediate container 72e18991d9a2 12:51:58 ---> 9cd013962f74 12:51:58 Step 13/23 : ENV APP_PORT=48081 12:51:58 ---> Running in a71024b0acc7 12:51:59 ---> Running in 0adee851dceb 12:51:59 Removing intermediate container 7f7ce890805a 12:51:59 ---> f972e3efc9ec 12:51:59 Step 14/23 : EXPOSE $APP_PORT 12:51:59 Removing intermediate container 63c3a00810e7 12:51:59 ---> c62ec3b2d37d 12:51:59 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 12:51:59 Removing intermediate container 2db5bbe3d349 12:51:59 ---> e9d568d0f600 12:51:59 Step 13/24 : WORKDIR / 12:51:59 ---> Running in 7cb0d2951f0f 12:51:59 ---> Running in 2a72a63510d8 12:51:59 Removing intermediate container a71024b0acc7 12:51:59 ---> e9a15a8a131b 12:51:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:51:59 Removing intermediate container 0adee851dceb 12:51:59 ---> 0adfa0c5a287 12:51:59 Step 14/23 : EXPOSE $APP_PORT 12:51:59 ---> Running in 13c7b0804ed2 12:51:59 ---> Running in ce0966a433c0 12:51:59 Removing intermediate container 2a72a63510d8 12:51:59 ---> 16085332b3cb 12:51:59 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 12:51:59 Removing intermediate container 7cb0d2951f0f 12:51:59 ---> bfdf5d8e6188 12:51:59 Step 15/23 : WORKDIR / 12:51:59 ---> d46db3b4c76b 12:51:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:51:59 Removing intermediate container 13c7b0804ed2 12:51:59 ---> 98e56033e4f3 12:51:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:51:59 ---> Running in 01b8499011f9 12:51:59 ---> Running in 33dbbff93de4 12:51:59 Removing intermediate container ce0966a433c0 12:51:59 ---> c26311dcef30 12:51:59 Step 15/23 : WORKDIR / 12:52:00 ---> Running in 669da30bf2cd 12:52:00 Removing intermediate container 01b8499011f9 12:52:00 ---> 434c573d86b6 12:52:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:52:00 ---> 25035efce6ed 12:52:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:52:00 ---> f708bd49f3af 12:52:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:52:00 Removing intermediate container 669da30bf2cd 12:52:00 ---> 1f86aedc03c2 12:52:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:52:00 ---> 978de54070b0 12:52:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:52:01 ---> 30946dc1f2cf 12:52:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:52:01 ---> 1ffb6cfc8df1 12:52:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:52:01 ---> 1064075197de 12:52:01 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:52:01 ---> Running in cd43896979e4 12:52:01 ---> e3b5358d34d2 12:52:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:52:01 ---> 9da6f8ceb5f7 12:52:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:52:01 ---> b6df21494d1a 12:52:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:52:01 Removing intermediate container cd43896979e4 12:52:01 ---> 82fc560df0b1 12:52:01 Step 18/21 : CMD ["--init=true"] 12:52:01 Removing intermediate container 33dbbff93de4 12:52:01 ---> 416b3e54d733 12:52:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 12:52:02 ---> Running in 8169e474fe05 12:52:02 ---> Running in 24f7b7343af4 12:52:02 ---> 34385474ee4b 12:52:02 Step 19/23 : ENTRYPOINT ["/core-command"] 12:52:02 ---> 8d0e7087132f 12:52:02 Step 19/23 : ENTRYPOINT ["/core-metadata"] 12:52:02 ---> a718d989d62b 12:52:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:52:02 ---> Running in 324e6e263c80 12:52:02 ---> Running in b6b67644386d 12:52:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:52:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:52:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:52:02 Removing intermediate container 8169e474fe05 12:52:02 ---> fea1239e23d2 12:52:02 Step 19/21 : LABEL arch=x86_64 12:52:02 Removing intermediate container 24f7b7343af4 12:52:02 ---> 1a468e746648 12:52:02 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 12:52:02 ---> Running in 8aa7221264c8 12:52:02 Removing intermediate container 324e6e263c80 12:52:02 ---> e8b575f195c8 12:52:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:52:03 Removing intermediate container b6b67644386d 12:52:03 ---> 6f5d05e85273 12:52:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:52:03 ---> 78e785fa5d81 12:52:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:52:03 ---> 0dc85d86a46e 12:52:03 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 12:52:03 ---> Running in bd182df439d1 12:52:03 ---> Running in 802b5b3bead3 12:52:03 Removing intermediate container 8aa7221264c8 12:52:03 ---> 3027fbde10c4 12:52:03 Step 20/21 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 12:52:03 ---> Running in 47db563db824 12:52:03 ---> f29472a80300 12:52:03 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/ 12:52:03 ---> Running in 4c4f9256421a 12:52:03 Removing intermediate container bd182df439d1 12:52:03 ---> a6b91f8d26d7 12:52:03 Step 21/23 : LABEL arch=x86_64 12:52:03 Removing intermediate container 802b5b3bead3 12:52:03 ---> b51f17c9b40c 12:52:03 Step 21/23 : LABEL arch=x86_64 12:52:04 ---> Running in 35f18ab205e7 12:52:04 ---> Running in d1cb7a7e37e7 12:52:04 ---> Running in db07f31c566b 12:52:04 Removing intermediate container 4c4f9256421a 12:52:04 ---> 8ea86f118891 12:52:04 Step 21/21 : LABEL version=0.0.0 12:52:04 ---> Running in 34f7ae6ecf4d 12:52:04 Removing intermediate container d1cb7a7e37e7 12:52:04 ---> 29ef7cf73e94 12:52:04 Step 22/23 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 12:52:04 Removing intermediate container db07f31c566b 12:52:04 ---> dfef156ce9b7 12:52:04 Step 22/23 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 12:52:04 ---> Running in 1059de326913 12:52:04 ---> Running in 085bb08b5e3a 12:52:04 Removing intermediate container 34f7ae6ecf4d 12:52:04 ---> e513983f808c 12:52:04 12:52:05 Successfully built e513983f808c 12:52:05 Successfully tagged docker-security-proxy-setup-go:latest 12:52:05 Building docker-support-notifications-go 12:52:05  Building docker-security-proxy-setup-go ... done Removing intermediate container 085bb08b5e3a 12:52:05 ---> 3c8d15ea7854 12:52:05 Step 23/23 : LABEL version=0.0.0 12:52:05 Removing intermediate container 1059de326913 12:52:05 ---> 990f36653dd2 12:52:05 Step 23/23 : LABEL version=0.0.0 12:52:05 Removing intermediate container 47db563db824 12:52:05 ---> 85b95ebbc5b6 12:52:05 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 12:52:05 ---> Running in 12b9e4c44c88 12:52:05 ---> Running in cd45ebd73ac7 12:52:05 Removing intermediate container 35f18ab205e7 12:52:05 ---> b24f6b524a0d 12:52:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 12:52:05 ---> Running in 8ab7a078ab44 12:52:05 ---> 44a498f96827 12:52:05 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:52:05 Removing intermediate container cd45ebd73ac7 12:52:05 ---> f60b495ca445 12:52:05 12:52:05 Removing intermediate container 12b9e4c44c88 12:52:05 ---> bdc7bde08a00 12:52:05 12:52:06 Successfully built f60b495ca445 12:52:06 Successfully built bdc7bde08a00 12:52:06 Successfully tagged docker-core-command-go:latest 12:52:06 Building docker-support-scheduler-go 12:52:06  Building docker-core-command-go ... done Successfully tagged docker-core-metadata-go:latest 12:52:06 Building docker-sys-mgmt-agent-go 12:52:06 Removing intermediate container 8ab7a078ab44 12:52:06 ---> f2fd130d4512 12:52:06 Step 22/24 : LABEL arch=x86_64 12:52:06  Building docker-core-metadata-go ... done  ---> Running in 3f386e02df82 12:52:06 ---> 7232fda4c52e 12:52:06 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 12:52:06 Removing intermediate container 3f386e02df82 12:52:06 ---> a2129eb7daae 12:52:06 Step 23/24 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 12:52:06 ---> Running in de9be4a2fab9 12:52:07 ---> f149b3b604ee 12:52:07 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 12:52:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.367s coverage: 45.6% of statements 12:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 12:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 12:52:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.145s coverage: 100.0% of statements 12:52:13 Removing intermediate container de9be4a2fab9 12:52:13 ---> 91ac514a4a4f 12:52:13 Step 24/24 : LABEL version=0.0.0 12:52:13 ---> b8d505806f60 12:52:13 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 12:52:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.508s coverage: 27.1% of statements 12:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:52:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 12:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:52:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements 12:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:52:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.253s coverage: 65.8% of statements 12:52:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:52:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:52:15 ---> Running in 8bc317f026fe 12:52:16 ---> 9651a612de56 12:52:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 12:52:16 ---> Running in ecfe7d2c7cc1 12:52:16 Removing intermediate container 8bc317f026fe 12:52:16 ---> 6f48ad2d4f58 12:52:16 12:52:16 Successfully built 6f48ad2d4f58 12:52:16 Successfully tagged docker-security-secretstore-setup-go:latest 12:52:16  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 12:52:16 Removing intermediate container ecfe7d2c7cc1 12:52:16 ---> 7852303ee08f 12:52:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:52:16 ---> 8bac12b4a2b2 12:52:16 Step 26/31 : RUN chmod +x /entrypoint.sh 12:52:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.749s coverage: 82.3% of statements 12:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 12:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:52:17 ---> Running in 957aa3e7778d 12:52:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.243s coverage: 28.6% of statements 12:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:52:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements 12:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:52:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements 12:52:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:52:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.379s coverage: 86.7% of statements 12:52:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:52:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.356s coverage: 97.5% of statements 12:52:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:52:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.208s coverage: 78.3% of statements 12:52:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:52:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:52:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:52:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:52:30 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:52:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:52:30 ---> 9d2e4d05c2fb 12:52:30 Step 3/26 : WORKDIR /edgex-go 12:52:30 ---> Using cache 12:52:30 ---> 16a3627d0829 12:52:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:52:30 ---> Using cache 12:52:30 ---> b0135fc667a4 12:52:30 Step 5/26 : RUN apk add --update --no-cache make bash git 12:52:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:52:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:52:30 ---> 9d2e4d05c2fb 12:52:30 Step 3/22 : WORKDIR /edgex-go 12:52:30 ---> Using cache 12:52:30 ---> 16a3627d0829 12:52:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:52:30 ---> Using cache 12:52:30 ---> b0135fc667a4 12:52:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 12:52:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:52:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:52:30 ---> 9d2e4d05c2fb 12:52:30 Step 3/22 : WORKDIR /edgex-go 12:52:30 ---> Using cache 12:52:30 ---> 16a3627d0829 12:52:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:52:30 ---> Using cache 12:52:30 ---> b0135fc667a4 12:52:30 Step 5/22 : RUN apk add --update --no-cache make git 12:52:30 ---> Using cache 12:52:30 ---> 2b3094f28155 12:52:30 Step 6/22 : COPY go.mod . 12:52:30 ---> Using cache 12:52:30 ---> cd346175a29d 12:52:30 Step 7/22 : RUN go mod download 12:52:30 ---> Using cache 12:52:30 ---> ed7cc0151d82 12:52:30 Step 8/22 : COPY . . 12:52:30 ---> Using cache 12:52:30 ---> 423e41e31f3c 12:52:30 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 12:52:32 ---> Running in 277ce2a363e9 12:52:32 ---> Running in ac73d1a48aa0 12:52:32 ---> Running in e31d9de3123a 12:52:32 Removing intermediate container 957aa3e7778d 12:52:32 ---> 706b53b3f918 12:52:32 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 12:52:32 ---> Running in 6ee7560ea914 12:52:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:52:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:52:34 Removing intermediate container 6ee7560ea914 12:52:34 ---> c1ad83a48a4f 12:52:34 Step 28/31 : CMD ["gate"] 12:52:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:52:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.268s coverage: 92.8% of statements 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:52:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:52:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.197s coverage: 0.1% of statements 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:52:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 45.5% of statements 12:52:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.117s coverage: 79.5% of statements 12:52:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements 12:52:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements 12:52:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.096s coverage: 87.5% of statements 12:52:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:52:34 ---> Running in e3459c06a95d 12:52:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:52:35 OK: 233 MiB in 51 packages 12:52:35 OK: 233 MiB in 51 packages 12:52:36 Removing intermediate container e3459c06a95d 12:52:36 ---> cc4c0cf07cb6 12:52:36 Step 29/31 : LABEL arch=x86_64 12:52:36 ---> Running in 4a37cb7c0592 12:52:37 Removing intermediate container 4a37cb7c0592 12:52:37 ---> 89d7a25d8c0c 12:52:37 Step 30/31 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 12:52:38 ---> Running in 511f81efe6e6 12:52:38 Removing intermediate container ac73d1a48aa0 12:52:38 ---> 6b19de2c3928 12:52:38 Step 6/22 : COPY go.mod . 12:52:38 Removing intermediate container 277ce2a363e9 12:52:38 ---> 11b97723190f 12:52:38 Step 6/26 : COPY go.mod . 12:52:39 ---> bc57a322dab7 12:52:39 Step 7/26 : RUN go mod download 12:52:39 ---> 29ff3c0bfd7c 12:52:39 Step 7/22 : RUN go mod download 12:52:39 Removing intermediate container 511f81efe6e6 12:52:39 ---> 67d99a67a576 12:52:39 Step 31/31 : LABEL version=0.0.0 12:52:39 ---> Running in 4d7abc4e8e26 12:52:39 ---> Running in 74c65e2ba2ee 12:52:39 ---> Running in 8e646883cf84 12:52:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:52:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:52:41 ---> 9d2e4d05c2fb 12:52:41 Step 3/23 : WORKDIR /edgex-go 12:52:41 ---> Using cache 12:52:41 ---> 16a3627d0829 12:52:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:52:41 ---> Using cache 12:52:41 ---> b0135fc667a4 12:52:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 12:52:42 Removing intermediate container 8e646883cf84 12:52:42 ---> 55a21993a342 12:52:42 12:52:42 ---> Running in fedc972c0cf8 12:52:42 Successfully built 55a21993a342 12:52:42 Successfully tagged docker-security-bootstrapper-go:latest 12:52:42  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:52:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:52:43 Removing intermediate container 4d7abc4e8e26 12:52:43 ---> 4cbe26cc620b 12:52:43 Step 8/26 : COPY . . 12:52:43 Removing intermediate container 74c65e2ba2ee 12:52:43 ---> 78c4d6775727 12:52:43 Step 8/22 : COPY . . 12:52:44 OK: 233 MiB in 51 packages 12:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements 12:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.081s coverage: 44.8% of statements 12:52:54 Removing intermediate container fedc972c0cf8 12:52:54 ---> 771a1abf89b5 12:52:54 Step 6/23 : COPY go.mod . 12:52:55 ---> 88eac6c1f96b 12:52:55 Step 7/23 : RUN go mod download 12:53:00 ---> Running in 3d518bad9467 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.2% of statements 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.4% of statements 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.531s coverage: 63.5% of statements 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.810s coverage: 68.9% of statements 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.367s coverage: 37.0% of statements 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:53:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.566s coverage: 84.0% of statements 12:53:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.079s coverage: 100.0% of statements 12:53:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.463s coverage: 47.0% of statements 12:53:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:53:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:53:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:53:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:53:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:53:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements 12:53:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:53:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.114s coverage: 100.0% of statements 12:53:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:53:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 12:53:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 12:53:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 12:53:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.230s coverage: 86.2% of statements 12:53:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 12:53:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 12:53:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 12:53:12 Removing intermediate container e31d9de3123a 12:53:12 ---> 915db86210ed 12:53:12 12:53:12 Step 10/22 : FROM alpine:3.12 12:53:12 ---> 389fef711851 12:53:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 12:53:12 ---> Using cache 12:53:12 ---> a6da88a71780 12:53:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:53:12 ---> Using cache 12:53:12 ---> 9cd013962f74 12:53:12 Step 13/22 : ENV APP_PORT=48085 12:53:12 Removing intermediate container 3d518bad9467 12:53:12 ---> 4d48e8c329ba 12:53:12 Step 8/23 : COPY . . 12:53:12 ---> b4698903ad32 12:53:12 Step 9/22 : RUN make cmd/support-notifications/support-notifications 12:53:12 ---> Running in 0dafb3702404 12:53:12 ---> 3f901061b2f5 12:53:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:53:12 ---> Running in e19760edb338 12:53:12 ---> Running in 77517f272340 12:53:12 Removing intermediate container 0dafb3702404 12:53:12 ---> 4d0d6297e759 12:53:12 Step 14/22 : EXPOSE $APP_PORT 12:53:12 ---> Running in f67ff432ecbb 12:53:12 Removing intermediate container f67ff432ecbb 12:53:12 ---> 235145f266e0 12:53:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:53:15 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 12:53:15 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 12:53:17 ---> 569a4bbdb2d0 12:53:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:53:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.956s coverage: 29.1% of statements 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:53:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.195s coverage: 99.0% of statements 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:53:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.114s coverage: 100.0% of statements 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 12:53:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.140s coverage: 100.0% of statements 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 12:53:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:53:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:53:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.109s coverage: 87.9% of statements 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:53:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:53:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 12:53:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements 12:53:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 12:53:19 GO111MODULE=on go vet ./... 12:53:22 ---> deaaec0b5678 12:53:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:53:23 ---> 37b541f275c6 12:53:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 12:53:25 ---> Running in 52e8c4358e5e 12:53:25 Removing intermediate container 52e8c4358e5e 12:53:25 ---> e2fbab18b0b4 12:53:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:53:25 ---> Running in 9b1fd67962d4 12:53:26 Removing intermediate container 9b1fd67962d4 12:53:26 ---> 3ca99007cdee 12:53:26 Step 20/22 : LABEL arch=x86_64 12:53:26 ---> Running in 29d7a7cdaa58 12:53:27 Removing intermediate container 29d7a7cdaa58 12:53:27 ---> c5061fcdbf9e 12:53:27 Step 21/22 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 12:53:27 ---> Running in 3ace224357fb 12:53:28 Removing intermediate container 3ace224357fb 12:53:28 ---> d942855adc81 12:53:28 Step 22/22 : LABEL version=0.0.0 12:53:28 ---> Running in 48d8d45303d1 12:53:29 Removing intermediate container 48d8d45303d1 12:53:29 ---> e614d1a77ff5 12:53:29 12:53:29 Successfully built e614d1a77ff5 12:53:29 Successfully tagged docker-support-scheduler-go:latest 12:53:34  Building docker-support-scheduler-go ... done  ---> 9f000535094e 12:53:34 Step 9/23 : RUN make cmd/core-data/core-data 12:53:34 ---> Running in 7605580e7197 12:53:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 12:53:38 Removing intermediate container 77517f272340 12:53:38 ---> f2116ca4be5e 12:53:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:53:39 ---> Running in 02656fb4ccfb 12:53:40 Removing intermediate container e19760edb338 12:53:40 ---> 399a1881dd71 12:53:40 12:53:40 Step 10/22 : FROM alpine:3.12 12:53:40 ---> 389fef711851 12:53:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 12:53:40 ---> Running in daf1806e4996 12:53:41 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 12:53:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:53:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:53:42 (1/2) Installing ca-certificates (20191127-r4) 12:53:42 (2/2) Installing dumb-init (1.2.2-r1) 12:53:42 Executing busybox-1.31.1-r19.trigger 12:53:42 Executing ca-certificates-20191127-r4.trigger 12:53:42 OK: 6 MiB in 16 packages 12:53:43 Removing intermediate container 02656fb4ccfb 12:53:43 ---> 9fd895877ddf 12:53:43 12:53:43 Step 11/26 : FROM docker:20.10.0 12:53:44 20.10.0: Pulling from library/docker 12:53:44 Removing intermediate container daf1806e4996 12:53:44 ---> a04417492474 12:53:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 12:53:45 ---> Running in a49fe5e3d785 12:53:45 Removing intermediate container a49fe5e3d785 12:53:45 ---> 84ea158e3005 12:53:45 Step 13/22 : ENV APP_PORT=48060 12:53:46 ---> Running in c05a643d62db 12:53:46 Removing intermediate container c05a643d62db 12:53:46 ---> c787f2517482 12:53:46 Step 14/22 : EXPOSE $APP_PORT 12:53:46 ---> Running in a1bfe0244ed3 12:53:47 Removing intermediate container a1bfe0244ed3 12:53:47 ---> a6afd8586e98 12:53:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:53:48 ---> 87106c52b2a6 12:53:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:53:48 ---> ace147ae86f6 12:53:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:53:49 ---> 5e09d813a2c5 12:53:49 Step 18/22 : ENTRYPOINT ["/support-notifications"] 12:53:49 ---> Running in af071eb510fd 12:53:49 Removing intermediate container af071eb510fd 12:53:49 ---> a93472d9862d 12:53:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:53:49 ---> Running in 81912dbfe8dd 12:53:51 Removing intermediate container 81912dbfe8dd 12:53:51 ---> 9f1c68496559 12:53:51 Step 20/22 : LABEL arch=x86_64 12:53:51 ---> Running in 5031614291e1 12:53:52 Removing intermediate container 5031614291e1 12:53:52 ---> a66c11714f7b 12:53:52 Step 21/22 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 12:53:52 ---> Running in 0dcceb537b71 12:53:52 Removing intermediate container 0dcceb537b71 12:53:52 ---> f470d41bd8f3 12:53:52 Step 22/22 : LABEL version=0.0.0 12:53:52 ---> Running in 406cd40f0aed 12:53:53 Removing intermediate container 406cd40f0aed 12:53:53 ---> 903a54af125f 12:53:53 12:53:54 Successfully built 903a54af125f 12:53:54 Successfully tagged docker-support-notifications-go:latest 12:53:54  Building docker-support-notifications-go ... done Removing intermediate container 7605580e7197 12:53:54 ---> 04ecbd6ad80f 12:53:54 12:53:54 Step 10/23 : FROM alpine:3.12 12:53:54 ---> 389fef711851 12:53:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:53:54 ---> Running in 72dfa3c967bc 12:53:54 Removing intermediate container 72dfa3c967bc 12:53:54 ---> df9d0852dd95 12:53:54 Step 12/23 : ENV APP_PORT=48080 12:53:55 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 12:53:55 ---> Running in 98c8431345c1 12:53:55 Status: Downloaded newer image for docker:20.10.0 12:53:55 ---> aefe523efa57 12:53:55 Step 12/26 : RUN apk add --no-cache bash 12:53:55 ---> Running in 76129784ba1e 12:53:55 Removing intermediate container 98c8431345c1 12:53:55 ---> 69a2b9406c81 12:53:55 Step 13/23 : EXPOSE $APP_PORT 12:53:55 ---> Running in 741b56d3a80d 12:53:55 Removing intermediate container 741b56d3a80d 12:53:55 ---> 42756241cc8d 12:53:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:53:55 ---> Running in 94e702db8ba2 12:53:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:53:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:53:56 (1/2) Installing readline (8.0.4-r0) 12:53:56 (2/2) Installing bash (5.0.17-r0) 12:53:56 Executing bash-5.0.17-r0.post-install 12:53:56 Executing busybox-1.31.1-r19.trigger 12:53:56 OK: 12 MiB in 22 packages 12:53:56 Removing intermediate container 94e702db8ba2 12:53:56 ---> c763c6e8d9c4 12:53:56 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 12:53:56 Removing intermediate container 76129784ba1e 12:53:56 ---> 5c591169fb57 12:53:56 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:53:57 ---> Running in c7c8cab6aace 12:53:57 ---> Running in 4c32435b25cc 12:53:57 Removing intermediate container 4c32435b25cc 12:53:57 ---> a26568f6d27b 12:53:57 Step 14/26 : ENV APP_PORT=48090 12:53:57 ---> Running in 924c150a2d7c 12:53:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:53:57 Removing intermediate container 924c150a2d7c 12:53:57 ---> 24dbdce82ba7 12:53:57 Step 15/26 : EXPOSE $APP_PORT 12:53:57 ---> Running in bf7db678abe8 12:53:57 Removing intermediate container bf7db678abe8 12:53:57 ---> d296b928f318 12:53:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:53:58 ---> a41c8d97dbfe 12:53:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:53:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:53:58 ---> 73c6829963ba 12:53:58 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:53:58 ---> 0692ebc0c5aa 12:53:58 Step 19/26 : RUN apk --no-cache add py3-pip 12:53:58 ---> Running in 2c01cf292f02 12:53:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:53:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:53:59 (1/6) Installing dumb-init (1.2.2-r1) 12:53:59 (2/6) Installing libgcc (9.3.0-r2) 12:53:59 (1/33) Installing libbz2 (1.0.8-r1) 12:53:59 (2/33) Installing expat (2.2.9-r1) 12:53:59 (3/33) Installing libffi (3.3-r2) 12:53:59 (4/33) Installing gdbm (1.13-r1) 12:53:59 (5/33) Installing xz-libs (5.2.5-r0) 12:53:59 (6/33) Installing sqlite-libs (3.32.1-r0) 12:53:59 (7/33) Installing python3 (3.8.5-r0) 12:53:59 (3/6) Installing libsodium (1.0.18-r0) 12:53:59 (4/6) Installing libstdc++ (9.3.0-r2) 12:54:00 (5/6) Installing libzmq (4.3.3-r0) 12:54:00 (6/6) Installing zeromq (4.3.3-r0) 12:54:00 Executing busybox-1.31.1-r19.trigger 12:54:00 OK: 8 MiB in 20 packages 12:54:02 (8/33) Installing py3-appdirs (1.4.4-r1) 12:54:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:54:02 (10/33) Installing py3-parsing (2.4.7-r0) 12:54:02 (11/33) Installing py3-six (1.15.0-r0) 12:54:04 (12/33) Installing py3-packaging (20.4-r0) 12:54:04 (13/33) Installing py3-setuptools (47.0.0-r0) 12:54:04 (14/33) Installing py3-chardet (3.0.4-r4) 12:54:04 (15/33) Installing py3-idna (2.9-r0) 12:54:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:54:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:54:04 (18/33) Installing py3-requests (2.23.0-r0) 12:54:04 (19/33) Installing py3-msgpack (1.0.0-r0) 12:54:04 (20/33) Installing py3-lockfile (0.12.2-r3) 12:54:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:54:04 (22/33) Installing py3-colorama (0.4.3-r0) 12:54:04 (23/33) Installing py3-distlib (0.3.0-r0) 12:54:04 (24/33) Installing py3-distro (1.5.0-r1) 12:54:04 (25/33) Installing py3-webencodings (0.5.1-r3) 12:54:04 (26/33) Installing py3-html5lib (1.0.1-r4) 12:54:05 (27/33) Installing py3-pytoml (0.1.21-r0) 12:54:05 Removing intermediate container c7c8cab6aace 12:54:05 ---> 93e52edc852c 12:54:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:54:05 (28/33) Installing py3-pep517 (0.8.2-r0) 12:54:05 (29/33) Installing py3-progress (1.5-r0) 12:54:05 (30/33) Installing py3-toml (0.10.1-r0) 12:54:05 (31/33) Installing py3-retrying (1.3.3-r0) 12:54:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:54:05 (33/33) Installing py3-pip (20.1.1-r0) 12:54:05 Executing busybox-1.31.1-r19.trigger 12:54:05 OK: 71 MiB in 55 packages 12:54:06 ---> 10b94f4a7770 12:54:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:54:09 ---> ca56744a078a 12:54:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:54:10 ---> c20ac7106323 12:54:10 Step 19/23 : ENTRYPOINT ["/core-data"] 12:54:10 Removing intermediate container 2c01cf292f02 12:54:10 ---> 89805d135b05 12:54:10 Step 20/26 : RUN pip install docker-compose==1.23.2 12:54:10 ---> Running in e51d22fb1454 12:54:10 ---> Running in 0e5f35549b46 12:54:10 Removing intermediate container e51d22fb1454 12:54:10 ---> f3d453ee5ac5 12:54:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:54:11 ---> Running in 226035e296d9 12:54:11 Removing intermediate container 226035e296d9 12:54:11 ---> 6173c63193d6 12:54:11 Step 21/23 : LABEL arch=x86_64 12:54:11 ---> Running in ba1bc590b772 12:54:11 Removing intermediate container ba1bc590b772 12:54:11 ---> fd6f3aba4b67 12:54:11 Step 22/23 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 12:54:11 ---> Running in a3e078d6808c 12:54:11 Removing intermediate container a3e078d6808c 12:54:11 ---> c2f7ab7b135f 12:54:11 Step 23/23 : LABEL version=0.0.0 12:54:11 ---> Running in 4e817fcd7338 12:54:11 Removing intermediate container 4e817fcd7338 12:54:11 ---> 2d790fdd2c39 12:54:11 12:54:12 Successfully built 2d790fdd2c39 12:54:12 Successfully tagged docker-core-data-go:latest 12:54:12  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 12:54:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:54:12 Collecting PyYAML<4,>=3.10 12:54:12 Downloading PyYAML-3.13.tar.gz (270 kB) 12:54:13 Collecting texttable<0.10,>=0.9.0 12:54:13 Downloading texttable-0.9.1.tar.gz (11 kB) 12:54:14 Collecting cached-property<2,>=1.2.0 12:54:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:54:14 Collecting websocket-client<1.0,>=0.32.0 12:54:14 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 12:54:14 Collecting jsonschema<3,>=2.5.1 12:54:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:54:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 12:54:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:54:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:54:14 Collecting dockerpty<0.5,>=0.4.1 12:54:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:54:15 Collecting docopt<0.7,>=0.6.1 12:54:15 Downloading docopt-0.6.2.tar.gz (25 kB) 12:54:16 Collecting docker<4.0,>=3.6.0 12:54:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:54:16 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) 12:54:16 Collecting idna<2.8,>=2.5 12:54:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:54:16 Collecting urllib3<1.25,>=1.21.1 12:54:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:54:16 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) 12:54:16 Collecting docker-pycreds>=0.4.0 12:54:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:54:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:54:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:54:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:54:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:54:16 Installing collected packages: PyYAML, texttable, cached-property, websocket-client, jsonschema, idna, urllib3, requests, dockerpty, docopt, docker-pycreds, docker, docker-compose 12:54:16 Running setup.py install for PyYAML: started 12:54:17 Running setup.py install for PyYAML: finished with status 'done' 12:54:17 Running setup.py install for texttable: started 12:54:18 Running setup.py install for texttable: finished with status 'done' 12:54:18 Attempting uninstall: idna 12:54:18 Found existing installation: idna 2.9 12:54:18 Uninstalling idna-2.9: 12:54:18 Successfully uninstalled idna-2.9 12:54:18 Attempting uninstall: urllib3 12:54:18 Found existing installation: urllib3 1.25.9 12:54:18 Uninstalling urllib3-1.25.9: 12:54:18 Successfully uninstalled urllib3-1.25.9 12:54:18 Attempting uninstall: requests 12:54:18 Found existing installation: requests 2.23.0 12:54:18 Uninstalling requests-2.23.0: 12:54:18 Successfully uninstalled requests-2.23.0 12:54:18 Running setup.py install for dockerpty: started 12:54:19 Running setup.py install for dockerpty: finished with status 'done' 12:54:19 Running setup.py install for docopt: started 12:54:20 Running setup.py install for docopt: finished with status 'done' 12:54:21 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 12:54:24 Removing intermediate container 0e5f35549b46 12:54:24 ---> d6b48653bdea 12:54:24 Step 21/26 : RUN apk --no-cache add curl 12:54:24 ---> Running in 0d5cfc5306e3 12:54:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:54:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:54:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:54:24 (2/3) Installing libcurl (7.69.1-r3) 12:54:24 (3/3) Installing curl (7.69.1-r3) 12:54:24 Executing busybox-1.31.1-r19.trigger 12:54:24 OK: 72 MiB in 58 packages 12:54:25 Removing intermediate container 0d5cfc5306e3 12:54:25 ---> bfde64bee3e3 12:54:25 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 12:54:25 ---> Running in c1bee8d19a85 12:54:25 Removing intermediate container c1bee8d19a85 12:54:25 ---> 5d68345e482e 12:54:25 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:54:25 ---> Running in 0fb10df5d6a8 12:54:26 Removing intermediate container 0fb10df5d6a8 12:54:26 ---> 1ecad9fafac9 12:54:26 Step 24/26 : LABEL arch=x86_64 12:54:26 ---> Running in c7820198a6c4 12:54:26 Removing intermediate container c7820198a6c4 12:54:26 ---> aa42e6b94f90 12:54:26 Step 25/26 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 12:54:26 ---> Running in b2cd78ebe129 12:54:26 Removing intermediate container b2cd78ebe129 12:54:26 ---> cf189c908b11 12:54:26 Step 26/26 : LABEL version=0.0.0 12:54:26 ---> Running in aacc054f2b32 12:54:26 Removing intermediate container aacc054f2b32 12:54:26 ---> 1ab2c021adac 12:54:26 12:54:26 Successfully built 1ab2c021adac 12:54:27 Successfully tagged docker-sys-mgmt-agent-go:latest 12:54:27  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 12:54:27 $ docker stop --time=1 6ec3fbf3ef5a7139ed24226ffac88093393e95f70aaad976d964f0745374fd0c 12:54:29 $ docker rm -f 6ec3fbf3ef5a7139ed24226ffac88093393e95f70aaad976d964f0745374fd0c [Pipeline] // withDockerContainer [Pipeline] sh 12:54:29 + docker images 12:54:29 + grep docker 12:54:29 docker-sys-mgmt-agent-go latest 1ab2c021adac 3 seconds ago 313MB 12:54:29 docker-core-data-go latest 2d790fdd2c39 18 seconds ago 22.3MB 12:54:29 docker-support-notifications-go latest 903a54af125f 37 seconds ago 17.6MB 12:54:29 docker-support-scheduler-go latest e614d1a77ff5 About a minute ago 17MB 12:54:29 docker-security-bootstrapper-go latest 55a21993a342 About a minute ago 23.8MB 12:54:29 docker-security-secretstore-setup-go latest 6f48ad2d4f58 2 minutes ago 24.6MB 12:54:29 docker-core-command-go latest f60b495ca445 2 minutes ago 16.9MB 12:54:29 docker-core-metadata-go latest bdc7bde08a00 2 minutes ago 18.8MB 12:54:29 docker-security-proxy-setup-go latest e513983f808c 2 minutes ago 24.4MB 12:54:29 docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 12:54:40 gofmt -l . 12:54:40 [ "`gofmt -l .`" = "" ] 12:54:40 ./bin/test-go-mod-tidy.sh 12:54:40 ./bin/test-attribution-txt.sh [Pipeline] sh 12:54:41 + ls -al . 12:54:41 total 720 12:54:41 drwxrwxr-x 9 1001 1001 4096 Feb 6 12:54 . 12:54:41 drwxr-xr-x 4 root root 4096 Feb 6 12:50 .. 12:54:41 -rw-rw-r-- 1 1001 1001 11 Feb 6 12:48 .dockerignore 12:54:41 drwxrwxr-x 8 1001 1001 4096 Feb 6 12:48 .git 12:54:41 drwxrwxr-x 3 1001 1001 4096 Feb 6 12:48 .github 12:54:41 -rw-rw-r-- 1 1001 1001 872 Feb 6 12:48 .gitignore 12:54:41 -rw-rw-r-- 1 1001 1001 166 Feb 6 12:48 .sonarcloud.properties 12:54:41 -rw-rw-r-- 1 1001 1001 7859 Feb 6 12:48 Attribution.txt 12:54:41 -rw-rw-r-- 1 1001 1001 3804 Feb 6 12:48 CONTRIBUTING.md 12:54:41 -rw-rw-r-- 1 1001 1001 931 Feb 6 12:48 Dockerfile.build 12:54:41 -rw-rw-r-- 1 1001 1001 863 Feb 6 12:48 Jenkinsfile 12:54:41 -rw-rw-r-- 1 1001 1001 10775 Feb 6 12:48 LICENSE 12:54:41 -rw-rw-r-- 1 1001 1001 6001 Feb 6 12:48 Makefile 12:54:41 -rw-rw-r-- 1 1001 1001 6524 Feb 6 12:48 README.md 12:54:41 -rw-rw-r-- 1 1001 1001 6755 Feb 6 12:48 SECURITY.md 12:54:41 -rw-rw-r-- 1 1001 1001 5 Feb 6 12:46 VERSION 12:54:41 -rw-rw-r-- 1 1001 1001 4131 Feb 6 12:48 ZMQWindows.md 12:54:41 drwxrwxr-x 2 1001 1001 4096 Feb 6 12:48 bin 12:54:41 drwxrwxr-x 15 1001 1001 4096 Feb 6 12:48 cmd 12:54:41 -rw-r--r-- 1 root root 588403 Feb 6 12:53 coverage.out 12:54:41 -rw-r--r-- 1 root root 1054 Feb 6 12:54 go.mod 12:54:41 -rw-r--r-- 1 root root 19290 Feb 6 12:54 go.sum 12:54:41 drwxrwxr-x 8 1001 1001 4096 Feb 6 12:48 internal 12:54:41 drwxrwxr-x 4 1001 1001 4096 Feb 6 12:48 openapi 12:54:41 drwxrwxr-x 4 1001 1001 4096 Feb 6 12:48 snap 12:54:41 -rw-rw-r-- 1 1001 1001 168 Feb 6 12:48 version.go [Pipeline] sh 12:54:42 + '[' -e coverage.out ] 12:54:42 + chown 1001:1001 coverage.out [Pipeline] stash 12:54:42 Warning: overwriting stash ‘coverage-report’ 12:54:43 Stashed 1 file(s) [Pipeline] sh 12:54:44 + make build 12:54:44 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 12:54:45 Still waiting to schedule task 12:54:45 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 12:54:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:55:16 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 12:55:20 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 12:55:25 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 12:55: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 12:55:32 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 12:55:36 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 12:55:39 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 12:55:40 Running on prd-ubuntu18.04-docker-8c-8g-25333 in /w/workspace/edgexfoundry_edgex-go_PR-3139 [Pipeline] { [Pipeline] ws 12:55:40 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 12:55:42 using credential edgex-jenkins-ssh 12:55:42 Cloning the remote Git repository 12:55:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:55:42 > git init /w/workspace/edgex-go/2 # timeout=10 12:55:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:55:42 > git --version # timeout=10 12:55:42 > git --version # 'git version 2.17.1' 12:55:42 using GIT_SSH to set credentials SSH Credentials for GitHub 12:55:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:55:44 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 12:55:46 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 12:55:48 Merging remotes/origin/master commit f0490a359bf291f637a24ac3a72a487d5e9880fa into PR head commit 800bc4633dde20c69a779bb2e917061274344676 12:55:48 Merge succeeded, producing 800bc4633dde20c69a779bb2e917061274344676 12:55:48 Checking out Revision 800bc4633dde20c69a779bb2e917061274344676 (PR-3139) 12:55:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:55:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:55:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:55:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:55:48 using GIT_SSH to set credentials SSH Credentials for GitHub 12:55:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3139/head:refs/remotes/origin/PR-3139 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:55:48 > git config core.sparsecheckout # timeout=10 12:55:48 > git checkout -f 800bc4633dde20c69a779bb2e917061274344676 # timeout=10 12:55:48 > git remote # timeout=10 12:55:48 > git config --get remote.origin.url # timeout=10 12:55:48 using GIT_SSH to set credentials SSH Credentials for GitHub 12:55:48 > git merge f0490a359bf291f637a24ac3a72a487d5e9880fa # timeout=10 12:55:48 > git rev-parse HEAD^{commit} # timeout=10 12:55:48 > git config core.sparsecheckout # timeout=10 12:55:49 > git checkout -f 800bc4633dde20c69a779bb2e917061274344676 # timeout=10 12:55:50 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 12:55:52 Commit message: "feat(notifications): Implement GET /subscription/name{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:55:53 + echo snap-build.sh 12:55:53 snap-build.sh 12:55:53 + SNAP_BASE_DIR=. 12:55:53 + '[' '!' -z /w/workspace/edgex-go/2 ']' 12:55:53 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 12:55:53 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 12:55:53 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 12:55:53 + cd /w/workspace/edgex-go/2 12:55:53 + sudo apt-get remove -qy --purge lxd lxd-client 12:55:53 Reading package lists... 12:55:53 Building dependency tree... 12:55:53 Reading state information... 12:55:54 The following packages were automatically installed and are no longer required: 12:55:54 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 12:55:54 uidmap xdelta3 12:55:54 Use 'sudo apt autoremove' to remove them. 12:55:54 The following packages will be REMOVED: 12:55:54 lxd* lxd-client* 12:55: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 12:55:54 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 12:55:54 After this operation, 31.7 MB disk space will be freed. 12:55:55 (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.) 12:55:55 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 12:55:56 Removing lxd dnsmasq configuration 12:55:56 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 12:55:56 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 12:55:57 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 12:55:57 (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.) 12:55:57 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 12:55:59 Processing triggers for systemd (237-3ubuntu10.42) ... 12:55:59 Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] } 12:55:59 $ docker stop --time=1 35cb2f188920780dbaea2fdbed8cadc58bec21927254f6a8da0c324b50a850ce 12:56:00 + sudo snap remove --purge lxd 12:56:00 snap "lxd" is not installed 12:56:00 + sudo groupadd --force --system lxd 12:56:00 ++ whoami 12:56:00 + sudo /usr/sbin/usermod -G lxd -a jenkins 12:56:00 + newgrp - lxd 12:56:00 + sudo snap install lxd 12:56:02 $ docker rm -f 35cb2f188920780dbaea2fdbed8cadc58bec21927254f6a8da0c324b50a850ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:56:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:56:04 12:56:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:56:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:56:05 latest: Pulling from edgex-devops/edgex-compose-arm64 12:56:05 29e5d40040c1: Pulling fs layer 12:56:05 1ce36da41761: Pulling fs layer 12:56:05 25b303627fd3: Pulling fs layer 12:56:05 29e5d40040c1: Verifying Checksum 12:56:05 29e5d40040c1: Download complete 12:56:05 1ce36da41761: Verifying Checksum 12:56:05 1ce36da41761: Download complete 12:56:05 29e5d40040c1: Pull complete 12:56:07 1ce36da41761: Pull complete 12:56:07 25b303627fd3: Verifying Checksum 12:56:07 25b303627fd3: Download complete 12:56:10 2021-02-06T12:56:07Z INFO Waiting for automatic snapd restart... 12:56:17 25b303627fd3: Pull complete 12:56:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 12:56:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:56:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 12:56:17 prd-ubuntu18.04-docker-arm64-4c-16g-25332 does not seem to be running inside a container 12:56:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:56:20 $ docker top dcbef971fc8d17ed3e1728729f5b8904e1d1099949cee8b70658add05b3ea02a -eo pid,comm [Pipeline] { [Pipeline] sh 12:56:22 + + grepdocker-compose parallel build 12:56:22 --help 12:56:22 lxd 4.10 from Canonical* installed 12:56:22 + sudo lxd init --auto 12:56:25 --parallel Build images in parallel. [Pipeline] } 12:56:25 $ docker stop --time=1 dcbef971fc8d17ed3e1728729f5b8904e1d1099949cee8b70658add05b3ea02a 12:56:27 $ docker rm -f dcbef971fc8d17ed3e1728729f5b8904e1d1099949cee8b70658add05b3ea02a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:56:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:56:28 . [Pipeline] withDockerContainer 12:56:29 prd-ubuntu18.04-docker-arm64-4c-16g-25332 does not seem to be running inside a container 12:56:29 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:56:30 $ docker top c539ab7f0a0149f5e75212ece2a4b4f9b5a0a32c2491b49b50c953542da806fc -eo pid,comm [Pipeline] { [Pipeline] sh 12:56:30 + sudo snap install --classic snapcraft 12:56:31 + docker-compose -f ./docker-compose-build.yml build --parallel 12:56:34 Building docker-core-command-go ... 12:56:34 Building docker-core-data-go ... 12:56:34 Building docker-core-metadata-go ... 12:56:34 Building docker-security-bootstrapper-go ... 12:56:34 Building docker-security-proxy-setup-go ... 12:56:34 Building docker-security-secretstore-setup-go ... 12:56:34 Building docker-support-notifications-go ... 12:56:34 Building docker-support-scheduler-go ... 12:56:34 Building docker-sys-mgmt-agent-go ... 12:56:34 Building docker-support-scheduler-go 12:56:34 Building docker-security-bootstrapper-go 12:56:34 Building docker-core-data-go 12:56:34 Building docker-support-notifications-go 12:56:35 Building docker-security-secretstore-setup-go 12:56:37 snapcraft 4.4.4 from Canonical* installed 12:56:37 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 12:56:37 + patch --verbose -p1 12:56:37 Hmm... Looks like a unified diff to me... 12:56:37 The text leading up to this was: 12:56:37 -------------------------- 12:56:37 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 12:56:37 |From: Tony Espy 12:56:37 |Date: Wed, 16 Dec 2020 16:34:55 -0500 12:56:37 |Subject: [PATCH] optimize snap build for pipeline CI check 12:56:37 | 12:56:37 |This patch is used by the EdgeX CI pipeline builds to 12:56:37 |optimize the snap CI check run for pull requests. When 12:56:37 |applied, it essentially strips out everything (apps and 12:56:37 |parts) from the snapcraft.yaml file except those required 12:56:37 |to build edgex-go, as the whole idea of the CI check is to 12:56:37 |catch changes to edgex-go that break the snap build. 12:56:37 | 12:56:37 |In general, anyone updating snapcraft.yaml will also need 12:56:37 |to update this patch file, otherwise it may fail to apply, 12:56:37 |resulting in a failed snap build CI check in the associated 12:56:37 |pull request. 12:56:37 | 12:56:37 |Note - in addition to applying this patch, the pipeline also 12:56:37 |only primes the snap (e.g. `snapcraft prime`), as there's no 12:56:37 |need to build the finally binary .snap file (and it won't 12:56:37 |work with the patch applied). This further reduces the build 12:56:37 |time. 12:56:37 |--- 12:56:37 | snap/snapcraft.yaml | 461 +------------------------------------------- 12:56:37 | 1 file changed, 2 insertions(+), 459 deletions(-) 12:56:37 | 12:56:37 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 12:56:37 |index 1e537489..faf42425 100644 12:56:37 |--- a/snap/snapcraft.yaml 12:56:37 |+++ b/snap/snapcraft.yaml 12:56:37 -------------------------- 12:56:37 patching file snap/snapcraft.yaml 12:56:37 Using Plan A... 12:56:37 Hunk #1 succeeded at 73. 12:56:37 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 12:56:37 Hunk #3 succeeded at 214 (offset -1 lines). 12:56:37 Hunk #4 succeeded at 222 (offset -1 lines). 12:56:37 Hunk #5 succeeded at 229 (offset -1 lines). 12:56:37 Hunk #6 succeeded at 256 (offset -1 lines). 12:56:37 Hunk #7 succeeded at 290 (offset -1 lines). 12:56:37 Hunk #8 succeeded at 342. 12:56:37 Hmm... Ignoring the trailing garbage. 12:56:37 done 12:56:37 + sudo snapcraft prime --use-lxd 12:56:38 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 12:56:38 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: 12:56:38 - README.md 12:56:38 - snapcraft.yaml.orig 12:56:38 12:56:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 12:56:39 Launching a container. 12:56:51 Waiting for container to be ready 12:56:51 To start your first instance, try: lxc launch ubuntu:18.04 12:56:51 12:56:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 12:56:53 Waiting for network to be ready... 12:56:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 12:56:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 12:56:54 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 12:56:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 12:56:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 12:56:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 12:56:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 12:56:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 12:56:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 12:56:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 12:56:54 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 12:56:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 12:56:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 12:56:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 12:56:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 12:56:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 12:56:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 12:56:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 12:56:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 12:56:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 12:56:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 12:56:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 12:56:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 12:56:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 12:56:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 12:56:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 12:56:56 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 12:56:58 Fetched 23.9 MB in 4s (5840 kB/s) 12:56:58 Reading package lists... 12:56:59 Reading package lists... 12:56:59 Building dependency tree... 12:56:59 Reading state information... 12:56:59 The following additional packages will be installed: 12:56:59 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 12:56:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 12:56:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 12:56:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 12:56:59 Suggested packages: 12:56:59 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 12:56:59 Recommended packages: 12:56:59 gnupg libsasl2-modules 12:56:59 The following NEW packages will be installed: 12:56:59 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 12:56:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 12:56:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 12:56:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 12:56:59 The following packages will be upgraded: 12:56:59 gpg gpg-agent gpgconf libudev1 12:56:59 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 12:56:59 Need to get 3533 kB of archives. 12:56:59 After this operation, 13.3 MB of additional disk space will be used. 12:56:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 12:56:59 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 12:57:00 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 12:57:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 12:57:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 12:57:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 12:57:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 12:57:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 12:57:00 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 12:57:00 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 12:57:00 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 12:57:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 12:57:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 12:57:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 12:57:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 12:57:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 12:57:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 12:57:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 12:57:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 12:57:00 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 12:57:00 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 12:57:00 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 12:57:00 debconf: delaying package configuration, since apt-utils is not installed 12:57:00 Fetched 3533 kB in 1s (3201 kB/s) 12:57:00 (Reading database ... 12511 files and directories currently installed.) 12:57:00 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 12:57:00 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 12:57:00 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 12:57:00 Selecting previously unselected package udev. 12:57:00 (Reading database ... 12511 files and directories currently installed.) 12:57:00 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 12:57:01 Unpacking udev (237-3ubuntu10.44) ... 12:57:01 Selecting previously unselected package libfuse2:amd64. 12:57:01 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 12:57:01 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 12:57:01 Selecting previously unselected package fuse. 12:57:01 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 12:57:01 Unpacking fuse (2.9.7-1ubuntu1) ... 12:57:01 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 12:57:01 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 12:57:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 12:57:01 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 12:57:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 12:57:01 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 12:57:01 Selecting previously unselected package libksba8:amd64. 12:57:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 12:57:01 Unpacking libksba8:amd64 (1.3.5-2) ... 12:57:02 Selecting previously unselected package libroken18-heimdal:amd64. 12:57:02 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:02 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:02 Selecting previously unselected package libasn1-8-heimdal:amd64. 12:57:02 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:02 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:02 Selecting previously unselected package libheimbase1-heimdal:amd64. 12:57:02 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:02 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:02 Selecting previously unselected package libhcrypto4-heimdal:amd64. 12:57:02 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:02 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:02 Selecting previously unselected package libwind0-heimdal:amd64. 12:57:02 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:02 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:02 Selecting previously unselected package libhx509-5-heimdal:amd64. 12:57:02 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 12:57:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 12:57:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 12:57:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:57:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:03 Selecting previously unselected package libsasl2-modules-db:amd64. 12:57:03 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 12:57:03 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:57:03 Selecting previously unselected package libsasl2-2:amd64. 12:57:03 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 12:57:03 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:57:03 Selecting previously unselected package libldap-common. 12:57:03 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 12:57:03 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 12:57:03 Selecting previously unselected package libldap-2.4-2:amd64. 12:57:03 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 12:57:03 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 12:57:03 Selecting previously unselected package dirmngr. 12:57:03 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 12:57:03 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 12:57:03 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 12:57:03 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 12:57:03 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 12:57:03 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:57:03 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:57:03 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 12:57:03 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:03 Setting up libksba8:amd64 (1.3.5-2) ... 12:57:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:57:03 Setting up udev (237-3ubuntu10.44) ... 12:57:04 invoke-rc.d: policy-rc.d denied execution of start. 12:57:04 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:04 Processing triggers for systemd (237-3ubuntu10) ... 12:57:04 Setting up fuse (2.9.7-1ubuntu1) ... 12:57:04 Setting up gpg (2.2.4-1ubuntu1.3) ... 12:57:04 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:04 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:04 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:04 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:04 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:04 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:04 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 12:57:04 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 12:57:04 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 12:57:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:57:05 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 12:57:05 settings in the [Install] section, and DefaultInstance for template units). 12:57:05 This means they are not meant to be enabled using systemctl. 12:57:05 Possible reasons for having this kind of units are: 12:57:05 1) A unit may be statically enabled by being symlinked from another unit's 12:57:05 .wants/ or .requires/ directory. 12:57:05 2) A unit's purpose may be to act as a helper for some other unit which has 12:57:05 a requirement dependency on it. 12:57:05 3) A unit may be started when needed via activation (socket, path, timer, 12:57:05 D-Bus, udev, scripted systemctl call, ...). 12:57:05 4) In case of template units, the unit is meant to be enabled with some 12:57:05 instance name specified. 12:57:05 Reading package lists... 12:57:05 Building dependency tree... 12:57:05 Reading state information... 12:57:05 The following additional packages will be installed: 12:57:05 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 12:57:05 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 12:57:05 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 12:57:05 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 12:57:05 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 12:57:05 Suggested packages: 12:57:05 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 12:57:05 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 12:57:05 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 12:57:05 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 12:57:05 systemd-container policykit-1 12:57:05 Recommended packages: 12:57:05 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 12:57:05 The following NEW packages will be installed: 12:57:05 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 12:57:05 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 12:57:05 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 12:57:05 multiarch-support openssh-client python3 python3-minimal python3.6 12:57:05 python3.6-minimal snapd squashfs-tools sudo 12:57:05 The following packages will be upgraded: 12:57:05 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 12:57:05 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 12:57:05 Need to get 35.2 MB of archives. 12:57:05 After this operation, 141 MB of additional disk space will be used. 12:57:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 12:57:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 12:57:06 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 12:57:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 12:57:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 12:57:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 12:57:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 12:57:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 12:57:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 12:57:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 12:57:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 12:57:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 12:57:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 12:57:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 12:57:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 12:57:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 12:57:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 12:57:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 12:57:06 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 12:57:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 12:57:06 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 12:57:06 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 12:57:06 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 12:57:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 12:57:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 12:57:06 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 12:57:06 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 12:57:06 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 12:57:06 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 12:57:06 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 12:57:08 debconf: delaying package configuration, since apt-utils is not installed 12:57:08 Fetched 35.2 MB in 2s (16.0 MB/s) 12:57:08 (Reading database ... 12757 files and directories currently installed.) 12:57:08 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 12:57:08 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 12:57:08 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 12:57:08 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 12:57:09 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 12:57:09 (Reading database ... 12757 files and directories currently installed.) 12:57:09 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 12:57:09 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 12:57:09 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 12:57:09 (Reading database ... 12757 files and directories currently installed.) 12:57:09 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 12:57:09 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 12:57:09 Setting up apt (1.6.12ubuntu0.2) ... 12:57:09 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 12:57:10 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 12:57:10 (Reading database ... 12764 files and directories currently installed.) 12:57:10 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 12:57:10 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 12:57:10 Selecting previously unselected package libpython3.6-minimal:amd64. 12:57:10 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:57:10 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:57:10 Selecting previously unselected package libexpat1:amd64. 12:57:10 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 12:57:10 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 12:57:11 Selecting previously unselected package python3.6-minimal. 12:57:11 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:57:11 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 12:57:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 12:57:11 Checking for services that may need to be restarted...done. 12:57:11 Checking for services that may need to be restarted...done. 12:57:11 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:57:11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 12:57:11 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 12:57:12 Selecting previously unselected package python3-minimal. 12:57:12 (Reading database ... 13012 files and directories currently installed.) 12:57:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 12:57:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 12:57:12 Selecting previously unselected package mime-support. 12:57:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 12:57:12 Unpacking mime-support (3.60ubuntu1) ... 12:57:12 Selecting previously unselected package libmpdec2:amd64. 12:57:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 12:57:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 12:57:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 12:57:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:57:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:57:12 Selecting previously unselected package python3.6. 12:57:12 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:57:12 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 12:57:12 Selecting previously unselected package libpython3-stdlib:amd64. 12:57:12 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 12:57:12 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 12:57:12 Setting up python3-minimal (3.6.7-1~18.04) ... 12:57:13 Selecting previously unselected package python3. 12:57:13 (Reading database ... 13442 files and directories currently installed.) 12:57:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 12:57:13 Unpacking python3 (3.6.7-1~18.04) ... 12:57:13 Selecting previously unselected package multiarch-support. 12:57:13 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 12:57:13 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 12:57:13 Setting up multiarch-support (2.27-3ubuntu1.4) ... 12:57:13 Selecting previously unselected package liblzo2-2:amd64. 12:57:13 (Reading database ... 13479 files and directories currently installed.) 12:57:13 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 12:57:13 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 12:57:13 Selecting previously unselected package libbsd0:amd64. 12:57:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 12:57:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 12:57:13 Selecting previously unselected package sudo. 12:57:13 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 12:57:13 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 12:57:14 Selecting previously unselected package apparmor. 12:57:14 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 12:57:14 Unpacking apparmor (2.12-4ubuntu5.1) ... 12:57:14 Selecting previously unselected package libedit2:amd64. 12:57:14 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 12:57:14 Unpacking libedit2:amd64 (3.1-20170329-1) ... 12:57:14 Selecting previously unselected package libkrb5support0:amd64. 12:57:14 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 12:57:14 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 12:57:14 Selecting previously unselected package libk5crypto3:amd64. 12:57:14 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 12:57:14 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 12:57:14 Selecting previously unselected package libkeyutils1:amd64. 12:57:14 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 12:57:14 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 12:57:14 Selecting previously unselected package libkrb5-3:amd64. 12:57:14 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 12:57:14 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 12:57:14 Selecting previously unselected package libgssapi-krb5-2:amd64. 12:57:14 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 12:57:14 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 12:57:15 Selecting previously unselected package libssl1.0.0:amd64. 12:57:15 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 12:57:15 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 12:57:15 Selecting previously unselected package openssh-client. 12:57:15 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 12:57:15 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 12:57:15 Selecting previously unselected package squashfs-tools. 12:57:15 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 12:57:15 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 12:57:15 Selecting previously unselected package snapd. 12:57:15 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 12:57:15 Unpacking snapd (2.48+18.04) ... 12:57:17 Setting up libedit2:amd64 (3.1-20170329-1) ... 12:57:17 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 12:57:17 Setting up mime-support (3.60ubuntu1) ... 12:57:17 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 12:57:17 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 12:57:17 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 12:57:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:57:17 Setting up systemd (237-3ubuntu10.44) ... 12:57:17 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 12:57:18 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 12:57:19 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 12:57:19 Setting up liblzo2-2:amd64 (2.08-1.2) ... 12:57:19 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:57:19 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 12:57:19 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 12:57:20 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 12:57:20 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 12:57:20 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 12:57:20 Setting up python3 (3.6.7-1~18.04) ... 12:57:20 running python rtupdate hooks for python3.6... 12:57:20 running python post-rtupdate hooks for python3.6... 12:57:20 Setting up apparmor (2.12-4ubuntu5.1) ... 12:57:21 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 12:57:21 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 12:57:21 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 12:57:21 Setting up snapd (2.48+18.04) ... 12:57:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 12:57:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 12:57:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 12:57:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 12:57:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 12:57:22 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 12:57:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 12:57:23 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 12:57:23 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 12:57:23 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 12:57:23 /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' 12:57:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:57:23 Processing triggers for systemd (237-3ubuntu10.44) ... 12:57:24 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 12:57:24 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 12:57:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 12:57:25 Reading package lists... 12:57:25 Reading package lists... 12:57:26 Building dependency tree... 12:57:26 Reading state information... 12:57:26 Calculating upgrade... 12:57:26 The following packages will be upgraded: 12:57:26 advancecomp base-files bash binutils binutils-common 12:57:26 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 12:57:26 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 12:57:26 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 12:57:26 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 12:57:26 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 12:57:26 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 12:57:26 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 12:57:26 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 12:57:26 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 12:57:26 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 12:57:26 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 12:57:26 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 12:57:26 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 12:57:26 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 12:57:26 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 12:57:26 Need to get 63.8 MB of archives. 12:57:26 After this operation, 5188 kB of additional disk space will be used. 12:57:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 12:57:26 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 12:57:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 12:57:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 12:57:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 12:57:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 12:57:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 12:57:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 12:57:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 12:57:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 12:57:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 12:57:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 12:57:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 12:57:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 12:57:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 12:57:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 12:57:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 12:57:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 12:57:26 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 12:57:26 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 12:57:26 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 12:57:26 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 12:57:26 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 12:57:26 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 12:57:26 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 12:57:26 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 12:57:26 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 12:57:26 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 12:57:26 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 12:57:26 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 12:57:26 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 12:57:26 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 12:57:26 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 12:57:26 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 12:57:26 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 12:57:26 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 12:57:26 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 12:57:26 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 12:57:26 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 12:57:26 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 12:57:26 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 12:57:26 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 12:57:26 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 12:57:26 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 12:57:26 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 12:57:26 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 12:57:26 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 12:57:26 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 12:57:26 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] 12:57:26 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 12:57:26 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 12:57:26 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 12:57:26 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 12:57:26 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 12:57:26 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 12:57:26 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 12:57:27 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 12:57:27 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 12:57:27 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 12:57:27 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 12:57:27 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 12:57:27 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 12:57:27 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 12:57:27 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 12:57:27 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 12:57:27 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 12:57:27 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 12:57:27 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 12:57:27 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 12:57:27 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 12:57:27 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 12:57:27 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 12:57:27 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 12:57:28 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 12:57:28 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 12:57:28 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 12:57:28 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 12:57:28 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 12:57:28 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 12:57:28 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 12:57:28 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 12:57:28 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 12:57:28 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] 12:57:28 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 12:57:28 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 12:57:28 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] 12:57:28 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 12:57:28 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 12:57:28 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 12:57:28 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 12:57:28 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 12:57:28 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 12:57:28 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] 12:57:28 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 12:57:28 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 12:57:28 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 12:57:28 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 12:57:28 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 12:57:28 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 12:57:28 debconf: delaying package configuration, since apt-utils is not installed 12:57:28 Fetched 63.8 MB in 2s (32.3 MB/s) 12:57:28 (Reading database ... 13912 files and directories currently installed.) 12:57:28 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 12:57:28 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:57:29 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 12:57:29 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:57:29 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 12:57:29 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 12:57:30 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:30 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:30 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:30 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:30 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:30 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:30 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:30 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:30 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:30 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:30 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:30 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:31 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:31 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:31 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:31 (Reading database ... 13911 files and directories currently installed.) 12:57:31 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:31 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 12:57:31 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 12:57:31 (Reading database ... 13911 files and directories currently installed.) 12:57:31 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:31 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:31 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:31 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:31 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:31 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:32 (Reading database ... 13911 files and directories currently installed.) 12:57:32 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 12:57:32 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:57:32 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 12:57:32 (Reading database ... 13911 files and directories currently installed.) 12:57:32 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 12:57:32 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 12:57:32 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 12:57:33 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 12:57:33 Setting up base-files (10.1ubuntu2.10) ... 12:57:33 Installing new version of config file /etc/issue ... 12:57:33 Installing new version of config file /etc/issue.net ... 12:57:33 Installing new version of config file /etc/lsb-release ... 12:57:33 Installing new version of config file /etc/update-motd.d/50-motd-news ... 12:57:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 12:57:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 12:57:33 Removing obsolete conffile /etc/default/motd-news ... 12:57:34 (Reading database ... 13912 files and directories currently installed.) 12:57:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 12:57:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 12:57:34 Setting up bash (4.4.18-2ubuntu1.2) ... 12:57:34 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 12:57:34 (Reading database ... 13912 files and directories currently installed.) 12:57:34 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:34 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 12:57:34 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 12:57:34 (Reading database ... 13912 files and directories currently installed.) 12:57:34 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 12:57:34 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 12:57:34 Setting up tar (1.29b-2ubuntu0.2) ... 12:57:34 (Reading database ... 13912 files and directories currently installed.) 12:57:34 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 12:57:34 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 12:57:35 Setting up dpkg (1.19.0.5ubuntu2.3) ... 12:57:35 (Reading database ... 13912 files and directories currently installed.) 12:57:35 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 12:57:35 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:57:35 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 12:57:35 (Reading database ... 13912 files and directories currently installed.) 12:57:35 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 12:57:35 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:57:35 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 12:57:35 (Reading database ... 13912 files and directories currently installed.) 12:57:35 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 12:57:36 Unpacking grep (3.1-2build1) over (3.1-2) ... 12:57:36 Setting up grep (3.1-2build1) ... 12:57:36 (Reading database ... 13912 files and directories currently installed.) 12:57:36 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 12:57:36 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 12:57:36 Setting up login (1:4.5-1ubuntu2) ... 12:57:36 (Reading database ... 13912 files and directories currently installed.) 12:57:36 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 12:57:36 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:57:36 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 12:57:36 (Reading database ... 13912 files and directories currently installed.) 12:57:36 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 12:57:36 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:57:37 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 12:57:37 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:57:37 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 12:57:37 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:57:38 Setting up perl-base (5.26.1-6ubuntu0.5) ... 12:57:38 (Reading database ... 13912 files and directories currently installed.) 12:57:38 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 12:57:38 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:57:39 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 12:57:39 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 12:57:39 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 12:57:39 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 12:57:39 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 12:57:39 (Reading database ... 13912 files and directories currently installed.) 12:57:39 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 12:57:39 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 12:57:40 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 12:57:40 (Reading database ... 13912 files and directories currently installed.) 12:57:40 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:40 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:40 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:57:40 (Reading database ... 13912 files and directories currently installed.) 12:57:40 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:40 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:40 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:57:41 (Reading database ... 13912 files and directories currently installed.) 12:57:41 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:41 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:41 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:57:41 (Reading database ... 13912 files and directories currently installed.) 12:57:41 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:41 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:41 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:57:41 (Reading database ... 13912 files and directories currently installed.) 12:57:41 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 12:57:41 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:57:41 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 12:57:41 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:57:41 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 12:57:41 (Reading database ... 13912 files and directories currently installed.) 12:57:41 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 12:57:41 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:57:41 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 12:57:42 (Reading database ... 13912 files and directories currently installed.) 12:57:42 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:42 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:42 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:57:42 (Reading database ... 13912 files and directories currently installed.) 12:57:42 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:42 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:42 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 12:57:42 (Reading database ... 13912 files and directories currently installed.) 12:57:42 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:42 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:42 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 12:57:43 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 12:57:43 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 12:57:43 (Reading database ... 13912 files and directories currently installed.) 12:57:43 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 12:57:43 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:57:43 Setting up libc-bin (2.27-3ubuntu1.4) ... 12:57:43 (Reading database ... 13912 files and directories currently installed.) 12:57:43 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 12:57:43 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:57:43 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 12:57:44 (Reading database ... 13914 files and directories currently installed.) 12:57:44 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 12:57:44 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 12:57:44 Setting up debconf (1.5.66ubuntu1) ... 12:57:44 (Reading database ... 13914 files and directories currently installed.) 12:57:44 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 12:57:44 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 12:57:44 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 12:57:44 (Reading database ... 13914 files and directories currently installed.) 12:57:44 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 12:57:44 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 12:57:44 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 12:57:44 (Reading database ... 13914 files and directories currently installed.) 12:57:44 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 12:57:44 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:57:45 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 12:57:45 (Reading database ... 13914 files and directories currently installed.) 12:57:45 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 12:57:45 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:57:45 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 12:57:45 (Reading database ... 13914 files and directories currently installed.) 12:57:45 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 12:57:45 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:57:45 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 12:57:45 (Reading database ... 13914 files and directories currently installed.) 12:57:45 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:45 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:46 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 12:57:46 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 12:57:46 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 12:57:46 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:57:46 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 12:57:46 (Reading database ... 13914 files and directories currently installed.) 12:57:46 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 12:57:46 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 12:57:46 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 12:57:46 (Reading database ... 13914 files and directories currently installed.) 12:57:46 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 12:57:46 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:57:46 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 12:57:47 (Reading database ... 13914 files and directories currently installed.) 12:57:47 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 12:57:47 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:57:47 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 12:57:47 (Reading database ... 13914 files and directories currently installed.) 12:57:47 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 12:57:47 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 12:57:47 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 12:57:47 (Reading database ... 13914 files and directories currently installed.) 12:57:47 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 12:57:47 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 12:57:47 Setting up passwd (1:4.5-1ubuntu2) ... 12:57:48 (Reading database ... 13914 files and directories currently installed.) 12:57:48 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 12:57:48 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 12:57:48 Setting up gpgv (2.2.4-1ubuntu1.3) ... 12:57:48 (Reading database ... 13914 files and directories currently installed.) 12:57:48 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 12:57:48 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 12:57:48 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 12:57:48 (Reading database ... 13914 files and directories currently installed.) 12:57:48 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 12:57:48 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 12:57:48 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 12:57:48 (Reading database ... 13914 files and directories currently installed.) 12:57:48 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 12:57:48 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 12:57:48 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 12:57:49 (Reading database ... 13914 files and directories currently installed.) 12:57:49 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 12:57:49 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 12:57:49 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 12:57:49 (Reading database ... 13914 files and directories currently installed.) 12:57:49 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 12:57:49 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 12:57:49 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 12:57:49 (Reading database ... 13914 files and directories currently installed.) 12:57:49 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 12:57:49 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 12:57:49 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 12:57:49 (Reading database ... 13915 files and directories currently installed.) 12:57:49 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 12:57:49 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 12:57:49 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 12:57:50 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 12:57:50 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 12:57:50 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 12:57:50 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 12:57:50 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 12:57:50 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 12:57:50 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 12:57:51 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 12:57:51 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 12:57:51 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 12:57:51 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 12:57:51 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 12:57:51 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 12:57:51 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 12:57:51 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 12:57:51 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 12:57:51 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 12:57:51 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 12:57:51 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 12:57:51 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 12:57:51 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 12:57:52 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 12:57:52 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 12:57:52 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 12:57:52 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 12:57:53 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:57:53 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:57:53 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:57:53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:57:53 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:57:53 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:57:53 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:57:53 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:57:54 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:54 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:54 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:54 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:54 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:54 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:54 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:54 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:55 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:55 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:56 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:56 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:57:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:57:56 ---> 656399f4cd17 12:57:56 Step 3/23 : WORKDIR /edgex-go 12:57:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:57:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:57:56 ---> 656399f4cd17 12:57:56 Step 3/22 : WORKDIR /edgex-go 12:57:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:57:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:57:56 ---> 656399f4cd17 12:57:56 Step 3/22 : WORKDIR /edgex-go 12:57:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:57:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:57:56 ---> 656399f4cd17 12:57:56 Step 3/24 : WORKDIR /edgex-go 12:57:56 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:57:56 Step 2/31 : FROM ${BUILDER_BASE} AS builder 12:57:56 ---> 656399f4cd17 12:57:56 Step 3/31 : WORKDIR /edgex-go 12:57:56 ---> Running in fe4d5a9bc0e6 12:57:56 ---> Running in 0b73832b7653 12:57:56 ---> Running in faa86db27683 12:57:56 ---> Running in 6c61e67b1af6 12:57:56 ---> Running in 65dde3d06cc9 12:57:56 Removing intermediate container fe4d5a9bc0e6 12:57:56 ---> 39665bc45c6c 12:57:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:56 Removing intermediate container 65dde3d06cc9 12:57:56 ---> 60489cae3710 12:57:56 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:56 Removing intermediate container faa86db27683 12:57:56 ---> 08839e29e239 12:57:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:56 Removing intermediate container 0b73832b7653 12:57:56 ---> d57171dfaa4f 12:57:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:56 ---> Running in 99087a5766d1 12:57:56 ---> Running in 47ea63ff4a01 12:57:56 ---> Running in 6bb1c45b27a9 12:57:56 Removing intermediate container 6c61e67b1af6 12:57:56 ---> e1562bbf61a1 12:57:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:56 ---> Running in 88b74367815c 12:57:56 ---> Running in f74026e2a982 12:57:56 Removing intermediate container 99087a5766d1 12:57:56 ---> 7d879db5a0ae 12:57:56 Step 5/22 : RUN apk add --update --no-cache make git 12:57:56 ---> Running in d8d6080af85e 12:57:56 Removing intermediate container 47ea63ff4a01 12:57:56 ---> 53ecd81e381c 12:57:56 Step 5/31 : RUN apk add --update --no-cache make git 12:57:56 Removing intermediate container 6bb1c45b27a9 12:57:56 ---> 102fd9249f39 12:57:56 Step 5/24 : RUN apk add --update --no-cache make git 12:57:56 ---> Running in 65f4f44c1724 12:57:56 ---> Running in 99bf5ca91315 12:57:56 Removing intermediate container f74026e2a982 12:57:56 ---> 3a9ef121c488 12:57:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 12:57:56 Removing intermediate container 88b74367815c 12:57:56 ---> 9dd027440a4f 12:57:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 12:57:56 ---> Running in c084544e52d9 12:57:56 ---> Running in c3e53d56319e 12:57:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:57:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:57:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:57:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:57:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:57:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:57:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:57:57 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:57 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:57:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:57:57 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:57:57 OK: 217 MiB in 51 packages 12:57:58 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:58 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:58 OK: 217 MiB in 51 packages 12:57:58 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:57:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 12:57:58 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 12:57:58 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 12:57:58 OK: 217 MiB in 51 packages 12:57:58 OK: 217 MiB in 51 packages 12:57:58 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 12:57:58 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 12:57:58 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 12:57:58 OK: 217 MiB in 51 packages 12:57:59 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 12:57:59 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:57:59 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 12:57:59 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:57:59 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 12:57:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 12:57:59 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 12:57:59 Removing intermediate container d8d6080af85e 12:57:59 ---> 15cb2d3b43e4 12:57:59 Step 6/22 : COPY go.mod . 12:57:59 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:59 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 12:57:59 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:59 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:59 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:59 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 12:57:59 Removing intermediate container 65f4f44c1724 12:57:59 ---> 3fa7ca235b5a 12:57:59 Step 6/31 : COPY go.mod . 12:57:59 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 12:57:59 Setting up tzdata (2021a-0ubuntu0.18.04) ... 12:57:59 12:57:59 Current default time zone: 'Etc/UTC' 12:57:59 Local time is now: Sat Feb 6 12:57:59 UTC 2021. 12:57:59 Universal Time is now: Sat Feb 6 12:57:59 UTC 2021. 12:57:59 Run 'dpkg-reconfigure tzdata' if you wish to change it. 12:57:59 12:57:59 Setting up systemd-sysv (237-3ubuntu10.44) ... 12:57:59 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:58:00 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 12:58:00 Setting up mount (2.31.1-0.4ubuntu3.7) ... 12:58:00 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 12:58:00 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 12:58:00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 12:58:00 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 12:58:00 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 12:58:00 ---> 7729ce52283d 12:58:00 Step 7/22 : RUN go mod download 12:58:00 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 12:58:00 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:58:00 Setting up procps (2:3.3.12-3ubuntu1.2) ... 12:58:00 Removing intermediate container c084544e52d9 12:58:00 ---> 82f683f7c215 12:58:00 Step 6/22 : COPY go.mod . 12:58:00 Removing intermediate container c3e53d56319e 12:58:00 ---> ec1babcf70f8 12:58:00 Step 6/23 : COPY go.mod . 12:58:00 ---> Running in 0f1c07b37a9c 12:58:00 Removing intermediate container 99bf5ca91315 12:58:00 ---> 5ed87281dd4b 12:58:00 Step 6/24 : COPY go.mod . 12:58:00 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 12:58:00 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 12:58:00 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 12:58:00 Setting up patch (2.7.6-2ubuntu1.1) ... 12:58:00 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 12:58:00 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 12:58:00 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 12:58:00 Installing new version of config file /etc/ssl/openssl.cnf ... 12:58:00 ---> 1d48e6d98e59 12:58:00 Step 7/31 : RUN go mod download 12:58:00 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 12:58:00 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 12:58:00 Setting up ca-certificates (20210119~18.04.1) ... 12:58:01 ---> Running in 4d4d03be9820 12:58:01 ---> dc37f0d0097d 12:58:01 Step 7/22 : RUN go mod download 12:58:01 ---> bd71c8d15a45 12:58:01 Step 7/23 : RUN go mod download 12:58:01 ---> Running in 15000356203c 12:58:02 ---> 1e9db099837d 12:58:02 Step 7/24 : RUN go mod download 12:58:02 ---> Running in cb68820972f6 12:58:02 ---> Running in 6b3166c4c75d 12:58:02 Updating certificates in /etc/ssl/certs... 12:58:03 23 added, 27 removed; done. 12:58:03 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 12:58:03 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:58:03 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 12:58:03 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 12:58:03 Setting up pkgbinarymangler (138.18.04.1) ... 12:58:03 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 12:58:03 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 12:58:04 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 12:58:04 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 12:58:04 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 12:58:04 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 12:58:04 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 12:58:04 Setting up perl (5.26.1-6ubuntu0.5) ... 12:58:04 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 12:58:04 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 12:58:04 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 12:58:04 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 12:58:04 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 12:58:04 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 12:58:04 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 12:58:04 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 12:58:04 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 12:58:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 12:58:04 Processing triggers for systemd (237-3ubuntu10.44) ... 12:58:04 Processing triggers for mime-support (3.60ubuntu1) ... 12:58:04 Processing triggers for ca-certificates (20210119~18.04.1) ... 12:58:04 Updating certificates in /etc/ssl/certs... 12:58:05 Removing intermediate container 0f1c07b37a9c 12:58:05 ---> e9bccbb1d9b4 12:58:05 Step 8/22 : COPY . . 12:58:05 0 added, 0 removed; done. 12:58:05 Running hooks in /etc/ca-certificates/update.d... 12:58:05 done. 12:58:05 Removing intermediate container 4d4d03be9820 12:58:05 ---> 248b1787992b 12:58:05 Step 8/31 : COPY . . 12:58:05 Reading package lists... 12:58:05 Building dependency tree... 12:58:05 Reading state information... 12:58:06 The following NEW packages will be installed: 12:58:06 apt-transport-https 12:58:06 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 12:58:06 Need to get 1696 B of archives. 12:58:06 After this operation, 153 kB of additional disk space will be used. 12:58:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 12:58:06 debconf: delaying package configuration, since apt-utils is not installed 12:58:06 Fetched 1696 B in 0s (28.6 kB/s) 12:58:06 Selecting previously unselected package apt-transport-https. 12:58:06 (Reading database ... 13920 files and directories currently installed.) 12:58:06 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 12:58:06 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 12:58:06 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 12:58:06 Waiting for network to be ready... 12:58:07 Removing intermediate container 15000356203c 12:58:07 ---> c0a1a5a26a7c 12:58:07 Step 8/22 : COPY . . 12:58:07 Removing intermediate container 6b3166c4c75d 12:58:07 ---> 64972c040dca 12:58:07 Step 8/24 : COPY . . 12:58:07 Removing intermediate container cb68820972f6 12:58:07 ---> 74c98e367034 12:58:07 Step 8/23 : COPY . . 12:58:12 2021-02-06T12:58:09Z INFO Waiting for automatic snapd restart... 12:58:12 snapd 2.48.2 from Canonical* installed 12:58:13 "snapd" switched to the "latest/stable" channel 12:58:13 12:58:15 core18 20201210 from Canonical* installed 12:58:16 "core18" switched to the "latest/stable" channel 12:58:16 12:58:19 snapcraft 4.4.4 from Canonical* installed 12:58:19 "snapcraft" switched to the "latest/stable" channel 12:58:19 12:58:22 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 12:58:22 - README.md 12:58:22 - snapcraft.yaml.orig 12:58:22 12:58:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 12:58:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:58:29 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 12:58:29 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 12:58:29 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 12:58:30 Reading package lists... 12:58:30 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 12:58:34 ---> c0863d30da75 12:58:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 12:58:34 ---> fb849351050f 12:58:34 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 12:58:34 ---> c10ae09f74bb 12:58:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:58:34 ---> 2506e2ac56f3 12:58:34 Step 9/22 : RUN make cmd/support-notifications/support-notifications 12:58:34 ---> e293fb21cb62 12:58:34 Step 9/23 : RUN make cmd/core-data/core-data 12:58:34 ---> Running in ce5c8c2915ee 12:58:34 ---> Running in a539d6518f75 12:58:34 ---> Running in 87fa1dd819d7 12:58:34 ---> Running in 7bf200e9caf0 12:58:34 ---> Running in 05fbb809a111 12:58:34 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 12:58:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:58:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:58:34 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 12:58:34 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 12:58:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:58:37 Reading package lists... 12:58:37 Building dependency tree... 12:58:37 Reading state information... 12:58:37 Suggested packages: 12:58:37 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 12:58:37 git-gui gitk gitweb git-cvs git-mediawiki git-svn 12:58:37 Recommended packages: 12:58:37 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 12:58:37 The following NEW packages will be installed: 12:58:37 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 12:58:37 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 12:58:37 pkg-config zip 12:58:37 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 12:58:37 Need to get 7655 kB of archives. 12:58:37 After this operation, 43.7 MB of additional disk space will be used. 12:58:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 12:58:37 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 12:58:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 12:58:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 12:58:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 12:58:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 12:58:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 12:58:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 12:58:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 12:58:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 12:58:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 12:58:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 12:58:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 12:58:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 12:58:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 12:58:37 debconf: delaying package configuration, since apt-utils is not installed 12:58:37 Fetched 7655 kB in 1s (9979 kB/s) 12:58:37 Selecting previously unselected package libglib2.0-0:amd64. 12:58:37 (Reading database ... 13924 files and directories currently installed.) 12:58:37 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 12:58:37 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 12:58:38 Selecting previously unselected package libpsl5:amd64. 12:58:38 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 12:58:38 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 12:58:38 Selecting previously unselected package libnghttp2-14:amd64. 12:58:38 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 12:58:38 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 12:58:38 Selecting previously unselected package librtmp1:amd64. 12:58:38 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 12:58:38 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 12:58:38 Selecting previously unselected package libcurl3-gnutls:amd64. 12:58:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 12:58:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 12:58:38 Selecting previously unselected package liberror-perl. 12:58:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 12:58:38 Unpacking liberror-perl (0.17025-1) ... 12:58:38 Selecting previously unselected package git-man. 12:58:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 12:58:38 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 12:58:38 Selecting previously unselected package git. 12:58:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 12:58:38 Unpacking git (1:2.17.1-1ubuntu0.7) ... 12:58:39 Selecting previously unselected package libnorm1:amd64. 12:58:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 12:58:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 12:58:39 Selecting previously unselected package libpgm-5.2-0:amd64. 12:58:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 12:58:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 12:58:39 Selecting previously unselected package libsodium23:amd64. 12:58:39 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 12:58:39 Unpacking libsodium23:amd64 (1.0.16-2) ... 12:58:39 Selecting previously unselected package libzmq5:amd64. 12:58:39 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 12:58:39 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 12:58:39 Selecting previously unselected package libzmq3-dev:amd64. 12:58:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 12:58:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 12:58:40 Selecting previously unselected package pkg-config. 12:58:40 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 12:58:40 Unpacking pkg-config (0.29.1-0ubuntu2) ... 12:58:40 Selecting previously unselected package zip. 12:58:40 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 12:58:40 Unpacking zip (3.0-11build1) ... 12:58:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 12:58:40 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 12:58:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 12:58:40 Setting up liberror-perl (0.17025-1) ... 12:58:40 Setting up libpsl5:amd64 (0.19.1-5build1) ... 12:58:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 12:58:40 No schema files found: doing nothing. 12:58:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 12:58:40 Setting up zip (3.0-11build1) ... 12:58:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 12:58:40 Setting up libsodium23:amd64 (1.0.16-2) ... 12:58:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 12:58:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 12:58:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 12:58:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 12:58:40 Setting up git (1:2.17.1-1ubuntu0.7) ... 12:58:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 12:58:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:58:47 git set to automatically installed. 12:58:47 git-man set to automatically installed. 12:58:47 libcurl3-gnutls set to automatically installed. 12:58:47 liberror-perl set to automatically installed. 12:58:47 libglib2.0-0 set to automatically installed. 12:58:47 libnghttp2-14 set to automatically installed. 12:58:47 libnorm1 set to automatically installed. 12:58:47 libpgm-5.2-0 set to automatically installed. 12:58:47 libpsl5 set to automatically installed. 12:58:47 librtmp1 set to automatically installed. 12:58:47 libsodium23 set to automatically installed. 12:58:47 libzmq3-dev set to automatically installed. 12:58:47 libzmq5 set to automatically installed. 12:58:47 pkg-config set to automatically installed. 12:58:47 zip set to automatically installed. 12:58:48 snapd is not logged in, snap install commands will use sudo 12:58:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:58:56 snap "core18" has no updates available 12:58:56 Pulling config-common 12:58:57 Pulling go-build-helper 12:59:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 12:59:19 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 12:59:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 12:59:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 12:59:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 12:59:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 12:59:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 12:59:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 12:59:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 12:59:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 12:59:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 12:59:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 12:59:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 12:59:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 12:59:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 12:59:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 12:59:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 12:59:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 12:59:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 12:59:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 12:59:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 12:59:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 12:59:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 12:59:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 12:59:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 12:59:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 12:59:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 12:59:19 Fetched 23.9 MB in 0s (0 B/s) 12:59:19 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 12:59:19 Fetched 96.5 kB in 0s (0 B/s) 12:59:19 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 12:59:19 Fetched 279 kB in 0s (0 B/s) 12:59:19 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 12:59:19 Fetched 122 kB in 0s (0 B/s) 12:59:19 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 12:59:19 Fetched 77.8 kB in 0s (0 B/s) 12:59:19 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 12:59:19 Fetched 8848 B in 0s (0 B/s) 12:59:19 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 12:59:19 Fetched 47.8 kB in 0s (0 B/s) 12:59:19 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 12:59:19 Fetched 45.6 kB in 0s (0 B/s) 12:59:19 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 12:59:19 Fetched 15.0 kB in 0s (0 B/s) 12:59:19 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 12:59:19 Fetched 214 kB in 0s (0 B/s) 12:59:19 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 12:59:19 Fetched 155 kB in 0s (0 B/s) 12:59:19 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 12:59:19 Fetched 50.6 kB in 0s (0 B/s) 12:59:19 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 12:59:19 Fetched 14.8 kB in 0s (0 B/s) 12:59:19 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 12:59:19 Fetched 41.8 kB in 0s (0 B/s) 12:59:19 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 12:59:19 Fetched 499 kB in 0s (0 B/s) 12:59:19 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 12:59:19 Fetched 111 kB in 0s (0 B/s) 12:59:19 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 12:59:19 Fetched 240 kB in 0s (0 B/s) 12:59:19 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 12:59:19 Fetched 29.3 kB in 0s (0 B/s) 12:59:19 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 12:59:19 Fetched 85.5 kB in 0s (0 B/s) 12:59:19 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 12:59:19 Fetched 24.5 kB in 0s (0 B/s) 12:59:19 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 12:59:19 Fetched 49.2 kB in 0s (0 B/s) 12:59:19 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 12:59:19 Fetched 54.2 kB in 0s (0 B/s) 12:59:19 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 12:59:19 Fetched 30.8 kB in 0s (0 B/s) 12:59:19 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 12:59:19 Fetched 17.0 kB in 0s (0 B/s) 12:59:19 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 12:59:19 Fetched 85.9 kB in 0s (0 B/s) 12:59:19 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 12:59:19 Fetched 8720 B in 0s (0 B/s) 12:59:19 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 12:59:19 Fetched 137 kB in 0s (0 B/s) 12:59:19 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 12:59:19 Fetched 119 kB in 0s (0 B/s) 12:59:19 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 12:59:19 Fetched 109 kB in 0s (0 B/s) 12:59:19 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 12:59:19 Fetched 11.1 kB in 0s (0 B/s) 12:59:19 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 12:59:19 Fetched 645 kB in 0s (0 B/s) 12:59:19 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 12:59:19 Fetched 41.3 kB in 0s (0 B/s) 12:59:19 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 12:59:19 Fetched 17.9 kB in 0s (0 B/s) 12:59:19 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 12:59:19 Fetched 368 kB in 0s (0 B/s) 12:59:19 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 12:59:19 Fetched 187 kB in 0s (0 B/s) 12:59:19 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 12:59:19 Fetched 175 kB in 0s (0 B/s) 12:59:19 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 12:59:22 Fetched 206 kB in 0s (0 B/s) 12:59:22 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 12:59:22 Fetched 1301 kB in 0s (0 B/s) 12:59:22 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 12:59:22 Fetched 36.2 kB in 0s (0 B/s) 12:59:22 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 12:59:22 Fetched 159 kB in 0s (0 B/s) 12:59:22 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 12:59:22 Fetched 107 kB in 0s (0 B/s) 12:59:22 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 12:59:22 Fetched 48.7 kB in 0s (0 B/s) 12:59:22 Pulling static-packages 12:59:23 'go115' has dependencies that need to be staged: go-build-helper static-packages 12:59:23 Skipping pull go-build-helper (already ran) 12:59:23 Skipping pull static-packages (already ran) 12:59:23 Building go-build-helper 12:59:26 Building static-packages 12:59:28 Staging go-build-helper 12:59:29 Staging static-packages 12:59:30 Pulling go115 12:59:31 'edgex-go' has dependencies that need to be staged: go115 12:59:31 Skipping pull go115 (already ran) 12:59:31 Building go115 12:59:31 % Total % Received % Xferd Average Speed Time Time Time Current 12:59:31 Dload Upload Total Spent Left Speed 12:59:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 27.0M 0 0 38.7M 0 0:00:02 --:--:-- 0:00:02 38.6M 56 115M 56 65.1M 0 0 38.9M 0 0:00:02 0:00:01 0:00:01 38.9M 93 115M 93 107M 0 0 40.3M 0 0:00:02 0:00:02 --:--:-- 40.3M 100 115M 100 115M 0 0 40.5M 0 0:00:02 0:00:02 --:--:-- 40.5M 12:59:34 go1.15.2.linux-amd64.tar.gz: OK 12:59:38 Staging go115 12:59:44 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 12:59:44 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 12:59:44 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 12:59:44 Fetched 0 B in 0s (0 B/s) 12:59:44 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 12:59:44 Fetched 224 kB in 0s (0 B/s) 12:59:44 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 12:59:44 Fetched 157 kB in 0s (0 B/s) 12:59:44 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 12:59:44 Fetched 221 kB in 0s (0 B/s) 12:59:44 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 12:59:44 Fetched 143 kB in 0s (0 B/s) 12:59:44 Pulling edgex-go 12:59:44 Pulling version 12:59:45 Building config-common 12:59:47 Skipping build go-build-helper (already ran) 12:59:47 Skipping build static-packages (already ran) 12:59:47 Skipping build go115 (already ran) 12:59:47 Building edgex-go 12:59:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 12:59:49 go: downloading github.com/gorilla/mux v1.8.0 12:59:49 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 12:59:49 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 12:59:49 go: downloading github.com/OneOfOne/xxhash v1.2.8 12:59:49 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 12:59:49 go: downloading github.com/google/uuid v1.2.0 12:59:49 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 12:59:49 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 12:59:49 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 12:59:49 go: downloading github.com/pelletier/go-toml v1.2.0 12:59:49 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 12:59:49 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 12:59:49 go: downloading github.com/go-playground/validator/v10 v10.3.0 12:59:49 go: downloading github.com/pebbe/zmq4 v1.2.2 12:59:49 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 12:59:49 go: downloading github.com/go-kit/kit v0.8.0 12:59:49 go: downloading github.com/go-redis/redis/v7 v7.2.0 12:59:49 go: downloading github.com/BurntSushi/toml v0.3.1 12:59:49 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 12:59:49 go: downloading github.com/pkg/errors v0.8.1 12:59:49 go: downloading github.com/x448/float16 v0.8.4 12:59:49 go: downloading github.com/imdario/mergo v0.3.11 12:59:49 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 12:59:49 go: downloading github.com/go-playground/universal-translator v0.17.0 12:59:49 go: downloading github.com/hashicorp/consul/api v1.1.0 12:59:49 go: downloading github.com/leodido/go-urn v1.2.0 12:59:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 12:59:49 go: downloading github.com/go-playground/locales v0.13.0 12:59:49 go: downloading github.com/go-logfmt/logfmt v0.4.0 12:59:49 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 12:59:49 go: downloading github.com/mitchellh/copystructure v1.0.0 12:59:49 go: downloading github.com/mitchellh/mapstructure v1.1.2 12:59:49 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 12:59:49 go: downloading github.com/hashicorp/serf v0.8.2 12:59:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 12:59:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 12:59:49 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 12:59:49 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 12:59:49 go: downloading github.com/hashicorp/golang-lru v0.5.0 12:59:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:59:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 12:59:57 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 12:59:57 go: downloading gopkg.in/yaml.v2 v2.4.0 13:00:02 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 13:00:02 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 13:00:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:00:04 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 13:00:04 go: downloading github.com/stretchr/testify v1.7.0 13:00:04 go: downloading github.com/davecgh/go-spew v1.1.1 13:00:04 go: downloading github.com/pmezard/go-difflib v1.0.0 13:00:04 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 13:00:05 Removing intermediate container 87fa1dd819d7 13:00:05 ---> 14a2473ced43 13:00:05 13:00:05 Step 10/24 : FROM alpine:3.12 13:00: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 13:00:05 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 13:00:05 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 13:00:05 3.12: Pulling from library/alpine 13:00:07 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 13:00:07 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 13:00:07 Status: Downloaded newer image for alpine:3.12 13:00:07 ---> afeebe901d6b 13:00:07 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 13:00:07 ---> Running in 18161ba65220 13:00:08 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 13:00:08 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 13:00:09 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 13:00:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:00:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:00:10 (1/5) Installing ca-certificates (20191127-r4) 13:00:10 (2/5) Installing nghttp2-libs (1.41.0-r0) 13:00:10 (3/5) Installing libcurl (7.69.1-r3) 13:00:10 (4/5) Installing curl (7.69.1-r3) 13:00:10 (5/5) Installing dumb-init (1.2.2-r1) 13:00:10 Executing busybox-1.31.1-r19.trigger 13:00:10 Executing ca-certificates-20191127-r4.trigger 13:00:10 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 13:00:10 OK: 7 MiB in 19 packages 13:00:11 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 13:00:11 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 13:00:11 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 13:00:11 go: downloading github.com/lib/pq v1.9.0 13:00:14 Removing intermediate container 18161ba65220 13:00:14 ---> ebb84b2f8f1a 13:00:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:00:14 ---> Running in 34cf1795aefb 13:00:14 Removing intermediate container 34cf1795aefb 13:00:14 ---> 7e3012d2b668 13:00:14 Step 13/24 : WORKDIR / 13:00:15 ---> Running in 680e669a7793 13:00:15 Building version 13:00:16 Removing intermediate container 680e669a7793 13:00:16 ---> 2ef674d4af44 13:00:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:00:16 Staging config-common 13:00:17 ---> afbc98dd9a28 13:00: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 13:00:17 Skipping stage go-build-helper (already ran) 13:00:17 Skipping stage static-packages (already ran) 13:00:17 Skipping stage go115 (already ran) 13:00:17 Staging edgex-go 13:00:18 Staging version 13:00:19 ---> b714d146dc62 13:00:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:00:19 Priming config-common 13:00:20 Priming go-build-helper 13:00:21 Priming static-packages 13:00:22 ---> fb2c7422abcd 13:00:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:00:23 Priming go115 13:00:24 Priming edgex-go 13:00:25 Priming version 13:00:25 ---> 380374066729 13:00:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:00:25 Removing intermediate container a539d6518f75 13:00:25 ---> 5c6e330b7a46 13:00:25 13:00:25 Step 10/31 : FROM alpine:3.12 13:00:25 ---> afeebe901d6b 13:00:25 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:00:25 Removing intermediate container 7bf200e9caf0 13:00:25 ---> 1b97916711d2 13:00:25 13:00:25 Step 10/22 : FROM alpine:3.12 13:00:25 ---> afeebe901d6b 13:00:25 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:00:25 Removing intermediate container ce5c8c2915ee 13:00:25 ---> f57d1e071be2 13:00:25 13:00:25 Step 10/22 : FROM alpine:3.12 13:00:25 ---> afeebe901d6b 13:00:25 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:00:26 ---> Running in 3a8036b1b99c 13:00:26 ---> Running in 7b8055ab99a1 13:00:26 ---> Running in f796c543aea9 13:00:26 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 13:00:27 ---> f434e3a5a843 13:00:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:00:27 Removing intermediate container f796c543aea9 13:00:27 ---> a5c6e907cdf8 13:00:27 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 13:00:28 ---> Running in cf0d25a38c45 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:00:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:00:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:00:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:00:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:00:29 ---> 733d69d48d97 13:00:29 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/ 13:00:29 ---> Running in 1412e6f33426 13:00:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:00:29 (1/2) Installing ca-certificates (20191127-r4) 13:00:30 (2/2) Installing dumb-init (1.2.2-r1) 13:00:30 Executing busybox-1.31.1-r19.trigger 13:00:30 Executing ca-certificates-20191127-r4.trigger 13:00:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:00:30 (1/1) Installing dumb-init (1.2.2-r1) 13:00:30 Executing busybox-1.31.1-r19.trigger 13:00:30 OK: 5 MiB in 15 packages 13:00:30 OK: 6 MiB in 16 packages 13:00:31 (1/2) Installing dumb-init (1.2.2-r1) 13:00:31 (2/2) Installing su-exec (0.2-r1) 13:00:31 Executing busybox-1.31.1-r19.trigger 13:00:31 OK: 5 MiB in 16 packages 13:00:33 Removing intermediate container 3a8036b1b99c 13:00:33 ---> 670c8b2926ac 13:00:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:00:33 ---> Running in 49d19d58bfe8 13:00:33 Removing intermediate container cf0d25a38c45 13:00:33 ---> 7a8ebf88333e 13:00:33 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:00:33 Removing intermediate container 7b8055ab99a1 13:00:33 ---> 2fdc40fc7ffe 13:00:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:00:34 ---> Running in 6002f209366b 13:00:34 ---> Running in 9afe4173f8c1 13:00:34 Removing intermediate container 49d19d58bfe8 13:00:34 ---> d136fcf4782c 13:00:34 Step 13/22 : ENV APP_PORT=48085 13:00:34 Removing intermediate container 1412e6f33426 13:00:34 ---> 622e8026de76 13:00:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:00:34 ---> Running in 92a7602f34c4 13:00:34 Removing intermediate container 6002f209366b 13:00:34 ---> bbdf1e70702b 13:00:34 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:00:35 ---> Running in 68feb22d4b46 13:00:35 Removing intermediate container 9afe4173f8c1 13:00:35 ---> a6a6ac63a603 13:00:35 Step 13/22 : ENV APP_PORT=48060 13:00:35 ---> Running in 78b0600481ed 13:00:36 ---> Running in 0cd9fd612e26 13:00:36 Removing intermediate container 92a7602f34c4 13:00:36 ---> 9cf8a03e0b76 13:00:36 Step 14/22 : EXPOSE $APP_PORT 13:00:36 Removing intermediate container 68feb22d4b46 13:00:36 ---> f84f5458db9e 13:00:36 Step 22/24 : LABEL arch=arm64 13:00:36 Removing intermediate container 78b0600481ed 13:00:36 ---> 8bff0cda4c4a 13:00:36 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:00:36 ---> Running in ea715ffe32ee 13:00:37 ---> Running in 7635a8622a48 13:00:37 ---> Running in 435b4b29ac60 13:00:37 Removing intermediate container 0cd9fd612e26 13:00:37 ---> 63df446955af 13:00:37 Step 14/22 : EXPOSE $APP_PORT 13:00:37 Removing intermediate container 05fbb809a111 13:00:37 ---> f7caae49d6d9 13:00:37 13:00:37 Step 10/23 : FROM alpine:3.12 13:00:37 ---> afeebe901d6b 13:00:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:00:38 ---> Running in aade3652985d 13:00:38 Removing intermediate container ea715ffe32ee 13:00:38 ---> 8f05da2f5aa8 13:00:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:00:38 Removing intermediate container 7635a8622a48 13:00:38 ---> Running in 1ad79bd09a64 13:00:38 ---> c6905c80e074 13:00:38 Step 23/24 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 13:00:38 ---> Running in b3097ef2c72d 13:00:39 Removing intermediate container aade3652985d 13:00:39 ---> 75c8f1fded3c 13:00:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:00:39 Removing intermediate container 1ad79bd09a64 13:00:39 ---> b81ded00bb9e 13:00:39 Step 12/23 : ENV APP_PORT=48080 13:00:39 ---> e1ae0528bd01 13:00:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:00:40 Removing intermediate container b3097ef2c72d 13:00:40 ---> 1d6ccffbc1d4 13:00:40 Step 24/24 : LABEL version=0.0.0 13:00:40 ---> Running in cddd65b1c359 13:00:40 ---> 94c330c7a4e3 13:00:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:00:40 ---> Running in f93544e8b776 13:00:41 Removing intermediate container cddd65b1c359 13:00:41 ---> d55182b88683 13:00:41 Step 13/23 : EXPOSE $APP_PORT 13:00:42 Removing intermediate container 435b4b29ac60 13:00:42 ---> d1452a1b89d1 13:00:42 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:00:42 ---> 5198a915c2e4 13:00:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:00:42 Removing intermediate container f93544e8b776 13:00:42 ---> 0ede5149c97d 13:00:42 13:00:42 ---> Running in 91be8b172557 13:00:42 ---> 68acd652f4af 13:00:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:00:42 ---> Running in 0333c1bf15c7 13:00:42 Successfully built 0ede5149c97d 13:00:43 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:00:43  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 13:00:43 Removing intermediate container 91be8b172557 13:00:43 ---> 44126cd00545 13:00:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:00:43 ---> df4450455217 13:00:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:00:43 Removing intermediate container 0333c1bf15c7 13:00:43 ---> af2ca381c947 13:00:43 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:00:43 ---> Running in c3b562d5b5b8 13:00:43 ---> Running in 9ff22803da12 13:00:43 ---> 607e9c6d2a10 13:00:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:00:44 ---> Running in 1ad17ad6618f 13:00:45 Removing intermediate container 9ff22803da12 13:00:45 ---> 91a6cbd55089 13:00:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:00:45 ---> 68d317d36ff7 13:00:45 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:00:45 ---> Running in 2d3048c05154 13:00:45 Removing intermediate container 1ad17ad6618f 13:00:45 ---> d2c88137680e 13:00:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:00:45 ---> Running in 0c16d2e8a6f0 13:00:47 ---> Running in 514dfc73aa31 13:00:47 Removing intermediate container 0c16d2e8a6f0 13:00:47 ---> 0e475296ceb6 13:00:47 Step 20/22 : LABEL arch=arm64 13:00:48 ---> Running in 5f2290b88dc5 13:00:48 Removing intermediate container 514dfc73aa31 13:00:48 ---> c45f4da382ef 13:00:48 Step 20/22 : LABEL arch=arm64 13:00:48 ---> Running in c7215d8519ea 13:00:48 Removing intermediate container c3b562d5b5b8 13:00:48 ---> 2072604446cf 13:00:49 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:00:49 ---> Running in 4dd24d5e5cbf 13:00:49 Removing intermediate container 5f2290b88dc5 13:00:49 ---> 5d19d1281628 13:00:49 Step 21/22 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 13:00:50 Removing intermediate container c7215d8519ea 13:00:50 ---> 39788a4c5280 13:00:50 Step 21/22 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 13:00:50 ---> Running in 6b207f6b5503 13:00:51 ---> Running in a869407b8b07 13:00:51 Removing intermediate container 6b207f6b5503 13:00:51 ---> 3339498b3621 13:00:51 Step 22/22 : LABEL version=0.0.0 13:00:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:00:52 ---> Running in 698afbb9bfca 13:00:52 Removing intermediate container a869407b8b07 13:00:52 ---> fa662673b61e 13:00:52 Step 22/22 : LABEL version=0.0.0 13:00:52 Removing intermediate container 2d3048c05154 13:00:52 ---> 388b543c6784 13:00:52 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:00:52 ---> Running in afed3e912ea3 13:00:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:00:53 Removing intermediate container 698afbb9bfca 13:00:53 ---> d3c34c4fb8d3 13:00:53 13:00:54 Removing intermediate container afed3e912ea3 13:00:54 ---> 14eceebc733c 13:00:54 13:00:54 Successfully built d3c34c4fb8d3 13:00:54 ---> 18c7a6315e34 13:00:54 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:00:54 Successfully tagged docker-support-scheduler-go-arm64:latest 13:00:54 Building docker-security-proxy-setup-go 13:00:54  Building docker-support-scheduler-go ... done Successfully built 14eceebc733c 13:00:54 Successfully tagged docker-support-notifications-go-arm64:latest 13:00:54 Building docker-core-metadata-go 13:00:55  Building docker-support-notifications-go ... done  ---> eb6ed688cb46 13:00:55 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:00:55 (1/6) Installing dumb-init (1.2.2-r1) 13:00:56 (2/6) Installing libgcc (9.3.0-r2) 13:00:56 (3/6) Installing libsodium (1.0.18-r0) 13:00:56 ---> ebf372b64091 13:00:56 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 13:00:56 (4/6) Installing libstdc++ (9.3.0-r2) 13:00:57 (5/6) Installing libzmq (4.3.3-r0) 13:00:57 (6/6) Installing zeromq (4.3.3-r0) 13:00:57 Executing busybox-1.31.1-r19.trigger 13:00:57 OK: 8 MiB in 20 packages 13:00:58 ---> b0a31df7569a 13:00:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:00:59 ---> 46e740987eef 13:00:59 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:00:59 Removing intermediate container 4dd24d5e5cbf 13:00:59 ---> 08ba4e526975 13:00:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:01:00 ---> Running in a28e5f004d85 13:01:03 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:01:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:01:03 ---> 656399f4cd17 13:01:03 Step 3/26 : WORKDIR /edgex-go 13:01:03 ---> Using cache 13:01:03 ---> e1562bbf61a1 13:01:03 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:01:03 ---> Using cache 13:01:03 ---> 3a9ef121c488 13:01:03 Step 5/26 : RUN apk add --update --no-cache make bash git 13:01:04 ---> Running in bed1d06b8491 13:01:04 Removing intermediate container a28e5f004d85 13:01:04 ---> ddd4c7b52df9 13:01:04 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:01:05 ---> ce97e6eb229e 13:01:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:01:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:01:06 ---> 5479914f94ac 13:01:06 Step 26/31 : RUN chmod +x /entrypoint.sh 13:01:07 ---> 7aa308587491 13:01:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:01:07 ---> Running in c1102c19069f 13:01:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:01:08 ---> 5fa1832c5a06 13:01:08 Step 19/23 : ENTRYPOINT ["/core-data"] 13:01:08 ---> Running in 0c8e7f181aca 13:01:09 Removing intermediate container 0c8e7f181aca 13:01:09 ---> f1ffb204d243 13:01:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:01:09 OK: 217 MiB in 51 packages 13:01:09 ---> Running in 76e16bd65cf7 13:01:10 Removing intermediate container 76e16bd65cf7 13:01:10 ---> f77c0f3cb4f2 13:01:10 Step 21/23 : LABEL arch=arm64 13:01:10 Removing intermediate container c1102c19069f 13:01:10 ---> db17364bb8b9 13:01:10 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:01:10 ---> Running in 3b56f76611b5 13:01:11 ---> Running in 2206f2a5030f 13:01:11 Removing intermediate container bed1d06b8491 13:01:11 ---> 670d9ca8bc43 13:01:11 Step 6/26 : COPY go.mod . 13:01:11 Removing intermediate container 3b56f76611b5 13:01:11 ---> 09df9721578b 13:01:11 Step 22/23 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 13:01:12 ---> Running in 8d51fcf7ba47 13:01:12 Removing intermediate container 2206f2a5030f 13:01:12 ---> 657d30f1ae59 13:01:12 Step 28/31 : CMD ["gate"] 13:01:12 ---> 388f151b1e79 13:01:12 Step 7/26 : RUN go mod download 13:01:12 ---> Running in 0bd23ed5f534 13:01:12 Removing intermediate container 8d51fcf7ba47 13:01:12 ---> 0091fd15043f 13:01:12 Step 23/23 : LABEL version=0.0.0 13:01:13 ---> Running in 873829cb59fc 13:01:13 ---> Running in f24ca90be247 13:01:13 Removing intermediate container 0bd23ed5f534 13:01:13 ---> afb32ccc37b1 13:01:13 Step 29/31 : LABEL arch=arm64 13:01:14 Removing intermediate container f24ca90be247 13:01:14 ---> 9d74bedb48e4 13:01:14 13:01:14 ---> Running in 3c6aa18bd1e3 13:01:14 Successfully built 9d74bedb48e4 13:01:14 Successfully tagged docker-core-data-go-arm64:latest 13:01:14  Building docker-core-data-go ... done Building docker-core-command-go 13:01:15 Removing intermediate container 3c6aa18bd1e3 13:01:15 ---> 8d5decf5943b 13:01:15 Step 30/31 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 13:01:16 ---> Running in 2dc352e65dec 13:01:16 Removing intermediate container 2dc352e65dec 13:01:16 ---> b9799f9f47be 13:01:16 Step 31/31 : LABEL version=0.0.0 13:01:17 ---> Running in 7d3c7560b945 13:01:17 Removing intermediate container 873829cb59fc 13:01:17 ---> 128f4b63a89b 13:01:17 Step 8/26 : COPY . . 13:01:17 Removing intermediate container 7d3c7560b945 13:01:17 ---> 7648610f0bd5 13:01:17 13:01:19 Successfully built 7648610f0bd5 13:01:19 Successfully tagged docker-security-bootstrapper-go-arm64:latest 13:01:27  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:01:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:01:27 ---> 656399f4cd17 13:01:27 Step 3/23 : WORKDIR /edgex-go 13:01:27 ---> Using cache 13:01:27 ---> e1562bbf61a1 13:01:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:01:27 ---> Using cache 13:01:27 ---> 3a9ef121c488 13:01:27 Step 5/23 : RUN apk add --update --no-cache make git 13:01:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:01:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:01:28 ---> 656399f4cd17 13:01:28 Step 3/21 : WORKDIR /edgex-go 13:01:28 ---> Using cache 13:01:28 ---> e1562bbf61a1 13:01:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:01:28 ---> Using cache 13:01:28 ---> 3a9ef121c488 13:01:28 Step 5/21 : RUN apk add --update --no-cache make git 13:01:33 ---> Running in 96b620969378 13:01:33 ---> Running in d1294564dffb 13:01:33 ---> e94a2ddd16e1 13:01:33 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:01:34 ---> Running in 93b723ed62af 13:01:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:01:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:01:35 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 13:01:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:01:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:01:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:01:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:01:37 ---> 656399f4cd17 13:01:37 Step 3/23 : WORKDIR /edgex-go 13:01:37 ---> Using cache 13:01:37 ---> e1562bbf61a1 13:01:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:01:37 ---> Using cache 13:01:37 ---> 3a9ef121c488 13:01:37 Step 5/23 : RUN apk add --update --no-cache make git 13:01:37 OK: 217 MiB in 51 packages 13:01:37 OK: 217 MiB in 51 packages 13:01:37 ---> Running in 55d9557f2715 13:01:39 Removing intermediate container 96b620969378 13:01:39 ---> 7096cc3a56d4 13:01:39 Removing intermediate container d1294564dffb 13:01:39 Step 6/23 : COPY go.mod . 13:01:39 ---> 943309c6beb6 13:01:39 Step 6/21 : COPY go.mod . 13:01:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:01:40 ---> 7f97e66da21c 13:01:40 Step 7/23 : RUN go mod download 13:01:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:01:40 ---> 03718ba3fbe6 13:01:40 Step 7/21 : RUN go mod download 13:01:40 ---> Running in 686b4e5c2f8b 13:01:41 ---> Running in 8c3a15131cdd 13:01:41 OK: 217 MiB in 51 packages 13:01:43 Removing intermediate container 55d9557f2715 13:01:43 ---> 6454b0fec6d2 13:01:44 Step 6/23 : COPY go.mod . 13:01:45 ---> ccdc4ab041b6 13:01:45 Step 7/23 : RUN go mod download 13:01:45 ---> Running in c6d184f33061 13:01:46 Removing intermediate container 686b4e5c2f8b 13:01:46 ---> 36371fd2ac86 13:01:46 Step 8/23 : COPY . . 13:01:46 Removing intermediate container 8c3a15131cdd 13:01:46 ---> 21c2b804a0a8 13:01:46 Step 8/21 : COPY . . 13:01:52 Removing intermediate container c6d184f33061 13:01:52 ---> 3e9cb89c9d5c 13:01:52 Step 8/23 : COPY . . 13:02:19 ---> 18690602f011 13:02:19 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:02:19 ---> d923d31e3412 13:02:19 Step 9/23 : RUN make cmd/core-command/core-command 13:02:19 ---> 715fe729128f 13:02:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:02:19 ---> Running in 0ae3c2ec75b9 13:02:19 ---> Running in fd42d1f98aaf 13:02:19 ---> Running in e0be816cfc61 13:02:20 Removing intermediate container 93b723ed62af 13:02:20 ---> dee32bac05c9 13:02:20 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:02:20 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 13:02:20 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 13:02:20 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 13:02:20 ---> Running in 0adb9dc8bff6 13:02:21 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 13:02:27 Removing intermediate container 0adb9dc8bff6 13:02:27 ---> d19ab008c6d9 13:02:27 13:02:27 Step 11/26 : FROM docker:20.10.0 13:02:27 20.10.0: Pulling from library/docker 13:02:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:02:49 Status: Downloaded newer image for docker:20.10.0 13:02:49 ---> eeaf43b92773 13:02:49 Step 12/26 : RUN apk add --no-cache bash 13:02:50 ---> Running in eb3168dfa12f 13:02:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:02:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:02:53 (1/2) Installing readline (8.0.4-r0) 13:02:53 (2/2) Installing bash (5.0.17-r0) 13:02:53 Executing bash-5.0.17-r0.post-install 13:02:53 Executing busybox-1.31.1-r19.trigger 13:02:53 OK: 12 MiB in 22 packages 13:02:55 Removing intermediate container eb3168dfa12f 13:02:55 ---> 35a309a29724 13:02:55 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:02:55 ---> Running in aa2b5bb95846 13:02:56 Removing intermediate container aa2b5bb95846 13:02:56 ---> 275b8361a9bd 13:02:56 Step 14/26 : ENV APP_PORT=48090 13:02:56 ---> Running in d630692542a6 13:02:57 Removing intermediate container d630692542a6 13:02:57 ---> c44b7e77fdbe 13:02:57 Step 15/26 : EXPOSE $APP_PORT 13:02:57 ---> Running in 595e894f163e 13:02:58 Removing intermediate container 595e894f163e 13:02:58 ---> 7f1d48a68a22 13:02:58 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:03:00 ---> 12141f8b6811 13:03:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:03:00 ---> be2196e96c48 13:03:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:03:02 ---> 7cfe596b471f 13:03:02 Step 19/26 : RUN apk --no-cache add py3-pip 13:03:02 ---> Running in b768087e976b 13:03:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:03:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:03:04 (1/33) Installing libbz2 (1.0.8-r1) 13:03:04 (2/33) Installing expat (2.2.9-r1) 13:03:04 (3/33) Installing libffi (3.3-r2) 13:03:04 (4/33) Installing gdbm (1.13-r1) 13:03:04 (5/33) Installing xz-libs (5.2.5-r0) 13:03:04 (6/33) Installing sqlite-libs (3.32.1-r0) 13:03:04 (7/33) Installing python3 (3.8.5-r0) 13:03:06 (8/33) Installing py3-appdirs (1.4.4-r1) 13:03:06 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:03:06 (10/33) Installing py3-parsing (2.4.7-r0) 13:03:06 (11/33) Installing py3-six (1.15.0-r0) 13:03:06 (12/33) Installing py3-packaging (20.4-r0) 13:03:06 (13/33) Installing py3-setuptools (47.0.0-r0) 13:03:07 (14/33) Installing py3-chardet (3.0.4-r4) 13:03:07 (15/33) Installing py3-idna (2.9-r0) 13:03:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:03:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:03:07 (18/33) Installing py3-requests (2.23.0-r0) 13:03:07 (19/33) Installing py3-msgpack (1.0.0-r0) 13:03:07 (20/33) Installing py3-lockfile (0.12.2-r3) 13:03:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:03:07 (22/33) Installing py3-colorama (0.4.3-r0) 13:03:07 (23/33) Installing py3-distlib (0.3.0-r0) 13:03:07 (24/33) Installing py3-distro (1.5.0-r1) 13:03:07 (25/33) Installing py3-webencodings (0.5.1-r3) 13:03:07 (26/33) Installing py3-html5lib (1.0.1-r4) 13:03:07 (27/33) Installing py3-pytoml (0.1.21-r0) 13:03:07 (28/33) Installing py3-pep517 (0.8.2-r0) 13:03:07 (29/33) Installing py3-progress (1.5-r0) 13:03:07 (30/33) Installing py3-toml (0.10.1-r0) 13:03:07 (31/33) Installing py3-retrying (1.3.3-r0) 13:03:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:03:07 (33/33) Installing py3-pip (20.1.1-r0) 13:03:08 Executing busybox-1.31.1-r19.trigger 13:03:08 OK: 71 MiB in 55 packages 13:03:20 Removing intermediate container b768087e976b 13:03:20 ---> 694e5baf5567 13:03:20 Step 20/26 : RUN pip install docker-compose==1.23.2 13:03:20 ---> Running in 92f7e8facaea 13:03:20 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 13:03:26 Collecting docker-compose==1.23.2 13:03:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:03:26 Collecting docopt<0.7,>=0.6.1 13:03:26 Downloading docopt-0.6.2.tar.gz (25 kB) 13:03:29 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:03:29 Collecting texttable<0.10,>=0.9.0 13:03:29 Downloading texttable-0.9.1.tar.gz (11 kB) 13:03:33 Collecting websocket-client<1.0,>=0.32.0 13:03:33 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 13:03:33 Collecting dockerpty<0.5,>=0.4.1 13:03:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:03:35 Removing intermediate container 0ae3c2ec75b9 13:03:35 ---> 2141a100dcb4 13:03:35 13:03:35 Step 10/21 : FROM alpine:3.12 13:03:35 ---> afeebe901d6b 13:03:35 Step 11/21 : RUN apk add --update --no-cache curl 13:03:36 ---> Running in 53d77917ac05 13:03:37 Collecting jsonschema<3,>=2.5.1 13:03:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:03:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:03:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:03:38 Collecting docker<4.0,>=3.6.0 13:03:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:03:38 (1/4) Installing ca-certificates (20191127-r4) 13:03:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:03:39 (3/4) Installing libcurl (7.69.1-r3) 13:03:39 (4/4) Installing curl (7.69.1-r3) 13:03:39 Executing busybox-1.31.1-r19.trigger 13:03:39 Executing ca-certificates-20191127-r4.trigger 13:03:39 OK: 7 MiB in 18 packages 13:03:39 Collecting cached-property<2,>=1.2.0 13:03:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:03:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:03:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:03:42 Removing intermediate container 53d77917ac05 13:03:42 ---> 261d1a4675fb 13:03:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:03:42 Collecting PyYAML<4,>=3.10 13:03:42 ---> Running in 8b19fc82da94 13:03:42 Downloading PyYAML-3.13.tar.gz (270 kB) 13:03:43 Removing intermediate container 8b19fc82da94 13:03:43 ---> 8a46757a210a 13:03:43 Step 13/21 : WORKDIR /edgex 13:03:43 Removing intermediate container e0be816cfc61 13:03:43 ---> 4b39d91a9335 13:03:43 13:03:43 Step 10/23 : FROM alpine:3.12 13:03:43 ---> afeebe901d6b 13:03:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:03:43 ---> Using cache 13:03:43 ---> 670c8b2926ac 13:03:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:03:43 ---> Using cache 13:03:43 ---> d136fcf4782c 13:03:43 Step 13/23 : ENV APP_PORT=48082 13:03:43 ---> Running in c3fd9c06b21b 13:03:43 ---> Running in 1d23be24460e 13:03:44 Removing intermediate container 1d23be24460e 13:03:44 ---> 6fa16d12d06f 13:03:44 Step 14/23 : EXPOSE $APP_PORT 13:03:44 Removing intermediate container c3fd9c06b21b 13:03:44 ---> a8a1996c69fb 13:03:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:03:44 ---> Running in 0120742f52bc 13:03:45 Removing intermediate container 0120742f52bc 13:03:45 ---> eb58ffb0371c 13:03:45 Step 15/23 : WORKDIR / 13:03:45 ---> 6634f6c098df 13:03:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:03:45 ---> Running in 891dd60c4cf9 13:03:46 Removing intermediate container 891dd60c4cf9 13:03:46 ---> e821bd41a0d0 13:03:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:03:46 Collecting docker-pycreds>=0.4.0 13:03:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:03:47 ---> 3b674eb22a25 13:03:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:03:47 ---> 4d2e75bf72e6 13:03:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:03:47 Collecting idna<2.8,>=2.5 13:03:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:03:48 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) 13:03:49 Collecting urllib3<1.25,>=1.21.1 13:03:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:03:49 ---> b48b62b9f484 13:03:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:03:49 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) 13:03:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:03:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:03:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:03:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:03:49 ---> b9db3995abb6 13:03:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:03:49 ---> Running in eeed7f755175 13:03:50 Removing intermediate container eeed7f755175 13:03:50 ---> f5807429c8e7 13:03:50 Step 18/21 : CMD ["--init=true"] 13:03:50 Installing collected packages: docopt, texttable, websocket-client, dockerpty, jsonschema, docker-pycreds, idna, urllib3, requests, docker, cached-property, PyYAML, docker-compose 13:03:50 Running setup.py install for docopt: started 13:03:50 ---> Running in 70bc28d162bc 13:03:50 ---> 1783837eaee1 13:03:50 Step 19/23 : ENTRYPOINT ["/core-command"] 13:03:50 Removing intermediate container fd42d1f98aaf 13:03:50 ---> 627ad32e05f9 13:03:50 13:03:50 Step 10/23 : FROM alpine:3.12 13:03:50 ---> afeebe901d6b 13:03:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:03:50 ---> Using cache 13:03:50 ---> 670c8b2926ac 13:03:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:03:50 ---> Using cache 13:03:50 ---> d136fcf4782c 13:03:50 Step 13/23 : ENV APP_PORT=48081 13:03:50 ---> Running in 3adb5574dd06 13:03:50 ---> Running in d0c29824a41c 13:03:51 Removing intermediate container 70bc28d162bc 13:03:51 ---> bd2fbeea5592 13:03:51 Step 19/21 : LABEL arch=arm64 13:03:51 ---> Running in dde80577920a 13:03:51 Removing intermediate container 3adb5574dd06 13:03:51 ---> ad5fa672f585 13:03:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:03:51 Removing intermediate container d0c29824a41c 13:03:51 ---> b4ead770104a 13:03:51 Step 14/23 : EXPOSE $APP_PORT 13:03:51 ---> Running in 15ea3608c31c 13:03:51 ---> Running in 71466fd88ccc 13:03:51 Removing intermediate container dde80577920a 13:03:51 ---> 85a77c775b35 13:03:51 Step 20/21 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 13:03:52 ---> Running in 70a5fd7fa3a3 13:03:52 Removing intermediate container 15ea3608c31c 13:03:52 ---> 4a6b21b7e804 13:03:52 Step 21/23 : LABEL arch=arm64 13:03:52 ---> Running in affb83ea59a4 13:03:52 Removing intermediate container 71466fd88ccc 13:03:52 ---> 3878f0f669d4 13:03:52 Step 15/23 : WORKDIR / 13:03:52 ---> Running in 87c9b785c5cc 13:03:52 Removing intermediate container 70a5fd7fa3a3 13:03:52 ---> bf18a7cbb8af 13:03:52 Step 21/21 : LABEL version=0.0.0 13:03:52 Running setup.py install for docopt: finished with status 'done' 13:03:52 Running setup.py install for texttable: started 13:03:52 ---> Running in b8e3c1e0cd9d 13:03:52 Removing intermediate container affb83ea59a4 13:03:52 ---> 55350d4986b5 13:03:52 Step 22/23 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 13:03:53 ---> Running in 458cd0df9aea 13:03:53 Removing intermediate container 87c9b785c5cc 13:03:53 ---> 785bcadc10d3 13:03:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:03:53 Removing intermediate container b8e3c1e0cd9d 13:03:53 ---> d9df4c5f9a12 13:03:53 13:03:53 Removing intermediate container 458cd0df9aea 13:03:53 ---> 86b6efc1bb1a 13:03:53 Step 23/23 : LABEL version=0.0.0 13:03:53 ---> Running in f880df8783ea 13:03:53 Successfully built d9df4c5f9a12 13:03:54 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:03:54  Building docker-security-proxy-setup-go ... done  ---> a96367309e39 13:03:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:03:54 Removing intermediate container f880df8783ea 13:03:54 ---> 11bcdd006098 13:03:54 13:03:55 Successfully built 11bcdd006098 13:03:55 Successfully tagged docker-core-command-go-arm64:latest 13:03:55  Building docker-core-command-go ... done  Running setup.py install for texttable: finished with status 'done' 13:03:55 ---> f16edaf690e9 13:03:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:03:55 Running setup.py install for dockerpty: started 13:03:56 ---> 31000d90e352 13:03:56 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:03:56 ---> Running in 127f0681cf93 13:03:57 Removing intermediate container 127f0681cf93 13:03:57 ---> 6bb652363c58 13:03:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:03:57 ---> Running in f924c4fce3d3 13:03:57 Removing intermediate container f924c4fce3d3 13:03:57 ---> e6b2ed8c73f9 13:03:57 Step 21/23 : LABEL arch=arm64 13:03:57 ---> Running in cf6007ec2c26 13:03:57 Running setup.py install for dockerpty: finished with status 'done' 13:03:58 Removing intermediate container cf6007ec2c26 13:03:58 ---> d6a46e18202c 13:03:58 Step 22/23 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 13:03:58 Attempting uninstall: idna 13:03:58 Found existing installation: idna 2.9 13:03:58 Uninstalling idna-2.9: 13:03:58 ---> Running in df3a310553df 13:03:58 Successfully uninstalled idna-2.9 13:03:58 Removing intermediate container df3a310553df 13:03:58 ---> 757b80436d88 13:03:58 Step 23/23 : LABEL version=0.0.0 13:03:58 ---> Running in 4d405c5f0cad 13:03:58 Attempting uninstall: urllib3 13:03:58 Found existing installation: urllib3 1.25.9 13:03:58 Uninstalling urllib3-1.25.9: 13:03:59 Successfully uninstalled urllib3-1.25.9 13:03:59 Removing intermediate container 4d405c5f0cad 13:03:59 ---> 7fc6b8eaa548 13:03:59 13:03:59 Successfully built 7fc6b8eaa548 13:03:59 Successfully tagged docker-core-metadata-go-arm64:latest 13:03:59  Building docker-core-metadata-go ... done  Attempting uninstall: requests 13:03:59 Found existing installation: requests 2.23.0 13:03:59 Uninstalling requests-2.23.0: 13:04:00 Successfully uninstalled requests-2.23.0 13:04:01 Running setup.py install for PyYAML: started 13:04:03 Running setup.py install for PyYAML: finished with status 'done' 13:04:03 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 13:04:08 Removing intermediate container 92f7e8facaea 13:04:08 ---> 4431f84e0132 13:04:08 Step 21/26 : RUN apk --no-cache add curl 13:04:08 ---> Running in a8e0ba4d4b99 13:04:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:04:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:04:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:04:09 (2/3) Installing libcurl (7.69.1-r3) 13:04:09 (3/3) Installing curl (7.69.1-r3) 13:04:09 Executing busybox-1.31.1-r19.trigger 13:04:09 OK: 71 MiB in 58 packages 13:04:10 Removing intermediate container a8e0ba4d4b99 13:04:10 ---> bd8a70144fed 13:04:10 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 13:04:10 ---> Running in 3e5cb290c540 13:04:11 Removing intermediate container 3e5cb290c540 13:04:11 ---> 8f0dc14976ef 13:04:11 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:04:11 ---> Running in 8b12561cad4a 13:04:11 Removing intermediate container 8b12561cad4a 13:04:11 ---> 07e430a4578c 13:04:11 Step 24/26 : LABEL arch=arm64 13:04:11 ---> Running in c48d3e73f3f8 13:04:12 Removing intermediate container c48d3e73f3f8 13:04:12 ---> 9fa07a01aea8 13:04:12 Step 25/26 : LABEL git_sha=800bc4633dde20c69a779bb2e917061274344676 13:04:12 ---> Running in 1dab5d144abe 13:04:13 Removing intermediate container 1dab5d144abe 13:04:13 ---> 4ce895ba46f7 13:04:13 Step 26/26 : LABEL version=0.0.0 13:04:13 ---> Running in d1da90957569 13:04:13 Removing intermediate container d1da90957569 13:04:13 ---> 1f94ba77723e 13:04:13 13:04:14 Successfully built 1f94ba77723e 13:04:14 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:04:14  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 13:04:14 $ docker stop --time=1 c539ab7f0a0149f5e75212ece2a4b4f9b5a0a32c2491b49b50c953542da806fc 13:04:16 $ docker rm -f c539ab7f0a0149f5e75212ece2a4b4f9b5a0a32c2491b49b50c953542da806fc [Pipeline] // withDockerContainer [Pipeline] sh 13:04:17 + docker images 13:04:17 + grep docker 13:04:17 docker-sys-mgmt-agent-go-arm64 latest 1f94ba77723e 4 seconds ago 300MB 13:04:17 docker-core-metadata-go-arm64 latest 7fc6b8eaa548 18 seconds ago 17.8MB 13:04:17 docker-core-command-go-arm64 latest 11bcdd006098 23 seconds ago 16MB 13:04:17 docker-security-proxy-setup-go-arm64 latest d9df4c5f9a12 24 seconds ago 23.2MB 13:04:17 docker-security-bootstrapper-go-arm64 latest 7648610f0bd5 3 minutes ago 22.6MB 13:04:17 docker-core-data-go-arm64 latest 9d74bedb48e4 3 minutes ago 21MB 13:04:17 docker-support-notifications-go-arm64 latest 14eceebc733c 3 minutes ago 16.7MB 13:04:17 docker-support-scheduler-go-arm64 latest d3c34c4fb8d3 3 minutes ago 16.1MB 13:04:17 docker-security-secretstore-setup-go-arm64 latest 0ede5149c97d 3 minutes ago 23.4MB 13:04:17 docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 13:04:19 provisioning config files... 13:04:19 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4587601721282339162tmp [Pipeline] { [Pipeline] sh 13:04:19 + set +x 13:04:19 + curl -s https://codecov.io/bash 13:04:19 + bash -s -- 13:04:20 13:04:20 _____ _ 13:04:20 / ____| | | 13:04:20 | | ___ __| | ___ ___ _____ __ 13:04:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:04:20 | |___| (_) | (_| | __/ (_| (_) \ V / 13:04:20 \_____\___/ \__,_|\___|\___\___/ \_/ 13:04:20 Bash-20210129-7c25fce 13:04:20 13:04:20 13:04:20 ==> git version 2.24.3 found 13:04:20 ==> 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 13:04:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:04:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:04:20 ==> Jenkins CI detected. 13:04:20 project root: . 13:04:20 --> token set from env 13:04:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:04:20 ==> Running gcov in . (disable via -X gcov) 13:04:20 ==> Python coveragepy not found 13:04:20 ==> Searching for coverage reports in: 13:04:20 + . 13:04:20 -> Found 1 reports 13:04:20 ==> Detecting git/mercurial file structure 13:04:20 ==> Reading reports 13:04:20 + ./coverage.out bytes=588403 13:04:20 ==> Appending adjustments 13:04:20 https://docs.codecov.io/docs/fixing-reports 13:04:24 + Found adjustments 13:04:24 ==> Gzipping contents 13:04:24 88K /tmp/codecov.gQ2oDa.gz 13:04:24 ==> Uploading reports 13:04:24 url: https://codecov.io 13:04:24 query: branch=PR-3139&commit=800bc4633dde20c69a779bb2e917061274344676&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3139%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3139&job=&cmd_args= 13:04:24 -> Pinging Codecov 13:04:24 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3139&commit=800bc4633dde20c69a779bb2e917061274344676&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3139%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3139&job=&cmd_args= 13:04:24 -> Uploading to 13:04:24 https://storage.googleapis.com/codecov/v4/raw/2021-02-06/00271124DB129430A58F1EEE437C3FCB/800bc4633dde20c69a779bb2e917061274344676/3475ef84-47b9-4c77-afbf-5454d222820d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210206%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210206T130424Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d78210e944d72925899bf1b3c7bb0305d1c6eca26d52b8e93ab457d3e602deec 13:04:24 % Total % Received % Xferd Average Speed Time Time Time Current 13:04:24 Dload Upload Total Spent Left Speed 13:04:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88554 0 0 100 88554 0 159k --:--:-- --:--:-- --:--:-- 159k 13:04:25 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/800bc4633dde20c69a779bb2e917061274344676 [Pipeline] } 13:04:25 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 13:04:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:04:28 ---> package-listing.sh 13:04:28 ++ facter osfamily 13:04:28 ++ tr '[:upper:]' '[:lower:]' 13:04:28 + OS_FAMILY=redhat 13:04:28 + workspace=/w/workspace/edgex-go/2 13:04:28 + START_PACKAGES=/tmp/packages_start.txt 13:04:28 + END_PACKAGES=/tmp/packages_end.txt 13:04:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:04:28 + PACKAGES=/tmp/packages_start.txt 13:04:28 + '[' /w/workspace/edgex-go/2 ']' 13:04:28 + PACKAGES=/tmp/packages_end.txt 13:04:28 + case "${OS_FAMILY}" in 13:04:28 + rpm -qa 13:04:28 + sort 13:04:33 + '[' -f /tmp/packages_start.txt ']' 13:04:33 + '[' -f /tmp/packages_end.txt ']' 13:04:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:04:33 + '[' /w/workspace/edgex-go/2 ']' 13:04:33 + mkdir -p /w/workspace/edgex-go/2/archives/ 13:04:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 13:04:33 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:04:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:04:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:04:34 13:04:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:04:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:04:34 alpine: Pulling from edgex-lftools-log-publisher 13:04:34 df20fa9351a1: Pulling fs layer 13:04:34 36b3adc4ff6f: Pulling fs layer 13:04:34 8ad3a11d3b57: Pulling fs layer 13:04:34 46f8f816bc3b: Pulling fs layer 13:04:34 93b61091891f: Pulling fs layer 13:04:34 93b9cdb0e59b: Pulling fs layer 13:04:34 5e14af77c1be: Pulling fs layer 13:04:34 01666e4c0597: Pulling fs layer 13:04:34 aa168da1d23b: Pulling fs layer 13:04:34 46f8f816bc3b: Waiting 13:04:34 93b61091891f: Waiting 13:04:34 93b9cdb0e59b: Waiting 13:04:34 5e14af77c1be: Waiting 13:04:34 01666e4c0597: Waiting 13:04:34 aa168da1d23b: Waiting 13:04:34 36b3adc4ff6f: Verifying Checksum 13:04:34 36b3adc4ff6f: Download complete 13:04:35 46f8f816bc3b: Verifying Checksum 13:04:35 46f8f816bc3b: Download complete 13:04:35 df20fa9351a1: Download complete 13:04:35 93b9cdb0e59b: Verifying Checksum 13:04:35 93b9cdb0e59b: Download complete 13:04:35 5e14af77c1be: Verifying Checksum 13:04:35 5e14af77c1be: Download complete 13:04:35 8ad3a11d3b57: Verifying Checksum 13:04:35 8ad3a11d3b57: Download complete 13:04:35 01666e4c0597: Verifying Checksum 13:04:35 01666e4c0597: Download complete 13:04:35 93b61091891f: Verifying Checksum 13:04:35 93b61091891f: Download complete 13:04:35 df20fa9351a1: Pull complete 13:04:35 36b3adc4ff6f: Pull complete 13:04:37 aa168da1d23b: Verifying Checksum 13:04:37 aa168da1d23b: Download complete 13:04:38 8ad3a11d3b57: Pull complete 13:04:38 46f8f816bc3b: Pull complete 13:04:39 93b61091891f: Pull complete 13:04:39 93b9cdb0e59b: Pull complete 13:04:39 5e14af77c1be: Pull complete 13:04:39 01666e4c0597: Pull complete 13:04:47 aa168da1d23b: Pull complete 13:04:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:04:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:04:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:04:47 prd-centos7-docker-4c-2g-25331 does not seem to be running inside a container 13:04:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 13:04:52 $ docker top b0d91cb58e14e69390670c28d44f67d4063862dc6d1ffb4e294a3fd22633c621 -eo pid,comm [Pipeline] { [Pipeline] sh 13:04:53 + touch /tmp/pre-build-complete [Pipeline] sh 13:04:53 + mkdir -p /var/log/sa [Pipeline] sh 13:04:54 + ls /var/log/sa-host 13:04:54 + sadf -c /var/log/sa-host/sa06 13:04:54 file_magic: OK 13:04:54 HZ: Using current value: 100 13:04:54 file_header: OK 13:04:54 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 13:04:54 Statistics: 13:04:54 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... 13:04:54 File successfully converted to sysstat format version 12.2.1 13:04:54 + sadf -c /var/log/sa-host/sa23 13:04:54 file_magic: OK 13:04:54 HZ: Using current value: 100 13:04:54 file_header: OK 13:04:54 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 13:04:54 Statistics: 13:04:54 Hnuu...uuuununununu... 13:04:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:04:54 provisioning config files... 13:04:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4454871446135016739tmp [Pipeline] { [Pipeline] echo 13:04:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:04:55 ---> create-netrc.sh [Pipeline] } 13:04:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:04:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:04:55 ---> python-tools-install.sh [Pipeline] echo 13:04:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:04:55 ---> sudo-logs.sh 13:04:55 Archiving 'sudo' log.. [Pipeline] echo 13:04:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:04:56 ---> job-cost.sh 13:04:56 lf-activate-venv: SKIPPING 13:04:56 INFO: No Stack... 13:04:57 INFO: Retrieving Pricing Info for: v1-standard-2 13:04:57 INFO: Archiving Costs [Pipeline] echo 13:04:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:04:57 ---> logs-deploy.sh 13:04:57 lf-activate-venv: SKIPPING 13:04:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3139/2 13:04:57 INFO: archiving workspace using pattern(s): 13:04:59 Archives upload complete. 13:04:59 INFO: archiving logs to Nexus 13:05:00 ---> uname -a: 13:05:00 Linux prd-centos7-docker-4c-2g-25331.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 13:05:00 13:05:00 13:05:00 ---> lscpu: 13:05:00 Architecture: x86_64 13:05:00 CPU op-mode(s): 32-bit, 64-bit 13:05:00 Byte Order: Little Endian 13:05:00 Address sizes: 40 bits physical, 48 bits virtual 13:05:00 CPU(s): 4 13:05:00 On-line CPU(s) list: 0-3 13:05:00 Thread(s) per core: 1 13:05:00 Core(s) per socket: 1 13:05:00 Socket(s): 4 13:05:00 NUMA node(s): 1 13:05:00 Vendor ID: GenuineIntel 13:05:00 CPU family: 6 13:05:00 Model: 44 13:05:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:05:00 Stepping: 1 13:05:00 CPU MHz: 2933.438 13:05:00 BogoMIPS: 5866.87 13:05:00 Virtualization: VT-x 13:05:00 Hypervisor vendor: KVM 13:05:00 Virtualization type: full 13:05:00 L1d cache: 128 KiB 13:05:00 L1i cache: 128 KiB 13:05:00 L2 cache: 16 MiB 13:05:00 L3 cache: 64 MiB 13:05:00 NUMA node0 CPU(s): 0-3 13:05:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:05:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:05:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:05:00 Vulnerability Meltdown: Mitigation; PTI 13:05:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:05:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:05:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:05:00 Vulnerability Srbds: Not affected 13:05:00 Vulnerability Tsx async abort: Not affected 13:05:00 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 13:05:00 13:05:00 13:05:00 ---> nproc: 13:05:00 4 13:05:00 13:05:00 13:05:00 ---> df -h: 13:05:00 Filesystem Size Used Available Use% Mounted on 13:05:00 overlay 50.0G 12.6G 37.4G 25% / 13:05:00 tmpfs 64.0M 0 64.0M 0% /dev 13:05:00 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:05:00 shm 64.0M 0 64.0M 0% /dev/shm 13:05:00 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 13:05:00 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 13:05:00 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 13:05:00 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 13:05:00 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 13:05:00 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 13:05:00 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 13:05:00 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 13:05:00 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/2@tmp 13:05:00 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/2 13:05:00 13:05:00 13:05:00 ---> free -m: 13:05:00 total used free shared buff/cache available 13:05:00 Mem: 1837 697 155 0 984 1058 13:05:00 Swap: 1023 48 975 13:05:00 13:05:00 13:05:00 ---> ip addr: 13:05:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:05:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:05:00 inet 127.0.0.1/8 scope host lo 13:05:00 valid_lft forever preferred_lft forever 13:05:00 inet6 ::1/128 scope host 13:05:00 valid_lft forever preferred_lft forever 13:05:00 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:05:00 link/ether fa:16:3e:ae:17:5a brd ff:ff:ff:ff:ff:ff 13:05:00 inet 10.30.122.142/23 brd 10.30.123.255 scope global dynamic eth0 13:05:00 valid_lft 85198sec preferred_lft 85198sec 13:05:00 inet6 fe80::f816:3eff:feae:175a/64 scope link 13:05:00 valid_lft forever preferred_lft forever 13:05:00 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:05:00 link/ether 02:42:8a:ba:84:ec brd ff:ff:ff:ff:ff:ff 13:05:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:05:00 valid_lft forever preferred_lft forever 13:05:00 inet6 fe80::42:8aff:feba:84ec/64 scope link 13:05:00 valid_lft forever preferred_lft forever 13:05:00 13:05:00 13:05:00 ---> sar -b -r -n DEV: 13:05:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/06/21 _x86_64_ (4 CPU) 13:05:00 13:05:00 12:44:46 LINUX RESTART (4 CPU) 13:05:00 13:05:00 12:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:05:00 12:47:01 264.62 86.54 178.08 0.00 6479.31 52700.95 0.00 13:05:00 12:48:02 224.25 95.76 128.49 0.00 3235.39 17370.33 0.00 13:05:00 12:49:01 133.76 59.23 74.53 0.00 3360.43 7507.62 0.00 13:05:00 12:50:01 245.80 82.96 162.84 0.00 22718.20 96440.42 0.00 13:05:00 12:51:02 2888.21 2530.11 358.11 0.00 183124.42 197597.98 0.00 13:05:00 12:52:01 770.42 541.34 229.08 0.00 31877.14 52791.27 0.00 13:05:00 12:53:02 2104.21 1748.68 355.54 0.00 142287.44 171435.08 0.00 13:05:00 12:54:03 980.33 681.97 298.36 0.00 52681.28 79246.78 0.00 13:05:00 12:55:01 95.88 17.05 78.83 0.00 3166.24 5457.18 0.00 13:05:00 12:56:01 2.00 0.27 1.73 0.00 150.67 22.23 0.00 13:05:00 12:57:01 1.62 1.07 0.55 0.00 86.62 6.48 0.00 13:05:00 12:58:01 0.63 0.00 0.63 0.00 0.00 6.21 0.00 13:05:00 12:59:02 0.55 0.02 0.53 0.00 0.53 6.26 0.00 13:05:00 13:00:01 2.08 1.91 0.17 0.00 60.56 2.10 0.00 13:05:00 13:01:01 0.95 0.10 0.85 0.00 3.33 16.32 0.00 13:05:00 13:02:01 0.72 0.38 0.33 0.00 23.44 5.21 0.00 13:05:00 13:03:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 13:05:00 13:04:01 0.18 0.02 0.17 0.00 0.13 2.22 0.00 13:05:00 Average: 433.98 329.42 104.56 0.00 25312.26 38245.50 0.00 13:05:00 13:05:00 12:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:05:00 12:47:01 95252 0 716284 38.07 1492 1068516 1298624 44.32 561120 947732 8 13:05:00 12:48:02 104304 0 875528 46.53 816 900896 1722552 58.79 733616 757180 37116 13:05:00 12:49:01 61548 0 912308 48.49 732 906956 1555456 53.09 724776 800032 57916 13:05:00 12:50:01 75056 0 829840 44.10 116 976532 2241424 76.50 748664 826924 91080 13:05:00 12:51:02 76824 0 820484 43.61 0 984236 2319928 79.18 767656 808620 70332 13:05:00 12:52:01 354100 0 705552 37.50 0 821892 1532996 52.32 561908 716248 2312 13:05:00 12:53:02 72576 0 726748 38.63 0 1082220 1759240 60.04 672260 901500 99992 13:05:00 12:54:03 190588 0 688796 36.61 0 1002160 1463600 49.95 570496 869544 16 13:05:00 12:55:01 137972 0 619708 32.94 0 1123864 1178096 40.21 582792 910360 8 13:05:00 12:56:01 135364 0 617760 32.83 0 1128420 1156520 39.47 585652 910328 8 13:05:00 12:57:01 134100 0 616440 32.76 0 1131004 1148272 39.19 584908 912784 8 13:05:00 12:58:01 134364 0 616164 32.75 0 1131016 1148272 39.19 584920 912784 8 13:05:00 12:59:02 134380 0 616140 32.75 0 1131024 1148272 39.19 584924 912800 8 13:05:00 13:00:01 132420 0 617060 32.80 0 1132064 1148272 39.19 585296 913460 16 13:05:00 13:01:01 130996 0 618504 32.87 0 1132044 1151136 39.29 586256 913460 8 13:05:00 13:02:01 131276 0 617516 32.82 0 1132752 1148780 39.21 585536 914072 8 13:05:00 13:03:01 131284 0 617508 32.82 0 1132752 1148780 39.21 585536 914072 8 13:05:00 13:04:01 131360 0 617388 32.81 0 1132796 1148780 39.21 585672 914084 20 13:05:00 Average: 131320 0 691652 36.76 175 1058397 1412167 48.19 621777 875332 19937 13:05:00 13:05:00 12:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:05:00 12:47:01 eth0 486.28 402.21 3688.52 42.60 0.00 0.00 0.00 0.00 13:05:00 12:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:47:01 docker0 157.53 196.14 10.93 844.41 0.00 0.00 0.00 0.00 13:05:00 12:48:02 eth0 56.44 42.11 33.09 57.71 0.00 0.00 0.00 0.00 13:05:00 12:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:48:02 vethc7f3300 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:05:00 12:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:49:01 eth0 23.30 13.25 18.88 9.88 0.00 0.00 0.00 0.00 13:05:00 12:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:49:01 vethc7f3300 1.96 1.96 0.16 0.17 0.00 0.00 0.00 0.00 13:05:00 12:49:01 docker0 1.96 1.96 0.13 0.17 0.00 0.00 0.00 0.00 13:05:00 12:50:01 eth0 206.08 163.92 1694.83 78.05 0.00 0.00 0.00 0.00 13:05:00 12:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:50:01 veth5bc04e7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:05:00 12:51:02 eth0 59.33 36.78 161.72 44.54 0.00 0.00 0.00 0.00 13:05:00 12:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:51:02 docker0 12.75 26.29 0.67 143.80 0.00 0.00 0.00 0.00 13:05:00 12:51:02 veth5bc04e7 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 13:05:00 12:52:01 eth0 57.48 34.45 233.93 10.71 0.00 0.00 0.00 0.00 13:05:00 12:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:52:01 docker0 18.03 30.66 0.98 169.21 0.00 0.00 0.00 0.00 13:05:00 12:52:01 veth5bc04e7 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 13:05:00 12:53:02 vethc84e8fc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:53:02 veth8479be2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:53:02 eth0 65.08 39.54 116.94 70.55 0.00 0.00 0.00 0.00 13:05:00 12:53:02 veth908b629 0.00 0.33 0.00 0.02 0.00 0.00 0.00 0.00 13:05:00 12:54:03 eth0 202.23 142.46 1600.42 68.89 0.00 0.00 0.00 0.00 13:05:00 12:54:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 13:05:00 12:54:03 veth9864034 19.95 38.90 1.32 255.17 0.00 0.00 0.00 0.00 13:05:00 12:54:03 docker0 1057.54 1217.31 83.22 4243.34 0.00 0.00 0.00 0.00 13:05:00 12:55:01 eth0 52.10 34.98 131.21 12.77 0.00 0.00 0.00 0.00 13:05:00 12:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:55:01 docker0 20.96 26.44 1.68 109.59 0.00 0.00 0.00 0.00 13:05:00 12:56:01 eth0 1.10 0.45 0.45 0.24 0.00 0.00 0.00 0.00 13:05:00 12:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:57:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 13:05:00 12:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:58:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:05:00 12:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:59:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:05:00 12:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 12:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 13:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:05:00 13:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 13:01:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 13:05:00 13:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 13:02:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:05:00 13:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 13:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 13:03:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 13:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 13:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 13:04:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 13:05:00 13:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 Average: eth0 67.59 50.85 429.31 22.19 0.00 0.00 0.00 0.00 13:05:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:05:00 Average: docker0 13.82 19.88 0.91 96.11 0.00 0.00 0.00 0.00 13:05:00 13:05:00 13:05:00 ---> sar -P ALL: 13:05:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/06/21 _x86_64_ (4 CPU) 13:05:00 13:05:00 12:44:46 LINUX RESTART (4 CPU) 13:05:00 13:05:00 12:46:01 CPU %user %nice %system %iowait %steal %idle 13:05:00 12:47:01 all 13.57 0.00 8.00 3.43 0.08 74.92 13:05:00 12:47:01 0 14.32 0.00 8.28 3.97 0.07 73.37 13:05:00 12:47:01 1 10.70 0.00 7.51 4.70 0.07 77.02 13:05:00 12:47:01 2 14.17 0.00 7.89 2.84 0.09 75.01 13:05:00 12:47:01 3 15.09 0.00 8.34 2.22 0.10 74.25 13:05:00 12:48:02 all 43.81 0.00 12.60 5.54 0.11 37.94 13:05:00 12:48:02 0 44.12 0.00 12.30 6.15 0.14 37.29 13:05:00 12:48:02 1 42.42 0.00 12.35 3.69 0.09 41.45 13:05:00 12:48:02 2 42.64 0.00 13.91 8.66 0.10 34.69 13:05:00 12:48:02 3 46.07 0.00 11.84 3.65 0.10 38.33 13:05:00 12:49:01 all 43.65 0.00 13.15 3.08 0.08 40.04 13:05:00 12:49:01 0 43.10 0.00 13.03 2.97 0.05 40.85 13:05:00 12:49:01 1 43.73 0.00 13.48 3.69 0.09 39.01 13:05:00 12:49:01 2 43.42 0.00 12.56 2.90 0.11 41.02 13:05:00 12:49:01 3 44.36 0.00 13.54 2.74 0.09 39.26 13:05:00 12:50:01 all 24.58 0.00 15.09 3.41 0.12 56.80 13:05:00 12:50:01 0 23.53 0.00 14.66 3.16 0.09 58.57 13:05:00 12:50:01 1 28.09 0.00 15.36 4.61 0.12 51.82 13:05:00 12:50:01 2 23.11 0.00 15.41 3.17 0.14 58.17 13:05:00 12:50:01 3 23.60 0.00 14.94 2.69 0.12 58.65 13:05:00 12:51:02 all 21.93 0.00 28.12 25.21 0.20 24.54 13:05:00 12:51:02 0 21.85 0.00 27.71 25.17 0.21 25.07 13:05:00 12:51:02 1 22.37 0.00 27.74 26.23 0.23 23.44 13:05:00 12:51:02 2 21.34 0.00 28.18 25.63 0.21 24.64 13:05:00 12:51:02 3 22.19 0.00 28.85 23.78 0.16 25.03 13:05:00 12:52:01 all 51.86 0.00 17.64 13.96 0.10 16.44 13:05:00 12:52:01 0 51.99 0.00 17.84 16.16 0.11 13.90 13:05:00 12:52:01 1 50.68 0.00 17.73 11.78 0.11 19.70 13:05:00 12:52:01 2 52.56 0.00 16.89 14.53 0.09 15.93 13:05:00 12:52:01 3 52.16 0.00 18.10 13.34 0.09 16.31 13:05:00 12:53:02 all 27.36 0.00 26.51 24.41 0.15 21.57 13:05:00 12:53:02 0 26.20 0.00 25.81 22.85 0.12 25.02 13:05:00 12:53:02 1 26.89 0.00 26.17 23.46 0.18 23.31 13:05:00 12:53:02 2 27.98 0.00 26.93 24.38 0.16 20.56 13:05:00 12:53:02 3 28.40 0.00 27.13 26.95 0.14 17.38 13:05:00 12:54:03 all 38.68 0.00 18.14 20.00 0.15 23.03 13:05:00 12:54:03 0 40.13 0.00 18.44 22.69 0.10 18.64 13:05:00 12:54:03 1 38.98 0.00 17.78 14.98 0.14 28.12 13:05:00 12:54:03 2 37.00 0.00 18.96 21.02 0.17 22.84 13:05:00 12:54:03 3 38.59 0.00 17.36 21.32 0.21 22.52 13:05:00 12:55:01 all 5.21 0.00 3.23 3.44 0.04 88.07 13:05:00 12:55:01 0 8.79 0.00 3.31 1.65 0.05 86.19 13:05:00 12:55:01 1 3.18 0.00 3.02 5.37 0.03 88.40 13:05:00 12:55:01 2 5.51 0.00 3.74 3.42 0.03 87.30 13:05:00 12:55:01 3 3.36 0.00 2.87 3.31 0.05 90.41 13:05:00 12:56:01 all 0.15 0.00 0.05 0.00 0.00 99.80 13:05:00 12:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:05:00 12:56:01 1 0.05 0.00 0.08 0.00 0.00 99.87 13:05:00 12:56:01 2 0.52 0.00 0.03 0.02 0.00 99.43 13:05:00 12:56:01 3 0.03 0.00 0.03 0.00 0.00 99.93 13:05:00 12:57:01 all 0.16 0.00 0.03 0.00 0.00 99.80 13:05:00 12:57:01 0 0.00 0.00 0.03 0.00 0.00 99.97 13:05:00 12:57:01 1 0.05 0.00 0.05 0.00 0.00 99.90 13:05:00 12:57:01 2 0.53 0.00 0.02 0.00 0.00 99.45 13:05:00 12:57:01 3 0.05 0.00 0.03 0.00 0.02 99.90 13:05:00 13:05:00 12:57:01 CPU %user %nice %system %iowait %steal %idle 13:05:00 12:58:01 all 0.14 0.00 0.02 0.00 0.00 99.84 13:05:00 12:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:05:00 12:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:05:00 12:58:01 2 0.52 0.00 0.03 0.00 0.00 99.45 13:05:00 12:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:05:00 12:59:02 all 0.16 0.00 0.06 0.00 0.00 99.78 13:05:00 12:59:02 0 0.02 0.00 0.05 0.02 0.00 99.92 13:05:00 12:59:02 1 0.07 0.00 0.08 0.00 0.00 99.85 13:05:00 12:59:02 2 0.52 0.00 0.05 0.00 0.00 99.43 13:05:00 12:59:02 3 0.05 0.00 0.05 0.00 0.00 99.90 13:05:00 13:00:01 all 0.15 0.00 0.05 0.03 0.00 99.77 13:05:00 13:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:05:00 13:00:01 1 0.03 0.00 0.07 0.02 0.00 99.88 13:05:00 13:00:01 2 0.53 0.00 0.05 0.00 0.00 99.42 13:05:00 13:00:01 3 0.03 0.00 0.07 0.08 0.00 99.81 13:05:00 13:01:01 all 0.14 0.00 0.04 0.00 0.00 99.82 13:05:00 13:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:05:00 13:01:01 1 0.12 0.00 0.07 0.00 0.00 99.82 13:05:00 13:01:01 2 0.40 0.00 0.03 0.02 0.00 99.55 13:05:00 13:01:01 3 0.02 0.00 0.03 0.00 0.00 99.95 13:05:00 13:02:01 all 0.08 0.00 0.03 0.00 0.01 99.87 13:05:00 13:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:05:00 13:02:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:05:00 13:02:01 2 0.25 0.00 0.05 0.00 0.02 99.68 13:05:00 13:02:01 3 0.03 0.00 0.03 0.02 0.00 99.92 13:05:00 13:03:01 all 0.15 0.00 0.03 0.00 0.00 99.83 13:05:00 13:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:05:00 13:03:01 1 0.08 0.00 0.07 0.00 0.00 99.85 13:05:00 13:03:01 2 0.48 0.00 0.02 0.00 0.00 99.50 13:05:00 13:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:05:00 13:04:01 all 0.16 0.00 0.02 0.00 0.00 99.82 13:05:00 13:04:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:05:00 13:04:01 1 0.08 0.00 0.07 0.00 0.00 99.85 13:05:00 13:04:01 2 0.52 0.00 0.02 0.00 0.00 99.47 13:05:00 13:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:05:00 Average: all 14.76 0.00 7.76 5.56 0.06 71.86 13:05:00 Average: 0 14.92 0.00 7.71 5.70 0.05 71.62 13:05:00 Average: 1 14.50 0.00 7.69 5.35 0.06 72.40 13:05:00 Average: 2 14.77 0.00 7.87 5.79 0.06 71.52 13:05:00 Average: 3 14.87 0.00 7.76 5.41 0.06 71.90 13:05:00 13:05:00 13:05:00