Pull request #3034 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 gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at 4701403bb7246123cd8f18798155fd534c2f7ee0 rather than 4556c254a4adfc3c3cef9be3cad24762ea1c30fb Obtained Jenkinsfile from 4701403bb7246123cd8f18798155fd534c2f7ee0 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25810 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/22 [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/22 # 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 4701403bb7246123cd8f18798155fd534c2f7ee0 into PR head commit 4556c254a4adfc3c3cef9be3cad24762ea1c30fb Merge succeeded, producing 4556c254a4adfc3c3cef9be3cad24762ea1c30fb Checking out Revision 4556c254a4adfc3c3cef9be3cad24762ea1c30fb (PR-3034) > 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/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4556c254a4adfc3c3cef9be3cad24762ea1c30fb # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4701403bb7246123cd8f18798155fd534c2f7ee0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4556c254a4adfc3c3cef9be3cad24762ea1c30fb # timeout=10 Commit message: "Merge branch 'master' into master" First time build. Skipping changelog. > git rev-list --no-walk 41501bb39896fad05c0c6a7340478cbfc8761cad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:56:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:56:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:56:39 ========================================================= 17:56:39 EdgeX Global Pipelines Version Info 17:56:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:56:40 ------------------- 17:56:40 stable info: 17:56:40 ------------------- 17:56:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:56:40 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:56:40 Message: update stable to v1.0.179 17:56:41 ------------------- 17:56:41 experimental info: 17:56:41 ------------------- 17:56:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:56:41 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:56:41 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:56:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:56:41 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:56:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:56:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:56:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:56:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:56:42 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:56:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:56:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:56:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:56:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:56:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:56:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:56:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:56:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:56:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:56:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:56:43 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:56:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:56:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:56:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:56:43 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:56:43 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:56:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo 17:56:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo 17:56:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo 17:56:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4556c254a4adfc3c3cef9be3cad24762ea1c30fb [Pipeline] echo 17:56:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4556c25 [Pipeline] echo 17:56:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:56:44 provisioning config files... 17:56:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config6260452067608829286tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:56:45 ---> docker-login.sh 17:56:45 nexus3.edgexfoundry.org:10001 17:56:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:56:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:56:45 Configure a credential helper to remove this warning. See 17:56:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:56:45 17:56:45 Login Succeeded 17:56:45 nexus3.edgexfoundry.org:10002 17:56:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:56:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:56:45 Configure a credential helper to remove this warning. See 17:56:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:56:45 17:56:45 Login Succeeded 17:56:45 nexus3.edgexfoundry.org:10003 17:56:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:56:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:56:45 Configure a credential helper to remove this warning. See 17:56:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:56:45 17:56:45 Login Succeeded 17:56:45 nexus3.edgexfoundry.org:10004 17:56:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:56:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:56:46 Configure a credential helper to remove this warning. See 17:56:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:56:46 17:56:46 Login Succeeded 17:56:46 docker.io 17:56:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:56:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:56:46 Configure a credential helper to remove this warning. See 17:56:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:56:46 17:56:46 Login Succeeded 17:56:46 ---> docker-login.sh ends [Pipeline] } 17:56:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:56:47 ++ 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 17:56:47 + for file in '`ls cmd/**/Dockerfile`' 17:56:47 ++ dirname cmd/core-command/Dockerfile 17:56:47 ++ cut -d/ -f2 17:56:47 + echo core-command,cmd/core-command/Dockerfile 17:56:47 + for file in '`ls cmd/**/Dockerfile`' 17:56:47 ++ dirname cmd/core-data/Dockerfile 17:56:47 ++ cut -d/ -f2 17:56:47 + echo core-data,cmd/core-data/Dockerfile 17:56:47 + for file in '`ls cmd/**/Dockerfile`' 17:56:47 ++ dirname cmd/core-metadata/Dockerfile 17:56:47 ++ cut -d/ -f2 17:56:47 + echo core-metadata,cmd/core-metadata/Dockerfile 17:56:47 + for file in '`ls cmd/**/Dockerfile`' 17:56:47 ++ dirname cmd/security-bootstrapper/Dockerfile 17:56:47 ++ cut -d/ -f2 17:56:47 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:56:47 + for file in '`ls cmd/**/Dockerfile`' 17:56:47 ++ dirname cmd/security-proxy-setup/Dockerfile 17:56:47 ++ cut -d/ -f2 17:56:47 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:56:47 + for file in '`ls cmd/**/Dockerfile`' 17:56:47 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:56:47 ++ cut -d/ -f2 17:56:47 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:56:47 + for file in '`ls cmd/**/Dockerfile`' 17:56:47 ++ dirname cmd/support-notifications/Dockerfile 17:56:47 ++ cut -d/ -f2 17:56:47 + echo support-notifications,cmd/support-notifications/Dockerfile 17:56:47 + for file in '`ls cmd/**/Dockerfile`' 17:56:47 ++ dirname cmd/support-scheduler/Dockerfile 17:56:47 ++ cut -d/ -f2 17:56:47 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:56:47 + for file in '`ls cmd/**/Dockerfile`' 17:56:47 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:56:47 ++ cut -d/ -f2 17:56:47 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:56:47 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 17:56:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:56:48 17:56:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:56:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:56:48 latest: Pulling from edgex-devops/git-semver 17:56:48 31603596830f: Pulling fs layer 17:56:48 2a8b12db71e7: Pulling fs layer 17:56:48 6ca5941a6612: Pulling fs layer 17:56:48 ecc8261a40a4: Pulling fs layer 17:56:48 ecc8261a40a4: Waiting 17:56:48 2a8b12db71e7: Verifying Checksum 17:56:48 2a8b12db71e7: Download complete 17:56:48 31603596830f: Download complete 17:56:48 ecc8261a40a4: Verifying Checksum 17:56:48 ecc8261a40a4: Download complete 17:56:48 6ca5941a6612: Verifying Checksum 17:56:48 6ca5941a6612: Download complete 17:56:48 31603596830f: Pull complete 17:56:48 2a8b12db71e7: Pull complete 17:56:49 6ca5941a6612: Pull complete 17:56:50 ecc8261a40a4: Pull complete 17:56:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:56:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:56:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:56:50 prd-centos7-docker-4c-2g-25810 does not seem to be running inside a container 17:56:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:56:53 $ docker top 47ea19c1625522b4c5a1a1e85b3c0e0d5e708fd0740437c749a4346fd68d12c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:56:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:56:53 [ssh-agent] Looking for ssh-agent implementation... 17:56:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:56:53 $ docker exec 47ea19c1625522b4c5a1a1e85b3c0e0d5e708fd0740437c749a4346fd68d12c6 ssh-agent 17:56:54 SSH_AUTH_SOCK=/tmp/ssh-51yRjREo69xm/agent.12 17:56:54 SSH_AGENT_PID=18 17:56:54 Running ssh-add (command line suppressed) 17:56:54 Identity added: /w/workspace/edgex-go/22@tmp/private_key_4853007693854941700.key (/w/workspace/edgex-go/22@tmp/private_key_4853007693854941700.key) 17:56:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:56:54 + git tag --points-at HEAD [Pipeline] } 17:56:54 $ docker exec --env ******** --env ******** 47ea19c1625522b4c5a1a1e85b3c0e0d5e708fd0740437c749a4346fd68d12c6 ssh-agent -k 17:56:54 unset SSH_AUTH_SOCK; 17:56:54 unset SSH_AGENT_PID; 17:56:54 echo Agent pid 18 killed; 17:56:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:56:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:56:55 [ssh-agent] Looking for ssh-agent implementation... 17:56:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:56:55 $ docker exec 47ea19c1625522b4c5a1a1e85b3c0e0d5e708fd0740437c749a4346fd68d12c6 ssh-agent 17:56:55 SSH_AUTH_SOCK=/tmp/ssh-xpWGEsy8KLR5/agent.47 17:56:55 SSH_AGENT_PID=52 17:56:55 Running ssh-add (command line suppressed) 17:56:55 Identity added: /w/workspace/edgex-go/22@tmp/private_key_7983055451802055459.key (/w/workspace/edgex-go/22@tmp/private_key_7983055451802055459.key) 17:56:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:56:56 + git semver init 17:56:56 # -> Open(): unable to determine branch for HEAD 17:56:56 # $GIT_DIR = /w/workspace/edgex-go/22/.git 17:56:56 # $GIT_WORK_TREE = /w/workspace/edgex-go/22 17:56:56 # $SEMVER_REMOTE_NAME = origin 17:56:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:56:56 # $SEMVER_USER_NAME = edgex-jenkins 17:56:56 # $SEMVER_BRANCH = PR-3034 17:56:56 # $SEMVER_TEMP = /tmp/semver-762117962 17:56:56 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:57:23 # '/tmp/semver-762117962' -> '/w/workspace/edgex-go/22/.semver' 17:57:23 # -> Force: false 17:57:23 # $SEMVER_DIR = /w/workspace/edgex-go/22/.semver [Pipeline] } 17:57:23 $ docker exec --env ******** --env ******** 47ea19c1625522b4c5a1a1e85b3c0e0d5e708fd0740437c749a4346fd68d12c6 ssh-agent -k 17:57:23 unset SSH_AUTH_SOCK; 17:57:23 unset SSH_AGENT_PID; 17:57:23 echo Agent pid 52 killed; 17:57:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:57:24 + git semver [Pipeline] } 17:57:24 $ docker stop --time=1 47ea19c1625522b4c5a1a1e85b3c0e0d5e708fd0740437c749a4346fd68d12c6 17:57:26 $ docker rm -f 47ea19c1625522b4c5a1a1e85b3c0e0d5e708fd0740437c749a4346fd68d12c6 [Pipeline] // withDockerContainer [Pipeline] sh 17:57:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:57:27 Stashed 1 file(s) [Pipeline] echo 17:57:27 [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 17:57:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:57:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:57:29 + sudo service docker restart 17:57:29 + true 17:57:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:57:29 ========================================================= 17:57:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:57:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:57:30 + 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 . 17:57:33 Sending build context to Docker daemon 327.8MB 17:57:33 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:57:33 Step 2/6 : FROM ${BASE} 17:57:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:57:33 188c0c94c7c5: Pulling fs layer 17:57:33 0ef7d3d256c8: Pulling fs layer 17:57:33 de9db76c5a1d: Pulling fs layer 17:57:33 bca2f99d35d6: Pulling fs layer 17:57:33 93359f2a8cfa: Pulling fs layer 17:57:33 7c6f9722023f: Pulling fs layer 17:57:33 a35cf1a2eb13: Pulling fs layer 17:57:33 93359f2a8cfa: Waiting 17:57:33 bca2f99d35d6: Waiting 17:57:33 a35cf1a2eb13: Waiting 17:57:33 de9db76c5a1d: Verifying Checksum 17:57:33 de9db76c5a1d: Download complete 17:57:33 0ef7d3d256c8: Verifying Checksum 17:57:33 0ef7d3d256c8: Download complete 17:57:33 93359f2a8cfa: Verifying Checksum 17:57:33 93359f2a8cfa: Download complete 17:57:33 7c6f9722023f: Verifying Checksum 17:57:33 7c6f9722023f: Download complete 17:57:34 188c0c94c7c5: Verifying Checksum 17:57:34 188c0c94c7c5: Download complete 17:57:34 188c0c94c7c5: Pull complete 17:57:34 0ef7d3d256c8: Pull complete 17:57:34 de9db76c5a1d: Pull complete 17:57:38 a35cf1a2eb13: Verifying Checksum 17:57:38 a35cf1a2eb13: Download complete 17:57:41 bca2f99d35d6: Verifying Checksum 17:57:41 bca2f99d35d6: Download complete 17:57:43 Still waiting to schedule task 17:57:43 ‘prd-ubuntu18.04-docker-arm64-4c-16g-25808’ is offline 17:57:45 bca2f99d35d6: Pull complete 17:57:45 93359f2a8cfa: Pull complete 17:57:46 7c6f9722023f: Pull complete 17:57:50 a35cf1a2eb13: Pull complete 17:57:50 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:57:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:57:50 ---> a62c8e92a672 17:57:50 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 17:57:50 ---> Running in 15d23097ef77 17:57:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:57:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:57:53 (1/12) Installing libmagic (5.38-r0) 17:57:53 (2/12) Installing file (5.38-r0) 17:57:53 (3/12) Installing libc-dev (0.7.2-r3) 17:57:54 (4/12) Installing g++ (9.3.0-r2) 17:58:16 (5/12) Installing fortify-headers (1.1-r0) 17:58:16 (6/12) Installing patch (2.7.6-r6) 17:58:16 (7/12) Installing build-base (0.5-r2) 17:58:16 (8/12) Installing libsodium (1.0.18-r0) 17:58:16 (9/12) Installing pkgconf (1.7.2-r0) 17:58:16 (10/12) Installing libsodium-dev (1.0.18-r0) 17:58:16 (11/12) Installing libzmq (4.3.3-r0) 17:58:16 (12/12) Installing zeromq-dev (4.3.3-r0) 17:58:16 Executing busybox-1.31.1-r19.trigger 17:58:16 OK: 233 MiB in 51 packages 17:58:19 Removing intermediate container 15d23097ef77 17:58:19 ---> c68bce8f6a3e 17:58:19 Step 4/6 : WORKDIR /edgex-go 17:58:19 ---> Running in 552646e7aac8 17:58:19 Removing intermediate container 552646e7aac8 17:58:19 ---> ac86dac492a0 17:58:19 Step 5/6 : COPY go.mod . 17:58:19 ---> 89d13d384544 17:58:19 Step 6/6 : RUN go mod download 17:58:20 ---> Running in 65942c9fcc3c 17:58:42 Removing intermediate container 65942c9fcc3c 17:58:42 ---> 93acd90fd805 17:58:42 Successfully built 93acd90fd805 17:58:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:58:42 + docker inspect -f . ci-base-image-x86_64 17:58:42 . [Pipeline] withDockerContainer 17:58:42 prd-centos7-docker-4c-2g-25810 does not seem to be running inside a container 17:58:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 ******** ci-base-image-x86_64 cat 17:58:43 $ docker top bf0bc5aa3d95f3076f99ff12d15f33ad06001bb7a426b31bd689100c61e573b0 -eo pid,comm [Pipeline] { [Pipeline] sh 17:58:44 + go version 17:58:44 go version go1.15.5 linux/amd64 [Pipeline] } 17:58:44 $ docker stop --time=1 bf0bc5aa3d95f3076f99ff12d15f33ad06001bb7a426b31bd689100c61e573b0 17:58:45 $ docker rm -f bf0bc5aa3d95f3076f99ff12d15f33ad06001bb7a426b31bd689100c61e573b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:58:46 + docker inspect -f . ci-base-image-x86_64 17:58:46 . [Pipeline] withDockerContainer 17:58:46 prd-centos7-docker-4c-2g-25810 does not seem to be running inside a container 17:58:46 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 ******** ci-base-image-x86_64 cat 17:58:47 $ docker top c205029d24b80817cb0fda3217938da9987fbcea913f685c92e9aafe4a6c0b72 -eo pid,comm [Pipeline] { [Pipeline] echo 17:58:47 ========================================================= 17:58:47 [edgeXBuildGoParallel] Running Tests and Build... 17:58:47 ========================================================= [Pipeline] sh 17:58:48 + make test 17:58:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:58:58 ? github.com/edgexfoundry/edgex-go [no test files] 17:59:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:59:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:59:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:59:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:59:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:59:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:59:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:59:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:59:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:59:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:59:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:59:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:59:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:59:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.119s coverage: 45.9% of statements 17:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:59:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 17:59:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.087s coverage: 100.0% of statements 17:59:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.215s coverage: 27.1% of statements 17:59:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:59:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:59:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:59:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:59:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:59:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:59:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 17:59:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:59:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements 17:59:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:59:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:59:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 65.8% of statements 17:59:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:59:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:59:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.459s coverage: 82.3% of statements 17:59:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:59:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:59:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:59:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:59:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.329s coverage: 28.6% of statements 17:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:59:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 17:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:59:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 17:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:59:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements 17:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:59:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements 17:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:59:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements 17:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:59:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:59:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.385s coverage: 92.8% of statements 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:59:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:59:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:59:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:59:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.031s coverage: 45.5% of statements 17:59:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements 17:59:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements 17:59:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.063s coverage: 96.3% of statements 17:59:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements 17:59:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25811 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws 17:59:40 Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout 17:59:46 using credential edgex-jenkins-ssh 17:59:46 Cloning the remote Git repository 17:59:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:59:46 > git init /w/workspace/edgex-go/22 # timeout=10 17:59:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:59:46 > git --version # timeout=10 17:59:47 > git --version # 'git version 2.17.1' 17:59:47 using GIT_SSH to set credentials SSH Credentials for GitHub 17:59:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:59:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.044s coverage: 94.4% of statements 17:59:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.044s coverage: 87.2% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 63.5% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.289s coverage: 68.9% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.251s coverage: 84.0% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.0% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.087s coverage: 87.7% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.678s coverage: 29.1% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.058s coverage: 99.0% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:59:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 17:59:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 17:59:59 GO111MODULE=on go vet ./... 18:00:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:00:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:00:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:00:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:00:04 using GIT_SSH to set credentials SSH Credentials for GitHub 18:00:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:00:07 Merging remotes/origin/master commit 4701403bb7246123cd8f18798155fd534c2f7ee0 into PR head commit 4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:00:08 Merge succeeded, producing 4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:00:08 Checking out Revision 4556c254a4adfc3c3cef9be3cad24762ea1c30fb (PR-3034) 18:00:07 > git config core.sparsecheckout # timeout=10 18:00:07 > git checkout -f 4556c254a4adfc3c3cef9be3cad24762ea1c30fb # timeout=10 18:00:08 > git remote # timeout=10 18:00:08 > git config --get remote.origin.url # timeout=10 18:00:08 using GIT_SSH to set credentials SSH Credentials for GitHub 18:00:08 > git merge 4701403bb7246123cd8f18798155fd534c2f7ee0 # timeout=10 18:00:08 > git rev-parse HEAD^{commit} # timeout=10 18:00:08 > git config core.sparsecheckout # timeout=10 18:00:08 > git checkout -f 4556c254a4adfc3c3cef9be3cad24762ea1c30fb # timeout=10 18:00:13 Commit message: "Merge branch 'master' into master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:00:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:00:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:00:15 + true 18:00:15 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:00:18 provisioning config files... 18:00:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config6031860164517731467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:00:18 ---> docker-login.sh 18:00:18 nexus3.edgexfoundry.org:10001 18:00:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:00:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:00:19 Configure a credential helper to remove this warning. See 18:00:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:00:19 18:00:19 Login Succeeded 18:00:19 nexus3.edgexfoundry.org:10002 18:00:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:00:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:00:20 Configure a credential helper to remove this warning. See 18:00:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:00:20 18:00:20 Login Succeeded 18:00:20 nexus3.edgexfoundry.org:10003 18:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:00:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:00:21 Configure a credential helper to remove this warning. See 18:00:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:00:21 18:00:21 Login Succeeded 18:00:21 nexus3.edgexfoundry.org:10004 18:00:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:00:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:00:22 Configure a credential helper to remove this warning. See 18:00:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:00:22 18:00:22 Login Succeeded 18:00:22 docker.io 18:00:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:00:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:00:23 Configure a credential helper to remove this warning. See 18:00:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:00:23 18:00:23 Login Succeeded 18:00:23 ---> docker-login.sh ends [Pipeline] } 18:00:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:00:24 ========================================================= 18:00:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:00:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:00:24 + 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 . 18:00:26 gofmt -l . 18:00:26 [ "`gofmt -l .`" = "" ] 18:00:26 ./bin/test-go-mod-tidy.sh 18:00:26 ./bin/test-attribution-txt.sh [Pipeline] sh 18:00:26 + ls -al . 18:00:26 total 696 18:00:26 drwxrwxr-x 10 1001 1001 4096 Feb 9 18:00 . 18:00:26 drwxr-xr-x 4 root root 30 Feb 9 17:58 .. 18:00:26 -rw-rw-r-- 1 1001 1001 11 Feb 9 17:56 .dockerignore 18:00:26 drwxrwxr-x 8 1001 1001 179 Feb 9 17:56 .git 18:00:26 drwxrwxr-x 3 1001 1001 125 Feb 9 17:56 .github 18:00:26 -rw-rw-r-- 1 1001 1001 818 Feb 9 17:56 .gitignore 18:00:26 drwx------ 3 1001 1001 60 Feb 9 17:57 .semver 18:00:26 -rw-rw-r-- 1 1001 1001 166 Feb 9 17:56 .sonarcloud.properties 18:00:26 -rw-rw-r-- 1 1001 1001 7859 Feb 9 17:56 Attribution.txt 18:00:26 -rw-rw-r-- 1 1001 1001 3804 Feb 9 17:56 CONTRIBUTING.md 18:00:26 -rw-rw-r-- 1 1001 1001 931 Feb 9 17:56 Dockerfile.build 18:00:26 -rw-rw-r-- 1 1001 1001 863 Feb 9 17:56 Jenkinsfile 18:00:26 -rw-rw-r-- 1 1001 1001 10775 Feb 9 17:56 LICENSE 18:00:26 -rw-rw-r-- 1 1001 1001 5774 Feb 9 17:56 Makefile 18:00:26 -rw-rw-r-- 1 1001 1001 6524 Feb 9 17:56 README.md 18:00:26 -rw-rw-r-- 1 1001 1001 6755 Feb 9 17:56 SECURITY.md 18:00:26 -rw-rw-r-- 1 1001 1001 5 Feb 9 17:57 VERSION 18:00:26 -rw-rw-r-- 1 1001 1001 4131 Feb 9 17:56 ZMQWindows.md 18:00:26 drwxrwxr-x 2 1001 1001 117 Feb 9 17:56 bin 18:00:26 drwxrwxr-x 14 1001 1001 4096 Feb 9 17:56 cmd 18:00:26 -rw-r--r-- 1 root root 592672 Feb 9 17:59 coverage.out 18:00:26 -rw-r--r-- 1 root root 1054 Feb 9 18:00 go.mod 18:00:26 -rw-r--r-- 1 root root 19290 Feb 9 18:00 go.sum 18:00:26 drwxrwxr-x 8 1001 1001 127 Feb 9 17:56 internal 18:00:26 drwxrwxr-x 4 1001 1001 26 Feb 9 17:56 openapi 18:00:26 drwxrwxr-x 4 1001 1001 71 Feb 9 17:56 snap 18:00:26 -rw-rw-r-- 1 1001 1001 168 Feb 9 17:56 version.go [Pipeline] sh 18:00:27 Sending build context to Docker daemon 166.3MB 18:00:27 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:00:27 Step 2/6 : FROM ${BASE} 18:00:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:00:27 5f621e34cdf4: Pulling fs layer 18:00:27 a4357932f1b6: Pulling fs layer 18:00:27 18c013af1878: Pulling fs layer 18:00:27 00ac8860ef70: Pulling fs layer 18:00:27 63d7cb157983: Pulling fs layer 18:00:27 b116817d02f9: Pulling fs layer 18:00:27 745a02a5169b: Pulling fs layer 18:00:27 b116817d02f9: Waiting 18:00:27 00ac8860ef70: Waiting 18:00:27 745a02a5169b: Waiting 18:00:27 63d7cb157983: Waiting 18:00:27 18c013af1878: Verifying Checksum 18:00:27 18c013af1878: Download complete 18:00:27 a4357932f1b6: Download complete 18:00:27 63d7cb157983: Download complete 18:00:27 b116817d02f9: Verifying Checksum 18:00:27 b116817d02f9: Download complete 18:00:27 5f621e34cdf4: Download complete 18:00:27 + '[' -e coverage.out ] 18:00:27 + chown 1001:1001 coverage.out [Pipeline] stash 18:00:27 Stashed 1 file(s) [Pipeline] sh 18:00:27 5f621e34cdf4: Pull complete 18:00:27 + make build 18:00:27 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 18:00:28 a4357932f1b6: Pull complete 18:00:28 18c013af1878: Pull complete 18:00:29 745a02a5169b: Verifying Checksum 18:00:29 745a02a5169b: Download complete 18:00:30 00ac8860ef70: Verifying Checksum 18:00:30 00ac8860ef70: Download complete 18:00:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:00:40 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 18:00:40 00ac8860ef70: Pull complete 18:00:40 63d7cb157983: Pull complete 18:00:40 b116817d02f9: Pull complete 18:00:41 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 18:00:42 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 18:00:43 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 18:00:44 745a02a5169b: Pull complete 18:00:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:00:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:00:44 ---> b7e6874047d6 18:00:44 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 18:00:44 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 18:00:45 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 18:00:46 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 18:00:47 ---> Running in c491570812a9 18:00:48 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 18:00:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:00:49 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 18:00:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:00:50 (1/12) Installing libmagic (5.38-r0) 18:00:50 (2/12) Installing file (5.38-r0) 18:00:50 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 18:00:50 (3/12) Installing libc-dev (0.7.2-r3) 18:00:50 (4/12) Installing g++ (9.3.0-r2) [Pipeline] } 18:00:52 $ docker stop --time=1 c205029d24b80817cb0fda3217938da9987fbcea913f685c92e9aafe4a6c0b72 18:00:53 $ docker rm -f c205029d24b80817cb0fda3217938da9987fbcea913f685c92e9aafe4a6c0b72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 18:00:54 (5/12) Installing fortify-headers (1.1-r0) 18:00:54 (6/12) Installing patch (2.7.6-r6) 18:00:54 (7/12) Installing build-base (0.5-r2) 18:00:54 (8/12) Installing libsodium (1.0.18-r0) 18:00:54 (9/12) Installing pkgconf (1.7.2-r0) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 18:00:54 (10/12) Installing libsodium-dev (1.0.18-r0) 18:00:54 (11/12) Installing libzmq (4.3.3-r0) 18:00:54 (12/12) Installing zeromq-dev (4.3.3-r0) 18:00:55 Executing busybox-1.31.1-r19.trigger 18:00:55 OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh 18:00:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:00:55 18:00:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:00:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:00:56 latest: Pulling from edgex-devops/edgex-compose 18:00:56 cbdbe7a5bc2a: Pulling fs layer 18:00:56 ca9280d653b3: Pulling fs layer 18:00:56 7e9c9ca2126c: Pulling fs layer 18:00:56 cbdbe7a5bc2a: Verifying Checksum 18:00:56 cbdbe7a5bc2a: Download complete 18:00:56 cbdbe7a5bc2a: Pull complete 18:00:56 ca9280d653b3: Verifying Checksum 18:00:56 ca9280d653b3: Download complete 18:00:57 7e9c9ca2126c: Verifying Checksum 18:00:57 7e9c9ca2126c: Download complete 18:00:57 ca9280d653b3: Pull complete 18:00:59 Removing intermediate container c491570812a9 18:00:59 ---> 6735d9a1e49b 18:00:59 Step 4/6 : WORKDIR /edgex-go 18:00:59 ---> Running in 999339e7946d 18:00:59 Removing intermediate container 999339e7946d 18:00:59 ---> 5526984d65f4 18:00:59 Step 5/6 : COPY go.mod . 18:01:00 ---> d7fcb3c6720f 18:01:00 Step 6/6 : RUN go mod download 18:01:00 ---> Running in e8876f48ded3 18:01:04 7e9c9ca2126c: Pull complete 18:01:04 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:01:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:01:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:01:04 prd-centos7-docker-4c-2g-25810 does not seem to be running inside a container 18:01:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:01:07 $ docker top 353f5c51125a3fe117651fc9f61685827b58decfff0714aa6cbc08b1f29fc3a1 -eo pid,comm [Pipeline] { [Pipeline] sh 18:01:08 + docker-compose build --help 18:01:08 + grep parallel 18:01:09 --parallel Build images in parallel. [Pipeline] } 18:01:09 $ docker stop --time=1 353f5c51125a3fe117651fc9f61685827b58decfff0714aa6cbc08b1f29fc3a1 18:01:11 $ docker rm -f 353f5c51125a3fe117651fc9f61685827b58decfff0714aa6cbc08b1f29fc3a1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:01:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:01:11 . [Pipeline] withDockerContainer 18:01:11 prd-centos7-docker-4c-2g-25810 does not seem to be running inside a container 18:01:11 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 18:01:12 $ docker top 4fad749a6b8d7b566b5a4c171f8ebe35f0f832f92a7b70eda0384d5e0025bb56 -eo pid,comm [Pipeline] { [Pipeline] sh 18:01:13 + docker-compose -f ./docker-compose-build.yml build --parallel 18:01:14 Building docker-core-command-go ... 18:01:14 Building docker-core-data-go ... 18:01:14 Building docker-core-metadata-go ... 18:01:14 Building docker-security-bootstrapper-go ... 18:01:14 Building docker-security-proxy-setup-go ... 18:01:14 Building docker-security-secretstore-setup-go ... 18:01:14 Building docker-support-notifications-go ... 18:01:14 Building docker-support-scheduler-go ... 18:01:14 Building docker-sys-mgmt-agent-go ... 18:01:14 Building docker-core-data-go 18:01:14 Building docker-security-bootstrapper-go 18:01:14 Building docker-support-notifications-go 18:01:14 Building docker-security-proxy-setup-go 18:01:14 Building docker-support-scheduler-go 18:01:27 Removing intermediate container e8876f48ded3 18:01:27 ---> 8038654e62e6 18:01:27 Successfully built 8038654e62e6 18:01:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:01:27 + docker inspect -f . ci-base-image-arm64 18:01:27 . [Pipeline] withDockerContainer 18:01:27 prd-ubuntu18.04-docker-arm64-4c-16g-25811 does not seem to be running inside a container 18:01:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:01:29 $ docker top b94ee66071d66e38ccfad847b061dc90a17c9a1ebedad8798926b01e3a93b2b8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:01:30 + go version 18:01:30 go version go1.15.5 linux/arm64 [Pipeline] } 18:01:30 $ docker stop --time=1 b94ee66071d66e38ccfad847b061dc90a17c9a1ebedad8798926b01e3a93b2b8 18:01:32 $ docker rm -f b94ee66071d66e38ccfad847b061dc90a17c9a1ebedad8798926b01e3a93b2b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:01:33 + docker inspect -f . ci-base-image-arm64 18:01:33 . [Pipeline] withDockerContainer 18:01:33 prd-ubuntu18.04-docker-arm64-4c-16g-25811 does not seem to be running inside a container 18:01:33 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:01:35 $ docker top a8a29d2201e7e12853bd8d3364672e8f22a7cd40ad955fee69b3cd4d03ca0601 -eo pid,comm [Pipeline] { [Pipeline] echo 18:01:35 ========================================================= 18:01:35 [edgeXBuildGoParallel] Running Tests and Build... 18:01:35 ========================================================= [Pipeline] sh 18:01:36 + make test 18:01:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:01:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:01:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:01:46 ---> 93acd90fd805 18:01:46 Step 3/21 : WORKDIR /edgex-go 18:01:46 ---> 93acd90fd805 18:01:46 Step 3/23 : WORKDIR /edgex-go 18:01:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:01:46 ---> 93acd90fd805 18:01:46 Step 3/22 : WORKDIR /edgex-go 18:01:46 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:46 Step 2/30 : FROM ${BUILDER_BASE} AS builder 18:01:46 ---> 93acd90fd805 18:01:46 Step 3/30 : WORKDIR /edgex-go 18:01:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:01:46 ---> 93acd90fd805 18:01:46 Step 3/22 : WORKDIR /edgex-go 18:01:46 ---> Running in e76abf9f3f25 18:01:46 ---> Running in a0db7a25af11 18:01:46 ---> Running in ce416616d900 18:01:46 ---> Running in 5f4220274e01 18:01:46 ---> Running in 7375ab86ae03 18:01:47 Removing intermediate container ce416616d900 18:01:47 ---> b6ca45d71ebb 18:01:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:47 Removing intermediate container 7375ab86ae03 18:01:47 ---> 909327afb5d5 18:01:47 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:47 Removing intermediate container 5f4220274e01 18:01:47 ---> 1c442d377093 18:01:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:47 Removing intermediate container a0db7a25af11 18:01:47 ---> 7bae1ea7fea2 18:01:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:47 Removing intermediate container e76abf9f3f25 18:01:47 ---> ce223f2cf00f 18:01:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:47 ---> Running in f559d7baebf8 18:01:47 ---> Running in 13294e64ffac 18:01:47 ---> Running in 9cbca046e5fc 18:01:47 ---> Running in d5428a7657a6 18:01:47 ---> Running in d2548006509e 18:01:49 Removing intermediate container f559d7baebf8 18:01:49 ---> 2a95457af78f 18:01:49 Step 5/22 : RUN apk add --update --no-cache make git 18:01:49 ---> Running in 0a1022bc3143 18:01:49 Removing intermediate container 13294e64ffac 18:01:49 ---> 46355b162fd3 18:01:49 Step 5/30 : RUN apk add --update --no-cache make git 18:01:49 Removing intermediate container 9cbca046e5fc 18:01:49 ---> af50a499027a 18:01:49 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:01:50 ---> Running in f5773b93c953 18:01:50 Removing intermediate container d5428a7657a6 18:01:50 ---> 932a837c0c0b 18:01:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:01:50 Removing intermediate container d2548006509e 18:01:50 ---> 33fbdc2d958b 18:01:50 Step 5/21 : RUN apk add --update --no-cache make git 18:01:50 ---> Running in abb52d74e9fa 18:01:50 ---> Running in c0729836c959 18:01:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:50 ---> Running in cdb9528437d2 18:01:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:51 OK: 233 MiB in 51 packages 18:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:51 Removing intermediate container 0a1022bc3143 18:01:51 ---> 439a19937d19 18:01:51 Step 6/22 : COPY go.mod . 18:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:51 OK: 233 MiB in 51 packages 18:01:52 OK: 233 MiB in 51 packages 18:01:52 ---> 309b9f0e26c9 18:01:52 Step 7/22 : RUN go mod download 18:01:52 ---> Running in c93929ff2e19 18:01:52 OK: 233 MiB in 51 packages 18:01:52 OK: 233 MiB in 51 packages 18:01:52 Removing intermediate container f5773b93c953 18:01:52 ---> 6ca8442e6efe 18:01:52 Step 6/30 : COPY go.mod . 18:01:53 ---> d81325e1d552 18:01:53 Step 7/30 : RUN go mod download 18:01:53 ---> Running in 9b2f4b1e0fb8 18:01:53 Removing intermediate container abb52d74e9fa 18:01:53 ---> cd31f884b25a 18:01:53 Step 6/22 : COPY go.mod . 18:01:53 Removing intermediate container cdb9528437d2 18:01:53 ---> 4c56042cd7ee 18:01:53 Step 6/21 : COPY go.mod . 18:01:53 Removing intermediate container c0729836c959 18:01:53 ---> 05dd188b703f 18:01:53 Step 6/23 : COPY go.mod . 18:01:53 ---> 4191dd3f69cd 18:01:53 Step 7/22 : RUN go mod download 18:01:53 ---> Running in f3fa40a57143 18:01:53 ---> 818438184fd2 18:01:53 Step 7/21 : RUN go mod download 18:01:54 ---> Running in bb94b0843a7e 18:01:54 ---> 8939d047bf72 18:01:54 Step 7/23 : RUN go mod download 18:01:54 ---> Running in edd0b3a7aa18 18:01:54 Removing intermediate container c93929ff2e19 18:01:54 ---> f3dbd6b9954a 18:01:54 Step 8/22 : COPY . . 18:01:58 ? github.com/edgexfoundry/edgex-go [no test files] 18:01:58 Removing intermediate container 9b2f4b1e0fb8 18:01:58 ---> 81480e0c511c 18:01:58 Step 8/30 : COPY . . 18:02:01 Removing intermediate container f3fa40a57143 18:02:01 ---> 247c700e6bcb 18:02:01 Step 8/22 : COPY . . 18:02:04 Removing intermediate container bb94b0843a7e 18:02:04 ---> bf7424112ae1 18:02:04 Step 8/21 : COPY . . 18:02:05 Removing intermediate container edd0b3a7aa18 18:02:05 ---> 1116b05c6d7a 18:02:05 Step 8/23 : COPY . . 18:02:44 ---> f57ea3a108b2 18:02:44 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:02:44 ---> 2457c675dfe4 18:02:44 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:02:44 ---> df963f0424d6 18:02:44 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:02:44 ---> Running in c254891afff6 18:02:44 ---> Running in c5137eed69e4 18:02:44 ---> Running in 290f2fca1670 18:02:44 ---> a582657b1102 18:02:44 Step 9/23 : RUN make cmd/core-data/core-data 18:02:44 ---> 49d4bdef499e 18:02:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:02:44 ---> Running in 374b2bf01c8b 18:02:44 ---> Running in c5ae712abdb4 18:02: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 18:02:44 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 18:02:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:02:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:02:44 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 18:02:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:02:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:03:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:03:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:03:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:03:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:03:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:03:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:03:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:03:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:03: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 18:03:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:03:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:03:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:03:15 Removing intermediate container c5137eed69e4 18:03:15 ---> b9147a10a1fe 18:03:15 18:03:15 Step 10/30 : FROM alpine:3.12 18:03:15 3.12: Pulling from library/alpine 18:03:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:03:16 Status: Downloaded newer image for alpine:3.12 18:03:16 ---> 389fef711851 18:03:16 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:03:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.375s coverage: 45.9% of statements 18:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:03:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.159s coverage: 100.0% of statements 18:03:20 Removing intermediate container c5ae712abdb4 18:03:20 ---> 819f2c90f589 18:03:20 18:03:20 Step 10/21 : FROM alpine:3.12 18:03:20 ---> 389fef711851 18:03:20 Step 11/21 : RUN apk add --update --no-cache curl 18:03:21 ---> Running in c19d979c129b 18:03:21 ---> Running in 5a29ab496fc7 18:03:21 Removing intermediate container 290f2fca1670 18:03:21 ---> 2a6a98287ecc 18:03:21 18:03:21 Step 10/22 : FROM alpine:3.12 18:03:21 ---> 389fef711851 18:03:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:03:21 Removing intermediate container c254891afff6 18:03:21 ---> a80acf0424ad 18:03:21 18:03:21 Step 10/22 : FROM alpine:3.12 18:03:21 ---> 389fef711851 18:03:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:03:22 ---> Running in 9c50c28761a9 18:03:22 ---> Running in 51f280cd1579 18:03:22 Removing intermediate container c19d979c129b 18:03:22 ---> 573b3b9e8bda 18:03:22 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 18:03:22 ---> Running in ed4b16f2c442 18:03:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:03:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:03:22 (1/4) Installing ca-certificates (20191127-r4) 18:03:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:03:23 (3/4) Installing libcurl (7.69.1-r3) 18:03:23 (4/4) Installing curl (7.69.1-r3) 18:03:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:03:23 Executing busybox-1.31.1-r19.trigger 18:03:23 Executing ca-certificates-20191127-r4.trigger 18:03:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:03:23 OK: 7 MiB in 18 packages 18:03:23 (1/1) Installing dumb-init (1.2.2-r1) 18:03:23 Executing busybox-1.31.1-r19.trigger 18:03:23 OK: 6 MiB in 15 packages 18:03:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:03:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:03:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:03:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:03:23 (1/2) Installing dumb-init (1.2.2-r1) 18:03:23 (2/2) Installing su-exec (0.2-r1) 18:03:23 (1/2) Installing ca-certificates (20191127-r4) 18:03:23 Executing busybox-1.31.1-r19.trigger 18:03:23 (2/2) Installing dumb-init (1.2.2-r1) 18:03:23 OK: 6 MiB in 16 packages 18:03:23 Executing busybox-1.31.1-r19.trigger 18:03:23 Executing ca-certificates-20191127-r4.trigger 18:03:23 OK: 6 MiB in 16 packages 18:03:25 Removing intermediate container 374b2bf01c8b 18:03:25 ---> ebca6bc150a6 18:03:25 18:03:25 Step 10/23 : FROM alpine:3.12 18:03:25 ---> 389fef711851 18:03:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:03:25 ---> Running in b4b250cbc0ae 18:03:26 Removing intermediate container 5a29ab496fc7 18:03:26 ---> a6647a7103b7 18:03:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:03:26 Removing intermediate container b4b250cbc0ae 18:03:26 ---> 1e3443f1cebd 18:03:26 Step 12/23 : ENV APP_PORT=48080 18:03:27 ---> Running in 2ad161f84a86 18:03:27 Removing intermediate container 9c50c28761a9 18:03:27 ---> 31db599763b0 18:03:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:03:27 ---> Running in 5ec24a524fd2 18:03:27 ---> Running in a40e6dfcb37e 18:03:27 Removing intermediate container ed4b16f2c442 18:03:27 ---> 61a920fe5905 18:03:27 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 18:03:27 Removing intermediate container 51f280cd1579 18:03:27 ---> 7279d6648271 18:03:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:03:27 Removing intermediate container 2ad161f84a86 18:03:27 ---> 8596400ad9b7 18:03:27 Step 13/21 : WORKDIR /edgex 18:03:27 ---> Running in 7ad85d4a009b 18:03:27 ---> Running in 46d70947642f 18:03:27 Removing intermediate container 5ec24a524fd2 18:03:27 ---> 4f71e18a4e72 18:03:27 Step 13/23 : EXPOSE $APP_PORT 18:03:27 ---> Running in 5f6f19996778 18:03:28 Removing intermediate container a40e6dfcb37e 18:03:28 ---> 1e58ea2e2139 18:03:28 Step 13/22 : ENV APP_PORT=48085 18:03:28 ---> Running in d25755009c9e 18:03:28 ---> Running in 687b136038d3 18:03:28 Removing intermediate container 46d70947642f 18:03:28 ---> 6721b73f6a99 18:03:28 Step 13/22 : ENV APP_PORT=48060 18:03:28 Removing intermediate container 7ad85d4a009b 18:03:28 ---> f71381133d58 18:03:28 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:03:28 Removing intermediate container 5f6f19996778 18:03:28 ---> 8f17b162bdf4 18:03:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:03:28 ---> Running in 3815af5ea6db 18:03:28 ---> Running in 37d403cd6403 18:03:28 Removing intermediate container d25755009c9e 18:03:28 ---> 4d1817f8a5f0 18:03:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.525s coverage: 27.1% of statements 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.127s coverage: 100.0% of statements 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.244s coverage: 65.8% of statements 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:03:29 Removing intermediate container 687b136038d3 18:03:29 ---> 5a91cf0c5f0c 18:03:29 Step 14/22 : EXPOSE $APP_PORT 18:03:29 ---> Running in f9667b593079 18:03:29 ---> Running in f184d56d30ef 18:03:29 Removing intermediate container 3815af5ea6db 18:03:29 ---> 60a3ced61b85 18:03:29 Step 14/22 : EXPOSE $APP_PORT 18:03:29 ---> f85bac77932b 18:03:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:03:29 Removing intermediate container 37d403cd6403 18:03:29 ---> 4120f57a7a4b 18:03:29 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:03:29 ---> Running in e19896d864fb 18:03:29 ---> Running in 8af67126a5ee 18:03:29 Removing intermediate container f184d56d30ef 18:03:29 ---> 1a14698cc192 18:03:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:03:29 Removing intermediate container e19896d864fb 18:03:29 ---> e2947372c047 18:03:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:03:30 ---> f1d339f56e8d 18:03:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:03:30 ---> c57d686b28e1 18:03:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:03:30 ---> 7b138165e19b 18:03:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:03:30 Removing intermediate container f9667b593079 18:03:30 ---> 3fa5689f95b6 18:03:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:03:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.704s coverage: 82.3% of statements 18:03:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:03:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:03:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:03:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:03:31 ---> 06b1fe3924bb 18:03:31 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:03:31 ---> f6dce42840c7 18:03:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:03:31 ---> Running in 8d08d31acac5 18:03:31 ---> 417b484d5d25 18:03:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:03:31 ---> Running in c59bf519b7eb 18:03:32 Removing intermediate container 8af67126a5ee 18:03:32 ---> 3e9aa5f43df5 18:03:32 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 18:03:32 ---> 08cd99a4d365 18:03:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:03:32 ---> 007b004b7c80 18:03:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:03:32 Removing intermediate container c59bf519b7eb 18:03:32 ---> 94e8b258be79 18:03:32 Step 18/21 : CMD ["--init=true"] 18:03:32 ---> Running in fb7f3d82b543 18:03:32 ---> Running in 228117be30f3 18:03:32 ---> Running in fa2285d60ce7 18:03:32 ---> Running in 72d58cd814dd 18:03:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:03:32 Removing intermediate container 228117be30f3 18:03:32 ---> 1ccc501955b1 18:03:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:03:32 ---> Running in 6fc17b251679 18:03:32 Removing intermediate container fb7f3d82b543 18:03:32 ---> e4fdb86dd149 18:03:32 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:03:32 Removing intermediate container fa2285d60ce7 18:03:32 ---> 8b56b1ff026e 18:03:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:03:32 Removing intermediate container 72d58cd814dd 18:03:32 ---> cbdb4e530faf 18:03:32 Step 19/21 : LABEL arch=x86_64 18:03:32 ---> Running in 44cc739e2aae 18:03:32 ---> Running in 63b98965263f 18:03:33 Removing intermediate container 6fc17b251679 18:03:33 ---> ab5d1f4d5216 18:03:33 Step 20/22 : LABEL arch=x86_64 18:03:33 ---> 2731b2cc540c 18:03:33 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:03:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:03:33 ---> Running in 8cd66bef8dad 18:03:33 ---> Running in 9b2f5c6f64ca 18:03:33 Removing intermediate container 44cc739e2aae 18:03:33 ---> f39e32c50e43 18:03:33 Step 20/22 : LABEL arch=x86_64 18:03:33 Removing intermediate container 63b98965263f 18:03:33 ---> 908d4657282c 18:03:33 Step 20/21 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:03:33 ---> Running in ec586fe3ab21 18:03:33 ---> Running in 2c263820547e 18:03:33 (1/6) Installing dumb-init (1.2.2-r1) 18:03:33 Removing intermediate container 8cd66bef8dad 18:03:33 ---> 1fae3aa86199 18:03:33 Step 21/22 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:03:33 (2/6) Installing libgcc (9.3.0-r2) 18:03:33 (3/6) Installing libsodium (1.0.18-r0) 18:03:33 ---> Running in af1e048842e8 18:03:33 (4/6) Installing libstdc++ (9.3.0-r2) 18:03:33 Removing intermediate container ec586fe3ab21 18:03:33 ---> b8f57b0dc6cb 18:03:33 Step 21/22 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:03:33 Removing intermediate container 2c263820547e 18:03:33 ---> f7d5267db22d 18:03:33 Step 21/21 : LABEL version=0.0.0 18:03:33 (5/6) Installing libzmq (4.3.3-r0) 18:03:34 ---> Running in f362a9f0f32a 18:03:34 (6/6) Installing zeromq (4.3.3-r0) 18:03:34 ---> Running in 1ada5d7bc5aa 18:03:34 Executing busybox-1.31.1-r19.trigger 18:03:34 Removing intermediate container af1e048842e8 18:03:34 ---> 7808ae20b1fc 18:03:34 Step 22/22 : LABEL version=0.0.0 18:03:34 OK: 8 MiB in 20 packages 18:03:34 Removing intermediate container f362a9f0f32a 18:03:34 ---> 9c710e80081e 18:03:34 Step 22/22 : LABEL version=0.0.0 18:03:34 ---> Running in 7b7a29b2c8f8 18:03:34 Removing intermediate container 1ada5d7bc5aa 18:03:34 ---> a5949df6c93d 18:03:34 18:03:34 ---> Running in ddbbc34c92b7 18:03:34 Successfully built a5949df6c93d 18:03:34 Removing intermediate container 7b7a29b2c8f8 18:03:34 ---> 25131a1f1a12 18:03:34 18:03:35 Successfully tagged docker-security-proxy-setup-go:latest 18:03:35  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 18:03:35 Removing intermediate container ddbbc34c92b7 18:03:35 ---> d2bb03d68cb7 18:03:35 18:03:35 Successfully built 25131a1f1a12 18:03:35 Successfully tagged docker-support-scheduler-go:latest 18:03:35  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 18:03:35 Successfully built d2bb03d68cb7 18:03:35 Removing intermediate container 9b2f5c6f64ca 18:03:35 ---> fec498dfe761 18:03:35 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 18:03:35 Successfully tagged docker-support-notifications-go:latest 18:03:35 Building docker-core-metadata-go 18:03:35  Building docker-support-notifications-go ... done Removing intermediate container 8d08d31acac5 18:03:35 ---> 8b3a5d4d52af 18:03:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:03:35 ---> 8851a6dd96c0 18:03:35 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:03:35 ---> 5bd456ce3b8b 18:03:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:03:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.131s coverage: 28.6% of statements 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:03:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.165s coverage: 100.0% of statements 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:03:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.095s coverage: 100.0% of statements 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:03:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.288s coverage: 86.7% of statements 18:03:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:03:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.373s coverage: 97.5% of statements 18:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:03:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.179s coverage: 78.3% of statements 18:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:03:40 ---> 6bd4a1ae8c4a 18:03:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:03:40 ---> 95ba97f9da19 18:03:40 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:03:44 ---> beb11585b1e0 18:03:44 Step 19/23 : ENTRYPOINT ["/core-data"] 18:03:44 ---> 1fee068ec976 18:03:44 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:03:44 ---> Running in 7c48d2fe2629 18:03:44 ---> 39e20d1d6db5 18:03:44 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 18:03:44 Removing intermediate container 7c48d2fe2629 18:03:44 ---> af55309cc7ae 18:03:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:03:44 ---> Running in 8f74edbdb60d 18:03:44 ---> Running in 01393d84168b 18:03:46 Removing intermediate container 01393d84168b 18:03:46 ---> 1935cbf50fb7 18:03:46 Step 21/23 : LABEL arch=x86_64 18:03:47 Removing intermediate container 8f74edbdb60d 18:03:47 ---> dd2a7d34fea6 18:03:47 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:03:47 ---> Running in f001ef2d6fc3 18:03:48 ---> 4fc7970ac0f3 18:03:48 Step 25/30 : RUN chmod +x /entrypoint.sh 18:03:48 Removing intermediate container f001ef2d6fc3 18:03:48 ---> 14aab205503b 18:03:48 Step 22/23 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:03:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.253s coverage: 92.8% of statements 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:03:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:03:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.185s coverage: 0.1% of statements 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:03:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:03:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 45.5% of statements 18:03:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.082s coverage: 79.5% of statements 18:03:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements 18:03:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.121s coverage: 96.3% of statements 18:03:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.083s coverage: 87.5% of statements 18:03:50 ---> Running in e197e64a2233 18:03:52 ---> Running in c1f7713c3778 18:03:54 Removing intermediate container e197e64a2233 18:03:54 ---> d0c99e629981 18:03:54 Step 23/23 : LABEL version=0.0.0 18:03:55 ---> Running in 24a0b8d22fdf 18:03:57 Removing intermediate container 24a0b8d22fdf 18:03:57 ---> 797ea0f00a17 18:03:57 18:03:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:03:57 ---> 93acd90fd805 18:03:57 Step 3/24 : WORKDIR /edgex-go 18:03:57 ---> Using cache 18:03:57 ---> 909327afb5d5 18:03:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:57 ---> Using cache 18:03:57 ---> 46355b162fd3 18:03:57 Step 5/24 : RUN apk add --update --no-cache make git 18:03:57 ---> Using cache 18:03:57 ---> 6ca8442e6efe 18:03:57 Step 6/24 : COPY go.mod . 18:03:57 ---> Using cache 18:03:57 ---> d81325e1d552 18:03:57 Step 7/24 : RUN go mod download 18:03:57 ---> Using cache 18:03:57 ---> 81480e0c511c 18:03:57 Step 8/24 : COPY . . 18:03:57 ---> Using cache 18:03:57 ---> df963f0424d6 18:03:57 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:03:58 ---> Running in 9e6f60ee27b9 18:03:58 Successfully built 797ea0f00a17 18:03:58 Successfully tagged docker-core-data-go:latest 18:03:58 Building docker-core-command-go 18:03:58  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:03:58 ---> 93acd90fd805 18:03:58 Step 3/23 : WORKDIR /edgex-go 18:03:58 ---> Using cache 18:03:58 ---> 909327afb5d5 18:03:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:58 ---> Using cache 18:03:58 ---> 46355b162fd3 18:03:58 Step 5/23 : RUN apk add --update --no-cache make git 18:03:58 ---> Using cache 18:03:58 ---> 6ca8442e6efe 18:03:58 Step 6/23 : COPY go.mod . 18:03:58 ---> Using cache 18:03:58 ---> d81325e1d552 18:03:58 Step 7/23 : RUN go mod download 18:03:58 ---> Using cache 18:03:58 ---> 81480e0c511c 18:03:58 Step 8/23 : COPY . . 18:03:58 ---> Using cache 18:03:58 ---> df963f0424d6 18:03:58 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:03:58 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:03:58 ---> 93acd90fd805 18:03:58 Step 3/26 : WORKDIR /edgex-go 18:03:58 ---> Using cache 18:03:58 ---> 909327afb5d5 18:03:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:58 ---> Using cache 18:03:58 ---> 46355b162fd3 18:03:58 Step 5/26 : RUN apk add --update --no-cache make bash git 18:03:59 Removing intermediate container c1f7713c3778 18:03:59 ---> 6d813924d571 18:03:59 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 18:03:59 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 18:03:59 ---> Running in f4fc4151ea59 18:03:59 ---> Running in 98775382f54a 18:03:59 ---> Running in 151e0d13f78c 18:04:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:04:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:04:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements 18:04:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 18:04:02 Removing intermediate container 151e0d13f78c 18:04:02 ---> 92cde293dc24 18:04:02 Step 27/30 : CMD ["gate"] 18:04:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:04:03 OK: 233 MiB in 51 packages 18:04:03 ---> Running in d57e8a17a4ef 18:04:05 Removing intermediate container d57e8a17a4ef 18:04:05 ---> 892c5cf350a6 18:04:05 Step 28/30 : LABEL arch=x86_64 18:04:05 Removing intermediate container f4fc4151ea59 18:04:05 ---> e2c7af0e5d70 18:04:05 Step 6/26 : COPY go.mod . 18:04:05 ---> Running in 665dce2c7cea 18:04:06 Removing intermediate container 665dce2c7cea 18:04:06 ---> b0fa88a49df8 18:04:06 Step 29/30 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:04:06 ---> 7deeeeacd748 18:04:06 Step 7/26 : RUN go mod download 18:04:07 ---> Running in 637aa982f257 18:04:07 ---> Running in c59fa723e1d8 18:04:08 Removing intermediate container c59fa723e1d8 18:04:08 ---> 125cf617a7e9 18:04:08 Step 30/30 : LABEL version=0.0.0 18:04:08 ---> Running in ea427374326a 18:04:08 Removing intermediate container ea427374326a 18:04:08 ---> 80f14e37ff40 18:04:08 18:04:09 Successfully built 80f14e37ff40 18:04:09 Successfully tagged docker-security-bootstrapper-go:latest 18:04:11  Building docker-security-bootstrapper-go ... done Removing intermediate container 637aa982f257 18:04:11 ---> 6b641644587a 18:04:11 Step 8/26 : COPY . . 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.140s coverage: 92.9% of statements 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.119s coverage: 84.2% of statements 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.200s coverage: 91.4% of statements 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.514s coverage: 63.5% of statements 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 18:04:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.989s coverage: 68.9% of statements 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.349s coverage: 37.0% of statements 18:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:04:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:04:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:04:17 ---> 93acd90fd805 18:04:17 Step 3/23 : WORKDIR /edgex-go 18:04:17 ---> Using cache 18:04:17 ---> 909327afb5d5 18:04:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:04:17 ---> Using cache 18:04:17 ---> 46355b162fd3 18:04:17 Step 5/23 : RUN apk add --update --no-cache make git 18:04:17 ---> Using cache 18:04:17 ---> 6ca8442e6efe 18:04:17 Step 6/23 : COPY go.mod . 18:04:17 ---> Using cache 18:04:17 ---> d81325e1d552 18:04:17 Step 7/23 : RUN go mod download 18:04:17 ---> Using cache 18:04:17 ---> 81480e0c511c 18:04:17 Step 8/23 : COPY . . 18:04:17 ---> Using cache 18:04:17 ---> df963f0424d6 18:04:17 Step 9/23 : RUN make cmd/core-command/core-command 18:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.618s coverage: 84.0% of statements 18:04:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.079s coverage: 100.0% of statements 18:04:19 ---> Running in 05af4f538cf4 18:04: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 18:04:20 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 18:04:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.444s coverage: 47.0% of statements 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:04:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:04:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:04:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.291s coverage: 87.7% of statements 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.028s coverage: 29.1% of statements 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.191s coverage: 100.0% of statements 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:04:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:04:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:04:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.123s coverage: 87.9% of statements 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:04:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 18:04:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 18:04:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements 18:04:32 GO111MODULE=on go vet ./... 18:04:36 ---> 7e1d08a4eed0 18:04:36 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:04:36 Removing intermediate container 9e6f60ee27b9 18:04:36 ---> b234b5b2055a 18:04:36 18:04:36 Step 10/24 : FROM alpine:3.12 18:04:36 ---> 389fef711851 18:04:36 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:04:36 Removing intermediate container 98775382f54a 18:04:36 ---> ce37cc688d81 18:04:36 18:04:36 Step 10/23 : FROM alpine:3.12 18:04:36 ---> 389fef711851 18:04:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:04:36 ---> Using cache 18:04:36 ---> 31db599763b0 18:04:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:04:36 ---> Running in 07ef856e08c9 18:04:36 ---> Using cache 18:04:36 ---> 1e58ea2e2139 18:04:36 Step 13/23 : ENV APP_PORT=48081 18:04:36 ---> Running in 93099b5e82f9 18:04:36 ---> Running in f8a25950d765 18:04:36 Removing intermediate container 93099b5e82f9 18:04:36 ---> 46dc74995b2c 18:04:36 Step 14/23 : EXPOSE $APP_PORT 18:04:36 ---> Running in eafeb0bf5824 18:04:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:04:36 Removing intermediate container eafeb0bf5824 18:04:36 ---> a4546128fe19 18:04:36 Step 15/23 : WORKDIR / 18:04:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:04:36 ---> Running in 867ad0198505 18:04:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:04:36 (1/5) Installing ca-certificates (20191127-r4) 18:04:36 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:04:36 Removing intermediate container 867ad0198505 18:04:36 ---> e3edf7cb0dc2 18:04:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:04:36 (3/5) Installing libcurl (7.69.1-r3) 18:04:36 (4/5) Installing curl (7.69.1-r3) 18:04:36 (5/5) Installing dumb-init (1.2.2-r1) 18:04:36 Executing busybox-1.31.1-r19.trigger 18:04:36 Executing ca-certificates-20191127-r4.trigger 18:04:36 OK: 7 MiB in 19 packages 18:04:37 ---> b945489890ce 18:04:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:04:38 Removing intermediate container f8a25950d765 18:04:38 ---> 4ed1a8d45957 18:04:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:04:38 ---> 108a5bd68bd7 18:04:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:04:38 ---> Running in 82d0e313f394 18:04:40 Removing intermediate container 82d0e313f394 18:04:40 ---> 728cc9416f0f 18:04:40 Step 13/24 : WORKDIR / 18:04:41 ---> 9cd3183c6aca 18:04:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:04:42 ---> Running in c4ff2450f367 18:04:42 ---> Running in 0501c5baa935 18:04:42 Removing intermediate container 05af4f538cf4 18:04:42 ---> 7439600c1b7a 18:04:42 18:04:42 Step 10/23 : FROM alpine:3.12 18:04:42 ---> 389fef711851 18:04:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:04:42 ---> Using cache 18:04:42 ---> 31db599763b0 18:04:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:04:42 ---> Using cache 18:04:42 ---> 1e58ea2e2139 18:04:42 Step 13/23 : ENV APP_PORT=48082 18:04:42 ---> Running in b0eb6931bad7 18:04:43 Removing intermediate container 0501c5baa935 18:04:43 ---> f9da122ccb3c 18:04:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:04:43 Removing intermediate container c4ff2450f367 18:04:43 ---> 874ba98def18 18:04:43 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:04:43 ---> Running in e062463acaa0 18:04:43 Removing intermediate container b0eb6931bad7 18:04:43 ---> b2992b78f5de 18:04:43 Step 14/23 : EXPOSE $APP_PORT 18:04:43 ---> Running in 0fdc07ef757b 18:04:43 ---> 37789f210c1b 18:04:43 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:04:43 Removing intermediate container e062463acaa0 18:04:43 ---> 723b9b1d7081 18:04:43 Step 21/23 : LABEL arch=x86_64 18:04:43 ---> Running in dd2aa0fde2d8 18:04:43 Removing intermediate container 0fdc07ef757b 18:04:43 ---> 2ad3edfd61bb 18:04:43 Step 15/23 : WORKDIR / 18:04:43 ---> Running in c9188e263bca 18:04:43 ---> 70843c51ecf9 18:04:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:04:44 Removing intermediate container dd2aa0fde2d8 18:04:44 ---> 2c7c5af6735e 18:04:44 Step 22/23 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:04:44 ---> Running in 3bdea9ccdf36 18:04:44 Removing intermediate container c9188e263bca 18:04:44 ---> 35e6f0ff9e66 18:04:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:04:44 Removing intermediate container 3bdea9ccdf36 18:04:44 ---> c979556af990 18:04:44 Step 23/23 : LABEL version=0.0.0 18:04:44 ---> 2ef78f78aa90 18:04:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:04:44 ---> Running in 0803a7a8a80e 18:04:44 ---> 1f356b2d7e21 18:04:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:04:44 Removing intermediate container 0803a7a8a80e 18:04:44 ---> 54de4785ffd9 18:04:44 18:04:44 Successfully built 54de4785ffd9 18:04:44 Successfully tagged docker-core-metadata-go:latest 18:04:45  Building docker-core-metadata-go ... done  ---> ad720409ff97 18:04:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:04:45 ---> 9e761dbdc08e 18:04:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:04:46 ---> ebe3f702b916 18:04:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:04:46 ---> 227165faeaa3 18:04:46 Step 19/23 : ENTRYPOINT ["/core-command"] 18:04:46 ---> Running in 0bd827bdafa7 18:04:46 ---> bb6a0d043046 18:04:46 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/ 18:04:46 ---> Running in 64e610a41f4e 18:04:46 Removing intermediate container 0bd827bdafa7 18:04:46 ---> d7eae7f43d46 18:04:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:04:47 ---> Running in e0c3b30e77d4 18:04:47 Removing intermediate container e0c3b30e77d4 18:04:47 ---> 6111dbca72e7 18:04:47 Step 21/23 : LABEL arch=x86_64 18:04:47 ---> Running in 528d6280fc45 18:04:47 Removing intermediate container 528d6280fc45 18:04:47 ---> c82a2321dbfa 18:04:47 Step 22/23 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:04:47 ---> Running in 068dd8fdecbc 18:04:48 Removing intermediate container 068dd8fdecbc 18:04:48 ---> 3cbc2e6fa6a1 18:04:48 Step 23/23 : LABEL version=0.0.0 18:04:48 ---> Running in a94b668b5119 18:04:48 Removing intermediate container 64e610a41f4e 18:04:48 ---> 738056a7c232 18:04:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:04:48 ---> Running in d81242f0566a 18:04:48 Removing intermediate container a94b668b5119 18:04:48 ---> fc4f9c6c6139 18:04:48 18:04:48 Successfully built fc4f9c6c6139 18:04:48 Removing intermediate container d81242f0566a 18:04:48 ---> 1b7d77722814 18:04:48 Step 22/24 : LABEL arch=x86_64 18:04:48 Successfully tagged docker-core-command-go:latest 18:04:49  Building docker-core-command-go ... done  ---> Running in 60614ef387e4 18:04:50 Removing intermediate container 60614ef387e4 18:04:50 ---> 34c2714647a9 18:04:50 Step 23/24 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:04:50 ---> Running in 8effac65512b 18:04:50 Removing intermediate container 07ef856e08c9 18:04:50 ---> dfd02b580ce4 18:04:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:04:50 ---> Running in f1c3706683f7 18:04:50 Removing intermediate container 8effac65512b 18:04:50 ---> dbd62a08195b 18:04:50 Step 24/24 : LABEL version=0.0.0 18:04:51 ---> Running in b4348f566748 18:04:51 Removing intermediate container b4348f566748 18:04:51 ---> 88076c6f226a 18:04:51 18:04:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:04:51 Successfully built 88076c6f226a 18:04:51 Successfully tagged docker-security-secretstore-setup-go:latest 18:04:52  Building docker-security-secretstore-setup-go ... done Removing intermediate container f1c3706683f7 18:04:52 ---> 3609d0324223 18:04:52 18:04:52 Step 11/26 : FROM docker:20.10.0 18:04:52 20.10.0: Pulling from library/docker 18:04:58 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:04:58 Status: Downloaded newer image for docker:20.10.0 18:04:58 ---> aefe523efa57 18:04:58 Step 12/26 : RUN apk add --no-cache bash 18:04:58 ---> Running in 994bc3753c3f 18:04:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:04:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:04:59 (1/2) Installing readline (8.0.4-r0) 18:04:59 (2/2) Installing bash (5.0.17-r0) 18:04:59 Executing bash-5.0.17-r0.post-install 18:04:59 Executing busybox-1.31.1-r19.trigger 18:04:59 OK: 12 MiB in 22 packages 18:04:59 Removing intermediate container 994bc3753c3f 18:04:59 ---> 40d7ee898534 18:04:59 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:04:59 ---> Running in ce23bc80270e 18:05:00 Removing intermediate container ce23bc80270e 18:05:00 ---> 1820c041ee76 18:05:00 Step 14/26 : ENV APP_PORT=48090 18:05:00 ---> Running in a6cc5ee8ce17 18:05:00 Removing intermediate container a6cc5ee8ce17 18:05:00 ---> 09d386b7fa99 18:05:00 Step 15/26 : EXPOSE $APP_PORT 18:05:00 ---> Running in ae6915d734e6 18:05:00 Removing intermediate container ae6915d734e6 18:05:00 ---> 51b909e3a995 18:05:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:05:01 ---> 3bbbb72b5405 18:05:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:05:01 ---> 2c2c3cc84156 18:05:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:05:01 ---> 725abcf64b73 18:05:01 Step 19/26 : RUN apk --no-cache add py3-pip 18:05:01 ---> Running in 24a677e54d1e 18:05:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:05:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:05:02 (1/33) Installing libbz2 (1.0.8-r1) 18:05:02 (2/33) Installing expat (2.2.9-r1) 18:05:02 (3/33) Installing libffi (3.3-r2) 18:05:02 (4/33) Installing gdbm (1.13-r1) 18:05:02 (5/33) Installing xz-libs (5.2.5-r0) 18:05:02 (6/33) Installing sqlite-libs (3.32.1-r0) 18:05:02 (7/33) Installing python3 (3.8.5-r0) 18:05:03 (8/33) Installing py3-appdirs (1.4.4-r1) 18:05:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:05:03 (10/33) Installing py3-parsing (2.4.7-r0) 18:05:03 (11/33) Installing py3-six (1.15.0-r0) 18:05:03 (12/33) Installing py3-packaging (20.4-r0) 18:05:03 (13/33) Installing py3-setuptools (47.0.0-r0) 18:05:03 (14/33) Installing py3-chardet (3.0.4-r4) 18:05:03 (15/33) Installing py3-idna (2.9-r0) 18:05:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:05:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:05:03 (18/33) Installing py3-requests (2.23.0-r0) 18:05:03 (19/33) Installing py3-msgpack (1.0.0-r0) 18:05:03 (20/33) Installing py3-lockfile (0.12.2-r3) 18:05:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:05:03 (22/33) Installing py3-colorama (0.4.3-r0) 18:05:03 (23/33) Installing py3-distlib (0.3.0-r0) 18:05:04 (24/33) Installing py3-distro (1.5.0-r1) 18:05:04 (25/33) Installing py3-webencodings (0.5.1-r3) 18:05:04 (26/33) Installing py3-html5lib (1.0.1-r4) 18:05:04 (27/33) Installing py3-pytoml (0.1.21-r0) 18:05:04 (28/33) Installing py3-pep517 (0.8.2-r0) 18:05:04 (29/33) Installing py3-progress (1.5-r0) 18:05:04 (30/33) Installing py3-toml (0.10.1-r0) 18:05:04 (31/33) Installing py3-retrying (1.3.3-r0) 18:05:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:05:04 (33/33) Installing py3-pip (20.1.1-r0) 18:05:04 Executing busybox-1.31.1-r19.trigger 18:05:04 OK: 71 MiB in 55 packages 18:05:14 Removing intermediate container 24a677e54d1e 18:05:14 ---> ed983c82f4eb 18:05:14 Step 20/26 : RUN pip install docker-compose==1.23.2 18:05:14 ---> Running in e6254ecb7502 18:05:14 Collecting docker-compose==1.23.2 18:05:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:05: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) 18:05:14 Collecting docker<4.0,>=3.6.0 18:05:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:05:14 Collecting dockerpty<0.5,>=0.4.1 18:05:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:05:15 Collecting cached-property<2,>=1.2.0 18:05:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:05:15 Collecting docopt<0.7,>=0.6.1 18:05:15 Downloading docopt-0.6.2.tar.gz (25 kB) 18:05:16 Collecting PyYAML<4,>=3.10 18:05:16 Downloading PyYAML-3.13.tar.gz (270 kB) 18:05:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:05:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:05:17 Collecting websocket-client<1.0,>=0.32.0 18:05:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:05:17 Collecting texttable<0.10,>=0.9.0 18:05:17 Downloading texttable-0.9.1.tar.gz (11 kB) 18:05:18 Collecting jsonschema<3,>=2.5.1 18:05:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:05:18 Collecting docker-pycreds>=0.4.0 18:05:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:05:18 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) 18:05:18 Collecting urllib3<1.25,>=1.21.1 18:05:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:05:18 Collecting idna<2.8,>=2.5 18:05:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:05:18 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) 18:05:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:05:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:05:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:05:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:05:18 Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, dockerpty, cached-property, docopt, PyYAML, texttable, jsonschema, docker-compose 18:05:18 Attempting uninstall: urllib3 18:05:18 Found existing installation: urllib3 1.25.9 18:05:18 Uninstalling urllib3-1.25.9: 18:05:18 Successfully uninstalled urllib3-1.25.9 18:05:19 Attempting uninstall: idna 18:05:19 Found existing installation: idna 2.9 18:05:19 Uninstalling idna-2.9: 18:05:19 Successfully uninstalled idna-2.9 18:05:19 Attempting uninstall: requests 18:05:19 Found existing installation: requests 2.23.0 18:05:19 Uninstalling requests-2.23.0: 18:05:19 Successfully uninstalled requests-2.23.0 18:05:19 Running setup.py install for dockerpty: started 18:05:20 Running setup.py install for dockerpty: finished with status 'done' 18:05:20 Running setup.py install for docopt: started 18:05:20 Running setup.py install for docopt: finished with status 'done' 18:05:20 Running setup.py install for PyYAML: started 18:05:21 Running setup.py install for PyYAML: finished with status 'done' 18:05:21 Running setup.py install for texttable: started 18:05:21 Running setup.py install for texttable: finished with status 'done' 18:05: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 18:05:25 Removing intermediate container e6254ecb7502 18:05:25 ---> ade46d54b2ab 18:05:25 Step 21/26 : RUN apk --no-cache add curl 18:05:25 ---> Running in 43ed6a408915 18:05:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:05:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:05:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:05:25 (2/3) Installing libcurl (7.69.1-r3) 18:05:25 (3/3) Installing curl (7.69.1-r3) 18:05:25 Executing busybox-1.31.1-r19.trigger 18:05:25 OK: 72 MiB in 58 packages 18:05:26 Removing intermediate container 43ed6a408915 18:05:26 ---> 1b348c17006e 18:05:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:05:26 ---> Running in 39748424646e 18:05:26 Removing intermediate container 39748424646e 18:05:26 ---> d20ffcfb285d 18:05:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:05:26 ---> Running in 102c56d9a176 18:05:26 Removing intermediate container 102c56d9a176 18:05:26 ---> 7cbef164349c 18:05:26 Step 24/26 : LABEL arch=x86_64 18:05:26 ---> Running in 0ca35b6db90f 18:05:27 Removing intermediate container 0ca35b6db90f 18:05:27 ---> 2f55113271fb 18:05:27 Step 25/26 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:05:27 ---> Running in 5dba31540891 18:05:27 Removing intermediate container 5dba31540891 18:05:27 ---> 550d2c5f6525 18:05:27 Step 26/26 : LABEL version=0.0.0 18:05:27 ---> Running in b6f410bdf210 18:05:27 Removing intermediate container b6f410bdf210 18:05:27 ---> 76b10567a763 18:05:27 18:05:27 Successfully built 76b10567a763 18:05:27 Successfully tagged docker-sys-mgmt-agent-go:latest 18:05:27  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:05:28 $ docker stop --time=1 4fad749a6b8d7b566b5a4c171f8ebe35f0f832f92a7b70eda0384d5e0025bb56 18:05:29 $ docker rm -f 4fad749a6b8d7b566b5a4c171f8ebe35f0f832f92a7b70eda0384d5e0025bb56 [Pipeline] // withDockerContainer [Pipeline] sh 18:05:30 + docker images 18:05:30 + grep docker 18:05:30 docker-sys-mgmt-agent-go latest 76b10567a763 3 seconds ago 313MB 18:05:30 docker-security-secretstore-setup-go latest 88076c6f226a 39 seconds ago 24.6MB 18:05:30 docker-core-command-go latest fc4f9c6c6139 42 seconds ago 16.9MB 18:05:30 docker-core-metadata-go latest 54de4785ffd9 46 seconds ago 18.8MB 18:05:30 docker-security-bootstrapper-go latest 80f14e37ff40 About a minute ago 17.9MB 18:05:30 docker-core-data-go latest 797ea0f00a17 About a minute ago 22.3MB 18:05:30 docker-support-notifications-go latest d2bb03d68cb7 About a minute ago 17.6MB 18:05:30 docker-support-scheduler-go latest 25131a1f1a12 About a minute ago 17MB 18:05:30 docker-security-proxy-setup-go latest a5949df6c93d About a minute ago 24.4MB 18:05:30 docker 20.10.0 aefe523efa57 2 months 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 18:05:46 Still waiting to schedule task 18:05:46 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:05:54 gofmt -l . 18:05:54 [ "`gofmt -l .`" = "" ] 18:05:54 ./bin/test-go-mod-tidy.sh 18:05:54 ./bin/test-attribution-txt.sh [Pipeline] sh 18:05:55 + ls -al . 18:05:55 total 724 18:05:55 drwxrwxr-x 9 1001 1001 4096 Feb 9 18:05 . 18:05:55 drwxr-xr-x 4 root root 4096 Feb 9 18:01 .. 18:05:55 -rw-rw-r-- 1 1001 1001 11 Feb 9 18:00 .dockerignore 18:05:55 drwxrwxr-x 8 1001 1001 4096 Feb 9 18:00 .git 18:05:55 drwxrwxr-x 3 1001 1001 4096 Feb 9 18:00 .github 18:05:55 -rw-rw-r-- 1 1001 1001 818 Feb 9 18:00 .gitignore 18:05:55 -rw-rw-r-- 1 1001 1001 166 Feb 9 18:00 .sonarcloud.properties 18:05:55 -rw-rw-r-- 1 1001 1001 7859 Feb 9 18:00 Attribution.txt 18:05:55 -rw-rw-r-- 1 1001 1001 3804 Feb 9 18:00 CONTRIBUTING.md 18:05:55 -rw-rw-r-- 1 1001 1001 931 Feb 9 18:00 Dockerfile.build 18:05:55 -rw-rw-r-- 1 1001 1001 863 Feb 9 18:00 Jenkinsfile 18:05:55 -rw-rw-r-- 1 1001 1001 10775 Feb 9 18:00 LICENSE 18:05:55 -rw-rw-r-- 1 1001 1001 5774 Feb 9 18:00 Makefile 18:05:55 -rw-rw-r-- 1 1001 1001 6524 Feb 9 18:00 README.md 18:05:55 -rw-rw-r-- 1 1001 1001 6755 Feb 9 18:00 SECURITY.md 18:05:55 -rw-rw-r-- 1 1001 1001 5 Feb 9 17:57 VERSION 18:05:55 -rw-rw-r-- 1 1001 1001 4131 Feb 9 18:00 ZMQWindows.md 18:05:55 drwxrwxr-x 2 1001 1001 4096 Feb 9 18:00 bin 18:05:55 drwxrwxr-x 14 1001 1001 4096 Feb 9 18:00 cmd 18:05:55 -rw-r--r-- 1 root root 592672 Feb 9 18:04 coverage.out 18:05:55 -rw-r--r-- 1 root root 1054 Feb 9 18:05 go.mod 18:05:55 -rw-r--r-- 1 root root 19290 Feb 9 18:05 go.sum 18:05:55 drwxrwxr-x 8 1001 1001 4096 Feb 9 18:00 internal 18:05:55 drwxrwxr-x 4 1001 1001 4096 Feb 9 18:00 openapi 18:05:55 drwxrwxr-x 4 1001 1001 4096 Feb 9 18:00 snap 18:05:55 -rw-rw-r-- 1 1001 1001 168 Feb 9 18:00 version.go [Pipeline] sh 18:05:56 + '[' -e coverage.out ] 18:05:56 + chown 1001:1001 coverage.out [Pipeline] stash 18:05:56 Warning: overwriting stash ‘coverage-report’ 18:05:57 Stashed 1 file(s) [Pipeline] sh 18:05:58 + make build 18:05: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 18:06:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:06:35 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 18:06:35 Running on prd-ubuntu18.04-docker-8c-8g-25813 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws 18:06:35 Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout 18:06:36 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 18:06:37 using credential edgex-jenkins-ssh 18:06:37 Cloning the remote Git repository 18:06:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:06:37 > git init /w/workspace/edgex-go/22 # timeout=10 18:06:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:06:37 > git --version # timeout=10 18:06:37 > git --version # 'git version 2.17.1' 18:06:37 using GIT_SSH to set credentials SSH Credentials for GitHub 18:06:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:06: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 18:06:43 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 18:06:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:06:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:06:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:06:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:06:43 using GIT_SSH to set credentials SSH Credentials for GitHub 18:06:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:06:44 Merging remotes/origin/master commit 4701403bb7246123cd8f18798155fd534c2f7ee0 into PR head commit 4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:06:44 Merge succeeded, producing 4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:06:44 Checking out Revision 4556c254a4adfc3c3cef9be3cad24762ea1c30fb (PR-3034) 18:06:44 > git config core.sparsecheckout # timeout=10 18:06:44 > git checkout -f 4556c254a4adfc3c3cef9be3cad24762ea1c30fb # timeout=10 18:06:44 > git remote # timeout=10 18:06:44 > git config --get remote.origin.url # timeout=10 18:06:44 using GIT_SSH to set credentials SSH Credentials for GitHub 18:06:44 > git merge 4701403bb7246123cd8f18798155fd534c2f7ee0 # timeout=10 18:06:44 > git rev-parse HEAD^{commit} # timeout=10 18:06:44 > git config core.sparsecheckout # timeout=10 18:06:44 > git checkout -f 4556c254a4adfc3c3cef9be3cad24762ea1c30fb # timeout=10 18:06:47 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 18:06:48 Commit message: "Merge branch 'master' into master" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:06:49 + echo snap-build.sh 18:06:49 snap-build.sh 18:06:49 + SNAP_BASE_DIR=. 18:06:49 + '[' '!' -z /w/workspace/edgex-go/22 ']' 18:06:49 + SNAP_BASE_DIR=/w/workspace/edgex-go/22 18:06:49 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/22]' 18:06:49 [snap-build] Building snap in dir [/w/workspace/edgex-go/22] 18:06:49 + cd /w/workspace/edgex-go/22 18:06:49 + sudo apt-get remove -qy --purge lxd lxd-client 18:06:49 Reading package lists... 18:06:49 Building dependency tree... 18:06:49 Reading state information... 18:06:49 The following packages were automatically installed and are no longer required: 18:06:49 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:06:49 uidmap xdelta3 18:06:49 Use 'sudo apt autoremove' to remove them. 18:06:49 The following packages will be REMOVED: 18:06:49 lxd* lxd-client* 18:06:50 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:06:50 After this operation, 31.7 MB disk space will be freed. 18:06:51 (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.) 18:06:51 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:06:52 Removing lxd dnsmasq configuration 18:06:52 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:06:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:06:52 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:06:53 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:06:53 (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.) 18:06:53 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:06:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:06:55 Processing triggers for systemd (237-3ubuntu10.42) ... 18:06:55 Processing triggers for ureadahead (0.100.0-21) ... 18:06:56 + sudo snap remove --purge lxd 18:06:57 snap "lxd" is not installed 18:06:57 + sudo groupadd --force --system lxd 18:06:57 ++ whoami 18:06:57 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:06:57 + newgrp - lxd 18:06:57 + sudo snap install lxd 18:06:58 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 18:07:03 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 18:07:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:07:12 2021-02-09T18:07:09Z INFO Waiting for automatic snapd restart... [Pipeline] } 18:07:18 $ docker stop --time=1 a8a29d2201e7e12853bd8d3364672e8f22a7cd40ad955fee69b3cd4d03ca0601 18:07:21 $ docker rm -f a8a29d2201e7e12853bd8d3364672e8f22a7cd40ad955fee69b3cd4d03ca0601 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:07:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:07:23 18:07:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:07:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:07:24 lxd 4.11 from Canonical* installed 18:07:24 + sudo lxd init --auto 18:07:24 latest: Pulling from edgex-devops/edgex-compose-arm64 18:07:24 29e5d40040c1: Pulling fs layer 18:07:24 1ce36da41761: Pulling fs layer 18:07:24 25b303627fd3: Pulling fs layer 18:07:24 29e5d40040c1: Verifying Checksum 18:07:24 29e5d40040c1: Download complete 18:07:25 1ce36da41761: Verifying Checksum 18:07:25 1ce36da41761: Download complete 18:07:25 29e5d40040c1: Pull complete 18:07:27 1ce36da41761: Pull complete 18:07:28 25b303627fd3: Verifying Checksum 18:07:28 25b303627fd3: Download complete 18:07:32 + sudo snap install --classic snapcraft 18:07:41 25b303627fd3: Pull complete 18:07:41 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:07:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:07:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:07:41 prd-ubuntu18.04-docker-arm64-4c-16g-25811 does not seem to be running inside a container 18:07:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:07:45 snapcraft 4.5.1 from Canonical* installed 18:07:45 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:07:45 + patch --verbose -p1 18:07:45 Hmm... Looks like a unified diff to me... 18:07:45 The text leading up to this was: 18:07:45 -------------------------- 18:07:45 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 18:07:45 |From: Tony Espy 18:07:45 |Date: Wed, 16 Dec 2020 16:34:55 -0500 18:07:45 |Subject: [PATCH] optimize snap build for pipeline CI check 18:07:45 | 18:07:45 |This patch is used by the EdgeX CI pipeline builds to 18:07:45 |optimize the snap CI check run for pull requests. When 18:07:45 |applied, it essentially strips out everything (apps and 18:07:45 |parts) from the snapcraft.yaml file except those required 18:07:45 |to build edgex-go, as the whole idea of the CI check is to 18:07:45 |catch changes to edgex-go that break the snap build. 18:07:45 | 18:07:45 |In general, anyone updating snapcraft.yaml will also need 18:07:45 |to update this patch file, otherwise it may fail to apply, 18:07:45 |resulting in a failed snap build CI check in the associated 18:07:45 |pull request. 18:07:45 | 18:07:45 |Note - in addition to applying this patch, the pipeline also 18:07:45 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:07:45 |need to build the finally binary .snap file (and it won't 18:07:45 |work with the patch applied). This further reduces the build 18:07:45 |time. 18:07:45 |--- 18:07:45 | snap/snapcraft.yaml | 461 +------------------------------------------- 18:07:45 | 1 file changed, 2 insertions(+), 459 deletions(-) 18:07:45 | 18:07:45 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:07:45 |index 1e537489..faf42425 100644 18:07:45 |--- a/snap/snapcraft.yaml 18:07:45 |+++ b/snap/snapcraft.yaml 18:07:45 -------------------------- 18:07:45 patching file snap/snapcraft.yaml 18:07:45 Using Plan A... 18:07:45 Hunk #1 succeeded at 73. 18:07:45 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 18:07:45 Hunk #3 succeeded at 217 (offset 3 lines). 18:07:45 Hunk #4 succeeded at 225 (offset 3 lines). 18:07:45 Hunk #5 succeeded at 232 (offset 3 lines). 18:07:45 Hunk #6 succeeded at 259 (offset 3 lines). 18:07:45 Hunk #7 succeeded at 293 (offset 3 lines). 18:07:45 Hunk #8 succeeded at 352 (offset 11 lines). 18:07:45 Hmm... Ignoring the trailing garbage. 18:07:45 done 18:07:45 + sudo snapcraft prime --use-lxd 18:07:45 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:07:45 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: 18:07:45 - README.md 18:07:45 - snapcraft.yaml.orig 18:07:45 18:07:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:07:45 $ docker top e9533cc2c34bd6a919e68eafd20a8644ac6451d4f8ffede5d845fc140a84bfb3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:07:46 Launching a container. 18:07:46 + grep parallel 18:07:46 + docker-compose build --help 18:07:53 --parallel Build images in parallel. [Pipeline] } 18:07:53 $ docker stop --time=1 e9533cc2c34bd6a919e68eafd20a8644ac6451d4f8ffede5d845fc140a84bfb3 18:07:55 $ docker rm -f e9533cc2c34bd6a919e68eafd20a8644ac6451d4f8ffede5d845fc140a84bfb3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:07:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:07:56 . [Pipeline] withDockerContainer 18:07:56 prd-ubuntu18.04-docker-arm64-4c-16g-25811 does not seem to be running inside a container 18:07:56 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 18:07:58 $ docker top 99e50a60149d89b938d55b0b80ee76833d39b9971ca609553e5650646b2eb868 -eo pid,comm 18:07:58 Waiting for container to be ready 18:07:58 To start your first instance, try: lxc launch ubuntu:18.04 18:07:58 [Pipeline] { [Pipeline] sh 18:07:59 + docker-compose -f ./docker-compose-build.yml build --parallel 18:08:02 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:08:02 Waiting for network to be ready... 18:08:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:08:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] 18:08:03 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:08:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 18:08:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 18:08:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 18:08:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 18:08:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 18:08:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] 18:08:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 18:08:03 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:08:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:08:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:08:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:08:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:08:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:08:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:08:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:08:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:08:04 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 18:08:04 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 18:08:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 18:08:04 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 18:08:04 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 18:08:04 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 18:08:04 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 18:08:04 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 18:08:06 Building docker-core-command-go ... 18:08:06 Building docker-core-data-go ... 18:08:06 Building docker-core-metadata-go ... 18:08:06 Building docker-security-bootstrapper-go ... 18:08:06 Building docker-security-proxy-setup-go ... 18:08:06 Building docker-security-secretstore-setup-go ... 18:08:06 Building docker-support-notifications-go ... 18:08:06 Building docker-support-scheduler-go ... 18:08:06 Building docker-sys-mgmt-agent-go ... 18:08:06 Building docker-security-bootstrapper-go 18:08:06 Building docker-security-secretstore-setup-go 18:08:06 Building docker-core-metadata-go 18:08:06 Building docker-security-proxy-setup-go 18:08:06 Building docker-support-scheduler-go 18:08:08 Fetched 23.9 MB in 5s (4690 kB/s) 18:08:09 Reading package lists... 18:08:09 Reading package lists... 18:08:09 Building dependency tree... 18:08:09 Reading state information... 18:08:09 The following additional packages will be installed: 18:08:09 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:08:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:08:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:08:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:08:09 Suggested packages: 18:08:09 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:08:09 Recommended packages: 18:08:09 gnupg libsasl2-modules 18:08:09 The following NEW packages will be installed: 18:08:09 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:08:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:08:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:08:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:08:09 The following packages will be upgraded: 18:08:09 gpg gpg-agent gpgconf libudev1 18:08:10 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 18:08:10 Need to get 3532 kB of archives. 18:08:10 After this operation, 13.3 MB of additional disk space will be used. 18:08:10 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 18:08:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 18:08:10 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 18:08:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 18:08:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 18:08:10 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] 18:08:10 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] 18:08:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 18:08:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 18:08:10 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:08:10 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 18:08:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:08:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:08:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:08:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:08:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:08:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:08:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:08:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:08:10 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:08:10 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:08:10 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:08:11 debconf: delaying package configuration, since apt-utils is not installed 18:08:11 Fetched 3532 kB in 1s (3215 kB/s) 18:08:11 (Reading database ... 12511 files and directories currently installed.) 18:08:11 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 18:08:11 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:08:11 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 18:08:11 Selecting previously unselected package udev. 18:08:11 (Reading database ... 12511 files and directories currently installed.) 18:08:11 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 18:08:11 Unpacking udev (237-3ubuntu10.44) ... 18:08:11 Selecting previously unselected package libfuse2:amd64. 18:08:11 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:08:11 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:08:11 Selecting previously unselected package fuse. 18:08:11 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:08:11 Unpacking fuse (2.9.7-1ubuntu1) ... 18:08:11 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 18:08:11 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:08:12 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 18:08:12 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:08:12 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 18:08:12 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:08:12 Selecting previously unselected package libksba8:amd64. 18:08:12 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:08:12 Unpacking libksba8:amd64 (1.3.5-2) ... 18:08:12 Selecting previously unselected package libroken18-heimdal:amd64. 18:08:12 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:08:12 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:12 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:08:12 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:08:12 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:12 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:08:12 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:08:12 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:12 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:08:12 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:08:12 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:12 Selecting previously unselected package libwind0-heimdal:amd64. 18:08:12 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:08:12 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:12 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:08:12 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:08:12 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:13 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:08:13 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:08:13 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:13 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:08:13 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:08:13 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:13 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:08:13 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:08:13 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:13 Selecting previously unselected package libsasl2-modules-db:amd64. 18:08:13 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:08:13 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:08:13 Selecting previously unselected package libsasl2-2:amd64. 18:08:13 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:08:13 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:08:13 Selecting previously unselected package libldap-common. 18:08:13 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 18:08:13 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 18:08:13 Selecting previously unselected package libldap-2.4-2:amd64. 18:08:13 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 18:08:13 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 18:08:13 Selecting previously unselected package dirmngr. 18:08:13 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 18:08:13 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 18:08:13 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 18:08:13 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 18:08:13 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:08:13 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:08:13 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:08:13 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 18:08:13 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:13 Setting up libksba8:amd64 (1.3.5-2) ... 18:08:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:08:13 Setting up udev (237-3ubuntu10.44) ... 18:08:14 invoke-rc.d: policy-rc.d denied execution of start. 18:08:14 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:14 Processing triggers for systemd (237-3ubuntu10) ... 18:08:14 Setting up fuse (2.9.7-1ubuntu1) ... 18:08:14 Setting up gpg (2.2.4-1ubuntu1.3) ... 18:08:14 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:14 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:14 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:14 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:14 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:14 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:14 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:08:14 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 18:08:14 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 18:08:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:08:15 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:08:15 settings in the [Install] section, and DefaultInstance for template units). 18:08:15 This means they are not meant to be enabled using systemctl. 18:08:15 Possible reasons for having this kind of units are: 18:08:15 1) A unit may be statically enabled by being symlinked from another unit's 18:08:15 .wants/ or .requires/ directory. 18:08:15 2) A unit's purpose may be to act as a helper for some other unit which has 18:08:15 a requirement dependency on it. 18:08:15 3) A unit may be started when needed via activation (socket, path, timer, 18:08:15 D-Bus, udev, scripted systemctl call, ...). 18:08:15 4) In case of template units, the unit is meant to be enabled with some 18:08:15 instance name specified. 18:08:15 Reading package lists... 18:08:15 Building dependency tree... 18:08:15 Reading state information... 18:08:16 The following additional packages will be installed: 18:08:16 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:08:16 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:08:16 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:08:16 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:08:16 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:08:16 Suggested packages: 18:08:16 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:08:16 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:08:16 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:08:16 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:08:16 systemd-container policykit-1 18:08:16 Recommended packages: 18:08:16 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:08:16 The following NEW packages will be installed: 18:08:16 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:08:16 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:08:16 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:08:16 multiarch-support openssh-client python3 python3-minimal python3.6 18:08:16 python3.6-minimal snapd squashfs-tools sudo 18:08:16 The following packages will be upgraded: 18:08:16 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:08:16 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 18:08:16 Need to get 35.2 MB of archives. 18:08:16 After this operation, 141 MB of additional disk space will be used. 18:08:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:08:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:08:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 18:08:16 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 18:08:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 18:08:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:08:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 18:08:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 18:08:16 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 18:08:16 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:08:16 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:08:16 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:08:16 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:08:16 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:08:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:08:16 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:08:16 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 18:08:16 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:08:18 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 18:08:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:08:18 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:08:18 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:08:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:08:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:08:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:08:18 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:08:18 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:08:18 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:08:18 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:08:18 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 18:08:20 debconf: delaying package configuration, since apt-utils is not installed 18:08:20 Fetched 35.2 MB in 4s (9132 kB/s) 18:08:20 (Reading database ... 12757 files and directories currently installed.) 18:08:20 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 18:08:20 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:08:21 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 18:08:21 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:08:21 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 18:08:21 (Reading database ... 12757 files and directories currently installed.) 18:08:21 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:08:21 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:08:21 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:08:22 (Reading database ... 12757 files and directories currently installed.) 18:08:22 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:08:22 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:08:22 Setting up apt (1.6.12ubuntu0.2) ... 18:08:22 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:08:22 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:08:23 (Reading database ... 12764 files and directories currently installed.) 18:08:23 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:08:23 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:08:23 Selecting previously unselected package libpython3.6-minimal:amd64. 18:08:23 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:08:23 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:08:23 Selecting previously unselected package libexpat1:amd64. 18:08:23 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:08:23 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:08:23 Selecting previously unselected package python3.6-minimal. 18:08:23 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:08:23 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:08:23 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 18:08:24 Checking for services that may need to be restarted...done. 18:08:24 Checking for services that may need to be restarted...done. 18:08:24 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:08:24 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:08:24 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:08:24 Selecting previously unselected package python3-minimal. 18:08:24 (Reading database ... 13012 files and directories currently installed.) 18:08:24 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:08:24 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:08:24 Selecting previously unselected package mime-support. 18:08:24 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:08:24 Unpacking mime-support (3.60ubuntu1) ... 18:08:24 Selecting previously unselected package libmpdec2:amd64. 18:08:24 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:08:24 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:08:24 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:08:24 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:08:24 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:08:25 Selecting previously unselected package python3.6. 18:08:25 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:08:25 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:08:25 Selecting previously unselected package libpython3-stdlib:amd64. 18:08:25 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:08:25 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:08:25 Setting up python3-minimal (3.6.7-1~18.04) ... 18:08:26 Selecting previously unselected package python3. 18:08:26 (Reading database ... 13442 files and directories currently installed.) 18:08:26 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:08:26 Unpacking python3 (3.6.7-1~18.04) ... 18:08:26 Selecting previously unselected package multiarch-support. 18:08:26 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:08:26 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:08:26 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:08:26 Selecting previously unselected package liblzo2-2:amd64. 18:08:26 (Reading database ... 13479 files and directories currently installed.) 18:08:26 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:08:26 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:08:26 Selecting previously unselected package libbsd0:amd64. 18:08:26 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:08:26 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:08:26 Selecting previously unselected package sudo. 18:08:26 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:08:26 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:08:27 Selecting previously unselected package apparmor. 18:08:27 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:08:27 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:08:27 Selecting previously unselected package libedit2:amd64. 18:08:27 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:08:27 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:08:27 Selecting previously unselected package libkrb5support0:amd64. 18:08:27 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:08:27 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:08:27 Selecting previously unselected package libk5crypto3:amd64. 18:08:27 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:08:27 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:08:27 Selecting previously unselected package libkeyutils1:amd64. 18:08:27 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:08:27 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:08:27 Selecting previously unselected package libkrb5-3:amd64. 18:08:27 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:08:27 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:08:28 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:08:28 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:08:28 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:08:28 Selecting previously unselected package libssl1.0.0:amd64. 18:08:28 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 18:08:28 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:08:28 Selecting previously unselected package openssh-client. 18:08:28 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:08:28 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:08:28 Selecting previously unselected package squashfs-tools. 18:08:28 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:08:28 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:08:28 Selecting previously unselected package snapd. 18:08:28 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 18:08:28 Unpacking snapd (2.48+18.04) ... 18:08:31 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:08:31 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:08:31 Setting up mime-support (3.60ubuntu1) ... 18:08:31 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:08:31 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:08:31 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:08:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:08:31 Setting up systemd (237-3ubuntu10.44) ... 18:08:31 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:08:32 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:08:32 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:08:32 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:08:32 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:08:32 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:08:32 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:08:33 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:08:33 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:08:33 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:08:33 Setting up python3 (3.6.7-1~18.04) ... 18:08:33 running python rtupdate hooks for python3.6... 18:08:33 running python post-rtupdate hooks for python3.6... 18:08:33 Setting up apparmor (2.12-4ubuntu5.1) ... 18:08:34 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:08:34 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:08:34 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:08:34 Setting up snapd (2.48+18.04) ... 18:08:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:08:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:08:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:08:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:08:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:08:36 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:08:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:08:36 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:08:36 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:08:37 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:08:37 /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' 18:08:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:08:37 Processing triggers for systemd (237-3ubuntu10.44) ... 18:08:38 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:08:38 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:08:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:08:40 Reading package lists... 18:08:40 Reading package lists... 18:08:40 Building dependency tree... 18:08:40 Reading state information... 18:08:40 Calculating upgrade... 18:08:41 The following packages will be upgraded: 18:08:41 advancecomp base-files bash binutils binutils-common 18:08:41 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:08:41 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:08:41 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 18:08:41 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 18:08:41 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:08:41 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:08:41 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 18:08:41 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 18:08:41 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 18:08:41 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 18:08:41 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 18:08:41 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 18:08:41 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 18:08:41 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 18:08:41 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:08:41 Need to get 63.8 MB of archives. 18:08:41 After this operation, 5188 kB of additional disk space will be used. 18:08:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 18:08:41 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:08:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:08:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:08:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:08:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:08:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:08:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:08:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:08:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:08:41 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:08:41 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:08:41 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:08:41 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:08:41 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:08:41 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:08:41 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:08:41 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:08:41 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:08:41 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:08:41 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:08:41 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:08:41 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:08:41 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:08:41 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:08:41 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:08:41 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:08:41 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:08:41 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:08:41 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:08:41 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:08:41 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:08:41 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:08:41 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:08:41 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:08:41 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 18:08:41 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 18:08:41 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:08:41 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:08:41 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:08:41 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 18:08:41 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 18:08:41 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:08:41 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:08:41 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:08:41 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 18:08:41 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:08:41 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:08:41 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] 18:08:41 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 18:08:41 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 18:08:41 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 18:08:41 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:08:41 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:08:41 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:08:41 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:08:42 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:08:42 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:08:42 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:08:42 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:08:42 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:08:42 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:08:42 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:08:42 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:08:42 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:08:42 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:08:42 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:08:42 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:08:42 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:08:42 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:08:42 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:08:42 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:08:42 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:08:42 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:08:42 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:08:42 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:08:42 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:08:42 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:08:42 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:08:42 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:08:42 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:08:42 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:08:42 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] 18:08:42 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:08:42 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 18:08:42 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] 18:08:42 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:08:42 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:08:42 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:08:42 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:08:42 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:08:42 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:08:42 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] 18:08:42 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:08:42 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:08:42 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:08:42 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:08:43 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:08:43 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:08:43 debconf: delaying package configuration, since apt-utils is not installed 18:08:43 Fetched 63.8 MB in 2s (34.9 MB/s) 18:08:43 (Reading database ... 13912 files and directories currently installed.) 18:08:43 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:08:43 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:08:43 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:08:43 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:08:44 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 18:08:44 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 18:08:45 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:08:45 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:08:45 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:08:45 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:08:45 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:08:45 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:08:45 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:08:45 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:08:45 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:08:45 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:08:45 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:08:45 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:08:45 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:08:45 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:08:45 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:08:45 (Reading database ... 13911 files and directories currently installed.) 18:08:45 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:08:45 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:08:46 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:08:46 (Reading database ... 13911 files and directories currently installed.) 18:08:46 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:08:46 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:08:46 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:08:46 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:08:46 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:08:46 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:08:46 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:08:46 (Reading database ... 13911 files and directories currently installed.) 18:08:46 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:08:46 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:08:47 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:08:47 (Reading database ... 13911 files and directories currently installed.) 18:08:47 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:08:47 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:08:47 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:08:47 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:08:48 Setting up base-files (10.1ubuntu2.10) ... 18:08:48 Installing new version of config file /etc/issue ... 18:08:48 Installing new version of config file /etc/issue.net ... 18:08:48 Installing new version of config file /etc/lsb-release ... 18:08:48 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:08:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:08:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:08:48 Removing obsolete conffile /etc/default/motd-news ... 18:08:48 (Reading database ... 13912 files and directories currently installed.) 18:08:48 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:08:48 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:08:48 Setting up bash (4.4.18-2ubuntu1.2) ... 18:08:48 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 18:08:48 (Reading database ... 13912 files and directories currently installed.) 18:08:48 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:08:49 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:08:49 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:08:49 (Reading database ... 13912 files and directories currently installed.) 18:08:49 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:08:49 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:08:49 Setting up tar (1.29b-2ubuntu0.2) ... 18:08:49 (Reading database ... 13912 files and directories currently installed.) 18:08:49 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:08:49 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:08:49 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:08:49 (Reading database ... 13912 files and directories currently installed.) 18:08:49 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:08:49 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:08:50 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:08:50 (Reading database ... 13912 files and directories currently installed.) 18:08:50 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:08:50 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:08:50 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:08:50 (Reading database ... 13912 files and directories currently installed.) 18:08:50 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:08:50 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:08:50 Setting up grep (3.1-2build1) ... 18:08:50 (Reading database ... 13912 files and directories currently installed.) 18:08:50 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:08:50 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:08:50 Setting up login (1:4.5-1ubuntu2) ... 18:08:50 (Reading database ... 13912 files and directories currently installed.) 18:08:50 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:08:51 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:08:51 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:08:51 (Reading database ... 13912 files and directories currently installed.) 18:08:51 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:08:51 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:08:52 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:08:52 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:08:52 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:08:52 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:08:52 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:08:52 (Reading database ... 13912 files and directories currently installed.) 18:08:52 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:08:52 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:08:54 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:08:54 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:08:54 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:08:54 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:08:54 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:08:54 (Reading database ... 13912 files and directories currently installed.) 18:08:54 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:08:54 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:08:54 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:08:54 (Reading database ... 13912 files and directories currently installed.) 18:08:54 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:08:54 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:08:54 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:08:54 (Reading database ... 13912 files and directories currently installed.) 18:08:54 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:08:54 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:08:55 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:08:55 (Reading database ... 13912 files and directories currently installed.) 18:08:55 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:08:55 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:08:55 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:08:55 (Reading database ... 13912 files and directories currently installed.) 18:08:55 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:08:55 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:08:55 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:08:55 (Reading database ... 13912 files and directories currently installed.) 18:08:55 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:08:55 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:08:55 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:08:55 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:08:55 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:08:55 (Reading database ... 13912 files and directories currently installed.) 18:08:55 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:08:55 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:08:55 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:08:56 (Reading database ... 13912 files and directories currently installed.) 18:08:56 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:08:56 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:08:56 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:08:56 (Reading database ... 13912 files and directories currently installed.) 18:08:56 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:08:56 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:08:56 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:08:56 (Reading database ... 13912 files and directories currently installed.) 18:08:56 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:08:56 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:08:57 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:08:57 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:08:57 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:08:58 (Reading database ... 13912 files and directories currently installed.) 18:08:58 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:08:58 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:08:58 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:08:58 (Reading database ... 13912 files and directories currently installed.) 18:08:58 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:08:58 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:08:58 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:08:58 (Reading database ... 13914 files and directories currently installed.) 18:08:58 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:08:58 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:08:58 Setting up debconf (1.5.66ubuntu1) ... 18:08:59 (Reading database ... 13914 files and directories currently installed.) 18:08:59 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:08:59 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:08:59 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:08:59 (Reading database ... 13914 files and directories currently installed.) 18:08:59 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:08:59 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:08:59 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:08:59 (Reading database ... 13914 files and directories currently installed.) 18:08:59 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:08:59 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:08:59 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:08:59 (Reading database ... 13914 files and directories currently installed.) 18:08:59 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:08:59 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:08:59 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:09:00 (Reading database ... 13914 files and directories currently installed.) 18:09:00 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:09:00 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:09:00 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:09:00 (Reading database ... 13914 files and directories currently installed.) 18:09:00 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:09:00 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:09:00 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 18:09:00 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:09:00 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:09:00 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:09:00 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:09:00 (Reading database ... 13914 files and directories currently installed.) 18:09:00 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:09:01 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:09:01 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:09:01 (Reading database ... 13914 files and directories currently installed.) 18:09:01 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:09:01 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:09:01 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:09:01 (Reading database ... 13914 files and directories currently installed.) 18:09:01 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:09:01 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:09:01 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:09:01 (Reading database ... 13914 files and directories currently installed.) 18:09:01 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 18:09:01 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 18:09:01 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 18:09:02 (Reading database ... 13914 files and directories currently installed.) 18:09:02 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:09:02 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:09:02 Setting up passwd (1:4.5-1ubuntu2) ... 18:09:03 (Reading database ... 13914 files and directories currently installed.) 18:09:03 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 18:09:03 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:09:03 Setting up gpgv (2.2.4-1ubuntu1.3) ... 18:09:03 (Reading database ... 13914 files and directories currently installed.) 18:09:03 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:09:03 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:09:03 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:09:03 (Reading database ... 13914 files and directories currently installed.) 18:09:03 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:09:03 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:09:03 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:09:04 (Reading database ... 13914 files and directories currently installed.) 18:09:04 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:09:04 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:09:04 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:09:04 (Reading database ... 13914 files and directories currently installed.) 18:09:04 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:09:04 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:09:04 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:09:04 (Reading database ... 13914 files and directories currently installed.) 18:09:04 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:09:04 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:09:04 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:09:05 (Reading database ... 13914 files and directories currently installed.) 18:09:05 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:09:05 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:09:05 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:09:05 (Reading database ... 13915 files and directories currently installed.) 18:09:05 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:09:05 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:09:05 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:09:05 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:09:05 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:09:05 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:09:05 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 18:09:05 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 18:09:05 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:09:06 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:09:06 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:09:06 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:09:06 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:09:06 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:09:06 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:09:06 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:09:06 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:09:06 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:09:06 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:09:06 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:09:06 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:09:06 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:09:06 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 18:09:06 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 18:09:07 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:09:07 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:09:07 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:09:07 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:09:08 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:09:08 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:09:08 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:09:08 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:09:08 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:09:08 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:09:08 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:09:08 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:09:08 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:09:08 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:09:08 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:09:08 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:09:09 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:09:09 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:09:09 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:09:09 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:09:10 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:09:10 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:09:11 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:09:11 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:09:11 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:09:11 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:09:12 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:09:12 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:09:13 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:09:13 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:09:13 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:09:13 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:09:13 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:09:13 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:09:13 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:09:13 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:09:13 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:09:13 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:09:14 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:09:14 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:09:14 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:09:14 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:09:14 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:09:14 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:09:14 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:09:14 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:09:14 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:09:14 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:09:14 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:09:14 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:09:14 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:09:14 Setting up tzdata (2021a-0ubuntu0.18.04) ... 18:09:14 18:09:14 Current default time zone: 'Etc/UTC' 18:09:14 Local time is now: Tue Feb 9 18:09:14 UTC 2021. 18:09:14 Universal Time is now: Tue Feb 9 18:09:14 UTC 2021. 18:09:14 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:09:14 18:09:14 Setting up systemd-sysv (237-3ubuntu10.44) ... 18:09:14 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:09:14 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 18:09:14 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:09:14 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:09:14 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:09:15 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:09:15 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:09:15 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:09:15 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:09:15 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:09:15 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:09:15 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:09:15 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 18:09:15 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:09:15 Setting up patch (2.7.6-2ubuntu1.1) ... 18:09:15 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:09:15 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:09:15 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 18:09:15 Installing new version of config file /etc/ssl/openssl.cnf ... 18:09:15 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:09:15 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:09:15 Setting up ca-certificates (20210119~18.04.1) ... 18:09:17 Updating certificates in /etc/ssl/certs... 18:09:18 23 added, 27 removed; done. 18:09:18 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:09:18 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:09:18 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:09:18 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:09:18 Setting up pkgbinarymangler (138.18.04.1) ... 18:09:18 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:09:18 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 18:09:18 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:09:18 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:09:18 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:09:18 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:09:18 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:09:18 Setting up perl (5.26.1-6ubuntu0.5) ... 18:09:19 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 18:09:19 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:09:19 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:09:19 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 18:09:19 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:09:19 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:09:19 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:09:19 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:09:19 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:09:19 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:09:19 Processing triggers for systemd (237-3ubuntu10.44) ... 18:09:19 Processing triggers for mime-support (3.60ubuntu1) ... 18:09:19 Processing triggers for ca-certificates (20210119~18.04.1) ... 18:09:19 Updating certificates in /etc/ssl/certs... 18:09:20 0 added, 0 removed; done. 18:09:20 Running hooks in /etc/ca-certificates/update.d... 18:09:20 done. 18:09:20 Reading package lists... 18:09:20 Building dependency tree... 18:09:20 Reading state information... 18:09:21 The following NEW packages will be installed: 18:09:21 apt-transport-https 18:09:21 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:09:21 Need to get 1696 B of archives. 18:09:21 After this operation, 153 kB of additional disk space will be used. 18:09:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:09:21 debconf: delaying package configuration, since apt-utils is not installed 18:09:21 Fetched 1696 B in 0s (26.1 kB/s) 18:09:21 Selecting previously unselected package apt-transport-https. 18:09:21 (Reading database ... 13920 files and directories currently installed.) 18:09:21 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:09:21 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:09:21 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:09:21 Waiting for network to be ready... 18:09:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:09:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:09:27 ---> 8038654e62e6 18:09:27 Step 3/24 : WORKDIR /edgex-go 18:09:27 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:09:27 Step 2/30 : FROM ${BUILDER_BASE} AS builder 18:09:27 ---> 8038654e62e6 18:09:27 Step 3/30 : WORKDIR /edgex-go 18:09:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:09:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:09:27 ---> 8038654e62e6 18:09:27 Step 3/21 : WORKDIR /edgex-go 18:09:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:09:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:09:27 ---> 8038654e62e6 18:09:27 Step 3/22 : WORKDIR /edgex-go 18:09:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:09:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:09:27 ---> 8038654e62e6 18:09:27 Step 3/23 : WORKDIR /edgex-go 18:09:27 ---> Running in 38b4b2930b29 18:09:27 ---> Running in f66998b44724 18:09:27 ---> Running in 1881ed8431c8 18:09:27 ---> Running in 054b74f37fb1 18:09:27 ---> Running in 3015d07fef0c 18:09:27 Removing intermediate container 1881ed8431c8 18:09:27 ---> bdf52c167f52 18:09:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:09:27 Removing intermediate container f66998b44724 18:09:27 ---> 13396993aad8 18:09:27 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:09:27 Removing intermediate container 054b74f37fb1 18:09:27 ---> 40391cc8ab52 18:09:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:09:27 Removing intermediate container 38b4b2930b29 18:09:27 ---> ede97927870a 18:09:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:09:27 Removing intermediate container 3015d07fef0c 18:09:27 ---> c07263ce96e0 18:09:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:09:27 ---> Running in bded5cba897c 18:09:27 ---> Running in 65ff1ad3c757 18:09:27 ---> Running in b3e519bb935a 18:09:27 ---> Running in 83db8cdfb1c4 18:09:27 ---> Running in 32ec3d7bfde0 18:09:28 Removing intermediate container bded5cba897c 18:09:28 ---> 887ee900448f 18:09:28 Step 5/30 : RUN apk add --update --no-cache make git 18:09:29 ---> Running in 6d48a48599a6 18:09:29 Removing intermediate container 65ff1ad3c757 18:09:29 ---> 67d7e9f2c403 18:09:29 Step 5/22 : RUN apk add --update --no-cache make git 18:09:29 Removing intermediate container b3e519bb935a 18:09:29 ---> 45055f9e21d4 18:09:29 Step 5/23 : RUN apk add --update --no-cache make git 18:09:29 ---> Running in ae4af83fda3e 18:09:29 ---> Running in ef72e27de0c1 18:09:29 2021-02-09T18:09:27Z INFO Waiting for automatic snapd restart... 18:09:30 Removing intermediate container 32ec3d7bfde0 18:09:30 ---> 29bc6916d9f3 18:09:30 Step 5/21 : RUN apk add --update --no-cache make git 18:09:30 Removing intermediate container 83db8cdfb1c4 18:09:30 ---> 337b65c01d4e 18:09:30 Step 5/24 : RUN apk add --update --no-cache make git 18:09:30 ---> Running in 5ebda4c3c744 18:09:30 ---> Running in 00950670ce49 18:09:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:31 snapd 2.48.2.1 from Canonical* installed 18:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:32 "snapd" switched to the "latest/stable" channel 18:09:32 18:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:33 OK: 217 MiB in 51 packages 18:09:33 OK: 217 MiB in 51 packages 18:09:33 OK: 217 MiB in 51 packages 18:09:33 OK: 217 MiB in 51 packages 18:09:33 OK: 217 MiB in 51 packages 18:09:35 Removing intermediate container 6d48a48599a6 18:09:35 ---> 12b84d9c0c2b 18:09:35 Step 6/30 : COPY go.mod . 18:09:35 Removing intermediate container ae4af83fda3e 18:09:35 ---> 2dfd3cbb366a 18:09:35 Step 6/22 : COPY go.mod . 18:09:35 Removing intermediate container ef72e27de0c1 18:09:35 ---> be48d3cccff7 18:09:35 Step 6/23 : COPY go.mod . 18:09:35 Removing intermediate container 5ebda4c3c744 18:09:35 Removing intermediate container 00950670ce49 18:09:35 ---> bd8eaf74de66 18:09:35 Step 6/24 : COPY go.mod . 18:09:35 ---> 7c6c6c5c3c20 18:09:35 Step 6/21 : COPY go.mod . 18:09:36 ---> 417f7a669169 18:09:36 Step 7/30 : RUN go mod download 18:09:36 ---> Running in d39591f9687a 18:09:36 ---> e867deb0df45 18:09:36 Step 7/22 : RUN go mod download 18:09:36 ---> e85d6261d9f4 18:09:36 Step 7/23 : RUN go mod download 18:09:36 ---> defbfdc569d6 18:09:36 Step 7/21 : RUN go mod download 18:09:36 ---> Running in d9ae757f4e6c 18:09:36 ---> Running in 4103a1886544 18:09:37 ---> a1aafda49386 18:09:37 Step 7/24 : RUN go mod download 18:09:37 ---> Running in b463d8842ead 18:09:37 ---> Running in a8f57152b557 18:09:38 core18 20210128 from Canonical* installed 18:09:38 "core18" switched to the "latest/stable" channel 18:09:38 18:09:41 Removing intermediate container d39591f9687a 18:09:41 ---> 8f6529761ea1 18:09:41 Step 8/30 : COPY . . 18:09:41 Removing intermediate container d9ae757f4e6c 18:09:41 ---> bb03d30f3de3 18:09:41 Step 8/22 : COPY . . 18:09:42 Removing intermediate container 4103a1886544 18:09:42 ---> 546b88651d8f 18:09:42 Step 8/23 : COPY . . 18:09:43 Removing intermediate container a8f57152b557 18:09:43 ---> e50abe71e1cb 18:09:43 Removing intermediate container b463d8842ead 18:09:43 ---> 863f92246db2 18:09:43 Step 8/21 : COPY . . 18:09:43 Step 8/24 : COPY . . 18:09:44 snapcraft 4.5.1 from Canonical* installed 18:09:44 "snapcraft" switched to the "latest/stable" channel 18:09:44 18:09:47 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: 18:09:47 - README.md 18:09:47 - snapcraft.yaml.orig 18:09:47 18:09:47 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:09:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:09:53 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:09:54 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:09:54 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:09:55 Reading package lists... 18:09:55 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 18:10:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:10:02 Reading package lists... 18:10:02 Building dependency tree... 18:10:02 Reading state information... 18:10:02 Suggested packages: 18:10:02 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:10:02 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:10:02 Recommended packages: 18:10:02 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:10:02 The following NEW packages will be installed: 18:10:02 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:10:02 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:10:02 pkg-config zip 18:10:02 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:10:02 Need to get 7655 kB of archives. 18:10:02 After this operation, 43.7 MB of additional disk space will be used. 18:10:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:10:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:10:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:10:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:10:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:10:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:10:03 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:10:03 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:10:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:10:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:10:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:10:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:10:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:10:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:10:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:10:03 debconf: delaying package configuration, since apt-utils is not installed 18:10:03 Fetched 7655 kB in 1s (6126 kB/s) 18:10:03 Selecting previously unselected package libglib2.0-0:amd64. 18:10:03 (Reading database ... 13924 files and directories currently installed.) 18:10:03 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:10:03 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:10:04 Selecting previously unselected package libpsl5:amd64. 18:10:04 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:10:04 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:10:04 Selecting previously unselected package libnghttp2-14:amd64. 18:10:04 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:10:04 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:10:04 Selecting previously unselected package librtmp1:amd64. 18:10:04 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:10:04 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:10:04 Selecting previously unselected package libcurl3-gnutls:amd64. 18:10:04 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:10:04 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:10:04 Selecting previously unselected package liberror-perl. 18:10:04 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:10:04 Unpacking liberror-perl (0.17025-1) ... 18:10:04 Selecting previously unselected package git-man. 18:10:04 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:10:04 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:10:04 Selecting previously unselected package git. 18:10:04 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:10:04 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:10:05 Selecting previously unselected package libnorm1:amd64. 18:10:05 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:10:05 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:10:05 Selecting previously unselected package libpgm-5.2-0:amd64. 18:10:05 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:10:05 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:10:05 Selecting previously unselected package libsodium23:amd64. 18:10:05 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:10:05 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:10:05 Selecting previously unselected package libzmq5:amd64. 18:10:05 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:10:06 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:10:06 Selecting previously unselected package libzmq3-dev:amd64. 18:10:06 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:10:06 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:10:06 Selecting previously unselected package pkg-config. 18:10:06 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:10:06 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:10:06 Selecting previously unselected package zip. 18:10:06 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:10:06 Unpacking zip (3.0-11build1) ... 18:10:06 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:10:06 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:10:06 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:10:06 Setting up liberror-perl (0.17025-1) ... 18:10:06 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:10:06 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:10:06 No schema files found: doing nothing. 18:10:06 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:10:06 Setting up zip (3.0-11build1) ... 18:10:06 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:10:06 Setting up libsodium23:amd64 (1.0.16-2) ... 18:10:06 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:10:06 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:10:06 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:10:06 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:10:06 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:10:06 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:10:09 ---> 83607ee347d7 18:10:09 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:10:09 ---> 7291ef3c3ee5 18:10:09 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:10:09 ---> c6398c9bad45 18:10:09 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:10:09 ---> 3a85724c741e 18:10:09 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:10:09 ---> edd7c7c423bc 18:10:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:10:09 ---> Running in 63a73b7faab9 18:10:09 ---> Running in a352c7f551a0 18:10:09 ---> Running in aed3a21aa087 18:10:09 ---> Running in 58a7b47f90c2 18:10:09 ---> Running in 2f67bf504f40 18:10:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:10:09 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 18:10:09 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 18:10: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 18:10:09 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 18:10:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:10:14 git set to automatically installed. 18:10:14 git-man set to automatically installed. 18:10:14 libcurl3-gnutls set to automatically installed. 18:10:14 liberror-perl set to automatically installed. 18:10:14 libglib2.0-0 set to automatically installed. 18:10:14 libnghttp2-14 set to automatically installed. 18:10:14 libnorm1 set to automatically installed. 18:10:14 libpgm-5.2-0 set to automatically installed. 18:10:14 libpsl5 set to automatically installed. 18:10:14 librtmp1 set to automatically installed. 18:10:14 libsodium23 set to automatically installed. 18:10:14 libzmq3-dev set to automatically installed. 18:10:14 libzmq5 set to automatically installed. 18:10:14 pkg-config set to automatically installed. 18:10:14 zip set to automatically installed. 18:10:16 snapd is not logged in, snap install commands will use sudo 18:10:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:10:22 snap "core18" has no updates available 18:10:23 Pulling config-common 18:10:23 + snapcraftctl pull 18:10:24 Pulling go-build-helper 18:10:24 + snapcraftctl pull 18:10:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:10:50 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:10:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] 18:10:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 18:10:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 18:10:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 18:10:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 18:10:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 18:10:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] 18:10:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 18:10:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:10:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:10:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:10:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:10:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:10:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:10:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:10:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:10:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:10:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 18:10:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 18:10:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 18:10:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 18:10:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 18:10:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 18:10:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 18:10:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 18:10:50 Fetched 23.9 MB in 0s (0 B/s) 18:10:50 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:10:50 Fetched 96.5 kB in 0s (0 B/s) 18:10:50 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:10:50 Fetched 279 kB in 0s (0 B/s) 18:10:50 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:10:50 Fetched 122 kB in 0s (0 B/s) 18:10:50 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:10:50 Fetched 77.8 kB in 0s (0 B/s) 18:10:50 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:10:50 Fetched 8848 B in 0s (0 B/s) 18:10:50 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:10:50 Fetched 47.8 kB in 0s (0 B/s) 18:10:50 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:10:50 Fetched 45.6 kB in 0s (0 B/s) 18:10:50 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:10:50 Fetched 15.0 kB in 0s (0 B/s) 18:10:50 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:10:50 Fetched 214 kB in 0s (0 B/s) 18:10:50 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 18:10:50 Fetched 155 kB in 0s (0 B/s) 18:10:50 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:10:50 Fetched 50.6 kB in 0s (0 B/s) 18:10:50 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:10:50 Fetched 14.8 kB in 0s (0 B/s) 18:10:50 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:10:50 Fetched 41.8 kB in 0s (0 B/s) 18:10:50 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:10:50 Fetched 499 kB in 0s (0 B/s) 18:10:50 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:10:50 Fetched 111 kB in 0s (0 B/s) 18:10:50 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:10:50 Fetched 240 kB in 0s (0 B/s) 18:10:50 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:10:50 Fetched 29.3 kB in 0s (0 B/s) 18:10:50 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:10:50 Fetched 85.5 kB in 0s (0 B/s) 18:10:50 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:10:50 Fetched 24.5 kB in 0s (0 B/s) 18:10:50 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:10:50 Fetched 49.2 kB in 0s (0 B/s) 18:10:50 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:10:50 Fetched 54.2 kB in 0s (0 B/s) 18:10:50 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:10:50 Fetched 30.8 kB in 0s (0 B/s) 18:10:50 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 18:10:50 Fetched 16.6 kB in 0s (0 B/s) 18:10:50 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:10:50 Fetched 85.9 kB in 0s (0 B/s) 18:10:50 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:10:50 Fetched 8720 B in 0s (0 B/s) 18:10:50 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:10:50 Fetched 137 kB in 0s (0 B/s) 18:10:50 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:10:50 Fetched 119 kB in 0s (0 B/s) 18:10:50 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:10:50 Fetched 109 kB in 0s (0 B/s) 18:10:50 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:10:50 Fetched 11.1 kB in 0s (0 B/s) 18:10:50 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:10:50 Fetched 645 kB in 0s (0 B/s) 18:10:50 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:10:50 Fetched 41.3 kB in 0s (0 B/s) 18:10:50 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:10:50 Fetched 17.9 kB in 0s (0 B/s) 18:10:50 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:10:50 Fetched 368 kB in 0s (0 B/s) 18:10:50 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:10:50 Fetched 187 kB in 0s (0 B/s) 18:10:50 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:10:50 Fetched 175 kB in 0s (0 B/s) 18:10:50 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:10:50 Fetched 206 kB in 0s (0 B/s) 18:10:50 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 18:10:50 Fetched 1301 kB in 0s (0 B/s) 18:10:50 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:10:50 Fetched 36.2 kB in 0s (0 B/s) 18:10:50 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:10:50 Fetched 159 kB in 0s (0 B/s) 18:10:50 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:10:50 Fetched 107 kB in 0s (0 B/s) 18:10:50 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:10:50 Fetched 48.7 kB in 0s (0 B/s) 18:10:50 Pulling static-packages 18:10:50 + snapcraftctl pull 18:10:52 'go115' has dependencies that need to be staged: go-build-helper static-packages 18:10:52 Skipping pull go-build-helper (already ran) 18:10:52 Skipping pull static-packages (already ran) 18:10:52 Building go-build-helper 18:10:52 + snapcraftctl build 18:10:56 Building static-packages 18:10:56 + snapcraftctl build 18:10:59 Staging go-build-helper 18:10:59 + snapcraftctl stage 18:10:59 Staging static-packages 18:10:59 + snapcraftctl stage 18:11:01 Pulling go115 18:11:01 + snapcraftctl pull 18:11:02 'edgex-go' has dependencies that need to be staged: go115 18:11:02 Skipping pull go115 (already ran) 18:11:02 Building go115 18:11:02 + dpkg --print-architecture 18:11:02 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 18:11:02 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 18:11:02 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 18:11:02 % Total % Received % Xferd Average Speed Time Time Time Current 18:11:02 Dload Upload Total Spent Left Speed 18:11:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 22 115M 22 25.9M 0 0 29.6M 0 0:00:03 --:--:-- 0:00:03 29.6M 55 115M 55 63.9M 0 0 33.8M 0 0:00:03 0:00:01 0:00:02 33.8M 91 115M 91 106M 0 0 36.8M 0 0:00:03 0:00:02 0:00:01 36.8M 100 115M 100 115M 0 0 37.1M 0 0:00:03 0:00:03 --:--:-- 37.1M 18:11:05 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 18:11:05 + sha256sum -c sha256 18:11:05 + grep OK 18:11:06 go1.15.2.linux-amd64.tar.gz: OK 18:11:06 + mkdir -p /root/stage/go1.15 18:11:06 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 18:11:11 Staging go115 18:11:11 + snapcraftctl stage 18:11:18 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:11:18 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:11:18 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:11:18 Fetched 0 B in 0s (0 B/s) 18:11:18 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:11:18 Fetched 224 kB in 0s (0 B/s) 18:11:18 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:11:18 Fetched 157 kB in 0s (0 B/s) 18:11:18 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:11:18 Fetched 221 kB in 0s (0 B/s) 18:11:18 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:11:18 Fetched 143 kB in 0s (0 B/s) 18:11:18 Pulling edgex-go 18:11:18 + snapcraftctl pull 18:11:19 Pulling version 18:11:19 + cd /root/project 18:11:19 + [ -f VERSION ] 18:11:19 + PROJECT_VERSION=local-dev 18:11:19 + git rev-parse --short HEAD 18:11:19 + GIT_REVISION=4556c254 18:11:19 + snapcraftctl set-version local-dev 18:11:21 Building config-common 18:11:21 + snapcraftctl build 18:11:23 Skipping build go-build-helper (already ran) 18:11:23 Skipping build static-packages (already ran) 18:11:23 Skipping build go115 (already ran) 18:11:23 Building edgex-go 18:11:25 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 18:11:25 + cd /root/parts/edgex-go/src 18:11:25 + make build 18:11:25 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 18:11:26 go: downloading github.com/gorilla/mux v1.8.0 18:11:26 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:11:26 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.29 18:11:26 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 18:11:26 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:11:26 go: downloading github.com/google/uuid v1.2.0 18:11:26 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:11:26 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 18:11:26 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 18:11:26 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 18:11:26 go: downloading github.com/pelletier/go-toml v1.2.0 18:11:26 go: downloading github.com/x448/float16 v0.8.4 18:11:26 go: downloading github.com/imdario/mergo v0.3.11 18:11:26 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 18:11:26 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:11:26 go: downloading github.com/pkg/errors v0.8.1 18:11:26 go: downloading github.com/hashicorp/consul/api v1.1.0 18:11:26 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:11:26 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:11:26 go: downloading github.com/pebbe/zmq4 v1.2.2 18:11:26 go: downloading github.com/BurntSushi/toml v0.3.1 18:11:26 go: downloading github.com/go-kit/kit v0.8.0 18:11:26 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:11:26 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:11:26 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:11:26 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:11:26 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:11:26 go: downloading github.com/hashicorp/serf v0.8.2 18:11:26 go: downloading github.com/leodido/go-urn v1.2.0 18:11:26 go: downloading github.com/go-playground/universal-translator v0.17.0 18:11:26 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:11:26 go: downloading github.com/mitchellh/copystructure v1.0.0 18:11:26 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:11:27 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:11:27 go: downloading github.com/go-playground/locales v0.13.0 18:11:27 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:11:27 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:11:27 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:11:27 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:11:35 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 18:11:35 go: downloading gopkg.in/yaml.v2 v2.4.0 18:11:40 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 18:11:41 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 18:11:43 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 18:11:43 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 18:11:43 go: downloading github.com/stretchr/testify v1.7.0 18:11:43 go: downloading github.com/davecgh/go-spew v1.1.1 18:11:43 go: downloading github.com/pmezard/go-difflib v1.0.0 18:11:43 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:11:45 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 18:11:45 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:11:45 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:11:46 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 18:11:46 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 18:11:46 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 18:11:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:11:47 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:11:48 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 18:11:49 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 18:11:49 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:11:51 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 18:11:51 go: downloading github.com/lib/pq v1.9.0 18:11:53 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 18:11:53 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 18:11:53 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 18:11:53 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 18:11:53 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 18:11:53 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 18:11:53 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 18:11:53 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 18:11:53 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 18:11:53 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 18:11:53 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 18:11:53 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 18:11:53 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 18:11:53 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 18:11:53 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 18:11:53 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 18:11:53 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 18:11:53 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 18:11:53 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 18:11:53 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 18:11:53 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 18:11:53 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 18:11:53 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 18:11:53 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 18:11:53 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 18:11:55 Removing intermediate container 63a73b7faab9 18:11:55 ---> 894bb15c9f1b 18:11:55 18:11:55 Step 10/30 : FROM alpine:3.12 18:11:55 3.12: Pulling from library/alpine 18:11:55 Building version 18:11:55 + snapcraftctl build 18:11:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:11:57 Status: Downloaded newer image for alpine:3.12 18:11:57 ---> afeebe901d6b 18:11:57 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:11:57 ---> Running in a9f4c64158f7 18:11:58 Staging config-common 18:11:58 + snapcraftctl stage 18:11:58 Removing intermediate container 58a7b47f90c2 18:11:58 ---> 7129b3520ed7 18:11:58 18:11:58 Step 10/24 : FROM alpine:3.12 18:11:58 ---> afeebe901d6b 18:11:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:11:58 Removing intermediate container a9f4c64158f7 18:11:58 ---> c2f66b89e0c1 18:11:58 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 18:11:58 ---> Running in f68206dd6a6c 18:11:59 Skipping stage go-build-helper (already ran) 18:11:59 Skipping stage static-packages (already ran) 18:11:59 Skipping stage go115 (already ran) 18:11:59 Staging edgex-go 18:11:59 + snapcraftctl stage 18:11:59 ---> Running in fa37dbe8311f 18:12:00 Staging version 18:12:00 + snapcraftctl stage 18:12:00 Removing intermediate container 2f67bf504f40 18:12:00 ---> 81a2ac7b0924 18:12:00 18:12:00 Step 10/21 : FROM alpine:3.12 18:12:00 ---> afeebe901d6b 18:12:00 Step 11/21 : RUN apk add --update --no-cache curl 18:12:01 ---> Running in 17a0ed2b4e4c 18:12:01 Priming config-common 18:12:01 + snapcraftctl prime 18:12:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:12:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:12:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:12:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:12:02 Priming go-build-helper 18:12:02 + snapcraftctl prime 18:12:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:12:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:12:03 Priming static-packages 18:12:03 + snapcraftctl prime 18:12:04 (1/2) Installing dumb-init (1.2.2-r1) 18:12:04 (2/2) Installing su-exec (0.2-r1) 18:12:04 Executing busybox-1.31.1-r19.trigger 18:12:04 OK: 5 MiB in 16 packages 18:12:04 (1/5) Installing ca-certificates (20191127-r4) 18:12:04 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:12:04 (3/5) Installing libcurl (7.69.1-r3) 18:12:04 (4/5) Installing curl (7.69.1-r3) 18:12:04 (5/5) Installing dumb-init (1.2.2-r1) 18:12:04 Executing busybox-1.31.1-r19.trigger 18:12:04 Executing ca-certificates-20191127-r4.trigger 18:12:04 (1/4) Installing ca-certificates (20191127-r4) 18:12:04 OK: 7 MiB in 19 packages 18:12:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:12:04 (3/4) Installing libcurl (7.69.1-r3) 18:12:04 (4/4) Installing curl (7.69.1-r3) 18:12:04 Executing busybox-1.31.1-r19.trigger 18:12:04 Executing ca-certificates-20191127-r4.trigger 18:12:05 OK: 7 MiB in 18 packages 18:12:06 Priming go115 18:12:06 + snapcraftctl prime 18:12:06 Removing intermediate container fa37dbe8311f 18:12:06 ---> 78b73fc9aa96 18:12:06 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 18:12:07 ---> Running in 35d97135a2dd 18:12:07 Priming edgex-go 18:12:07 + snapcraftctl prime 18:12:07 Removing intermediate container f68206dd6a6c 18:12:07 ---> d6edcd4eea8a 18:12:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:12:08 ---> Running in 9ad9e2655cdc 18:12:08 Removing intermediate container 35d97135a2dd 18:12:08 ---> 5a9837ceae89 18:12:08 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:12:08 Removing intermediate container 17a0ed2b4e4c 18:12:08 ---> 76fa9e13b137 18:12:08 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:12:08 ---> Running in 755f082670ff 18:12:08 ---> Running in 08ba3210b60d 18:12:08 Priming version 18:12:08 + snapcraftctl prime 18:12:08 Removing intermediate container 9ad9e2655cdc 18:12:08 ---> 39cf14344c8a 18:12:08 Step 13/24 : WORKDIR / 18:12:09 Removing intermediate container 755f082670ff 18:12:09 ---> 25611c7b8f6e 18:12:09 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:12:09 ---> Running in 57c8a19c6b6c 18:12:09 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 18:12:09 Removing intermediate container 08ba3210b60d 18:12:09 ---> 5f899ae7889b 18:12:09 Step 13/21 : WORKDIR /edgex 18:12:09 ---> Running in 330a5a1dd194 18:12:10 ---> Running in 2303f50bfed0 18:12:10 Removing intermediate container 57c8a19c6b6c 18:12:10 ---> 3f2acdb29a53 18:12:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:12:11 Removing intermediate container 2303f50bfed0 18:12:11 ---> 706fb7d047bc 18:12:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:12:11 Removing intermediate container a352c7f551a0 18:12:11 ---> 3c18435d9ca9 18:12:11 18:12:11 Step 10/22 : FROM alpine:3.12 18:12:11 ---> afeebe901d6b 18:12:11 Step 11/22 : RUN apk add --update --no-cache dumb-init [Pipeline] // ws [Pipeline] } [Pipeline] // node 18:12:12 ---> Running in 9ec4566c901c 18:12:12 ---> d3d8db97d9c8 18:12:12 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:12:12 ---> bf1e83394683 18:12:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [Pipeline] // stage [Pipeline] } 18:12:13 ---> 753f0fd58655 18:12:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:12:13 Removing intermediate container 330a5a1dd194 18:12:13 ---> abb20a6ee4b4 18:12:13 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 18:12:13 ---> Running in 5773f0f18d5f 18:12:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:12:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:12:14 ---> 824bfd132868 18:12:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:12:14 Removing intermediate container 5773f0f18d5f 18:12:14 ---> 97df25f548fd 18:12:14 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:12:14 ---> f4749527fd13 18:12:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:12:15 (1/1) Installing dumb-init (1.2.2-r1) 18:12:15 Executing busybox-1.31.1-r19.trigger 18:12:15 OK: 5 MiB in 15 packages 18:12:16 ---> cc880fc08c1b 18:12:16 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:12:16 ---> 58005ff64ed7 18:12:16 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:12:16 ---> 97fb815affce 18:12:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:12:16 ---> Running in 30924c684df5 18:12:16 ---> Running in e8d7fb016303 18:12:17 Removing intermediate container 9ec4566c901c 18:12:17 ---> 2e615a9098dc 18:12:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:12:17 ---> Running in 13fac9e40dad 18:12:18 Removing intermediate container e8d7fb016303 18:12:18 ---> 7321912ea4bb 18:12:18 Step 18/21 : CMD ["--init=true"] 18:12:18 ---> Running in c5674cfab746 18:12:19 Removing intermediate container 13fac9e40dad 18:12:19 ---> 7cb75e979b17 18:12:19 Step 13/22 : ENV APP_PORT=48085 18:12:19 ---> dec1958a1857 18:12:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:12:19 ---> Running in 19a9a0cd9603 18:12:20 Removing intermediate container c5674cfab746 18:12:20 ---> 638c0937072e 18:12:20 Step 19/21 : LABEL arch=arm64 18:12:20 ---> Running in 2da3b6725ccc 18:12:20 Removing intermediate container 19a9a0cd9603 18:12:20 ---> 961bd97529b5 18:12:20 Step 14/22 : EXPOSE $APP_PORT 18:12:20 ---> 86cc35781ec5 18:12:20 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/ 18:12:20 ---> Running in ec20b44ec69c 18:12:21 Removing intermediate container aed3a21aa087 18:12:21 ---> f77b859cc459 18:12:21 18:12:21 Step 10/23 : FROM alpine:3.12 18:12:21 ---> afeebe901d6b 18:12:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:12:21 ---> Using cache 18:12:21 ---> 2e615a9098dc 18:12:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:12:21 ---> Using cache 18:12:21 ---> 7cb75e979b17 18:12:21 Step 13/23 : ENV APP_PORT=48081 ---> Running in 31b73a59bba4 18:12:21 18:12:21 Removing intermediate container 30924c684df5 18:12:21 ---> 41532d51cf5f 18:12:21 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 18:12:21 ---> Running in ef821049213d 18:12:21 Removing intermediate container 2da3b6725ccc 18:12:21 ---> 535bb11f172c 18:12:21 Step 20/21 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:12:21 Removing intermediate container ec20b44ec69c 18:12:21 ---> edc6b7d3e9cd 18:12:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:12:21 ---> Running in f55d348ac074 18:12:22 Removing intermediate container ef821049213d 18:12:22 ---> 0234f5b33f3c 18:12:22 Step 14/23 : EXPOSE $APP_PORT 18:12:22 ---> Running in cb5aa0ffb46d 18:12:22 ---> e520dbd0fae6 18:12:22 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:12:22 Removing intermediate container f55d348ac074 18:12:22 ---> 94374bd97305 18:12:22 Step 21/21 : LABEL version=0.0.0 18:12:22 ---> Running in 70b3f57cbd13 18:12:23 ---> 1fdb378df140 18:12:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:12:23 Removing intermediate container cb5aa0ffb46d 18:12:23 ---> f2f26b3b8268 18:12:23 Step 15/23 : WORKDIR / 18:12:24 ---> Running in 6f95759e9f11 18:12:24 Removing intermediate container 70b3f57cbd13 18:12:24 ---> 29601c0490f9 18:12:24 18:12:24 Successfully built 29601c0490f9 18:12:24 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:12:24  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 18:12:24 ---> 1cffa5b33076 18:12:24 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:12:24 Removing intermediate container 6f95759e9f11 18:12:24 Removing intermediate container 31b73a59bba4 18:12:24 ---> f235c054e1aa 18:12:24 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:12:24 ---> cc7c91231f7b 18:12:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:12:25 ---> c3d33d183b7d 18:12:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:12:25 ---> Running in 3084475d3231 18:12:25 ---> 2d2604f697f6 18:12:25 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:12:26 Removing intermediate container 3084475d3231 18:12:26 ---> c6939e047699 18:12:26 Step 22/24 : LABEL arch=arm64 18:12:26 ---> df24d5704d1f 18:12:26 ---> Running in 3639788179b9 18:12:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:12:26 ---> 1ab68318e674 18:12:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:12:27 ---> Running in 7606cc5440f9 18:12:28 Removing intermediate container 3639788179b9 18:12:28 ---> c6bdd2a5dd93 18:12:28 Step 23/24 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:12:28 ---> dfe61c663cc1 18:12:28 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 18:12:28 ---> Running in e7db6fee16f2 18:12:28 Removing intermediate container 7606cc5440f9 18:12:28 ---> ed1b70207cb0 18:12:28 ---> df4925b799a2 18:12:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:12:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:12:29 ---> Running in e45d4a6a7224 18:12:30 ---> Running in 90f6e4856e9e 18:12:30 Removing intermediate container e7db6fee16f2 18:12:30 ---> 7e13db0b1c2f 18:12:30 Step 24/24 : LABEL version=0.0.0 18:12:31 ---> 7ab92591a602 18:12:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:12:31 Removing intermediate container e45d4a6a7224 18:12:31 ---> 2d5c42e20cfd 18:12:31 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:12:31 ---> Running in c1c2e6088eb1 18:12:31 Removing intermediate container 90f6e4856e9e 18:12:31 ---> 82eda753d70d 18:12:31 Step 20/22 : LABEL arch=arm64 18:12:31 ---> Running in 3cb0daad8a2e 18:12:31 ---> Running in 8becd2c2c23a 18:12:32 Removing intermediate container c1c2e6088eb1 18:12:32 ---> 1e4d4e2c3d9a 18:12:32 18:12:32 Removing intermediate container 3cb0daad8a2e 18:12:32 ---> 6a155bb464e4 18:12:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:12:32 Successfully built 1e4d4e2c3d9a 18:12:32 ---> Running in 3f923fb14017 18:12:32 Removing intermediate container 8becd2c2c23a 18:12:32 ---> 0c6e34eab199 18:12:32 Step 21/22 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:12:32 ---> ce9388afea4b 18:12:32 Step 25/30 : RUN chmod +x /entrypoint.sh 18:12:32 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:12:32 Building docker-support-notifications-go 18:12:33  Building docker-security-secretstore-setup-go ... done  ---> Running in c929b24d04cd 18:12:33 ---> Running in 097bbfb996a5 18:12:33 Removing intermediate container 3f923fb14017 18:12:33 ---> f898fa60f15e 18:12:33 Step 21/23 : LABEL arch=arm64Removing intermediate container c929b24d04cd 18:12:33 18:12:33 ---> ee2843140696 18:12:33 Step 22/22 : LABEL version=0.0.0 18:12:33 ---> Running in a1d5d021d7c1 18:12:33 ---> Running in a916547424af 18:12:34 Removing intermediate container a916547424af 18:12:34 Removing intermediate container a1d5d021d7c1 18:12:34 ---> cb246386d39b 18:12:34 18:12:34 ---> c1a6da198a98 18:12:34 Step 22/23 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:12:35 ---> Running in c819cdb9d32f 18:12:35 Successfully built cb246386d39b 18:12:35 Successfully tagged docker-support-scheduler-go-arm64:latest 18:12:35 Building docker-core-command-go 18:12:36  Building docker-support-scheduler-go ... done Removing intermediate container c819cdb9d32f 18:12:36 ---> 7c161e03b98d 18:12:36 Step 23/23 : LABEL version=0.0.0 18:12:36 ---> Running in 598916af7ec3 18:12:37 Removing intermediate container 097bbfb996a5 18:12:37 ---> 3f8322182ce6 18:12:37 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 18:12:37 Removing intermediate container 598916af7ec3 18:12:37 ---> 16723837f840 18:12:37 18:12:38 ---> Running in dc7d985c94ac 18:12:38 Successfully built 16723837f840 18:12:38 Successfully tagged docker-core-metadata-go-arm64:latest 18:12:38  Building docker-core-metadata-go ... done Building docker-core-data-go 18:12:39 Removing intermediate container dc7d985c94ac 18:12:39 ---> 8315b873ac1d 18:12:39 Step 27/30 : CMD ["gate"] 18:12:39 ---> Running in 089e3eb07b82 18:12:40 Removing intermediate container 089e3eb07b82 18:12:40 ---> 958cc5396457 18:12:40 Step 28/30 : LABEL arch=arm64 18:12:40 ---> Running in 9908ae513b51 18:12:42 Removing intermediate container 9908ae513b51 18:12:42 ---> 90c6f0d1dc52 18:12:42 Step 29/30 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:12:43 ---> Running in 84251517a4fc 18:12:44 Removing intermediate container 84251517a4fc 18:12:44 ---> dfc50a6916a7 18:12:44 Step 30/30 : LABEL version=0.0.0 18:12:46 ---> Running in b1c35a22b647 18:12:47 Removing intermediate container b1c35a22b647 18:12:47 ---> 06434e4ba1fa 18:12:47 18:12:47 Successfully built 06434e4ba1fa 18:12:47 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:13:19  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:13:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:13:19 ---> 8038654e62e6 18:13:19 Step 3/26 : WORKDIR /edgex-go 18:13:19 ---> Using cache 18:13:19 ---> c07263ce96e0 18:13:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:13:19 ---> Using cache 18:13:19 ---> 29bc6916d9f3 18:13:19 Step 5/26 : RUN apk add --update --no-cache make bash git 18:13:22 ---> Running in 14ec5d05e1f7 18:13:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:13:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:13:25 OK: 217 MiB in 51 packages 18:13:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:13:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:13:26 ---> 8038654e62e6 18:13:26 Step 3/22 : WORKDIR /edgex-go 18:13:26 ---> Using cache 18:13:26 ---> c07263ce96e0 18:13:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:13:26 ---> Using cache 18:13:26 ---> 29bc6916d9f3 18:13:26 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:13:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:13:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:13:26 ---> 8038654e62e6 18:13:26 Step 3/23 : WORKDIR /edgex-go 18:13:26 ---> Using cache 18:13:26 ---> c07263ce96e0 18:13:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:13:26 ---> Using cache 18:13:26 ---> 29bc6916d9f3 18:13:26 Step 5/23 : RUN apk add --update --no-cache make git 18:13:26 ---> Using cache 18:13:26 ---> 7c6c6c5c3c20 18:13:26 Step 6/23 : COPY go.mod . 18:13:26 ---> Using cache 18:13:26 ---> defbfdc569d6 18:13:26 Step 7/23 : RUN go mod download 18:13:26 ---> Using cache 18:13:26 ---> 863f92246db2 18:13:26 Step 8/23 : COPY . . 18:13:27 ---> Using cache 18:13:27 ---> c6398c9bad45 18:13:27 Step 9/23 : RUN make cmd/core-command/core-command 18:13:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:13:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:13:27 ---> 8038654e62e6 18:13:27 Step 3/23 : WORKDIR /edgex-go 18:13:27 ---> Using cache 18:13:27 ---> c07263ce96e0 18:13:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:13:27 ---> Using cache 18:13:27 ---> 29bc6916d9f3 18:13:27 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:13:27 ---> Running in bf2c85e0cad9 18:13:27 ---> Running in bc6b79e892a1 18:13:27 ---> Running in 69cdb5d23f91 18:13:28 Removing intermediate container 14ec5d05e1f7 18:13:28 ---> a19eeecae8aa 18:13:28 Step 6/26 : COPY go.mod . 18:13:29 ---> 3f4b85c154e6 18:13:29 Step 7/26 : RUN go mod download 18:13:29 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 18:13:29 ---> Running in c6c60a99c96d 18:13:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:13:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:13:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:13:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:13:31 OK: 217 MiB in 51 packages 18:13:31 OK: 217 MiB in 51 packages 18:13:33 Removing intermediate container bc6b79e892a1 18:13:33 ---> e14dce71586c 18:13:33 Step 6/23 : COPY go.mod . 18:13:33 Removing intermediate container 69cdb5d23f91 18:13:33 ---> 25d5ce0d7f42 18:13:33 Step 6/22 : COPY go.mod . 18:13:33 Removing intermediate container c6c60a99c96d 18:13:33 ---> bfc0a08a08e0 18:13:33 Step 8/26 : COPY . . 18:13:34 ---> 799476ff6436 18:13:34 Step 7/23 : RUN go mod download 18:13:34 ---> Running in cc2a7532190f 18:13:34 ---> 151ed525e2e8 18:13:34 Step 7/22 : RUN go mod download 18:13:35 ---> Running in 588fa2a338d1 18:13:42 Removing intermediate container cc2a7532190f 18:13:42 ---> eccee666ef37 18:13:42 Step 8/23 : COPY . . 18:13:42 Removing intermediate container 588fa2a338d1 18:13:42 ---> f4e1ed61a667 18:13:42 Step 8/22 : COPY . . 18:14:04 ---> 8ca6c2c142fd 18:14:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:14:04 ---> Running in 9251bc82e08f 18:14:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:14:07 ---> 5cb91794cb2b 18:14:07 Step 9/23 : RUN make cmd/core-data/core-data 18:14:07 ---> Running in dfa07912293b 18:14:08 ---> 3bb0332229c9 18:14:08 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:14:08 ---> Running in 9e65fe237cea 18:14:10 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 18:14:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:14:17 Removing intermediate container bf2c85e0cad9 18:14:17 ---> ec22f8c90c55 18:14:17 18:14:17 Step 10/23 : FROM alpine:3.12 18:14:17 ---> afeebe901d6b 18:14:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:14:17 ---> Using cache 18:14:17 ---> 2e615a9098dc 18:14:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:14:17 ---> Using cache 18:14:17 ---> 7cb75e979b17 18:14:17 Step 13/23 : ENV APP_PORT=48082 18:14:17 ---> Running in bdebf7f312c5 18:14:18 Removing intermediate container bdebf7f312c5 18:14:18 ---> 63321186ce1f 18:14:18 Step 14/23 : EXPOSE $APP_PORT 18:14:18 ---> Running in 33b5207f0597 18:14:19 Removing intermediate container 33b5207f0597 18:14:19 ---> 7141812fd740 18:14:19 Step 15/23 : WORKDIR / 18:14:19 ---> Running in 9b7d0e6f079e 18:14:20 Removing intermediate container 9b7d0e6f079e 18:14:20 ---> b121b8ee71da 18:14:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:14:22 ---> d3fabea68209 18:14:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:14:24 ---> 56ddfb44f3b7 18:14:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:14:25 ---> 91ad4f7bd28d 18:14:25 Step 19/23 : ENTRYPOINT ["/core-command"] 18:14:25 ---> Running in 0414d2a88c47 18:14:26 Removing intermediate container 0414d2a88c47 18:14:26 ---> dff41eee3a7c 18:14:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:14:26 ---> Running in b82e4f4b1aa0 18:14:27 Removing intermediate container b82e4f4b1aa0 18:14:27 ---> bce6f6fdb1bb 18:14:27 Step 21/23 : LABEL arch=arm64 18:14:27 ---> Running in c63147e8cecb 18:14:28 Removing intermediate container c63147e8cecb 18:14:28 ---> 548d9afed902 18:14:28 Step 22/23 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:14:28 ---> Running in 6ba655c17bfd 18:14:29 Removing intermediate container 6ba655c17bfd 18:14:29 ---> 781af9fe97ba 18:14:29 Step 23/23 : LABEL version=0.0.0 18:14:29 ---> Running in 32417341b42a 18:14:30 Removing intermediate container 32417341b42a 18:14:30 ---> 284175e71fba 18:14:30 18:14:30 Successfully built 284175e71fba 18:14:30 Successfully tagged docker-core-command-go-arm64:latest 18:15:39  Building docker-core-command-go ... done Removing intermediate container 9251bc82e08f 18:15:39 ---> 45c3644832d0 18:15:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:15:39 ---> Running in cafb59cda535 18:15:39 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 18:15:43 Removing intermediate container cafb59cda535 18:15:43 ---> a41812d5ed3b 18:15:43 18:15:43 Step 11/26 : FROM docker:20.10.0 18:15:43 20.10.0: Pulling from library/docker 18:15:54 Removing intermediate container 9e65fe237cea 18:15:54 ---> fa4ba793f9a8 18:15:54 18:15:54 Step 10/22 : FROM alpine:3.12 18:15:54 ---> afeebe901d6b 18:15:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:15:54 ---> Running in a585882792f5 18:15:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:15:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:15:56 (1/2) Installing ca-certificates (20191127-r4) 18:15:56 (2/2) Installing dumb-init (1.2.2-r1) 18:15:56 Executing busybox-1.31.1-r19.trigger 18:15:56 Executing ca-certificates-20191127-r4.trigger 18:15:56 OK: 6 MiB in 16 packages 18:15:59 Removing intermediate container a585882792f5 18:15:59 ---> 1a32c41afd69 18:15:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:16:00 ---> Running in 6af7ae35995a 18:16:00 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:16:00 Status: Downloaded newer image for docker:20.10.0 18:16:00 ---> eeaf43b92773 18:16:00 Step 12/26 : RUN apk add --no-cache bash 18:16:00 ---> Running in 64ecf15288d2 18:16:00 Removing intermediate container 6af7ae35995a 18:16:00 ---> c2bc3a035915 18:16:00 Step 13/22 : ENV APP_PORT=48060 18:16:00 ---> Running in fc99b7f9e1c1 18:16:01 Removing intermediate container fc99b7f9e1c1 18:16:01 ---> eca8bee5254d 18:16:01 Step 14/22 : EXPOSE $APP_PORT 18:16:01 ---> Running in 6bfc1bbf4e20 18:16:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:16:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:16:02 Removing intermediate container 6bfc1bbf4e20 18:16:02 ---> 4a5e28a63f6e 18:16:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:16:03 (1/2) Installing readline (8.0.4-r0) 18:16:03 (2/2) Installing bash (5.0.17-r0) 18:16:03 Executing bash-5.0.17-r0.post-install 18:16:03 Executing busybox-1.31.1-r19.trigger 18:16:03 OK: 12 MiB in 22 packages 18:16:04 Removing intermediate container dfa07912293b 18:16:04 ---> 13b32874f73c 18:16:04 18:16:04 Step 10/23 : FROM alpine:3.12 18:16:04 ---> afeebe901d6b 18:16:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:16:04 ---> 3c23bc90b444 18:16:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:16:04 ---> Running in 706146a56068 18:16:05 Removing intermediate container 706146a56068 18:16:05 ---> 75c7246c05b5 18:16:05 Step 12/23 : ENV APP_PORT=48080 18:16:05 Removing intermediate container 64ecf15288d2 18:16:05 ---> 96f42b3eba66 18:16:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:16:05 ---> Running in e4fe1c27c56c 18:16:05 ---> Running in 8dcd86307618 18:16:06 ---> 95ca0d6defea 18:16:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:16:06 Removing intermediate container e4fe1c27c56c 18:16:06 ---> 4a17768b6e88 18:16:06 Step 13/23 : EXPOSE $APP_PORT 18:16:06 Removing intermediate container 8dcd86307618 18:16:06 ---> 54be5ba47aed 18:16:06 Step 14/26 : ENV APP_PORT=48090 18:16:06 ---> Running in 939e7915d81a 18:16:06 ---> Running in 61af8aab2eb3 18:16:07 Removing intermediate container 939e7915d81a 18:16:07 ---> 12fe157e7375 18:16:07 Step 15/26 : EXPOSE $APP_PORT 18:16:07 Removing intermediate container 61af8aab2eb3 18:16:07 ---> c9242514ab8d 18:16:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:16:07 ---> bee1eaa208e0 18:16:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:16:07 ---> Running in 0e6db5c09d38 18:16:07 ---> Running in d057d1816074 18:16:07 ---> Running in b79f4567a314 18:16:08 Removing intermediate container 0e6db5c09d38 18:16:08 ---> 6a41d9f54e3c 18:16:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:16:08 Removing intermediate container b79f4567a314 18:16:08 ---> 73a7948d177d 18:16:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:16:08 ---> Running in 848ed0b1c335 18:16:09 Removing intermediate container 848ed0b1c335 18:16:09 ---> 197560f0044e 18:16:09 Step 20/22 : LABEL arch=arm64 18:16:09 ---> Running in 81f1103f9aef 18:16:10 ---> 035187c583b1 18:16:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:16:10 Removing intermediate container 81f1103f9aef 18:16:10 ---> e916d7a58f02 18:16:10 Step 21/22 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:16:10 ---> Running in 53b682047008 18:16:11 Removing intermediate container d057d1816074 18:16:11 ---> 92d0f1cba061 18:16:11 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:16:11 ---> c8fb2d380662 18:16:11 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:16:11 ---> Running in baf569b7ddbe 18:16:11 Removing intermediate container 53b682047008 18:16:11 ---> 7897976d8e63 18:16:11 Step 22/22 : LABEL version=0.0.0 18:16:11 ---> Running in 65b9f3d7c68d 18:16:12 Removing intermediate container 65b9f3d7c68d 18:16:12 ---> 37578788ae86 18:16:12 18:16:12 ---> 41ca10ee7652 18:16:12 Step 19/26 : RUN apk --no-cache add py3-pip 18:16:12 ---> Running in 2552e66a6b0f 18:16:13 Successfully built 37578788ae86 18:16:13 Successfully tagged docker-support-notifications-go-arm64:latest 18:16:13  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:16:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:16:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:16:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:16:14 (1/6) Installing dumb-init (1.2.2-r1) 18:16:15 (2/6) Installing libgcc (9.3.0-r2) 18:16:15 (3/6) Installing libsodium (1.0.18-r0) 18:16:15 (1/33) Installing libbz2 (1.0.8-r1) 18:16:15 (2/33) Installing expat (2.2.9-r1) 18:16:15 (3/33) Installing libffi (3.3-r2) 18:16:15 (4/33) Installing gdbm (1.13-r1) 18:16:15 (5/33) Installing xz-libs (5.2.5-r0) 18:16:15 (6/33) Installing sqlite-libs (3.32.1-r0) 18:16:15 (4/6) Installing libstdc++ (9.3.0-r2) 18:16:15 (7/33) Installing python3 (3.8.5-r0) 18:16:15 (5/6) Installing libzmq (4.3.3-r0) 18:16:15 (6/6) Installing zeromq (4.3.3-r0) 18:16:15 Executing busybox-1.31.1-r19.trigger 18:16:15 OK: 8 MiB in 20 packages 18:16:17 (8/33) Installing py3-appdirs (1.4.4-r1) 18:16:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:16:17 (10/33) Installing py3-parsing (2.4.7-r0) 18:16:17 (11/33) Installing py3-six (1.15.0-r0) 18:16:17 (12/33) Installing py3-packaging (20.4-r0) 18:16:17 (13/33) Installing py3-setuptools (47.0.0-r0) 18:16:17 (14/33) Installing py3-chardet (3.0.4-r4) 18:16:17 (15/33) Installing py3-idna (2.9-r0) 18:16:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:16:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:16:17 (18/33) Installing py3-requests (2.23.0-r0) 18:16:17 (19/33) Installing py3-msgpack (1.0.0-r0) 18:16:17 (20/33) Installing py3-lockfile (0.12.2-r3) 18:16:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:16:17 (22/33) Installing py3-colorama (0.4.3-r0) 18:16:17 (23/33) Installing py3-distlib (0.3.0-r0) 18:16:18 (24/33) Installing py3-distro (1.5.0-r1) 18:16:18 (25/33) Installing py3-webencodings (0.5.1-r3) 18:16:18 (26/33) Installing py3-html5lib (1.0.1-r4) 18:16:18 (27/33) Installing py3-pytoml (0.1.21-r0) 18:16:18 (28/33) Installing py3-pep517 (0.8.2-r0) 18:16:18 (29/33) Installing py3-progress (1.5-r0) 18:16:18 (30/33) Installing py3-toml (0.10.1-r0) 18:16:18 (31/33) Installing py3-retrying (1.3.3-r0) 18:16:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:16:18 (33/33) Installing py3-pip (20.1.1-r0) 18:16:18 Removing intermediate container baf569b7ddbe 18:16:18 ---> 672034881e34 18:16:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:16:18 Executing busybox-1.31.1-r19.trigger 18:16:18 OK: 71 MiB in 55 packages 18:16:19 ---> 1b6ec619b031 18:16:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:16:22 ---> 7c6ed964c117 18:16:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:16:23 ---> 04c6e6ce150b 18:16:23 Step 19/23 : ENTRYPOINT ["/core-data"] 18:16:23 ---> Running in f5aeaf2a32fb 18:16:24 Removing intermediate container f5aeaf2a32fb 18:16:24 ---> 907598a03623 18:16:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:16:24 ---> Running in 4eb32affedb6 18:16:25 Removing intermediate container 4eb32affedb6 18:16:25 ---> 5d1be117243a 18:16:25 Step 21/23 : LABEL arch=arm64 18:16:25 ---> Running in f31529f7c04a 18:16:26 Removing intermediate container 2552e66a6b0f 18:16:26 ---> 1ee9c8fed35c 18:16:26 Step 20/26 : RUN pip install docker-compose==1.23.2 18:16:26 ---> Running in 8940d108b20c 18:16:26 Removing intermediate container f31529f7c04a 18:16:26 ---> 13f96f8b7871 18:16:26 Step 22/23 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:16:26 ---> Running in b4d865958273 18:16:27 Removing intermediate container b4d865958273 18:16:27 ---> e1ea18a3ebbb 18:16:27 Step 23/23 : LABEL version=0.0.0 18:16:27 ---> Running in 39b1ee889b2e 18:16:28 Removing intermediate container 39b1ee889b2e 18:16:28 ---> 9e23f37bccdb 18:16:28 18:16:28 Successfully built 9e23f37bccdb 18:16:28 Successfully tagged docker-core-data-go-arm64:latest 18:16:35  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 18:16:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:16:36 Collecting dockerpty<0.5,>=0.4.1 18:16:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:16:39 Collecting jsonschema<3,>=2.5.1 18:16:39 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:16:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:16:39 Collecting docopt<0.7,>=0.6.1 18:16:39 Downloading docopt-0.6.2.tar.gz (25 kB) 18:16:43 Collecting cached-property<2,>=1.2.0 18:16:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:16:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:16:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:16:47 Collecting PyYAML<4,>=3.10 18:16:47 Downloading PyYAML-3.13.tar.gz (270 kB) 18:16:54 Collecting websocket-client<1.0,>=0.32.0 18:16:54 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:16:56 Collecting docker<4.0,>=3.6.0 18:16:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:16:57 Collecting texttable<0.10,>=0.9.0 18:16:57 Downloading texttable-0.9.1.tar.gz (11 kB) 18:17:01 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) 18:17:01 Collecting idna<2.8,>=2.5 18:17:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:17:01 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) 18:17:03 Collecting urllib3<1.25,>=1.21.1 18:17:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:17:03 Collecting docker-pycreds>=0.4.0 18:17:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:17:04 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:17:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:17:04 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:17:04 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:17:06 Installing collected packages: dockerpty, jsonschema, docopt, cached-property, idna, urllib3, requests, PyYAML, websocket-client, docker-pycreds, docker, texttable, docker-compose 18:17:06 Running setup.py install for dockerpty: started 18:17:09 Running setup.py install for dockerpty: finished with status 'done' 18:17:09 Running setup.py install for docopt: started 18:17:14 Running setup.py install for docopt: finished with status 'done' 18:17:14 Attempting uninstall: idna 18:17:14 Found existing installation: idna 2.9 18:17:14 Uninstalling idna-2.9: 18:17:14 Successfully uninstalled idna-2.9 18:17:14 Attempting uninstall: urllib3 18:17:14 Found existing installation: urllib3 1.25.9 18:17:14 Uninstalling urllib3-1.25.9: 18:17:15 Successfully uninstalled urllib3-1.25.9 18:17:16 Attempting uninstall: requests 18:17:16 Found existing installation: requests 2.23.0 18:17:16 Uninstalling requests-2.23.0: 18:17:16 Successfully uninstalled requests-2.23.0 18:17:16 Running setup.py install for PyYAML: started 18:17:21 Running setup.py install for PyYAML: finished with status 'done' 18:17:22 Running setup.py install for texttable: started 18:17:27 Running setup.py install for texttable: finished with status 'done' 18:17:28 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 18:17:33 Removing intermediate container 8940d108b20c 18:17:33 ---> a5cc3df40721 18:17:33 Step 21/26 : RUN apk --no-cache add curl 18:17:33 ---> Running in ccbd61899bde 18:17:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:17:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:17:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:17:36 (2/3) Installing libcurl (7.69.1-r3) 18:17:36 (3/3) Installing curl (7.69.1-r3) 18:17:36 Executing busybox-1.31.1-r19.trigger 18:17:36 OK: 71 MiB in 58 packages 18:17:37 Removing intermediate container ccbd61899bde 18:17:37 ---> 98a16ed8d6c1 18:17:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:17:37 ---> Running in bab00fb3f31d 18:17:38 Removing intermediate container bab00fb3f31d 18:17:38 ---> fc6cf90f6a7f 18:17:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:17:38 ---> Running in e9850575b74c 18:17:39 Removing intermediate container e9850575b74c 18:17:39 ---> f19aef0228f8 18:17:39 Step 24/26 : LABEL arch=arm64 18:17:39 ---> Running in ca098f27e90f 18:17:39 Removing intermediate container ca098f27e90f 18:17:39 ---> 4a3c24ab5e6f 18:17:39 Step 25/26 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb 18:17:39 ---> Running in 23de6b12004c 18:17:40 Removing intermediate container 23de6b12004c 18:17:40 ---> 93a0f169eb23 18:17:40 Step 26/26 : LABEL version=0.0.0 18:17:40 ---> Running in 6bad0090a92a 18:17:41 Removing intermediate container 6bad0090a92a 18:17:41 ---> 5bc8f1ba527c 18:17:41 18:17:41 Successfully built 5bc8f1ba527c 18:17:41 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:17:41  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:17:41 $ docker stop --time=1 99e50a60149d89b938d55b0b80ee76833d39b9971ca609553e5650646b2eb868 18:17:43 $ docker rm -f 99e50a60149d89b938d55b0b80ee76833d39b9971ca609553e5650646b2eb868 [Pipeline] // withDockerContainer [Pipeline] sh 18:17:44 + grep docker 18:17:44 + docker images 18:17:44 docker-sys-mgmt-agent-go-arm64 latest 5bc8f1ba527c 3 seconds ago 300MB 18:17:44 docker-core-data-go-arm64 latest 9e23f37bccdb About a minute ago 21MB 18:17:44 docker-support-notifications-go-arm64 latest 37578788ae86 About a minute ago 16.7MB 18:17:44 docker-core-command-go-arm64 latest 284175e71fba 3 minutes ago 16MB 18:17:44 docker-security-bootstrapper-go-arm64 latest 06434e4ba1fa 4 minutes ago 17MB 18:17:44 docker-core-metadata-go-arm64 latest 16723837f840 5 minutes ago 17.8MB 18:17:44 docker-support-scheduler-go-arm64 latest cb246386d39b 5 minutes ago 16.1MB 18:17:44 docker-security-secretstore-setup-go-arm64 latest 1e4d4e2c3d9a 5 minutes ago 23.4MB 18:17:44 docker-security-proxy-setup-go-arm64 latest 29601c0490f9 5 minutes ago 23.2MB 18:17:44 docker 20.10.0 eeaf43b92773 2 months 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 18:17:46 provisioning config files... 18:17:46 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/22@tmp/config6907301208351000509tmp [Pipeline] { [Pipeline] sh 18:17:47 + set +x 18:17:47 + curl -s https://codecov.io/bash 18:17:47 + bash -s -- 18:17:47 18:17:47 _____ _ 18:17:47 / ____| | | 18:17:47 | | ___ __| | ___ ___ _____ __ 18:17:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:17:47 | |___| (_) | (_| | __/ (_| (_) \ V / 18:17:47 \_____\___/ \__,_|\___|\___\___/ \_/ 18:17:47 Bash-20210129-7c25fce 18:17:47 18:17:47 18:17:47 ==> git version 2.24.3 found 18:17:47 ==> 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 18:17:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:17:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:17:47 ==> Jenkins CI detected. 18:17:47 project root: . 18:17:47 --> token set from env 18:17:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:17:47 ==> Running gcov in . (disable via -X gcov) 18:17:47 ==> Python coveragepy not found 18:17:47 ==> Searching for coverage reports in: 18:17:47 + . 18:17:47 -> Found 1 reports 18:17:47 ==> Detecting git/mercurial file structure 18:17:47 ==> Reading reports 18:17:47 + ./coverage.out bytes=592672 18:17:47 ==> Appending adjustments 18:17:47 https://docs.codecov.io/docs/fixing-reports 18:17:52 + Found adjustments 18:17:52 ==> Gzipping contents 18:17:52 88K /tmp/codecov.Oqe1R0.gz 18:17:52 ==> Uploading reports 18:17:52 url: https://codecov.io 18:17:52 query: branch=PR-3034&commit=4556c254a4adfc3c3cef9be3cad24762ea1c30fb&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= 18:17:52 -> Pinging Codecov 18:17:52 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3034&commit=4556c254a4adfc3c3cef9be3cad24762ea1c30fb&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= 18:17:52 -> Uploading to 18:17:52 https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/4556c254a4adfc3c3cef9be3cad24762ea1c30fb/c4f1b6f6-052b-40ae-9756-f70127431f66.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T181751Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=de870ff1f5b525c3d592ff327e750f606ff6058a293167d9d29a656c4d9f79de 18:17:52 % Total % Received % Xferd Average Speed Time Time Time Current 18:17:52 Dload Upload Total Spent Left Speed 18:17:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88980 0 0 100 88980 0 135k --:--:-- --:--:-- --:--:-- 135k 18:17:52 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4556c254a4adfc3c3cef9be3cad24762ea1c30fb [Pipeline] } 18:17:52 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 18:17:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:17:55 ---> package-listing.sh 18:17:55 ++ facter osfamily 18:17:55 ++ tr '[:upper:]' '[:lower:]' 18:17:55 + OS_FAMILY=redhat 18:17:55 + workspace=/w/workspace/edgex-go/22 18:17:55 + START_PACKAGES=/tmp/packages_start.txt 18:17:55 + END_PACKAGES=/tmp/packages_end.txt 18:17:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:17:55 + PACKAGES=/tmp/packages_start.txt 18:17:55 + '[' /w/workspace/edgex-go/22 ']' 18:17:55 + PACKAGES=/tmp/packages_end.txt 18:17:55 + case "${OS_FAMILY}" in 18:17:55 + rpm -qa 18:17:55 + sort 18:18:00 + '[' -f /tmp/packages_start.txt ']' 18:18:00 + '[' -f /tmp/packages_end.txt ']' 18:18:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:18:00 + '[' /w/workspace/edgex-go/22 ']' 18:18:00 + mkdir -p /w/workspace/edgex-go/22/archives/ 18:18:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/22/archives/ [Pipeline] echo 18:18:00 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/22/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:18:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:18:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:18:02 18:18:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:18:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:18:02 alpine: Pulling from edgex-lftools-log-publisher 18:18:02 df20fa9351a1: Pulling fs layer 18:18:02 36b3adc4ff6f: Pulling fs layer 18:18:02 8ad3a11d3b57: Pulling fs layer 18:18:02 46f8f816bc3b: Pulling fs layer 18:18:02 93b61091891f: Pulling fs layer 18:18:02 93b9cdb0e59b: Pulling fs layer 18:18:02 5e14af77c1be: Pulling fs layer 18:18:02 01666e4c0597: Pulling fs layer 18:18:02 aa168da1d23b: Pulling fs layer 18:18:02 46f8f816bc3b: Waiting 18:18:02 93b61091891f: Waiting 18:18:02 93b9cdb0e59b: Waiting 18:18:02 5e14af77c1be: Waiting 18:18:02 01666e4c0597: Waiting 18:18:02 aa168da1d23b: Waiting 18:18:02 36b3adc4ff6f: Download complete 18:18:02 46f8f816bc3b: Verifying Checksum 18:18:02 46f8f816bc3b: Download complete 18:18:02 df20fa9351a1: Verifying Checksum 18:18:02 df20fa9351a1: Download complete 18:18:02 93b9cdb0e59b: Verifying Checksum 18:18:02 93b9cdb0e59b: Download complete 18:18:02 93b61091891f: Download complete 18:18:02 5e14af77c1be: Download complete 18:18:02 01666e4c0597: Verifying Checksum 18:18:02 01666e4c0597: Download complete 18:18:02 8ad3a11d3b57: Verifying Checksum 18:18:02 8ad3a11d3b57: Download complete 18:18:02 df20fa9351a1: Pull complete 18:18:03 36b3adc4ff6f: Pull complete 18:18:04 8ad3a11d3b57: Pull complete 18:18:05 aa168da1d23b: Verifying Checksum 18:18:05 aa168da1d23b: Download complete 18:18:05 46f8f816bc3b: Pull complete 18:18:06 93b61091891f: Pull complete 18:18:06 93b9cdb0e59b: Pull complete 18:18:06 5e14af77c1be: Pull complete 18:18:07 01666e4c0597: Pull complete 18:18:17 aa168da1d23b: Pull complete 18:18:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:18:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:18:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:18:17 prd-centos7-docker-4c-2g-25810 does not seem to be running inside a container 18:18:17 $ 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/22/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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:18:21 $ docker top 66eb125033d11bd312469196b91f6cebd75303e3150f4d4e3341176eae5a38ff -eo pid,comm [Pipeline] { [Pipeline] sh 18:18:22 + touch /tmp/pre-build-complete [Pipeline] sh 18:18:22 + mkdir -p /var/log/sa [Pipeline] sh 18:18:22 + ls /var/log/sa-host 18:18:22 + sadf -c /var/log/sa-host/sa09 18:18:22 file_magic: OK 18:18:22 HZ: Using current value: 100 18:18:22 file_header: OK 18:18:22 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 18:18:22 Statistics: 18:18:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:18:22 File successfully converted to sysstat format version 12.2.1 18:18:22 + sadf -c /var/log/sa-host/sa23 18:18:22 file_magic: OK 18:18:22 HZ: Using current value: 100 18:18:22 file_header: OK 18:18:22 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 18:18:22 Statistics: 18:18:22 Hnuu...uuuununununu... 18:18:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:18:23 provisioning config files... 18:18:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/22@tmp/config4613556926588411808tmp [Pipeline] { [Pipeline] echo 18:18:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:18:23 ---> create-netrc.sh [Pipeline] } 18:18:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:18:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:18:24 ---> python-tools-install.sh [Pipeline] echo 18:18:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:18:24 ---> sudo-logs.sh 18:18:24 Archiving 'sudo' log.. [Pipeline] echo 18:18:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:18:25 ---> job-cost.sh 18:18:25 lf-activate-venv: SKIPPING 18:18:25 INFO: No Stack... 18:18:26 INFO: Retrieving Pricing Info for: v1-standard-2 18:18:26 INFO: Archiving Costs [Pipeline] echo 18:18:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:18:26 ---> logs-deploy.sh 18:18:26 lf-activate-venv: SKIPPING 18:18:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/22 18:18:26 INFO: archiving workspace using pattern(s): 18:18:28 Archives upload complete. 18:18:28 INFO: archiving logs to Nexus 18:18:29 ---> uname -a: 18:18:29 Linux prd-centos7-docker-4c-2g-25810.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:18:29 18:18:29 18:18:29 ---> lscpu: 18:18:29 Architecture: x86_64 18:18:29 CPU op-mode(s): 32-bit, 64-bit 18:18:29 Byte Order: Little Endian 18:18:29 Address sizes: 40 bits physical, 48 bits virtual 18:18:29 CPU(s): 4 18:18:29 On-line CPU(s) list: 0-3 18:18:29 Thread(s) per core: 1 18:18:29 Core(s) per socket: 1 18:18:29 Socket(s): 4 18:18:29 NUMA node(s): 1 18:18:29 Vendor ID: GenuineIntel 18:18:29 CPU family: 6 18:18:29 Model: 44 18:18:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:18:29 Stepping: 1 18:18:29 CPU MHz: 2933.438 18:18:29 BogoMIPS: 5866.87 18:18:29 Virtualization: VT-x 18:18:29 Hypervisor vendor: KVM 18:18:29 Virtualization type: full 18:18:29 L1d cache: 128 KiB 18:18:29 L1i cache: 128 KiB 18:18:29 L2 cache: 16 MiB 18:18:29 L3 cache: 64 MiB 18:18:29 NUMA node0 CPU(s): 0-3 18:18:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:18:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:18:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:18:29 Vulnerability Meltdown: Mitigation; PTI 18:18:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:18:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:18:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:18:29 Vulnerability Srbds: Not affected 18:18:29 Vulnerability Tsx async abort: Not affected 18:18:29 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 18:18:29 18:18:29 18:18:29 ---> nproc: 18:18:29 4 18:18:29 18:18:29 18:18:29 ---> df -h: 18:18:29 Filesystem Size Used Available Use% Mounted on 18:18:29 overlay 50.0G 11.7G 38.3G 23% / 18:18:29 tmpfs 64.0M 0 64.0M 0% /dev 18:18:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:18:29 shm 64.0M 0 64.0M 0% /dev/shm 18:18:29 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 18:18:29 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 18:18:29 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 18:18:29 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 18:18:29 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 18:18:29 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 18:18:29 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 18:18:29 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 18:18:29 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/22@tmp 18:18:29 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/22 18:18:29 18:18:29 18:18:29 ---> free -m: 18:18:29 total used free shared buff/cache available 18:18:29 Mem: 1837 720 125 0 991 1033 18:18:29 Swap: 1023 62 961 18:18:29 18:18:29 18:18:29 ---> ip addr: 18:18:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:18:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:18:29 inet 127.0.0.1/8 scope host lo 18:18:29 valid_lft forever preferred_lft forever 18:18:29 inet6 ::1/128 scope host 18:18:29 valid_lft forever preferred_lft forever 18:18:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:18:29 link/ether fa:16:3e:cb:8e:89 brd ff:ff:ff:ff:ff:ff 18:18:29 inet 10.30.122.123/23 brd 10.30.123.255 scope global dynamic eth0 18:18:29 valid_lft 85041sec preferred_lft 85041sec 18:18:29 inet6 fe80::f816:3eff:fecb:8e89/64 scope link 18:18:29 valid_lft forever preferred_lft forever 18:18:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:18:29 link/ether 02:42:bb:0a:d1:38 brd ff:ff:ff:ff:ff:ff 18:18:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:18:29 valid_lft forever preferred_lft forever 18:18:29 inet6 fe80::42:bbff:fe0a:d138/64 scope link 18:18:29 valid_lft forever preferred_lft forever 18:18:29 18:18:29 18:18:30 ---> sar -b -r -n DEV: 18:18:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 18:18:30 18:18:30 17:55:39 LINUX RESTART (4 CPU) 18:18:30 18:18:30 17:56:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:18:30 17:57:01 136.52 46.13 90.39 0.00 8240.18 40313.88 0.00 18:18:30 17:58:01 198.52 99.97 98.55 0.00 7469.15 44102.63 0.00 18:18:30 17:59:01 232.45 98.59 133.87 0.00 3834.86 18139.24 0.00 18:18:30 18:00:01 154.73 62.34 92.39 0.00 1972.67 12724.64 0.00 18:18:30 18:01:02 145.01 51.16 93.85 0.00 3004.64 20069.80 0.00 18:18:30 18:02:01 1420.30 1120.13 300.17 0.00 113896.54 174694.95 0.00 18:18:30 18:03:02 1967.80 1691.59 276.21 0.00 125189.20 134677.75 0.00 18:18:30 18:04:01 1169.48 831.18 338.30 0.00 84908.20 124960.07 0.00 18:18:30 18:05:01 1245.26 943.26 301.99 0.00 57030.68 87159.00 0.00 18:18:30 18:06:01 84.75 10.17 74.58 0.00 2891.83 5867.60 0.00 18:18:30 18:07:01 1.43 0.02 1.42 0.00 0.53 23.86 0.00 18:18:30 18:08:01 0.27 0.02 0.25 0.00 0.53 2.75 0.00 18:18:30 18:09:01 0.75 0.53 0.22 0.00 13.19 2.07 0.00 18:18:30 18:10:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 18:18:30 18:11:01 1.90 1.75 0.15 0.00 59.03 1.78 0.00 18:18:30 18:12:01 0.88 0.05 0.83 0.00 2.13 15.65 0.00 18:18:30 18:13:02 0.27 0.00 0.27 0.00 0.00 2.75 0.00 18:18:30 18:14:01 0.22 0.00 0.22 0.00 0.00 1.98 0.00 18:18:30 18:15:01 0.17 0.00 0.17 0.00 0.00 1.55 0.00 18:18:30 18:16:01 0.27 0.00 0.27 0.00 0.00 3.55 0.00 18:18:30 18:17:01 0.47 0.23 0.23 0.00 114.42 2.48 0.00 18:18:30 18:18:01 67.37 66.96 0.42 0.00 5474.95 24.59 0.00 18:18:30 Average: 310.51 228.52 81.99 0.00 18813.14 30089.06 0.00 18:18:30 18:18:30 17:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:18:30 17:57:01 84428 0 695384 36.96 2620 1099112 1312300 44.79 584916 1007700 74960 18:18:30 17:58:01 105716 0 730868 38.84 2040 1042920 1437156 49.05 574184 962844 22428 18:18:30 17:59:01 96780 0 825500 43.87 1492 957772 1637400 55.88 654140 856892 90724 18:18:30 18:00:01 349352 0 787824 41.87 656 743712 1779892 60.74 539484 705616 15704 18:18:30 18:01:02 76716 0 802608 42.66 488 1001732 1533660 52.34 674188 832892 92772 18:18:30 18:02:01 52408 0 819584 43.56 0 1009552 2130856 72.72 679284 931028 2052 18:18:30 18:03:02 269316 0 1175232 62.46 0 436996 4239672 144.69 719784 619908 53524 18:18:30 18:04:01 90336 0 756312 40.20 0 1034896 2557892 87.30 688308 873044 59540 18:18:30 18:05:01 144804 0 728632 38.73 0 1008108 1960340 66.90 576628 921736 8 18:18:30 18:06:01 137132 0 639080 33.97 0 1105332 1186408 40.49 535688 966636 8 18:18:30 18:07:01 139936 0 636256 33.82 0 1105352 1161696 39.65 534760 965188 8 18:18:30 18:08:01 140888 0 635312 33.77 0 1105344 1154480 39.40 534004 965164 8 18:18:30 18:09:01 140304 0 635868 33.80 0 1105372 1154564 39.40 534372 965576 8 18:18:30 18:10:01 140680 0 635492 33.78 0 1105372 1154480 39.40 533936 965576 8 18:18:30 18:11:01 139032 0 636032 33.80 0 1106480 1154480 39.40 534364 966372 20 18:18:30 18:12:01 138768 0 636320 33.82 0 1106456 1154540 39.40 534680 966372 8 18:18:30 18:13:02 138664 0 636388 33.82 0 1106492 1154588 39.40 534936 966408 8 18:18:30 18:14:01 139072 0 635972 33.80 0 1106500 1154480 39.40 534376 966404 12 18:18:30 18:15:01 138228 0 636808 33.84 0 1106508 1154660 39.41 535352 966404 16 18:18:30 18:16:01 137504 0 637528 33.88 0 1106512 1154720 39.41 535684 966404 8 18:18:30 18:17:01 132348 0 639240 33.97 0 1109956 1154576 39.40 540652 967008 8 18:18:30 18:18:01 92992 0 644516 34.25 0 1144036 1157224 39.49 536184 1007952 244 18:18:30 Average: 137518 0 709398 37.70 332 1034296 1529094 52.19 574996 923324 18731 18:18:30 18:18:30 17:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:18:30 17:57:01 eth0 1326.93 1174.43 5063.77 168.92 0.00 0.00 0.00 0.00 18:18:30 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 17:57:01 veth47a0682 517.75 362.29 48.42 1312.86 0.00 0.00 0.00 0.00 18:18:30 17:57:01 docker0 517.75 362.18 41.34 1312.85 0.00 0.00 0.00 0.00 18:18:30 17:58:01 veth7a03e0e 15.17 17.60 1.08 92.00 0.00 0.00 0.00 0.00 18:18:30 17:58:01 eth0 650.70 793.64 4318.01 80.82 0.00 0.00 0.00 0.00 18:18:30 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 17:58:01 docker0 530.28 360.83 39.16 1476.44 0.00 0.00 0.00 0.00 18:18:30 17:59:01 eth0 203.74 154.57 766.53 22.84 0.00 0.00 0.00 0.00 18:18:30 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 17:59:01 vethf7c8b5c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:18:30 17:59:01 docker0 135.31 175.53 9.95 738.83 0.00 0.00 0.00 0.00 18:18:30 18:00:01 eth0 33.67 23.06 20.93 66.82 0.00 0.00 0.00 0.00 18:18:30 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:00:01 vethf7c8b5c 1.93 1.93 0.15 0.17 0.00 0.00 0.00 0.00 18:18:30 18:00:01 docker0 1.93 1.93 0.13 0.17 0.00 0.00 0.00 0.00 18:18:30 18:01:02 eth0 199.09 163.40 1683.51 68.60 0.00 0.00 0.00 0.00 18:18:30 18:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:02:01 veth0179be1 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 18:18:30 18:02:01 eth0 58.70 38.30 179.48 14.73 0.00 0.00 0.00 0.00 18:18:30 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:02:01 docker0 19.18 27.62 1.14 147.29 0.00 0.00 0.00 0.00 18:18:30 18:03:02 veth0179be1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:03:02 veth09bcf05 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:18:30 18:03:02 veth69123dc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:18:30 18:03:02 vethfd8922a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:18:30 18:04:01 veth0179be1 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 18:18:30 18:04:01 veth61b83dd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:04:01 veth387349e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:04:01 vethcbfd5a9 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 18:18:30 18:05:01 veth0179be1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:18:30 18:05:01 vethd76ea8a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:05:01 vetha1b51a5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:05:01 eth0 2726.06 2526.06 13602.20 568.05 0.00 0.00 0.00 0.00 18:18:30 18:06:01 eth0 90.28 60.05 384.06 59.18 0.00 0.00 0.00 0.00 18:18:30 18:06:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:18:30 18:06:01 docker0 1263.54 1031.63 95.20 4301.20 0.00 0.00 0.00 0.00 18:18:30 18:07:01 eth0 1.07 0.37 0.45 0.26 0.00 0.00 0.00 0.00 18:18:30 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:08:01 eth0 0.40 0.03 0.03 0.00 0.00 0.00 0.00 0.00 18:18:30 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:09:01 eth0 0.73 0.32 0.30 0.17 0.00 0.00 0.00 0.00 18:18:30 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:10:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 18:18:30 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:11:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:18:30 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:12:01 eth0 1.07 0.20 0.20 0.07 0.00 0.00 0.00 0.00 18:18:30 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:13:02 eth0 0.52 0.35 0.27 0.17 0.00 0.00 0.00 0.00 18:18:30 18:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:14:01 eth0 0.52 0.03 0.05 0.03 0.00 0.00 0.00 0.00 18:18:30 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:15:01 eth0 1.08 0.38 0.32 0.20 0.00 0.00 0.00 0.00 18:18:30 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:16:01 eth0 0.47 0.30 0.27 0.20 0.00 0.00 0.00 0.00 18:18:30 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:17:01 eth0 1.05 0.27 0.20 0.08 0.00 0.00 0.00 0.00 18:18:30 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:18:01 eth0 14.82 9.21 14.31 6.94 0.00 0.00 0.00 0.00 18:18:30 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 Average: eth0 128.60 118.00 636.60 28.93 0.00 0.00 0.00 0.00 18:18:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:18:30 Average: docker0 57.54 46.98 4.34 195.87 0.00 0.00 0.00 0.00 18:18:30 18:18:30 18:18:30 ---> sar -P ALL: 18:18:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 18:18:30 18:18:30 17:55:39 LINUX RESTART (4 CPU) 18:18:30 18:18:30 17:56:02 CPU %user %nice %system %iowait %steal %idle 18:18:30 17:57:01 all 16.65 0.00 8.20 3.82 0.07 71.27 18:18:30 17:57:01 0 17.54 0.00 9.47 5.81 0.05 67.13 18:18:30 17:57:01 1 16.64 0.00 6.61 3.04 0.09 73.62 18:18:30 17:57:01 2 15.35 0.00 9.56 3.49 0.09 71.51 18:18:30 17:57:01 3 17.09 0.00 7.17 2.96 0.03 72.74 18:18:30 17:58:01 all 12.63 0.00 7.03 1.40 0.07 78.88 18:18:30 17:58:01 0 12.55 0.00 8.38 0.52 0.07 78.48 18:18:30 17:58:01 1 12.98 0.00 6.43 1.09 0.09 79.42 18:18:30 17:58:01 2 10.80 0.00 6.40 1.67 0.05 81.08 18:18:30 17:58:01 3 14.19 0.00 6.91 2.30 0.07 76.54 18:18:30 17:59:01 all 16.26 0.00 7.18 6.32 0.06 70.18 18:18:30 17:59:01 0 16.31 0.00 7.96 5.23 0.07 70.43 18:18:30 17:59:01 1 15.74 0.00 6.21 7.79 0.07 70.19 18:18:30 17:59:01 2 16.70 0.00 8.02 5.95 0.05 69.29 18:18:30 17:59:01 3 16.29 0.00 6.53 6.32 0.05 70.81 18:18:30 18:00:01 all 48.89 0.00 12.71 4.54 0.06 33.80 18:18:30 18:00:01 0 48.21 0.00 12.74 2.90 0.10 36.05 18:18:30 18:00:01 1 48.13 0.00 13.69 3.31 0.05 34.82 18:18:30 18:00:01 2 51.87 0.00 11.35 5.01 0.05 31.71 18:18:30 18:00:01 3 47.34 0.00 13.05 6.93 0.03 32.66 18:18:30 18:01:02 all 43.56 0.00 14.28 3.00 0.06 39.09 18:18:30 18:01:02 0 43.24 0.00 14.02 5.06 0.05 37.63 18:18:30 18:01:02 1 42.82 0.00 13.72 3.81 0.07 39.58 18:18:30 18:01:02 2 44.58 0.00 14.68 1.97 0.07 38.70 18:18:30 18:01:02 3 43.61 0.00 14.70 1.17 0.05 40.46 18:18:30 18:02:01 all 19.41 0.00 23.15 16.64 0.14 40.67 18:18:30 18:02:01 0 20.13 0.00 22.58 17.01 0.16 40.12 18:18:30 18:02:01 1 19.48 0.00 23.52 18.65 0.11 38.24 18:18:30 18:02:01 2 19.46 0.00 22.78 14.32 0.16 43.28 18:18:30 18:02:01 3 18.55 0.00 23.70 16.57 0.14 41.03 18:18:30 18:03:02 all 39.54 0.00 20.68 25.36 0.11 14.30 18:18:30 18:03:02 0 39.68 0.00 20.52 27.00 0.09 12.72 18:18:30 18:03:02 1 39.59 0.00 20.50 24.37 0.16 15.38 18:18:30 18:03:02 2 39.25 0.00 20.85 26.19 0.09 13.62 18:18:30 18:03:02 3 39.64 0.00 20.85 23.87 0.13 15.52 18:18:30 18:04:01 all 31.25 0.00 20.82 24.04 0.15 23.75 18:18:30 18:04:01 0 31.54 0.00 19.81 18.76 0.11 29.79 18:18:30 18:04:01 1 31.60 0.00 21.32 25.07 0.12 21.90 18:18:30 18:04:01 2 30.85 0.00 20.30 30.55 0.14 18.16 18:18:30 18:04:01 3 31.00 0.00 21.88 21.79 0.21 25.11 18:18:30 18:05:01 all 46.78 0.00 19.85 12.68 0.09 20.60 18:18:30 18:05:01 0 46.64 0.00 19.26 9.77 0.10 24.23 18:18:30 18:05:01 1 46.09 0.00 20.68 14.80 0.09 18.34 18:18:30 18:05:01 2 45.69 0.00 20.04 13.73 0.07 20.47 18:18:30 18:05:01 3 48.72 0.00 19.43 12.39 0.09 19.38 18:18:30 18:06:01 all 5.10 0.00 3.28 3.21 0.03 88.37 18:18:30 18:06:01 0 7.47 0.00 4.63 1.73 0.03 86.14 18:18:30 18:06:01 1 4.89 0.00 3.13 2.25 0.02 89.71 18:18:30 18:06:01 2 2.26 0.00 2.63 4.27 0.05 90.78 18:18:30 18:06:01 3 5.78 0.00 2.74 4.60 0.03 86.84 18:18:30 18:07:01 all 0.14 0.00 0.04 0.00 0.00 99.82 18:18:30 18:07:01 0 0.47 0.00 0.03 0.00 0.00 99.50 18:18:30 18:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:18:30 18:07:01 2 0.05 0.00 0.07 0.00 0.00 99.88 18:18:30 18:07:01 3 0.02 0.00 0.03 0.00 0.02 99.93 18:18:30 18:18:30 18:07:01 CPU %user %nice %system %iowait %steal %idle 18:18:30 18:08:01 all 0.05 0.00 0.03 0.00 0.00 99.92 18:18:30 18:08:01 0 0.08 0.00 0.03 0.00 0.00 99.88 18:18:30 18:08:01 1 0.05 0.00 0.05 0.00 0.02 99.88 18:18:30 18:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:18:30 18:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:18:30 18:09:01 all 0.08 0.00 0.03 0.01 0.00 99.87 18:18:30 18:09:01 0 0.25 0.00 0.03 0.05 0.02 99.65 18:18:30 18:09:01 1 0.05 0.00 0.05 0.00 0.00 99.90 18:18:30 18:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:18:30 18:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:18:30 18:10:01 all 0.17 0.00 0.11 0.00 0.00 99.71 18:18:30 18:10:01 0 0.52 0.00 0.08 0.00 0.00 99.40 18:18:30 18:10:01 1 0.10 0.00 0.13 0.00 0.00 99.77 18:18:30 18:10:01 2 0.03 0.00 0.12 0.00 0.02 99.83 18:18:30 18:10:01 3 0.05 0.00 0.12 0.00 0.00 99.83 18:18:30 18:11:01 all 0.15 0.00 0.05 0.02 0.00 99.78 18:18:30 18:11:01 0 0.52 0.00 0.03 0.00 0.00 99.45 18:18:30 18:11:01 1 0.03 0.00 0.07 0.00 0.00 99.90 18:18:30 18:11:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:18:30 18:11:01 3 0.02 0.00 0.08 0.08 0.00 99.82 18:18:30 18:12:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:18:30 18:12:01 0 0.52 0.00 0.03 0.00 0.00 99.45 18:18:30 18:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:18:30 18:12:01 2 0.05 0.00 0.03 0.00 0.00 99.92 18:18:30 18:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:18:30 18:13:02 all 0.15 0.00 0.02 0.00 0.00 99.83 18:18:30 18:13:02 0 0.52 0.00 0.02 0.00 0.00 99.47 18:18:30 18:13:02 1 0.03 0.00 0.03 0.00 0.00 99.93 18:18:30 18:13:02 2 0.02 0.00 0.03 0.00 0.00 99.95 18:18:30 18:13:02 3 0.02 0.00 0.02 0.00 0.00 99.97 18:18:30 18:14:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:18:30 18:14:01 0 0.51 0.00 0.02 0.00 0.00 99.48 18:18:30 18:14:01 1 0.05 0.00 0.05 0.00 0.02 99.88 18:18:30 18:14:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:18:30 18:14:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:18:30 18:15:01 all 0.12 0.00 0.04 0.00 0.01 99.83 18:18:30 18:15:01 0 0.37 0.00 0.05 0.00 0.00 99.58 18:18:30 18:15:01 1 0.08 0.00 0.05 0.00 0.03 99.83 18:18:30 18:15:01 2 0.02 0.00 0.02 0.00 0.02 99.95 18:18:30 18:15:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:18:30 18:16:01 all 0.11 0.00 0.04 0.00 0.02 99.83 18:18:30 18:16:01 0 0.30 0.00 0.03 0.00 0.03 99.63 18:18:30 18:16:01 1 0.07 0.00 0.05 0.00 0.03 99.85 18:18:30 18:16:01 2 0.05 0.00 0.05 0.00 0.00 99.90 18:18:30 18:16:01 3 0.03 0.00 0.02 0.00 0.02 99.93 18:18:30 18:17:01 all 0.15 0.00 0.04 0.00 0.02 99.79 18:18:30 18:17:01 0 0.48 0.00 0.02 0.00 0.02 99.48 18:18:30 18:17:01 1 0.02 0.00 0.05 0.02 0.03 99.88 18:18:30 18:17:01 2 0.03 0.00 0.05 0.00 0.00 99.92 18:18:30 18:17:01 3 0.05 0.00 0.05 0.00 0.02 99.88 18:18:30 18:18:01 all 2.12 0.00 1.16 1.49 0.18 95.05 18:18:30 18:18:01 0 1.42 0.00 0.77 0.38 0.18 97.25 18:18:30 18:18:01 1 3.78 0.00 1.69 2.75 0.18 91.60 18:18:30 18:18:01 2 1.87 0.00 1.12 1.60 0.13 95.28 18:18:30 18:18:01 3 1.40 0.00 1.07 1.25 0.22 96.06 18:18:30 18:18:30 Average: CPU %user %nice %system %iowait %steal %idle 18:18:30 Average: all 12.61 0.00 6.15 4.53 0.05 76.65 18:18:30 Average: 0 12.86 0.00 6.24 4.17 0.05 76.68 18:18:30 Average: 1 12.57 0.00 6.13 4.74 0.05 76.50 18:18:30 Average: 2 12.42 0.00 6.14 4.82 0.04 76.58 18:18:30 Average: 3 12.59 0.00 6.11 4.40 0.05 76.85 18:18:30 18:18:30 18:18:30