Pull request #3398 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d6d173bd5c855aba92705912408ca4da5de9fb7e+03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 (c4d0fd68c3458a8b366b499b406285a4c6828689) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 ‘prd-centos7-docker-4c-2g-1767’ is offline Running on prd-centos7-docker-4c-2g-1771 in /w/workspace/edgexfoundry_edgex-go_PR-3398 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit d6d173bd5c855aba92705912408ca4da5de9fb7e > 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/3398/head:refs/remotes/origin/PR-3398 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d6d173bd5c855aba92705912408ca4da5de9fb7e # timeout=10 Merge succeeded, producing 9f17fcb7dbe4509db94eff3fee78c96b79945b94 Checking out Revision 9f17fcb7dbe4509db94eff3fee78c96b79945b94 (PR-3398) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f17fcb7dbe4509db94eff3fee78c96b79945b94 # timeout=10 Commit message: "Merge commit '03ff76bef9ea91d3a070bcb4fd44d0f94334fca4' into HEAD" > git rev-list --no-walk d6d173bd5c855aba92705912408ca4da5de9fb7e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:01:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:01:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:01:31 ========================================================= 08:01:31 EdgeX Global Pipelines Version Info 08:01:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:01:34 ------------------- 08:01:34 stable info: 08:01:34 ------------------- 08:01:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:01:34 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:01:34 Message: update stable to v1.0.186 08:01:34 ------------------- 08:01:34 experimental info: 08:01:34 ------------------- 08:01:34 Commited By: **** collab-it+edgex@linuxfoundation.org 08:01:34 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 08:01:34 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:01:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:01:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:01:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3398 [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3398 [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3398 [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f17fcb7dbe4509db94eff3fee78c96b79945b94 [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f17fcb [Pipeline] echo 08:01:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:01:35 provisioning config files... 08:01:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2550677650618499574tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:01:36 ---> docker-login.sh 08:01:36 nexus3.edgexfoundry.org:10001 08:01:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:36 Configure a credential helper to remove this warning. See 08:01:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:36 08:01:36 Login Succeeded 08:01:36 nexus3.edgexfoundry.org:10002 08:01:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:37 Configure a credential helper to remove this warning. See 08:01:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:37 08:01:37 Login Succeeded 08:01:37 nexus3.edgexfoundry.org:10003 08:01:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:37 Configure a credential helper to remove this warning. See 08:01:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:37 08:01:37 Login Succeeded 08:01:37 nexus3.edgexfoundry.org:10004 08:01:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:37 Configure a credential helper to remove this warning. See 08:01:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:37 08:01:37 Login Succeeded 08:01:37 docker.io 08:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:38 Configure a credential helper to remove this warning. See 08:01:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:38 08:01:38 Login Succeeded 08:01:38 ---> docker-login.sh ends [Pipeline] } 08:01:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:01:38 ++ 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 08:01:38 + for file in '`ls cmd/**/Dockerfile`' 08:01:38 ++ dirname cmd/core-command/Dockerfile 08:01:38 ++ cut -d/ -f2 08:01:38 + echo core-command,cmd/core-command/Dockerfile 08:01:38 + for file in '`ls cmd/**/Dockerfile`' 08:01:38 ++ dirname cmd/core-data/Dockerfile 08:01:38 ++ cut -d/ -f2 08:01:38 + echo core-data,cmd/core-data/Dockerfile 08:01:38 + for file in '`ls cmd/**/Dockerfile`' 08:01:38 ++ dirname cmd/core-metadata/Dockerfile 08:01:38 ++ cut -d/ -f2 08:01:38 + echo core-metadata,cmd/core-metadata/Dockerfile 08:01:38 + for file in '`ls cmd/**/Dockerfile`' 08:01:38 ++ dirname cmd/security-bootstrapper/Dockerfile 08:01:38 ++ cut -d/ -f2 08:01:38 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:01:38 + for file in '`ls cmd/**/Dockerfile`' 08:01:38 ++ dirname cmd/security-proxy-setup/Dockerfile 08:01:38 ++ cut -d/ -f2 08:01:38 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:01:38 + for file in '`ls cmd/**/Dockerfile`' 08:01:38 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:01:38 ++ cut -d/ -f2 08:01:38 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:01:38 + for file in '`ls cmd/**/Dockerfile`' 08:01:38 ++ dirname cmd/support-notifications/Dockerfile 08:01:38 ++ cut -d/ -f2 08:01:38 + echo support-notifications,cmd/support-notifications/Dockerfile 08:01:38 + for file in '`ls cmd/**/Dockerfile`' 08:01:38 ++ dirname cmd/support-scheduler/Dockerfile 08:01:38 ++ cut -d/ -f2 08:01:38 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:01:38 + for file in '`ls cmd/**/Dockerfile`' 08:01:38 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:01:38 ++ cut -d/ -f2 08:01:38 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:01:39 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 08:01:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:01:39 08:01:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:01:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:01:40 latest: Pulling from edgex-devops/git-semver 08:01:40 31603596830f: Pulling fs layer 08:01:40 2a8b12db71e7: Pulling fs layer 08:01:40 6ca5941a6612: Pulling fs layer 08:01:40 ecc8261a40a4: Pulling fs layer 08:01:40 ecc8261a40a4: Waiting 08:01:40 2a8b12db71e7: Verifying Checksum 08:01:40 2a8b12db71e7: Download complete 08:01:40 31603596830f: Verifying Checksum 08:01:40 31603596830f: Download complete 08:01:40 6ca5941a6612: Verifying Checksum 08:01:40 6ca5941a6612: Download complete 08:01:40 ecc8261a40a4: Verifying Checksum 08:01:40 ecc8261a40a4: Download complete 08:01:41 31603596830f: Pull complete 08:01:41 2a8b12db71e7: Pull complete 08:01:42 6ca5941a6612: Pull complete 08:01:42 ecc8261a40a4: Pull complete 08:01:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:01:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:01:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:01:43 prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container 08:01:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:01:46 $ docker top 8ba0375352446ffc4bcd12f6f9772735c00bc24cf74c5590f8bbf1772fe3031d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:01:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:01:46 [ssh-agent] Looking for ssh-agent implementation... 08:01:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:01:47 $ docker exec 8ba0375352446ffc4bcd12f6f9772735c00bc24cf74c5590f8bbf1772fe3031d ssh-agent 08:01:47 SSH_AUTH_SOCK=/tmp/ssh-97AhSQg4EJH0/agent.12 08:01:47 SSH_AGENT_PID=17 08:01:47 Running ssh-add (command line suppressed) 08:01:47 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8977881367770960167.key (/w/workspace/edgex-go/2@tmp/private_key_8977881367770960167.key) 08:01:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:01:48 + git tag --points-at HEAD [Pipeline] } 08:01:48 $ docker exec --env ******** --env ******** 8ba0375352446ffc4bcd12f6f9772735c00bc24cf74c5590f8bbf1772fe3031d ssh-agent -k 08:01:48 unset SSH_AUTH_SOCK; 08:01:48 unset SSH_AGENT_PID; 08:01:48 echo Agent pid 17 killed; 08:01:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:01:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:01:49 [ssh-agent] Looking for ssh-agent implementation... 08:01:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:01:49 $ docker exec 8ba0375352446ffc4bcd12f6f9772735c00bc24cf74c5590f8bbf1772fe3031d ssh-agent 08:01:50 SSH_AUTH_SOCK=/tmp/ssh-yXa7CoJw5Hwu/agent.47 08:01:50 SSH_AGENT_PID=52 08:01:50 Running ssh-add (command line suppressed) 08:01:50 Identity added: /w/workspace/edgex-go/2@tmp/private_key_297035884088657922.key (/w/workspace/edgex-go/2@tmp/private_key_297035884088657922.key) 08:01:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:01:51 + git semver init 08:01:51 # -> Open(): unable to determine branch for HEAD 08:01:51 # $GIT_DIR = /w/workspace/edgex-go/2/.git 08:01:51 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 08:01:51 # $SEMVER_REMOTE_NAME = origin 08:01:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:01:51 # $SEMVER_USER_NAME = edgex-jenkins 08:01:51 # $SEMVER_BRANCH = PR-3398 08:01:51 # $SEMVER_TEMP = /tmp/semver-865768039 08:01:51 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:02:18 # '/tmp/semver-865768039' -> '/w/workspace/edgex-go/2/.semver' 08:02:18 # -> Force: false 08:02:18 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 08:02:18 $ docker exec --env ******** --env ******** 8ba0375352446ffc4bcd12f6f9772735c00bc24cf74c5590f8bbf1772fe3031d ssh-agent -k 08:02:18 unset SSH_AUTH_SOCK; 08:02:18 unset SSH_AGENT_PID; 08:02:18 echo Agent pid 52 killed; 08:02:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:02:19 + git semver [Pipeline] } 08:02:19 $ docker stop --time=1 8ba0375352446ffc4bcd12f6f9772735c00bc24cf74c5590f8bbf1772fe3031d 08:02:20 $ docker rm -f 8ba0375352446ffc4bcd12f6f9772735c00bc24cf74c5590f8bbf1772fe3031d [Pipeline] // withDockerContainer [Pipeline] sh 08:02:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:02:21 Stashed 1 file(s) [Pipeline] echo 08:02:21 [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 08:02:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:02:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:02:23 + sudo service docker restart 08:02:23 + true 08:02:23 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:02:23 ========================================================= 08:02:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:02:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:02:24 + 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 . 08:02:28 Sending build context to Docker daemon 329.6MB 08:02:28 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:02:28 Step 2/6 : FROM ${BASE} 08:02:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:02:28 188c0c94c7c5: Pulling fs layer 08:02:28 0ef7d3d256c8: Pulling fs layer 08:02:28 de9db76c5a1d: Pulling fs layer 08:02:28 bca2f99d35d6: Pulling fs layer 08:02:28 93359f2a8cfa: Pulling fs layer 08:02:28 7c6f9722023f: Pulling fs layer 08:02:28 a35cf1a2eb13: Pulling fs layer 08:02:28 bca2f99d35d6: Waiting 08:02:28 93359f2a8cfa: Waiting 08:02:28 7c6f9722023f: Waiting 08:02:28 a35cf1a2eb13: Waiting 08:02:28 de9db76c5a1d: Verifying Checksum 08:02:28 de9db76c5a1d: Download complete 08:02:28 0ef7d3d256c8: Verifying Checksum 08:02:28 0ef7d3d256c8: Download complete 08:02:28 93359f2a8cfa: Verifying Checksum 08:02:28 93359f2a8cfa: Download complete 08:02:28 7c6f9722023f: Verifying Checksum 08:02:28 7c6f9722023f: Download complete 08:02:28 188c0c94c7c5: Verifying Checksum 08:02:28 188c0c94c7c5: Download complete 08:02:28 188c0c94c7c5: Pull complete 08:02:29 0ef7d3d256c8: Pull complete 08:02:29 de9db76c5a1d: Pull complete 08:02:33 a35cf1a2eb13: Verifying Checksum 08:02:33 a35cf1a2eb13: Download complete 08:02:34 bca2f99d35d6: Verifying Checksum 08:02:34 bca2f99d35d6: Download complete 08:02:37 Still waiting to schedule task 08:02:37 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:02:41 bca2f99d35d6: Pull complete 08:02:41 93359f2a8cfa: Pull complete 08:02:41 7c6f9722023f: Pull complete 08:02:45 a35cf1a2eb13: Pull complete 08:02:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:02:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:02:45 ---> a62c8e92a672 08:02:45 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 08:02:46 ---> Running in 8571f07f2ddc 08:02:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:02:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:02:47 (1/12) Installing libmagic (5.38-r0) 08:02:48 (2/12) Installing file (5.38-r0) 08:02:48 (3/12) Installing libc-dev (0.7.2-r3) 08:02:48 (4/12) Installing g++ (9.3.0-r2) 08:02:53 (5/12) Installing fortify-headers (1.1-r0) 08:02:53 (6/12) Installing patch (2.7.6-r6) 08:02:53 (7/12) Installing build-base (0.5-r2) 08:02:53 (8/12) Installing libsodium (1.0.18-r0) 08:02:53 (9/12) Installing pkgconf (1.7.2-r0) 08:02:53 (10/12) Installing libsodium-dev (1.0.18-r0) 08:02:53 (11/12) Installing libzmq (4.3.3-r0) 08:02:53 (12/12) Installing zeromq-dev (4.3.3-r0) 08:02:54 Executing busybox-1.31.1-r19.trigger 08:02:54 OK: 233 MiB in 51 packages 08:02:58 Removing intermediate container 8571f07f2ddc 08:02:58 ---> abb5e9d6b3c3 08:02:58 Step 4/6 : WORKDIR /edgex-go 08:02:58 ---> Running in 4e35c3b7c3fa 08:02:58 Removing intermediate container 4e35c3b7c3fa 08:02:58 ---> b483b67b1d04 08:02:58 Step 5/6 : COPY go.mod . 08:02:58 ---> a9295e474d0f 08:02:58 Step 6/6 : RUN go mod download 08:02:59 ---> Running in 98d03bbe4f08 08:03:26 Removing intermediate container 98d03bbe4f08 08:03:26 ---> 97a3416ece01 08:03:26 Successfully built 97a3416ece01 08:03:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:03:26 + docker inspect -f . ci-base-image-x86_64 08:03:27 . [Pipeline] withDockerContainer 08:03:27 prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container 08:03:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:03:28 $ docker top 7a450e6b455f0012dfaf9b99fdd4c7a6ceaec9b828173623e711e4319660b9d9 -eo pid,comm [Pipeline] { [Pipeline] sh 08:03:29 + go version 08:03:29 go version go1.15.5 linux/amd64 [Pipeline] } 08:03:29 $ docker stop --time=1 7a450e6b455f0012dfaf9b99fdd4c7a6ceaec9b828173623e711e4319660b9d9 08:03:31 $ docker rm -f 7a450e6b455f0012dfaf9b99fdd4c7a6ceaec9b828173623e711e4319660b9d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:03:32 + docker inspect -f . ci-base-image-x86_64 08:03:32 . [Pipeline] withDockerContainer 08:03:32 prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container 08:03:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:03:34 $ docker top 21e0f279c780747a557579cc2f5e1d8d17cb748747c7662753cfc00088ce71c1 -eo pid,comm [Pipeline] { [Pipeline] echo 08:03:34 ========================================================= 08:03:34 [edgeXBuildGoParallel] Running Tests and Build... 08:03:34 ========================================================= [Pipeline] sh 08:03:34 + make test 08:03:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:03:46 ? github.com/edgexfoundry/edgex-go [no test files] 08:04:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:04:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:04:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:04:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:04:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:04:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:04:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:04:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:04:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:04:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:04:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:04:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:04:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:04:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.191s coverage: 45.9% of statements 08:04:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:04:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:04:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:04:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:04:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:04:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:04:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.094s coverage: 19.8% of statements 08:04:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.131s coverage: 100.0% of statements 08:04:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.228s coverage: 27.1% of statements 08:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:04:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements 08:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:04:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.886s coverage: 100.0% of statements 08:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:04:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.152s coverage: 71.3% of statements 08:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.220s coverage: 82.9% of statements 08:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:04:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.057s coverage: 78.9% of statements 08:04:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:04:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.569s coverage: 28.6% of statements 08:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:04:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.104s coverage: 100.0% of statements 08:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:04:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements 08:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:04:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.154s coverage: 86.7% of statements 08:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:04:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.223s coverage: 97.5% of statements 08:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:04:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.107s coverage: 78.3% of statements 08:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:04:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:04:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.549s coverage: 93.0% of statements 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:04:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:04:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.090s coverage: 0.9% of statements 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:04:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:04:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements 08:04:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.126s coverage: 79.5% of statements 08:04:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.108s coverage: 94.1% of statements 08:04:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements 08:04:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.085s coverage: 87.5% of statements 08:04:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.109s coverage: 94.4% of statements 08:04:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 08:04:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.304s coverage: 81.9% of statements 08:04:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.109s coverage: 92.9% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.146s coverage: 87.2% of statements 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.078s coverage: 84.6% of statements 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.148s coverage: 91.6% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.233s coverage: 64.4% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.404s coverage: 69.0% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.197s coverage: 38.4% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.073s coverage: 89.5% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.065s coverage: 84.8% of statements 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.149s coverage: 47.0% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.078s coverage: 100.0% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.070s coverage: 100.0% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.059s coverage: 9.6% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.178s coverage: 88.6% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.889s coverage: 28.7% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.112s coverage: 99.0% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:05:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.066s coverage: 64.6% of statements 08:05:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:05:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.143s coverage: 95.6% of statements 08:05:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:05:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:05:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:05:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 08:05:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:05:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 08:05:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:05:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:05:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:05:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:05:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements 08:05:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:05:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:05:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 08:05:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 28.1% of statements 08:05:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 08:05:10 GO111MODULE=on go vet ./... 08:05:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1777 in /w/workspace/edgexfoundry_edgex-go_PR-3398 [Pipeline] { [Pipeline] ws 08:05:26 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 08:05:31 using credential edgex-jenkins-ssh 08:05:31 Cloning the remote Git repository 08:05:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:05:31 > git init /w/workspace/edgex-go/2 # timeout=10 08:05:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:05:32 > git --version # timeout=10 08:05:32 > git --version # 'git version 2.17.1' 08:05:32 using GIT_SSH to set credentials SSH Credentials for GitHub 08:05:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:05:49 gofmt -l . 08:05:49 [ "`gofmt -l .`" = "" ] 08:05:49 ./bin/test-go-mod-tidy.sh 08:05:49 ./bin/test-attribution-txt.sh [Pipeline] sh 08:05:50 + ls -al . 08:05:50 total 812 08:05:50 drwxrwxr-x 10 1001 1001 4096 Apr 26 08:05 . 08:05:50 drwxr-xr-x 4 root root 28 Apr 26 08:03 .. 08:05:50 -rw-rw-r-- 1 1001 1001 11 Apr 26 08:01 .dockerignore 08:05:50 drwxrwxr-x 8 1001 1001 179 Apr 26 08:01 .git 08:05:50 drwxrwxr-x 3 1001 1001 125 Apr 26 08:01 .github 08:05:50 -rw-rw-r-- 1 1001 1001 818 Apr 26 08:01 .gitignore 08:05:50 drwx------ 3 1001 1001 60 Apr 26 08:02 .semver 08:05:50 -rw-rw-r-- 1 1001 1001 166 Apr 26 08:01 .sonarcloud.properties 08:05:50 -rw-rw-r-- 1 1001 1001 8609 Apr 26 08:01 Attribution.txt 08:05:50 -rw-rw-r-- 1 1001 1001 3804 Apr 26 08:01 CONTRIBUTING.md 08:05:50 -rw-rw-r-- 1 1001 1001 931 Apr 26 08:01 Dockerfile.build 08:05:50 -rw-rw-r-- 1 1001 1001 863 Apr 26 08:01 Jenkinsfile 08:05:50 -rw-rw-r-- 1 1001 1001 10775 Apr 26 08:01 LICENSE 08:05:50 -rw-rw-r-- 1 1001 1001 5774 Apr 26 08:01 Makefile 08:05:50 -rw-rw-r-- 1 1001 1001 7978 Apr 26 08:01 README.md 08:05:50 -rw-rw-r-- 1 1001 1001 6755 Apr 26 08:01 SECURITY.md 08:05:50 -rw-rw-r-- 1 1001 1001 5 Apr 26 08:02 VERSION 08:05:50 -rw-rw-r-- 1 1001 1001 4131 Apr 26 08:01 ZMQWindows.md 08:05:50 drwxrwxr-x 2 1001 1001 117 Apr 26 08:01 bin 08:05:50 drwxrwxr-x 14 1001 1001 4096 Apr 26 08:01 cmd 08:05:50 -rw-r--r-- 1 root root 704315 Apr 26 08:05 coverage.out 08:05:50 -rw-r--r-- 1 root root 1060 Apr 26 08:05 go.mod 08:05:50 -rw-r--r-- 1 root root 22420 Apr 26 08:05 go.sum 08:05:50 drwxrwxr-x 8 1001 1001 127 Apr 26 08:01 internal 08:05:50 drwxrwxr-x 4 1001 1001 26 Apr 26 08:01 openapi 08:05:50 drwxrwxr-x 4 1001 1001 71 Apr 26 08:01 snap 08:05:50 -rw-rw-r-- 1 1001 1001 168 Apr 26 08:01 version.go [Pipeline] sh 08:05:50 + '[' -e coverage.out ] 08:05:50 + chown 1001:1001 coverage.out [Pipeline] stash 08:05:51 Stashed 1 file(s) [Pipeline] sh 08:05:51 + make build 08:05:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:05:54 Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit d6d173bd5c855aba92705912408ca4da5de9fb7e 08:05:55 Merge succeeded, producing ffc8ce4fb934b14bc04e597db1a217b910431b61 08:05:55 Checking out Revision ffc8ce4fb934b14bc04e597db1a217b910431b61 (PR-3398) 08:05:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:05:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:05:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:05:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:05:53 using GIT_SSH to set credentials SSH Credentials for GitHub 08:05:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3398/head:refs/remotes/origin/PR-3398 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:05:54 > git config core.sparsecheckout # timeout=10 08:05:54 > git checkout -f d6d173bd5c855aba92705912408ca4da5de9fb7e # timeout=10 08:05:54 > git remote # timeout=10 08:05:54 > git config --get remote.origin.url # timeout=10 08:05:54 using GIT_SSH to set credentials SSH Credentials for GitHub 08:05:54 > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 08:05:55 > git rev-parse HEAD^{commit} # timeout=10 08:05:55 > git config core.sparsecheckout # timeout=10 08:05:55 > git checkout -f ffc8ce4fb934b14bc04e597db1a217b910431b61 # timeout=10 08:05:55 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 08:05:59 Commit message: "Merge commit '03ff76bef9ea91d3a070bcb4fd44d0f94334fca4' into HEAD" 08:05:59 > git rev-list --no-walk d6d173bd5c855aba92705912408ca4da5de9fb7e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:06:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:06:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:06:01 + sudo service docker restart 08:06:01 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:06:03 provisioning config files... 08:06:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5393638797824793998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:06:03 ---> docker-login.sh 08:06:03 nexus3.edgexfoundry.org:10001 08:06:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:05 Configure a credential helper to remove this warning. See 08:06:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:05 08:06:05 Login Succeeded 08:06:05 nexus3.edgexfoundry.org:10002 08:06:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:05 Configure a credential helper to remove this warning. See 08:06:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:05 08:06:05 Login Succeeded 08:06:05 nexus3.edgexfoundry.org:10003 08:06:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:06 Configure a credential helper to remove this warning. See 08:06:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:06 08:06:06 Login Succeeded 08:06:06 nexus3.edgexfoundry.org:10004 08:06:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:06 Configure a credential helper to remove this warning. See 08:06:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:06 08:06:06 Login Succeeded 08:06:06 docker.io 08:06:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:07 Configure a credential helper to remove this warning. See 08:06:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:07 08:06:07 Login Succeeded 08:06:07 ---> docker-login.sh ends [Pipeline] } 08:06:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:06:07 ========================================================= 08:06:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:06:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:06:08 + 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 . 08:06:08 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 08:06:08 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 08:06:10 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 08:06:10 Sending build context to Docker daemon 167.4MB 08:06:10 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:06:10 Step 2/6 : FROM ${BASE} 08:06:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:06:10 5f621e34cdf4: Pulling fs layer 08:06:10 a4357932f1b6: Pulling fs layer 08:06:10 18c013af1878: Pulling fs layer 08:06:10 00ac8860ef70: Pulling fs layer 08:06:10 63d7cb157983: Pulling fs layer 08:06:10 b116817d02f9: Pulling fs layer 08:06:10 745a02a5169b: Pulling fs layer 08:06:10 63d7cb157983: Waiting 08:06:10 b116817d02f9: Waiting 08:06:10 745a02a5169b: Waiting 08:06:10 00ac8860ef70: Waiting 08:06:10 18c013af1878: Download complete 08:06:10 a4357932f1b6: Verifying Checksum 08:06:10 a4357932f1b6: Download complete 08:06:10 63d7cb157983: Verifying Checksum 08:06:10 63d7cb157983: Download complete 08:06:10 5f621e34cdf4: Verifying Checksum 08:06:10 b116817d02f9: Verifying Checksum 08:06:10 b116817d02f9: Download complete 08:06:11 5f621e34cdf4: Pull complete 08:06:11 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 08:06:11 a4357932f1b6: Pull complete 08:06:12 18c013af1878: Pull complete 08:06:13 745a02a5169b: Verifying Checksum 08:06:13 745a02a5169b: Download complete 08:06:13 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 08:06:13 00ac8860ef70: Verifying Checksum 08:06:13 00ac8860ef70: Download complete 08:06: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 08:06:16 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 08:06:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:06:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:06:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:06:23 00ac8860ef70: Pull complete 08:06:23 63d7cb157983: Pull complete 08:06:24 b116817d02f9: Pull complete [Pipeline] } 08:06:24 $ docker stop --time=1 21e0f279c780747a557579cc2f5e1d8d17cb748747c7662753cfc00088ce71c1 08:06:26 $ docker rm -f 21e0f279c780747a557579cc2f5e1d8d17cb748747c7662753cfc00088ce71c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:06:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:06:27 08:06:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:06:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:06:28 latest: Pulling from edgex-devops/edgex-compose 08:06:28 cbdbe7a5bc2a: Pulling fs layer 08:06:28 ca9280d653b3: Pulling fs layer 08:06:28 7e9c9ca2126c: Pulling fs layer 08:06:28 cbdbe7a5bc2a: Verifying Checksum 08:06:28 cbdbe7a5bc2a: Download complete 08:06:28 745a02a5169b: Pull complete 08:06:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:06:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:06:28 ---> b7e6874047d6 08:06:28 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 08:06:28 ca9280d653b3: Verifying Checksum 08:06:28 ca9280d653b3: Download complete 08:06:28 cbdbe7a5bc2a: Pull complete 08:06:30 ca9280d653b3: Pull complete 08:06:30 7e9c9ca2126c: Verifying Checksum 08:06:30 7e9c9ca2126c: Download complete 08:06:31 ---> Running in 583a26b6c511 08:06:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:06:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:06:34 (1/12) Installing libmagic (5.38-r0) 08:06:34 (2/12) Installing file (5.38-r0) 08:06:34 (3/12) Installing libc-dev (0.7.2-r3) 08:06:34 (4/12) Installing g++ (9.3.0-r2) 08:06:38 (5/12) Installing fortify-headers (1.1-r0) 08:06:38 (6/12) Installing patch (2.7.6-r6) 08:06:38 (7/12) Installing build-base (0.5-r2) 08:06:38 (8/12) Installing libsodium (1.0.18-r0) 08:06:38 (9/12) Installing pkgconf (1.7.2-r0) 08:06:38 (10/12) Installing libsodium-dev (1.0.18-r0) 08:06:38 (11/12) Installing libzmq (4.3.3-r0) 08:06:38 7e9c9ca2126c: Pull complete 08:06:38 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:06:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:06:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:06:38 (12/12) Installing zeromq-dev (4.3.3-r0) 08:06:38 Executing busybox-1.31.1-r19.trigger 08:06:38 OK: 217 MiB in 51 packages 08:06:38 prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container 08:06:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:06:41 $ docker top c3076e169a5ecb607ec9503aee0f14ed1952f394855bfbcb5520f2fc307ef9fc -eo pid,comm [Pipeline] { [Pipeline] sh 08:06:42 + docker-compose build --help 08:06:42 + grep parallel 08:06:43 Removing intermediate container 583a26b6c511 08:06:43 ---> 1703e40db1d6 08:06:43 Step 4/6 : WORKDIR /edgex-go 08:06:43 ---> Running in ab09365986e5 08:06:43 Removing intermediate container ab09365986e5 08:06:43 ---> a5a7517764fb 08:06:43 Step 5/6 : COPY go.mod . 08:06:43 --parallel Build images in parallel. [Pipeline] } 08:06:43 $ docker stop --time=1 c3076e169a5ecb607ec9503aee0f14ed1952f394855bfbcb5520f2fc307ef9fc 08:06:44 ---> 891e7f249caa 08:06:44 Step 6/6 : RUN go mod download 08:06:44 ---> Running in 6024f2a12ac2 08:06:45 $ docker rm -f c3076e169a5ecb607ec9503aee0f14ed1952f394855bfbcb5520f2fc307ef9fc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:06:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:06:45 . [Pipeline] withDockerContainer 08:06:45 prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container 08:06:45 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:06:46 $ docker top a3944737fa156c4d331b80ab77c034d547e53e6ab65557f3bd9bb68cb73eab71 -eo pid,comm [Pipeline] { [Pipeline] sh 08:06:47 + docker-compose -f ./docker-compose-build.yml build --parallel 08:06:48 Building docker-core-command-go ... 08:06:48 Building docker-core-data-go ... 08:06:48 Building docker-core-metadata-go ... 08:06:48 Building docker-security-bootstrapper-go ... 08:06:48 Building docker-security-proxy-setup-go ... 08:06:48 Building docker-security-secretstore-setup-go ... 08:06:48 Building docker-support-notifications-go ... 08:06:48 Building docker-support-scheduler-go ... 08:06:48 Building docker-sys-mgmt-agent-go ... 08:06:48 Building docker-security-proxy-setup-go 08:06:48 Building docker-core-metadata-go 08:06:48 Building docker-core-command-go 08:06:48 Building docker-support-scheduler-go 08:06:48 Building docker-sys-mgmt-agent-go 08:07:11 Removing intermediate container 6024f2a12ac2 08:07:11 ---> 52fd2de8e31b 08:07:11 Successfully built 52fd2de8e31b 08:07:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:07:11 + docker inspect -f . ci-base-image-arm64 08:07:11 . [Pipeline] withDockerContainer 08:07:11 prd-ubuntu18.04-docker-arm64-4c-16g-1777 does not seem to be running inside a container 08:07:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:07:13 $ docker top 01cef3681acc7417b3e8b812a62d134fa87b564f43fc79a4df1318af86871ef5 -eo pid,comm [Pipeline] { [Pipeline] sh 08:07:14 + go version 08:07:14 go version go1.15.5 linux/arm64 [Pipeline] } 08:07:14 $ docker stop --time=1 01cef3681acc7417b3e8b812a62d134fa87b564f43fc79a4df1318af86871ef5 08:07:16 $ docker rm -f 01cef3681acc7417b3e8b812a62d134fa87b564f43fc79a4df1318af86871ef5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:07:16 + docker inspect -f . ci-base-image-arm64 08:07:16 . [Pipeline] withDockerContainer 08:07:17 prd-ubuntu18.04-docker-arm64-4c-16g-1777 does not seem to be running inside a container 08:07:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:07:18 $ docker top c927c848b65305e4753abb8b612a347ef5bd97a6ef127e8b794616c6b3f61ea1 -eo pid,comm [Pipeline] { [Pipeline] echo 08:07:19 ========================================================= 08:07:19 [edgeXBuildGoParallel] Running Tests and Build... 08:07:19 ========================================================= [Pipeline] sh 08:07:19 + make test 08:07:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:07:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:07:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:07:27 ---> 97a3416ece01 08:07:27 Step 3/21 : WORKDIR /edgex-go 08:07:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:07:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:07:27 ---> 97a3416ece01 08:07:27 Step 3/23 : WORKDIR /edgex-go 08:07:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:07:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:07:27 ---> 97a3416ece01 08:07:27 Step 3/23 : WORKDIR /edgex-go 08:07:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:07:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:07:27 ---> 97a3416ece01 08:07:27 Step 3/23 : WORKDIR /edgex-go 08:07:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:07:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:07:27 ---> 97a3416ece01 08:07:27 Step 3/22 : WORKDIR /edgex-go 08:07:28 ---> Running in d7c43d652e6d 08:07:28 ---> Running in ca71b4b11b6c 08:07:28 ---> Running in 965ecac6ae19 08:07:28 ---> Running in 6c4f43959b91 08:07:28 ---> Running in f5ea5ee99894 08:07:28 Removing intermediate container d7c43d652e6d 08:07:28 ---> ad7772984a90 08:07:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:07:28 Removing intermediate container ca71b4b11b6c 08:07:28 ---> 8396e154f41c 08:07:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:07:28 Removing intermediate container 965ecac6ae19 08:07:28 ---> 46202114bcec 08:07:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:07:28 Removing intermediate container f5ea5ee99894 08:07:28 ---> e1df189d150f 08:07:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:07:28 Removing intermediate container 6c4f43959b91 08:07:28 ---> 8381457fdac5 08:07:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:07:28 ---> Running in 6006c1346c8d 08:07:28 ---> Running in 45c9b02e9266 08:07:28 ---> Running in 5ec050d2f380 08:07:28 ---> Running in 08a2d8388bc4 08:07:28 ---> Running in 77535a7d44ce 08:07:31 Removing intermediate container 6006c1346c8d 08:07:31 ---> 538fd299b1bc 08:07:31 Step 5/23 : RUN apk add --update --no-cache make bash git 08:07:31 Removing intermediate container 5ec050d2f380 08:07:31 ---> 1c006e8e3142 08:07:31 Step 5/21 : RUN apk add --update --no-cache make git 08:07:31 ---> Running in c999eab4f384 08:07:32 Removing intermediate container 45c9b02e9266 08:07:32 ---> 7fc35ac50668 08:07:32 Step 5/22 : RUN apk add --update --no-cache make git 08:07:32 ---> Running in 7dbaec92726d 08:07:32 Removing intermediate container 77535a7d44ce 08:07:32 ---> 9222e6c42d4d 08:07:32 Step 5/23 : RUN apk add --update --no-cache make git 08:07:32 Removing intermediate container 08a2d8388bc4 08:07:32 ---> e157fb008437 08:07:32 Step 5/23 : RUN apk add --update --no-cache make git 08:07:33 ---> Running in 7b27037adbb4 08:07:33 ---> Running in 75e759355270 08:07:33 ---> Running in 3f372fb99699 08:07:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:07:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:07:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:07:34 OK: 233 MiB in 51 packages 08:07:35 OK: 233 MiB in 51 packages 08:07:35 OK: 233 MiB in 51 packages 08:07:35 OK: 233 MiB in 51 packages 08:07:35 OK: 233 MiB in 51 packages 08:07:35 Removing intermediate container c999eab4f384 08:07:35 ---> 41cfc35c2267 08:07:35 Step 6/23 : COPY go.mod . 08:07:36 Removing intermediate container 7dbaec92726d 08:07:36 ---> ddbfa424af7f 08:07:36 Step 6/21 : COPY go.mod . 08:07:36 Removing intermediate container 7b27037adbb4 08:07:36 ---> 919357e839cd 08:07:36 Step 6/22 : COPY go.mod . 08:07:36 ---> d27ee60f6dcf 08:07:36 Step 7/23 : RUN go mod download 08:07:36 ---> Running in 078ac9b30550 08:07:36 ---> b6463e9e31e1 08:07:36 Step 7/21 : RUN go mod download 08:07:36 Removing intermediate container 3f372fb99699 08:07:36 ---> 99c2954ad45b 08:07:36 Step 6/23 : COPY go.mod . 08:07:36 ---> 5b95a130cdbb 08:07:36 Step 7/22 : RUN go mod download 08:07:36 Removing intermediate container 75e759355270 08:07:36 ---> 9dfd6c549539 08:07:36 Step 6/23 : COPY go.mod . 08:07:37 ---> Running in b2651c865248 08:07:37 ---> Running in 75dd0d017928 08:07:37 ---> 86cdfffa3daf 08:07:37 Step 7/23 : RUN go mod download 08:07:37 ---> Running in dc74784eb0ee 08:07:37 ---> 348f8bbcae0d 08:07:37 Step 7/23 : RUN go mod download 08:07:37 ---> Running in f625ba7983ca 08:07:40 Removing intermediate container f625ba7983ca 08:07:40 ---> 42c6e9aa5d61 08:07:40 Step 8/23 : COPY . . 08:07:40 Removing intermediate container b2651c865248 08:07:40 ---> 7a7bcdda0b39 08:07:40 Step 8/22 : COPY . . 08:07:40 Removing intermediate container dc74784eb0ee 08:07:40 ---> b01868747cd1 08:07:40 Step 8/23 : COPY . . 08:07:40 Removing intermediate container 75dd0d017928 08:07:40 ---> 31967a6106ad 08:07:40 Step 8/21 : COPY . . 08:07:40 Removing intermediate container 078ac9b30550 08:07:40 ---> 12b9dd9fff29 08:07:40 Step 8/23 : COPY . . 08:07:41 ? github.com/edgexfoundry/edgex-go [no test files] 08:08:28 ---> b58813e29685 08:08:28 Step 9/23 : RUN make cmd/core-command/core-command 08:08:28 ---> Running in e51727f8f212 08:08:28 ---> caba01372636 08:08:28 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:08:28 ---> a979e069909f 08:08:28 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:08:28 ---> d06c184c3c2a 08:08:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:08:28 ---> b1db911fa268 08:08:28 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:08:28 ---> Running in 5b61bd34f456 08:08:28 ---> Running in 783d9d3b8bc7 08:08:28 ---> Running in 281921a58d6d 08:08:28 ---> Running in 5c03c1e0bf1f 08:08:28 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 08:08:28 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 08:08:28 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 08:08:28 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 08:08:28 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 08:08:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:08:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:08:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:08:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:08:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:08:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:08:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:08:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:08:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:08:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:09:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:09:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:09:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:09:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.269s coverage: 45.9% of statements 08:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:09:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.138s coverage: 19.8% of statements 08:09:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.244s coverage: 100.0% of statements 08:09:08 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 08:09:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.519s coverage: 27.1% of statements 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:09:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.130s coverage: 100.0% of statements 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:09:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.145s coverage: 100.0% of statements 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:09:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.262s coverage: 71.3% of statements 08:09:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:09:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:09:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.570s coverage: 82.9% of statements 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:09:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.158s coverage: 78.9% of statements 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:09:18 Removing intermediate container 5b61bd34f456 08:09:18 ---> 030ba956c8a8 08:09:18 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:09:20 Removing intermediate container e51727f8f212 08:09:20 ---> 0223897f1178 08:09:20 08:09:20 Step 10/23 : FROM alpine:3.12 08:09:20 3.12: Pulling from library/alpine 08:09:21 ---> Running in 72d2e503bf1b 08:09:22 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:09:22 Status: Downloaded newer image for alpine:3.12 08:09:22 ---> 13621d1b12d4 08:09:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:09:23 Removing intermediate container 281921a58d6d 08:09:23 ---> 94a2afa49859 08:09:23 08:09:23 Step 10/22 : FROM alpine:3.12 08:09:23 ---> 13621d1b12d4 08:09:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:09:23 Removing intermediate container 783d9d3b8bc7 08:09:23 ---> 3276044feb85 08:09:23 08:09:23 Step 10/21 : FROM alpine:3.12 08:09:23 ---> 13621d1b12d4 08:09:23 Step 11/21 : RUN apk add --update --no-cache curl 08:09:24 ---> Running in 4328e18f6ee6 08:09:24 ---> Running in 6442fa991057 08:09:24 ---> Running in 69ff5ffd3739 08:09:24 Removing intermediate container 5c03c1e0bf1f 08:09:24 ---> 4ebf031be682 08:09:24 08:09:24 Step 10/23 : FROM alpine:3.12 08:09:24 ---> 13621d1b12d4 08:09:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:09:24 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 08:09:24 ---> Running in a4bc876f2c98 08:09:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:09:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:09:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:09:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:09:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:09:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:09:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:09:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.195s coverage: 28.6% of statements 08:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:09:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.233s coverage: 100.0% of statements 08:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:09:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.136s coverage: 100.0% of statements 08:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:09:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.523s coverage: 86.7% of statements 08:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:09:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.445s coverage: 97.5% of statements 08:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:09:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.230s coverage: 78.3% of statements 08:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:09:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:09:26 (1/1) Installing dumb-init (1.2.2-r1) 08:09:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:09:26 Executing busybox-1.31.1-r20.trigger 08:09:26 (1/1) Installing dumb-init (1.2.2-r1) 08:09:26 OK: 6 MiB in 15 packages 08:09:26 Executing busybox-1.31.1-r20.trigger 08:09:26 OK: 6 MiB in 15 packages 08:09:26 (1/4) Installing ca-certificates (20191127-r4) 08:09:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:09:26 (3/4) Installing libcurl (7.76.1-r0) 08:09:26 (4/4) Installing curl (7.76.1-r0) 08:09:26 Executing busybox-1.31.1-r20.trigger 08:09:26 (1/1) Installing dumb-init (1.2.2-r1) 08:09:26 Executing ca-certificates-20191127-r4.trigger 08:09:26 Executing busybox-1.31.1-r20.trigger 08:09:26 OK: 6 MiB in 15 packages 08:09:26 OK: 7 MiB in 18 packages 08:09:27 Removing intermediate container 72d2e503bf1b 08:09:27 ---> 7c936075348f 08:09:27 08:09:27 Step 11/23 : FROM docker:20.10.0 08:09:27 20.10.0: Pulling from library/docker 08:09:27 Removing intermediate container 4328e18f6ee6 08:09:27 ---> 4844043ccf32 08:09:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:09:28 ---> Running in c96706e41863 08:09:28 Removing intermediate container 6442fa991057 08:09:28 ---> 639ee2c6e7ce 08:09:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:09:29 ---> Running in e04316a691ee 08:09:29 Removing intermediate container a4bc876f2c98 08:09:29 ---> 51fb1a22b46f 08:09:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:09:29 Removing intermediate container c96706e41863 08:09:29 ---> 106aeaebd684 08:09:29 Step 13/22 : ENV APP_PORT=48085 08:09:29 Removing intermediate container 69ff5ffd3739 08:09:29 ---> 11849a2a5573 08:09:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:09:30 ---> Running in dc509d2cb1e6 08:09:30 ---> Running in a5affdc67610 08:09:30 ---> Running in 7210bae94429 08:09:30 Removing intermediate container e04316a691ee 08:09:30 ---> 57cfc43d7f7b 08:09:30 Step 13/23 : ENV APP_PORT=48082 08:09:30 ---> Running in 3eb7338d5dee 08:09:31 Removing intermediate container 7210bae94429 08:09:31 ---> 518e9b3987ec 08:09:31 Step 14/22 : EXPOSE $APP_PORT 08:09:31 Removing intermediate container dc509d2cb1e6 08:09:31 ---> 418170981def 08:09:31 Step 13/23 : ENV APP_PORT=48081 08:09:31 Removing intermediate container a5affdc67610 08:09:31 ---> 8b00b770ed88 08:09:31 Step 13/21 : WORKDIR /edgex 08:09:31 ---> Running in 880cb78a6aea 08:09:31 ---> Running in 7ac8dc8eef34 08:09:31 ---> Running in c6f71ed82994 08:09:31 Removing intermediate container 3eb7338d5dee 08:09:31 ---> 2fb9f2f69c88 08:09:31 Step 14/23 : EXPOSE $APP_PORT 08:09:31 ---> Running in 15114d3d5e98 08:09:32 Removing intermediate container 7ac8dc8eef34 08:09:32 ---> 900608de25f3 08:09:32 Step 14/23 : EXPOSE $APP_PORT 08:09:32 Removing intermediate container 880cb78a6aea 08:09:32 ---> 5d1ad446d5b9 08:09:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:09:33 Removing intermediate container c6f71ed82994 08:09:33 ---> f58b29a571d4 08:09:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:09:33 Removing intermediate container 15114d3d5e98 08:09:33 ---> f82d8c19d8a6 08:09:33 Step 15/23 : WORKDIR / 08:09:33 ---> Running in 270d3258a0be 08:09:33 ---> Running in cc67fc02eb52 08:09:33 Removing intermediate container 270d3258a0be 08:09:33 ---> 891cf0d0c681 08:09:33 Step 15/23 : WORKDIR / 08:09:33 ---> 350b8caa6e42 08:09:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:09:34 ---> 9bd3d9945cef 08:09:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:09:34 ---> Running in 6981b206ec47 08:09:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.209s coverage: 93.0% of statements 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:09:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.138s coverage: 58.8% of statements 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:09:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.9% of statements 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:09:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.149s coverage: 47.1% of statements 08:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.145s coverage: 79.5% of statements 08:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.164s coverage: 94.1% of statements 08:09:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.167s coverage: 96.3% of statements 08:09:34 Removing intermediate container cc67fc02eb52 08:09:34 ---> 517cbe426e10 08:09:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:09:34 ---> 3f2d4caec3fa 08:09:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:09:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.128s coverage: 87.5% of statements 08:09:35 Removing intermediate container 6981b206ec47 08:09:35 ---> 24971a18f49d 08:09:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:09:35 ---> 1e8cff2a637e 08:09:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:09:35 ---> 875cb8d6932a 08:09:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:09:35 ---> ddd442e6a071 08:09:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:09:35 ---> 9a2eee7d4939 08:09:35 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:09:35 ---> 62a169a9ef9c 08:09:35 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:09:36 ---> Running in d300a0983024 08:09:36 ---> Running in c4cc5448fd8c 08:09:36 ---> e3746a9c7184 08:09:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:09:36 Removing intermediate container d300a0983024 08:09:36 ---> d0b6e458c0d9 08:09:36 Step 18/21 : CMD ["--init=true"] 08:09:36 ---> dbae6d722dcf 08:09:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:09:36 ---> Running in a128cb908b93 08:09:36 Removing intermediate container c4cc5448fd8c 08:09:36 ---> 0d80924a8d1d 08:09:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:09:36 ---> 3d8c815ef688 08:09:36 Step 19/23 : ENTRYPOINT ["/core-command"] 08:09:37 ---> Running in e4ae7de1744d 08:09:37 ---> Running in 41a41928efc0 08:09:37 ---> 40f6019b4ddb 08:09:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:09:37 Removing intermediate container a128cb908b93 08:09:37 ---> ede6e3edbe24 08:09:37 Step 19/21 : LABEL arch=x86_64 08:09:37 Removing intermediate container e4ae7de1744d 08:09:37 ---> 7c1cd0c83777 08:09:37 Step 20/22 : LABEL arch=x86_64 08:09:37 ---> Running in f2ab72eb180d 08:09:37 ---> Running in fc9c48844769 08:09:37 Removing intermediate container 41a41928efc0 08:09:37 ---> 999b7b2111de 08:09:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:09:37 ---> Running in 8a0cab266b6d 08:09:37 ---> Running in 1207d2b0b09d 08:09:37 Removing intermediate container f2ab72eb180d 08:09:37 ---> 5bf04a5fbfe8 08:09:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:09:37 Removing intermediate container fc9c48844769 08:09:37 ---> 1c5211e3f558 08:09:37 Step 20/21 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:09:37 ---> Running in 32906a742c47 08:09:37 ---> Running in 4b39ca749b01 08:09:37 Removing intermediate container 8a0cab266b6d 08:09:37 ---> 9365c7480b5f 08:09:37 Step 21/22 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:09:37 Removing intermediate container 1207d2b0b09d 08:09:37 ---> ee1e7db0a8bb 08:09:37 Step 21/23 : LABEL arch=x86_64 08:09:38 ---> Running in 5fdb1357d6bf 08:09:38 ---> Running in 56f27faf33c7 08:09:38 Removing intermediate container 4b39ca749b01 08:09:38 ---> c75bd4c7d772 08:09:38 Step 21/23 : LABEL arch=x86_64 08:09:38 Removing intermediate container 32906a742c47 08:09:38 ---> 4b3a088f34ec 08:09:38 Step 21/21 : LABEL version=0.0.0 08:09:38 Removing intermediate container 5fdb1357d6bf 08:09:38 ---> b9ab90e2c4d4 08:09:38 Step 22/22 : LABEL version=0.0.0 08:09:38 Removing intermediate container 56f27faf33c7 08:09:38 ---> bb09ba4b6362 08:09:38 Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:09:38 ---> Running in 3cb413a9e3d8 08:09:38 ---> Running in 31ff0a5541cc 08:09:38 ---> Running in af72cb155802 08:09:38 ---> Running in f1483af87073 08:09:39 Removing intermediate container f1483af87073 08:09:39 ---> 897611687209 08:09:39 Step 23/23 : LABEL version=0.0.0 08:09:39 Removing intermediate container 31ff0a5541cc 08:09:39 ---> 96ad881f7f2d 08:09:39 08:09:39 Removing intermediate container af72cb155802 08:09:39 ---> d84894544d04 08:09:39 08:09:39 Removing intermediate container 3cb413a9e3d8 08:09:39 ---> 8c590216554f 08:09:39 Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:09:39 ---> Running in 4e29f1e5f7ca 08:09:40 ---> Running in 0ec5a474d707 08:09:40 Successfully built 96ad881f7f2d 08:09:40 Removing intermediate container 4e29f1e5f7ca 08:09:40 ---> 931ac0c5562e 08:09:40 08:09:40 Successfully tagged docker-security-proxy-setup-go:latest 08:09:40  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 08:09:40 Removing intermediate container 0ec5a474d707 08:09:40 ---> 81c9a760d6f6 08:09:40 Step 23/23 : LABEL version=0.0.0 08:09:40 Successfully built d84894544d04 08:09:40 Successfully tagged docker-support-scheduler-go:latest 08:09:40  Building docker-support-scheduler-go ... done Building docker-core-data-go 08:09:40 ---> Running in 5ad92b7cc667 08:09:40 Successfully built 931ac0c5562e 08:09:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:09:40 Successfully tagged docker-core-command-go:latest 08:09:40  Building docker-core-command-go ... done Building docker-support-notifications-go 08:09:40 Status: Downloaded newer image for docker:20.10.0 08:09:40 ---> aefe523efa57 08:09:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:09:41 ---> Running in f14bd22c4a4e 08:09:41 Removing intermediate container 5ad92b7cc667 08:09:41 ---> ec683c18a47a 08:09:41 08:09:41 Successfully built ec683c18a47a 08:09:41 Successfully tagged docker-core-metadata-go:latest 08:09:41  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 08:09:41 Removing intermediate container f14bd22c4a4e 08:09:41 ---> 6d2174196293 08:09:41 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:09:41 ---> Running in 91fb11783cf6 08:09:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:09:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:09:44 (1/39) Installing readline (8.0.4-r0) 08:09:44 (2/39) Installing bash (5.0.17-r0) 08:09:44 Executing bash-5.0.17-r0.post-install 08:09:44 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:09:44 (4/39) Installing libcurl (7.76.1-r0) 08:09:45 (5/39) Installing curl (7.76.1-r0) 08:09:45 (6/39) Installing dumb-init (1.2.2-r1) 08:09:45 (7/39) Installing libbz2 (1.0.8-r1) 08:09:45 (8/39) Installing expat (2.2.9-r1) 08:09:45 (9/39) Installing libffi (3.3-r2) 08:09:45 (10/39) Installing gdbm (1.13-r1) 08:09:45 (11/39) Installing xz-libs (5.2.5-r0) 08:09:45 (12/39) Installing sqlite-libs (3.32.1-r0) 08:09:45 (13/39) Installing python3 (3.8.8-r0) 08:09:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.230s coverage: 94.4% of statements 08:09:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.161s coverage: 44.8% of statements 08:09:51 (14/39) Installing py3-appdirs (1.4.4-r1) 08:09:51 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:09:51 (16/39) Installing py3-parsing (2.4.7-r0) 08:09:51 (17/39) Installing py3-six (1.15.0-r0) 08:09:51 (18/39) Installing py3-packaging (20.4-r0) 08:09:51 (19/39) Installing py3-setuptools (47.0.0-r0) 08:09:51 (20/39) Installing py3-chardet (3.0.4-r4) 08:09:51 (21/39) Installing py3-idna (2.9-r0) 08:09:51 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:09:51 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:09:51 (24/39) Installing py3-requests (2.23.0-r0) 08:09:51 (25/39) Installing py3-msgpack (1.0.0-r0) 08:09:51 (26/39) Installing py3-lockfile (0.12.2-r3) 08:09:51 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:09:51 (28/39) Installing py3-colorama (0.4.3-r0) 08:09:51 (29/39) Installing py3-distlib (0.3.0-r0) 08:09:52 (30/39) Installing py3-distro (1.5.0-r1) 08:09:52 (31/39) Installing py3-webencodings (0.5.1-r3) 08:09:52 (32/39) Installing py3-html5lib (1.0.1-r4) 08:09:52 (33/39) Installing py3-pytoml (0.1.21-r0) 08:09:52 (34/39) Installing py3-pep517 (0.8.2-r0) 08:09:52 (35/39) Installing py3-progress (1.5-r0) 08:09:52 (36/39) Installing py3-toml (0.10.1-r0) 08:09:52 (37/39) Installing py3-retrying (1.3.3-r0) 08:09:52 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:09:52 (39/39) Installing py3-pip (20.1.1-r0) 08:09:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.473s coverage: 81.9% of statements 08:09:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:09:56 Executing busybox-1.31.1-r19.trigger 08:09:56 OK: 72 MiB in 59 packages 08:09:59 Collecting docker-compose==1.23.2 08:09:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:10:00 Collecting docopt<0.7,>=0.6.1 08:10:00 Downloading docopt-0.6.2.tar.gz (25 kB) 08:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.186s coverage: 92.9% of statements 08:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 08:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.094s coverage: 87.2% of statements 08:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements 08:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.145s coverage: 75.5% of statements 08:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.132s coverage: 80.8% of statements 08:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.179s coverage: 87.2% of statements 08:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.197s coverage: 84.6% of statements 08:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.257s coverage: 91.6% of statements 08:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.627s coverage: 64.4% of statements 08:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:10:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.137s coverage: 100.0% of statements 08:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements 08:10:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 08:10:03 Collecting PyYAML<4,>=3.10 08:10:03 Downloading PyYAML-3.13.tar.gz (270 kB) 08:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements 08:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements 08:10:06 Collecting jsonschema<3,>=2.5.1 08:10:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:10:06 Collecting texttable<0.10,>=0.9.0 08:10:06 Downloading texttable-0.9.1.tar.gz (11 kB) 08:10:06 Collecting docker<4.0,>=3.6.0 08:10:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:10:07 Collecting dockerpty<0.5,>=0.4.1 08:10:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:10:08 Collecting cached-property<2,>=1.2.0 08:10:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:10:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.896s coverage: 69.0% of statements 08:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:10:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:10:08 Collecting websocket-client<1.0,>=0.32.0 08:10:08 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.436s coverage: 38.4% of statements 08:10:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:10:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements 08:10:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.070s coverage: 84.8% of statements 08:10:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:10:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:10:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:10:10 Collecting docker-pycreds>=0.4.0 08:10:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:10:10 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) 08:10:10 Collecting idna<2.8,>=2.5 08:10:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:10:10 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) 08:10:10 Collecting urllib3<1.25,>=1.21.1 08:10:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:10:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:10:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:10:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:10:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:10:11 Installing collected packages: docopt, PyYAML, jsonschema, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, cached-property, docker-compose 08:10:11 Running setup.py install for docopt: started 08:10:13 Running setup.py install for docopt: finished with status 'done' 08:10:13 Running setup.py install for PyYAML: started 08:10:14 Running setup.py install for PyYAML: finished with status 'done' 08:10:15 Running setup.py install for texttable: started 08:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.458s coverage: 47.0% of statements 08:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements 08:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.137s coverage: 100.0% of statements 08:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.130s coverage: 9.6% of statements 08:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:10:16 Running setup.py install for texttable: finished with status 'done' 08:10:16 Attempting uninstall: idna 08:10:16 Found existing installation: idna 2.9 08:10:16 Uninstalling idna-2.9: 08:10:16 Successfully uninstalled idna-2.9 08:10:17 Attempting uninstall: urllib3 08:10:17 Found existing installation: urllib3 1.25.9 08:10:17 Uninstalling urllib3-1.25.9: 08:10:17 Successfully uninstalled urllib3-1.25.9 08:10:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.480s coverage: 88.6% of statements 08:10:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:10:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:10:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:10:18 Attempting uninstall: requests 08:10:18 Found existing installation: requests 2.23.0 08:10:18 Uninstalling requests-2.23.0: 08:10:18 Successfully uninstalled requests-2.23.0 08:10:22 Running setup.py install for dockerpty: started 08:10:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:10:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:10:23 ---> 97a3416ece01 08:10:23 Step 3/24 : WORKDIR /edgex-go 08:10:23 ---> Using cache 08:10:23 ---> 8381457fdac5 08:10:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:10:23 ---> Using cache 08:10:23 ---> 9222e6c42d4d 08:10:23 Step 5/24 : RUN apk add --update --no-cache make git 08:10:23 ---> Using cache 08:10:23 ---> 9dfd6c549539 08:10:23 Step 6/24 : COPY go.mod . 08:10:23 ---> Using cache 08:10:23 ---> 348f8bbcae0d 08:10:23 Step 7/24 : RUN go mod download 08:10:23 ---> Using cache 08:10:23 ---> 42c6e9aa5d61 08:10:23 Step 8/24 : COPY . . 08:10:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:10:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:10:23 ---> 97a3416ece01 08:10:23 Step 3/22 : WORKDIR /edgex-go 08:10:23 ---> Using cache 08:10:23 ---> 8381457fdac5 08:10:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:10:23 ---> Using cache 08:10:23 ---> 9222e6c42d4d 08:10:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:10:23 ---> Using cache 08:10:23 ---> b58813e29685 08:10:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:10:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:10:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:10:23 ---> 97a3416ece01 08:10:23 Step 3/23 : WORKDIR /edgex-go 08:10:23 ---> Using cache 08:10:23 ---> 8381457fdac5 08:10:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:10:23 ---> Using cache 08:10:23 ---> 9222e6c42d4d 08:10:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:10:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.341s coverage: 28.7% of statements 08:10:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:10:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:10:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:10:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:10:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:10:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements 08:10:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:10:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.185s coverage: 100.0% of statements 08:10:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:10:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:10:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:10:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.153s coverage: 64.6% of statements 08:10:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:10:24 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:10:24 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:10:24 ---> 97a3416ece01 08:10:24 Step 3/31 : WORKDIR /edgex-go 08:10:24 ---> Using cache 08:10:24 ---> 8381457fdac5 08:10:24 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:10:24 ---> Using cache 08:10:24 ---> 9222e6c42d4d 08:10:24 Step 5/31 : RUN apk add --update --no-cache make git 08:10:24 ---> Using cache 08:10:24 ---> 9dfd6c549539 08:10:24 Step 6/31 : COPY go.mod . 08:10:24 ---> Using cache 08:10:24 ---> 348f8bbcae0d 08:10:24 Step 7/31 : RUN go mod download 08:10:24 ---> Using cache 08:10:24 ---> 42c6e9aa5d61 08:10:24 Step 8/31 : COPY . . 08:10:24 ---> Using cache 08:10:24 ---> b58813e29685 08:10:24 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:10:24 Running setup.py install for dockerpty: finished with status 'done' 08:10:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.397s coverage: 95.6% of statements 08:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:10:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 08:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 08:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:10:25 ---> Running in 4dca3751ecf1 08:10:25 ---> Running in 85a6b96d2828 08:10:25 ---> Running in f9448e2c181d 08:10:25 ---> Running in 66ae3ab8b1e9 08:10:25 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 08:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements 08:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 08:10:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:10:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.106s coverage: 28.1% of statements 08:10:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:10:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:10: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 08:10:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 08:10:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:10:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:10:28 OK: 233 MiB in 51 packages 08:10:28 OK: 233 MiB in 51 packages 08:10:28 GO111MODULE=on go vet ./... 08:10:30 Removing intermediate container 4dca3751ecf1 08:10:30 ---> 508b8924e339 08:10:30 Step 6/22 : COPY go.mod . 08:10:30 Removing intermediate container 85a6b96d2828 08:10:30 ---> 6b78c73f9d11 08:10:30 Step 6/23 : COPY go.mod . 08:10:31 ---> 330db57686bb 08:10:31 Step 7/22 : RUN go mod download 08:10:33 ---> 90ab1f6a6413 08:10:33 Step 7/23 : RUN go mod download 08:10:33 ---> Running in da3673c4022b 08:10:34 ---> Running in 158bf5616834 08:10:40 Removing intermediate container 158bf5616834 08:10:40 ---> 66fd6d15b11b 08:10:40 Step 8/23 : COPY . . 08:10:40 Removing intermediate container da3673c4022b 08:10:40 ---> 93ea7146bc33 08:10:40 Step 8/22 : COPY . . 08:11:02 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 08:11:02 Removing intermediate container 91fb11783cf6 08:11:02 ---> bade039150cf 08:11:02 Step 14/23 : ENV APP_PORT=48090 08:11:04 ---> Running in 53fca4219790 08:11:06 Removing intermediate container 53fca4219790 08:11:06 ---> 489948c9623a 08:11:06 Step 15/23 : EXPOSE $APP_PORT 08:11:08 ---> Running in 385b906a34f5 08:11:11 Removing intermediate container 385b906a34f5 08:11:11 ---> e92ab002449d 08:11:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:11:18 ---> f0f743967db7 08:11:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:11:18 Removing intermediate container 66ae3ab8b1e9 08:11:18 ---> 4f1a4c1f2dbf 08:11:18 08:11:18 Step 10/31 : FROM alpine:3.12 08:11:18 ---> 13621d1b12d4 08:11:18 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:11:18 ---> 1c32646f6a5a 08:11:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:11:18 ---> 42d4b816c5f8 08:11:18 Step 9/23 : RUN make cmd/core-data/core-data 08:11:19 ---> Running in 56b39cc5b939 08:11:19 ---> Running in 40d9d647c9f0 08:11:19 ---> Running in bc05aabaa7f9 08:11:19 ---> d5f4428715dc 08:11:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:11:20 Removing intermediate container f9448e2c181d 08:11:20 ---> 82b51b10375a 08:11:20 08:11:20 Step 10/24 : FROM alpine:3.12 08:11:20 ---> 13621d1b12d4 08:11:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:11:20 Removing intermediate container 56b39cc5b939 08:11:20 ---> fe53b51af4c9 08:11:20 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:11:20 ---> Running in 34d878fbd3fc 08:11:20 ---> 8d027aae104e 08:11:20 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:11:20 ---> Running in 6d58191d29e1 08:11:20 ---> Running in 48882238a681 08:11:20 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 08:11:21 Removing intermediate container 48882238a681 08:11:21 ---> d05d77f311b1 08:11:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:11:21 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 08:11:21 ---> Running in 130e2ee50641 08:11:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:11:21 Removing intermediate container 130e2ee50641 08:11:21 ---> 0abaf26c55f8 08:11:21 Step 21/23 : LABEL arch=x86_64 08:11:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:11:21 ---> Running in 869f1782db1f 08:11:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:11:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:11:21 (1/6) Installing ca-certificates (20191127-r4) 08:11:21 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:11:21 (3/6) Installing libcurl (7.76.1-r0) 08:11:21 (4/6) Installing curl (7.76.1-r0) 08:11:21 (5/6) Installing dumb-init (1.2.2-r1) 08:11:21 (6/6) Installing su-exec (0.2-r1) 08:11:21 Executing busybox-1.31.1-r20.trigger 08:11:21 Executing ca-certificates-20191127-r4.trigger 08:11:22 (1/2) Installing dumb-init (1.2.2-r1) 08:11:22 (2/2) Installing su-exec (0.2-r1) 08:11:22 Executing busybox-1.31.1-r20.trigger 08:11:22 OK: 6 MiB in 16 packages 08:11:22 OK: 7 MiB in 20 packages 08:11:23 Removing intermediate container 869f1782db1f 08:11:23 ---> 9f525c45a9ed 08:11:23 Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:11:23 ---> Running in ab9ae35c0ce1 08:11:24 Removing intermediate container ab9ae35c0ce1 08:11:24 ---> 0eb684ba8b91 08:11:24 Step 23/23 : LABEL version=0.0.0 08:11:24 ---> Running in 7a9ba474de30 08:11:24 Removing intermediate container 6d58191d29e1 08:11:24 ---> e13f63211e7c 08:11:24 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:11:24 Removing intermediate container 34d878fbd3fc 08:11:24 ---> 320f56d72ff7 08:11:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:11:25 ---> Running in 416955bdcd45 08:11:25 ---> Running in c16837f05260 08:11:25 Removing intermediate container 7a9ba474de30 08:11:25 ---> f4495566bf1b 08:11:25 08:11:26 Successfully built f4495566bf1b 08:11:26 Successfully tagged docker-sys-mgmt-agent-go:latest 08:11:26  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 416955bdcd45 08:11:26 ---> d76385e77903 08:11:26 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:11:26 Removing intermediate container c16837f05260 08:11:26 ---> d144a348a42e 08:11:26 Step 13/24 : WORKDIR / 08:11:26 ---> Running in 88902a178c06 08:11:26 ---> Running in 0f887658b984 08:11:27 Removing intermediate container 88902a178c06 08:11:27 ---> cb4b34bbc519 08:11:27 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:11:27 Removing intermediate container 0f887658b984 08:11:27 ---> 6998c7db2765 08:11:27 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:11:27 ---> Running in 03a0473879f1 08:11:27 ---> 6fe5ffd08ec9 08:11:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:11:28 ---> f91788ea82a9 08:11:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:11:29 ---> 7dcead293959 08:11:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:11:29 Removing intermediate container 03a0473879f1 08:11:29 ---> e969730b8996 08:11:29 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:11:29 ---> Running in 2a8be9f5487e 08:11:31 ---> 5ffa684ed480 08:11:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:11:31 Removing intermediate container 2a8be9f5487e 08:11:31 ---> 87d233cd8a94 08:11:31 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:11:33 ---> a6e5005db875 08:11:33 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:11:33 ---> Running in dd4fabef8dd6 08:11:33 ---> 04b6515c32a1 08:11:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:11:34 ---> 26d7f3122eda 08:11:34 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/ 08:11:35 ---> Running in e30e65c36bc6 08:11:36 Removing intermediate container dd4fabef8dd6 08:11:36 ---> ad902e3cf3b5 08:11:36 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:11:37 ---> 0a1ad868a120 08:11:37 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:11:37 Removing intermediate container e30e65c36bc6 08:11:37 ---> 47a6ee021e2a 08:11:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:11:38 ---> Running in 09267a5e2ce7 08:11:38 Removing intermediate container 09267a5e2ce7 08:11:38 ---> 532ec9d9860a 08:11:38 Step 22/24 : LABEL arch=x86_64 08:11:38 ---> 13009fd54caa 08:11:38 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:11:38 ---> Running in 02259217dc58 08:11:39 Removing intermediate container 02259217dc58 08:11:39 ---> d2b30a662043 08:11:39 Step 23/24 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:11:39 ---> Running in fabc62e07053 08:11:39 ---> d5341a3b8eed 08:11:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:11:39 Removing intermediate container fabc62e07053 08:11:39 ---> 050a286c0eb6 08:11:39 Step 24/24 : LABEL version=0.0.0 08:11:39 ---> Running in c400f28b528e 08:11:39 ---> 98bda8544949 08:11:39 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:11:39 Removing intermediate container c400f28b528e 08:11:39 ---> a059b71c8003 08:11:39 08:11:40 ---> 783b376836ee 08:11:40 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:11:40 Successfully built a059b71c8003 08:11:40 Successfully tagged docker-security-secretstore-setup-go:latest 08:11:40  Building docker-security-secretstore-setup-go ... done  ---> Running in b7b9b40ad9b9 08:11:40 Removing intermediate container b7b9b40ad9b9 08:11:40 ---> 022800de1d40 08:11:40 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:11:41 ---> f806896fcadb 08:11:41 Step 26/31 : RUN chmod +x /entrypoint.sh 08:11:42 ---> Running in 04d8bb7db544 08:11:44 Removing intermediate container 04d8bb7db544 08:11:44 ---> 88ed02e7cc24 08:11:44 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:11:44 ---> Running in dd630d3ccc3e 08:11:44 Removing intermediate container dd630d3ccc3e 08:11:44 ---> 23440500d0d1 08:11:44 Step 28/31 : CMD ["gate"] 08:11:45 ---> Running in 588312750ffe 08:11:45 Removing intermediate container 588312750ffe 08:11:45 ---> 1c809d4931f2 08:11:45 Step 29/31 : LABEL arch=x86_64 08:11:45 ---> Running in b42b9e2da134 08:11:46 Removing intermediate container b42b9e2da134 08:11:46 ---> 7ffcac724717 08:11:46 Step 30/31 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:11:46 ---> Running in 4a6ac4d67b71 08:11:46 Removing intermediate container 4a6ac4d67b71 08:11:46 ---> 600e700922bf 08:11:46 Step 31/31 : LABEL version=0.0.0 08:11:46 ---> Running in 455aefc4e679 08:11:50 Removing intermediate container 455aefc4e679 08:11:50 ---> 8abd210ea84f 08:11:50 08:11:50 Successfully built 8abd210ea84f 08:11:50 gofmt -l . 08:11:50 [ "`gofmt -l .`" = "" ] 08:11:50 ./bin/test-go-mod-tidy.sh 08:11:50 ./bin/test-attribution-txt.sh 08:11:51 Successfully tagged docker-security-bootstrapper-go:latest 08:11:51  Building docker-security-bootstrapper-go ... done Removing intermediate container 40d9d647c9f0 08:11:51 ---> 4a0893b2038e 08:11:51 08:11:51 Step 10/22 : FROM alpine:3.12 08:11:51 ---> 13621d1b12d4 08:11:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:11:51 ---> Running in 2be963c21be7 08:11:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:11:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:11:52 (1/2) Installing ca-certificates (20191127-r4) 08:11:52 (2/2) Installing dumb-init (1.2.2-r1) 08:11:52 Executing busybox-1.31.1-r20.trigger 08:11:52 Executing ca-certificates-20191127-r4.trigger [Pipeline] sh 08:11:52 OK: 6 MiB in 16 packages 08:11:53 + ls -al . 08:11:53 total 840 08:11:53 drwxrwxr-x 9 1001 1001 4096 Apr 26 08:11 . 08:11:53 drwxr-xr-x 4 root root 4096 Apr 26 08:07 .. 08:11:53 -rw-rw-r-- 1 1001 1001 11 Apr 26 08:05 .dockerignore 08:11:53 drwxrwxr-x 8 1001 1001 4096 Apr 26 08:05 .git 08:11:53 drwxrwxr-x 3 1001 1001 4096 Apr 26 08:05 .github 08:11:53 -rw-rw-r-- 1 1001 1001 818 Apr 26 08:05 .gitignore 08:11:53 -rw-rw-r-- 1 1001 1001 166 Apr 26 08:05 .sonarcloud.properties 08:11:53 -rw-rw-r-- 1 1001 1001 8609 Apr 26 08:05 Attribution.txt 08:11:53 -rw-rw-r-- 1 1001 1001 3804 Apr 26 08:05 CONTRIBUTING.md 08:11:53 -rw-rw-r-- 1 1001 1001 931 Apr 26 08:05 Dockerfile.build 08:11:53 -rw-rw-r-- 1 1001 1001 863 Apr 26 08:05 Jenkinsfile 08:11:53 -rw-rw-r-- 1 1001 1001 10775 Apr 26 08:05 LICENSE 08:11:53 -rw-rw-r-- 1 1001 1001 5774 Apr 26 08:05 Makefile 08:11:53 -rw-rw-r-- 1 1001 1001 7978 Apr 26 08:05 README.md 08:11:53 -rw-rw-r-- 1 1001 1001 6755 Apr 26 08:05 SECURITY.md 08:11:53 -rw-rw-r-- 1 1001 1001 5 Apr 26 08:02 VERSION 08:11:53 -rw-rw-r-- 1 1001 1001 4131 Apr 26 08:05 ZMQWindows.md 08:11:53 drwxrwxr-x 2 1001 1001 4096 Apr 26 08:05 bin 08:11:53 drwxrwxr-x 14 1001 1001 4096 Apr 26 08:05 cmd 08:11:53 -rw-r--r-- 1 root root 704315 Apr 26 08:10 coverage.out 08:11:53 -rw-r--r-- 1 root root 1060 Apr 26 08:11 go.mod 08:11:53 -rw-r--r-- 1 root root 22420 Apr 26 08:11 go.sum 08:11:53 drwxrwxr-x 8 1001 1001 4096 Apr 26 08:05 internal 08:11:53 drwxrwxr-x 4 1001 1001 4096 Apr 26 08:05 openapi 08:11:53 drwxrwxr-x 4 1001 1001 4096 Apr 26 08:05 snap 08:11:53 -rw-rw-r-- 1 1001 1001 168 Apr 26 08:05 version.go [Pipeline] sh 08:11:53 + '[' -e coverage.out ] 08:11:53 + chown 1001:1001 coverage.out [Pipeline] stash 08:11:53 Warning: overwriting stash ‘coverage-report’ 08:11:54 Removing intermediate container bc05aabaa7f9 08:11:54 ---> 4a498e440083 08:11:54 08:11:54 Step 10/23 : FROM alpine:3.12 08:11:54 ---> 13621d1b12d4 08:11:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:11:54 ---> Running in 3b10d4be510c 08:11:54 Removing intermediate container 2be963c21be7 08:11:54 ---> e03868c423ff 08:11:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:11:54 ---> Running in 35b385bc3840 08:11:54 Removing intermediate container 3b10d4be510c 08:11:54 ---> 6111897d37fb 08:11:54 Step 12/23 : ENV APP_PORT=48080 08:11:55 ---> Running in 4b21b98d82d8 08:11:55 Removing intermediate container 35b385bc3840 08:11:55 ---> 2280c55ca467 08:11:55 Step 13/22 : ENV APP_PORT=48060 08:11:55 ---> Running in bdb48a863605 08:11:55 Stashed 1 file(s) [Pipeline] sh 08:11:55 Removing intermediate container 4b21b98d82d8 08:11:55 ---> c2f6d5fdd0c3 08:11:55 Step 13/23 : EXPOSE $APP_PORT 08:11:55 ---> Running in 1af0f3919175 08:11:55 Removing intermediate container bdb48a863605 08:11:55 ---> 7f524a242577 08:11:55 Step 14/22 : EXPOSE $APP_PORT 08:11:55 Removing intermediate container 1af0f3919175 08:11:55 ---> 898a34b8ade2 08:11:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:11:55 ---> Running in 185d1089c096 08:11:55 ---> Running in 89dbe9006c09 08:11:55 + make build 08:11: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 08:11:55 Removing intermediate container 185d1089c096 08:11:55 ---> dc39466d191f 08:11:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:11:56 ---> 6f67ea9a4f62 08:11:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:11:57 ---> 2c1e9a6903d9 08:11:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:11:57 Removing intermediate container 89dbe9006c09 08:11:57 ---> 11415b6b5d37 08:11:57 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:11:57 ---> Running in d1f15936b54a 08:11:57 ---> 95f6378e8051 08:11:57 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:11:57 ---> Running in 19bcd567f19d 08:11:57 Removing intermediate container 19bcd567f19d 08:11:57 ---> fd72254a5c11 08:11:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:11:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:11:57 ---> Running in 4885b84bfbd2 08:11:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:11:58 Removing intermediate container 4885b84bfbd2 08:11:58 ---> 7c5a6d872827 08:11:58 Step 20/22 : LABEL arch=x86_64 08:11:58 ---> Running in 2e00dd04adf0 08:11:58 Removing intermediate container 2e00dd04adf0 08:11:58 ---> 320cc5ff44a6 08:11:58 Step 21/22 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:11:58 (1/6) Installing dumb-init (1.2.2-r1) 08:11:58 ---> Running in d3564c1727b0 08:11:59 (2/6) Installing libgcc (9.3.0-r2) 08:11:59 (3/6) Installing libsodium (1.0.18-r0) 08:11:59 (4/6) Installing libstdc++ (9.3.0-r2) 08:11:59 Removing intermediate container d3564c1727b0 08:11:59 ---> 21ecfa5d2e88 08:11:59 Step 22/22 : LABEL version=0.0.0 08:11:59 ---> Running in ed326bdbf4ae 08:11:59 Removing intermediate container ed326bdbf4ae 08:11:59 ---> 9f97a9727a80 08:11:59 08:11:59 Successfully built 9f97a9727a80 08:11:59 (5/6) Installing libzmq (4.3.3-r0) 08:11:59 Successfully tagged docker-support-notifications-go:latest 08:12:00  Building docker-support-notifications-go ... done (6/6) Installing zeromq (4.3.3-r0) 08:12:00 Executing busybox-1.31.1-r20.trigger 08:12:00 OK: 8 MiB in 20 packages 08:12:00 Removing intermediate container d1f15936b54a 08:12:00 ---> 7a07e2357962 08:12:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:12:01 ---> 91fcea29fca7 08:12:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:12:02 ---> 52a8eda05429 08:12:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:12:02 ---> 580f45840912 08:12:02 Step 19/23 : ENTRYPOINT ["/core-data"] 08:12:02 ---> Running in 470cdb3a5b6b 08:12:02 Removing intermediate container 470cdb3a5b6b 08:12:02 ---> b90ed20ef2c9 08:12:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:12:02 ---> Running in 0302427c1ca5 08:12:04 Removing intermediate container 0302427c1ca5 08:12:04 ---> 75916ad7d82f 08:12:04 Step 21/23 : LABEL arch=x86_64 08:12:04 ---> Running in f8236d00b82a 08:12:04 Removing intermediate container f8236d00b82a 08:12:04 ---> 7e4b2756a95b 08:12:04 Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:12:04 ---> Running in 41e2d73a02f3 08:12:04 Removing intermediate container 41e2d73a02f3 08:12:04 ---> 5f8b63cb046e 08:12:04 Step 23/23 : LABEL version=0.0.0 08:12:04 ---> Running in 7a25f5bf43ea 08:12:04 Removing intermediate container 7a25f5bf43ea 08:12:04 ---> 4df4c1b54261 08:12:04 08:12:04 Successfully built 4df4c1b54261 08:12:04 Successfully tagged docker-core-data-go:latest 08:12:05  Building docker-core-data-go ... done  [Pipeline] } 08:12:05 $ docker stop --time=1 a3944737fa156c4d331b80ab77c034d547e53e6ab65557f3bd9bb68cb73eab71 08:12:05 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 08:12:07 $ docker rm -f a3944737fa156c4d331b80ab77c034d547e53e6ab65557f3bd9bb68cb73eab71 [Pipeline] // withDockerContainer [Pipeline] sh 08:12:08 + grep docker 08:12:08 + docker images 08:12:09 docker-core-data-go latest 4df4c1b54261 4 seconds ago 22.9MB 08:12:09 docker-support-notifications-go latest 9f97a9727a80 9 seconds ago 18.2MB 08:12:09 docker-security-bootstrapper-go latest 8abd210ea84f 21 seconds ago 19.3MB 08:12:09 docker-security-secretstore-setup-go latest a059b71c8003 29 seconds ago 26.3MB 08:12:09 docker-sys-mgmt-agent-go latest f4495566bf1b 43 seconds ago 312MB 08:12:09 docker-core-metadata-go latest ec683c18a47a 2 minutes ago 19.2MB 08:12:09 docker-support-scheduler-go latest d84894544d04 2 minutes ago 17.7MB 08:12:09 docker-core-command-go latest 931ac0c5562e 2 minutes ago 17.5MB 08:12:09 docker-security-proxy-setup-go latest 96ad881f7f2d 2 minutes ago 26MB 08:12:09 docker 20.10.0 aefe523efa57 4 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 08:12:24 Still waiting to schedule task 08:12:24 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:12:32 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 08:12:33 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 08:12:40 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 08:12:40 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 08:12:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:12:51 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 08:12:57 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 08:13:01 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 08:13:04 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 08:13:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 08:13:15 $ docker stop --time=1 c927c848b65305e4753abb8b612a347ef5bd97a6ef127e8b794616c6b3f61ea1 08:13:17 Running on prd-ubuntu18.04-docker-8c-8g-1778 in /w/workspace/edgexfoundry_edgex-go_PR-3398 08:13:18 $ docker rm -f c927c848b65305e4753abb8b612a347ef5bd97a6ef127e8b794616c6b3f61ea1 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 08:13:19 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:13:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:13:20 08:13:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:13:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:13:20 latest: Pulling from edgex-devops/edgex-compose-arm64 08:13:20 29e5d40040c1: Pulling fs layer 08:13:20 1ce36da41761: Pulling fs layer 08:13:20 25b303627fd3: Pulling fs layer 08:13:21 29e5d40040c1: Verifying Checksum 08:13:21 29e5d40040c1: Download complete 08:13:21 1ce36da41761: Verifying Checksum 08:13:21 1ce36da41761: Download complete 08:13:21 29e5d40040c1: Pull complete 08:13:21 using credential edgex-jenkins-ssh 08:13:21 Cloning the remote Git repository 08:13:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:13:22 > git init /w/workspace/edgex-go/2 # timeout=10 08:13:22 1ce36da41761: Pull complete 08:13:22 25b303627fd3: Verifying Checksum 08:13:22 25b303627fd3: Download complete 08:13:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:13:22 > git --version # timeout=10 08:13:22 > git --version # 'git version 2.17.1' 08:13:22 using GIT_SSH to set credentials SSH Credentials for GitHub 08:13:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:13:33 25b303627fd3: Pull complete 08:13:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:13:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:13:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:13:33 prd-ubuntu18.04-docker-arm64-4c-16g-1777 does not seem to be running inside a container 08:13:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:13:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:13:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:13:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:13:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:13:33 using GIT_SSH to set credentials SSH Credentials for GitHub 08:13:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3398/head:refs/remotes/origin/PR-3398 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:13:34 Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit d6d173bd5c855aba92705912408ca4da5de9fb7e 08:13:34 Merge succeeded, producing e4b8469b4267b024fd76fa8ac659da30018eb51f 08:13:34 Checking out Revision e4b8469b4267b024fd76fa8ac659da30018eb51f (PR-3398) 08:13:34 > git config core.sparsecheckout # timeout=10 08:13:34 > git checkout -f d6d173bd5c855aba92705912408ca4da5de9fb7e # timeout=10 08:13:34 > git remote # timeout=10 08:13:34 > git config --get remote.origin.url # timeout=10 08:13:34 using GIT_SSH to set credentials SSH Credentials for GitHub 08:13:34 > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 08:13:34 > git rev-parse HEAD^{commit} # timeout=10 08:13:34 > git config core.sparsecheckout # timeout=10 08:13:34 > git checkout -f e4b8469b4267b024fd76fa8ac659da30018eb51f # timeout=10 08:13:36 $ docker top 821fb511a465a5a08f4963400c1ab6cc01cbf0e40924e2495ce95706da837098 -eo pid,comm [Pipeline] { [Pipeline] sh 08:13:37 + grep parallel 08:13:37 + docker-compose build --help 08:13:38 Commit message: "Merge commit '03ff76bef9ea91d3a070bcb4fd44d0f94334fca4' into HEAD" 08:13:38 > git rev-list --no-walk d6d173bd5c855aba92705912408ca4da5de9fb7e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:13:39 + echo snap-build.sh 08:13:39 snap-build.sh 08:13:39 + SNAP_BASE_DIR=. 08:13:39 + '[' '!' -z /w/workspace/edgex-go/2 ']' 08:13:39 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 08:13:39 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 08:13:39 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 08:13:39 + cd /w/workspace/edgex-go/2 08:13:39 + sudo apt-get remove -qy --purge lxd lxd-client 08:13:39 Reading package lists... 08:13:39 Building dependency tree... 08:13:39 Reading state information... 08:13:39 The following packages were automatically installed and are no longer required: 08:13:39 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:13:39 uidmap xdelta3 08:13:39 Use 'sudo apt autoremove' to remove them. 08:13:39 The following packages will be REMOVED: 08:13:39 lxd* lxd-client* 08:13:40 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:13:40 After this operation, 31.7 MB disk space will be freed. 08:13:40 --parallel Build images in parallel. [Pipeline] } 08:13:40 $ docker stop --time=1 821fb511a465a5a08f4963400c1ab6cc01cbf0e40924e2495ce95706da837098 08:13:40 (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.) 08:13:40 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:13:41 Removing lxd dnsmasq configuration 08:13:41 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:13:42 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:13:42 $ docker rm -f 821fb511a465a5a08f4963400c1ab6cc01cbf0e40924e2495ce95706da837098 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:13:42 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:13:42 (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.) 08:13:42 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:13:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:13:43 . [Pipeline] withDockerContainer 08:13:43 prd-ubuntu18.04-docker-arm64-4c-16g-1777 does not seem to be running inside a container 08:13:43 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:13:44 Processing triggers for systemd (237-3ubuntu10.42) ... 08:13:44 Processing triggers for ureadahead (0.100.0-21) ... 08:13:44 $ docker top 944b6c660db77b8c1df77f880c8c4281937ef52e6d2ff6b07b36829066fd7cb2 -eo pid,comm [Pipeline] { [Pipeline] sh 08:13:45 + docker-compose -f ./docker-compose-build.yml build --parallel 08:13:45 + sudo snap remove --purge lxd 08:13:45 snap "lxd" is not installed 08:13:45 + sudo groupadd --force --system lxd 08:13:45 ++ whoami 08:13:45 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:13:45 + newgrp - lxd 08:13:45 + sudo snap install lxd 08:13:49 Building docker-core-command-go ... 08:13:49 Building docker-core-data-go ... 08:13:49 Building docker-core-metadata-go ... 08:13:49 Building docker-security-bootstrapper-go ... 08:13:49 Building docker-security-proxy-setup-go ... 08:13:49 Building docker-security-secretstore-setup-go ... 08:13:49 Building docker-support-notifications-go ... 08:13:49 Building docker-support-scheduler-go ... 08:13:49 Building docker-sys-mgmt-agent-go ... 08:13:49 Building docker-support-scheduler-go 08:13:49 Building docker-support-notifications-go 08:13:49 Building docker-security-bootstrapper-go 08:13:49 Building docker-security-proxy-setup-go 08:13:49 Building docker-core-data-go 08:13:53 2021-04-26T08:13:51Z INFO Waiting for automatic snapd restart... 08:14:06 lxd 4.13 from Canonical* installed 08:14:06 + sudo lxd init --auto 08:14:14 + sudo snap install --classic snapcraft 08:14:19 snapcraft 4.6.2 from Canonical* installed 08:14:19 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 08:14:19 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 08:14:19 % Total % Received % Xferd Average Speed Time Time Time Current 08:14:19 Dload Upload Total Spent Left Speed 08:14:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 8250 0 --:--:-- --:--:-- --:--:-- 8250 08:14:19 1 3325k 1 58789 0 0 490k 0 0:00:06 --:--:-- 0:00:06 490k 100 3325k 100 3325k 0 0 18.1M 0 --:--:-- --:--:-- --:--:-- 51.4M 08:14:19 ./yq_linux_amd64 08:14:19 + sudo snapcraft prime --use-lxd 08:14:21 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:14:21 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: 08:14:21 - README.md 08:14:21 08:14:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:14:21 Launching a container. 08:14:33 Waiting for container to be ready 08:14:33 To start your first instance, try: lxc launch ubuntu:18.04 08:14:33 08:14:36 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:14:36 Waiting for network to be ready... 08:14:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:14:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:14:37 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:14:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:14:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:14:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:14:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:14:37 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:14:37 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:14:37 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:14:37 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:14:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:14:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:14:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:14:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:14:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:14:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:14:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:14:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:14:38 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:14:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:14:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:14:38 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:14:38 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 08:14:38 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:14:38 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 08:14:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:14:40 Fetched 24.4 MB in 4s (6238 kB/s) 08:14:41 Reading package lists... 08:14:41 Reading package lists... 08:14:42 Building dependency tree... 08:14:42 Reading state information... 08:14:42 The following additional packages will be installed: 08:14:42 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:14:42 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:14:42 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:14:42 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:14:42 Suggested packages: 08:14:42 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:14:42 Recommended packages: 08:14:42 gnupg libsasl2-modules 08:14:42 The following NEW packages will be installed: 08:14:42 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:14:42 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:14:42 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:14:42 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:14:42 The following packages will be upgraded: 08:14:42 gpg gpg-agent gpgconf libudev1 08:14:42 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 08:14:42 Need to get 3529 kB of archives. 08:14:42 After this operation, 13.3 MB of additional disk space will be used. 08:14:42 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] 08:14:42 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 08:14:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 08:14:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 08:14:42 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 08:14:42 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 08:14:43 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:14:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:14:43 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 08:14:43 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 08:14:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 08:14:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:14:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:14:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:14:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:14:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:14:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:14:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:14:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:14:43 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:14:43 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:14:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 08:14:43 debconf: delaying package configuration, since apt-utils is not installed 08:14:43 Fetched 3529 kB in 1s (3137 kB/s) 08:14:43 (Reading database ... 12511 files and directories currently installed.) 08:14:43 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 08:14:43 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:14:43 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 08:14:43 Selecting previously unselected package udev. 08:14:43 (Reading database ... 12511 files and directories currently installed.) 08:14:43 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 08:14:43 Unpacking udev (237-3ubuntu10.46) ... 08:14:44 Selecting previously unselected package libfuse2:amd64. 08:14:44 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:14:44 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:14:44 Selecting previously unselected package fuse. 08:14:44 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:14:44 Unpacking fuse (2.9.7-1ubuntu1) ... 08:14:44 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 08:14:44 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:14:44 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 08:14:44 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:14:44 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 08:14:44 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:14:44 Selecting previously unselected package libksba8:amd64. 08:14:44 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:14:44 Unpacking libksba8:amd64 (1.3.5-2) ... 08:14:44 Selecting previously unselected package libroken18-heimdal:amd64. 08:14:44 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:14:44 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:44 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:14:44 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:14:44 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:45 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:14:45 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:14:45 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:45 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:14:45 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:14:45 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:45 Selecting previously unselected package libwind0-heimdal:amd64. 08:14:45 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:14:45 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:45 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:14:45 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:14:45 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:45 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:14:46 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:14:46 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:46 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:14:46 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:14:46 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:46 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:14:46 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:14:46 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:46 Selecting previously unselected package libsasl2-modules-db:amd64. 08:14:46 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:14:46 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:14:46 Selecting previously unselected package libsasl2-2:amd64. 08:14:46 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:14:46 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:14:46 Selecting previously unselected package libldap-common. 08:14:46 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 08:14:46 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:14:46 Selecting previously unselected package libldap-2.4-2:amd64. 08:14:46 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 08:14:46 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:14:46 Selecting previously unselected package dirmngr. 08:14:46 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 08:14:46 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 08:14:46 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:14:46 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 08:14:46 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:14:46 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:14:46 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:14:46 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 08:14:47 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:47 Setting up libksba8:amd64 (1.3.5-2) ... 08:14:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:14:47 Setting up udev (237-3ubuntu10.46) ... 08:14:47 invoke-rc.d: policy-rc.d denied execution of start. 08:14:47 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:47 Processing triggers for systemd (237-3ubuntu10) ... 08:14:47 Setting up fuse (2.9.7-1ubuntu1) ... 08:14:47 Setting up gpg (2.2.4-1ubuntu1.4) ... 08:14:47 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:47 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:47 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:47 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:47 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:47 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:47 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:14:47 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:14:47 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 08:14:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:14:48 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:14:48 settings in the [Install] section, and DefaultInstance for template units). 08:14:48 This means they are not meant to be enabled using systemctl. 08:14:48 Possible reasons for having this kind of units are: 08:14:48 1) A unit may be statically enabled by being symlinked from another unit's 08:14:48 .wants/ or .requires/ directory. 08:14:48 2) A unit's purpose may be to act as a helper for some other unit which has 08:14:48 a requirement dependency on it. 08:14:48 3) A unit may be started when needed via activation (socket, path, timer, 08:14:48 D-Bus, udev, scripted systemctl call, ...). 08:14:48 4) In case of template units, the unit is meant to be enabled with some 08:14:48 instance name specified. 08:14:48 Reading package lists... 08:14:48 Building dependency tree... 08:14:48 Reading state information... 08:14:48 The following additional packages will be installed: 08:14:48 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:14:48 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:14:48 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:14:48 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:14:48 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:14:48 Suggested packages: 08:14:48 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:14:48 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:14:48 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:14:48 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:14:48 systemd-container policykit-1 08:14:48 Recommended packages: 08:14:48 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:14:48 The following NEW packages will be installed: 08:14:48 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:14:48 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:14:48 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:14:48 multiarch-support openssh-client python3 python3-minimal python3.6 08:14:48 python3.6-minimal snapd squashfs-tools sudo 08:14:48 The following packages will be upgraded: 08:14:49 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:14:49 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 08:14:49 Need to get 35.2 MB of archives. 08:14:49 After this operation, 141 MB of additional disk space will be used. 08:14:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 08:14:49 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 08:14:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 08:14:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:14:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 08:14:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 08:14:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 08:14:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:14:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:14:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:14:49 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:14:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:14:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:14:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:14:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 08:14:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:14:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 08:14:50 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 08:14:50 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 08:14:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 08:14:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:14:50 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:14:50 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:14:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:14:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:14:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:14:50 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:14:50 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:14:50 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:14:50 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:14:50 debconf: delaying package configuration, since apt-utils is not installed 08:14:50 Fetched 35.2 MB in 1s (27.8 MB/s) 08:14:50 (Reading database ... 12757 files and directories currently installed.) 08:14:50 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 08:14:50 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:14:51 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 08:14:51 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:14:51 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 08:14:51 (Reading database ... 12757 files and directories currently installed.) 08:14:51 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 08:14:51 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 08:14:51 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 08:14:51 (Reading database ... 12757 files and directories currently installed.) 08:14:51 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 08:14:51 Unpacking apt (1.6.13) over (1.6.1) ... 08:14:52 Setting up apt (1.6.13) ... 08:14:52 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:14:52 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:14:52 (Reading database ... 12764 files and directories currently installed.) 08:14:52 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:14:52 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:14:52 Selecting previously unselected package libpython3.6-minimal:amd64. 08:14:52 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:14:52 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:14:52 Selecting previously unselected package libexpat1:amd64. 08:14:52 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:14:53 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:14:53 Selecting previously unselected package python3.6-minimal. 08:14:53 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:14:53 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:14:53 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 08:14:53 Checking for services that may need to be restarted...done. 08:14:53 Checking for services that may need to be restarted...done. 08:14:53 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:14:54 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:14:54 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:14:55 Selecting previously unselected package python3-minimal. 08:14:55 (Reading database ... 13012 files and directories currently installed.) 08:14:55 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:14:55 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:14:55 Selecting previously unselected package mime-support. 08:14:55 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:14:55 Unpacking mime-support (3.60ubuntu1) ... 08:14:55 Selecting previously unselected package libmpdec2:amd64. 08:14:55 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:14:55 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:14:55 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:14:55 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:14:55 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:14:55 Selecting previously unselected package python3.6. 08:14:55 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:14:55 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:14:55 Selecting previously unselected package libpython3-stdlib:amd64. 08:14:55 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:14:55 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:14:56 Setting up python3-minimal (3.6.7-1~18.04) ... 08:14:56 Selecting previously unselected package python3. 08:14:56 (Reading database ... 13442 files and directories currently installed.) 08:14:56 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:14:56 Unpacking python3 (3.6.7-1~18.04) ... 08:14:56 Selecting previously unselected package multiarch-support. 08:14:56 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:14:56 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:14:56 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:14:56 Selecting previously unselected package liblzo2-2:amd64. 08:14:56 (Reading database ... 13479 files and directories currently installed.) 08:14:56 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:14:56 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:14:56 Selecting previously unselected package libbsd0:amd64. 08:14:56 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:14:56 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:14:56 Selecting previously unselected package sudo. 08:14:56 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:14:56 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:14:57 Selecting previously unselected package apparmor. 08:14:57 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:14:57 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:14:57 Selecting previously unselected package libedit2:amd64. 08:14:57 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:14:57 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:14:57 Selecting previously unselected package libkrb5support0:amd64. 08:14:57 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:14:57 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:14:57 Selecting previously unselected package libk5crypto3:amd64. 08:14:57 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:14:57 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:14:57 Selecting previously unselected package libkeyutils1:amd64. 08:14:57 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:14:57 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:14:57 Selecting previously unselected package libkrb5-3:amd64. 08:14:57 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:14:57 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:14:57 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:14:57 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:14:57 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:14:57 Selecting previously unselected package libssl1.0.0:amd64. 08:14:57 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 08:14:57 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:14:58 Selecting previously unselected package openssh-client. 08:14:58 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:14:58 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:14:58 Selecting previously unselected package squashfs-tools. 08:14:58 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:14:58 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:14:58 Selecting previously unselected package snapd. 08:14:58 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 08:14:58 Unpacking snapd (2.48.3+18.04) ... 08:15:00 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:15:00 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:15:00 Setting up mime-support (3.60ubuntu1) ... 08:15:00 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:15:00 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:15:00 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:15:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:15:00 Setting up systemd (237-3ubuntu10.46) ... 08:15:00 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:15:01 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:15:01 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:15:01 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:15:01 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:15:01 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:15:01 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:15:02 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:15:02 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:15:02 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:15:02 Setting up python3 (3.6.7-1~18.04) ... 08:15:02 running python rtupdate hooks for python3.6... 08:15:02 running python post-rtupdate hooks for python3.6... 08:15:02 Setting up apparmor (2.12-4ubuntu5.1) ... 08:15:04 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:15:04 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:15:04 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:15:04 Setting up snapd (2.48.3+18.04) ... 08:15:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:15:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:15:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:15:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:15:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:15:05 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:15:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:15:05 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:15:05 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:15:05 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:15:05 /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' 08:15:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:15:05 Processing triggers for systemd (237-3ubuntu10.46) ... 08:15:06 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 08:15:06 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:15:06 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:15:08 Reading package lists... 08:15:08 Reading package lists... 08:15:08 Building dependency tree... 08:15:08 Reading state information... 08:15:08 Calculating upgrade... 08:15:08 The following packages will be upgraded: 08:15:08 advancecomp base-files bash binutils binutils-common 08:15:08 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:15:08 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:15:08 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:15:08 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:15:08 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:15:08 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:15:08 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 08:15:08 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 08:15:08 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 08:15:08 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 08:15:08 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 08:15:08 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 08:15:08 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 08:15:08 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:15:08 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:15:08 Need to get 64.0 MB of archives. 08:15:08 After this operation, 5034 kB of additional disk space will be used. 08:15:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 08:15:08 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:15:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:15:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:15:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:15:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:15:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:15:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:15:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:15:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:15:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:15:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:15:09 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:15:09 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:15:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:15:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:15:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:15:09 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:15:09 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:15:09 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:15:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:15:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:15:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:15:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:15:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:15:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:15:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:15:09 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:15:09 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:15:10 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:15:10 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:15:10 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:15:10 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:15:10 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:15:10 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:15:10 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:15:10 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:15:10 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:15:10 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 08:15:10 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:15:10 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 08:15:10 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:15:10 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:15:10 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:15:10 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:15:10 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:15:10 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:15:10 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:15:10 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:15:10 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:15:10 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:15:10 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:15:10 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 08:15:10 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:15:10 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:15:10 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:15:10 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 08:15:10 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 08:15:10 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:15:10 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:15:10 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 08:15:10 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:15:10 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:15:10 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:15:10 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:15:10 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:15:10 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 08:15:10 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 08:15:10 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 08:15:10 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:15:10 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:15:10 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:15:10 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:15:10 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 08:15:10 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:15:10 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:15:10 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:15:10 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:15:10 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:15:10 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:15:10 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:15:10 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:15:10 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:15:10 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 08:15:10 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:15:10 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 08:15:10 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 08:15:10 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 08:15:10 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:15:10 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:15:10 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:15:10 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:15:11 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:15:11 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:15:11 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:15:11 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:15:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:15:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:15:11 ---> 52fd2de8e31b 08:15:11 Step 3/22 : WORKDIR /edgex-go 08:15:11 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:15:11 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:15:11 ---> 52fd2de8e31b 08:15:11 Step 3/31 : WORKDIR /edgex-go 08:15:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:15:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:15:11 ---> 52fd2de8e31b 08:15:11 Step 3/22 : WORKDIR /edgex-go 08:15:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:15:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:15:11 ---> 52fd2de8e31b 08:15:11 Step 3/23 : WORKDIR /edgex-go 08:15:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:15:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:15:11 ---> 52fd2de8e31b 08:15:11 Step 3/21 : WORKDIR /edgex-go 08:15:11 ---> Running in 6f9bdd698a6e 08:15:11 ---> Running in db5906c13438 08:15:11 ---> Running in acc3765b91c4 08:15:11 ---> Running in 7b21a2d34833 08:15:11 ---> Running in a71ebf7b39dc 08:15:11 Removing intermediate container acc3765b91c4 08:15:11 ---> f4b8ee3171d2 08:15:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:15:11 Removing intermediate container 7b21a2d34833 08:15:11 Removing intermediate container db5906c13438 08:15:11 ---> 8f737e3863d6 08:15:11 ---> dad32137d9da 08:15:11 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:15:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:15:11 Removing intermediate container 6f9bdd698a6e 08:15:11 ---> b7160dd3e0d4 08:15:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:15:11 Removing intermediate container a71ebf7b39dc 08:15:11 ---> 8cea066d0248 08:15:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:15:11 ---> Running in 6a7034e56a9b 08:15:11 ---> Running in 1cd407699673 08:15:11 ---> Running in 947087c1b023 08:15:11 ---> Running in feee47c6447a 08:15:11 ---> Running in d259f7954d2d 08:15:11 Removing intermediate container 6a7034e56a9b 08:15:11 ---> b6678bf66ef4 08:15:11 Step 5/21 : RUN apk add --update --no-cache make git 08:15:11 ---> Running in e3530f91fc09 08:15:11 Removing intermediate container 1cd407699673 08:15:11 ---> 4e25f95a2d08 08:15:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:15:11 Removing intermediate container feee47c6447a 08:15:11 ---> 65286324a816 08:15:11 Step 5/22 : RUN apk add --update --no-cache make git 08:15:11 ---> Running in 17604087aca4 08:15:11 ---> Running in 08efe030e7e6 08:15:11 Removing intermediate container 947087c1b023 08:15:11 ---> 481f1835eab5 08:15:11 Step 5/31 : RUN apk add --update --no-cache make git 08:15:11 Removing intermediate container d259f7954d2d 08:15:11 ---> 13c9504a9df7 08:15:11 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:15:11 ---> Running in fcd00d1d9d28 08:15:11 ---> Running in bed03b257326 08:15:11 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:15:11 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:15:11 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:15:11 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:15:11 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:15:12 debconf: delaying package configuration, since apt-utils is not installed 08:15:12 Fetched 64.0 MB in 3s (19.2 MB/s) 08:15:12 (Reading database ... 13912 files and directories currently installed.) 08:15:12 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:15:12 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:15:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:15:12 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:15:13 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:15:13 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 08:15:13 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 08:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:15:13 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:15:13 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:15:13 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:15:13 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:15:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:15:14 OK: 217 MiB in 51 packages 08:15:14 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:15:14 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:15:14 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:15:14 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:15:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:15:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:15:14 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:15:14 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:15:14 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:15:14 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:15:14 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:15:14 OK: 217 MiB in 51 packages 08:15:14 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:15:14 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:15:14 (Reading database ... 13911 files and directories currently installed.) 08:15:14 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:15:14 OK: 217 MiB in 51 packages 08:15:15 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:15:15 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:15:15 (Reading database ... 13911 files and directories currently installed.) 08:15:15 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:15:15 OK: 217 MiB in 51 packages 08:15:15 OK: 217 MiB in 51 packages 08:15:15 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:15:15 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:15:15 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:15:15 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:15:15 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:15:15 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:15:15 (Reading database ... 13911 files and directories currently installed.) 08:15:15 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:15:15 Removing intermediate container e3530f91fc09 08:15:15 ---> 6cdc25b93cff 08:15:15 Step 6/21 : COPY go.mod . 08:15:16 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:15:16 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:15:16 Removing intermediate container 17604087aca4 08:15:16 ---> bb54b38b9abc 08:15:16 Step 6/22 : COPY go.mod . 08:15:16 (Reading database ... 13911 files and directories currently installed.) 08:15:16 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:15:16 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:15:16 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:15:16 Removing intermediate container 08efe030e7e6 08:15:16 ---> b85079702b9b 08:15:16 Step 6/22 : COPY go.mod . 08:15:16 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:15:16 Setting up base-files (10.1ubuntu2.10) ... 08:15:17 Removing intermediate container bed03b257326 08:15:17 ---> 59ac37c024b6 08:15:17 Step 6/31 : COPY go.mod . 08:15:17 Installing new version of config file /etc/issue ... 08:15:17 Installing new version of config file /etc/issue.net ... 08:15:17 Installing new version of config file /etc/lsb-release ... 08:15:17 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:15:17 ---> 9f3166af1a53 08:15:17 Step 7/21 : RUN go mod download 08:15:17 Removing intermediate container fcd00d1d9d28 08:15:17 ---> 1538c5652720 08:15:17 Step 6/23 : COPY go.mod . 08:15:17 ---> Running in d564609a1143 08:15:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:15:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:15:17 Removing obsolete conffile /etc/default/motd-news ... 08:15:17 (Reading database ... 13912 files and directories currently installed.) 08:15:17 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:15:17 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:15:17 ---> b000e7c6521c 08:15:17 Step 7/22 : RUN go mod download 08:15:17 Setting up bash (4.4.18-2ubuntu1.2) ... 08:15:17 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 08:15:17 (Reading database ... 13912 files and directories currently installed.) 08:15:17 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:15:17 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:15:17 ---> 2f0270aa16d2 08:15:17 Step 7/22 : RUN go mod download 08:15:17 ---> Running in a58e24f8319e 08:15:17 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:15:17 (Reading database ... 13912 files and directories currently installed.) 08:15:17 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:15:17 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:15:18 ---> 7cb187cc6cbf 08:15:18 Step 7/31 : RUN go mod download 08:15:18 ---> Running in 69be159d9540 08:15:18 Setting up tar (1.29b-2ubuntu0.2) ... 08:15:18 (Reading database ... 13912 files and directories currently installed.) 08:15:18 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:15:18 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:15:18 ---> aeeffbafbf35 08:15:18 Step 7/23 : RUN go mod download 08:15:18 ---> Running in 9929cff625cf 08:15:18 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:15:18 ---> Running in e4c468419d71 08:15:18 (Reading database ... 13912 files and directories currently installed.) 08:15:18 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:15:18 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:15:18 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:15:18 (Reading database ... 13912 files and directories currently installed.) 08:15:18 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:15:18 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:15:18 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:15:19 (Reading database ... 13912 files and directories currently installed.) 08:15:19 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:15:19 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:15:19 Setting up grep (3.1-2build1) ... 08:15:19 (Reading database ... 13912 files and directories currently installed.) 08:15:19 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:15:19 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:15:19 Setting up login (1:4.5-1ubuntu2) ... 08:15:19 (Reading database ... 13912 files and directories currently installed.) 08:15:19 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:15:19 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:15:19 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:15:20 (Reading database ... 13912 files and directories currently installed.) 08:15:20 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:15:20 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:15:20 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:15:20 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:15:20 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:15:20 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:15:21 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:15:21 (Reading database ... 13912 files and directories currently installed.) 08:15:21 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:15:21 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:15:22 Removing intermediate container d564609a1143 08:15:22 ---> 7fb2df9679a2 08:15:22 Step 8/21 : COPY . . 08:15:22 Removing intermediate container a58e24f8319e 08:15:22 ---> 35ea5a4bb397 08:15:22 Step 8/22 : COPY . . 08:15:22 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:15:22 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:15:22 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:15:22 Removing intermediate container 69be159d9540 08:15:22 ---> 349dff438c62 08:15:22 Step 8/22 : COPY . . 08:15:22 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:15:22 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:15:22 (Reading database ... 13912 files and directories currently installed.) 08:15:22 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:15:22 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:15:23 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:15:23 (Reading database ... 13912 files and directories currently installed.) 08:15:23 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:15:23 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:15:23 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:15:23 (Reading database ... 13912 files and directories currently installed.) 08:15:23 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:15:23 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:15:23 Removing intermediate container 9929cff625cf 08:15:23 ---> f1b8a581f90a 08:15:23 Step 8/31 : COPY . . 08:15:23 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:15:23 (Reading database ... 13912 files and directories currently installed.) 08:15:23 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:15:23 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:15:23 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:15:23 (Reading database ... 13912 files and directories currently installed.) 08:15:23 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:15:23 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:15:23 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:15:24 Removing intermediate container e4c468419d71 08:15:24 ---> 1792887c751c 08:15:24 Step 8/23 : COPY . . 08:15:24 (Reading database ... 13912 files and directories currently installed.) 08:15:24 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:15:24 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:15:24 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:15:24 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:15:25 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:15:26 (Reading database ... 13912 files and directories currently installed.) 08:15:26 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:15:26 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:15:27 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:15:27 (Reading database ... 13912 files and directories currently installed.) 08:15:27 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:15:28 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:15:28 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:15:28 (Reading database ... 13912 files and directories currently installed.) 08:15:28 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:15:29 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:15:29 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:15:29 (Reading database ... 13912 files and directories currently installed.) 08:15:29 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:15:29 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:15:29 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:15:29 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:15:30 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:15:30 (Reading database ... 13912 files and directories currently installed.) 08:15:30 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:15:30 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:15:30 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:15:30 (Reading database ... 13912 files and directories currently installed.) 08:15:30 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:15:30 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:15:30 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:15:31 (Reading database ... 13914 files and directories currently installed.) 08:15:31 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:15:31 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:15:31 Setting up debconf (1.5.66ubuntu1) ... 08:15:31 (Reading database ... 13914 files and directories currently installed.) 08:15:31 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:15:31 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:15:31 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:15:31 (Reading database ... 13914 files and directories currently installed.) 08:15:31 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:15:31 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:15:32 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:15:32 (Reading database ... 13914 files and directories currently installed.) 08:15:32 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:15:32 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:15:32 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:15:32 (Reading database ... 13914 files and directories currently installed.) 08:15:32 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:15:32 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:15:32 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:15:32 (Reading database ... 13914 files and directories currently installed.) 08:15:32 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:15:32 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:15:32 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:15:33 (Reading database ... 13914 files and directories currently installed.) 08:15:33 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:15:33 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:15:33 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 08:15:33 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:15:33 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:15:33 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:15:33 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:15:33 (Reading database ... 13914 files and directories currently installed.) 08:15:33 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:15:33 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:15:33 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:15:33 (Reading database ... 13914 files and directories currently installed.) 08:15:33 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:15:33 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:15:33 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:15:34 (Reading database ... 13914 files and directories currently installed.) 08:15:34 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:15:34 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:15:34 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:15:34 (Reading database ... 13914 files and directories currently installed.) 08:15:34 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 08:15:34 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 08:15:34 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 08:15:34 (Reading database ... 13914 files and directories currently installed.) 08:15:34 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:15:34 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:15:34 Setting up passwd (1:4.5-1ubuntu2) ... 08:15:35 (Reading database ... 13914 files and directories currently installed.) 08:15:35 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 08:15:35 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:15:35 Setting up gpgv (2.2.4-1ubuntu1.4) ... 08:15:35 (Reading database ... 13914 files and directories currently installed.) 08:15:35 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 08:15:35 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:15:35 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 08:15:35 (Reading database ... 13914 files and directories currently installed.) 08:15:35 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 08:15:35 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:15:35 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 08:15:35 (Reading database ... 13914 files and directories currently installed.) 08:15:35 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:15:35 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:15:35 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:15:36 (Reading database ... 13914 files and directories currently installed.) 08:15:36 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:15:36 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:15:36 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:15:36 (Reading database ... 13914 files and directories currently installed.) 08:15:36 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:15:36 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:15:36 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:15:36 (Reading database ... 13914 files and directories currently installed.) 08:15:36 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:15:36 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:15:36 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:15:37 (Reading database ... 13914 files and directories currently installed.) 08:15:37 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 08:15:37 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 08:15:37 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 08:15:37 (Reading database ... 13914 files and directories currently installed.) 08:15:37 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 08:15:37 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 08:15:37 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 08:15:37 (Reading database ... 13915 files and directories currently installed.) 08:15:37 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:15:37 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:15:37 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:15:37 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:15:37 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:15:37 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:15:37 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:15:38 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:15:38 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:15:38 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:15:38 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:15:38 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:15:38 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:15:38 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:15:38 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:15:38 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:15:38 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:15:38 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:15:38 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:15:38 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:15:38 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:15:39 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:15:39 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:15:39 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:15:40 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:15:40 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:15:40 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:15:40 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:15:40 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:15:40 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:15:40 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:15:40 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:15:40 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:15:40 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:15:41 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:15:41 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:15:41 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:15:41 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:15:41 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:15:41 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:15:41 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:15:41 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:15:42 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:15:42 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:15:44 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:15:44 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:15:45 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:15:45 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:15:46 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:15:46 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:15:46 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:15:46 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:15:47 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:15:47 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:15:47 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:15:47 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:15:47 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:15:48 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:15:48 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:15:48 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:15:48 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:15:48 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:15:48 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:15:48 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:15:48 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:15:48 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:15:48 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:15:48 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:15:48 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:15:48 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:15:48 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:15:48 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:15:48 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:15:48 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:15:48 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:15:49 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:15:49 08:15:49 Current default time zone: 'Etc/UTC' 08:15:49 Local time is now: Mon Apr 26 08:15:48 UTC 2021. 08:15:49 Universal Time is now: Mon Apr 26 08:15:48 UTC 2021. 08:15:49 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:15:49 08:15:49 Setting up systemd-sysv (237-3ubuntu10.46) ... 08:15:49 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:15:49 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 08:15:49 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:15:49 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:15:49 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:15:49 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:15:49 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:15:49 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:15:49 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:15:49 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:15:49 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:15:49 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:15:49 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 08:15:49 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:15:49 Setting up patch (2.7.6-2ubuntu1.1) ... 08:15:49 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:15:49 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:15:49 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 08:15:49 Installing new version of config file /etc/ssl/openssl.cnf ... 08:15:49 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:15:49 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:15:49 Setting up ca-certificates (20210119~18.04.1) ... 08:15:51 ---> 808a5c88bb3c 08:15:51 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:15:51 ---> 97796e9b4dc5 08:15:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:15:51 ---> 9a301cab9a5f 08:15:51 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:15:51 ---> 991904585f3e 08:15:51 Step 9/23 : RUN make cmd/core-data/core-data 08:15:51 ---> 7d89cdf52320 08:15:51 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:15:51 ---> Running in 75ee43bedbbe 08:15:51 ---> Running in 3e16c34fd35e 08:15:51 ---> Running in f992b52e503c 08:15:51 ---> Running in ce2b931214c2 08:15:51 ---> Running in 1089623a625f 08:15:51 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 08:15:51 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 08:15:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:15:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:15:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:15:51 Updating certificates in /etc/ssl/certs... 08:15:52 23 added, 27 removed; done. 08:15:52 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:15:52 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:15:52 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:15:52 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:15:52 Setting up pkgbinarymangler (138.18.04.1) ... 08:15:52 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:15:52 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 08:15:52 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:15:52 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:15:53 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:15:53 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:15:53 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:15:53 Setting up perl (5.26.1-6ubuntu0.5) ... 08:15:53 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 08:15:53 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:15:53 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:15:53 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 08:15:53 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:15:53 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:15:53 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:15:53 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:15:53 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:15:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:15:53 Processing triggers for systemd (237-3ubuntu10.46) ... 08:15:53 Processing triggers for mime-support (3.60ubuntu1) ... 08:15:53 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:15:53 Updating certificates in /etc/ssl/certs... 08:15:54 0 added, 0 removed; done. 08:15:54 Running hooks in /etc/ca-certificates/update.d... 08:15:54 done. 08:15:54 Reading package lists... 08:15:54 Building dependency tree... 08:15:54 Reading state information... 08:15:54 The following NEW packages will be installed: 08:15:54 apt-transport-https 08:15:54 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:15:54 Need to get 1692 B of archives. 08:15:54 After this operation, 154 kB of additional disk space will be used. 08:15:54 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 08:15:55 debconf: delaying package configuration, since apt-utils is not installed 08:15:55 Fetched 1692 B in 0s (8572 B/s) 08:15:55 Selecting previously unselected package apt-transport-https. 08:15:55 (Reading database ... 13920 files and directories currently installed.) 08:15:55 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 08:15:55 Unpacking apt-transport-https (1.6.13) ... 08:15:55 Setting up apt-transport-https (1.6.13) ... 08:15:55 Waiting for network to be ready... 08:16:02 2021-04-26T08:15:59Z INFO Waiting for automatic snapd restart... 08:16:04 snapd 2.49.2 from Canonical* installed 08:16:05 "snapd" switched to the "latest/stable" channel 08:16:05 08:16:07 core18 20210309 from Canonical* installed 08:16:08 "core18" switched to the "latest/stable" channel 08:16:08 08:16:11 snapcraft 4.6.2 from Canonical* installed 08:16:11 "snapcraft" switched to the "latest/stable" channel 08:16:11 08:16:15 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: 08:16:15 - README.md 08:16:15 08:16:15 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:16:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:16:22 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 08:16:22 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:16:22 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:16:22 Reading package lists... 08:16:22 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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 08:16:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:16:29 Reading package lists... 08:16:29 Building dependency tree... 08:16:29 Reading state information... 08:16:29 Suggested packages: 08:16:29 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:16:29 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:16:29 Recommended packages: 08:16:29 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:16:29 The following NEW packages will be installed: 08:16:29 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:16:29 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:16:29 pkg-config zip 08:16:29 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:16:29 Need to get 7663 kB of archives. 08:16:29 After this operation, 43.8 MB of additional disk space will be used. 08:16:29 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:16:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 08:16:29 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:16:29 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:16:29 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:16:30 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:16:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:16:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:16:30 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:16:30 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:16:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 08:16:30 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 08:16:30 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 08:16:30 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:16:30 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:16:30 debconf: delaying package configuration, since apt-utils is not installed 08:16:30 Fetched 7663 kB in 1s (7020 kB/s) 08:16:30 Selecting previously unselected package libglib2.0-0:amd64. 08:16:30 (Reading database ... 13924 files and directories currently installed.) 08:16:30 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 08:16:30 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:16:30 Selecting previously unselected package libpsl5:amd64. 08:16:30 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:16:30 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:16:31 Selecting previously unselected package libnghttp2-14:amd64. 08:16:31 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:16:31 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:16:31 Selecting previously unselected package librtmp1:amd64. 08:16:31 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:16:31 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:16:31 Selecting previously unselected package libcurl3-gnutls:amd64. 08:16:31 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 08:16:31 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:16:31 Selecting previously unselected package liberror-perl. 08:16:31 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:16:31 Unpacking liberror-perl (0.17025-1) ... 08:16:31 Selecting previously unselected package git-man. 08:16:31 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 08:16:31 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 08:16:31 Selecting previously unselected package git. 08:16:31 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 08:16:31 Unpacking git (1:2.17.1-1ubuntu0.8) ... 08:16:32 Selecting previously unselected package libnorm1:amd64. 08:16:32 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:16:32 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:16:32 Selecting previously unselected package libpgm-5.2-0:amd64. 08:16:32 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:16:32 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:16:32 Selecting previously unselected package libsodium23:amd64. 08:16:32 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:16:32 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:16:32 Selecting previously unselected package libzmq5:amd64. 08:16:32 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:16:32 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:16:32 Selecting previously unselected package libzmq3-dev:amd64. 08:16:32 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:16:32 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:16:32 Selecting previously unselected package pkg-config. 08:16:32 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:16:32 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:16:33 Selecting previously unselected package zip. 08:16:33 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:16:33 Unpacking zip (3.0-11build1) ... 08:16:33 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:16:33 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 08:16:33 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:16:33 Setting up liberror-perl (0.17025-1) ... 08:16:33 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:16:33 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:16:33 No schema files found: doing nothing. 08:16:33 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:16:33 Setting up zip (3.0-11build1) ... 08:16:33 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:16:33 Setting up libsodium23:amd64 (1.0.16-2) ... 08:16:33 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:16:33 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:16:33 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:16:33 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:16:33 Setting up git (1:2.17.1-1ubuntu0.8) ... 08:16:33 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:16:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:16:40 git set to automatically installed. 08:16:40 git-man set to automatically installed. 08:16:40 libcurl3-gnutls set to automatically installed. 08:16:40 liberror-perl set to automatically installed. 08:16:40 libglib2.0-0 set to automatically installed. 08:16:40 libnghttp2-14 set to automatically installed. 08:16:40 libnorm1 set to automatically installed. 08:16:40 libpgm-5.2-0 set to automatically installed. 08:16:40 libpsl5 set to automatically installed. 08:16:40 librtmp1 set to automatically installed. 08:16:40 libsodium23 set to automatically installed. 08:16:40 libzmq3-dev set to automatically installed. 08:16:40 libzmq5 set to automatically installed. 08:16:40 pkg-config set to automatically installed. 08:16:40 zip set to automatically installed. 08:16:41 snapd is not logged in, snap install commands will use sudo 08:16:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:17:00 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 08:17:00 snapd is not logged in, snap install commands will use sudo 08:17:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:17:06 snap "core18" has no updates available 08:17:06 Pulling go-build-helper 08:17:06 + snapcraftctl pull 08:17:07 'app-service-config' has dependencies that need to be staged: go-build-helper 08:17:07 Skipping pull go-build-helper (already ran) 08:17:07 Building go-build-helper 08:17:07 + snapcraftctl build 08:17:09 Staging go-build-helper 08:17:09 + snapcraftctl stage 08:17:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:17:19 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:17:19 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:17:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:17:19 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:17:19 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:17:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:17:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:17:19 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:17:19 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:17:19 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:17:19 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:17:19 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:17:19 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:17:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:17:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:17:19 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:17:19 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:17:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:17:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:17:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:17:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:17:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:17:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 08:17:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:17:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 08:17:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:17:19 Fetched 24.4 MB in 0s (0 B/s) 08:17:19 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:17:19 Fetched 224 kB in 0s (0 B/s) 08:17:19 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:17:19 Fetched 157 kB in 0s (0 B/s) 08:17:19 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:17:19 Fetched 221 kB in 0s (0 B/s) 08:17:19 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:17:19 Fetched 143 kB in 0s (0 B/s) 08:17:19 Pulling app-service-config 08:17:19 + snapcraftctl pull 08:17:19 Cloning into '/root/parts/app-service-config/src'... 08:17:20 Pulling config-common 08:17:20 + snapcraftctl pull 08:17:24 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:17:24 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:17:24 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:17:24 Fetched 0 B in 0s (0 B/s) 08:17:24 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:17:24 Fetched 0 B in 0s (0 B/s) 08:17:24 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:17:24 Fetched 0 B in 0s (0 B/s) 08:17:24 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:17:24 Fetched 0 B in 0s (0 B/s) 08:17:24 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:17:24 Fetched 0 B in 0s (0 B/s) 08:17:24 Pulling edgex-go 08:17:24 + snapcraftctl pull 08:17:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:17:43 Removing intermediate container 1089623a625f 08:17:43 ---> 0d10e640f820 08:17:43 08:17:43 Step 10/31 : FROM alpine:3.12 08:17:43 3.12: Pulling from library/alpine 08:17:43 Removing intermediate container 75ee43bedbbe 08:17:43 ---> bb74da183d45 08:17:43 08:17:43 Step 10/21 : FROM alpine:3.12 08:17:44 3.12: Pulling from library/alpine 08:17:44 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:17:44 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:17:44 Status: Downloaded newer image for alpine:3.12 08:17:44 ---> 9852663dfa18 08:17:44 Step 11/21 : RUN apk add --update --no-cache curl 08:17:44 Status: Downloaded newer image for alpine:3.12 08:17:44 ---> 9852663dfa18 08:17:44 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:17:45 ---> Running in cebae4eb7aeb 08:17:45 ---> Running in c498e903d2ac 08:17:46 Removing intermediate container c498e903d2ac 08:17:46 ---> 7e21f97e6ff1 08:17:46 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:17:46 ---> Running in b0bdee8ef810 08:17:46 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:17:46 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:17:46 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:17:46 Fetched 0 B in 0s (0 B/s) 08:17:46 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:17:46 Fetched 96.5 kB in 0s (0 B/s) 08:17:46 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:17:46 Fetched 279 kB in 0s (0 B/s) 08:17:46 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:17:46 Fetched 122 kB in 0s (0 B/s) 08:17:46 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:17:46 Fetched 77.8 kB in 0s (0 B/s) 08:17:46 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:17:46 Fetched 8848 B in 0s (0 B/s) 08:17:46 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:17:46 Fetched 47.8 kB in 0s (0 B/s) 08:17:46 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:17:46 Fetched 45.6 kB in 0s (0 B/s) 08:17:46 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:17:46 Fetched 15.0 kB in 0s (0 B/s) 08:17:46 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 08:17:46 Fetched 219 kB in 0s (0 B/s) 08:17:46 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 08:17:46 Fetched 154 kB in 0s (0 B/s) 08:17:46 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:17:46 Fetched 50.6 kB in 0s (0 B/s) 08:17:46 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:17:46 Fetched 14.8 kB in 0s (0 B/s) 08:17:46 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:17:46 Fetched 41.8 kB in 0s (0 B/s) 08:17:46 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:17:46 Fetched 499 kB in 0s (0 B/s) 08:17:46 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:17:46 Fetched 111 kB in 0s (0 B/s) 08:17:46 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:17:46 Fetched 240 kB in 0s (0 B/s) 08:17:46 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:17:46 Fetched 29.3 kB in 0s (0 B/s) 08:17:46 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:17:46 Fetched 85.5 kB in 0s (0 B/s) 08:17:46 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:17:46 Fetched 24.5 kB in 0s (0 B/s) 08:17:46 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:17:46 Fetched 49.2 kB in 0s (0 B/s) 08:17:46 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:17:46 Fetched 54.2 kB in 0s (0 B/s) 08:17:46 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:17:46 Fetched 30.8 kB in 0s (0 B/s) 08:17:46 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 08:17:46 Fetched 15.8 kB in 0s (0 B/s) 08:17:46 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:17:46 Fetched 85.9 kB in 0s (0 B/s) 08:17:46 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:17:46 Fetched 8720 B in 0s (0 B/s) 08:17:46 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 08:17:46 Fetched 137 kB in 0s (0 B/s) 08:17:46 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:17:46 Fetched 119 kB in 0s (0 B/s) 08:17:46 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 08:17:46 Fetched 110 kB in 0s (0 B/s) 08:17:46 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:17:46 Fetched 11.1 kB in 0s (0 B/s) 08:17:46 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:17:46 Fetched 645 kB in 0s (0 B/s) 08:17:46 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:17:46 Fetched 41.3 kB in 0s (0 B/s) 08:17:46 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:17:46 Fetched 17.9 kB in 0s (0 B/s) 08:17:46 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:17:46 Fetched 368 kB in 0s (0 B/s) 08:17:46 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:17:46 Fetched 187 kB in 0s (0 B/s) 08:17:46 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:17:46 Fetched 175 kB in 0s (0 B/s) 08:17:46 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:17:46 Fetched 206 kB in 0s (0 B/s) 08:17:46 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 08:17:46 Fetched 1301 kB in 0s (0 B/s) 08:17:46 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:17:46 Fetched 36.2 kB in 0s (0 B/s) 08:17:46 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 08:17:46 Fetched 159 kB in 0s (0 B/s) 08:17:46 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:17:46 Fetched 107 kB in 0s (0 B/s) 08:17:46 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:17:46 Fetched 48.7 kB in 0s (0 B/s) 08:17:46 Pulling static-packages 08:17:46 + snapcraftctl pull 08:17:46 Pulling version 08:17:46 + cd /root/project 08:17:46 + [ -f VERSION ] 08:17:46 + PROJECT_VERSION=local-dev 08:17:46 + git rev-parse --short HEAD 08:17:46 + GIT_REVISION=e4b8469b 08:17:46 + snapcraftctl set-version local-dev 08:17:46 Skipping build go-build-helper (already ran) 08:17:46 Building app-service-config 08:17:46 + make build 08:17:46 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 08:17:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:17:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:17:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:17:48 (1/4) Installing ca-certificates (20191127-r4) 08:17:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:17:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:17:48 (3/4) Installing libcurl (7.76.1-r0) 08:17:48 (4/4) Installing curl (7.76.1-r0) 08:17:48 Executing busybox-1.31.1-r20.trigger 08:17:48 Executing ca-certificates-20191127-r4.trigger 08:17:48 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 08:17:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 08:17:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 08:17:48 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 08:17:48 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 08:17:48 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 08:17:48 go: downloading github.com/BurntSushi/toml v0.3.1 08:17:48 go: downloading github.com/google/uuid v1.2.0 08:17:48 OK: 7 MiB in 18 packages 08:17:48 (1/2) Installing dumb-init (1.2.2-r1) 08:17:48 (2/2) Installing su-exec (0.2-r1) 08:17:48 Executing busybox-1.31.1-r20.trigger 08:17:48 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 08:17:48 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:17:48 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:17:48 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:17:49 OK: 5 MiB in 16 packages 08:17:49 go: downloading github.com/x448/float16 v0.8.4 08:17:49 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 08:17:49 go: downloading github.com/mitchellh/copystructure v1.0.0 08:17:49 go: downloading github.com/gorilla/mux v1.8.0 08:17:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:17:49 go: downloading github.com/pebbe/zmq4 v1.2.7 08:17:49 go: downloading github.com/go-kit/kit v0.8.0 08:17:49 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 08:17:49 go: downloading github.com/pelletier/go-toml v1.2.0 08:17:49 go: downloading github.com/hashicorp/consul/api v1.8.1 08:17:49 go: downloading github.com/go-playground/validator/v10 v10.4.1 08:17:49 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 08:17:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:17:49 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 08:17:49 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:17:49 go: downloading github.com/gorilla/websocket v1.4.2 08:17:49 go: downloading github.com/go-playground/universal-translator v0.17.0 08:17:49 go: downloading github.com/go-playground/locales v0.13.0 08:17:49 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:17:49 go: downloading github.com/leodido/go-urn v1.2.0 08:17:50 go: downloading github.com/hashicorp/serf v0.9.5 08:17:50 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:17:50 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 08:17:50 go: downloading github.com/hashicorp/go-hclog v0.12.0 08:17:50 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:17:50 go: downloading github.com/mattn/go-isatty v0.0.12 08:17:50 go: downloading github.com/fatih/color v1.9.0 08:17:50 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:17:50 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 08:17:50 go: downloading github.com/mattn/go-colorable v0.1.6 08:17:50 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:17:50 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:17:50 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:17:51 Removing intermediate container b0bdee8ef810 08:17:51 ---> f00dc433f3d0 08:17:51 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:17:52 ---> Running in b0bdabed41d5 08:17:52 Removing intermediate container cebae4eb7aeb 08:17:52 ---> 74fa5ae7c7f4 08:17:52 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:17:52 ---> Running in 4a98d97ce3eb 08:17:53 Removing intermediate container b0bdabed41d5 08:17:53 ---> 64266af3f40f 08:17:53 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:17:53 ---> Running in 75d51cd937bc 08:17:53 Removing intermediate container 4a98d97ce3eb 08:17:53 ---> 1a7afb54d514 08:17:53 Step 13/21 : WORKDIR /edgex 08:17:54 ---> Running in ee0ce2cf5f65 08:17:55 Removing intermediate container 75d51cd937bc 08:17:55 ---> 225e85da3029 08:17:55 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:17:55 ---> Running in f4187bc0c367 08:17:55 Removing intermediate container 3e16c34fd35e 08:17:55 ---> b141f380f600 08:17:55 08:17:55 Step 10/22 : FROM alpine:3.12 08:17:55 ---> 9852663dfa18 08:17:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:17:56 Removing intermediate container ee0ce2cf5f65 08:17:56 ---> ecafb016653a 08:17:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:17:56 ---> Running in 0386fdca2a22 08:17:57 ---> 0ed7e92943cf 08:17:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:17:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:17:58 Removing intermediate container f992b52e503c 08:17:58 ---> 9066568f16dc 08:17:58 08:17:58 Step 10/22 : FROM alpine:3.12 08:17:58 ---> 9852663dfa18 08:17:58 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:17:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:17:58 ---> Running in e3618af91f6a 08:17:59 (1/2) Installing ca-certificates (20191127-r4) 08:17:59 (2/2) Installing dumb-init (1.2.2-r1) 08:17:59 Executing busybox-1.31.1-r20.trigger 08:17:59 Executing ca-certificates-20191127-r4.trigger 08:17:59 OK: 6 MiB in 16 packages 08:18:00 ---> 23272b451cb3 08:18:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:18:00 Removing intermediate container f4187bc0c367 08:18:00 ---> 484b28511688 08:18:00 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:18:00 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 08:18:00 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 08:18:00 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 08:18:00 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 08:18:00 Building config-common 08:18:00 + snapcraftctl build 08:18:00 ---> Running in e00cb1240ba0 08:18:02 Removing intermediate container e00cb1240ba0 08:18:02 ---> e1221a0f9c85 08:18:02 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:18:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:18:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:18:02 ---> b3b9916b120b 08:18:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:18:02 Removing intermediate container 0386fdca2a22 08:18:02 ---> b86e0a5c1a0a 08:18:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:18:02 Building edgex-go 08:18:02 + cd /root/parts/edgex-go/src 08:18:02 + make build 08:18:02 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 08:18:02 ---> Running in fa1bb4a22bac 08:18:02 ---> Running in 8218a02dcebe 08:18:02 (1/1) Installing dumb-init (1.2.2-r1) 08:18:02 Executing busybox-1.31.1-r20.trigger 08:18:02 OK: 5 MiB in 15 packages 08:18:03 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:18:03 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 08:18:03 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 08:18:03 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 08:18:03 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 08:18:03 go: downloading github.com/go-playground/validator/v10 v10.5.0 08:18:03 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 08:18:03 go: downloading github.com/pelletier/go-toml v1.9.0 08:18:03 go: downloading github.com/imdario/mergo v0.3.12 08:18:03 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 08:18:03 go: downloading github.com/pkg/errors v0.8.1 08:18:03 go: downloading golang.org/x/text v0.3.2 08:18:03 ---> 12c560f46490 08:18:03 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:18:03 Removing intermediate container fa1bb4a22bac 08:18:03 ---> 4bf6573abeb4 08:18:03 Step 18/21 : CMD ["--init=true"] 08:18:03 Removing intermediate container 8218a02dcebe 08:18:03 ---> 6854993336a5 08:18:03 Step 13/22 : ENV APP_PORT=48060 08:18:03 ---> Running in d6a18a656940 08:18:03 ---> Running in 2af73d0d7dac 08:18:04 ---> Running in a9ee0228b58d 08:18:05 Removing intermediate container 2af73d0d7dac 08:18:05 ---> 427fb20e5658 08:18:05 Step 19/21 : LABEL arch=arm64 08:18:05 Removing intermediate container e3618af91f6a 08:18:05 ---> a8045e027d6d 08:18:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:18:05 Removing intermediate container a9ee0228b58d 08:18:05 ---> 377e337b150a 08:18:05 Step 14/22 : EXPOSE $APP_PORT 08:18:05 ---> Running in 687108d8e4ac 08:18:05 ---> Running in 629d1c9f7e9c 08:18:05 ---> Running in b6b0d66c06b4 08:18:06 Removing intermediate container 687108d8e4ac 08:18:06 ---> deb22dd59a16 08:18:06 Step 13/22 : ENV APP_PORT=48085 08:18:06 Removing intermediate container 629d1c9f7e9c 08:18:06 ---> 2e5dfb76132a 08:18:06 Step 20/21 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:18:06 ---> Running in 9c608e898481 08:18:06 ---> Running in 3ede493a163c 08:18:06 Removing intermediate container b6b0d66c06b4 08:18:06 ---> c2edb0cf8bc6 08:18:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:18:07 Removing intermediate container 9c608e898481 08:18:07 ---> 6ea435b30bb3 08:18:07 Step 14/22 : EXPOSE $APP_PORT 08:18:07 Removing intermediate container 3ede493a163c 08:18:07 ---> f4224b85d98e 08:18:07 Step 21/21 : LABEL version=0.0.0 08:18:07 ---> Running in da864c477e81 08:18:07 ---> Running in cb8db9d96f1a 08:18:07 Removing intermediate container d6a18a656940 08:18:07 ---> 42571e830081 08:18:07 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:18:07 ---> 057b480fcf59 08:18:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:18:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:18:08 go: downloading gopkg.in/yaml.v2 v2.4.0 08:18:08 Removing intermediate container da864c477e81 08:18:08 ---> 0683e0617810 08:18:08 Removing intermediate container cb8db9d96f1a 08:18:08 ---> caea379fd9b9 08:18:08 08:18:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:18:09 Successfully built caea379fd9b9 08:18:09 ---> fba8335df59a 08:18:09 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:18:09 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:18:09  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 08:18:09 ---> 54756da144e5 08:18:09 ---> f7727cb45c18 08:18:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:18:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:18:12 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 08:18:13 ---> 4410e501e9b0 08:18:13 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:18:13 ---> f2fc46d4f6d7 08:18:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:18:13 ---> 88a8cca2eed8 08:18:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:18:13 Removing intermediate container ce2b931214c2 08:18:13 ---> 87d554a71fa1 08:18:13 08:18:13 Step 10/23 : FROM alpine:3.12 08:18:13 ---> 9852663dfa18 08:18:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:18:13 ---> Running in b5a0cfff5d76 08:18:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:18:14 ---> Running in aef444078be6 08:18:14 Removing intermediate container b5a0cfff5d76 08:18:14 ---> a1ca9482d025 08:18:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:18:14 ---> 303524950214 08:18:14 ---> 667c7b4d24d6 08:18:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"]Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:18:14 08:18:15 ---> Running in 1e50e7dd9c4c 08:18:15 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 08:18:15 ---> Running in 8ed40fd3032f 08:18:15 Removing intermediate container aef444078be6 08:18:15 ---> 54df36fd1662 08:18:15 Step 12/23 : ENV APP_PORT=48080 08:18:15 ---> Running in 9e0079355f6a 08:18:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:18:15 go: downloading github.com/stretchr/testify v1.7.0 08:18:15 ---> dcfa58cd6741 08:18:15 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:18:15 Removing intermediate container 1e50e7dd9c4c 08:18:15 ---> b0a5c8d858a2 08:18:15 Step 20/22 : LABEL arch=arm64 08:18:15 Removing intermediate container 8ed40fd3032f 08:18:15 ---> dad43af6925f 08:18:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:18:16 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:18:16 go: downloading github.com/davecgh/go-spew v1.1.1 08:18:16 go: downloading github.com/pmezard/go-difflib v1.0.0 08:18:16 ---> Running in 15de23a239ad 08:18:16 ---> Running in 0b3cd0a293be 08:18:16 Removing intermediate container 9e0079355f6a 08:18:16 ---> 651f302489fc 08:18:16 Step 13/23 : EXPOSE $APP_PORT 08:18:16 ---> Running in 15ed30f5d47b 08:18:16 Removing intermediate container 15de23a239ad 08:18:16 ---> 98a89b0c033f 08:18:16 Step 21/22 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:18:16 ---> d50f0901f944 08:18:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:18:17 Removing intermediate container 0b3cd0a293be 08:18:17 ---> a1ff29c679ef 08:18:17 Step 20/22 : LABEL arch=arm64 08:18:17 ---> Running in 10b21bef14e7 08:18:17 ---> Running in 730e47bda7f6 08:18:17 ---> Running in 8ebf8a1b0d98 08:18:17 Removing intermediate container 15ed30f5d47b 08:18:17 ---> 55b2d4f4e01f 08:18:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:17 ---> Running in a42c406eb242 08:18:17 Removing intermediate container 10b21bef14e7 08:18:17 ---> 51cbeddf2daf 08:18:17 Step 22/22 : LABEL version=0.0.0 08:18:17 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 08:18:17 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:18:17 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:18:18 ---> Running in b6de33618b58 08:18:18 Removing intermediate container 8ebf8a1b0d98 08:18:18 ---> 87450c8ca809 08:18:18 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:18:18 Removing intermediate container 730e47bda7f6 08:18:18 ---> 9756d2d52753 08:18:18 Step 21/22 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:18:19 ---> Running in 7b4f9b4a0a6b 08:18:19 Removing intermediate container b6de33618b58 08:18:19 ---> 5de106462add 08:18:19 08:18:19 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 08:18:19 ---> 2e0742bb173a 08:18:19 Step 26/31 : RUN chmod +x /entrypoint.sh 08:18:19 Successfully built 5de106462add 08:18:19 Successfully tagged docker-support-notifications-go-arm64:latest 08:18:19  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 08:18:19 ---> Running in 7483ec126372 08:18:19 Removing intermediate container 7b4f9b4a0a6b 08:18:19 ---> 1dcb7baaa539 08:18:19 Step 22/22 : LABEL version=0.0.0 08:18:20 ---> Running in 1314f5e5b54b 08:18:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:18:21 Removing intermediate container 1314f5e5b54b 08:18:21 ---> 7b4a40e7d9f0 08:18:21 08:18:21 Removing intermediate container a42c406eb242 08:18:21 ---> 17f4974dd7c3 08:18:21 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:18:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:18:21 Successfully built 7b4a40e7d9f0 08:18:22 Successfully tagged docker-support-scheduler-go-arm64:latest 08:18:22  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 08:18:22 ---> Running in c3f6c564970a 08:18:23 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 08:18:23 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:18:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:18:23 Removing intermediate container 7483ec126372 08:18:23 ---> 0da48d269fe4 08:18:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:18:24 ---> Running in a0a5df9cfbc5 08:18:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:18:24 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 08:18:24 go: downloading github.com/lib/pq v1.10.1 08:18:24 (1/6) Installing dumb-init (1.2.2-r1) 08:18:25 (2/6) Installing libgcc (9.3.0-r2) 08:18:25 Removing intermediate container a0a5df9cfbc5 08:18:25 ---> 53ea7e7e345b 08:18:25 Step 28/31 : CMD ["gate"] 08:18:25 (3/6) Installing libsodium (1.0.18-r0) 08:18:25 (4/6) Installing libstdc++ (9.3.0-r2) 08:18:25 (5/6) Installing libzmq (4.3.3-r0) 08:18:25 (6/6) Installing zeromq (4.3.3-r0) 08:18:25 Executing busybox-1.31.1-r20.trigger 08:18:25 OK: 8 MiB in 20 packages 08:18:26 ---> Running in e43bbaa70e21 08:18:26 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 08:18:26 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 08:18:26 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 08:18:26 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 08:18:26 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 08:18:26 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 08:18:26 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 08:18:26 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 08:18:26 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 08:18:26 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 08:18:26 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 08:18:26 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 08:18:26 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 08:18:26 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 08:18:26 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 08:18:26 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 08:18:26 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 08:18:26 + 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 08:18:26 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 08:18:26 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 08:18:26 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 08:18:26 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 08:18:26 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 08:18:26 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 08:18:26 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 08:18:26 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 08:18:27 Removing intermediate container e43bbaa70e21 08:18:27 ---> db0a679dd665 08:18:27 Step 29/31 : LABEL arch=arm64 08:18:28 Removing intermediate container c3f6c564970a 08:18:28 ---> 47d36638ec5d 08:18:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:18:29 Building static-packages 08:18:29 + snapcraftctl build 08:18:29 ---> Running in 08f4810b3f65 08:18:29 ---> ac527e5f7214 08:18:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:18:29 Removing intermediate container 08f4810b3f65 08:18:29 ---> 5d493291cf04 08:18:29 Step 30/31 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:18:30 ---> Running in c4f34508d191 08:18:31 Building version 08:18:31 + snapcraftctl build 08:18:31 ---> fa264bbee8e2 08:18:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:18:31 Removing intermediate container c4f34508d191 08:18:31 ---> 3d8545261d6d 08:18:31 Step 31/31 : LABEL version=0.0.0 08:18:32 ---> Running in bbe2b34c3584 08:18:32 ---> f6404e449453 08:18:32 Step 19/23 : ENTRYPOINT ["/core-data"] 08:18:33 Skipping stage go-build-helper (already ran) 08:18:33 Staging app-service-config 08:18:33 + snapcraftctl stage 08:18:33 ---> Running in b88c4c269e7f 08:18:33 Removing intermediate container bbe2b34c3584 08:18:33 ---> 5441862f5c83 08:18:33 08:18:33 Successfully built 5441862f5c83 08:18:33 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:18:33  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 08:18:34 Staging config-common 08:18:34 + snapcraftctl stage 08:18:34 Removing intermediate container b88c4c269e7f 08:18:34 ---> 2600a54d62db 08:18:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:18:34 ---> Running in fef82ed0a6e7 08:18:35 Staging edgex-go 08:18:35 + snapcraftctl stage 08:18:35 Removing intermediate container fef82ed0a6e7 08:18:35 ---> 96cf30cf6ae0 08:18:35 Step 21/23 : LABEL arch=arm64 08:18:35 ---> Running in 57b702dd9372 08:18:36 Removing intermediate container 57b702dd9372 08:18:36 ---> 698b811f3462 08:18:36 Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:18:36 Staging static-packages 08:18:36 + snapcraftctl stage 08:18:37 ---> Running in 1df7945348e2 08:18:37 Staging version 08:18:37 + snapcraftctl stage 08:18:37 Removing intermediate container 1df7945348e2 08:18:37 ---> 2e2d08fb7971 08:18:37 Step 23/23 : LABEL version=0.0.0 08:18:38 Priming go-build-helper 08:18:38 + snapcraftctl prime 08:18:38 ---> Running in f6baa41420d1 08:18:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:18:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:18:39 ---> 52fd2de8e31b 08:18:39 Step 3/24 : WORKDIR /edgex-go 08:18:39 ---> Using cache 08:18:39 ---> 8cea066d0248 08:18:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:39 ---> Using cache 08:18:39 ---> 13c9504a9df7 08:18:39 Step 5/24 : RUN apk add --update --no-cache make git 08:18:39 Priming app-service-config 08:18:39 + snapcraftctl prime 08:18:39 ---> Running in 5dd9cf611e28 08:18:39 Removing intermediate container f6baa41420d1 08:18:39 ---> 87a2f13031c5 08:18:39 08:18:40 Priming config-common 08:18:40 + snapcraftctl prime 08:18:40 Successfully built 87a2f13031c5 08:18:40 Successfully tagged docker-core-data-go-arm64:latest 08:18:40  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:18:41 Priming edgex-go 08:18:41 + snapcraftctl prime 08:18:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:18:42 OK: 217 MiB in 51 packages 08:18:42 Priming static-packages 08:18:42 + snapcraftctl prime 08:18:44 Removing intermediate container 5dd9cf611e28 08:18:44 ---> 59a04401294b 08:18:44 Step 6/24 : COPY go.mod . 08:18:45 Priming version 08:18:45 + snapcraftctl prime 08:18:45 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 08:18:45 ---> 668ece88c0d0 08:18:45 Step 7/24 : RUN go mod download 08:18:46 ---> Running in 5284e61c9155 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:18:51 Removing intermediate container 5284e61c9155 08:18:51 ---> a42c3a0631a5 08:18:51 Step 8/24 : COPY . . 08:19:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:19:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:19:03 ---> 52fd2de8e31b 08:19:03 Step 3/23 : WORKDIR /edgex-go 08:19:03 ---> Using cache 08:19:03 ---> 8cea066d0248 08:19:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:03 ---> Using cache 08:19:03 ---> 13c9504a9df7 08:19:03 Step 5/23 : RUN apk add --update --no-cache make bash git 08:19:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:19:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:19:03 ---> 52fd2de8e31b 08:19:03 Step 3/23 : WORKDIR /edgex-go 08:19:03 ---> Using cache 08:19:03 ---> 8cea066d0248 08:19:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:03 ---> Using cache 08:19:03 ---> 13c9504a9df7 08:19:03 Step 5/23 : RUN apk add --update --no-cache make git 08:19:03 ---> Using cache 08:19:03 ---> 59a04401294b 08:19:03 Step 6/23 : COPY go.mod . 08:19:03 ---> Using cache 08:19:03 ---> 668ece88c0d0 08:19:03 Step 7/23 : RUN go mod download 08:19:03 ---> Using cache 08:19:03 ---> a42c3a0631a5 08:19:03 Step 8/23 : COPY . . 08:19:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:19:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:19:08 ---> 52fd2de8e31b 08:19:08 Step 3/23 : WORKDIR /edgex-go 08:19:08 ---> Using cache 08:19:08 ---> 8cea066d0248 08:19:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:08 ---> Using cache 08:19:08 ---> 13c9504a9df7 08:19:08 Step 5/23 : RUN apk add --update --no-cache make git 08:19:08 ---> Using cache 08:19:08 ---> 59a04401294b 08:19:08 Step 6/23 : COPY go.mod . 08:19:08 ---> Using cache 08:19:08 ---> 668ece88c0d0 08:19:08 Step 7/23 : RUN go mod download 08:19:08 ---> Using cache 08:19:08 ---> a42c3a0631a5 08:19:08 Step 8/23 : COPY . . 08:19:11 ---> Running in 9db098130fa1 08:19:11 ---> e4403a45a05d 08:19:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:19:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:13 ---> Running in 32dd6f8dec1f 08:19:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:14 OK: 217 MiB in 51 packages 08:19: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 08:19:18 Removing intermediate container 9db098130fa1 08:19:18 ---> 6dcf6d2814dd 08:19:18 Step 6/23 : COPY go.mod . 08:19:19 ---> d67829bc050f 08:19:19 Step 7/23 : RUN go mod download 08:19:20 ---> Running in a381a23a94b3 08:19:20 ---> d2882065b862 08:19:20 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:19:21 ---> Running in a94d92f6d9df 08:19:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:19:26 Removing intermediate container a381a23a94b3 08:19:26 ---> b4c20acb3f4d 08:19:26 Step 8/23 : COPY . . 08:19:32 ---> b8d4a375feb8 08:19:32 Step 9/23 : RUN make cmd/core-command/core-command 08:19:32 ---> Running in 3d6f3a67c277 08:19:34 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 08:19:49 ---> 55c388909af7 08:19:49 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:19:49 ---> Running in 9a0fc89c7295 08:19:49 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 08:20:21 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 08:20:37 Removing intermediate container 32dd6f8dec1f 08:20:37 ---> adb23a86d993 08:20:37 08:20:37 Step 10/24 : FROM alpine:3.12 08:20:37 ---> 9852663dfa18 08:20:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:20:37 ---> Running in 46bdca861dc5 08:20:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:20:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:20:37 (1/6) Installing ca-certificates (20191127-r4) 08:20:38 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:20:38 (3/6) Installing libcurl (7.76.1-r0) 08:20:38 (4/6) Installing curl (7.76.1-r0) 08:20:38 (5/6) Installing dumb-init (1.2.2-r1) 08:20:38 (6/6) Installing su-exec (0.2-r1) 08:20:38 Executing busybox-1.31.1-r20.trigger 08:20:38 Executing ca-certificates-20191127-r4.trigger 08:20:38 OK: 7 MiB in 20 packages 08:20:41 Removing intermediate container 46bdca861dc5 08:20:41 ---> 67caab5e9e0b 08:20:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:20:41 ---> Running in 73b8b386b85f 08:20:41 Removing intermediate container 73b8b386b85f 08:20:41 ---> 38291369407b 08:20:41 Step 13/24 : WORKDIR / 08:20:42 ---> Running in 898aa4fb30d4 08:20:42 Removing intermediate container 898aa4fb30d4 08:20:42 ---> 48e593daf07b 08:20:42 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:20:43 ---> a600ec902032 08:20:43 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:20:45 ---> 813aebfafcdd 08:20:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:20:46 ---> bf79117bb9dc 08:20:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:20:48 ---> 70c77c5f6af1 08:20:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:20:49 ---> 84e17c7d03b2 08:20:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:20:51 ---> 481fb816973b 08:20:51 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/ 08:20:51 ---> Running in ba0b2a54910c 08:20:54 Removing intermediate container ba0b2a54910c 08:20:54 ---> 26e4b2995e5f 08:20:54 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:20:55 ---> Running in a177a0943f07 08:20:55 Removing intermediate container a177a0943f07 08:20:55 ---> 719ca8c48bcf 08:20:55 Step 22/24 : LABEL arch=arm64 08:20:55 ---> Running in 2f5c7066749c 08:20:56 Removing intermediate container 2f5c7066749c 08:20:56 ---> c38ca254bb5c 08:20:56 Step 23/24 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:20:56 ---> Running in d0efcee2de3e 08:20:57 Removing intermediate container d0efcee2de3e 08:20:57 ---> ec871aad9496 08:20:57 Step 24/24 : LABEL version=0.0.0 08:20:57 ---> Running in a7d43210721f 08:20:57 Removing intermediate container a7d43210721f 08:20:57 ---> bad538745b3b 08:20:57 08:20:58 Successfully built bad538745b3b 08:20:58 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:21:11  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3d6f3a67c277 08:21:11 ---> b1ef0fe86abd 08:21:11 08:21:11 Step 10/23 : FROM alpine:3.12 08:21:11 ---> 9852663dfa18 08:21:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:21:11 ---> Using cache 08:21:11 ---> a8045e027d6d 08:21:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:21:11 ---> Using cache 08:21:11 ---> deb22dd59a16 08:21:11 Step 13/23 : ENV APP_PORT=48082 08:21:11 ---> Running in fad5f2a1cde7 08:21:11 Removing intermediate container a94d92f6d9df 08:21:11 ---> 7bec4441adf8 08:21:11 08:21:11 Step 10/23 : FROM alpine:3.12 08:21:11 ---> 9852663dfa18 08:21:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:21:11 ---> Using cache 08:21:11 ---> a8045e027d6d 08:21:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:21:11 ---> Using cache 08:21:11 ---> deb22dd59a16 08:21:11 Step 13/23 : ENV APP_PORT=48081 08:21:11 Removing intermediate container fad5f2a1cde7 08:21:11 ---> e94d0e8589a7 08:21:11 Step 14/23 : EXPOSE $APP_PORT 08:21:11 ---> Running in 442742bc21d0 08:21:11 ---> Running in ddbf5462c5c6 08:21:11 Removing intermediate container 442742bc21d0 08:21:11 ---> 640160296ab4 08:21:11 Step 14/23 : EXPOSE $APP_PORT 08:21:11 ---> Running in 7fa4b5853a14 08:21:11 Removing intermediate container ddbf5462c5c6 08:21:11 ---> 096ad42e95a3 08:21:11 Step 15/23 : WORKDIR / 08:21:11 ---> Running in fff91d9fc27e 08:21:11 Removing intermediate container 9a0fc89c7295 08:21:11 ---> 48faff089371 08:21:11 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:21:11 ---> Running in 25968347ab7b 08:21:11 Removing intermediate container 7fa4b5853a14 08:21:11 ---> 88c9e8661e2a 08:21:11 Step 15/23 : WORKDIR / 08:21:12 ---> Running in f00d233924d0 08:21:12 Removing intermediate container fff91d9fc27e 08:21:12 ---> 2620f8d53eff 08:21:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:21:12 Removing intermediate container f00d233924d0 08:21:12 ---> 165724905efa 08:21:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:21:13 ---> 5c5778cbd480 08:21:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:21:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:21:13 ---> 262a3456239d 08:21:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:21:15 ---> 5c1fd93ad90b 08:21:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:21:15 ---> a105740fe261 08:21:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:21:15 ---> 60be51c77e3e 08:21:15 Step 19/23 : ENTRYPOINT ["/core-command"] 08:21:16 ---> Running in f647c1e86368 08:21:16 ---> 31083513eb2e 08:21:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:21:16 Removing intermediate container f647c1e86368 08:21:16 ---> e9c1aeeb23ec 08:21:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:21:16 Removing intermediate container 25968347ab7b 08:21:16 ---> 39cadcd38363 08:21:16 08:21:16 Step 11/23 : FROM docker:20.10.0 08:21:16 ---> Running in 0e4da04df6a7 08:21:16 20.10.0: Pulling from library/docker 08:21:17 ---> Running in fbae5ce1df25 08:21:17 Removing intermediate container 0e4da04df6a7 08:21:17 ---> 5df725c6912a 08:21:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:21:17 Removing intermediate container fbae5ce1df25 08:21:17 ---> 2a645f219a9e 08:21:17 Step 21/23 : LABEL arch=arm64 08:21:18 ---> Running in cfc1351a5446 08:21:18 ---> Running in e07d8ab35294 08:21:18 Removing intermediate container cfc1351a5446 08:21:18 ---> 235a96a21c82 08:21:18 Step 21/23 : LABEL arch=arm64 08:21:18 Removing intermediate container e07d8ab35294 08:21:18 ---> 48be3b9ffe26 08:21:18 Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:21:19 ---> Running in 9b8dd3942495 08:21:19 ---> Running in 974313ab3289 08:21:19 Removing intermediate container 9b8dd3942495 08:21:19 ---> 6348d953f6a3 08:21:19 Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:21:19 Removing intermediate container 974313ab3289 08:21:19 ---> 091e7afb9162 08:21:19 Step 23/23 : LABEL version=0.0.0 08:21:19 ---> Running in a45d8a5c8f4b 08:21:20 ---> Running in a5200167c71c 08:21:20 Removing intermediate container a45d8a5c8f4b 08:21:20 ---> 98020b267023 08:21:20 Step 23/23 : LABEL version=0.0.0 08:21:20 Removing intermediate container a5200167c71c 08:21:20 ---> 10d0818cdb15 08:21:20 08:21:20 ---> Running in 5b1e96a66392 08:21:21 Successfully built 10d0818cdb15 08:21:21 Successfully tagged docker-core-command-go-arm64:latest 08:21:21  Building docker-core-command-go ... done Removing intermediate container 5b1e96a66392 08:21:21 ---> 9e3b97c1dfe8 08:21:21 08:21:22 Successfully built 9e3b97c1dfe8 08:21:22 Successfully tagged docker-core-metadata-go-arm64:latest 08:21:25  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:21:25 Status: Downloaded newer image for docker:20.10.0 08:21:25 ---> eeaf43b92773 08:21:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:21:26 ---> Running in cd09a88ecdb0 08:21:26 Removing intermediate container cd09a88ecdb0 08:21:26 ---> 7cc44ebc657b 08:21:26 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:21:26 ---> Running in 21f497302b5c 08:21:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:21:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:21:28 (1/39) Installing readline (8.0.4-r0) 08:21:28 (2/39) Installing bash (5.0.17-r0) 08:21:28 Executing bash-5.0.17-r0.post-install 08:21:28 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:21:28 (4/39) Installing libcurl (7.76.1-r0) 08:21:28 (5/39) Installing curl (7.76.1-r0) 08:21:28 (6/39) Installing dumb-init (1.2.2-r1) 08:21:28 (7/39) Installing libbz2 (1.0.8-r1) 08:21:28 (8/39) Installing expat (2.2.9-r1) 08:21:28 (9/39) Installing libffi (3.3-r2) 08:21:28 (10/39) Installing gdbm (1.13-r1) 08:21:28 (11/39) Installing xz-libs (5.2.5-r0) 08:21:28 (12/39) Installing sqlite-libs (3.32.1-r0) 08:21:28 (13/39) Installing python3 (3.8.8-r0) 08:21:30 (14/39) Installing py3-appdirs (1.4.4-r1) 08:21:30 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:21:30 (16/39) Installing py3-parsing (2.4.7-r0) 08:21:30 (17/39) Installing py3-six (1.15.0-r0) 08:21:30 (18/39) Installing py3-packaging (20.4-r0) 08:21:30 (19/39) Installing py3-setuptools (47.0.0-r0) 08:21:30 (20/39) Installing py3-chardet (3.0.4-r4) 08:21:30 (21/39) Installing py3-idna (2.9-r0) 08:21:30 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:21:30 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:21:30 (24/39) Installing py3-requests (2.23.0-r0) 08:21:30 (25/39) Installing py3-msgpack (1.0.0-r0) 08:21:30 (26/39) Installing py3-lockfile (0.12.2-r3) 08:21:30 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:21:30 (28/39) Installing py3-colorama (0.4.3-r0) 08:21:30 (29/39) Installing py3-distlib (0.3.0-r0) 08:21:30 (30/39) Installing py3-distro (1.5.0-r1) 08:21:30 (31/39) Installing py3-webencodings (0.5.1-r3) 08:21:30 (32/39) Installing py3-html5lib (1.0.1-r4) 08:21:30 (33/39) Installing py3-pytoml (0.1.21-r0) 08:21:30 (34/39) Installing py3-pep517 (0.8.2-r0) 08:21:30 (35/39) Installing py3-progress (1.5-r0) 08:21:30 (36/39) Installing py3-toml (0.10.1-r0) 08:21:30 (37/39) Installing py3-retrying (1.3.3-r0) 08:21:30 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:21:30 (39/39) Installing py3-pip (20.1.1-r0) 08:21:30 Executing busybox-1.31.1-r19.trigger 08:21:30 OK: 72 MiB in 59 packages 08:21:35 Collecting docker-compose==1.23.2 08:21:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:21:35 Collecting PyYAML<4,>=3.10 08:21:35 Downloading PyYAML-3.13.tar.gz (270 kB) 08:21:39 Collecting docopt<0.7,>=0.6.1 08:21:39 Downloading docopt-0.6.2.tar.gz (25 kB) 08:21:40 Collecting websocket-client<1.0,>=0.32.0 08:21:40 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:21:40 Collecting dockerpty<0.5,>=0.4.1 08:21:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:21:43 Collecting docker<4.0,>=3.6.0 08:21:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:21:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:21:43 Collecting cached-property<2,>=1.2.0 08:21:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:21:44 Collecting jsonschema<3,>=2.5.1 08:21:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:21:44 Collecting texttable<0.10,>=0.9.0 08:21:44 Downloading texttable-0.9.1.tar.gz (11 kB) 08:21:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:21:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:21:47 Collecting docker-pycreds>=0.4.0 08:21:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:21:47 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) 08:21:47 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) 08:21:48 Collecting urllib3<1.25,>=1.21.1 08:21:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:21:48 Collecting idna<2.8,>=2.5 08:21:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:21:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:21:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:21:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:21:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:21:49 Installing collected packages: PyYAML, docopt, websocket-client, dockerpty, urllib3, idna, requests, docker-pycreds, docker, cached-property, jsonschema, texttable, docker-compose 08:21:49 Running setup.py install for PyYAML: started 08:21:51 Running setup.py install for PyYAML: finished with status 'done' 08:21:51 Running setup.py install for docopt: started 08:21:53 Running setup.py install for docopt: finished with status 'done' 08:21:53 Running setup.py install for dockerpty: started 08:21:55 Running setup.py install for dockerpty: finished with status 'done' 08:21:55 Attempting uninstall: urllib3 08:21:55 Found existing installation: urllib3 1.25.9 08:21:55 Uninstalling urllib3-1.25.9: 08:21:55 Successfully uninstalled urllib3-1.25.9 08:21:55 Attempting uninstall: idna 08:21:55 Found existing installation: idna 2.9 08:21:55 Uninstalling idna-2.9: 08:21:55 Successfully uninstalled idna-2.9 08:21:56 Attempting uninstall: requests 08:21:56 Found existing installation: requests 2.23.0 08:21:56 Uninstalling requests-2.23.0: 08:21:56 Successfully uninstalled requests-2.23.0 08:21:57 Running setup.py install for texttable: started 08:21:59 Running setup.py install for texttable: finished with status 'done' 08:22:00 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 08:22:08 Removing intermediate container 21f497302b5c 08:22:08 ---> f8c44aff267d 08:22:08 Step 14/23 : ENV APP_PORT=48090 08:22:09 ---> Running in f2d01acaab26 08:22:09 Removing intermediate container f2d01acaab26 08:22:09 ---> 4385825f669f 08:22:09 Step 15/23 : EXPOSE $APP_PORT 08:22:09 ---> Running in b29a0eb12847 08:22:10 Removing intermediate container b29a0eb12847 08:22:10 ---> 559a89318fb1 08:22:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:22:11 ---> 9b53fcf9ad35 08:22:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:22:11 ---> b15ecc407793 08:22:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:22:12 ---> 2d9609697682 08:22:12 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:22:12 ---> Running in 2db0f47f1568 08:22:13 Removing intermediate container 2db0f47f1568 08:22:13 ---> 746f3169a6a2 08:22:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:22:13 ---> Running in cf621456f349 08:22:13 Removing intermediate container cf621456f349 08:22:13 ---> 9387f4af4a4c 08:22:13 Step 21/23 : LABEL arch=arm64 08:22:13 ---> Running in 52991ac661c9 08:22:14 Removing intermediate container 52991ac661c9 08:22:14 ---> c30432b3f853 08:22:14 Step 22/23 : LABEL git_sha=9f17fcb7dbe4509db94eff3fee78c96b79945b94 08:22:14 ---> Running in 819e667e64ca 08:22:15 Removing intermediate container 819e667e64ca 08:22:15 ---> 886d0e053a61 08:22:15 Step 23/23 : LABEL version=0.0.0 08:22:15 ---> Running in a9fd165b36f9 08:22:15 Removing intermediate container a9fd165b36f9 08:22:15 ---> 15e757403038 08:22:15 08:22:15 Successfully built 15e757403038 08:22:15 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:22:16  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:22:16 $ docker stop --time=1 944b6c660db77b8c1df77f880c8c4281937ef52e6d2ff6b07b36829066fd7cb2 08:22:18 $ docker rm -f 944b6c660db77b8c1df77f880c8c4281937ef52e6d2ff6b07b36829066fd7cb2 [Pipeline] // withDockerContainer [Pipeline] sh 08:22:19 + grep docker 08:22:19 + docker images 08:22:19 docker-sys-mgmt-agent-go-arm64 latest 15e757403038 4 seconds ago 299MB 08:22:19 docker-core-metadata-go-arm64 latest 9e3b97c1dfe8 58 seconds ago 18.1MB 08:22:19 docker-core-command-go-arm64 latest 10d0818cdb15 59 seconds ago 16.5MB 08:22:19 docker-security-secretstore-setup-go-arm64 latest bad538745b3b About a minute ago 24.9MB 08:22:19 docker-core-data-go-arm64 latest 87a2f13031c5 3 minutes ago 21.6MB 08:22:19 docker-security-bootstrapper-go-arm64 latest 5441862f5c83 3 minutes ago 18.1MB 08:22:19 docker-support-scheduler-go-arm64 latest 7b4a40e7d9f0 3 minutes ago 16.6MB 08:22:19 docker-support-notifications-go-arm64 latest 5de106462add 4 minutes ago 17.2MB 08:22:19 docker-security-proxy-setup-go-arm64 latest caea379fd9b9 4 minutes ago 24.6MB 08:22:19 docker 20.10.0 eeaf43b92773 4 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 08:22:20 ---> job-cost.sh 08:22:20 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-H1S2 08:22:58 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:24:35 lf-activate-venv(): INFO: Adding /tmp/venv-H1S2/bin to PATH 08:24:35 INFO: No Stack... 08:24:35 INFO: Retrieving Pricing Info for: lf-standard-4 08:24:35 INFO: Archiving Costs [Pipeline] sh 08:24:36 + cat /w/workspace/edgex-go/2/archives/cost.csv 08:24:36 + cut -d, -f6 [Pipeline] lock 08:24:36 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3398-2-stack-cost] 08:24:36 Resource [jenkins-edgexfoundry-edgex-go-PR-3398-2-stack-cost] did not exist. Created. 08:24:36 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3398-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:24:36 + echo total: 0.20999999344348907 [Pipeline] stash 08:24:36 Stashed 1 file(s) [Pipeline] } 08:24:36 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3398-2-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 08:24:37 provisioning config files... 08:24:37 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5639814017828646904tmp [Pipeline] { [Pipeline] sh 08:24:37 + set +x 08:24:37 + curl -s https://codecov.io/bash 08:24:37 + bash -s -- 08:24:38 08:24:38 _____ _ 08:24:38 / ____| | | 08:24:38 | | ___ __| | ___ ___ _____ __ 08:24:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:24:38 | |___| (_) | (_| | __/ (_| (_) \ V / 08:24:38 \_____\___/ \__,_|\___|\___\___/ \_/ 08:24:38 Bash-1.0.2 08:24:38 08:24:38 08:24:38 ==> git version 2.24.3 found 08:24:38 ==> 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 08:24:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:24:38 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:24:38 ==> Jenkins CI detected. 08:24:38 project root: . 08:24:38 --> token set from env 08:24:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:24:38 ==> Running gcov in . (disable via -X gcov) 08:24:38 ==> Python coveragepy not found 08:24:38 ==> Searching for coverage reports in: 08:24:38 + . 08:24:38 -> Found 1 reports 08:24:38 ==> Detecting git/mercurial file structure 08:24:38 ==> Reading reports 08:24:38 + ./coverage.out bytes=704315 08:24:38 ==> Appending adjustments 08:24:38 https://docs.codecov.io/docs/fixing-reports 08:24:42 + Found adjustments 08:24:42 ==> Gzipping contents 08:24:42 100K /tmp/codecov.2UyEfL.gz 08:24:42 ==> Uploading reports 08:24:42 url: https://codecov.io 08:24:42 query: branch=PR-3398&commit=9f17fcb7dbe4509db94eff3fee78c96b79945b94&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3398%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3398&job=&cmd_args= 08:24:42 -> Pinging Codecov 08:24:42 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3398&commit=9f17fcb7dbe4509db94eff3fee78c96b79945b94&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3398%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3398&job=&cmd_args= 08:24:42 -> Uploading to 08:24:42 https://storage.googleapis.com/codecov/v4/raw/2021-04-26/00271124DB129430A58F1EEE437C3FCB/9f17fcb7dbe4509db94eff3fee78c96b79945b94/777d53c8-0511-42c8-bbda-8cfe5afdd3ad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210426T082442Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=35b075a808b980a4ef569013154cd85dd8a45d42c261f12f54a2c454d48c343e 08:24:42 % Total % Received % Xferd Average Speed Time Time Time Current 08:24:42 Dload Upload Total Spent Left Speed 08:24:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 162k --:--:-- --:--:-- --:--:-- 162k 100 98k 0 0 100 98k 0 162k --:--:-- --:--:-- --:--:-- 162k 08:24:43 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/9f17fcb7dbe4509db94eff3fee78c96b79945b94 [Pipeline] } 08:24:43 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 08:24:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:24:45 ---> package-listing.sh 08:24:45 ++ facter osfamily 08:24:45 ++ tr '[:upper:]' '[:lower:]' 08:24:45 + OS_FAMILY=redhat 08:24:45 + workspace=/w/workspace/edgex-go/2 08:24:45 + START_PACKAGES=/tmp/packages_start.txt 08:24:45 + END_PACKAGES=/tmp/packages_end.txt 08:24:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:24:45 + PACKAGES=/tmp/packages_start.txt 08:24:45 + '[' /w/workspace/edgex-go/2 ']' 08:24:45 + PACKAGES=/tmp/packages_end.txt 08:24:45 + case "${OS_FAMILY}" in 08:24:45 + rpm -qa 08:24:45 + sort 08:24:51 + '[' -f /tmp/packages_start.txt ']' 08:24:51 + '[' -f /tmp/packages_end.txt ']' 08:24:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:24:51 + '[' /w/workspace/edgex-go/2 ']' 08:24:51 + mkdir -p /w/workspace/edgex-go/2/archives/ 08:24:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 08:24:51 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:24:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:24:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:24:52 08:24:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:24:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:24:52 alpine: Pulling from edgex-lftools-log-publisher 08:24:52 df20fa9351a1: Pulling fs layer 08:24:52 36b3adc4ff6f: Pulling fs layer 08:24:52 8ad3a11d3b57: Pulling fs layer 08:24:52 46f8f816bc3b: Pulling fs layer 08:24:52 93b61091891f: Pulling fs layer 08:24:52 93b9cdb0e59b: Pulling fs layer 08:24:52 5e14af77c1be: Pulling fs layer 08:24:52 01666e4c0597: Pulling fs layer 08:24:52 aa168da1d23b: Pulling fs layer 08:24:52 93b9cdb0e59b: Waiting 08:24:52 5e14af77c1be: Waiting 08:24:52 01666e4c0597: Waiting 08:24:52 aa168da1d23b: Waiting 08:24:52 46f8f816bc3b: Waiting 08:24:52 93b61091891f: Waiting 08:24:52 36b3adc4ff6f: Verifying Checksum 08:24:52 36b3adc4ff6f: Download complete 08:24:52 46f8f816bc3b: Verifying Checksum 08:24:52 46f8f816bc3b: Download complete 08:24:52 df20fa9351a1: Verifying Checksum 08:24:52 df20fa9351a1: Download complete 08:24:53 93b9cdb0e59b: Verifying Checksum 08:24:53 93b9cdb0e59b: Download complete 08:24:53 5e14af77c1be: Verifying Checksum 08:24:53 5e14af77c1be: Download complete 08:24:53 01666e4c0597: Verifying Checksum 08:24:53 01666e4c0597: Download complete 08:24:53 93b61091891f: Verifying Checksum 08:24:53 93b61091891f: Download complete 08:24:53 8ad3a11d3b57: Verifying Checksum 08:24:53 8ad3a11d3b57: Download complete 08:24:53 df20fa9351a1: Pull complete 08:24:53 36b3adc4ff6f: Pull complete 08:24:55 8ad3a11d3b57: Pull complete 08:24:55 46f8f816bc3b: Pull complete 08:24:56 aa168da1d23b: Verifying Checksum 08:24:56 aa168da1d23b: Download complete 08:24:57 93b61091891f: Pull complete 08:24:57 93b9cdb0e59b: Pull complete 08:24:57 5e14af77c1be: Pull complete 08:24:57 01666e4c0597: Pull complete 08:25:08 aa168da1d23b: Pull complete 08:25:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:25:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:25:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:25:08 prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container 08:25:08 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:25:12 $ docker top 8f44d89fe7bf550758099346474093fd2ee3733671d721248e053f29b0b5a02b -eo pid,comm [Pipeline] { [Pipeline] sh 08:25:13 + touch /tmp/pre-build-complete [Pipeline] sh 08:25:13 + mkdir -p /var/log/sa [Pipeline] sh 08:25:14 + ls /var/log/sa-host 08:25:14 + sadf -c /var/log/sa-host/sa23 08:25:14 file_magic: OK 08:25:14 HZ: Using current value: 100 08:25:14 file_header: OK 08:25:14 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 08:25:14 Statistics: 08:25:14 Hnuu...uuuununununu... 08:25:14 File successfully converted to sysstat format version 12.2.1 08:25:14 + sadf -c /var/log/sa-host/sa26 08:25:14 file_magic: OK 08:25:14 HZ: Using current value: 100 08:25:14 file_header: OK 08:25:14 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 08:25:14 Statistics: 08:25:14 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...Hnuu...uuuununununu... 08:25:14 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:25:14 provisioning config files... 08:25:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2609501208776301261tmp [Pipeline] { [Pipeline] echo 08:25:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:25:14 ---> create-netrc.sh [Pipeline] } 08:25:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:25:15 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:25:15 ---> python-tools-install.sh [Pipeline] echo 08:25:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:25:15 ---> sudo-logs.sh 08:25:15 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:25:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:25:16 ---> job-cost.sh 08:25:16 lf-activate-venv: SKIPPING 08:25:16 DEBUG: total: 0.20999999344348907 08:25:16 INFO: Retrieving Stack Cost... 08:25:17 INFO: Retrieving Pricing Info for: v1-standard-2 08:25:18 INFO: Archiving Costs [Pipeline] echo 08:25:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:25:18 ---> logs-deploy.sh 08:25:18 lf-activate-venv: SKIPPING 08:25:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3398/2 08:25:18 INFO: archiving workspace using pattern(s): 08:25:21 Archives upload complete. 08:25:21 INFO: archiving logs to Nexus 08:25:21 ---> uname -a: 08:25:21 Linux prd-centos7-docker-4c-2g-1771.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:25:21 08:25:21 08:25:21 ---> lscpu: 08:25:21 Architecture: x86_64 08:25:21 CPU op-mode(s): 32-bit, 64-bit 08:25:21 Byte Order: Little Endian 08:25:21 Address sizes: 40 bits physical, 48 bits virtual 08:25:21 CPU(s): 4 08:25:21 On-line CPU(s) list: 0-3 08:25:21 Thread(s) per core: 1 08:25:21 Core(s) per socket: 1 08:25:21 Socket(s): 4 08:25:21 NUMA node(s): 1 08:25:21 Vendor ID: GenuineIntel 08:25:21 CPU family: 6 08:25:21 Model: 44 08:25:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:25:21 Stepping: 1 08:25:21 CPU MHz: 2933.436 08:25:21 BogoMIPS: 5866.87 08:25:21 Virtualization: VT-x 08:25:21 Hypervisor vendor: KVM 08:25:21 Virtualization type: full 08:25:21 L1d cache: 128 KiB 08:25:21 L1i cache: 128 KiB 08:25:21 L2 cache: 16 MiB 08:25:21 L3 cache: 64 MiB 08:25:21 NUMA node0 CPU(s): 0-3 08:25:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:25:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:25:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:25:21 Vulnerability Meltdown: Mitigation; PTI 08:25:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:25:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:25:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:25:21 Vulnerability Srbds: Not affected 08:25:21 Vulnerability Tsx async abort: Not affected 08:25:21 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 08:25:21 08:25:21 08:25:21 ---> nproc: 08:25:21 4 08:25:21 08:25:21 08:25:21 ---> df -h: 08:25:21 Filesystem Size Used Available Use% Mounted on 08:25:21 overlay 50.0G 11.4G 38.6G 23% / 08:25:21 tmpfs 64.0M 0 64.0M 0% /dev 08:25:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:25:21 shm 64.0M 0 64.0M 0% /dev/shm 08:25:21 /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os 08:25:21 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf 08:25:21 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname 08:25:21 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts 08:25:21 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log 08:25:21 /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json 08:25:21 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host 08:25:21 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure 08:25:21 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/2 08:25:21 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/2@tmp 08:25:21 08:25:21 08:25:21 ---> free -m: 08:25:21 total used free shared buff/cache available 08:25:21 Mem: 1837 849 118 0 869 928 08:25:21 Swap: 1023 59 964 08:25:21 08:25:21 08:25:21 ---> ip addr: 08:25:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:25:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:25:21 inet 127.0.0.1/8 scope host lo 08:25:21 valid_lft forever preferred_lft forever 08:25:21 inet6 ::1/128 scope host 08:25:21 valid_lft forever preferred_lft forever 08:25:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:25:21 link/ether fa:16:3e:9d:d4:06 brd ff:ff:ff:ff:ff:ff 08:25:21 inet 10.30.122.84/23 brd 10.30.123.255 scope global dynamic eth0 08:25:21 valid_lft 84897sec preferred_lft 84897sec 08:25:21 inet6 fe80::f816:3eff:fe9d:d406/64 scope link 08:25:21 valid_lft forever preferred_lft forever 08:25:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:25:21 link/ether 02:42:1e:36:57:6c brd ff:ff:ff:ff:ff:ff 08:25:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:25:21 valid_lft forever preferred_lft forever 08:25:21 inet6 fe80::42:1eff:fe36:576c/64 scope link 08:25:21 valid_lft forever preferred_lft forever 08:25:21 08:25:21 08:25:21 ---> sar -b -r -n DEV: 08:25:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/26/21 _x86_64_ (4 CPU) 08:25:21 08:25:21 08:00:01 LINUX RESTART (4 CPU) 08:25:21 08:25:21 08:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:25:21 08:02:02 62.76 16.09 46.68 0.00 4951.28 10424.61 0.00 08:25:21 08:03:01 217.10 93.17 123.93 0.00 6994.62 48084.12 0.00 08:25:21 08:04:01 225.75 99.82 125.93 0.00 3472.87 16272.69 0.00 08:25:21 08:05:01 84.71 18.40 66.31 0.00 685.66 9238.01 0.00 08:25:21 08:06:01 151.06 81.54 69.53 0.00 3793.48 7040.24 0.00 08:25:21 08:07:02 188.24 45.39 142.85 0.00 14193.55 84973.45 0.00 08:25:21 08:08:02 1768.64 1447.14 321.50 0.00 175946.02 186393.33 0.00 08:25:21 08:09:01 1122.22 965.08 157.13 0.00 55785.89 66167.24 0.00 08:25:21 08:10:02 449.74 170.00 279.75 0.00 31795.35 97263.40 0.00 08:25:21 08:11:03 1524.04 1237.08 286.96 0.00 105269.22 108325.20 0.00 08:25:21 08:12:02 745.27 469.92 275.35 0.00 29939.25 47131.16 0.00 08:25:21 08:13:01 35.00 20.35 14.66 0.00 3145.16 406.82 0.00 08:25:21 08:14:01 2.78 1.12 1.67 0.00 20.78 32.36 0.00 08:25:21 08:15:01 2.06 1.77 0.30 0.00 57.42 4.23 0.00 08:25:21 08:16:01 0.88 0.07 0.82 0.00 2.13 15.24 0.00 08:25:21 08:17:01 0.33 0.08 0.25 0.00 1.07 3.00 0.00 08:25:21 08:18:01 0.82 0.53 0.28 0.00 15.72 3.43 0.00 08:25:21 08:19:01 0.23 0.00 0.23 0.00 0.00 2.90 0.00 08:25:21 08:20:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 08:25:21 08:21:01 285.26 265.09 20.17 0.00 3749.08 718.54 0.00 08:25:21 08:22:01 48.13 43.08 5.04 0.00 888.43 462.28 0.00 08:25:21 08:23:01 0.43 0.02 0.42 0.00 0.27 6.00 0.00 08:25:21 08:24:01 0.27 0.02 0.25 0.00 0.53 2.43 0.00 08:25:21 08:25:02 114.44 69.18 45.26 0.00 5692.75 11008.21 0.00 08:25:21 Average: 293.25 210.50 82.75 0.00 18656.28 28982.51 0.00 08:25:21 08:25:21 08:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:25:21 08:02:02 83596 0 675900 35.92 2620 1119428 1420200 48.47 596676 995456 79468 08:25:21 08:03:01 148828 0 738148 39.23 1500 993068 1628040 55.56 556784 930952 196 08:25:21 08:04:01 80708 0 968472 51.47 836 831528 1908512 65.13 742048 780256 51904 08:25:21 08:05:01 234332 0 824880 43.84 544 821788 1582372 54.00 673340 687072 79348 08:25:21 08:06:01 244872 0 801164 42.58 516 834992 1670824 57.02 603852 735444 51280 08:25:21 08:07:02 77652 0 718824 38.20 204 1084864 1290556 44.04 720480 838080 64972 08:25:21 08:08:02 74320 0 871360 46.31 8 935856 2356336 80.42 726556 843568 26816 08:25:21 08:09:01 241124 0 1121788 59.62 8 518624 3902332 133.18 705896 656724 34372 08:25:21 08:10:02 76156 0 876156 46.57 8 929224 2295068 78.33 706108 866628 79968 08:25:21 08:11:03 77536 0 789728 41.97 8 1014272 2216120 75.63 541436 1007048 36256 08:25:21 08:12:02 411232 0 732632 38.94 8 737672 1565052 53.41 595044 625088 64 08:25:21 08:13:01 432996 0 655856 34.86 8 792684 1213736 41.42 565524 636568 8 08:25:21 08:14:01 436888 0 651944 34.65 8 792704 1181476 40.32 563080 636396 8 08:25:21 08:15:01 435784 0 652012 34.65 8 793740 1181308 40.32 563676 636596 16 08:25:21 08:16:01 435276 0 652528 34.68 8 793732 1181368 40.32 563768 636596 12 08:25:21 08:17:01 435620 0 652128 34.66 8 793788 1181344 40.32 563640 636644 16 08:25:21 08:18:01 434780 0 652884 34.70 8 793872 1181416 40.32 563872 637112 24 08:25:21 08:19:01 435360 0 652300 34.67 8 793876 1181308 40.32 563620 637112 12 08:25:21 08:20:01 435508 0 652140 34.66 8 793888 1181308 40.32 563628 637112 8 08:25:21 08:21:01 291540 0 737820 39.21 8 852176 1183068 40.38 605308 654844 3348 08:25:21 08:22:01 244660 0 780960 41.51 8 855916 1181340 40.32 604396 658600 12 08:25:21 08:23:01 244360 0 781252 41.52 8 855924 1181340 40.32 604400 658608 8 08:25:21 08:24:01 244528 0 781092 41.51 8 855916 1181340 40.32 604288 658608 16 08:25:21 08:25:02 71196 0 864232 45.93 8 946108 1609204 54.92 669488 748596 58684 08:25:21 Average: 263702 0 761925 40.49 265 855652 1568957 53.55 615288 726654 23617 08:25:21 08:25:21 08:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:25:21 08:02:02 eth0 1112.30 981.27 5452.18 111.42 0.00 0.00 0.00 0.00 08:25:21 08:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:02:02 veth03ffefa 672.17 515.72 67.83 2335.05 0.00 0.00 0.00 0.00 08:25:21 08:02:02 docker0 672.17 515.59 58.64 2335.04 0.00 0.00 0.00 0.00 08:25:21 08:03:01 vethcca8c6b 5.58 4.58 0.56 5.93 0.00 0.00 0.00 0.00 08:25:21 08:03:01 eth0 517.96 407.91 3607.12 78.93 0.00 0.00 0.00 0.00 08:25:21 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:03:01 docker0 155.72 209.12 11.38 716.62 0.00 0.00 0.00 0.00 08:25:21 08:04:01 eth0 136.42 93.35 489.68 17.30 0.00 0.00 0.00 0.00 08:25:21 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:04:01 vethc15bd3e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:25:21 08:04:01 docker0 72.72 110.13 5.91 463.03 0.00 0.00 0.00 0.00 08:25:21 08:05:01 eth0 29.45 19.74 20.94 11.39 0.00 0.00 0.00 0.00 08:25:21 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:05:01 vethc15bd3e 1.42 1.42 0.11 0.12 0.00 0.00 0.00 0.00 08:25:21 08:05:01 docker0 1.42 1.42 0.10 0.12 0.00 0.00 0.00 0.00 08:25:21 08:06:01 eth0 40.30 37.19 17.51 86.34 0.00 0.00 0.00 0.00 08:25:21 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:06:01 vethc15bd3e 0.50 0.50 0.04 0.04 0.00 0.00 0.00 0.00 08:25:21 08:06:01 docker0 0.50 0.50 0.03 0.04 0.00 0.00 0.00 0.00 08:25:21 08:07:02 vetha46cdf8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:25:21 08:07:02 eth0 178.48 120.26 1691.76 22.65 0.00 0.00 0.00 0.00 08:25:21 08:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:08:02 vetha46cdf8 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:25:21 08:08:02 eth0 83.78 56.13 162.81 58.96 0.00 0.00 0.00 0.00 08:25:21 08:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:08:02 docker0 35.32 55.13 2.24 148.77 0.00 0.00 0.00 0.00 08:25:21 08:09:01 vetha46cdf8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:09:01 eth0 6.99 5.26 5.48 2.94 0.00 0.00 0.00 0.00 08:25:21 08:09:01 veth8c7e7fb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:25:21 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:10:02 vethf23ae0f 18.52 47.22 1.40 332.30 0.00 0.00 0.00 0.00 08:25:21 08:10:02 vetha46cdf8 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 08:25:21 08:10:02 eth0 211.97 142.42 1740.04 23.77 0.00 0.00 0.00 0.00 08:25:21 08:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:11:03 veth4403490 0.00 0.31 0.00 0.02 0.00 0.00 0.00 0.00 08:25:21 08:11:03 vetha46cdf8 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:25:21 08:11:03 eth0 69.40 54.71 99.17 92.00 0.00 0.00 0.00 0.00 08:25:21 08:11:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:12:02 vetha46cdf8 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 08:25:21 08:12:02 eth0 86.20 59.17 190.10 22.74 0.00 0.00 0.00 0.00 08:25:21 08:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:12:02 docker0 1034.42 1049.26 85.07 4471.54 0.00 0.00 0.00 0.00 08:25:21 08:13:01 eth0 31.74 30.37 8.33 67.35 0.00 0.00 0.00 0.00 08:25:21 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:13:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:14:01 eth0 0.50 0.30 0.27 0.20 0.00 0.00 0.00 0.00 08:25:21 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:15:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:25:21 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:16:01 eth0 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:25:21 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:17:01 eth0 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 08:25:21 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:18:01 eth0 0.48 0.33 0.28 0.20 0.00 0.00 0.00 0.00 08:25:21 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:19:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:20:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:21:01 eth0 0.28 0.13 0.14 0.07 0.00 0.00 0.00 0.00 08:25:21 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:22:01 eth0 0.05 0.07 0.00 0.01 0.00 0.00 0.00 0.00 08:25:21 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:23:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:24:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:25:21 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:25:02 eth0 200.58 145.71 2164.24 19.71 0.00 0.00 0.00 0.00 08:25:21 08:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 08:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 Average: eth0 112.80 89.77 652.27 25.69 0.00 0.00 0.00 0.00 08:25:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:21 Average: docker0 41.90 42.50 3.45 181.12 0.00 0.00 0.00 0.00 08:25:21 08:25:21 08:25:21 ---> sar -P ALL: 08:25:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/26/21 _x86_64_ (4 CPU) 08:25:21 08:25:21 08:00:01 LINUX RESTART (4 CPU) 08:25:21 08:25:21 08:01:01 CPU %user %nice %system %iowait %steal %idle 08:25:21 08:02:02 all 9.21 0.00 5.49 1.19 11.93 72.18 08:25:21 08:02:02 0 7.54 0.00 6.56 2.41 13.53 69.97 08:25:21 08:02:02 1 10.29 0.00 4.65 0.99 11.92 72.14 08:25:21 08:02:02 2 9.95 0.00 4.77 0.55 11.06 73.68 08:25:21 08:02:02 3 9.05 0.00 5.99 0.83 11.22 72.91 08:25:21 08:03:01 all 12.42 0.00 7.76 2.09 5.13 72.60 08:25:21 08:03:01 0 9.32 0.00 8.59 3.78 6.30 72.02 08:25:21 08:03:01 1 12.65 0.00 6.39 1.81 4.76 74.39 08:25:21 08:03:01 2 12.97 0.00 7.54 1.31 4.86 73.31 08:25:21 08:03:01 3 14.73 0.00 8.53 1.46 4.60 70.67 08:25:21 08:04:01 all 27.17 0.00 9.75 5.44 7.98 49.66 08:25:21 08:04:01 0 27.53 0.00 10.56 5.69 8.20 48.03 08:25:21 08:04:01 1 25.78 0.00 8.95 5.48 8.55 51.24 08:25:21 08:04:01 2 28.97 0.00 10.26 6.09 7.45 47.24 08:25:21 08:04:01 3 26.43 0.00 9.23 4.51 7.70 52.13 08:25:21 08:05:01 all 43.88 0.00 12.79 3.50 5.14 34.70 08:25:21 08:05:01 0 44.71 0.00 14.50 4.55 4.49 31.75 08:25:21 08:05:01 1 43.33 0.00 12.24 2.48 5.49 36.46 08:25:21 08:05:01 2 45.13 0.00 12.10 2.01 5.46 35.30 08:25:21 08:05:01 3 42.36 0.00 12.34 4.98 5.09 35.22 08:25:21 08:06:01 all 49.82 0.00 15.82 3.20 4.59 26.58 08:25:21 08:06:01 0 52.41 0.00 17.45 2.32 3.56 24.27 08:25:21 08:06:01 1 51.52 0.00 15.88 3.52 4.44 24.65 08:25:21 08:06:01 2 47.57 0.00 15.19 3.07 5.20 28.96 08:25:21 08:06:01 3 47.83 0.00 14.79 3.86 5.14 28.39 08:25:21 08:07:02 all 20.30 0.00 13.86 4.69 5.57 55.57 08:25:21 08:07:02 0 20.83 0.00 14.30 2.50 5.62 56.76 08:25:21 08:07:02 1 19.90 0.00 14.80 6.55 5.66 53.08 08:25:21 08:07:02 2 21.03 0.00 13.77 5.24 5.46 54.50 08:25:21 08:07:02 3 19.42 0.00 12.59 4.45 5.56 57.98 08:25:21 08:08:02 all 22.26 0.00 28.86 16.22 7.48 25.18 08:25:21 08:08:02 0 20.64 0.00 27.52 16.27 8.31 27.26 08:25:21 08:08:02 1 22.80 0.00 29.48 16.02 7.18 24.51 08:25:21 08:08:02 2 24.16 0.00 29.06 16.33 6.64 23.82 08:25:21 08:08:02 3 21.46 0.00 29.40 16.27 7.76 25.11 08:25:21 08:09:01 all 60.80 0.00 19.22 6.31 4.46 9.22 08:25:21 08:09:01 0 58.19 0.00 19.56 5.73 5.05 11.47 08:25:21 08:09:01 1 60.15 0.00 19.50 7.63 4.99 7.73 08:25:21 08:09:01 2 63.36 0.00 18.42 5.91 3.90 8.42 08:25:21 08:09:01 3 61.47 0.00 19.42 5.96 3.88 9.26 08:25:21 08:10:02 all 27.32 0.00 18.16 19.79 8.13 26.59 08:25:21 08:10:02 0 26.26 0.00 17.00 18.60 9.58 28.56 08:25:21 08:10:02 1 28.13 0.00 18.74 18.60 8.02 26.51 08:25:21 08:10:02 2 26.94 0.00 17.87 18.44 7.57 29.19 08:25:21 08:10:02 3 27.98 0.00 19.06 23.52 7.36 22.09 08:25:21 08:11:03 all 41.33 0.00 24.36 13.44 8.99 11.88 08:25:21 08:11:03 0 41.50 0.00 24.85 13.26 8.38 12.01 08:25:21 08:11:03 1 39.22 0.00 24.85 14.48 10.01 11.44 08:25:21 08:11:03 2 39.03 0.00 24.32 13.72 9.58 13.36 08:25:21 08:11:03 3 45.67 0.00 23.41 12.27 7.97 10.68 08:25:21 08:12:02 all 38.04 0.00 18.31 14.50 5.02 24.14 08:25:21 08:12:02 0 37.57 0.00 18.77 11.61 5.22 26.83 08:25:21 08:12:02 1 37.77 0.00 17.21 15.89 5.09 24.04 08:25:21 08:12:02 2 37.19 0.00 18.56 14.75 4.72 24.79 08:25:21 08:12:02 3 39.63 0.00 18.70 15.77 5.04 20.86 08:25:21 08:25:21 08:12:02 CPU %user %nice %system %iowait %steal %idle 08:25:21 08:13:01 all 0.87 0.00 0.94 0.71 0.90 96.57 08:25:21 08:13:01 0 0.92 0.00 1.36 1.48 0.63 95.63 08:25:21 08:13:01 1 1.03 0.00 0.83 0.29 0.88 96.97 08:25:21 08:13:01 2 0.61 0.00 0.86 0.39 1.18 96.96 08:25:21 08:13:01 3 0.91 0.00 0.73 0.71 0.93 96.72 08:25:21 08:14:01 all 0.14 0.00 0.04 0.03 0.21 99.58 08:25:21 08:14:01 0 0.05 0.00 0.07 0.02 0.48 99.39 08:25:21 08:14:01 1 0.00 0.00 0.02 0.00 0.05 99.93 08:25:21 08:14:01 2 0.08 0.00 0.03 0.02 0.10 99.77 08:25:21 08:14:01 3 0.43 0.00 0.03 0.08 0.20 99.25 08:25:21 08:15:01 all 0.16 0.00 0.19 0.03 0.17 99.45 08:25:21 08:15:01 0 0.05 0.00 0.22 0.02 0.20 99.52 08:25:21 08:15:01 1 0.05 0.00 0.22 0.02 0.20 99.52 08:25:21 08:15:01 2 0.08 0.00 0.13 0.08 0.20 99.50 08:25:21 08:15:01 3 0.47 0.00 0.18 0.00 0.07 99.28 08:25:21 08:16:01 all 0.14 0.00 0.03 0.00 0.11 99.72 08:25:21 08:16:01 0 0.02 0.00 0.02 0.00 0.12 99.85 08:25:21 08:16:01 1 0.05 0.00 0.03 0.00 0.25 99.67 08:25:21 08:16:01 2 0.02 0.00 0.02 0.00 0.05 99.92 08:25:21 08:16:01 3 0.47 0.00 0.05 0.00 0.03 99.45 08:25:21 08:17:01 all 0.15 0.00 0.05 0.00 0.03 99.77 08:25:21 08:17:01 0 0.03 0.00 0.07 0.00 0.03 99.87 08:25:21 08:17:01 1 0.02 0.00 0.07 0.00 0.02 99.90 08:25:21 08:17:01 2 0.05 0.00 0.02 0.00 0.03 99.90 08:25:21 08:17:01 3 0.50 0.00 0.05 0.00 0.05 99.40 08:25:21 08:18:01 all 0.14 0.00 0.03 0.03 0.02 99.78 08:25:21 08:18:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:25:21 08:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:25:21 08:18:01 2 0.07 0.00 0.07 0.00 0.05 99.82 08:25:21 08:18:01 3 0.47 0.00 0.02 0.12 0.02 99.38 08:25:21 08:19:01 all 0.15 0.00 0.03 0.00 0.01 99.81 08:25:21 08:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:25:21 08:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:25:21 08:19:01 2 0.07 0.00 0.07 0.00 0.05 99.82 08:25:21 08:19:01 3 0.48 0.00 0.02 0.00 0.00 99.50 08:25:21 08:20:01 all 0.15 0.00 0.02 0.00 0.01 99.82 08:25:21 08:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:25:21 08:20:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:25:21 08:20:01 2 0.05 0.00 0.03 0.00 0.03 99.88 08:25:21 08:20:01 3 0.50 0.00 0.02 0.00 0.00 99.48 08:25:21 08:21:01 all 0.15 2.77 13.07 6.16 4.02 73.82 08:25:21 08:21:01 0 0.10 2.46 11.64 3.40 3.86 78.54 08:25:21 08:21:01 1 0.13 3.35 14.88 9.64 4.22 67.78 08:25:21 08:21:01 2 0.07 3.10 14.76 8.98 4.02 69.06 08:25:21 08:21:01 3 0.32 2.18 10.98 2.57 3.99 79.97 08:25:21 08:22:01 all 0.15 0.06 0.50 0.00 0.14 99.14 08:25:21 08:22:01 0 0.02 0.03 0.27 0.00 0.07 99.62 08:25:21 08:22:01 1 0.50 0.00 0.25 0.00 0.22 99.03 08:25:21 08:22:01 2 0.05 0.08 0.55 0.00 0.17 99.15 08:25:21 08:22:01 3 0.03 0.13 0.95 0.00 0.12 98.77 08:25:21 08:23:01 all 0.16 0.00 0.02 0.00 0.02 99.80 08:25:21 08:23:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:25:21 08:23:01 1 0.52 0.00 0.02 0.02 0.02 99.43 08:25:21 08:23:01 2 0.03 0.00 0.02 0.00 0.02 99.93 08:25:21 08:23:01 3 0.07 0.00 0.03 0.00 0.02 99.88 08:25:21 08:25:21 08:23:01 CPU %user %nice %system %iowait %steal %idle 08:25:21 08:24:01 all 0.15 0.00 0.04 0.00 0.00 99.81 08:25:21 08:24:01 0 0.05 0.00 0.05 0.00 0.00 99.90 08:25:21 08:24:01 1 0.50 0.00 0.02 0.00 0.00 99.48 08:25:21 08:24:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:25:21 08:24:01 3 0.03 0.00 0.05 0.00 0.00 99.92 08:25:21 08:25:02 all 5.38 0.00 3.84 2.77 1.30 86.71 08:25:21 08:25:02 0 4.80 0.00 3.45 0.67 1.53 89.54 08:25:21 08:25:02 1 6.00 0.00 4.71 3.22 1.26 84.81 08:25:21 08:25:02 2 5.23 0.00 3.28 3.41 1.18 86.91 08:25:21 08:25:02 3 5.49 0.00 3.93 3.76 1.24 85.59 08:25:21 Average: all 14.48 0.12 7.81 4.05 3.35 70.20 08:25:21 Average: 0 14.13 0.11 7.96 3.74 3.51 70.56 08:25:21 Average: 1 14.50 0.14 7.85 4.32 3.43 69.76 08:25:21 Average: 2 14.61 0.14 7.76 4.06 3.25 70.19 08:25:21 Average: 3 14.67 0.10 7.68 4.07 3.20 70.29 08:25:21 08:25:21 08:25:21