Pull request #3250 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 3a622268bb16cc6f060a937717ebd043e18486e3 rather than 8c008893c2866544e91eef73f0d66ded5ba62008 Obtained Jenkinsfile from 3a622268bb16cc6f060a937717ebd043e18486e3 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29768 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit 8c008893c2866544e91eef73f0d66ded5ba62008 Merge succeeded, producing 8c008893c2866544e91eef73f0d66ded5ba62008 Checking out Revision 8c008893c2866544e91eef73f0d66ded5ba62008 (PR-3250) > git config core.sparsecheckout # timeout=10 > git checkout -f 8c008893c2866544e91eef73f0d66ded5ba62008 # 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 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c008893c2866544e91eef73f0d66ded5ba62008 # timeout=10 Commit message: "refactor: Modify test to make the BuildCoreCommands func internalize" > git rev-list --no-walk 66c8d670fc1c00e1c9077dc6217476d6b47173d6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:40:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:40:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:40:37 ========================================================= 03:40:37 EdgeX Global Pipelines Version Info 03:40:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:40:38 ------------------- 03:40:38 stable info: 03:40:38 ------------------- 03:40:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:40:38 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 03:40:38 Message: update stable to v1.0.184 03:40:39 ------------------- 03:40:39 experimental info: 03:40:39 ------------------- 03:40:39 Commited By: **** collab-it+edgex@linuxfoundation.org 03:40:39 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 03:40:39 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:40:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:40:40 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:40:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:40:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:40:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:40:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:40:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:40:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:40:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:40:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:40:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:40:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:40:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:40:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:40:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:40:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:40:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:40:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:40:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:40:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:40:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:40:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:40:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo 03:40:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo 03:40:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo 03:40:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8c008893c2866544e91eef73f0d66ded5ba62008 [Pipeline] echo 03:40:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8c00889 [Pipeline] echo 03:40:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:40:43 provisioning config files... 03:40:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config4512499150114389980tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:40:43 ---> docker-login.sh 03:40:43 nexus3.edgexfoundry.org:10001 03:40:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:40:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:40:44 Configure a credential helper to remove this warning. See 03:40:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:40:44 03:40:44 Login Succeeded 03:40:44 nexus3.edgexfoundry.org:10002 03:40:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:40:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:40:44 Configure a credential helper to remove this warning. See 03:40:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:40:44 03:40:44 Login Succeeded 03:40:44 nexus3.edgexfoundry.org:10003 03:40:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:40:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:40:44 Configure a credential helper to remove this warning. See 03:40:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:40:44 03:40:44 Login Succeeded 03:40:44 nexus3.edgexfoundry.org:10004 03:40:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:40:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:40:44 Configure a credential helper to remove this warning. See 03:40:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:40:44 03:40:44 Login Succeeded 03:40:44 docker.io 03:40:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:40:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:40:44 Configure a credential helper to remove this warning. See 03:40:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:40:44 03:40:44 Login Succeeded 03:40:44 ---> docker-login.sh ends [Pipeline] } 03:40:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:40:45 ++ 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 03:40:45 + for file in '`ls cmd/**/Dockerfile`' 03:40:45 ++ dirname cmd/core-command/Dockerfile 03:40:45 ++ cut -d/ -f2 03:40:45 + echo core-command,cmd/core-command/Dockerfile 03:40:45 + for file in '`ls cmd/**/Dockerfile`' 03:40:45 ++ dirname cmd/core-data/Dockerfile 03:40:45 ++ cut -d/ -f2 03:40:45 + echo core-data,cmd/core-data/Dockerfile 03:40:45 + for file in '`ls cmd/**/Dockerfile`' 03:40:45 ++ dirname cmd/core-metadata/Dockerfile 03:40:45 ++ cut -d/ -f2 03:40:45 + echo core-metadata,cmd/core-metadata/Dockerfile 03:40:45 + for file in '`ls cmd/**/Dockerfile`' 03:40:45 ++ dirname cmd/security-bootstrapper/Dockerfile 03:40:45 ++ cut -d/ -f2 03:40:45 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:40:45 + for file in '`ls cmd/**/Dockerfile`' 03:40:45 ++ dirname cmd/security-proxy-setup/Dockerfile 03:40:45 ++ cut -d/ -f2 03:40:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:40:45 + for file in '`ls cmd/**/Dockerfile`' 03:40:45 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:40:45 ++ cut -d/ -f2 03:40:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:40:45 + for file in '`ls cmd/**/Dockerfile`' 03:40:45 ++ dirname cmd/support-notifications/Dockerfile 03:40:45 ++ cut -d/ -f2 03:40:45 + echo support-notifications,cmd/support-notifications/Dockerfile 03:40:45 + for file in '`ls cmd/**/Dockerfile`' 03:40:45 ++ dirname cmd/support-scheduler/Dockerfile 03:40:45 ++ cut -d/ -f2 03:40:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:40:45 + for file in '`ls cmd/**/Dockerfile`' 03:40:45 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:40:45 ++ cut -d/ -f2 03:40:45 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:40:45 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 03:40:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:40:46 03:40:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:40:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:40:47 latest: Pulling from edgex-devops/git-semver 03:40:47 31603596830f: Pulling fs layer 03:40:47 2a8b12db71e7: Pulling fs layer 03:40:47 6ca5941a6612: Pulling fs layer 03:40:47 ecc8261a40a4: Pulling fs layer 03:40:47 ecc8261a40a4: Waiting 03:40:47 2a8b12db71e7: Verifying Checksum 03:40:47 2a8b12db71e7: Download complete 03:40:47 31603596830f: Verifying Checksum 03:40:47 31603596830f: Download complete 03:40:47 ecc8261a40a4: Verifying Checksum 03:40:47 ecc8261a40a4: Download complete 03:40:47 6ca5941a6612: Verifying Checksum 03:40:47 6ca5941a6612: Download complete 03:40:47 31603596830f: Pull complete 03:40:48 2a8b12db71e7: Pull complete 03:40:48 6ca5941a6612: Pull complete 03:40:48 ecc8261a40a4: Pull complete 03:40:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:40:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:40:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:40:49 prd-centos7-docker-4c-2g-29768 does not seem to be running inside a container 03:40:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:40:51 $ docker top 8d1e76c5f25ad28b648ba708ec1c55995e5e3e3001cbfb65a618b79315d85bf0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:40:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:40:52 [ssh-agent] Looking for ssh-agent implementation... 03:40:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:40:52 $ docker exec 8d1e76c5f25ad28b648ba708ec1c55995e5e3e3001cbfb65a618b79315d85bf0 ssh-agent 03:40:52 SSH_AUTH_SOCK=/tmp/ssh-V7AeMbKFKhGI/agent.11 03:40:52 SSH_AGENT_PID=17 03:40:52 Running ssh-add (command line suppressed) 03:40:52 Identity added: /w/workspace/edgex-go/14@tmp/private_key_4423979253989888138.key (/w/workspace/edgex-go/14@tmp/private_key_4423979253989888138.key) 03:40:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:40:52 + git tag --points-at HEAD [Pipeline] } 03:40:52 $ docker exec --env ******** --env ******** 8d1e76c5f25ad28b648ba708ec1c55995e5e3e3001cbfb65a618b79315d85bf0 ssh-agent -k 03:40:53 unset SSH_AUTH_SOCK; 03:40:53 unset SSH_AGENT_PID; 03:40:53 echo Agent pid 17 killed; 03:40:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:40:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:40:53 [ssh-agent] Looking for ssh-agent implementation... 03:40:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:40:53 $ docker exec 8d1e76c5f25ad28b648ba708ec1c55995e5e3e3001cbfb65a618b79315d85bf0 ssh-agent 03:40:53 SSH_AUTH_SOCK=/tmp/ssh-fwXyvXt3uOAd/agent.46 03:40:53 SSH_AGENT_PID=51 03:40:53 Running ssh-add (command line suppressed) 03:40:53 Identity added: /w/workspace/edgex-go/14@tmp/private_key_3978667392881826071.key (/w/workspace/edgex-go/14@tmp/private_key_3978667392881826071.key) 03:40:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:40:54 + git semver init 03:40:54 # -> Open(): unable to determine branch for HEAD 03:40:54 # $GIT_DIR = /w/workspace/edgex-go/14/.git 03:40:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/14 03:40:54 # $SEMVER_REMOTE_NAME = origin 03:40:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:40:54 # $SEMVER_USER_NAME = edgex-jenkins 03:40:54 # $SEMVER_BRANCH = PR-3250 03:40:54 # $SEMVER_TEMP = /tmp/semver-369988811 03:40:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:41:12 # '/tmp/semver-369988811' -> '/w/workspace/edgex-go/14/.semver' 03:41:12 # -> Force: false 03:41:12 # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } 03:41:12 $ docker exec --env ******** --env ******** 8d1e76c5f25ad28b648ba708ec1c55995e5e3e3001cbfb65a618b79315d85bf0 ssh-agent -k 03:41:12 unset SSH_AUTH_SOCK; 03:41:12 unset SSH_AGENT_PID; 03:41:12 echo Agent pid 51 killed; 03:41:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:41:13 + git semver [Pipeline] } 03:41:13 $ docker stop --time=1 8d1e76c5f25ad28b648ba708ec1c55995e5e3e3001cbfb65a618b79315d85bf0 03:41:14 $ docker rm -f 8d1e76c5f25ad28b648ba708ec1c55995e5e3e3001cbfb65a618b79315d85bf0 [Pipeline] // withDockerContainer [Pipeline] sh 03:41:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:41:15 Stashed 1 file(s) [Pipeline] echo 03:41:15 [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 03:41:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:41:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:41:17 + sudo service docker restart 03:41:17 + true 03:41:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:41:18 ========================================================= 03:41:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:41:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:41:18 + 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 . 03:41:21 Sending build context to Docker daemon 328.7MB 03:41:21 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:41:21 Step 2/6 : FROM ${BASE} 03:41:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:41:22 188c0c94c7c5: Pulling fs layer 03:41:22 0ef7d3d256c8: Pulling fs layer 03:41:22 de9db76c5a1d: Pulling fs layer 03:41:22 bca2f99d35d6: Pulling fs layer 03:41:22 93359f2a8cfa: Pulling fs layer 03:41:22 7c6f9722023f: Pulling fs layer 03:41:22 a35cf1a2eb13: Pulling fs layer 03:41:22 93359f2a8cfa: Waiting 03:41:22 7c6f9722023f: Waiting 03:41:22 a35cf1a2eb13: Waiting 03:41:22 bca2f99d35d6: Waiting 03:41:22 de9db76c5a1d: Verifying Checksum 03:41:22 de9db76c5a1d: Download complete 03:41:22 0ef7d3d256c8: Download complete 03:41:22 93359f2a8cfa: Verifying Checksum 03:41:22 93359f2a8cfa: Download complete 03:41:22 188c0c94c7c5: Verifying Checksum 03:41:22 188c0c94c7c5: Download complete 03:41:22 7c6f9722023f: Verifying Checksum 03:41:22 7c6f9722023f: Download complete 03:41:22 188c0c94c7c5: Pull complete 03:41:22 0ef7d3d256c8: Pull complete 03:41:22 de9db76c5a1d: Pull complete 03:41:24 a35cf1a2eb13: Verifying Checksum 03:41:24 a35cf1a2eb13: Download complete 03:41:24 bca2f99d35d6: Verifying Checksum 03:41:24 bca2f99d35d6: Download complete 03:41:30 bca2f99d35d6: Pull complete 03:41:30 93359f2a8cfa: Pull complete 03:41:30 7c6f9722023f: Pull complete 03:41:31 Still waiting to schedule task 03:41:31 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:41:34 a35cf1a2eb13: Pull complete 03:41:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:41:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:41:34 ---> a62c8e92a672 03:41:34 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 03:41:34 ---> Running in 835f93312f53 03:41:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:41:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:41:36 (1/12) Installing libmagic (5.38-r0) 03:41:36 (2/12) Installing file (5.38-r0) 03:41:36 (3/12) Installing libc-dev (0.7.2-r3) 03:41:37 (4/12) Installing g++ (9.3.0-r2) 03:41:42 (5/12) Installing fortify-headers (1.1-r0) 03:41:42 (6/12) Installing patch (2.7.6-r6) 03:41:42 (7/12) Installing build-base (0.5-r2) 03:41:42 (8/12) Installing libsodium (1.0.18-r0) 03:41:42 (9/12) Installing pkgconf (1.7.2-r0) 03:41:42 (10/12) Installing libsodium-dev (1.0.18-r0) 03:41:42 (11/12) Installing libzmq (4.3.3-r0) 03:41:42 (12/12) Installing zeromq-dev (4.3.3-r0) 03:41:42 Executing busybox-1.31.1-r19.trigger 03:41:42 OK: 233 MiB in 51 packages 03:41:47 Removing intermediate container 835f93312f53 03:41:47 ---> c55c51307d73 03:41:47 Step 4/6 : WORKDIR /edgex-go 03:41:47 ---> Running in 90da196ff75c 03:41:47 Removing intermediate container 90da196ff75c 03:41:47 ---> 3e67fb00dd11 03:41:47 Step 5/6 : COPY go.mod . 03:41:47 ---> c6fc6d368529 03:41:47 Step 6/6 : RUN go mod download 03:41:47 ---> Running in 4fa23b533dc2 03:42:09 Removing intermediate container 4fa23b533dc2 03:42:09 ---> f0df391554c2 03:42:09 Successfully built f0df391554c2 03:42:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:42:09 + docker inspect -f . ci-base-image-x86_64 03:42:09 . [Pipeline] withDockerContainer 03:42:09 prd-centos7-docker-4c-2g-29768 does not seem to be running inside a container 03:42:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:42:10 $ docker top d7f7f63db1cf2645ce59ed3853f58528933b8cd7339e4bd0ea66689e19ca27f2 -eo pid,comm [Pipeline] { [Pipeline] sh 03:42:11 + go version 03:42:11 go version go1.15.5 linux/amd64 [Pipeline] } 03:42:11 $ docker stop --time=1 d7f7f63db1cf2645ce59ed3853f58528933b8cd7339e4bd0ea66689e19ca27f2 03:42:12 $ docker rm -f d7f7f63db1cf2645ce59ed3853f58528933b8cd7339e4bd0ea66689e19ca27f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:42:13 + docker inspect -f . ci-base-image-x86_64 03:42:13 . [Pipeline] withDockerContainer 03:42:13 prd-centos7-docker-4c-2g-29768 does not seem to be running inside a container 03:42:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:42:14 $ docker top be7c327c7c8ddaedc6004e139bafce4740e0fbd28b74cc16d8ebc1e8ab516099 -eo pid,comm [Pipeline] { [Pipeline] echo 03:42:14 ========================================================= 03:42:14 [edgeXBuildGoParallel] Running Tests and Build... 03:42:14 ========================================================= [Pipeline] sh 03:42:14 + make test 03:42:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:42:23 ? github.com/edgexfoundry/edgex-go [no test files] 03:42:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:42:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:42:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:42:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:42:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:42:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:42:46 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:42:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:42:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:42:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:42:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:42:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:42:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 45.9% of statements 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.062s coverage: 19.8% of statements 03:42:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.072s coverage: 100.0% of statements 03:42:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.1% of statements 03:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:42:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 03:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:42:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements 03:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:42:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.073s coverage: 71.3% of statements 03:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:42:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.168s coverage: 82.9% of statements 03:42:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:42:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:42:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.049s coverage: 78.9% of statements 03:42:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:42:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.330s coverage: 28.6% of statements 03:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:42:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 03:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:42:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 03:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:42:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements 03:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:42:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements 03:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:42:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.100s coverage: 78.3% of statements 03:42:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:42:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:42:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:42:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:43:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.403s coverage: 92.8% of statements 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:43:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:43:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.087s coverage: 0.1% of statements 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:43:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:43:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements 03:43:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements 03:43:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements 03:43:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements 03:43:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.028s coverage: 87.5% of statements 03:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.037s coverage: 94.4% of statements 03:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements 03:43:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.067s coverage: 81.4% of statements 03:43:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29769 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws 03:43:22 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.059s coverage: 92.9% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 62.4% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.305s coverage: 69.0% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 38.4% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.132s coverage: 87.1% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.705s coverage: 29.1% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.081s coverage: 96.5% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:43:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 03:43:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 03:43:26 GO111MODULE=on go vet ./... 03:43:27 using credential edgex-jenkins-ssh 03:43:27 Cloning the remote Git repository 03:43:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:43:28 > git init /w/workspace/edgex-go/14 # timeout=10 03:43:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:43:28 > git --version # timeout=10 03:43:28 > git --version # 'git version 2.17.1' 03:43:28 using GIT_SSH to set credentials SSH Credentials for GitHub 03:43:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:43:44 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit 8c008893c2866544e91eef73f0d66ded5ba62008 03:43:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:43:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:43:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:43:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:43:43 using GIT_SSH to set credentials SSH Credentials for GitHub 03:43:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:43:44 > git config core.sparsecheckout # timeout=10 03:43:44 > git checkout -f 8c008893c2866544e91eef73f0d66ded5ba62008 # timeout=10 03:43:44 > git remote # timeout=10 03:43:44 > git config --get remote.origin.url # timeout=10 03:43:44 using GIT_SSH to set credentials SSH Credentials for GitHub 03:43:44 > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 03:43:45 Merge succeeded, producing 8c008893c2866544e91eef73f0d66ded5ba62008 03:43:45 Checking out Revision 8c008893c2866544e91eef73f0d66ded5ba62008 (PR-3250) 03:43:45 > git rev-parse HEAD^{commit} # timeout=10 03:43:45 > git config core.sparsecheckout # timeout=10 03:43:45 > git checkout -f 8c008893c2866544e91eef73f0d66ded5ba62008 # timeout=10 03:43:49 Commit message: "refactor: Modify test to make the BuildCoreCommands func internalize" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:43:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:43:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:43:52 + true 03:43:52 + sudo service docker restart 03:43:53 gofmt -l . 03:43:53 [ "`gofmt -l .`" = "" ] 03:43:53 ./bin/test-go-mod-tidy.sh 03:43:53 ./bin/test-attribution-txt.sh [Pipeline] sh 03:43:53 + ls -al . 03:43:53 total 748 03:43:53 drwxrwxr-x 10 1001 1001 4096 Mar 15 03:43 . 03:43:53 drwxr-xr-x 4 root root 30 Mar 15 03:42 .. 03:43:53 -rw-rw-r-- 1 1001 1001 11 Mar 15 03:40 .dockerignore 03:43:53 drwxrwxr-x 8 1001 1001 179 Mar 15 03:40 .git 03:43:53 drwxrwxr-x 3 1001 1001 125 Mar 15 03:40 .github 03:43:53 -rw-rw-r-- 1 1001 1001 818 Mar 15 03:40 .gitignore 03:43:53 drwx------ 3 1001 1001 60 Mar 15 03:41 .semver 03:43:53 -rw-rw-r-- 1 1001 1001 166 Mar 15 03:40 .sonarcloud.properties 03:43:53 -rw-rw-r-- 1 1001 1001 8607 Mar 15 03:40 Attribution.txt 03:43:53 -rw-rw-r-- 1 1001 1001 3804 Mar 15 03:40 CONTRIBUTING.md 03:43:53 -rw-rw-r-- 1 1001 1001 931 Mar 15 03:40 Dockerfile.build 03:43:53 -rw-rw-r-- 1 1001 1001 863 Mar 15 03:40 Jenkinsfile 03:43:53 -rw-rw-r-- 1 1001 1001 10775 Mar 15 03:40 LICENSE 03:43:53 -rw-rw-r-- 1 1001 1001 5774 Mar 15 03:40 Makefile 03:43:53 -rw-rw-r-- 1 1001 1001 6548 Mar 15 03:40 README.md 03:43:53 -rw-rw-r-- 1 1001 1001 6755 Mar 15 03:40 SECURITY.md 03:43:53 -rw-rw-r-- 1 1001 1001 5 Mar 15 03:41 VERSION 03:43:53 -rw-rw-r-- 1 1001 1001 4131 Mar 15 03:40 ZMQWindows.md 03:43:53 drwxrwxr-x 2 1001 1001 117 Mar 15 03:40 bin 03:43:53 drwxrwxr-x 14 1001 1001 4096 Mar 15 03:40 cmd 03:43:53 -rw-r--r-- 1 root root 635765 Mar 15 03:43 coverage.out 03:43:53 -rw-r--r-- 1 root root 1055 Mar 15 03:43 go.mod 03:43:53 -rw-r--r-- 1 root root 21981 Mar 15 03:43 go.sum 03:43:53 drwxrwxr-x 8 1001 1001 127 Mar 15 03:40 internal 03:43:53 drwxrwxr-x 4 1001 1001 26 Mar 15 03:40 openapi 03:43:53 drwxrwxr-x 4 1001 1001 71 Mar 15 03:40 snap 03:43:53 -rw-rw-r-- 1 1001 1001 168 Mar 15 03:40 version.go [Pipeline] sh 03:43:53 + '[' -e coverage.out ] 03:43:53 + chown 1001:1001 coverage.out [Pipeline] stash 03:43:53 Stashed 1 file(s) [Pipeline] sh 03:43:54 + make build 03:43:54 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:43:54 provisioning config files... 03:43:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config2045998199908649730tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:43:55 ---> docker-login.sh 03:43:55 nexus3.edgexfoundry.org:10001 03:43:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:43:57 Configure a credential helper to remove this warning. See 03:43:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:43:57 03:43:57 Login Succeeded 03:43:57 nexus3.edgexfoundry.org:10002 03:43:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:43:57 Configure a credential helper to remove this warning. See 03:43:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:43:57 03:43:57 Login Succeeded 03:43:57 nexus3.edgexfoundry.org:10003 03:43:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:43:57 Configure a credential helper to remove this warning. See 03:43:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:43:57 03:43:57 Login Succeeded 03:43:57 nexus3.edgexfoundry.org:10004 03:43:58 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 03:43:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:43:58 Configure a credential helper to remove this warning. See 03:43:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:43:58 03:43:58 Login Succeeded 03:43:58 docker.io 03:43:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:43:59 Configure a credential helper to remove this warning. See 03:43:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:43:59 03:43:59 Login Succeeded 03:43:59 ---> docker-login.sh ends [Pipeline] } 03:43:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:43:59 ========================================================= 03:43:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:43:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:43:59 + 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 . 03:44:02 Sending build context to Docker daemon 166.9MB 03:44:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:44:02 Step 2/6 : FROM ${BASE} 03:44:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:44:02 5f621e34cdf4: Pulling fs layer 03:44:02 a4357932f1b6: Pulling fs layer 03:44:02 18c013af1878: Pulling fs layer 03:44:02 00ac8860ef70: Pulling fs layer 03:44:02 63d7cb157983: Pulling fs layer 03:44:02 b116817d02f9: Pulling fs layer 03:44:02 745a02a5169b: Pulling fs layer 03:44:02 00ac8860ef70: Waiting 03:44:02 63d7cb157983: Waiting 03:44:02 b116817d02f9: Waiting 03:44:02 745a02a5169b: Waiting 03:44:02 18c013af1878: Verifying Checksum 03:44:02 18c013af1878: Download complete 03:44:02 a4357932f1b6: Download complete 03:44:02 63d7cb157983: Verifying Checksum 03:44:02 63d7cb157983: Download complete 03:44:02 5f621e34cdf4: Verifying Checksum 03:44:02 5f621e34cdf4: Download complete 03:44:03 b116817d02f9: Verifying Checksum 03:44:03 b116817d02f9: Download complete 03:44:03 5f621e34cdf4: Pull complete 03:44:03 a4357932f1b6: Pull complete 03:44:04 18c013af1878: Pull complete 03:44:05 745a02a5169b: Verifying Checksum 03:44:05 745a02a5169b: Download complete 03:44:06 00ac8860ef70: Verifying Checksum 03:44:06 00ac8860ef70: Download complete 03:44:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:44:07 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 03:44:09 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 03:44:09 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 03:44:11 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 03:44:12 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 03:44:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:44:14 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 03:44:15 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 03:44:16 00ac8860ef70: Pull complete 03:44:17 63d7cb157983: Pull complete 03:44:17 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 03:44:17 b116817d02f9: Pull complete [Pipeline] } 03:44:19 $ docker stop --time=1 be7c327c7c8ddaedc6004e139bafce4740e0fbd28b74cc16d8ebc1e8ab516099 03:44:20 $ docker rm -f be7c327c7c8ddaedc6004e139bafce4740e0fbd28b74cc16d8ebc1e8ab516099 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 03:44:21 745a02a5169b: Pull complete 03:44:21 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:44:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:44:21 ---> b7e6874047d6 03:44:21 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:44:24 ---> Running in 0509ac41fd1d 03:44:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:44:24 03:44:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:44:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:44:24 latest: Pulling from edgex-devops/edgex-compose 03:44:24 cbdbe7a5bc2a: Pulling fs layer 03:44:24 ca9280d653b3: Pulling fs layer 03:44:24 7e9c9ca2126c: Pulling fs layer 03:44:25 cbdbe7a5bc2a: Verifying Checksum 03:44:25 cbdbe7a5bc2a: Download complete 03:44:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:44:25 cbdbe7a5bc2a: Pull complete 03:44:25 ca9280d653b3: Verifying Checksum 03:44:25 ca9280d653b3: Download complete 03:44:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:44:26 ca9280d653b3: Pull complete 03:44:26 7e9c9ca2126c: Download complete 03:44:28 (1/12) Installing libmagic (5.38-r0) 03:44:29 (2/12) Installing file (5.38-r0) 03:44:29 (3/12) Installing libc-dev (0.7.2-r3) 03:44:29 (4/12) Installing g++ (9.3.0-r2) 03:44:33 7e9c9ca2126c: Pull complete 03:44:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:44:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:44:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:44:33 prd-centos7-docker-4c-2g-29768 does not seem to be running inside a container 03:44:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:44:35 $ docker top 06df86a65753ecf9fdc8fec8e253defac18d57198cfa374b92513ce768a0d9fc -eo pid,comm [Pipeline] { [Pipeline] sh 03:44:36 + docker-compose build --help 03:44:36 + grep parallel 03:44:37 --parallel Build images in parallel. [Pipeline] } 03:44:37 $ docker stop --time=1 06df86a65753ecf9fdc8fec8e253defac18d57198cfa374b92513ce768a0d9fc 03:44:38 $ docker rm -f 06df86a65753ecf9fdc8fec8e253defac18d57198cfa374b92513ce768a0d9fc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:44:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:44:39 . [Pipeline] withDockerContainer 03:44:39 prd-centos7-docker-4c-2g-29768 does not seem to be running inside a container 03:44:39 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:44:39 (5/12) Installing fortify-headers (1.1-r0) 03:44:39 (6/12) Installing patch (2.7.6-r6) 03:44:39 (7/12) Installing build-base (0.5-r2) 03:44:39 (8/12) Installing libsodium (1.0.18-r0) 03:44:39 (9/12) Installing pkgconf (1.7.2-r0) 03:44:39 (10/12) Installing libsodium-dev (1.0.18-r0) 03:44:39 (11/12) Installing libzmq (4.3.3-r0) 03:44:39 (12/12) Installing zeromq-dev (4.3.3-r0) 03:44:39 Executing busybox-1.31.1-r19.trigger 03:44:39 OK: 217 MiB in 51 packages 03:44:40 $ docker top a2e877e684a9864e895ddc98d6420253962581f7577e8329f62f078f26b657e9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:44:40 + docker-compose -f ./docker-compose-build.yml build --parallel 03:44:41 Building docker-core-command-go ... 03:44:41 Building docker-core-data-go ... 03:44:41 Building docker-core-metadata-go ... 03:44:41 Building docker-security-bootstrapper-go ... 03:44:41 Building docker-security-proxy-setup-go ... 03:44:41 Building docker-security-secretstore-setup-go ... 03:44:41 Building docker-support-notifications-go ... 03:44:41 Building docker-support-scheduler-go ... 03:44:41 Building docker-sys-mgmt-agent-go ... 03:44:41 Building docker-security-secretstore-setup-go 03:44:41 Building docker-core-metadata-go 03:44:41 Building docker-security-proxy-setup-go 03:44:41 Building docker-support-scheduler-go 03:44:41 Building docker-support-notifications-go 03:44:44 Removing intermediate container 0509ac41fd1d 03:44:44 ---> ea138acac0e9 03:44:44 Step 4/6 : WORKDIR /edgex-go 03:44:44 ---> Running in 0c439448d047 03:44:44 Removing intermediate container 0c439448d047 03:44:44 ---> df2dab7c3c32 03:44:44 Step 5/6 : COPY go.mod . 03:44:45 ---> f8050a5e8fd8 03:44:45 Step 6/6 : RUN go mod download 03:44:45 ---> Running in b56dfb2d59b9 03:45:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:45:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:45:14 ---> f0df391554c2 03:45:14 Step 3/22 : WORKDIR /edgex-go 03:45:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:45:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:45:14 ---> f0df391554c2 03:45:14 Step 3/22 : WORKDIR /edgex-go 03:45:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:45:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:45:14 ---> f0df391554c2 03:45:14 Step 3/23 : WORKDIR /edgex-go 03:45:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:45:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:45:14 ---> f0df391554c2 03:45:14 Step 3/24 : WORKDIR /edgex-go 03:45:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:45:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:45:15 ---> f0df391554c2 03:45:15 Step 3/21 : WORKDIR /edgex-go 03:45:16 ---> Running in f483856619cf 03:45:16 ---> Running in 1fa05c34a839 03:45:16 ---> Running in 01162c4ff1f2 03:45:16 ---> Running in d66c888d0832 03:45:16 ---> Running in 32e1f7fcadfb 03:45:16 Removing intermediate container d66c888d0832 03:45:16 ---> 3070c926465f 03:45:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:45:16 Removing intermediate container 01162c4ff1f2 03:45:16 ---> 4ce16999e9fa 03:45:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:45:16 Removing intermediate container f483856619cf 03:45:16 ---> dbcf70126bcc 03:45:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:45:16 Removing intermediate container 32e1f7fcadfb 03:45:16 ---> 67c71e7c2582 03:45:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:45:16 Removing intermediate container 1fa05c34a839 03:45:16 ---> 936c87ca54d2 03:45:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:45:16 ---> Running in bbc129fc0c05 03:45:17 ---> Running in c009e544abe9 03:45:17 ---> Running in 1f7afe009727 03:45:17 ---> Running in 4ca4e92b397a 03:45:17 ---> Running in 2634f1144717 03:45:17 Removing intermediate container b56dfb2d59b9 03:45:17 ---> d958f40672d4 03:45:17 Successfully built d958f40672d4 03:45:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:45:18 + docker inspect -f . ci-base-image-arm64 03:45:18 . [Pipeline] withDockerContainer 03:45:18 prd-ubuntu18.04-docker-arm64-4c-16g-29769 does not seem to be running inside a container 03:45:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:45:19 Removing intermediate container c009e544abe9 03:45:19 ---> 9310df3b4da0 03:45:19 Step 5/23 : RUN apk add --update --no-cache make git 03:45:19 Removing intermediate container bbc129fc0c05 03:45:19 ---> 01e9cfd5bdc9 03:45:19 Step 5/22 : RUN apk add --update --no-cache make git 03:45:19 Removing intermediate container 2634f1144717 03:45:19 ---> 3a5fca393736 03:45:19 Step 5/24 : RUN apk add --update --no-cache make git 03:45:19 ---> Running in ad4e515c225e 03:45:19 ---> Running in 7ef14b2f9fc1 03:45:19 ---> Running in 3cf56412c36b 03:45:19 Removing intermediate container 4ca4e92b397a 03:45:19 ---> 62d3caa247ab 03:45:19 Step 5/21 : RUN apk add --update --no-cache make git 03:45:19 Removing intermediate container 1f7afe009727 03:45:19 ---> 434bfecb64b3 03:45:19 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:45:19 ---> Running in 0568049219a8 03:45:19 ---> Running in fe69daac4018 03:45:20 $ docker top 53c6ac2fb1115879373936dfc468c0c5de28a7d2aa125f172a2fb65cbc4c8657 -eo pid,comm [Pipeline] { [Pipeline] sh 03:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:45:21 + go version 03:45:21 go version go1.15.5 linux/arm64 [Pipeline] } 03:45:21 $ docker stop --time=1 53c6ac2fb1115879373936dfc468c0c5de28a7d2aa125f172a2fb65cbc4c8657 03:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:45:22 OK: 233 MiB in 51 packages 03:45:22 OK: 233 MiB in 51 packages 03:45:22 OK: 233 MiB in 51 packages 03:45:22 OK: 233 MiB in 51 packages 03:45:22 OK: 233 MiB in 51 packages 03:45:22 Removing intermediate container ad4e515c225e 03:45:22 ---> f07623e80cd8 03:45:22 Step 6/23 : COPY go.mod . 03:45:22 Removing intermediate container 7ef14b2f9fc1 03:45:22 ---> 9e8e2df9d5e5 03:45:22 Step 6/22 : COPY go.mod . 03:45:23 ---> ad4cac052e04 03:45:23 Step 7/23 : RUN go mod download 03:45:23 $ docker rm -f 53c6ac2fb1115879373936dfc468c0c5de28a7d2aa125f172a2fb65cbc4c8657 03:45:23 ---> 71e072b65c2f 03:45:23 Step 7/22 : RUN go mod download 03:45:23 ---> Running in 23ac44cf3cf7 03:45:23 Removing intermediate container 3cf56412c36b 03:45:23 ---> eff5621796c7 03:45:23 Step 6/24 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 03:45:23 ---> Running in 60ac7f24c703 03:45:23 Removing intermediate container 0568049219a8 03:45:23 ---> 25702e5304cf 03:45:23 Step 6/21 : COPY go.mod . 03:45:23 Removing intermediate container fe69daac4018 03:45:23 ---> 6d16716a424d 03:45:23 Step 6/22 : COPY go.mod . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:45:23 ---> f4d710b3cc4c 03:45:23 Step 7/24 : RUN go mod download 03:45:24 ---> dcbc43eb6a41 03:45:24 Step 7/21 : RUN go mod download 03:45:24 ---> Running in 5bb7290cd8c3 03:45:24 ---> 86fad60b29d3 03:45:24 Step 7/22 : RUN go mod download 03:45:24 + docker inspect -f . ci-base-image-arm64 03:45:24 . [Pipeline] withDockerContainer 03:45:24 ---> Running in e241539c7781 03:45:24 ---> Running in cacab510b4bb 03:45:24 prd-ubuntu18.04-docker-arm64-4c-16g-29769 does not seem to be running inside a container 03:45:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:45:25 Removing intermediate container 23ac44cf3cf7 03:45:25 ---> 2a2c36996a14 03:45:25 Step 8/23 : COPY . . 03:45:25 Removing intermediate container 60ac7f24c703 03:45:25 ---> 409994f1756d 03:45:25 Step 8/22 : COPY . . 03:45:25 $ docker top e9d3b397545d6736a0f6120758af0b24fe3f76b21b6af53cf665d3dd37cf79ff -eo pid,comm 03:45:26 Removing intermediate container 5bb7290cd8c3 03:45:26 ---> a5ae6b6088c7 03:45:26 Step 8/24 : COPY . . [Pipeline] { [Pipeline] echo 03:45:26 ========================================================= 03:45:26 [edgeXBuildGoParallel] Running Tests and Build... 03:45:26 ========================================================= [Pipeline] sh 03:45:26 + make test 03:45:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:45:34 Removing intermediate container e241539c7781 03:45:34 ---> c825828c7887 03:45:34 Step 8/21 : COPY . . 03:45:35 Removing intermediate container cacab510b4bb 03:45:35 ---> 371b2f4187db 03:45:35 Step 8/22 : COPY . . 03:45:49 ? github.com/edgexfoundry/edgex-go [no test files] 03:46:14 ---> 837ef52fda4e 03:46:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:46:14 ---> d00defa71513 03:46:14 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:46:14 ---> 2f8b6b490d9f 03:46:14 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:46:14 ---> Running in 9f2076a27a20 03:46:14 ---> Running in 47c7a85354b1 03:46:14 ---> c0cc6339797a 03:46:14 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:46:14 ---> 18e8163ea148 03:46:14 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:46:14 ---> Running in 1c8803eb49e5 03:46:14 ---> Running in 068c78143a66 03:46:14 ---> Running in 9d8e20325160 03:46:14 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 03:46:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:46:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:46:15 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 03:46:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:46:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:46:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:46:41 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 03:46:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:46:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:46:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:46:52 Removing intermediate container 9f2076a27a20 03:46:52 ---> d7e4bc09c06a 03:46:52 03:46:52 Step 10/24 : FROM alpine:3.12 03:46:52 Removing intermediate container 068c78143a66 03:46:52 ---> 2e40541da099 03:46:52 03:46:52 Step 10/21 : FROM alpine:3.12 03:46:52 3.12: Pulling from library/alpine 03:46:52 3.12: Pulling from library/alpine 03:46:55 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:46:55 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:46:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:46:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:46:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:46:57 Status: Downloaded newer image for alpine:3.12 03:46:57 Status: Downloaded newer image for alpine:3.12 03:46:57 ---> 88dd2752d2ea 03:46:57 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:46:57 ---> 88dd2752d2ea 03:46:57 Step 11/21 : RUN apk add --update --no-cache curl 03:46:57 Removing intermediate container 9d8e20325160 03:46:57 ---> 5f04d06d1ba1 03:46:57 03:46:57 Step 10/22 : FROM alpine:3.12 03:46:57 ---> 88dd2752d2ea 03:46:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:46:57 Removing intermediate container 1c8803eb49e5 03:46:57 ---> c2c38fa52fa4 03:46:57 03:46:57 Step 10/22 : FROM alpine:3.12 03:46:57 ---> 88dd2752d2ea 03:46:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:46:57 Removing intermediate container 47c7a85354b1 03:46:57 ---> 57e58e8e284b 03:46:57 03:46:57 Step 10/23 : FROM alpine:3.12 03:46:57 ---> 88dd2752d2ea 03:46:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:46:57 ---> Running in 84ce24a81e1d 03:46:57 ---> Running in e77eeff82b98 03:46:57 ---> Running in 4d2ca9618bd5 03:46:57 ---> Running in 29b0d044d669 03:46:57 ---> Running in 91c4fcee787e 03:46:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:46:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:46:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:46:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:46:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:46:59 (1/4) Installing ca-certificates (20191127-r4) 03:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:46:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:46:59 (3/4) Installing libcurl (7.69.1-r3) 03:46:59 (4/4) Installing curl (7.69.1-r3) 03:46:59 Executing busybox-1.31.1-r19.trigger 03:46:59 Executing ca-certificates-20191127-r4.trigger 03:46:59 (1/5) Installing ca-certificates (20191127-r4) 03:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:46:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:46:59 (3/5) Installing libcurl (7.69.1-r3) 03:46:59 OK: 7 MiB in 18 packages 03:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:46:59 (4/5) Installing curl (7.69.1-r3) 03:46:59 (5/5) Installing dumb-init (1.2.2-r1) 03:46:59 (1/2) Installing ca-certificates (20191127-r4) 03:46:59 Executing busybox-1.31.1-r19.trigger 03:46:59 Executing ca-certificates-20191127-r4.trigger 03:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:46:59 (2/2) Installing dumb-init (1.2.2-r1) 03:46:59 Executing busybox-1.31.1-r19.trigger 03:46:59 Executing ca-certificates-20191127-r4.trigger 03:46:59 OK: 6 MiB in 16 packages 03:46:59 OK: 7 MiB in 19 packages 03:46:59 (1/1) Installing dumb-init (1.2.2-r1) 03:46:59 Executing busybox-1.31.1-r19.trigger 03:46:59 OK: 6 MiB in 15 packages 03:46:59 (1/1) Installing dumb-init (1.2.2-r1) 03:46:59 Executing busybox-1.31.1-r19.trigger 03:46:59 OK: 6 MiB in 15 packages 03:47:02 Removing intermediate container e77eeff82b98 03:47:02 ---> 5d981e2e489b 03:47:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:47:02 Removing intermediate container 29b0d044d669 03:47:02 ---> 86e236e3456b 03:47:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:47:02 Removing intermediate container 4d2ca9618bd5 03:47:02 ---> a4a436c214c7 03:47:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:47:03 ---> Running in 3ba4d9be854a 03:47:03 ---> Running in 6bcb3a230e87 03:47:03 ---> Running in e545dbfb69d9 03:47:03 Removing intermediate container 84ce24a81e1d 03:47:03 ---> 0f29c4e1ceb4 03:47:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:47:03 Removing intermediate container 91c4fcee787e 03:47:03 ---> dd4e79002b1f 03:47:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:47:03 ---> Running in 7c624946c35a 03:47:03 Removing intermediate container 3ba4d9be854a 03:47:03 ---> 089fa1602bbd 03:47:03 Step 13/21 : WORKDIR /edgex 03:47:03 ---> Running in 18dd975c906e 03:47:03 Removing intermediate container 6bcb3a230e87 03:47:03 ---> 7878c53f4b14 03:47:03 Step 13/23 : ENV APP_PORT=48081 03:47:03 ---> Running in 30f021bc5eaa 03:47:03 Removing intermediate container e545dbfb69d9 03:47:03 ---> 333aa588e136 03:47:03 Step 13/22 : ENV APP_PORT=48060 03:47:03 ---> Running in 40ad0d1b88c9 03:47:04 Removing intermediate container 7c624946c35a 03:47:04 ---> fe89efa4afed 03:47:04 Step 13/24 : WORKDIR / 03:47:04 ---> Running in 5705620c1c69 03:47:04 Removing intermediate container 18dd975c906e 03:47:04 ---> b64d29911a39 03:47:04 Step 13/22 : ENV APP_PORT=48085 03:47:04 ---> Running in 1a500f4c94b9 03:47:04 Removing intermediate container 30f021bc5eaa 03:47:04 ---> e2abf6862aac 03:47:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:47:04 Removing intermediate container 40ad0d1b88c9 03:47:04 ---> 5b7fbf17bad5 03:47:04 Step 14/23 : EXPOSE $APP_PORT 03:47:04 ---> Running in eaa421a15a40 03:47:04 Removing intermediate container 5705620c1c69 03:47:04 ---> 769f21f86e69 03:47:04 Step 14/22 : EXPOSE $APP_PORT 03:47:04 ---> Running in b0304675f1d5 03:47:04 ---> Running in 955e34efaedb 03:47:04 Removing intermediate container 1a500f4c94b9 03:47:04 ---> 55368af51599 03:47:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:47:04 Removing intermediate container eaa421a15a40 03:47:04 ---> b295fd177f01 03:47:04 Step 14/22 : EXPOSE $APP_PORT 03:47:04 ---> 623e290f2b4b 03:47:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:47:04 Removing intermediate container b0304675f1d5 03:47:04 ---> 2cc1222b6d9d 03:47:04 Step 15/23 : WORKDIR / 03:47:04 ---> Running in 72b2df17a4db 03:47:04 Removing intermediate container 955e34efaedb 03:47:04 ---> 62a099505c73 03:47:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:47:05 ---> Running in 17f721b121d7 03:47:05 ---> 30aff8d2399d 03:47:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:47:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:47:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:47:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:47:05 Removing intermediate container 72b2df17a4db 03:47:05 ---> f1f7dbab000c 03:47:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:47:05 ---> a7c99ac839c7 03:47:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:47:05 ---> e198035d0f2b 03:47:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:47:05 Removing intermediate container 17f721b121d7 03:47:05 ---> 1fef3bc6742e 03:47:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:47:05 ---> a58ebc8ac2f8 03:47:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:47:05 ---> 53113ce44a39 03:47:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:47:06 ---> 702a4d28f32e 03:47:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:47:06 ---> 07a8c1dfc132 03:47:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:47:06 ---> f213e5cee5e3 03:47:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:47:06 ---> 79b2f4f97ef0 03:47:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:47:06 ---> 19b3bb6c619e 03:47:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:47:06 ---> Running in efc70e8e6d28 03:47:06 ---> e463e0526888 03:47:06 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:47:06 ---> Running in e66c0e7f09aa 03:47:06 ---> 59983c9d1ac1 03:47:06 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:47:06 Removing intermediate container efc70e8e6d28 03:47:06 ---> 220af5d512ff 03:47:06 Step 18/21 : CMD ["--init=true"] 03:47:06 ---> 71cd5061a5c5 03:47:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:47:06 ---> 4dea30beb810 03:47:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:47:06 ---> Running in 96e451acb22f 03:47:06 ---> Running in 46d8005a5a46 03:47:07 Removing intermediate container e66c0e7f09aa 03:47:07 ---> 7e034e1680a3 03:47:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:47:07 ---> Running in 96fedcac453b 03:47:07 Removing intermediate container 46d8005a5a46 03:47:07 ---> 52e2fde333ea 03:47:07 Step 19/21 : LABEL arch=x86_64 03:47:07 Removing intermediate container 96e451acb22f 03:47:07 ---> f30c748c4c5e 03:47:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:47:07 ---> b702f7c2704f 03:47:07 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:47:07 ---> 86bf05bb937e 03:47:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:47:08 ---> Running in ff05d8168e2a 03:47:08 ---> Running in 90012bb32bf4 03:47:08 ---> Running in 667dd451354f 03:47:08 Removing intermediate container 96fedcac453b 03:47:08 ---> 5dd2a9fd4bd8 03:47:08 Step 20/22 : LABEL arch=x86_64 03:47:08 ---> Running in 4cf9172c3db0 03:47:08 ---> 3b89b945cb7d 03:47:08 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/ 03:47:08 Removing intermediate container ff05d8168e2a 03:47:08 ---> 4cb86da97607 03:47:08 Step 20/22 : LABEL arch=x86_64 03:47:08 Removing intermediate container 90012bb32bf4 03:47:08 ---> 2c3fb7f96cfc 03:47:08 Step 20/21 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:47:08 Removing intermediate container 667dd451354f 03:47:08 ---> 495633df0b72 03:47:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:47:08 ---> Running in c460f49d5eaf 03:47:08 ---> Running in 98ae945fafe5 03:47:08 ---> Running in 26bf551a6b1f 03:47:08 ---> Running in 8308799e8aaf 03:47:08 Removing intermediate container 4cf9172c3db0 03:47:08 ---> 3b28778a7572 03:47:08 Step 21/22 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:47:09 ---> Running in 962d12b3c482 03:47:09 Removing intermediate container c460f49d5eaf 03:47:09 ---> dec0b1b6a1e5 03:47:09 Step 21/22 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:47:09 Removing intermediate container 8308799e8aaf 03:47:09 ---> 011994350be9 03:47:09 Step 21/23 : LABEL arch=x86_64 03:47:09 Removing intermediate container 26bf551a6b1f 03:47:09 ---> 958f8eeff912 03:47:09 Step 21/21 : LABEL version=0.0.0 03:47:09 ---> Running in a4e9d5b3ba4f 03:47:09 ---> Running in 3c3ebf089ba1 03:47:09 ---> Running in a195d4f607c0 03:47:09 Removing intermediate container 962d12b3c482 03:47:09 ---> b8e164c75e45 03:47:09 Step 22/22 : LABEL version=0.0.0 03:47:09 Removing intermediate container a4e9d5b3ba4f 03:47:09 ---> 2d9c182cd79b 03:47:09 Step 22/22 : LABEL version=0.0.0 03:47:09 ---> Running in cfc049308a58 03:47:09 Removing intermediate container 3c3ebf089ba1 03:47:09 ---> ea3ff31471da 03:47:09 03:47:09 ---> Running in 0b358b6c841a 03:47:09 Removing intermediate container a195d4f607c0 03:47:09 ---> 21dbc4417751 03:47:09 Step 22/23 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:47:10 ---> Running in 7c1ca860464a 03:47:10 Successfully built ea3ff31471da 03:47:10 Successfully tagged docker-security-proxy-setup-go:latest 03:47:10  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 03:47:10 Removing intermediate container 0b358b6c841a 03:47:10 ---> 8f878bc909b3 03:47:10 03:47:10 Removing intermediate container cfc049308a58 03:47:10 ---> ce15b9ef1c46 03:47:10 03:47:10 Removing intermediate container 98ae945fafe5 03:47:10 ---> e0409ca222e8 03:47:10 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:47:10 Removing intermediate container 7c1ca860464a 03:47:10 ---> b908b8e117c7 03:47:10 Step 23/23 : LABEL version=0.0.0 03:47:10 Successfully built ce15b9ef1c46 03:47:10 Successfully tagged docker-support-notifications-go:latest 03:47:10 ---> Running in 9ece53890377 03:47:10  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 03:47:10 Successfully built 8f878bc909b3 03:47:10 Successfully tagged docker-support-scheduler-go:latest 03:47:10 Building docker-core-command-go 03:47:10  Building docker-support-scheduler-go ... done  ---> Running in 9a3897f46473 03:47:10 Removing intermediate container 9ece53890377 03:47:10 ---> 7c38741e6bde 03:47:10 Step 22/24 : LABEL arch=x86_64 03:47:10 Removing intermediate container 9a3897f46473 03:47:10 ---> daa5816793db 03:47:10 03:47:10 ---> Running in 15e98f972f0d 03:47:11 Successfully built daa5816793db 03:47:11 Successfully tagged docker-core-metadata-go:latest 03:47:11 Building docker-core-data-go 03:47:11  Building docker-core-metadata-go ... done Removing intermediate container 15e98f972f0d 03:47:11 ---> b83bb46f38a8 03:47:11 Step 23/24 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:47:11 ---> Running in 38c74c7f1ea5 03:47:11 Removing intermediate container 38c74c7f1ea5 03:47:11 ---> 75120df4606d 03:47:11 Step 24/24 : LABEL version=0.0.0 03:47:11 ---> Running in 3035504d22d1 03:47:11 Removing intermediate container 3035504d22d1 03:47:11 ---> 539cecc32dfe 03:47:11 03:47:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.274s coverage: 45.9% of statements 03:47:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:47:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:47:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:47:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:47:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:47:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:47:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.168s coverage: 19.8% of statements 03:47:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.280s coverage: 100.0% of statements 03:47:12 Successfully built 539cecc32dfe 03:47:12 Successfully tagged docker-security-secretstore-setup-go:latest 03:47:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.564s coverage: 27.1% of statements 03:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:47:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.097s coverage: 100.0% of statements 03:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:47:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 03:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:47:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.355s coverage: 71.3% of statements 03:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:47:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.479s coverage: 82.9% of statements 03:47:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:47:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:47:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.157s coverage: 78.9% of statements 03:47:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:47:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.153s coverage: 28.6% of statements 03:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:47:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements 03:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:47:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 03:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:47:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.317s coverage: 86.7% of statements 03:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:47:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.382s coverage: 97.5% of statements 03:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:47:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.131s coverage: 78.3% of statements 03:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:47:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:47:38  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:47:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:47:38 ---> f0df391554c2 03:47:38 Step 3/23 : WORKDIR /edgex-go 03:47:38 ---> Using cache 03:47:38 ---> 936c87ca54d2 03:47:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:47:38 ---> Using cache 03:47:38 ---> 3a5fca393736 03:47:38 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:47:38 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:47:38 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:47:38 ---> f0df391554c2 03:47:38 Step 3/31 : WORKDIR /edgex-go 03:47:38 ---> Using cache 03:47:38 ---> 936c87ca54d2 03:47:38 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:47:38 ---> Using cache 03:47:38 ---> 3a5fca393736 03:47:38 Step 5/31 : RUN apk add --update --no-cache make git 03:47:38 ---> Using cache 03:47:38 ---> eff5621796c7 03:47:38 Step 6/31 : COPY go.mod . 03:47:38 ---> Using cache 03:47:38 ---> f4d710b3cc4c 03:47:38 Step 7/31 : RUN go mod download 03:47:38 ---> Using cache 03:47:38 ---> a5ae6b6088c7 03:47:38 Step 8/31 : COPY . . 03:47:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:47:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:47:38 ---> f0df391554c2 03:47:38 Step 3/26 : WORKDIR /edgex-go 03:47:38 ---> Using cache 03:47:38 ---> 936c87ca54d2 03:47:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:47:38 ---> Using cache 03:47:38 ---> 3a5fca393736 03:47:38 Step 5/26 : RUN apk add --update --no-cache make bash git 03:47:38 ---> Using cache 03:47:38 ---> 837ef52fda4e 03:47:38 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:47:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:47:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:47:38 ---> f0df391554c2 03:47:38 Step 3/23 : WORKDIR /edgex-go 03:47:38 ---> Using cache 03:47:38 ---> 936c87ca54d2 03:47:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:47:38 ---> Using cache 03:47:38 ---> 3a5fca393736 03:47:38 Step 5/23 : RUN apk add --update --no-cache make git 03:47:38 ---> Using cache 03:47:38 ---> eff5621796c7 03:47:38 Step 6/23 : COPY go.mod . 03:47:38 ---> Using cache 03:47:38 ---> f4d710b3cc4c 03:47:38 Step 7/23 : RUN go mod download 03:47:38 ---> Using cache 03:47:38 ---> a5ae6b6088c7 03:47:38 Step 8/23 : COPY . . 03:47:38 ---> Using cache 03:47:38 ---> 837ef52fda4e 03:47:38 Step 9/23 : RUN make cmd/core-command/core-command 03:47:38 ---> Running in 3d4a7925dfaa 03:47:38 ---> Running in ba7f26b4a1b5 03:47:38 ---> Running in 4f6e8582b0a7 03:47:38 ---> Running in e196f4e6e165 03:47:38 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 03:47:38 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 03:47:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:47:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:47:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:47:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:47:39 OK: 233 MiB in 51 packages 03:47:39 OK: 233 MiB in 51 packages 03:47:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.192s coverage: 92.8% of statements 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:47:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.080s coverage: 58.8% of statements 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:47:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.208s coverage: 0.1% of statements 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:47:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:47:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements 03:47:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements 03:47:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 03:47:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.113s coverage: 96.3% of statements 03:47:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements 03:47:41 Removing intermediate container ba7f26b4a1b5 03:47:41 ---> 8d4d19b54129 03:47:41 Step 6/23 : COPY go.mod . 03:47:41 Removing intermediate container 3d4a7925dfaa 03:47:41 ---> 773b4b070512 03:47:41 Step 6/26 : COPY go.mod . 03:47:41 ---> b334d568f60e 03:47:41 Step 7/23 : RUN go mod download 03:47:41 ---> fef77666e7dc 03:47:41 Step 7/26 : RUN go mod download 03:47:41 ---> Running in e2a8b02564eb 03:47:42 ---> Running in e7e21ecea70d 03:47:46 Removing intermediate container e7e21ecea70d 03:47:46 ---> 75f1a84af7b1 03:47:46 Step 8/26 : COPY . . 03:47:46 Removing intermediate container e2a8b02564eb 03:47:46 ---> 0eb8f3e4d1cf 03:47:46 Step 8/23 : COPY . . 03:47:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 03:47:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 03:47:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.096s coverage: 81.4% of statements 03:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.148s coverage: 92.9% of statements 03:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 03:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 03:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 03:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 03:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 03:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements 03:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.6% of statements 03:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.6% of statements 03:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.532s coverage: 62.4% of statements 03:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:48:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 03:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements 03:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 03:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 03:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 03:48:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.864s coverage: 69.0% of statements 03:48:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:48:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:48:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:48:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.442s coverage: 38.4% of statements 03:48:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:48:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:48:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.129s coverage: 89.5% of statements 03:48:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:48:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements 03:48:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.445s coverage: 47.0% of statements 03:48:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:48:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.166s coverage: 100.0% of statements 03:48:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:48:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.149s coverage: 100.0% of statements 03:48:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:48:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.434s coverage: 87.1% of statements 03:48:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:48:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:48:18 Removing intermediate container 4f6e8582b0a7 03:48:18 ---> 18f4de976b2f 03:48:18 03:48:18 Step 10/31 : FROM alpine:3.12 03:48:18 Removing intermediate container e196f4e6e165 03:48:18 ---> 1a4819dd174b 03:48:18 03:48:18 Step 10/23 : FROM alpine:3.12 03:48:18 ---> 88dd2752d2ea 03:48:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:48:18 ---> 88dd2752d2ea 03:48:18 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:48:18 ---> Using cache 03:48:18 ---> dd4e79002b1f 03:48:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:48:18 ---> Using cache 03:48:18 ---> b64d29911a39 03:48:18 Step 13/23 : ENV APP_PORT=48082 03:48:18 ---> 4a6a60278d4a 03:48:18 Step 9/23 : RUN make cmd/core-data/core-data 03:48:18 ---> Running in 5bfde0a6d89c 03:48:18 ---> Running in e665e45fb4db 03:48:18 ---> Running in 4639cc4368cf 03:48:18 ---> ef838bfc4c22 03:48:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:48:18 ---> Running in aa13ef40eb05 03:48:18 Removing intermediate container 5bfde0a6d89c 03:48:18 ---> b0afda65ddba 03:48:18 Step 14/23 : EXPOSE $APP_PORT 03:48:18 Removing intermediate container e665e45fb4db 03:48:18 ---> e9afcda09dbb 03:48:18 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:48:18 ---> Running in 16fb22483096 03:48:18 ---> Running in 2d1659890b5e 03:48:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:48:18 Removing intermediate container 16fb22483096 03:48:18 ---> 46353bcfd7ad 03:48:18 Step 15/23 : WORKDIR / 03:48:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:48:18 ---> Running in 0b6118a875ff 03:48:18 Removing intermediate container 0b6118a875ff 03:48:18 ---> 2eee1b295e59 03:48:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:48:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:48:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:48:18 ---> 3072f61d22fa 03:48:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:48:18 (1/2) Installing dumb-init (1.2.2-r1) 03:48:18 (2/2) Installing su-exec (0.2-r1) 03:48:18 Executing busybox-1.31.1-r19.trigger 03:48:18 OK: 6 MiB in 16 packages 03:48:19 ---> a7bd260ff22d 03:48:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:48:19 Removing intermediate container 2d1659890b5e 03:48:19 ---> f26933b18d99 03:48:19 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:48:19 ---> Running in 92cecd905911 03:48:19 ---> 6f38e64a677e 03:48:19 Step 19/23 : ENTRYPOINT ["/core-command"] 03:48:19 ---> Running in 9d6f4e1a3ac2 03:48:20 Removing intermediate container 92cecd905911 03:48:20 ---> 4ae501d51578 03:48:20 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:48:20 ---> Running in 7c2d62a80ec1 03:48:20 Removing intermediate container 9d6f4e1a3ac2 03:48:20 ---> 7f539254e3d2 03:48:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:48:20 Removing intermediate container 7c2d62a80ec1 03:48:20 ---> 5fe980b1b2fd 03:48:20 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:48:21 ---> Running in fb8885762af4 03:48:21 ---> Running in 0e8d016556b6 03:48:21 Removing intermediate container fb8885762af4 03:48:21 ---> 361c162bf58d 03:48:21 Step 21/23 : LABEL arch=x86_64 03:48:21 ---> Running in 888e574e9ed3 03:48:22 Removing intermediate container 888e574e9ed3 03:48:22 ---> d3aece526e27 03:48:22 Step 22/23 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:48:22 ---> Running in cbda320940f9 03:48:23 Removing intermediate container cbda320940f9 03:48:23 ---> b2ca8b5a877f 03:48:23 Step 23/23 : LABEL version=0.0.0 03:48:23 ---> Running in e3ba85d08dbf 03:48:23 Removing intermediate container 0e8d016556b6 03:48:23 ---> 5852cca10147 03:48:23 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:48:23 ---> Running in c9493a0dbbc3 03:48:23 Removing intermediate container e3ba85d08dbf 03:48:23 ---> c8d986678cac 03:48:23 03:48:23 Removing intermediate container c9493a0dbbc3 03:48:23 ---> 22b1c52b235f 03:48:23 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:48:23 Successfully built c8d986678cac 03:48:23 Successfully tagged docker-core-command-go:latest 03:48:24  Building docker-core-command-go ... done  ---> 35a88fa4464e 03:48:24 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:48:24 ---> Running in a385cdcd54f7 03:48:26 Removing intermediate container a385cdcd54f7 03:48:26 ---> 4dd1e4da15a4 03:48:26 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:48:27 ---> cea565a08596 03:48:27 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:48:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.207s coverage: 29.1% of statements 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:48:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:48:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.134s coverage: 100.0% of statements 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:48:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.254s coverage: 96.5% of statements 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:48:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:48:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:48:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:48:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:48:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements 03:48:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.065s coverage: 32.1% of statements 03:48:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 03:48:28 GO111MODULE=on go vet ./... 03:48:28 ---> c4c84e29ff92 03:48:28 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:48:28 ---> 2a60d5963a70 03:48:28 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:48:29 ---> 02c28dd126ae 03:48:29 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:48:29 ---> ad6a1a26d32a 03:48:29 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:48:30 ---> Running in 03b2d4d68ee4 03:48:30 Removing intermediate container 03b2d4d68ee4 03:48:30 ---> b8198d5fa556 03:48:30 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:48:31 ---> 817cee19ae1b 03:48:31 Step 26/31 : RUN chmod +x /entrypoint.sh 03:48:31 ---> Running in 55b986bdefef 03:48:34 Removing intermediate container 55b986bdefef 03:48:34 ---> ddc01127b431 03:48:34 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:48:34 ---> Running in 8a6901ecd318 03:48:34 Removing intermediate container 8a6901ecd318 03:48:34 ---> e0d47087141b 03:48:34 Step 28/31 : CMD ["gate"] 03:48:36 ---> Running in 81b00cc34a98 03:48:36 Removing intermediate container aa13ef40eb05 03:48:36 ---> 636f3a2cf8cd 03:48:36 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:48:36 ---> Running in af75aa1e3c24 03:48:36 Removing intermediate container 81b00cc34a98 03:48:36 ---> e53de6a8acff 03:48:36 Step 29/31 : LABEL arch=x86_64 03:48:37 ---> Running in ea0c3447d3eb 03:48:38 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 03:48:38 Removing intermediate container ea0c3447d3eb 03:48:38 ---> a8a2be0eb716 03:48:38 Step 30/31 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:48:38 ---> Running in c5ff5b22a7b3 03:48:38 Removing intermediate container c5ff5b22a7b3 03:48:38 ---> 1dbf088d6b8c 03:48:38 Step 31/31 : LABEL version=0.0.0 03:48:39 ---> Running in 0f7e5b4d3e25 03:48:39 Removing intermediate container 0f7e5b4d3e25 03:48:39 ---> 45f13816250f 03:48:39 03:48:40 Successfully built 45f13816250f 03:48:41 Successfully tagged docker-security-bootstrapper-go:latest 03:48:41  Building docker-security-bootstrapper-go ... done Removing intermediate container 4639cc4368cf 03:48:41 ---> bca2e59f7455 03:48:41 03:48:41 Step 10/23 : FROM alpine:3.12 03:48:41 ---> 88dd2752d2ea 03:48:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:48:41 Removing intermediate container af75aa1e3c24 03:48:41 ---> af42966a99e0 03:48:41 03:48:41 Step 11/26 : FROM docker:20.10.0 03:48:41 ---> Running in 28cad72d2d68 03:48:41 Removing intermediate container 28cad72d2d68 03:48:41 ---> b55b6ddde2a9 03:48:41 Step 12/23 : ENV APP_PORT=48080 03:48:41 ---> Running in 12b7c28f4639 03:48:41 20.10.0: Pulling from library/docker 03:48:41 Removing intermediate container 12b7c28f4639 03:48:41 ---> a7718734d972 03:48:41 Step 13/23 : EXPOSE $APP_PORT 03:48:41 ---> Running in 4d69137e1463 03:48:41 Removing intermediate container 4d69137e1463 03:48:41 ---> 4db147db49fa 03:48:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:48:41 ---> Running in 9b8cfd239754 03:48:43 Removing intermediate container 9b8cfd239754 03:48:43 ---> 59a75f5db6c6 03:48:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:48:43 ---> Running in 3b0516162bbd 03:48:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:48:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:48:45 (1/6) Installing dumb-init (1.2.2-r1) 03:48:45 (2/6) Installing libgcc (9.3.0-r2) 03:48:45 (3/6) Installing libsodium (1.0.18-r0) 03:48:45 (4/6) Installing libstdc++ (9.3.0-r2) 03:48:46 (5/6) Installing libzmq (4.3.3-r0) 03:48:46 (6/6) Installing zeromq (4.3.3-r0) 03:48:46 Executing busybox-1.31.1-r19.trigger 03:48:46 OK: 8 MiB in 20 packages 03:48:47 Removing intermediate container 3b0516162bbd 03:48:47 ---> 98787e5410cd 03:48:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:48:48 ---> 522887dfc9bc 03:48:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:48:49 ---> 7ffa32d964da 03:48:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:48:49 ---> 9bf956bf3804 03:48:49 Step 19/23 : ENTRYPOINT ["/core-data"] 03:48:49 ---> Running in 8adb2fed02b6 03:48:49 Removing intermediate container 8adb2fed02b6 03:48:49 ---> 4218227451aa 03:48:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:48:49 ---> Running in bed1320e9570 03:48:50 Removing intermediate container bed1320e9570 03:48:50 ---> e03768200812 03:48:50 Step 21/23 : LABEL arch=x86_64 03:48:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:48:50 Status: Downloaded newer image for docker:20.10.0 03:48:50 ---> aefe523efa57 03:48:50 Step 12/26 : RUN apk add --no-cache bash 03:48:50 ---> Running in 6fd61a3ad363 03:48:50 ---> Running in 979ccf8f8bc1 03:48:50 Removing intermediate container 6fd61a3ad363 03:48:50 ---> a6232198ac46 03:48:50 Step 22/23 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:48:50 ---> Running in 65cadb1cae1c 03:48:50 Removing intermediate container 65cadb1cae1c 03:48:50 ---> d3a293256bc0 03:48:50 Step 23/23 : LABEL version=0.0.0 03:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:48:50 ---> Running in 86a212889ec4 03:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:48:50 Removing intermediate container 86a212889ec4 03:48:50 ---> cf147fc7d5bd 03:48:50 03:48:50 (1/2) Installing readline (8.0.4-r0) 03:48:50 (2/2) Installing bash (5.0.17-r0) 03:48:50 Executing bash-5.0.17-r0.post-install 03:48:50 Executing busybox-1.31.1-r19.trigger 03:48:50 OK: 12 MiB in 22 packages 03:48:51 Successfully built cf147fc7d5bd 03:48:51 Successfully tagged docker-core-data-go:latest 03:48:51  Building docker-core-data-go ... done Removing intermediate container 979ccf8f8bc1 03:48:51 ---> 667bfe0b7a31 03:48:51 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:48:51 ---> Running in a3258f8dafba 03:48:51 Removing intermediate container a3258f8dafba 03:48:51 ---> fdfa71000a96 03:48:51 Step 14/26 : ENV APP_PORT=48090 03:48:51 ---> Running in 695bc2779fb6 03:48:52 Removing intermediate container 695bc2779fb6 03:48:52 ---> e51c3683aa76 03:48:52 Step 15/26 : EXPOSE $APP_PORT 03:48:52 ---> Running in 85447a6c0419 03:48:52 Removing intermediate container 85447a6c0419 03:48:52 ---> c8cfbff7c68b 03:48:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:48:52 ---> 8ddc88ed4b54 03:48:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:48:53 ---> 111b6e5b9628 03:48:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:48:53 ---> 45e7ffaf49bd 03:48:53 Step 19/26 : RUN apk --no-cache add py3-pip 03:48:53 ---> Running in 43b4d806b7de 03:48:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:48:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:48:54 (1/33) Installing libbz2 (1.0.8-r1) 03:48:54 (2/33) Installing expat (2.2.9-r1) 03:48:54 (3/33) Installing libffi (3.3-r2) 03:48:54 (4/33) Installing gdbm (1.13-r1) 03:48:54 (5/33) Installing xz-libs (5.2.5-r0) 03:48:54 (6/33) Installing sqlite-libs (3.32.1-r0) 03:48:54 (7/33) Installing python3 (3.8.5-r1) 03:48:55 (8/33) Installing py3-appdirs (1.4.4-r1) 03:48:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:48:55 (10/33) Installing py3-parsing (2.4.7-r0) 03:48:55 (11/33) Installing py3-six (1.15.0-r0) 03:48:55 (12/33) Installing py3-packaging (20.4-r0) 03:48:55 (13/33) Installing py3-setuptools (47.0.0-r0) 03:48:55 (14/33) Installing py3-chardet (3.0.4-r4) 03:48:55 (15/33) Installing py3-idna (2.9-r0) 03:48:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:48:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:48:55 (18/33) Installing py3-requests (2.23.0-r0) 03:48:55 (19/33) Installing py3-msgpack (1.0.0-r0) 03:48:55 (20/33) Installing py3-lockfile (0.12.2-r3) 03:48:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:48:55 (22/33) Installing py3-colorama (0.4.3-r0) 03:48:55 (23/33) Installing py3-distlib (0.3.0-r0) 03:48:55 (24/33) Installing py3-distro (1.5.0-r1) 03:48:55 (25/33) Installing py3-webencodings (0.5.1-r3) 03:48:55 (26/33) Installing py3-html5lib (1.0.1-r4) 03:48:55 (27/33) Installing py3-pytoml (0.1.21-r0) 03:48:55 (28/33) Installing py3-pep517 (0.8.2-r0) 03:48:55 (29/33) Installing py3-progress (1.5-r0) 03:48:55 (30/33) Installing py3-toml (0.10.1-r0) 03:48:55 (31/33) Installing py3-retrying (1.3.3-r0) 03:48:55 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:48:55 (33/33) Installing py3-pip (20.1.1-r0) 03:48:55 Executing busybox-1.31.1-r19.trigger 03:48:55 OK: 71 MiB in 55 packages 03:49:05 Removing intermediate container 43b4d806b7de 03:49:05 ---> 6146909db32b 03:49:05 Step 20/26 : RUN pip install docker-compose==1.23.2 03:49:05 ---> Running in f3c65fad05a2 03:49:05 Collecting docker-compose==1.23.2 03:49:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:49:06 Collecting websocket-client<1.0,>=0.32.0 03:49:06 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:49:06 Collecting PyYAML<4,>=3.10 03:49:06 Downloading PyYAML-3.13.tar.gz (270 kB) 03:49:07 Collecting texttable<0.10,>=0.9.0 03:49:07 Downloading texttable-0.9.1.tar.gz (11 kB) 03:49:07 Collecting docopt<0.7,>=0.6.1 03:49:07 Downloading docopt-0.6.2.tar.gz (25 kB) 03:49:08 Collecting dockerpty<0.5,>=0.4.1 03:49:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:49:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:49:08 Collecting docker<4.0,>=3.6.0 03:49:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:49:08 Collecting cached-property<2,>=1.2.0 03:49:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:49:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:49:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:49:09 Collecting jsonschema<3,>=2.5.1 03:49:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:49:09 Collecting docker-pycreds>=0.4.0 03:49:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:49:09 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) 03:49:09 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) 03:49:09 Collecting idna<2.8,>=2.5 03:49:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:49:09 Collecting urllib3<1.25,>=1.21.1 03:49:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:49:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:49:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:49:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:49:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:49:09 Installing collected packages: websocket-client, PyYAML, texttable, docopt, dockerpty, docker-pycreds, idna, urllib3, requests, docker, cached-property, jsonschema, docker-compose 03:49:09 Running setup.py install for PyYAML: started 03:49:10 Running setup.py install for PyYAML: finished with status 'done' 03:49:10 Running setup.py install for texttable: started 03:49:10 Running setup.py install for texttable: finished with status 'done' 03:49:10 Running setup.py install for docopt: started 03:49:11 Running setup.py install for docopt: finished with status 'done' 03:49:11 Running setup.py install for dockerpty: started 03:49:11 Running setup.py install for dockerpty: finished with status 'done' 03:49:11 Attempting uninstall: idna 03:49:11 Found existing installation: idna 2.9 03:49:11 Uninstalling idna-2.9: 03:49:11 Successfully uninstalled idna-2.9 03:49:11 Attempting uninstall: urllib3 03:49:11 Found existing installation: urllib3 1.25.9 03:49:11 Uninstalling urllib3-1.25.9: 03:49:11 Successfully uninstalled urllib3-1.25.9 03:49:12 Attempting uninstall: requests 03:49:12 Found existing installation: requests 2.23.0 03:49:12 Uninstalling requests-2.23.0: 03:49:12 Successfully uninstalled requests-2.23.0 03:49:12 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 03:49:17 Removing intermediate container f3c65fad05a2 03:49:17 ---> 9d58066eedc5 03:49:17 Step 21/26 : RUN apk --no-cache add curl 03:49:17 ---> Running in 497ab9194610 03:49:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:49:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:49:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:49:17 (2/3) Installing libcurl (7.69.1-r3) 03:49:17 (3/3) Installing curl (7.69.1-r3) 03:49:17 Executing busybox-1.31.1-r19.trigger 03:49:17 OK: 72 MiB in 58 packages 03:49:18 Removing intermediate container 497ab9194610 03:49:18 ---> b6c2fa26e40d 03:49:18 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:49:18 ---> Running in e1f17033ba99 03:49:18 Removing intermediate container e1f17033ba99 03:49:18 ---> 1e34c42fb590 03:49:18 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:49:18 ---> Running in 6d11f06062fa 03:49:18 Removing intermediate container 6d11f06062fa 03:49:18 ---> b139fe84c299 03:49:18 Step 24/26 : LABEL arch=x86_64 03:49:18 ---> Running in c92b8d14e565 03:49:18 Removing intermediate container c92b8d14e565 03:49:18 ---> 98d4b4761797 03:49:18 Step 25/26 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:49:18 ---> Running in aae7d36a3fe2 03:49:18 Removing intermediate container aae7d36a3fe2 03:49:18 ---> c9821a028695 03:49:18 Step 26/26 : LABEL version=0.0.0 03:49:19 ---> Running in f2cb670e4411 03:49:19 Removing intermediate container f2cb670e4411 03:49:19 ---> ccaf07d5a85a 03:49:19 03:49:19 Successfully built ccaf07d5a85a 03:49:19 Successfully tagged docker-sys-mgmt-agent-go:latest 03:49:19  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:49:19 $ docker stop --time=1 a2e877e684a9864e895ddc98d6420253962581f7577e8329f62f078f26b657e9 03:49:21 $ docker rm -f a2e877e684a9864e895ddc98d6420253962581f7577e8329f62f078f26b657e9 [Pipeline] // withDockerContainer [Pipeline] sh 03:49:21 + docker images 03:49:21 + grep docker 03:49:22 docker-sys-mgmt-agent-go latest ccaf07d5a85a 3 seconds ago 313MB 03:49:22 docker-core-data-go latest cf147fc7d5bd 32 seconds ago 22.6MB 03:49:22 docker-security-bootstrapper-go latest 45f13816250f 43 seconds ago 18.7MB 03:49:22 docker-core-command-go latest c8d986678cac 59 seconds ago 17.2MB 03:49:22 docker-security-secretstore-setup-go latest 539cecc32dfe 2 minutes ago 24.9MB 03:49:22 docker-support-scheduler-go latest 8f878bc909b3 2 minutes ago 17.3MB 03:49:22 docker-support-notifications-go latest ce15b9ef1c46 2 minutes ago 17.8MB 03:49:22 docker-core-metadata-go latest daa5816793db 2 minutes ago 19MB 03:49:22 docker-security-proxy-setup-go latest ea3ff31471da 2 minutes ago 24.7MB 03:49:22 docker 20.10.0 aefe523efa57 3 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 03:49:38 Still waiting to schedule task 03:49:38 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 03:49:49 gofmt -l . 03:49:49 [ "`gofmt -l .`" = "" ] 03:49:49 ./bin/test-go-mod-tidy.sh 03:49:49 ./bin/test-attribution-txt.sh [Pipeline] sh 03:49:50 + ls -al . 03:49:50 total 776 03:49:50 drwxrwxr-x 9 1001 1001 4096 Mar 15 03:49 . 03:49:50 drwxr-xr-x 4 root root 4096 Mar 15 03:45 .. 03:49:50 -rw-rw-r-- 1 1001 1001 11 Mar 15 03:43 .dockerignore 03:49:50 drwxrwxr-x 8 1001 1001 4096 Mar 15 03:43 .git 03:49:50 drwxrwxr-x 3 1001 1001 4096 Mar 15 03:43 .github 03:49:50 -rw-rw-r-- 1 1001 1001 818 Mar 15 03:43 .gitignore 03:49:50 -rw-rw-r-- 1 1001 1001 166 Mar 15 03:43 .sonarcloud.properties 03:49:50 -rw-rw-r-- 1 1001 1001 8607 Mar 15 03:43 Attribution.txt 03:49:50 -rw-rw-r-- 1 1001 1001 3804 Mar 15 03:43 CONTRIBUTING.md 03:49:50 -rw-rw-r-- 1 1001 1001 931 Mar 15 03:43 Dockerfile.build 03:49:50 -rw-rw-r-- 1 1001 1001 863 Mar 15 03:43 Jenkinsfile 03:49:50 -rw-rw-r-- 1 1001 1001 10775 Mar 15 03:43 LICENSE 03:49:50 -rw-rw-r-- 1 1001 1001 5774 Mar 15 03:43 Makefile 03:49:50 -rw-rw-r-- 1 1001 1001 6548 Mar 15 03:43 README.md 03:49:50 -rw-rw-r-- 1 1001 1001 6755 Mar 15 03:43 SECURITY.md 03:49:50 -rw-rw-r-- 1 1001 1001 5 Mar 15 03:41 VERSION 03:49:50 -rw-rw-r-- 1 1001 1001 4131 Mar 15 03:43 ZMQWindows.md 03:49:50 drwxrwxr-x 2 1001 1001 4096 Mar 15 03:43 bin 03:49:50 drwxrwxr-x 14 1001 1001 4096 Mar 15 03:43 cmd 03:49:50 -rw-r--r-- 1 root root 635765 Mar 15 03:48 coverage.out 03:49:50 -rw-r--r-- 1 root root 1055 Mar 15 03:49 go.mod 03:49:50 -rw-r--r-- 1 root root 21981 Mar 15 03:49 go.sum 03:49:50 drwxrwxr-x 8 1001 1001 4096 Mar 15 03:43 internal 03:49:50 drwxrwxr-x 4 1001 1001 4096 Mar 15 03:43 openapi 03:49:50 drwxrwxr-x 4 1001 1001 4096 Mar 15 03:43 snap 03:49:50 -rw-rw-r-- 1 1001 1001 168 Mar 15 03:43 version.go [Pipeline] sh 03:49:51 + '[' -e coverage.out ] 03:49:51 + chown 1001:1001 coverage.out [Pipeline] stash 03:49:51 Warning: overwriting stash ‘coverage-report’ 03:49:52 Stashed 1 file(s) [Pipeline] sh 03:49:53 + make build 03:49:53 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 03:50:03 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 03:50:30 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 03:50:31 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 03:50:37 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 03:50:37 Running on prd-ubuntu18.04-docker-8c-8g-29770 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws 03:50:37 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 03:50:38 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 03:50:40 using credential edgex-jenkins-ssh 03:50:40 Cloning the remote Git repository 03:50:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:50:40 > git init /w/workspace/edgex-go/14 # timeout=10 03:50:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:50:40 > git --version # timeout=10 03:50:40 > git --version # 'git version 2.17.1' 03:50:40 using GIT_SSH to set credentials SSH Credentials for GitHub 03:50:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:50:43 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 03:50:47 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit 8c008893c2866544e91eef73f0d66ded5ba62008 03:50:47 Merge succeeded, producing 8c008893c2866544e91eef73f0d66ded5ba62008 03:50:47 Checking out Revision 8c008893c2866544e91eef73f0d66ded5ba62008 (PR-3250) 03:50:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:50:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:50:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:50:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:50:46 using GIT_SSH to set credentials SSH Credentials for GitHub 03:50:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:50:47 > git config core.sparsecheckout # timeout=10 03:50:47 > git checkout -f 8c008893c2866544e91eef73f0d66ded5ba62008 # timeout=10 03:50:47 > git remote # timeout=10 03:50:47 > git config --get remote.origin.url # timeout=10 03:50:47 using GIT_SSH to set credentials SSH Credentials for GitHub 03:50:47 > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 03:50:47 > git rev-parse HEAD^{commit} # timeout=10 03:50:47 > git config core.sparsecheckout # timeout=10 03:50:47 > git checkout -f 8c008893c2866544e91eef73f0d66ded5ba62008 # timeout=10 03:50:48 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 03:50:50 Commit message: "refactor: Modify test to make the BuildCoreCommands func internalize" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:50:52 + echo snap-build.sh 03:50:52 snap-build.sh 03:50:52 + SNAP_BASE_DIR=. 03:50:52 + '[' '!' -z /w/workspace/edgex-go/14 ']' 03:50:52 + SNAP_BASE_DIR=/w/workspace/edgex-go/14 03:50:52 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' 03:50:52 [snap-build] Building snap in dir [/w/workspace/edgex-go/14] 03:50:52 + cd /w/workspace/edgex-go/14 03:50:52 + sudo apt-get remove -qy --purge lxd lxd-client 03:50:52 Reading package lists... 03:50:52 Building dependency tree... 03:50:52 Reading state information... 03:50:52 The following packages were automatically installed and are no longer required: 03:50:52 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 03:50:52 uidmap xdelta3 03:50:52 Use 'sudo apt autoremove' to remove them. 03:50:52 The following packages will be REMOVED: 03:50:52 lxd* lxd-client* 03:50:53 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 03:50:53 After this operation, 31.7 MB disk space will be freed. 03:50:53 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 03:50:54 (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.) 03:50:54 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 03:50:54 Removing lxd dnsmasq configuration 03:50:55 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 03:50:55 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 03:50:56 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 03:50:56 (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.) 03:50:56 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 03:50:57 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 03:50:58 Processing triggers for systemd (237-3ubuntu10.42) ... 03:50:58 Processing triggers for ureadahead (0.100.0-21) ... 03:50:59 + sudo snap remove --purge lxd 03:50:59 snap "lxd" is not installed 03:50:59 + sudo groupadd --force --system lxd 03:50:59 ++ whoami 03:50:59 + sudo /usr/sbin/usermod -G lxd -a jenkins 03:50:59 + newgrp - lxd 03:50:59 + sudo snap install lxd 03:51:01 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 03:51:05 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 03:51:11 2021-03-15T03:51:08Z INFO Waiting for automatic snapd restart... [Pipeline] } 03:51:12 $ docker stop --time=1 e9d3b397545d6736a0f6120758af0b24fe3f76b21b6af53cf665d3dd37cf79ff 03:51:14 $ docker rm -f e9d3b397545d6736a0f6120758af0b24fe3f76b21b6af53cf665d3dd37cf79ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:51:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:51:16 03:51:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:51:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:51:17 latest: Pulling from edgex-devops/edgex-compose-arm64 03:51:17 29e5d40040c1: Pulling fs layer 03:51:17 1ce36da41761: Pulling fs layer 03:51:17 25b303627fd3: Pulling fs layer 03:51:17 29e5d40040c1: Verifying Checksum 03:51:17 29e5d40040c1: Download complete 03:51:18 1ce36da41761: Verifying Checksum 03:51:18 1ce36da41761: Download complete 03:51:18 29e5d40040c1: Pull complete 03:51:19 1ce36da41761: Pull complete 03:51:19 25b303627fd3: Verifying Checksum 03:51:19 25b303627fd3: Download complete 03:51:21 lxd 4.12 from Canonical* installed 03:51:21 + sudo lxd init --auto 03:51:30 25b303627fd3: Pull complete 03:51:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:51:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:51:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:51:30 prd-ubuntu18.04-docker-arm64-4c-16g-29769 does not seem to be running inside a container 03:51:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:51:31 + sudo snap install --classic snapcraft 03:51:33 $ docker top 5abf41e344eee19e61887b77a6c98d8cd6b1b9ddeb59d334b3bf881dbd5d979f -eo pid,comm [Pipeline] { [Pipeline] sh 03:51:34 + docker-compose build --help 03:51:34 + grep parallel 03:51:35 snapcraft 4.5.4 from Canonical* installed 03:51:35 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 03:51:35 + patch --verbose -p1 03:51:35 Hmm... Looks like a unified diff to me... 03:51:35 The text leading up to this was: 03:51:35 -------------------------- 03:51:35 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 03:51:35 |From: Tony Espy 03:51:35 |Date: Tue, 9 Mar 2021 19:05:15 -0500 03:51:35 |Subject: [PATCH] optimize snap build for pipeline CI check 03:51:35 | 03:51:35 |This patch is used by the EdgeX CI pipeline builds to 03:51:35 |optimize the snap CI check run for pull requests. When 03:51:35 |applied, it essentially strips out everything (apps and 03:51:35 |parts) from the snapcraft.yaml file except those required 03:51:35 |to build edgex-go, as the whole idea of the CI check is to 03:51:35 |catch changes to edgex-go that break the snap build. 03:51:35 | 03:51:35 |In general, anyone updating snapcraft.yaml will also need 03:51:35 |to update this patch file, otherwise it may fail to apply, 03:51:35 |resulting in a failed snap build CI check in the associated 03:51:35 |pull request. 03:51:35 | 03:51:35 |Note - in addition to applying this patch, the pipeline also 03:51:35 |only primes the snap (e.g. `snapcraft prime`), as there's no 03:51:35 |need to build the finally binary .snap file (and it won't 03:51:35 |work with the patch applied). This further reduces the build 03:51:35 |time. 03:51:35 |--- 03:51:35 | snap/snapcraft.yaml | 452 +------------------------------------------- 03:51:35 | 1 file changed, 1 insertion(+), 451 deletions(-) 03:51:35 | 03:51:35 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 03:51:35 |index d8bc12bc..5a5f5fbb 100644 03:51:35 |--- a/snap/snapcraft.yaml 03:51:35 |+++ b/snap/snapcraft.yaml 03:51:35 -------------------------- 03:51:35 patching file snap/snapcraft.yaml 03:51:35 Using Plan A... 03:51:35 Hunk #1 succeeded at 73. 03:51:35 Hunk #2 succeeded at 205. 03:51:35 Hunk #3 succeeded at 217. 03:51:35 Hunk #4 succeeded at 225. 03:51:35 Hunk #5 succeeded at 232. 03:51:35 Hunk #6 succeeded at 259. 03:51:35 Hunk #7 succeeded at 271. 03:51:35 Hunk #8 succeeded at 327. 03:51:35 Hmm... Ignoring the trailing garbage. 03:51:35 done 03:51:35 + sudo snapcraft prime --use-lxd 03:51:37 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 03:51:37 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: 03:51:37 - README.md 03:51:37 03:51:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:51:37 Launching a container. 03:51:38 --parallel Build images in parallel. [Pipeline] } 03:51:38 $ docker stop --time=1 5abf41e344eee19e61887b77a6c98d8cd6b1b9ddeb59d334b3bf881dbd5d979f 03:51:40 $ docker rm -f 5abf41e344eee19e61887b77a6c98d8cd6b1b9ddeb59d334b3bf881dbd5d979f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:51:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:51:41 . [Pipeline] withDockerContainer 03:51:41 prd-ubuntu18.04-docker-arm64-4c-16g-29769 does not seem to be running inside a container 03:51:41 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:51:42 $ docker top 7ee33816af10eb14ba7d9c217d6d98ce075884a4965b11debbe09b61a1d44231 -eo pid,comm [Pipeline] { [Pipeline] sh 03:51:43 + docker-compose -f ./docker-compose-build.yml build --parallel 03:51:47 Building docker-core-command-go ... 03:51:47 Building docker-core-data-go ... 03:51:47 Building docker-core-metadata-go ... 03:51:47 Building docker-security-bootstrapper-go ... 03:51:47 Building docker-security-proxy-setup-go ... 03:51:47 Building docker-security-secretstore-setup-go ... 03:51:47 Building docker-support-notifications-go ... 03:51:47 Building docker-support-scheduler-go ... 03:51:47 Building docker-sys-mgmt-agent-go ... 03:51:47 Building docker-support-notifications-go 03:51:47 Building docker-core-command-go 03:51:47 Building docker-security-secretstore-setup-go 03:51:47 Building docker-security-bootstrapper-go 03:51:47 Building docker-core-data-go 03:51:50 Waiting for container to be ready 03:51:50 To start your first instance, try: lxc launch ubuntu:18.04 03:51:50 03:51:52 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 03:51:53 Waiting for network to be ready... 03:51:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:51:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 03:51:53 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:51:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 03:51:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:51:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:51:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 03:51:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 03:51:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 03:51:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 03:51:54 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:51:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:51:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:51:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:51:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:51:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:51:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:51:54 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:51:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:51:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 03:51:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 03:51:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:51:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:51:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 03:51:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 03:51:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 03:51:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 03:51:57 Fetched 24.0 MB in 4s (6057 kB/s) 03:51:58 Reading package lists... 03:51:58 Reading package lists... 03:51:58 Building dependency tree... 03:51:58 Reading state information... 03:51:58 The following additional packages will be installed: 03:51:58 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:51:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:51:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:51:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 03:51:58 Suggested packages: 03:51:58 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 03:51:58 Recommended packages: 03:51:58 gnupg libsasl2-modules 03:51:58 The following NEW packages will be installed: 03:51:58 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:51:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:51:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:51:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 03:51:58 The following packages will be upgraded: 03:51:58 gpg gpg-agent gpgconf libudev1 03:51:58 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 03:51:58 Need to get 3530 kB of archives. 03:51:58 After this operation, 13.3 MB of additional disk space will be used. 03:51:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 03:51:59 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 03:51:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 03:51:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 03:51:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 03:51:59 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 03:51:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 03:51:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 03:51:59 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 03:51:59 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 03:51:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 03:51:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 03:51:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 03:51:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 03:51:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 03:51:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 03:51:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 03:51:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 03:51:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 03:51:59 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 03:51:59 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 03:51:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 03:51:59 debconf: delaying package configuration, since apt-utils is not installed 03:51:59 Fetched 3530 kB in 1s (3204 kB/s) 03:52:00 (Reading database ... 12511 files and directories currently installed.) 03:52:00 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 03:52:00 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:52:00 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 03:52:00 Selecting previously unselected package udev. 03:52:00 (Reading database ... 12511 files and directories currently installed.) 03:52:00 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 03:52:00 Unpacking udev (237-3ubuntu10.44) ... 03:52:00 Selecting previously unselected package libfuse2:amd64. 03:52:00 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 03:52:00 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:52:00 Selecting previously unselected package fuse. 03:52:00 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 03:52:00 Unpacking fuse (2.9.7-1ubuntu1) ... 03:52:00 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 03:52:00 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:52:00 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 03:52:00 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:52:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 03:52:01 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:52:01 Selecting previously unselected package libksba8:amd64. 03:52:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 03:52:01 Unpacking libksba8:amd64 (1.3.5-2) ... 03:52:01 Selecting previously unselected package libroken18-heimdal:amd64. 03:52:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:52:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 03:52:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:52:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:01 Selecting previously unselected package libheimbase1-heimdal:amd64. 03:52:01 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:52:01 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:01 Selecting previously unselected package libhcrypto4-heimdal:amd64. 03:52:01 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:52:01 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:01 Selecting previously unselected package libwind0-heimdal:amd64. 03:52:01 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:52:01 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:01 Selecting previously unselected package libhx509-5-heimdal:amd64. 03:52:01 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:52:01 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:01 Selecting previously unselected package libkrb5-26-heimdal:amd64. 03:52:01 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:52:01 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:01 Selecting previously unselected package libheimntlm0-heimdal:amd64. 03:52:01 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:52:01 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 03:52:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:52:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:02 Selecting previously unselected package libsasl2-modules-db:amd64. 03:52:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:52:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:52:02 Selecting previously unselected package libsasl2-2:amd64. 03:52:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:52:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:52:02 Selecting previously unselected package libldap-common. 03:52:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 03:52:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:52:02 Selecting previously unselected package libldap-2.4-2:amd64. 03:52:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 03:52:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:52:02 Selecting previously unselected package dirmngr. 03:52:02 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 03:52:02 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 03:52:02 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:52:02 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 03:52:02 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:52:02 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:52:02 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:52:02 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 03:52:02 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:02 Setting up libksba8:amd64 (1.3.5-2) ... 03:52:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:52:02 Setting up udev (237-3ubuntu10.44) ... 03:52:03 invoke-rc.d: policy-rc.d denied execution of start. 03:52:03 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:03 Processing triggers for systemd (237-3ubuntu10) ... 03:52:03 Setting up fuse (2.9.7-1ubuntu1) ... 03:52:03 Setting up gpg (2.2.4-1ubuntu1.4) ... 03:52:03 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:03 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:03 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:03 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:03 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:03 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:03 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:52:04 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:52:04 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 03:52:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:52:04 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 03:52:04 settings in the [Install] section, and DefaultInstance for template units). 03:52:04 This means they are not meant to be enabled using systemctl. 03:52:04 Possible reasons for having this kind of units are: 03:52:04 1) A unit may be statically enabled by being symlinked from another unit's 03:52:04 .wants/ or .requires/ directory. 03:52:04 2) A unit's purpose may be to act as a helper for some other unit which has 03:52:04 a requirement dependency on it. 03:52:04 3) A unit may be started when needed via activation (socket, path, timer, 03:52:04 D-Bus, udev, scripted systemctl call, ...). 03:52:04 4) In case of template units, the unit is meant to be enabled with some 03:52:04 instance name specified. 03:52:04 Reading package lists... 03:52:04 Building dependency tree... 03:52:04 Reading state information... 03:52:04 The following additional packages will be installed: 03:52:04 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 03:52:04 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 03:52:04 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 03:52:04 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 03:52:04 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 03:52:04 Suggested packages: 03:52:04 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 03:52:04 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 03:52:04 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 03:52:04 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 03:52:04 systemd-container policykit-1 03:52:04 Recommended packages: 03:52:04 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 03:52:04 The following NEW packages will be installed: 03:52:04 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 03:52:04 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 03:52:04 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 03:52:05 multiarch-support openssh-client python3 python3-minimal python3.6 03:52:05 python3.6-minimal snapd squashfs-tools sudo 03:52:05 The following packages will be upgraded: 03:52:05 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 03:52:05 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 03:52:05 Need to get 35.2 MB of archives. 03:52:05 After this operation, 141 MB of additional disk space will be used. 03:52:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 03:52:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 03:52:05 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 03:52:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 03:52:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 03:52:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 03:52:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 03:52:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 03:52:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 03:52:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 03:52:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 03:52:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 03:52:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 03:52:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 03:52:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 03:52:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 03:52:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 03:52:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 03:52:05 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 03:52:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 03:52:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 03:52:06 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 03:52:06 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 03:52:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 03:52:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 03:52:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 03:52:06 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 03:52:06 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 03:52:06 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 03:52:06 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 03:52:06 debconf: delaying package configuration, since apt-utils is not installed 03:52:06 Fetched 35.2 MB in 1s (27.0 MB/s) 03:52:06 (Reading database ... 12757 files and directories currently installed.) 03:52:06 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 03:52:06 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:52:07 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 03:52:07 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:52:07 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 03:52:07 (Reading database ... 12757 files and directories currently installed.) 03:52:07 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 03:52:07 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 03:52:07 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 03:52:07 (Reading database ... 12757 files and directories currently installed.) 03:52:07 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 03:52:07 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 03:52:08 Setting up apt (1.6.12ubuntu0.2) ... 03:52:08 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 03:52:08 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 03:52:08 (Reading database ... 12764 files and directories currently installed.) 03:52:08 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 03:52:08 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 03:52:09 Selecting previously unselected package libpython3.6-minimal:amd64. 03:52:09 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:52:09 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:52:09 Selecting previously unselected package libexpat1:amd64. 03:52:09 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 03:52:09 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:52:09 Selecting previously unselected package python3.6-minimal. 03:52:09 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:52:09 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:52:09 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 03:52:09 Checking for services that may need to be restarted...done. 03:52:09 Checking for services that may need to be restarted...done. 03:52:09 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:52:09 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:52:09 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:52:10 Selecting previously unselected package python3-minimal. 03:52:10 (Reading database ... 13012 files and directories currently installed.) 03:52:10 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 03:52:10 Unpacking python3-minimal (3.6.7-1~18.04) ... 03:52:10 Selecting previously unselected package mime-support. 03:52:10 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 03:52:10 Unpacking mime-support (3.60ubuntu1) ... 03:52:10 Selecting previously unselected package libmpdec2:amd64. 03:52:10 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 03:52:10 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:52:10 Selecting previously unselected package libpython3.6-stdlib:amd64. 03:52:10 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:52:10 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:52:11 Selecting previously unselected package python3.6. 03:52:11 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:52:11 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:52:11 Selecting previously unselected package libpython3-stdlib:amd64. 03:52:11 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 03:52:11 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:52:11 Setting up python3-minimal (3.6.7-1~18.04) ... 03:52:11 Selecting previously unselected package python3. 03:52:11 (Reading database ... 13442 files and directories currently installed.) 03:52:11 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 03:52:11 Unpacking python3 (3.6.7-1~18.04) ... 03:52:11 Selecting previously unselected package multiarch-support. 03:52:11 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 03:52:11 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 03:52:11 Setting up multiarch-support (2.27-3ubuntu1.4) ... 03:52:11 Selecting previously unselected package liblzo2-2:amd64. 03:52:11 (Reading database ... 13479 files and directories currently installed.) 03:52:11 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 03:52:11 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 03:52:11 Selecting previously unselected package libbsd0:amd64. 03:52:11 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 03:52:11 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:52:12 Selecting previously unselected package sudo. 03:52:12 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 03:52:12 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 03:52:12 Selecting previously unselected package apparmor. 03:52:12 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 03:52:12 Unpacking apparmor (2.12-4ubuntu5.1) ... 03:52:12 Selecting previously unselected package libedit2:amd64. 03:52:12 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 03:52:12 Unpacking libedit2:amd64 (3.1-20170329-1) ... 03:52:12 Selecting previously unselected package libkrb5support0:amd64. 03:52:12 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 03:52:12 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:52:12 Selecting previously unselected package libk5crypto3:amd64. 03:52:12 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 03:52:12 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:52:12 Selecting previously unselected package libkeyutils1:amd64. 03:52:12 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 03:52:12 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:52:12 Selecting previously unselected package libkrb5-3:amd64. 03:52:12 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 03:52:12 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:52:12 Selecting previously unselected package libgssapi-krb5-2:amd64. 03:52:12 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 03:52:12 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:52:13 Selecting previously unselected package libssl1.0.0:amd64. 03:52:13 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 03:52:13 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:52:13 Selecting previously unselected package openssh-client. 03:52:13 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 03:52:13 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 03:52:13 Selecting previously unselected package squashfs-tools. 03:52:13 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 03:52:13 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:52:13 Selecting previously unselected package snapd. 03:52:13 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 03:52:13 Unpacking snapd (2.48.3+18.04) ... 03:52:15 Setting up libedit2:amd64 (3.1-20170329-1) ... 03:52:15 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:52:15 Setting up mime-support (3.60ubuntu1) ... 03:52:15 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 03:52:15 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:52:15 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:52:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:52:16 Setting up systemd (237-3ubuntu10.44) ... 03:52:16 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 03:52:16 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:52:16 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:52:16 Setting up liblzo2-2:amd64 (2.08-1.2) ... 03:52:16 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:52:16 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:52:16 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:52:17 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:52:17 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:52:17 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:52:17 Setting up python3 (3.6.7-1~18.04) ... 03:52:17 running python rtupdate hooks for python3.6... 03:52:17 running python post-rtupdate hooks for python3.6... 03:52:17 Setting up apparmor (2.12-4ubuntu5.1) ... 03:52:20 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 03:52:20 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:52:20 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 03:52:20 Setting up snapd (2.48.3+18.04) ... 03:52:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 03:52:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 03:52:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 03:52:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 03:52:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:52:21 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:52:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 03:52:21 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 03:52:22 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 03:52:22 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 03:52:22 /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' 03:52:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:52:22 Processing triggers for systemd (237-3ubuntu10.44) ... 03:52:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:52:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:52:23 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:52:24 Reading package lists... 03:52:24 Reading package lists... 03:52:24 Building dependency tree... 03:52:24 Reading state information... 03:52:25 Calculating upgrade... 03:52:25 The following packages will be upgraded: 03:52:25 advancecomp base-files bash binutils binutils-common 03:52:25 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 03:52:25 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 03:52:25 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 03:52:25 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 03:52:25 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 03:52:25 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 03:52:25 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 03:52:25 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 03:52:25 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 03:52:25 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 03:52:25 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 03:52:25 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 03:52:25 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 03:52:25 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 03:52:25 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 03:52:25 Need to get 63.8 MB of archives. 03:52:25 After this operation, 5202 kB of additional disk space will be used. 03:52:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 03:52:25 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 03:52:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 03:52:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 03:52:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 03:52:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 03:52:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 03:52:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 03:52:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 03:52:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 03:52:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 03:52:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 03:52:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 03:52:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 03:52:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 03:52:26 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 03:52:26 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 03:52:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 03:52:26 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 03:52:26 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 03:52:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 03:52:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 03:52:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 03:52:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 03:52:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 03:52:26 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 03:52:26 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:52:26 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 03:52:26 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 03:52:26 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 03:52:26 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 03:52:26 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 03:52:26 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 03:52:26 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 03:52:26 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 03:52:26 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 03:52:26 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 03:52:26 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 03:52:26 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 03:52:26 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 03:52:26 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 03:52:26 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 03:52:26 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 03:52:26 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 03:52:26 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 03:52:26 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 03:52:26 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 03:52:26 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 03:52:26 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 03:52:26 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 03:52:26 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 03:52:26 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 03:52:26 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 03:52:26 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 03:52:26 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 03:52:26 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 03:52:26 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 03:52:26 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 03:52:26 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 03:52:26 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 03:52:26 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 03:52:26 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 03:52:26 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 03:52:26 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 03:52:26 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 03:52:26 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 03:52:26 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 03:52:26 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 03:52:26 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 03:52:27 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 03:52:27 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 03:52:27 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 03:52:27 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 03:52:27 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 03:52:27 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 03:52:27 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 03:52:27 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 03:52:27 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 03:52:27 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 03:52:27 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 03:52:27 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 03:52:27 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 03:52:27 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 03:52:27 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 03:52:27 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 03:52:27 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 03:52:27 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 03:52:27 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 03:52:27 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 03:52:27 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 03:52:27 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 03:52:27 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 03:52:28 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 03:52:28 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 03:52:28 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 03:52:28 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 03:52:28 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 03:52:28 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 03:52:28 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 03:52:28 debconf: delaying package configuration, since apt-utils is not installed 03:52:28 Fetched 63.8 MB in 3s (20.7 MB/s) 03:52:28 (Reading database ... 13912 files and directories currently installed.) 03:52:28 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 03:52:28 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:52:29 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 03:52:29 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:52:29 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 03:52:29 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 03:52:30 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:52:30 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:52:30 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:52:30 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:52:30 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:52:30 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:52:30 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:52:30 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:52:30 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:52:30 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:52:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:52:31 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:52:31 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:52:31 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:52:31 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 03:52:31 (Reading database ... 13911 files and directories currently installed.) 03:52:31 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 03:52:31 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 03:52:31 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 03:52:31 (Reading database ... 13911 files and directories currently installed.) 03:52:31 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:52:31 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:52:31 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:52:31 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:52:31 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:52:32 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:52:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 03:52:32 (Reading database ... 13911 files and directories currently installed.) 03:52:32 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 03:52:32 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:52:32 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 03:52:33 (Reading database ... 13911 files and directories currently installed.) 03:52:33 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 03:52:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 03:52:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 03:52:33 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 03:52:33 Setting up base-files (10.1ubuntu2.10) ... 03:52:33 Installing new version of config file /etc/issue ... 03:52:33 Installing new version of config file /etc/issue.net ... 03:52:33 Installing new version of config file /etc/lsb-release ... 03:52:33 Installing new version of config file /etc/update-motd.d/50-motd-news ... 03:52:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 03:52:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 03:52:34 Removing obsolete conffile /etc/default/motd-news ... 03:52:34 (Reading database ... 13912 files and directories currently installed.) 03:52:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 03:52:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 03:52:34 Setting up bash (4.4.18-2ubuntu1.2) ... 03:52:34 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 03:52:34 (Reading database ... 13912 files and directories currently installed.) 03:52:34 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 03:52:34 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 03:52:34 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 03:52:34 (Reading database ... 13912 files and directories currently installed.) 03:52:34 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 03:52:34 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 03:52:34 Setting up tar (1.29b-2ubuntu0.2) ... 03:52:35 (Reading database ... 13912 files and directories currently installed.) 03:52:35 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 03:52:35 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:52:35 Setting up dpkg (1.19.0.5ubuntu2.3) ... 03:52:35 (Reading database ... 13912 files and directories currently installed.) 03:52:35 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 03:52:35 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:52:35 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 03:52:35 (Reading database ... 13912 files and directories currently installed.) 03:52:35 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 03:52:35 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:52:35 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 03:52:36 (Reading database ... 13912 files and directories currently installed.) 03:52:36 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 03:52:36 Unpacking grep (3.1-2build1) over (3.1-2) ... 03:52:36 Setting up grep (3.1-2build1) ... 03:52:36 (Reading database ... 13912 files and directories currently installed.) 03:52:36 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 03:52:36 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:52:36 Setting up login (1:4.5-1ubuntu2) ... 03:52:36 (Reading database ... 13912 files and directories currently installed.) 03:52:36 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 03:52:36 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:52:36 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 03:52:36 (Reading database ... 13912 files and directories currently installed.) 03:52:36 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:52:36 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:52:37 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:52:37 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:52:37 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:52:37 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:52:38 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:52:38 (Reading database ... 13912 files and directories currently installed.) 03:52:38 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:52:38 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:52:39 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:52:39 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:52:39 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:52:39 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:52:39 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 03:52:39 (Reading database ... 13912 files and directories currently installed.) 03:52:39 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 03:52:39 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 03:52:39 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 03:52:40 (Reading database ... 13912 files and directories currently installed.) 03:52:40 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:52:40 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:52:40 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:52:40 (Reading database ... 13912 files and directories currently installed.) 03:52:40 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:52:40 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:52:40 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:52:40 (Reading database ... 13912 files and directories currently installed.) 03:52:40 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:52:40 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:52:40 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:52:40 (Reading database ... 13912 files and directories currently installed.) 03:52:40 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:52:40 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:52:40 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:52:40 (Reading database ... 13912 files and directories currently installed.) 03:52:40 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 03:52:40 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:52:41 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 03:52:41 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:52:41 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 03:52:41 (Reading database ... 13912 files and directories currently installed.) 03:52:41 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 03:52:41 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:52:41 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 03:52:41 (Reading database ... 13912 files and directories currently installed.) 03:52:41 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:52:41 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:52:41 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:52:41 (Reading database ... 13912 files and directories currently installed.) 03:52:41 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:52:41 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:52:41 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 03:52:42 (Reading database ... 13912 files and directories currently installed.) 03:52:42 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:52:42 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:52:42 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 03:52:42 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 03:52:43 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 03:52:43 (Reading database ... 13912 files and directories currently installed.) 03:52:43 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 03:52:43 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:52:43 Setting up libc-bin (2.27-3ubuntu1.4) ... 03:52:43 (Reading database ... 13912 files and directories currently installed.) 03:52:43 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 03:52:43 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:52:43 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 03:52:43 (Reading database ... 13914 files and directories currently installed.) 03:52:43 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 03:52:43 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 03:52:43 Setting up debconf (1.5.66ubuntu1) ... 03:52:44 (Reading database ... 13914 files and directories currently installed.) 03:52:44 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 03:52:44 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:52:44 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 03:52:44 (Reading database ... 13914 files and directories currently installed.) 03:52:44 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 03:52:44 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:52:44 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 03:52:44 (Reading database ... 13914 files and directories currently installed.) 03:52:44 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:52:44 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:52:44 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:52:45 (Reading database ... 13914 files and directories currently installed.) 03:52:45 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:52:45 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:52:45 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 03:52:45 (Reading database ... 13914 files and directories currently installed.) 03:52:45 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:52:45 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:52:45 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:52:45 (Reading database ... 13914 files and directories currently installed.) 03:52:45 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:52:45 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:52:45 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 03:52:45 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:52:45 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 03:52:46 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:52:46 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 03:52:46 (Reading database ... 13914 files and directories currently installed.) 03:52:46 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 03:52:46 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 03:52:46 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 03:52:46 (Reading database ... 13914 files and directories currently installed.) 03:52:46 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 03:52:46 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:52:46 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 03:52:46 (Reading database ... 13914 files and directories currently installed.) 03:52:46 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 03:52:46 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:52:47 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 03:52:47 (Reading database ... 13914 files and directories currently installed.) 03:52:47 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 03:52:47 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 03:52:47 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 03:52:47 (Reading database ... 13914 files and directories currently installed.) 03:52:47 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 03:52:47 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:52:47 Setting up passwd (1:4.5-1ubuntu2) ... 03:52:47 (Reading database ... 13914 files and directories currently installed.) 03:52:47 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 03:52:47 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:52:48 Setting up gpgv (2.2.4-1ubuntu1.4) ... 03:52:48 (Reading database ... 13914 files and directories currently installed.) 03:52:48 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 03:52:48 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 03:52:48 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 03:52:48 (Reading database ... 13914 files and directories currently installed.) 03:52:48 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 03:52:48 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 03:52:48 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 03:52:48 (Reading database ... 13914 files and directories currently installed.) 03:52:48 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 03:52:48 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 03:52:49 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 03:52:49 (Reading database ... 13914 files and directories currently installed.) 03:52:49 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 03:52:49 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 03:52:49 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 03:52:49 (Reading database ... 13914 files and directories currently installed.) 03:52:49 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 03:52:49 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 03:52:49 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 03:52:49 (Reading database ... 13914 files and directories currently installed.) 03:52:49 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 03:52:49 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 03:52:49 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 03:52:49 (Reading database ... 13915 files and directories currently installed.) 03:52:49 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:52:49 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:52:49 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:52:50 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:52:50 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 03:52:50 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 03:52:50 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 03:52:50 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 03:52:50 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 03:52:50 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 03:52:51 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 03:52:51 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 03:52:51 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 03:52:51 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 03:52:51 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 03:52:51 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 03:52:51 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 03:52:51 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 03:52:51 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 03:52:51 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 03:52:51 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 03:52:51 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 03:52:51 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 03:52:51 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 03:52:52 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 03:52:52 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 03:52:52 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 03:52:52 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 03:52:53 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:52:53 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:52:53 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:52:53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:52:53 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:52:53 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:52:53 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:52:53 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:52:53 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:52:53 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:52:54 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:52:54 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:52:54 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:52:54 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:52:54 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:52:54 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:52:55 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:52:55 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:52:56 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:52:56 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:52:57 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:52:57 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:52:57 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:52:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:52:58 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:52:58 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:52:58 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:52:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:52:58 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 03:52:58 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:52:58 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 03:52:58 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:52:59 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:52:59 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 03:52:59 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:52:59 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:52:59 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:52:59 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:52:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 03:52:59 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 03:52:59 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:52:59 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 03:52:59 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:52:59 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:52:59 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:52:59 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 03:52:59 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 03:52:59 Setting up tzdata (2021a-0ubuntu0.18.04) ... 03:52:59 03:52:59 Current default time zone: 'Etc/UTC' 03:52:59 Local time is now: Mon Mar 15 03:52:59 UTC 2021. 03:52:59 Universal Time is now: Mon Mar 15 03:52:59 UTC 2021. 03:52:59 Run 'dpkg-reconfigure tzdata' if you wish to change it. 03:52:59 03:53:00 Setting up systemd-sysv (237-3ubuntu10.44) ... 03:53:00 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:53:00 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 03:53:00 Setting up mount (2.31.1-0.4ubuntu3.7) ... 03:53:00 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 03:53:00 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 03:53:00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:53:00 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 03:53:00 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 03:53:00 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 03:53:00 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:53:00 Setting up procps (2:3.3.12-3ubuntu1.2) ... 03:53:00 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 03:53:00 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 03:53:00 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 03:53:00 Setting up patch (2.7.6-2ubuntu1.1) ... 03:53:00 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:53:00 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 03:53:00 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 03:53:00 Installing new version of config file /etc/ssl/openssl.cnf ... 03:53:00 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 03:53:00 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 03:53:00 Setting up ca-certificates (20210119~18.04.1) ... 03:53:02 Updating certificates in /etc/ssl/certs... 03:53:03 23 added, 27 removed; done. 03:53:03 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 03:53:03 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:53:03 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 03:53:03 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 03:53:03 Setting up pkgbinarymangler (138.18.04.1) ... 03:53:03 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 03:53:03 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 03:53:03 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 03:53:03 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 03:53:03 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:53:03 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 03:53:03 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:53:03 Setting up perl (5.26.1-6ubuntu0.5) ... 03:53:03 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 03:53:04 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 03:53:04 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 03:53:04 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 03:53:04 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 03:53:04 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 03:53:04 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 03:53:04 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 03:53:04 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 03:53:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:53:04 Processing triggers for systemd (237-3ubuntu10.44) ... 03:53:04 Processing triggers for mime-support (3.60ubuntu1) ... 03:53:04 Processing triggers for ca-certificates (20210119~18.04.1) ... 03:53:04 Updating certificates in /etc/ssl/certs... 03:53:05 0 added, 0 removed; done. 03:53:05 Running hooks in /etc/ca-certificates/update.d... 03:53:05 done. 03:53:05 Reading package lists... 03:53:05 Building dependency tree... 03:53:05 Reading state information... 03:53:05 The following NEW packages will be installed: 03:53:05 apt-transport-https 03:53:06 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 03:53:06 Need to get 1696 B of archives. 03:53:06 After this operation, 153 kB of additional disk space will be used. 03:53:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 03:53:06 debconf: delaying package configuration, since apt-utils is not installed 03:53:06 Fetched 1696 B in 0s (8542 B/s) 03:53:06 Selecting previously unselected package apt-transport-https. 03:53:06 (Reading database ... 13920 files and directories currently installed.) 03:53:06 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 03:53:06 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 03:53:06 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 03:53:06 Waiting for network to be ready... 03:53:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:53:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:53:09 ---> d958f40672d4 03:53:09 Step 3/23 : WORKDIR /edgex-go 03:53:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:53:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:53:09 ---> d958f40672d4 03:53:09 Step 3/23 : WORKDIR /edgex-go 03:53:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:53:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:53:09 ---> d958f40672d4 03:53:09 Step 3/22 : WORKDIR /edgex-go 03:53:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:53:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:53:09 ---> d958f40672d4 03:53:09 Step 3/24 : WORKDIR /edgex-go 03:53:09 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:53:09 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:53:09 ---> d958f40672d4 03:53:09 Step 3/31 : WORKDIR /edgex-go 03:53:09 ---> Running in cfedc22c8211 03:53:09 ---> Running in 27755d381a2b 03:53:09 ---> Running in 267b3c69f095 03:53:09 ---> Running in 4fa6c32660f9 03:53:09 ---> Running in 7cb0b3023b3e 03:53:09 Removing intermediate container cfedc22c8211 03:53:09 ---> b2f1e7ed646a 03:53:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:53:09 Removing intermediate container 27755d381a2b 03:53:09 ---> 692d3ebaf31f 03:53:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:53:09 Removing intermediate container 4fa6c32660f9 03:53:09 ---> 0b59e59e3543 03:53:09 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:53:09 Removing intermediate container 7cb0b3023b3e 03:53:09 ---> 2b5304c576b8 03:53:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:53:09 Removing intermediate container 267b3c69f095 03:53:09 ---> fad595a8dff8 03:53:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:53:09 ---> Running in 30e40a79277c 03:53:09 ---> Running in ec40fb6cd94c 03:53:09 ---> Running in 4c725210551a 03:53:09 ---> Running in ed7889617871 03:53:09 ---> Running in e964427c25cd 03:53:09 Removing intermediate container 30e40a79277c 03:53:09 ---> 079e9be3846c 03:53:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:53:09 Removing intermediate container ec40fb6cd94c 03:53:09 ---> 16105c40fb6b 03:53:09 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:53:09 ---> Running in d2d20cd511ae 03:53:09 ---> Running in 02a951722cca 03:53:09 Removing intermediate container 4c725210551a 03:53:09 ---> 26772213af95 03:53:09 Step 5/31 : RUN apk add --update --no-cache make git 03:53:09 Removing intermediate container e964427c25cd 03:53:09 ---> c9d38c837331 03:53:09 Step 5/23 : RUN apk add --update --no-cache make git 03:53:09 ---> Running in beb601ef5e87 03:53:09 Removing intermediate container ed7889617871 03:53:09 ---> 9585dc81cb5f 03:53:09 Step 5/24 : RUN apk add --update --no-cache make git 03:53:10 ---> Running in 86b7fc1d234f 03:53:10 ---> Running in 338ddc326bfe 03:53:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:53:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:53:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:53:11 2021-03-15T03:53:09Z INFO Waiting for automatic snapd restart... 03:53:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:53:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:53:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:53:12 snapd 2.49 from Canonical* installed 03:53:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:53:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:53:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:53:12 OK: 217 MiB in 51 packages 03:53:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:53:13 "snapd" switched to the "latest/stable" channel 03:53:13 03:53:13 OK: 217 MiB in 51 packages 03:53:13 OK: 217 MiB in 51 packages 03:53:13 OK: 217 MiB in 51 packages 03:53:13 OK: 217 MiB in 51 packages 03:53:14 Removing intermediate container d2d20cd511ae 03:53:14 ---> eaedd7bbf3f1 03:53:14 Step 6/23 : COPY go.mod . 03:53:15 Removing intermediate container 02a951722cca 03:53:15 ---> 8e6a1c5d0b45 03:53:15 Step 6/22 : COPY go.mod . 03:53:15 Removing intermediate container 86b7fc1d234f 03:53:15 ---> c1dc39e247d1 03:53:15 Step 6/23 : COPY go.mod . 03:53:15 ---> f11ada08e069 03:53:15 Step 7/23 : RUN go mod download 03:53:15 core18 20210128 from Canonical* installed 03:53:15 ---> Running in e6e78777fa4e 03:53:15 Removing intermediate container beb601ef5e87 03:53:15 ---> aa64165c55b3 03:53:15 Step 6/31 : COPY go.mod . 03:53:15 Removing intermediate container 338ddc326bfe 03:53:15 ---> b0fcce91ecd7 03:53:15 Step 6/24 : COPY go.mod . 03:53:16 "core18" switched to the "latest/stable" channel 03:53:16 03:53:16 ---> e68e1c449c4f 03:53:16 Step 7/22 : RUN go mod download 03:53:16 ---> Running in 08ffb83f2704 03:53:16 ---> 7b105e198196 03:53:16 Step 7/23 : RUN go mod download 03:53:16 ---> Running in 27b792c7d18b 03:53:17 ---> 379548d883c7 03:53:17 Step 7/24 : RUN go mod download 03:53:17 ---> b92a5a7f63a6 03:53:17 Step 7/31 : RUN go mod download 03:53:17 ---> Running in 57c600fc6262 03:53:17 ---> Running in a21df090cb55 03:53:19 snapcraft 4.5.4 from Canonical* installed 03:53:19 "snapcraft" switched to the "latest/stable" channel 03:53:19 03:53:20 Removing intermediate container e6e78777fa4e 03:53:20 ---> 8dfa40cab1d2 03:53:20 Step 8/23 : COPY . . 03:53:20 Removing intermediate container 08ffb83f2704 03:53:20 ---> a3646475367c 03:53:20 Step 8/22 : COPY . . 03:53:21 Removing intermediate container 27b792c7d18b 03:53:21 ---> 978fb835cfe6 03:53:21 Step 8/23 : COPY . . 03:53:22 Removing intermediate container 57c600fc6262 03:53:22 ---> 4e6c3fc6a9a0 03:53:22 Step 8/24 : COPY . . 03:53:22 Removing intermediate container a21df090cb55 03:53:22 ---> 50f82b7005a9 03:53:22 Step 8/31 : COPY . . 03:53:22 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 03:53:22 - README.md 03:53:22 03:53:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:53:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:53:29 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:53:29 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:53:29 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:53:30 Reading package lists... 03:53:30 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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 03:53:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:53:37 Reading package lists... 03:53:37 Building dependency tree... 03:53:37 Reading state information... 03:53:37 Suggested packages: 03:53:37 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:53:37 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:53:37 Recommended packages: 03:53:37 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:53:37 The following NEW packages will be installed: 03:53:37 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:53:37 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:53:37 pkg-config zip 03:53:37 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:53:37 Need to get 7658 kB of archives. 03:53:37 After this operation, 43.8 MB of additional disk space will be used. 03:53:37 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:53:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 03:53:37 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:53:37 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:53:38 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:53:38 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:53:38 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:53:38 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:53:38 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:53:38 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:53:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 03:53:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 03:53:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 03:53:38 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:53:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:53:38 debconf: delaying package configuration, since apt-utils is not installed 03:53:38 Fetched 7658 kB in 1s (7285 kB/s) 03:53:38 Selecting previously unselected package libglib2.0-0:amd64. 03:53:38 (Reading database ... 13924 files and directories currently installed.) 03:53:38 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 03:53:38 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 03:53:38 Selecting previously unselected package libpsl5:amd64. 03:53:38 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:53:38 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:53:39 Selecting previously unselected package libnghttp2-14:amd64. 03:53:39 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:53:39 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:53:39 Selecting previously unselected package librtmp1:amd64. 03:53:39 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:53:39 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:53:39 Selecting previously unselected package libcurl3-gnutls:amd64. 03:53:39 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 03:53:39 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:53:39 Selecting previously unselected package liberror-perl. 03:53:39 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:53:39 Unpacking liberror-perl (0.17025-1) ... 03:53:39 Selecting previously unselected package git-man. 03:53:39 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 03:53:39 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 03:53:39 Selecting previously unselected package git. 03:53:39 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 03:53:39 Unpacking git (1:2.17.1-1ubuntu0.8) ... 03:53:40 Selecting previously unselected package libnorm1:amd64. 03:53:40 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:53:40 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:53:40 Selecting previously unselected package libpgm-5.2-0:amd64. 03:53:40 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:53:40 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:53:40 Selecting previously unselected package libsodium23:amd64. 03:53:40 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:53:40 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:53:40 Selecting previously unselected package libzmq5:amd64. 03:53:40 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:53:40 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:53:40 Selecting previously unselected package libzmq3-dev:amd64. 03:53:40 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:53:40 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:53:41 Selecting previously unselected package pkg-config. 03:53:41 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:53:41 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:53:41 Selecting previously unselected package zip. 03:53:41 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:53:41 Unpacking zip (3.0-11build1) ... 03:53:41 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:53:41 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 03:53:41 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:53:41 Setting up liberror-perl (0.17025-1) ... 03:53:41 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:53:41 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 03:53:41 No schema files found: doing nothing. 03:53:41 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:53:41 Setting up zip (3.0-11build1) ... 03:53:41 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:53:41 Setting up libsodium23:amd64 (1.0.16-2) ... 03:53:41 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:53:41 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:53:41 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:53:41 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:53:41 Setting up git (1:2.17.1-1ubuntu0.8) ... 03:53:41 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:53:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:53:48 git set to automatically installed. 03:53:48 git-man set to automatically installed. 03:53:48 libcurl3-gnutls set to automatically installed. 03:53:48 liberror-perl set to automatically installed. 03:53:48 libglib2.0-0 set to automatically installed. 03:53:48 libnghttp2-14 set to automatically installed. 03:53:48 libnorm1 set to automatically installed. 03:53:48 libpgm-5.2-0 set to automatically installed. 03:53:48 libpsl5 set to automatically installed. 03:53:48 librtmp1 set to automatically installed. 03:53:48 libsodium23 set to automatically installed. 03:53:48 libzmq3-dev set to automatically installed. 03:53:48 libzmq5 set to automatically installed. 03:53:48 pkg-config set to automatically installed. 03:53:48 zip set to automatically installed. 03:53:49 ---> ec39e632b0c8 03:53:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:53:49 ---> 42e1232b28ee 03:53:49 Step 9/23 : RUN make cmd/core-data/core-data 03:53:49 ---> 6e306bcd1563 03:53:49 Step 9/23 : RUN make cmd/core-command/core-command 03:53:49 ---> d0d56c4cdd9b 03:53:49 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:53:49 ---> 8230742a1a52 03:53:49 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:53:49 ---> Running in d2385938cdf5 03:53:49 ---> Running in 6f957659ecd7 03:53:49 ---> Running in cf23af9b0375 03:53:49 ---> Running in 7bee48c0c373 03:53:49 ---> Running in 7eb3a14a2511 03:53:49 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 03:53:49 snapd is not logged in, snap install commands will use sudo 03:53:50 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 03:53:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:53:50 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 03:53: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 03:53:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:54:11 go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed 03:54:11 snapd is not logged in, snap install commands will use sudo 03:54:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:54:17 snap "core18" has no updates available 03:54:17 Pulling config-common 03:54:17 + snapcraftctl pull 03:54:18 Pulling go-build-helper 03:54:18 + snapcraftctl pull 03:54:19 'edgex-go' has dependencies that need to be staged: go-build-helper 03:54:19 Skipping pull go-build-helper (already ran) 03:54:19 Building go-build-helper 03:54:19 + snapcraftctl build 03:54:21 Staging go-build-helper 03:54:21 + snapcraftctl stage 03:54:31 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:54:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:54:31 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:54:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 03:54:31 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:54:31 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:54:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:54:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:54:31 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:54:31 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:54:31 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:54:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 03:54:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:54:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:54:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 03:54:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 03:54:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 03:54:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 03:54:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:54:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 03:54:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 03:54:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:54:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:54:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 03:54:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 03:54:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 03:54:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 03:54:31 Fetched 24.0 MB in 0s (0 B/s) 03:54:31 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:54:31 Fetched 224 kB in 0s (0 B/s) 03:54:31 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:54:31 Fetched 157 kB in 0s (0 B/s) 03:54:31 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:54:31 Fetched 221 kB in 0s (0 B/s) 03:54:31 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:54:31 Fetched 143 kB in 0s (0 B/s) 03:54:31 Pulling edgex-go 03:54:31 + snapcraftctl pull 03:54:53 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:54:53 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:54:53 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:54:53 Fetched 0 B in 0s (0 B/s) 03:54:53 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:54:53 Fetched 96.5 kB in 0s (0 B/s) 03:54:53 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:54:53 Fetched 279 kB in 0s (0 B/s) 03:54:53 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:54:53 Fetched 122 kB in 0s (0 B/s) 03:54:53 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:54:53 Fetched 77.8 kB in 0s (0 B/s) 03:54:53 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:54:53 Fetched 8848 B in 0s (0 B/s) 03:54:53 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:54:53 Fetched 47.8 kB in 0s (0 B/s) 03:54:53 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:54:53 Fetched 45.6 kB in 0s (0 B/s) 03:54:53 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:54:53 Fetched 15.0 kB in 0s (0 B/s) 03:54:53 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 03:54:53 Fetched 214 kB in 0s (0 B/s) 03:54:53 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 03:54:53 Fetched 154 kB in 0s (0 B/s) 03:54:53 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:54:53 Fetched 50.6 kB in 0s (0 B/s) 03:54:53 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:54:53 Fetched 14.8 kB in 0s (0 B/s) 03:54:53 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:54:53 Fetched 41.8 kB in 0s (0 B/s) 03:54:53 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:54:53 Fetched 499 kB in 0s (0 B/s) 03:54:53 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:54:53 Fetched 111 kB in 0s (0 B/s) 03:54:53 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:54:53 Fetched 240 kB in 0s (0 B/s) 03:54:53 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:54:53 Fetched 29.3 kB in 0s (0 B/s) 03:54:53 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:54:53 Fetched 85.5 kB in 0s (0 B/s) 03:54:53 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:54:53 Fetched 24.5 kB in 0s (0 B/s) 03:54:53 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:54:53 Fetched 49.2 kB in 0s (0 B/s) 03:54:53 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:54:53 Fetched 54.2 kB in 0s (0 B/s) 03:54:53 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:54:53 Fetched 30.8 kB in 0s (0 B/s) 03:54:53 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 03:54:53 Fetched 15.8 kB in 0s (0 B/s) 03:54:53 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:54:53 Fetched 85.9 kB in 0s (0 B/s) 03:54:53 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:54:53 Fetched 8720 B in 0s (0 B/s) 03:54:53 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 03:54:53 Fetched 137 kB in 0s (0 B/s) 03:54:53 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:54:53 Fetched 119 kB in 0s (0 B/s) 03:54:53 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 03:54:53 Fetched 109 kB in 0s (0 B/s) 03:54:53 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:54:53 Fetched 11.1 kB in 0s (0 B/s) 03:54:53 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:54:53 Fetched 645 kB in 0s (0 B/s) 03:54:53 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:54:53 Fetched 41.3 kB in 0s (0 B/s) 03:54:53 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:54:53 Fetched 17.9 kB in 0s (0 B/s) 03:54:53 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:54:53 Fetched 368 kB in 0s (0 B/s) 03:54:53 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:54:53 Fetched 187 kB in 0s (0 B/s) 03:54:53 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:54:53 Fetched 175 kB in 0s (0 B/s) 03:54:53 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:54:53 Fetched 206 kB in 0s (0 B/s) 03:54:53 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 03:54:53 Fetched 1301 kB in 0s (0 B/s) 03:54:53 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:54:53 Fetched 36.2 kB in 0s (0 B/s) 03:54:53 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 03:54:53 Fetched 159 kB in 0s (0 B/s) 03:54:53 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:54:53 Fetched 107 kB in 0s (0 B/s) 03:54:53 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:54:53 Fetched 48.7 kB in 0s (0 B/s) 03:54:53 Pulling static-packages 03:54:53 + snapcraftctl pull 03:54:53 Pulling version 03:54:53 + cd /root/project 03:54:53 + [ -f VERSION ] 03:54:53 + PROJECT_VERSION=local-dev 03:54:53 + git rev-parse --short HEAD 03:54:53 + GIT_REVISION=8c008893 03:54:53 + snapcraftctl set-version local-dev 03:54:53 Building config-common 03:54:53 + snapcraftctl build 03:54:55 Skipping build go-build-helper (already ran) 03:54:55 Building edgex-go 03:54:55 + cd /root/parts/edgex-go/src 03:54:55 + make build 03:54:55 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 03:54:57 go: downloading github.com/gorilla/mux v1.8.0 03:54:57 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 03:54:57 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 03:54:57 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 03:54:57 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:54:57 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:54:57 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 03:54:57 go: downloading github.com/x448/float16 v0.8.4 03:54:57 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 03:54:58 go: downloading github.com/imdario/mergo v0.3.12 03:54:58 go: downloading github.com/pebbe/zmq4 v1.2.5 03:54:58 go: downloading github.com/pkg/errors v0.8.1 03:54:58 go: downloading github.com/hashicorp/consul/api v1.8.1 03:54:58 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:54:58 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:54:58 go: downloading github.com/hashicorp/serf v0.9.5 03:54:58 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 03:54:58 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 03:54:58 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 03:54:58 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:54:58 go: downloading github.com/hashicorp/go-hclog v0.12.0 03:54:58 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 03:54:58 go: downloading github.com/fatih/color v1.9.0 03:54:58 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:54:58 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:54:58 go: downloading github.com/go-playground/validator/v10 v10.3.0 03:54:58 go: downloading github.com/mattn/go-isatty v0.0.12 03:54:58 go: downloading github.com/pelletier/go-toml v1.2.0 03:54:58 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:54:58 go: downloading github.com/go-kit/kit v0.8.0 03:54:58 go: downloading github.com/BurntSushi/toml v0.3.1 03:54:58 go: downloading github.com/go-playground/universal-translator v0.17.0 03:54:59 go: downloading github.com/gorilla/websocket v1.4.2 03:54:59 go: downloading github.com/leodido/go-urn v1.2.0 03:54:59 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 03:54:59 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:54:59 go: downloading github.com/google/uuid v1.2.0 03:54:59 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:54:59 go: downloading github.com/mattn/go-colorable v0.1.6 03:54:59 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:54:59 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:54:59 go: downloading github.com/go-playground/locales v0.13.0 03:54:59 go: downloading github.com/mitchellh/copystructure v1.0.0 03:54:59 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:54:59 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:55: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 03:55:09 go: downloading gopkg.in/yaml.v2 v2.4.0 03:55:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:55:14 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 03:55:16 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 03:55:17 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 03:55:17 go: downloading github.com/stretchr/testify v1.7.0 03:55:18 go: downloading github.com/davecgh/go-spew v1.1.1 03:55:18 go: downloading github.com/pmezard/go-difflib v1.0.0 03:55:18 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:55:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:55:20 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:55:20 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:55:21 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 03:55:23 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 03:55:23 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 03:55:24 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 03:55:25 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 03:55:26 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:55:27 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 03:55:27 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 03:55:27 go: downloading github.com/lib/pq v1.9.0 03:55:29 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 03:55:29 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 03:55:29 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 03:55:29 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 03:55:29 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 03:55:29 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 03:55:29 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 03:55:29 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 03:55:29 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 03:55:29 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 03:55:29 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 03:55:29 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 03:55:29 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 03:55:29 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 03:55:29 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 03:55:29 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 03:55:29 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 03:55:29 + 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 03:55:29 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 03:55:29 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 03:55:29 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 03:55:29 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 03:55:29 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 03:55:29 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 03:55:29 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 03:55:31 Removing intermediate container 7eb3a14a2511 03:55:31 ---> 76b0c38fe2b9 03:55:31 03:55:31 Step 10/24 : FROM alpine:3.12 03:55:31 3.12: Pulling from library/alpine 03:55:33 Building static-packages 03:55:33 + snapcraftctl build 03:55:33 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:55:33 Status: Downloaded newer image for alpine:3.12 03:55:33 ---> d10569e2745f 03:55:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:55:34 ---> Running in 19ffb8281112 03:55:34 Building version 03:55:34 + snapcraftctl build 03:55:36 Staging config-common 03:55:36 + snapcraftctl stage 03:55:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:55:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:55:36 Removing intermediate container 7bee48c0c373 03:55:36 ---> 720c33823ebf 03:55:36 03:55:36 Step 10/31 : FROM alpine:3.12 03:55:36 ---> d10569e2745f 03:55:36 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:55:36 Skipping stage go-build-helper (already ran) 03:55:36 Staging edgex-go 03:55:37 ---> Running in ef546d93c6e4 03:55:37 + snapcraftctl stage 03:55:37 (1/5) Installing ca-certificates (20191127-r4) 03:55:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:55:37 (3/5) Installing libcurl (7.69.1-r3) 03:55:37 (4/5) Installing curl (7.69.1-r3) 03:55:37 (5/5) Installing dumb-init (1.2.2-r1) 03:55:37 Executing busybox-1.31.1-r19.trigger 03:55:37 Executing ca-certificates-20191127-r4.trigger 03:55:37 Removing intermediate container ef546d93c6e4 03:55:37 ---> f1ea9eeb15cd 03:55:37 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:55:38 Staging static-packages 03:55:38 + snapcraftctl stage 03:55:38 OK: 7 MiB in 19 packages 03:55:38 ---> Running in 1f4c7dda3eec 03:55:39 Staging version 03:55:39 + snapcraftctl stage 03:55:39 Priming config-common 03:55:39 + snapcraftctl prime 03:55:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:55:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:55:40 Removing intermediate container 19ffb8281112 03:55:40 ---> 626b9a771143 03:55:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:55:41 Priming go-build-helper 03:55:41 + snapcraftctl prime 03:55:41 (1/2) Installing dumb-init (1.2.2-r1) 03:55:41 (2/2) Installing su-exec (0.2-r1) 03:55:41 Executing busybox-1.31.1-r19.trigger 03:55:41 OK: 5 MiB in 16 packages 03:55:41 ---> Running in 3d38e3522701 03:55:41 Priming edgex-go 03:55:41 + snapcraftctl prime 03:55:42 Priming static-packages 03:55:42 + snapcraftctl prime 03:55:42 Removing intermediate container 3d38e3522701 03:55:42 ---> 481d01f4423b 03:55:42 Step 13/24 : WORKDIR / 03:55:43 ---> Running in d3f1d9d39924 03:55:43 Removing intermediate container 1f4c7dda3eec 03:55:43 ---> 108dcac71d04 03:55:43 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:55:45 Priming version 03:55:45 + snapcraftctl prime 03:55:45 ---> Running in 833286d561ea 03:55:45 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 03:55:46 Removing intermediate container d3f1d9d39924 03:55:46 ---> e4c215f4e91f 03:55:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [Pipeline] } 03:55:47 Removing intermediate container 833286d561ea 03:55:47 ---> c3f7cd5b0d8f 03:55:47 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:55:48 Removing intermediate container cf23af9b0375 03:55:48 ---> 9e0d32f05a0f 03:55:48 03:55:48 Step 10/23 : FROM alpine:3.12 03:55:48 ---> d10569e2745f 03:55:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:55:49 ---> Running in 6952afe1cb4a 03:55:49 ---> f91dda76bd69 03:55:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:55:50 ---> Running in 3e854e7311f9 03:55:52 ---> 2a970be56fdd 03:55:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.tomlRemoving intermediate container 6952afe1cb4a 03:55:52 ---> 61ddaeb501d9 03:55:52 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:55:52 03:55:52 Removing intermediate container d2385938cdf5 03:55:52 ---> ea276062b458 03:55:52 03:55:52 Step 10/22 : FROM alpine:3.12 03:55:52 ---> d10569e2745f 03:55:52 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:55:53 ---> Running in 3178ecf41c9d 03:55:53 ---> Running in 1acebcb7d0ea 03:55:53 ---> de8b003e9149 03:55:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:55:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:55:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:55:55 (1/1) Installing dumb-init (1.2.2-r1) 03:55:55 Executing busybox-1.31.1-r19.trigger 03:55:55 OK: 5 MiB in 15 packages 03:55:55 ---> 48fdab91568e 03:55:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:55:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:55:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:55:56 (1/2) Installing ca-certificates (20191127-r4) 03:55:56 (2/2) Installing dumb-init (1.2.2-r1) 03:55:56 Executing busybox-1.31.1-r19.trigger 03:55:56 Executing ca-certificates-20191127-r4.trigger 03:55:57 OK: 6 MiB in 16 packages 03:55:58 ---> 58cb78587cc9 03:55:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:55:58 Removing intermediate container 1acebcb7d0ea 03:55:58 ---> f6961d2bcd20 03:55:58 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:55:58 Removing intermediate container 3e854e7311f9 03:55:58 ---> 5eec04bc1a57 03:55:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:55:59 ---> Running in c586245df6da 03:55:59 ---> Running in 2f22fe52194c 03:55:59 ---> 1fa5563fd10a 03:55:59 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/ 03:56:00 ---> Running in 2f51a14c4be0 03:56:00 Removing intermediate container 2f22fe52194c 03:56:00 ---> a4d026b5296f 03:56:00 Step 13/23 : ENV APP_PORT=48082 03:56:00 Removing intermediate container c586245df6da 03:56:00 ---> 288bb398d7f0 03:56:00 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:56:01 Removing intermediate container 3178ecf41c9d 03:56:01 ---> b8d312c421d4 03:56:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:56:01 ---> Running in 99aba7b59a41 03:56:02 Removing intermediate container 6f957659ecd7 03:56:02 ---> 4996119ee077 03:56:02 03:56:02 Step 10/23 : FROM alpine:3.12 03:56:02 ---> d10569e2745f 03:56:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:56:02 ---> c0c576a1d3fc 03:56:02 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:56:02 ---> Running in 53c682819a2e 03:56:03 Removing intermediate container 99aba7b59a41 03:56:03 ---> da884a09ee74 03:56:03 Step 14/23 : EXPOSE $APP_PORT 03:56:03 ---> Running in d5fbcdde0f9d 03:56:03 ---> Running in 3c337fd9e5b2 03:56:03 ---> Running in f6146c3ecc34 03:56:04 Removing intermediate container 53c682819a2e 03:56:04 ---> c74e6ef44846 03:56:04 Step 13/22 : ENV APP_PORT=48060 03:56:04 Removing intermediate container d5fbcdde0f9d 03:56:04 ---> 3080a1aa134f 03:56:04 Step 12/23 : ENV APP_PORT=48080 03:56:04 ---> Running in a44d2b835d4e 03:56:04 Removing intermediate container f6146c3ecc34 03:56:04 ---> f24fd02f153f 03:56:04 Step 15/23 : WORKDIR / 03:56:04 ---> Running in 3ec861092aa9 03:56:05 Removing intermediate container 2f51a14c4be0 03:56:05 ---> ddba3045eb37 03:56:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:56:05 ---> Running in 280666daa30f 03:56:05 Removing intermediate container a44d2b835d4e 03:56:05 ---> 3661cce1058b 03:56:05 Step 14/22 : EXPOSE $APP_PORT 03:56:06 ---> Running in b8d62557ecb3 03:56:06 ---> Running in 69809a8b1bab 03:56:06 Removing intermediate container 3ec861092aa9 03:56:06 ---> 02c62a0a0c5a 03:56:06 Step 13/23 : EXPOSE $APP_PORT 03:56:06 ---> Running in d7038c00434b 03:56:07 Removing intermediate container 280666daa30f 03:56:07 ---> f6f1a21d838b 03:56:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:56:08 Removing intermediate container 69809a8b1bab 03:56:08 ---> f05bf3f13269 03:56:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:56:08 Removing intermediate container b8d62557ecb3 03:56:08 ---> 7bcc2adc235f 03:56:08 Step 22/24 : LABEL arch=arm64 03:56:08 Removing intermediate container d7038c00434b 03:56:08 ---> 4365a688023c 03:56:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:56:08 Removing intermediate container 3c337fd9e5b2 03:56:08 ---> 97539eda30df 03:56:08 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:56:08 ---> Running in 9b635a91899e 03:56:09 ---> c52e654337ae 03:56:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:56:09 ---> Running in 72cb984df279 03:56:09 ---> 90683139d1e6 03:56:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:56:10 Removing intermediate container 9b635a91899e 03:56:10 ---> adeb1aee6439 03:56:10 Step 23/24 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:56:10 ---> fcc0ae7e27c5 03:56:10 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:56:11 ---> 663c438c8d09 03:56:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:56:11 ---> Running in 34f73df53f04 03:56:12 ---> 26da9f111f65 03:56:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:56:12 ---> 34d2697fe10c 03:56:12 Step 19/23 : ENTRYPOINT ["/core-command"] 03:56:12 Removing intermediate container 34f73df53f04 03:56:12 ---> f0ec2fd0037e 03:56:12 Step 24/24 : LABEL version=0.0.0 03:56:13 ---> Running in d76da25fd2b4 03:56:13 ---> Running in e790f111cdb8 03:56:13 ---> db38e47abbe2 03:56:13 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:56:13 ---> 076f6325d16e 03:56:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:56:14 ---> Running in 96c7f89604ba 03:56:14 Removing intermediate container d76da25fd2b4 03:56:14 Removing intermediate container 72cb984df279 03:56:14 ---> 1dec578a70c4 03:56:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:56:14 Removing intermediate container e790f111cdb8 03:56:14 ---> 99267b3c78e7 03:56:14 03:56:14 ---> d310100cd41f 03:56:14 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:56:15 Successfully built 99267b3c78e7 03:56:15 ---> 0d08c1f007aa 03:56:15 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:56:16 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:56:16  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 03:56:17 ---> Running in 5c4a792e03c7 03:56:17 ---> Running in 49746dd26f53 03:56:17 Removing intermediate container 96c7f89604ba 03:56:17 ---> 5187d69a9de0 03:56:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:56:17 ---> 3567d16c08b3 03:56:17 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:56:17 ---> Running in 1b6faa944de3 03:56:17 Removing intermediate container 5c4a792e03c7 03:56:17 ---> cc7b195cee41 03:56:17 Step 21/23 : LABEL arch=arm64 03:56:18 ---> Running in e103cc34a1c1 03:56:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:56:19 ---> cd400174d459 03:56:19 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:56:19 Removing intermediate container 1b6faa944de3 03:56:19 ---> 50804307f7f8 03:56:19 Step 20/22 : LABEL arch=arm64 03:56:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:56:20 ---> Running in 19e44904d923 03:56:20 ---> Running in 1ec4faef3309 03:56:20 Removing intermediate container e103cc34a1c1 03:56:20 ---> 112af063fd9a 03:56:20 Step 22/23 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:56:20 (1/6) Installing dumb-init (1.2.2-r1) 03:56:20 (2/6) Installing libgcc (9.3.0-r2) 03:56:20 (3/6) Installing libsodium (1.0.18-r0) 03:56:20 (4/6) Installing libstdc++ (9.3.0-r2) 03:56:21 (5/6) Installing libzmq (4.3.3-r0) 03:56:21 (6/6) Installing zeromq (4.3.3-r0) 03:56:21 Executing busybox-1.31.1-r19.trigger 03:56:21 OK: 8 MiB in 20 packages 03:56:21 ---> Running in 9c0b717e37d2 03:56:22 Removing intermediate container 19e44904d923 03:56:22 ---> 96cdad51dd64 03:56:22 Step 21/22 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:56:22 Removing intermediate container 1ec4faef3309 03:56:22 ---> 8217796af0b7 03:56:22 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:56:23 Removing intermediate container 9c0b717e37d2 03:56:23 ---> 1f3be5b4dfc6 03:56:23 Step 23/23 : LABEL version=0.0.0 03:56:23 ---> Running in 9527e2ab3727 03:56:23 ---> 269f71756065 03:56:23 Step 26/31 : RUN chmod +x /entrypoint.sh 03:56:23 ---> Running in b97cb8b54628 03:56:24 ---> Running in 686eafb3ab36 03:56:24 Removing intermediate container 9527e2ab3727 03:56:24 ---> ed28196c3223 03:56:24 Step 22/22 : LABEL version=0.0.0 03:56:24 Removing intermediate container 49746dd26f53 03:56:24 ---> 374a622a1029 03:56:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:56:25 ---> Running in 1d6ba85c9de1 03:56:25 Removing intermediate container b97cb8b54628 03:56:25 ---> 0d970154806a 03:56:25 03:56:26 Successfully built 0d970154806a 03:56:27 Successfully tagged docker-core-command-go-arm64:latest 03:56:27  Building docker-core-command-go ... done Building docker-core-metadata-go 03:56:27 ---> 4aedeeab24b3 03:56:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:56:28 Removing intermediate container 1d6ba85c9de1 03:56:28 ---> eceadc352c04 03:56:28 03:56:29 Successfully built eceadc352c04 03:56:31 Successfully tagged docker-support-notifications-go-arm64:latest 03:56:31  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 03:56:31 ---> 59ed11e3b3ae 03:56:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:56:33 ---> 09771b8f9dcf 03:56:33 Step 19/23 : ENTRYPOINT ["/core-data"] 03:56:35 ---> Running in f8adc5d8cf81 03:56:35 Removing intermediate container 686eafb3ab36 03:56:35 ---> eaf87bb77be9 03:56:35 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:56:37 ---> Running in c0d9d7c83e97 03:56:37 Removing intermediate container f8adc5d8cf81 03:56:37 ---> 4272ca2998e0 03:56:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:56:38 ---> Running in e2b1a9526a2f 03:56:38 Removing intermediate container c0d9d7c83e97 03:56:38 ---> db99c4718844 03:56:38 Step 28/31 : CMD ["gate"] 03:56:40 ---> Running in 7a325d307e74 03:56:40 Removing intermediate container e2b1a9526a2f 03:56:40 ---> 13ab66886aa6 03:56:40 Step 21/23 : LABEL arch=arm64 03:56:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:56:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:56:40 ---> d958f40672d4 03:56:40 Step 3/22 : WORKDIR /edgex-go 03:56:40 ---> Using cache 03:56:40 ---> fad595a8dff8 03:56:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:56:40 ---> Using cache 03:56:40 ---> c9d38c837331 03:56:40 Step 5/22 : RUN apk add --update --no-cache make git 03:56:40 ---> Using cache 03:56:40 ---> c1dc39e247d1 03:56:40 Step 6/22 : COPY go.mod . 03:56:40 ---> Using cache 03:56:40 ---> 7b105e198196 03:56:40 Step 7/22 : RUN go mod download 03:56:40 ---> Using cache 03:56:40 ---> 978fb835cfe6 03:56:40 Step 8/22 : COPY . . 03:56:40 ---> Using cache 03:56:40 ---> 6e306bcd1563 03:56:40 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:56:42 ---> Running in d067a743700c 03:56:42 ---> Running in cbd1d5b2f78a 03:56:42 Removing intermediate container 7a325d307e74 03:56:42 ---> 36e569ba892a 03:56:42 Step 29/31 : LABEL arch=arm64 03:56:44 Removing intermediate container cbd1d5b2f78a 03:56:44 ---> 8903e83adbff 03:56:44 Step 22/23 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:56:44 ---> Running in a715c73bbbda 03:56: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 03:56:44 ---> Running in 4cd81b21ff3f 03:56:45 Removing intermediate container a715c73bbbda 03:56:45 ---> c0d8af483001 03:56:45 Step 30/31 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:56:46 Removing intermediate container 4cd81b21ff3f 03:56:46 ---> b9766353173a 03:56:46 Step 23/23 : LABEL version=0.0.0 03:56:46 ---> Running in 439a492bb607 03:56:47 ---> Running in 2ce39626c9cb 03:56:47 Removing intermediate container 439a492bb607 03:56:47 ---> a231d575d818 03:56:48 Step 31/31 : LABEL version=0.0.0 03:56:48 Removing intermediate container 2ce39626c9cb 03:56:48 ---> 0956578f4d53 03:56:48 03:56:49 Successfully built 0956578f4d53 03:56:50 ---> Running in 70b10165f6b4 03:56:50 Successfully tagged docker-core-data-go-arm64:latest 03:56:50  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go 03:56:52 Removing intermediate container 70b10165f6b4 03:56:52 ---> a33359b3dcc4 03:56:52 03:56:53 Successfully built a33359b3dcc4 03:56:53 Successfully tagged docker-security-bootstrapper-go-arm64:latest 03:57:03  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:57:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:57:03 ---> d958f40672d4 03:57:03 Step 3/23 : WORKDIR /edgex-go 03:57:03 ---> Using cache 03:57:03 ---> fad595a8dff8 03:57:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:57:03 ---> Using cache 03:57:03 ---> c9d38c837331 03:57:03 Step 5/23 : RUN apk add --update --no-cache make git 03:57:03 ---> Using cache 03:57:03 ---> c1dc39e247d1 03:57:03 Step 6/23 : COPY go.mod . 03:57:03 ---> Using cache 03:57:03 ---> 7b105e198196 03:57:03 Step 7/23 : RUN go mod download 03:57:03 ---> Using cache 03:57:03 ---> 978fb835cfe6 03:57:03 Step 8/23 : COPY . . 03:57:03 ---> Using cache 03:57:03 ---> 6e306bcd1563 03:57:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:57:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:57:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:57:06 ---> d958f40672d4 03:57:06 Step 3/21 : WORKDIR /edgex-go 03:57:06 ---> Using cache 03:57:06 ---> fad595a8dff8 03:57:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:57:06 ---> Using cache 03:57:06 ---> c9d38c837331 03:57:06 Step 5/21 : RUN apk add --update --no-cache make git 03:57:06 ---> Using cache 03:57:06 ---> c1dc39e247d1 03:57:06 Step 6/21 : COPY go.mod . 03:57:06 ---> Using cache 03:57:06 ---> 7b105e198196 03:57:06 Step 7/21 : RUN go mod download 03:57:06 ---> Using cache 03:57:06 ---> 978fb835cfe6 03:57:06 Step 8/21 : COPY . . 03:57:07 ---> Using cache 03:57:07 ---> 6e306bcd1563 03:57:07 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:57:08 ---> Running in 1d56827a040b 03:57:08 ---> Running in 6b65df3319bc 03:57:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:57:10 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 03:57:20 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:57:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:57:20 ---> d958f40672d4 03:57:20 Step 3/26 : WORKDIR /edgex-go 03:57:20 ---> Using cache 03:57:20 ---> fad595a8dff8 03:57:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:57:20 ---> Using cache 03:57:20 ---> c9d38c837331 03:57:20 Step 5/26 : RUN apk add --update --no-cache make bash git 03:57:22 ---> Running in 1589661a29df 03:57:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:57:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:57:25 OK: 217 MiB in 51 packages 03:57:27 Removing intermediate container 1589661a29df 03:57:27 ---> 6a7de73bbb9a 03:57:27 Step 6/26 : COPY go.mod . 03:57:28 ---> 2548bc2087e5 03:57:28 Step 7/26 : RUN go mod download 03:57:28 ---> Running in 9c49d91a8caa 03:57:33 Removing intermediate container 9c49d91a8caa 03:57:33 ---> f4f6eb9f638e 03:57:33 Step 8/26 : COPY . . 03:57:55 ---> 9c43e5b840e5 03:57:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:57:55 ---> Running in bc78180021ce 03:57:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:57:59 Removing intermediate container d067a743700c 03:57:59 ---> e32545a28981 03:57:59 03:57:59 Step 10/22 : FROM alpine:3.12 03:57:59 ---> d10569e2745f 03:57:59 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:57:59 ---> Using cache 03:57:59 ---> 5eec04bc1a57 03:57:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:57:59 ---> Using cache 03:57:59 ---> a4d026b5296f 03:57:59 Step 13/22 : ENV APP_PORT=48085 03:57:59 ---> Running in 5f91f93b87da 03:58:00 Removing intermediate container 5f91f93b87da 03:58:00 ---> fa3ed5fb5166 03:58:00 Step 14/22 : EXPOSE $APP_PORT 03:58:00 ---> Running in 20280298278e 03:58:01 Removing intermediate container 20280298278e 03:58:01 ---> 16e01636036c 03:58:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:58:02 ---> 5697dccbbaa3 03:58:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:58:04 ---> dc5b9e9f98b0 03:58:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:58:05 ---> dfe699d8fd09 03:58:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:58:05 ---> Running in cdaf51c1781a 03:58:06 Removing intermediate container cdaf51c1781a 03:58:06 ---> 859a02dc9d64 03:58:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:58:06 ---> Running in 5e582ad24d2c 03:58:07 Removing intermediate container 5e582ad24d2c 03:58:07 ---> 24bce04daa66 03:58:07 Step 20/22 : LABEL arch=arm64 03:58:07 ---> Running in eef489dcca40 03:58:07 Removing intermediate container eef489dcca40 03:58:07 ---> 5e769cdb5b89 03:58:07 Step 21/22 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:58:08 ---> Running in 4c45ce7d5a08 03:58:08 Removing intermediate container 4c45ce7d5a08 03:58:08 ---> 451213f1b843 03:58:08 Step 22/22 : LABEL version=0.0.0 03:58:09 ---> Running in 979025a50fed 03:58:10 Removing intermediate container 979025a50fed 03:58:10 ---> 0b7c9fac9f1b 03:58:10 03:58:10 Successfully built 0b7c9fac9f1b 03:58:10 Successfully tagged docker-support-scheduler-go-arm64:latest 03:58:18  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:58:34 Removing intermediate container 1d56827a040b 03:58:34 ---> 23192a932bd1 03:58:34 03:58:34 Step 10/21 : FROM alpine:3.12 03:58:34 ---> d10569e2745f 03:58:34 Step 11/21 : RUN apk add --update --no-cache curl 03:58:34 ---> Running in 7818a6104dde 03:58:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:58:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:58:34 (1/4) Installing ca-certificates (20191127-r4) 03:58:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:58:34 (3/4) Installing libcurl (7.69.1-r3) 03:58:34 (4/4) Installing curl (7.69.1-r3) 03:58:34 Executing busybox-1.31.1-r19.trigger 03:58:34 Executing ca-certificates-20191127-r4.trigger 03:58:35 OK: 7 MiB in 18 packages 03:58:37 Removing intermediate container 7818a6104dde 03:58:37 ---> 913b4d0bc341 03:58:37 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:58:37 ---> Running in 28dd39f85457 03:58:37 Removing intermediate container 28dd39f85457 03:58:37 ---> b8d1754026a0 03:58:37 Step 13/21 : WORKDIR /edgex 03:58:38 ---> Running in 0192a9bc2b04 03:58:39 Removing intermediate container 0192a9bc2b04 03:58:39 ---> 112240b810fb 03:58:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:58:40 ---> 2dbe6520325f 03:58:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:58:42 ---> 6b3d29f75507 03:58:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:58:44 ---> 4c2b52007792 03:58:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:58:45 Removing intermediate container 6b65df3319bc 03:58:45 ---> 4e239895ff93 03:58:45 03:58:45 Step 10/23 : FROM alpine:3.12 03:58:45 ---> d10569e2745f 03:58:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:58:45 ---> Using cache 03:58:45 ---> 5eec04bc1a57 03:58:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:58:45 ---> Using cache 03:58:45 ---> a4d026b5296f 03:58:45 Step 13/23 : ENV APP_PORT=48081 03:58:45 ---> Running in d61062b314f5 03:58:45 ---> Running in bf6e40054956 03:58:45 Removing intermediate container d61062b314f5 03:58:45 ---> ce2a63ea6dc0 03:58:45 Step 18/21 : CMD ["--init=true"] 03:58:45 ---> Running in db02e7051acc 03:58:45 Removing intermediate container bf6e40054956 03:58:45 ---> 4d8a5b95f666 03:58:45 Step 14/23 : EXPOSE $APP_PORT 03:58:45 ---> Running in b18151127980 03:58:46 Removing intermediate container db02e7051acc 03:58:46 ---> 95df7b3d7697 03:58:46 Step 19/21 : LABEL arch=arm64 03:58:46 Removing intermediate container b18151127980 03:58:46 ---> ef7f8074c938 03:58:46 Step 15/23 : WORKDIR / 03:58:46 ---> Running in db7176d22ff6 03:58:46 ---> Running in 5618cf9af40c 03:58:47 Removing intermediate container db7176d22ff6 03:58:47 ---> 563974df284e 03:58:47 Step 20/21 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:58:47 ---> Running in 8e6f05918444 03:58:47 Removing intermediate container 5618cf9af40c 03:58:47 ---> ec3fed643bd9 03:58:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:58:47 Removing intermediate container 8e6f05918444 03:58:47 ---> 091c0ba39e4c 03:58:47 Step 21/21 : LABEL version=0.0.0 03:58:48 ---> Running in 229d9a029024 03:58:48 ---> 711ba8052ea2 03:58:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:58:48 Removing intermediate container 229d9a029024 03:58:48 ---> a87c05d9ea95 03:58:48 03:58:49 Successfully built a87c05d9ea95 03:58:49 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:58:50  Building docker-security-proxy-setup-go ... done  ---> 7c1107e9acf3 03:58:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:58:50 Removing intermediate container bc78180021ce 03:58:50 ---> 367eadc4b4fd 03:58:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:58:50 ---> Running in 9a904686a8af 03:58:51 ---> 2d314efa4c1f 03:58:51 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:58:51 ---> Running in 8fc372c261b0 03:58: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 03:58:51 Removing intermediate container 8fc372c261b0 03:58:51 ---> 4ebdf1566ba6 03:58:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:58:51 ---> Running in 4496d28c61fa 03:58:52 Removing intermediate container 4496d28c61fa 03:58:52 ---> 5794a8984908 03:58:52 Step 21/23 : LABEL arch=arm64 03:58:52 ---> Running in 0dc16de61374 03:58:52 Removing intermediate container 0dc16de61374 03:58:52 ---> 3e361c8ed402 03:58:52 Step 22/23 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 03:58:53 ---> Running in c975e64b5848 03:58:53 Removing intermediate container c975e64b5848 03:58:53 ---> 1a91a938af3b 03:58:53 Step 23/23 : LABEL version=0.0.0 03:58:53 ---> Running in f18744d06b2f 03:58:54 Removing intermediate container f18744d06b2f 03:58:54 ---> 173c876f6889 03:58:54 03:58:54 Removing intermediate container 9a904686a8af 03:58:54 ---> cdc2ccf0e7ed 03:58:54 03:58:54 Step 11/26 : FROM docker:20.10.0 03:58:54 20.10.0: Pulling from library/docker 03:58:55 Successfully built 173c876f6889 03:58:55 Successfully tagged docker-core-metadata-go-arm64:latest 03:59:07  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:59:07 Status: Downloaded newer image for docker:20.10.0 03:59:07 ---> eeaf43b92773 03:59:07 Step 12/26 : RUN apk add --no-cache bash 03:59:07 ---> Running in 85b519b1b966 03:59:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:59:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:59:09 (1/2) Installing readline (8.0.4-r0) 03:59:09 (2/2) Installing bash (5.0.17-r0) 03:59:09 Executing bash-5.0.17-r0.post-install 03:59:09 Executing busybox-1.31.1-r19.trigger 03:59:09 OK: 12 MiB in 22 packages 03:59:10 Removing intermediate container 85b519b1b966 03:59:10 ---> f5e2224de03b 03:59:10 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:59:10 ---> Running in 936107b1cf75 03:59:11 Removing intermediate container 936107b1cf75 03:59:11 ---> 636efeffc46b 03:59:11 Step 14/26 : ENV APP_PORT=48090 03:59:11 ---> Running in 41721af2a5aa 03:59:12 Removing intermediate container 41721af2a5aa 03:59:12 ---> d5fa0d32221d 03:59:12 Step 15/26 : EXPOSE $APP_PORT 03:59:12 ---> Running in 121797f6141c 03:59:12 Removing intermediate container 121797f6141c 03:59:12 ---> 4ed99bebda0e 03:59:12 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:59:14 ---> 75e2136f39c8 03:59:14 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:59:14 ---> 6572321093cb 03:59:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:59:15 ---> 39625029d0dc 03:59:15 Step 19/26 : RUN apk --no-cache add py3-pip 03:59:15 ---> Running in 3bb177f49593 03:59:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:59:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:59:17 (1/33) Installing libbz2 (1.0.8-r1) 03:59:17 (2/33) Installing expat (2.2.9-r1) 03:59:17 (3/33) Installing libffi (3.3-r2) 03:59:17 (4/33) Installing gdbm (1.13-r1) 03:59:17 (5/33) Installing xz-libs (5.2.5-r0) 03:59:17 (6/33) Installing sqlite-libs (3.32.1-r0) 03:59:17 (7/33) Installing python3 (3.8.5-r1) 03:59:18 (8/33) Installing py3-appdirs (1.4.4-r1) 03:59:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:59:18 (10/33) Installing py3-parsing (2.4.7-r0) 03:59:18 (11/33) Installing py3-six (1.15.0-r0) 03:59:18 (12/33) Installing py3-packaging (20.4-r0) 03:59:18 (13/33) Installing py3-setuptools (47.0.0-r0) 03:59:18 (14/33) Installing py3-chardet (3.0.4-r4) 03:59:18 (15/33) Installing py3-idna (2.9-r0) 03:59:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:59:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:59:18 (18/33) Installing py3-requests (2.23.0-r0) 03:59:18 (19/33) Installing py3-msgpack (1.0.0-r0) 03:59:19 (20/33) Installing py3-lockfile (0.12.2-r3) 03:59:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:59:19 (22/33) Installing py3-colorama (0.4.3-r0) 03:59:19 (23/33) Installing py3-distlib (0.3.0-r0) 03:59:19 (24/33) Installing py3-distro (1.5.0-r1) 03:59:19 (25/33) Installing py3-webencodings (0.5.1-r3) 03:59:19 (26/33) Installing py3-html5lib (1.0.1-r4) 03:59:19 (27/33) Installing py3-pytoml (0.1.21-r0) 03:59:19 (28/33) Installing py3-pep517 (0.8.2-r0) 03:59:19 (29/33) Installing py3-progress (1.5-r0) 03:59:19 (30/33) Installing py3-toml (0.10.1-r0) 03:59:19 (31/33) Installing py3-retrying (1.3.3-r0) 03:59:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:59:19 (33/33) Installing py3-pip (20.1.1-r0) 03:59:19 Executing busybox-1.31.1-r19.trigger 03:59:19 OK: 71 MiB in 55 packages 03:59:26 Removing intermediate container 3bb177f49593 03:59:26 ---> 9a58bdca0f8f 03:59:26 Step 20/26 : RUN pip install docker-compose==1.23.2 03:59:26 ---> Running in d8232b7fb296 03:59:30 Collecting docker-compose==1.23.2 03:59:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:59:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:59:31 Collecting jsonschema<3,>=2.5.1 03:59:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:59:31 Collecting texttable<0.10,>=0.9.0 03:59:31 Downloading texttable-0.9.1.tar.gz (11 kB) 03:59:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:59:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:59:34 Collecting docopt<0.7,>=0.6.1 03:59:34 Downloading docopt-0.6.2.tar.gz (25 kB) 03:59:37 Collecting PyYAML<4,>=3.10 03:59:37 Downloading PyYAML-3.13.tar.gz (270 kB) 03:59:40 Collecting docker<4.0,>=3.6.0 03:59:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:59:40 Collecting dockerpty<0.5,>=0.4.1 03:59:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:59:42 Collecting cached-property<2,>=1.2.0 03:59:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:59:43 Collecting websocket-client<1.0,>=0.32.0 03:59:43 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:59:43 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 03:59:43 Collecting idna<2.8,>=2.5 03:59:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:59:43 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 03:59:44 Collecting urllib3<1.25,>=1.21.1 03:59:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:59:44 Collecting docker-pycreds>=0.4.0 03:59:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:59:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:59:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:59:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:59:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:59:45 Installing collected packages: jsonschema, texttable, idna, urllib3, requests, docopt, PyYAML, docker-pycreds, websocket-client, docker, dockerpty, cached-property, docker-compose 03:59:45 Running setup.py install for texttable: started 03:59:47 Running setup.py install for texttable: finished with status 'done' 03:59:47 Attempting uninstall: idna 03:59:47 Found existing installation: idna 2.9 03:59:47 Uninstalling idna-2.9: 03:59:47 Successfully uninstalled idna-2.9 03:59:48 Attempting uninstall: urllib3 03:59:48 Found existing installation: urllib3 1.25.9 03:59:48 Uninstalling urllib3-1.25.9: 03:59:48 Successfully uninstalled urllib3-1.25.9 03:59:49 Attempting uninstall: requests 03:59:49 Found existing installation: requests 2.23.0 03:59:49 Uninstalling requests-2.23.0: 03:59:49 Successfully uninstalled requests-2.23.0 03:59:49 Running setup.py install for docopt: started 03:59:51 Running setup.py install for docopt: finished with status 'done' 03:59:51 Running setup.py install for PyYAML: started 03:59:53 Running setup.py install for PyYAML: finished with status 'done' 03:59:54 Running setup.py install for dockerpty: started 03:59:56 Running setup.py install for dockerpty: finished with status 'done' 03:59:56 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.58.0 04:00:01 Removing intermediate container d8232b7fb296 04:00:01 ---> aea344a6df63 04:00:01 Step 21/26 : RUN apk --no-cache add curl 04:00:01 ---> Running in 3dfdb5d5e832 04:00:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:00:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:00:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:00:02 (2/3) Installing libcurl (7.69.1-r3) 04:00:02 (3/3) Installing curl (7.69.1-r3) 04:00:02 Executing busybox-1.31.1-r19.trigger 04:00:02 OK: 71 MiB in 58 packages 04:00:04 Removing intermediate container 3dfdb5d5e832 04:00:04 ---> 305080d2aab4 04:00:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:00:04 ---> Running in c9f3d11ca6f7 04:00:04 Removing intermediate container c9f3d11ca6f7 04:00:04 ---> d1a97f5d5f0a 04:00:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:00:04 ---> Running in f4cf178b75af 04:00:04 Removing intermediate container f4cf178b75af 04:00:04 ---> 31c7512921f9 04:00:04 Step 24/26 : LABEL arch=arm64 04:00:05 ---> Running in 1c19f8a41756 04:00:05 Removing intermediate container 1c19f8a41756 04:00:05 ---> 44ad11f800ed 04:00:05 Step 25/26 : LABEL git_sha=8c008893c2866544e91eef73f0d66ded5ba62008 04:00:05 ---> Running in ee295b9bb5bb 04:00:05 Removing intermediate container ee295b9bb5bb 04:00:05 ---> 55df65b85c48 04:00:05 Step 26/26 : LABEL version=0.0.0 04:00:06 ---> Running in 7b2ffa7df6f1 04:00:06 Removing intermediate container 7b2ffa7df6f1 04:00:06 ---> 7d58044dcb92 04:00:06 04:00:07 Successfully built 7d58044dcb92 04:00:07 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:00:07  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:00:07 $ docker stop --time=1 7ee33816af10eb14ba7d9c217d6d98ce075884a4965b11debbe09b61a1d44231 04:00:09 $ docker rm -f 7ee33816af10eb14ba7d9c217d6d98ce075884a4965b11debbe09b61a1d44231 [Pipeline] // withDockerContainer [Pipeline] sh 04:00:10 + grep docker 04:00:10 + docker images 04:00:10 docker-sys-mgmt-agent-go-arm64 latest 7d58044dcb92 4 seconds ago 300MB 04:00:10 docker-core-metadata-go-arm64 latest 173c876f6889 About a minute ago 17.9MB 04:00:10 docker-security-proxy-setup-go-arm64 latest a87c05d9ea95 About a minute ago 23.4MB 04:00:10 docker-support-scheduler-go-arm64 latest 0b7c9fac9f1b 2 minutes ago 16.3MB 04:00:10 docker-security-bootstrapper-go-arm64 latest a33359b3dcc4 3 minutes ago 17.8MB 04:00:10 docker-core-data-go-arm64 latest 0956578f4d53 3 minutes ago 21.3MB 04:00:10 docker-support-notifications-go-arm64 latest eceadc352c04 3 minutes ago 16.9MB 04:00:10 docker-core-command-go-arm64 latest 0d970154806a 3 minutes ago 16.2MB 04:00:10 docker-security-secretstore-setup-go-arm64 latest 99267b3c78e7 3 minutes ago 23.7MB 04:00:10 docker 20.10.0 eeaf43b92773 3 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 Post stage [Pipeline] libraryResource [Pipeline] sh 04:00:11 ---> job-cost.sh 04:00:11 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JPB2 04:00:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:02:27 lf-activate-venv(): INFO: Adding /tmp/venv-JPB2/bin to PATH 04:02:27 INFO: No Stack... 04:02:27 INFO: Retrieving Pricing Info for: lf-standard-4 04:02:27 INFO: Archiving Costs [Pipeline] sh 04:02:27 + cat /w/workspace/edgex-go/14/archives/cost.csv 04:02:27 + cut -d, -f6 [Pipeline] lock 04:02:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3250-14-stack-cost] 04:02:27 Resource [jenkins-edgexfoundry-edgex-go-PR-3250-14-stack-cost] did not exist. Created. 04:02:27 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3250-14-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:02:28 + echo total: 0.20999999344348907 [Pipeline] stash 04:02:28 Stashed 1 file(s) [Pipeline] } 04:02:28 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3250-14-stack-cost] [Pipeline] // lock [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 04:02:30 provisioning config files... 04:02:30 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config1483729161353897074tmp [Pipeline] { [Pipeline] sh 04:02:30 + set +x 04:02:30 + curl -s https://codecov.io/bash 04:02:30 + bash -s -- 04:02:31 04:02:31 _____ _ 04:02:31 / ____| | | 04:02:31 | | ___ __| | ___ ___ _____ __ 04:02:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:02:31 | |___| (_) | (_| | __/ (_| (_) \ V / 04:02:31 \_____\___/ \__,_|\___|\___\___/ \_/ 04:02:31 Bash-20210309-2b87ace 04:02:31 04:02:31 04:02:31 ==> git version 2.24.3 found 04:02:31 ==> 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 04:02:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:02:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:02:31 ==> Jenkins CI detected. 04:02:31 project root: . 04:02:31 --> token set from env 04:02:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:02:31 ==> Running gcov in . (disable via -X gcov) 04:02:31 ==> Python coveragepy not found 04:02:31 ==> Searching for coverage reports in: 04:02:31 + . 04:02:31 -> Found 1 reports 04:02:31 ==> Detecting git/mercurial file structure 04:02:31 ==> Reading reports 04:02:31 + ./coverage.out bytes=635765 04:02:31 ==> Appending adjustments 04:02:31 https://docs.codecov.io/docs/fixing-reports 04:02:35 + Found adjustments 04:02:35 ==> Gzipping contents 04:02:35 92K /tmp/codecov.LuY2OW.gz 04:02:35 ==> Uploading reports 04:02:35 url: https://codecov.io 04:02:35 query: branch=PR-3250&commit=8c008893c2866544e91eef73f0d66ded5ba62008&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= 04:02:35 -> Pinging Codecov 04:02:35 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3250&commit=8c008893c2866544e91eef73f0d66ded5ba62008&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= 04:02:35 -> Uploading to 04:02:35 https://storage.googleapis.com/codecov/v4/raw/2021-03-15/00271124DB129430A58F1EEE437C3FCB/8c008893c2866544e91eef73f0d66ded5ba62008/145a66ab-bb32-428f-a048-528f287ea952.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210315T040235Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4b52f1b53785e7feef5f245f81cbb636a4149ace64da42ee7f988638d1deda4c 04:02:35 % Total % Received % Xferd Average Speed Time Time Time Current 04:02:35 Dload Upload Total Spent Left Speed 04:02:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 93423 0 0 100 93423 0 158k --:--:-- --:--:-- --:--:-- 158k 04:02:36 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8c008893c2866544e91eef73f0d66ded5ba62008 [Pipeline] } 04:02:36 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] { (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 04:02:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:02:39 ---> package-listing.sh 04:02:39 ++ facter osfamily 04:02:39 ++ tr '[:upper:]' '[:lower:]' 04:02:39 + OS_FAMILY=redhat 04:02:39 + workspace=/w/workspace/edgex-go/14 04:02:39 + START_PACKAGES=/tmp/packages_start.txt 04:02:39 + END_PACKAGES=/tmp/packages_end.txt 04:02:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:02:39 + PACKAGES=/tmp/packages_start.txt 04:02:39 + '[' /w/workspace/edgex-go/14 ']' 04:02:39 + PACKAGES=/tmp/packages_end.txt 04:02:39 + case "${OS_FAMILY}" in 04:02:39 + rpm -qa 04:02:39 + sort 04:02:44 + '[' -f /tmp/packages_start.txt ']' 04:02:44 + '[' -f /tmp/packages_end.txt ']' 04:02:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:02:44 + '[' /w/workspace/edgex-go/14 ']' 04:02:44 + mkdir -p /w/workspace/edgex-go/14/archives/ 04:02:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo 04:02:44 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:02:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:02:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:02:45 04:02:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:02:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:02:45 alpine: Pulling from edgex-lftools-log-publisher 04:02:45 df20fa9351a1: Pulling fs layer 04:02:45 36b3adc4ff6f: Pulling fs layer 04:02:45 8ad3a11d3b57: Pulling fs layer 04:02:45 46f8f816bc3b: Pulling fs layer 04:02:45 93b61091891f: Pulling fs layer 04:02:45 93b9cdb0e59b: Pulling fs layer 04:02:45 5e14af77c1be: Pulling fs layer 04:02:45 01666e4c0597: Pulling fs layer 04:02:45 aa168da1d23b: Pulling fs layer 04:02:45 46f8f816bc3b: Waiting 04:02:45 93b61091891f: Waiting 04:02:45 93b9cdb0e59b: Waiting 04:02:45 5e14af77c1be: Waiting 04:02:45 01666e4c0597: Waiting 04:02:45 aa168da1d23b: Waiting 04:02:45 36b3adc4ff6f: Verifying Checksum 04:02:45 36b3adc4ff6f: Download complete 04:02:45 46f8f816bc3b: Verifying Checksum 04:02:45 46f8f816bc3b: Download complete 04:02:45 df20fa9351a1: Download complete 04:02:45 93b9cdb0e59b: Verifying Checksum 04:02:45 93b9cdb0e59b: Download complete 04:02:45 93b61091891f: Verifying Checksum 04:02:45 93b61091891f: Download complete 04:02:45 5e14af77c1be: Verifying Checksum 04:02:45 5e14af77c1be: Download complete 04:02:45 01666e4c0597: Verifying Checksum 04:02:45 01666e4c0597: Download complete 04:02:46 8ad3a11d3b57: Verifying Checksum 04:02:46 8ad3a11d3b57: Download complete 04:02:46 df20fa9351a1: Pull complete 04:02:46 36b3adc4ff6f: Pull complete 04:02:47 8ad3a11d3b57: Pull complete 04:02:47 46f8f816bc3b: Pull complete 04:02:48 aa168da1d23b: Verifying Checksum 04:02:48 aa168da1d23b: Download complete 04:02:49 93b61091891f: Pull complete 04:02:50 93b9cdb0e59b: Pull complete 04:02:50 5e14af77c1be: Pull complete 04:02:50 01666e4c0597: Pull complete 04:02:58 aa168da1d23b: Pull complete 04:02:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:02:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:02:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:02:58 prd-centos7-docker-4c-2g-29768 does not seem to be running inside a container 04:02:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:03:07 $ docker top 0fb12a053b945560a0d19fcfcd2682996fd4bcee8243f7085055b87956056aa5 -eo pid,comm [Pipeline] { [Pipeline] sh 04:03:08 + touch /tmp/pre-build-complete [Pipeline] sh 04:03:08 + mkdir -p /var/log/sa [Pipeline] sh 04:03:09 + ls /var/log/sa-host 04:03:09 + sadf -c /var/log/sa-host/sa15 04:03:09 file_magic: OK 04:03:09 HZ: Using current value: 100 04:03:09 file_header: OK 04:03:09 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:03:09 Statistics: 04:03:09 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:03:09 File successfully converted to sysstat format version 12.2.1 04:03:09 + sadf -c /var/log/sa-host/sa23 04:03:09 file_magic: OK 04:03:09 HZ: Using current value: 100 04:03:09 file_header: OK 04:03:09 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:03:09 Statistics: 04:03:09 Hnuu...uuuununununu... 04:03:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:03:09 provisioning config files... 04:03:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config6181772263654199915tmp [Pipeline] { [Pipeline] echo 04:03:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:03:10 ---> create-netrc.sh [Pipeline] } 04:03:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:03:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:03:10 ---> python-tools-install.sh [Pipeline] echo 04:03:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:03:10 ---> sudo-logs.sh 04:03:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:03:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:03:11 ---> job-cost.sh 04:03:11 lf-activate-venv: SKIPPING 04:03:11 DEBUG: total: 0.20999999344348907 04:03:11 INFO: Retrieving Stack Cost... 04:03:12 INFO: Retrieving Pricing Info for: v1-standard-2 04:03:12 INFO: Archiving Costs [Pipeline] echo 04:03:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:03:13 ---> logs-deploy.sh 04:03:13 lf-activate-venv: SKIPPING 04:03:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/14 04:03:13 INFO: archiving workspace using pattern(s): 04:03:14 Archives upload complete. 04:03:14 INFO: archiving logs to Nexus