Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 62b35b2432e8ce9c7661e764e19840c5adc5cc86+d3783389bd084c805784fc32d68d5bd35a9a1ab3 (8991249444fabb221702e4a0f7b5baed8d8cb270) 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5085 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d3783389bd084c805784fc32d68d5bd35a9a1ab3 into PR head commit 62b35b2432e8ce9c7661e764e19840c5adc5cc86 Merge succeeded, producing 019d9702c021f624b0dab8944b7cae4695038c17 Checking out Revision 019d9702c021f624b0dab8944b7cae4695038c17 (PR-3410) > git config core.sparsecheckout # timeout=10 > git checkout -f 62b35b2432e8ce9c7661e764e19840c5adc5cc86 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d3783389bd084c805784fc32d68d5bd35a9a1ab3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 019d9702c021f624b0dab8944b7cae4695038c17 # timeout=10 Commit message: "Merge commit 'd3783389bd084c805784fc32d68d5bd35a9a1ab3' into HEAD" > git rev-list --no-walk 62b35b2432e8ce9c7661e764e19840c5adc5cc86 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:31:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:31:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:31:09 ========================================================= 08:31:09 EdgeX Global Pipelines Version Info 08:31:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:31:11 ------------------- 08:31:11 stable info: 08:31:11 ------------------- 08:31:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:31:11 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 08:31:11 Message: update stable to v1.0.192 08:31:12 ------------------- 08:31:12 experimental info: 08:31:12 ------------------- 08:31:12 Commited By: **** collab-it+edgex@linuxfoundation.org 08:31:12 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 08:31:12 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3410 [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3410 [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3410 [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 019d9702c021f624b0dab8944b7cae4695038c17 [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 019d970 [Pipeline] echo 08:31:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:31:12 provisioning config files... 08:31:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config3825221343572671472tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:31:13 ---> docker-login.sh 08:31:13 nexus3.edgexfoundry.org:10001 08:31:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:13 Configure a credential helper to remove this warning. See 08:31:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:13 08:31:13 Login Succeeded 08:31:13 nexus3.edgexfoundry.org:10002 08:31:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:13 Configure a credential helper to remove this warning. See 08:31:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:13 08:31:13 Login Succeeded 08:31:13 nexus3.edgexfoundry.org:10003 08:31:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:14 Configure a credential helper to remove this warning. See 08:31:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:14 08:31:14 Login Succeeded 08:31:14 nexus3.edgexfoundry.org:10004 08:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:14 Configure a credential helper to remove this warning. See 08:31:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:14 08:31:14 Login Succeeded 08:31:14 docker.io 08:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:14 Configure a credential helper to remove this warning. See 08:31:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:14 08:31:14 Login Succeeded 08:31:14 ---> docker-login.sh ends [Pipeline] } 08:31:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:31:15 ++ 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:31:15 + for file in '`ls cmd/**/Dockerfile`' 08:31:15 ++ dirname cmd/core-command/Dockerfile 08:31:15 ++ cut -d/ -f2 08:31:15 + echo core-command,cmd/core-command/Dockerfile 08:31:15 + for file in '`ls cmd/**/Dockerfile`' 08:31:15 ++ dirname cmd/core-data/Dockerfile 08:31:15 ++ cut -d/ -f2 08:31:15 + echo core-data,cmd/core-data/Dockerfile 08:31:15 + for file in '`ls cmd/**/Dockerfile`' 08:31:15 ++ dirname cmd/core-metadata/Dockerfile 08:31:15 ++ cut -d/ -f2 08:31:15 + echo core-metadata,cmd/core-metadata/Dockerfile 08:31:15 + for file in '`ls cmd/**/Dockerfile`' 08:31:15 ++ dirname cmd/security-bootstrapper/Dockerfile 08:31:15 ++ cut -d/ -f2 08:31:15 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:31:15 + for file in '`ls cmd/**/Dockerfile`' 08:31:15 ++ dirname cmd/security-proxy-setup/Dockerfile 08:31:15 ++ cut -d/ -f2 08:31:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:31:15 + for file in '`ls cmd/**/Dockerfile`' 08:31:15 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:31:15 ++ cut -d/ -f2 08:31:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:31:15 + for file in '`ls cmd/**/Dockerfile`' 08:31:15 ++ dirname cmd/support-notifications/Dockerfile 08:31:15 ++ cut -d/ -f2 08:31:15 + echo support-notifications,cmd/support-notifications/Dockerfile 08:31:15 + for file in '`ls cmd/**/Dockerfile`' 08:31:15 ++ dirname cmd/support-scheduler/Dockerfile 08:31:15 ++ cut -d/ -f2 08:31:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:31:15 + for file in '`ls cmd/**/Dockerfile`' 08:31:15 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:31:15 ++ cut -d/ -f2 08:31:15 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:31:15 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 08:31:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:15 08:31:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:31:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:16 latest: Pulling from edgex-devops/git-semver 08:31:16 31603596830f: Pulling fs layer 08:31:16 54011a49482f: Pulling fs layer 08:31:16 a6820b24f6d8: Pulling fs layer 08:31:16 f581987b2513: Pulling fs layer 08:31:16 f581987b2513: Waiting 08:31:16 54011a49482f: Verifying Checksum 08:31:16 54011a49482f: Download complete 08:31:16 31603596830f: Verifying Checksum 08:31:16 31603596830f: Download complete 08:31:16 a6820b24f6d8: Verifying Checksum 08:31:16 a6820b24f6d8: Download complete 08:31:16 f581987b2513: Verifying Checksum 08:31:16 f581987b2513: Download complete 08:31:16 31603596830f: Pull complete 08:31:16 54011a49482f: Pull complete 08:31:17 a6820b24f6d8: Pull complete 08:31:17 f581987b2513: Pull complete 08:31:17 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 08:31:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:31:17 prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container 08:31:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:31:20 $ docker top 3cd1cedd41084a1f0e01c32ccc1ddcac7df01e21fa13689f3451c97b19fd7f56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:31:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:20 [ssh-agent] Looking for ssh-agent implementation... 08:31:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:20 $ docker exec 3cd1cedd41084a1f0e01c32ccc1ddcac7df01e21fa13689f3451c97b19fd7f56 ssh-agent 08:31:20 SSH_AUTH_SOCK=/tmp/ssh-m3avY9ajhIyX/agent.12 08:31:20 SSH_AGENT_PID=17 08:31:20 Running ssh-add (command line suppressed) 08:31:20 Identity added: /w/workspace/edgex-go/14@tmp/private_key_3135689912704285074.key (/w/workspace/edgex-go/14@tmp/private_key_3135689912704285074.key) 08:31:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:21 + git tag --points-at HEAD [Pipeline] } 08:31:21 $ docker exec --env ******** --env ******** 3cd1cedd41084a1f0e01c32ccc1ddcac7df01e21fa13689f3451c97b19fd7f56 ssh-agent -k 08:31:21 unset SSH_AUTH_SOCK; 08:31:21 unset SSH_AGENT_PID; 08:31:21 echo Agent pid 17 killed; 08:31:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:31:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:21 [ssh-agent] Looking for ssh-agent implementation... 08:31:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:21 $ docker exec 3cd1cedd41084a1f0e01c32ccc1ddcac7df01e21fa13689f3451c97b19fd7f56 ssh-agent 08:31:21 SSH_AUTH_SOCK=/tmp/ssh-ypxt6wjR0zdg/agent.47 08:31:21 SSH_AGENT_PID=53 08:31:21 Running ssh-add (command line suppressed) 08:31:21 Identity added: /w/workspace/edgex-go/14@tmp/private_key_2525714664434121188.key (/w/workspace/edgex-go/14@tmp/private_key_2525714664434121188.key) 08:31:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:22 + git semver init 08:31:22 # -> Open(): unable to determine branch for HEAD 08:31:22 # $GIT_DIR = /w/workspace/edgex-go/14/.git 08:31:22 # $GIT_WORK_TREE = /w/workspace/edgex-go/14 08:31:22 # $SEMVER_REMOTE_NAME = origin 08:31:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:31:22 # $SEMVER_USER_NAME = edgex-jenkins 08:31:22 # $SEMVER_BRANCH = PR-3410 08:31:22 # $SEMVER_TEMP = /tmp/semver-683149676 08:31:22 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:32:09 # '/tmp/semver-683149676' -> '/w/workspace/edgex-go/14/.semver' 08:32:09 # -> Force: false 08:32:09 # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } 08:32:09 $ docker exec --env ******** --env ******** 3cd1cedd41084a1f0e01c32ccc1ddcac7df01e21fa13689f3451c97b19fd7f56 ssh-agent -k 08:32:09 unset SSH_AUTH_SOCK; 08:32:09 unset SSH_AGENT_PID; 08:32:09 echo Agent pid 53 killed; 08:32:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:32:09 + git semver [Pipeline] } 08:32:09 $ docker stop --time=1 3cd1cedd41084a1f0e01c32ccc1ddcac7df01e21fa13689f3451c97b19fd7f56 08:32:11 $ docker rm -f 3cd1cedd41084a1f0e01c32ccc1ddcac7df01e21fa13689f3451c97b19fd7f56 [Pipeline] // withDockerContainer [Pipeline] sh 08:32:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:32:12 Stashed 1 file(s) [Pipeline] echo 08:32:12 [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:32:13 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:32:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:32:14 + sudo service docker restart 08:32:14 + true 08:32:14 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:32:14 ========================================================= 08:32:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 08:32:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:32:14 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 08:32:18 Sending build context to Docker daemon 330.4MB 08:32:18 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 08:32:18 Step 2/6 : FROM ${BASE} 08:32:18 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 08:32:18 540db60ca938: Pulling fs layer 08:32:18 adcc1eea9eea: Pulling fs layer 08:32:18 4c4ab2625f07: Pulling fs layer 08:32:18 0510c868ecb4: Pulling fs layer 08:32:18 afea3b2eda06: Pulling fs layer 08:32:18 7809a108b3ef: Pulling fs layer 08:32:18 f706445af74f: Pulling fs layer 08:32:18 afea3b2eda06: Waiting 08:32:18 7809a108b3ef: Waiting 08:32:18 f706445af74f: Waiting 08:32:18 0510c868ecb4: Waiting 08:32:18 4c4ab2625f07: Verifying Checksum 08:32:18 4c4ab2625f07: Download complete 08:32:18 adcc1eea9eea: Download complete 08:32:18 afea3b2eda06: Verifying Checksum 08:32:18 afea3b2eda06: Download complete 08:32:18 540db60ca938: Verifying Checksum 08:32:18 540db60ca938: Download complete 08:32:18 540db60ca938: Pull complete 08:32:18 adcc1eea9eea: Pull complete 08:32:19 4c4ab2625f07: Pull complete 08:32:21 f706445af74f: Verifying Checksum 08:32:21 f706445af74f: Download complete 08:32:22 0510c868ecb4: Verifying Checksum 08:32:22 0510c868ecb4: Download complete 08:32:27 0510c868ecb4: Pull complete 08:32:27 afea3b2eda06: Pull complete 08:32:27 Still waiting to schedule task 08:32:27 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 08:32:28 7809a108b3ef: Pull complete 08:32:32 f706445af74f: Pull complete 08:32:32 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 08:32:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 08:32:32 ---> b068be0155e3 08:32:32 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:32:33 ---> Running in 1f5338b0499e 08:32:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:32:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:32:35 (1/12) Installing libmagic (5.39-r0) 08:32:35 (2/12) Installing file (5.39-r0) 08:32:35 (3/12) Installing libc-dev (0.7.2-r3) 08:32:35 (4/12) Installing g++ (10.2.1_pre1-r3) 08:33:07 (5/12) Installing fortify-headers (1.1-r0) 08:33:07 (6/12) Installing patch (2.7.6-r6) 08:33:07 (7/12) Installing build-base (0.5-r2) 08:33:07 (8/12) Installing libsodium (1.0.18-r0) 08:33:07 (9/12) Installing pkgconf (1.7.3-r0) 08:33:07 (10/12) Installing libsodium-dev (1.0.18-r0) 08:33:07 (11/12) Installing libzmq (4.3.3-r1) 08:33:07 (12/12) Installing zeromq-dev (4.3.3-r1) 08:33:07 Executing busybox-1.32.1-r6.trigger 08:33:07 OK: 219 MiB in 52 packages 08:33:08 Removing intermediate container 1f5338b0499e 08:33:08 ---> 85adcdc782e2 08:33:08 Step 4/6 : WORKDIR /edgex-go 08:33:08 ---> Running in a0edb4573473 08:33:09 Removing intermediate container a0edb4573473 08:33:09 ---> 2549fdd7446b 08:33:09 Step 5/6 : COPY go.mod . 08:33:09 ---> 17bb15841316 08:33:09 Step 6/6 : RUN go mod download 08:33:09 ---> Running in 64ada2c5a6f4 08:33:31 Removing intermediate container 64ada2c5a6f4 08:33:31 ---> 49b9268f1bb6 08:33:31 Successfully built 49b9268f1bb6 08:33:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:33:31 + docker inspect -f . ci-base-image-x86_64 08:33:31 . [Pipeline] withDockerContainer 08:33:32 prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container 08:33:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:33:33 $ docker top e5d0fef85a52450699a0f88bf11f7d7862077bc140f781f6ceeb5c3e78c7c3da -eo pid,comm [Pipeline] { [Pipeline] sh 08:33:33 + go version 08:33:33 go version go1.16.3 linux/amd64 [Pipeline] } 08:33:33 $ docker stop --time=1 e5d0fef85a52450699a0f88bf11f7d7862077bc140f781f6ceeb5c3e78c7c3da 08:33:34 $ docker rm -f e5d0fef85a52450699a0f88bf11f7d7862077bc140f781f6ceeb5c3e78c7c3da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:33:35 + docker inspect -f . ci-base-image-x86_64 08:33:35 . [Pipeline] withDockerContainer 08:33:35 prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container 08:33:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:33:36 $ docker top 799e038b1ef07f151caf5a12a9042f864f6fe740139e6860a862099fd359f682 -eo pid,comm [Pipeline] { [Pipeline] echo 08:33:36 ========================================================= 08:33:36 [edgeXBuildGoParallel] Running Tests and Build... 08:33:36 ========================================================= [Pipeline] sh 08:33:36 + go mod tidy [Pipeline] sh 08:33:38 + make test 08:33:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:33:47 ? github.com/edgexfoundry/edgex-go [no test files] 08:34:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:34:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:34:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:34:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:34:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:34:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:34:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:34:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:34:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:34:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:34:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.100s coverage: 45.9% of statements 08:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:34:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.064s coverage: 28.7% of statements 08:34:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.099s coverage: 100.0% of statements 08:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.143s coverage: 27.8% of statements 08:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.222s coverage: 81.2% of statements 08:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 08:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements 08:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements 08:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.169s coverage: 87.7% of statements 08:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:34:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.062s coverage: 78.9% of statements 08:34:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements 08:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.111s coverage: 100.0% of statements 08:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements 08:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.148s coverage: 86.7% of statements 08:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.145s coverage: 97.5% of statements 08:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.103s coverage: 78.3% of statements 08:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:34:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.414s coverage: 95.1% of statements 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:34:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:34:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.8% of statements 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:34:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.062s coverage: 22.0% of statements 08:34:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements 08:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements 08:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.087s coverage: 94.1% of statements 08:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements 08:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.084s coverage: 87.5% of statements 08:34:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements 08:34:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 08:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.240s coverage: 81.8% of statements 08:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.101s coverage: 92.9% of statements 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 76.0% of statements 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.0% of statements 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.101s coverage: 87.2% of statements 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 85.4% of statements 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.2% of statements 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 64.4% of statements 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.363s coverage: 66.9% of statements 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.204s coverage: 43.4% of statements 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:34:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:34:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.087s coverage: 21.5% of statements 08:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:34:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.136s coverage: 92.2% of statements 08:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:34:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.749s coverage: 28.7% of statements 08:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:34:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 08:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:34:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements 08:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:34:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.069s coverage: 64.6% of statements 08:34:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:35:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.124s coverage: 97.6% of statements 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:35:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:35:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:35:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.067s coverage: 87.9% of statements 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:35:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 08:35:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 08:35:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.040s coverage: 85.7% of statements 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 08:35:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 08:35:01 GO111MODULE=on go vet ./... 08:35:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5094 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws 08:35:04 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 08:35:09 using credential edgex-jenkins-ssh 08:35:09 Cloning the remote Git repository 08:35:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:35:09 > git init /w/workspace/edgex-go/14 # timeout=10 08:35:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:35:10 > git --version # timeout=10 08:35:10 > git --version # 'git version 2.17.1' 08:35:10 using GIT_SSH to set credentials SSH Credentials for GitHub 08:35:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:35:27 Merging remotes/origin/master commit d3783389bd084c805784fc32d68d5bd35a9a1ab3 into PR head commit 62b35b2432e8ce9c7661e764e19840c5adc5cc86 08:35:28 Merge succeeded, producing 94ee1a6a183cce2ce8545039a99acdc17806a2ff 08:35:28 Checking out Revision 94ee1a6a183cce2ce8545039a99acdc17806a2ff (PR-3410) 08:35:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:35:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:35:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:35:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:35:26 using GIT_SSH to set credentials SSH Credentials for GitHub 08:35:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:35:27 > git config core.sparsecheckout # timeout=10 08:35:27 > git checkout -f 62b35b2432e8ce9c7661e764e19840c5adc5cc86 # timeout=10 08:35:28 > git remote # timeout=10 08:35:28 > git config --get remote.origin.url # timeout=10 08:35:28 using GIT_SSH to set credentials SSH Credentials for GitHub 08:35:28 > git merge d3783389bd084c805784fc32d68d5bd35a9a1ab3 # timeout=10 08:35:28 > git rev-parse HEAD^{commit} # timeout=10 08:35:28 > git config core.sparsecheckout # timeout=10 08:35:28 > git checkout -f 94ee1a6a183cce2ce8545039a99acdc17806a2ff # timeout=10 08:35:32 Commit message: "Merge commit 'd3783389bd084c805784fc32d68d5bd35a9a1ab3' into HEAD" 08:35:32 > git rev-list --no-walk 62b35b2432e8ce9c7661e764e19840c5adc5cc86 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:35:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:35:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:35:35 + true 08:35:35 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:35:37 provisioning config files... 08:35:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config262390842611436906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:35:38 ---> docker-login.sh 08:35:38 nexus3.edgexfoundry.org:10001 08:35:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:39 Configure a credential helper to remove this warning. See 08:35:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:39 08:35:39 Login Succeeded 08:35:39 nexus3.edgexfoundry.org:10002 08:35:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:40 Configure a credential helper to remove this warning. See 08:35:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:40 08:35:40 Login Succeeded 08:35:40 nexus3.edgexfoundry.org:10003 08:35:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:40 Configure a credential helper to remove this warning. See 08:35:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:40 08:35:40 Login Succeeded 08:35:40 nexus3.edgexfoundry.org:10004 08:35:40 gofmt -l . 08:35:40 [ "`gofmt -l .`" = "" ] 08:35:40 ./bin/test-go-mod-tidy.sh 08:35:40 ./bin/test-attribution-txt.sh [Pipeline] sh 08:35:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:41 + ls -al . 08:35:41 total 836 08:35:41 drwxrwxr-x 10 1001 1001 4096 May 13 08:35 . 08:35:41 drwxr-xr-x 4 root root 30 May 13 08:33 .. 08:35:41 -rw-rw-r-- 1 1001 1001 11 May 13 08:31 .dockerignore 08:35:41 drwxrwxr-x 8 1001 1001 179 May 13 08:31 .git 08:35:41 drwxrwxr-x 3 1001 1001 125 May 13 08:31 .github 08:35:41 -rw-rw-r-- 1 1001 1001 818 May 13 08:31 .gitignore 08:35:41 drwx------ 3 1001 1001 60 May 13 08:32 .semver 08:35:41 -rw-rw-r-- 1 1001 1001 166 May 13 08:31 .sonarcloud.properties 08:35:41 -rw-rw-r-- 1 1001 1001 8609 May 13 08:31 Attribution.txt 08:35:41 -rw-rw-r-- 1 1001 1001 3804 May 13 08:31 CONTRIBUTING.md 08:35:41 -rw-rw-r-- 1 1001 1001 931 May 13 08:31 Dockerfile.build 08:35:41 -rw-rw-r-- 1 1001 1001 863 May 13 08:31 Jenkinsfile 08:35:41 -rw-rw-r-- 1 1001 1001 10775 May 13 08:31 LICENSE 08:35:41 -rw-rw-r-- 1 1001 1001 5594 May 13 08:31 Makefile 08:35:41 -rw-rw-r-- 1 1001 1001 7978 May 13 08:31 README.md 08:35:41 -rw-rw-r-- 1 1001 1001 6755 May 13 08:31 SECURITY.md 08:35:41 -rw-rw-r-- 1 1001 1001 5 May 13 08:32 VERSION 08:35:41 -rw-rw-r-- 1 1001 1001 4131 May 13 08:31 ZMQWindows.md 08:35:41 drwxrwxr-x 2 1001 1001 117 May 13 08:31 bin 08:35:41 drwxrwxr-x 14 1001 1001 4096 May 13 08:31 cmd 08:35:41 -rw-r--r-- 1 root root 727486 May 13 08:35 coverage.out 08:35:41 -rw-r--r-- 1 root root 1060 May 13 08:35 go.mod 08:35:41 -rw-r--r-- 1 root root 21797 May 13 08:33 go.sum 08:35:41 drwxrwxr-x 8 1001 1001 127 May 13 08:31 internal 08:35:41 drwxrwxr-x 4 1001 1001 26 May 13 08:31 openapi 08:35:41 drwxrwxr-x 4 1001 1001 71 May 13 08:31 snap 08:35:41 -rw-rw-r-- 1 1001 1001 168 May 13 08:31 version.go [Pipeline] sh 08:35:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:41 Configure a credential helper to remove this warning. See 08:35:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:41 08:35:41 Login Succeeded 08:35:41 docker.io 08:35:41 + '[' -e coverage.out ] 08:35:41 + chown 1001:1001 coverage.out [Pipeline] stash 08:35:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:41 Stashed 1 file(s) [Pipeline] sh 08:35:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:41 Configure a credential helper to remove this warning. See 08:35:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:41 08:35:41 Login Succeeded 08:35:41 ---> docker-login.sh ends [Pipeline] } 08:35:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 08:35:41 + make build 08:35:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] echo 08:35:42 ========================================================= 08:35:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 08:35:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:35:42 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 08:35:45 Sending build context to Docker daemon 167.8MB 08:35:45 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 08:35:45 Step 2/6 : FROM ${BASE} 08:35:45 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:35:45 595b0fe564bb: Pulling fs layer 08:35:45 7186ed65a4f7: Pulling fs layer 08:35:45 316046926c0a: Pulling fs layer 08:35:45 4ebd0625c992: Pulling fs layer 08:35:45 207e8628e3a3: Pulling fs layer 08:35:45 c791037a9be2: Pulling fs layer 08:35:45 ffd874e62e21: Pulling fs layer 08:35:45 4ebd0625c992: Waiting 08:35:45 207e8628e3a3: Waiting 08:35:45 c791037a9be2: Waiting 08:35:45 ffd874e62e21: Waiting 08:35:45 316046926c0a: Verifying Checksum 08:35:45 207e8628e3a3: Download complete 08:35:45 c791037a9be2: Verifying Checksum 08:35:45 c791037a9be2: Download complete 08:35:45 595b0fe564bb: Verifying Checksum 08:35:45 595b0fe564bb: Download complete 08:35:45 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:35:45 595b0fe564bb: Pull complete 08:35:46 7186ed65a4f7: Pull complete 08:35:46 316046926c0a: Pull complete 08:35:47 ffd874e62e21: Verifying Checksum 08:35:47 ffd874e62e21: Download complete 08:35:48 4ebd0625c992: Download complete 08:35:55 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:35:56 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:35:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:35:57 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:35:58 4ebd0625c992: Pull complete 08:35:59 207e8628e3a3: Pull complete 08:35:59 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:35:59 c791037a9be2: Pull complete 08:36:01 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:36:01 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:36:03 ffd874e62e21: Pull complete 08:36:03 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 08:36:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 08:36:03 ---> cfc18b08335c 08:36:03 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:36:03 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:36: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:36:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:36:06 ---> Running in b2f3969f1e27 08:36:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:36:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [Pipeline] } 08:36:08 $ docker stop --time=1 799e038b1ef07f151caf5a12a9042f864f6fe740139e6860a862099fd359f682 08:36:09 (1/12) Installing libmagic (5.39-r0) 08:36:09 (2/12) Installing file (5.39-r0) 08:36:09 (3/12) Installing libc-dev (0.7.2-r3) 08:36:09 (4/12) Installing g++ (10.2.1_pre1-r3) 08:36:10 $ docker rm -f 799e038b1ef07f151caf5a12a9042f864f6fe740139e6860a862099fd359f682 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:36:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:36:11 08:36:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:36:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:36:12 latest: Pulling from edgex-devops/edgex-compose 08:36:12 cbdbe7a5bc2a: Pulling fs layer 08:36:12 ca9280d653b3: Pulling fs layer 08:36:12 7e9c9ca2126c: Pulling fs layer 08:36:12 cbdbe7a5bc2a: Download complete 08:36:13 cbdbe7a5bc2a: Pull complete 08:36:13 ca9280d653b3: Download complete 08:36:13 7e9c9ca2126c: Verifying Checksum 08:36:13 7e9c9ca2126c: Download complete 08:36:14 ca9280d653b3: Pull complete 08:36:21 7e9c9ca2126c: Pull complete 08:36:21 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:36:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:36:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:36:21 prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container 08:36:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:36:22 (5/12) Installing fortify-headers (1.1-r0) 08:36:22 (6/12) Installing patch (2.7.6-r6) 08:36:22 (7/12) Installing build-base (0.5-r2) 08:36:22 (8/12) Installing libsodium (1.0.18-r0) 08:36:22 (9/12) Installing pkgconf (1.7.3-r0) 08:36:22 (10/12) Installing libsodium-dev (1.0.18-r0) 08:36:22 (11/12) Installing libzmq (4.3.3-r1) 08:36:22 (12/12) Installing zeromq-dev (4.3.3-r1) 08:36:22 Executing busybox-1.32.1-r6.trigger 08:36:22 OK: 218 MiB in 52 packages 08:36:23 $ docker top 7dc3ef22e166dc7a676018781e1073f20244d2992fb58df82ae549897b8790ab -eo pid,comm [Pipeline] { [Pipeline] sh 08:36:24 + docker-compose build --help 08:36:24 + grep parallel 08:36:24 --parallel Build images in parallel. [Pipeline] } 08:36:25 $ docker stop --time=1 7dc3ef22e166dc7a676018781e1073f20244d2992fb58df82ae549897b8790ab 08:36:25 Removing intermediate container b2f3969f1e27 08:36:25 ---> b28428b7c8b0 08:36:25 Step 4/6 : WORKDIR /edgex-go 08:36:25 ---> Running in 68ac48cc3720 08:36:26 Removing intermediate container 68ac48cc3720 08:36:26 ---> cf8bebf69070 08:36:26 Step 5/6 : COPY go.mod . 08:36:26 $ docker rm -f 7dc3ef22e166dc7a676018781e1073f20244d2992fb58df82ae549897b8790ab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:36:26 ---> e5990d20556b 08:36:26 Step 6/6 : RUN go mod download 08:36:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:36:27 . [Pipeline] withDockerContainer 08:36:27 prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container 08:36:27 ---> Running in f1ff1c83c8d1 08:36:27 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:36:27 $ docker top 847a8529328e6a39e8dc670af9c18fe8271beeac09d8d7a09bb9010630db12d3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:36:28 + docker-compose -f ./docker-compose-build.yml build --parallel 08:36:29 Building core-command ... 08:36:29 Building core-data ... 08:36:29 Building core-metadata ... 08:36:29 Building security-bootstrapper ... 08:36:29 Building security-proxy-setup ... 08:36:29 Building security-secretstore-setup ... 08:36:29 Building support-notifications ... 08:36:29 Building support-scheduler ... 08:36:29 Building sys-mgmt-agent ... 08:36:29 Building support-notifications 08:36:29 Building security-bootstrapper 08:36:29 Building security-secretstore-setup 08:36:29 Building security-proxy-setup 08:36:29 Building core-command 08:36:53 Removing intermediate container f1ff1c83c8d1 08:36:53 ---> 521ed157b036 08:36:53 Successfully built 521ed157b036 08:36:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:36:54 + docker inspect -f . ci-base-image-arm64 08:36:54 . [Pipeline] withDockerContainer 08:36:54 prd-ubuntu18.04-docker-arm64-4c-16g-5094 does not seem to be running inside a container 08:36:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:36:56 $ docker top 751ba9906a29056851043c483b5cbba6f51a1d1a24d3e592e9c7fa69d2b902c8 -eo pid,comm [Pipeline] { [Pipeline] sh 08:36:56 + go version 08:36:56 go version go1.16.3 linux/arm64 [Pipeline] } 08:36:56 $ docker stop --time=1 751ba9906a29056851043c483b5cbba6f51a1d1a24d3e592e9c7fa69d2b902c8 08:36:58 $ docker rm -f 751ba9906a29056851043c483b5cbba6f51a1d1a24d3e592e9c7fa69d2b902c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:36:59 + docker inspect -f . ci-base-image-arm64 08:36:59 . [Pipeline] withDockerContainer 08:36:59 prd-ubuntu18.04-docker-arm64-4c-16g-5094 does not seem to be running inside a container 08:36:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:37:01 $ docker top 5899f85f3ee42ce0870b2342f9655a0bce536d7c57b6a906adbe2d19ec053519 -eo pid,comm [Pipeline] { [Pipeline] echo 08:37:01 ========================================================= 08:37:01 [edgeXBuildGoParallel] Running Tests and Build... 08:37:01 ========================================================= [Pipeline] sh 08:37:02 + go mod tidy [Pipeline] sh 08:37:04 + make test 08:37:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:37:08 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:37:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:37:08 ---> 49b9268f1bb6 08:37:08 Step 3/22 : WORKDIR /edgex-go 08:37:08 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:37:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:37:08 ---> 49b9268f1bb6 08:37:08 Step 3/23 : WORKDIR /edgex-go 08:37:08 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:37:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:37:08 ---> 49b9268f1bb6 08:37:08 Step 3/26 : WORKDIR /edgex-go 08:37:08 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:37:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:37:08 ---> 49b9268f1bb6 08:37:08 Step 3/24 : WORKDIR /edgex-go 08:37:08 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:37:08 Step 2/32 : FROM ${BUILDER_BASE} AS builder 08:37:08 ---> 49b9268f1bb6 08:37:08 Step 3/32 : WORKDIR /edgex-go 08:37:08 ---> Running in b4db6cc6dc9d 08:37:08 ---> Running in 9e6741d9ab71 08:37:08 ---> Running in a206e4b19809 08:37:08 ---> Running in bc52d0c98840 08:37:08 ---> Running in 1393f90e147a 08:37:08 Removing intermediate container 1393f90e147a 08:37:08 ---> 1c583d218d5f 08:37:08 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:08 Removing intermediate container 9e6741d9ab71 08:37:08 ---> 20155c6e8df1 08:37:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:08 Removing intermediate container b4db6cc6dc9d 08:37:08 ---> 1315444b24af 08:37:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:08 Removing intermediate container bc52d0c98840 08:37:08 ---> 4815db0542f6 08:37:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:08 Removing intermediate container a206e4b19809 08:37:08 ---> ed1d11cc43e7 08:37:08 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:08 ---> Running in f60e2064d6bf 08:37:08 ---> Running in 0192087f9814 08:37:08 ---> Running in 9d4aa4be2ff0 08:37:08 ---> Running in 53671800b75b 08:37:08 ---> Running in ff3400f76192 08:37:08 Removing intermediate container 9d4aa4be2ff0 08:37:08 ---> 7935a791d93a 08:37:08 Step 5/24 : RUN apk add --update --no-cache make git 08:37:08 ---> Running in 68b956c2dbc6 08:37:08 Removing intermediate container f60e2064d6bf 08:37:08 ---> bf11fb3a094e 08:37:08 Step 5/26 : RUN apk add --update --no-cache make git 08:37:08 ---> Running in 6aa03313137b 08:37:09 Removing intermediate container 0192087f9814 08:37:09 ---> 91acfde02ca0 08:37:09 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 08:37:09 Removing intermediate container 53671800b75b 08:37:09 ---> 65335f35e8bf 08:37:09 Step 5/22 : RUN apk add --update --no-cache make git 08:37:09 Removing intermediate container ff3400f76192 08:37:09 ---> 4321bc37eed5 08:37:09 Step 5/32 : RUN apk add --update --no-cache make git 08:37:09 ---> Running in 6eb4b4a97df0 08:37:09 ---> Running in 14addd6b4ad5 08:37:09 ---> Running in 666f290da515 08:37:09 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:37:09 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:37:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:37:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:37:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:37:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:37:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:37:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:37:11 OK: 219 MiB in 52 packages 08:37:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:37:11 OK: 219 MiB in 52 packages 08:37:11 OK: 219 MiB in 52 packages 08:37:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:37:11 Removing intermediate container 6aa03313137b 08:37:11 ---> 99ac13aa0f79 08:37:11 Step 6/26 : COPY go.mod . 08:37:11 OK: 219 MiB in 52 packages 08:37:12 ---> 27f676dd516a 08:37:12 Step 7/26 : RUN go mod download 08:37:12 OK: 219 MiB in 52 packages 08:37:12 ---> Running in 23661a329ef4 08:37:12 Removing intermediate container 68b956c2dbc6 08:37:12 ---> 449a218ac006 08:37:12 Step 6/24 : COPY go.mod . 08:37:12 Removing intermediate container 6eb4b4a97df0 08:37:12 ---> f5635ad085ed 08:37:12 Step 6/22 : COPY go.mod . 08:37:12 Removing intermediate container 666f290da515 08:37:12 ---> 0fc8e0130de2 08:37:12 Step 6/32 : COPY go.mod . 08:37:13 ---> fb306953fbae 08:37:13 Step 7/24 : RUN go mod download 08:37:13 ---> af7eb002e152 08:37:13 Step 7/22 : RUN go mod download 08:37:13 ---> Running in 8abcc8fa9e65 08:37:13 ---> Running in f20eaff3bcb3 08:37:13 ---> 454c960beca3 08:37:13 Step 7/32 : RUN go mod download 08:37:13 Removing intermediate container 14addd6b4ad5 08:37:13 ---> 19dcff55e788 08:37:13 Step 6/23 : COPY go.mod . 08:37:13 ---> Running in 41a6d3d0c205 08:37:14 ---> 2b23393ce1d3 08:37:14 Step 7/23 : RUN go mod download 08:37:14 ---> Running in 4bb5e39c213e 08:37:15 Removing intermediate container 23661a329ef4 08:37:15 ---> 3e32c3652440 08:37:15 Step 8/26 : COPY . . 08:37:16 Removing intermediate container 8abcc8fa9e65 08:37:16 ---> 041c19b6afc8 08:37:16 Step 8/24 : COPY . . 08:37:20 Removing intermediate container f20eaff3bcb3 08:37:20 ---> b696ecfab9e0 08:37:20 Step 8/22 : COPY . . 08:37:20 Removing intermediate container 41a6d3d0c205 08:37:20 ---> 2e2bae23ec69 08:37:20 Step 8/32 : COPY . . 08:37:27 Removing intermediate container 4bb5e39c213e 08:37:27 ---> f121653bc887 08:37:27 Step 8/23 : COPY . . 08:37:30 ? github.com/edgexfoundry/edgex-go [no test files] 08:38:06 ---> a365c9075e3c 08:38:06 Step 9/26 : RUN go mod tidy 08:38:06 ---> 23219912536d 08:38:06 Step 9/24 : RUN go mod tidy 08:38:06 ---> Running in 3fc570017eb3 08:38:06 ---> Running in e6e7856a28dc 08:38:06 ---> bc9d4b89a1c8 08:38:06 Step 9/22 : RUN go mod tidy 08:38:06 ---> 063f29765bd3 08:38:06 Step 9/32 : RUN go mod tidy 08:38:06 ---> Running in b8bcb86f43cc 08:38:06 ---> Running in 9fc8a3072cc1 08:38:06 ---> b585aff18ede 08:38:06 Step 9/23 : RUN go mod tidy 08:38:06 ---> Running in cc2e2887d956 08:38:09 Removing intermediate container cc2e2887d956 08:38:09 ---> e3543f7fa2d1 08:38:09 Step 10/23 : RUN make cmd/support-notifications/support-notifications 08:38:09 Removing intermediate container e6e7856a28dc 08:38:09 ---> a77540e65d84 08:38:09 Step 10/24 : RUN make cmd/core-command/core-command 08:38:09 Removing intermediate container 3fc570017eb3 08:38:09 ---> 73aa7384459a 08:38:09 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:38:09 Removing intermediate container b8bcb86f43cc 08:38:09 ---> 2aff07ac0845 08:38:09 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:38:09 Removing intermediate container 9fc8a3072cc1 08:38:09 ---> 17a6c7d6f887 08:38:09 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:38:09 ---> Running in 280f8b60473b 08:38:09 ---> Running in 9fbe49c9b9a2 08:38:09 ---> Running in 88287f56fd12 08:38:09 ---> Running in 11688cd95f42 08:38:09 ---> Running in 5f13355a047e 08:38:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:38:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:38:10 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:38:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:38:10 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:38:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:38:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:38:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:38:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:38:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:38:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:38:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:38:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:38:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:38:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:38:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:38:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:38:53 Removing intermediate container 11688cd95f42 08:38:53 ---> c7487a6965d9 08:38:53 08:38:53 Step 11/32 : FROM alpine:3.12 08:38:53 3.12: Pulling from library/alpine 08:38:53 Removing intermediate container 9fbe49c9b9a2 08:38:53 ---> ab72a50a276d 08:38:53 08:38:53 Step 11/24 : FROM alpine:3.12 08:38:53 3.12: Pulling from library/alpine 08:38:54 Removing intermediate container 280f8b60473b 08:38:54 ---> 8b1cc0cbfeb0 08:38:54 08:38:54 Step 11/23 : FROM alpine:3.12 08:38:55 3.12: Pulling from library/alpine 08:38:55 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:38:55 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:38:55 Status: Downloaded newer image for alpine:3.12 08:38:55 Status: Image is up to date for alpine:3.12 08:38:55 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:38:55 Status: Image is up to date for alpine:3.12 08:38:55 ---> 13621d1b12d4 08:38:55 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 08:38:55 ---> 13621d1b12d4 08:38:55 Step 12/24 : RUN apk add --update --no-cache dumb-init 08:38:55 ---> 13621d1b12d4 08:38:55 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:38:56 ---> Running in f4add18defaa 08:38:56 ---> Running in 16c06fb92b3a 08:38:56 ---> Running in 928935a49af1 08:38:57 Removing intermediate container 88287f56fd12 08:38:57 ---> e30cf4c89fe2 08:38:57 08:38:57 Step 11/26 : FROM alpine:3.12 08:38:57 ---> 13621d1b12d4 08:38:57 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:38:57 Removing intermediate container 5f13355a047e 08:38:57 ---> c935e9b9c223 08:38:57 08:38:57 Step 11/22 : FROM alpine:3.12 08:38:57 ---> 13621d1b12d4 08:38:57 Step 12/22 : RUN apk add --update --no-cache curl 08:38:58 ---> Running in 0f65f2b11f11 08:38:58 ---> Running in f8a3df5c359b 08:38:58 Removing intermediate container 16c06fb92b3a 08:38:58 ---> f977a065a8a6 08:38:58 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 08:38:58 ---> Running in ebf2185ca5cf 08:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:58 (1/1) Installing dumb-init (1.2.2-r1) 08:38:58 Executing busybox-1.31.1-r20.trigger 08:38:58 OK: 6 MiB in 15 packages 08:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:59 (1/2) Installing ca-certificates (20191127-r4) 08:38:59 (2/2) Installing dumb-init (1.2.2-r1) 08:38:59 Executing busybox-1.31.1-r20.trigger 08:38:59 Executing ca-certificates-20191127-r4.trigger 08:38:59 OK: 6 MiB in 16 packages 08:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:59 (1/6) Installing ca-certificates (20191127-r4) 08:38:59 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:38:59 (3/6) Installing libcurl (7.76.1-r0) 08:38:59 (4/6) Installing curl (7.76.1-r0) 08:38:59 (5/6) Installing dumb-init (1.2.2-r1) 08:38:59 (6/6) Installing su-exec (0.2-r1) 08:38:59 Executing busybox-1.31.1-r20.trigger 08:38:59 Executing ca-certificates-20191127-r4.trigger 08:38:59 (1/2) Installing dumb-init (1.2.2-r1) 08:38:59 (2/2) Installing su-exec (0.2-r1) 08:38:59 Executing busybox-1.31.1-r20.trigger 08:38:59 (1/4) Installing ca-certificates (20191127-r4) 08:38:59 OK: 6 MiB in 16 packages 08:38:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:38:59 (3/4) Installing libcurl (7.76.1-r0) 08:38:59 (4/4) Installing curl (7.76.1-r0) 08:38:59 OK: 7 MiB in 20 packages 08:38:59 Executing busybox-1.31.1-r20.trigger 08:38:59 Executing ca-certificates-20191127-r4.trigger 08:38:59 OK: 7 MiB in 18 packages 08:39:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:39:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:39:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:39:01 Removing intermediate container f4add18defaa 08:39:01 ---> b1c2090882f6 08:39:01 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:39:01 ---> Running in c134910c863c 08:39:02 Removing intermediate container 0f65f2b11f11 08:39:02 ---> 10afb67eda66 08:39:02 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:39:02 Removing intermediate container 928935a49af1 08:39:02 ---> f2376a97da78 08:39:02 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:39:02 Removing intermediate container ebf2185ca5cf 08:39:02 ---> 02946d2ab18c 08:39:02 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 08:39:02 Removing intermediate container c134910c863c 08:39:02 ---> 012a23f61f73 08:39:02 Step 14/24 : ENV APP_PORT=48082 08:39:02 ---> Running in 813a5916c865 08:39:02 ---> Running in 6b9043d8068c 08:39:03 Removing intermediate container f8a3df5c359b 08:39:03 ---> 5ce129952ce3 08:39:03 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:39:03 ---> Running in 5b38d1e79c43 08:39:03 ---> Running in 211e53dbe10b 08:39:03 ---> Running in 26c696c8db80 08:39:03 Removing intermediate container 813a5916c865 08:39:03 ---> 6d7eb4bfc5d6 08:39:03 Step 14/23 : ENV APP_PORT=48060 08:39:03 Removing intermediate container 6b9043d8068c 08:39:03 ---> e343abfb8345 08:39:03 Step 14/26 : WORKDIR / 08:39:03 Removing intermediate container 5b38d1e79c43 08:39:03 ---> 5fc5f4dff88d 08:39:03 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:39:03 Removing intermediate container 211e53dbe10b 08:39:03 ---> 753757b4b16d 08:39:03 Step 15/24 : EXPOSE $APP_PORT 08:39:03 ---> Running in bf4969deb3eb 08:39:03 ---> Running in ce4f5d153b85 08:39:03 ---> Running in da6b2318db19 08:39:03 ---> Running in c162ce845cca 08:39:03 Removing intermediate container 26c696c8db80 08:39:03 ---> 883e742a6ad8 08:39:03 Step 14/22 : WORKDIR /edgex 08:39:03 ---> Running in 459635ab1ac2 08:39:03 Removing intermediate container bf4969deb3eb 08:39:03 ---> 00e4bf71e24f 08:39:03 Step 15/23 : EXPOSE $APP_PORT 08:39:04 Removing intermediate container ce4f5d153b85 08:39:04 ---> 7a4e43dfd074 08:39:04 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:39:04 Removing intermediate container c162ce845cca 08:39:04 ---> fd962a01f6f4 08:39:04 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:39:04 Removing intermediate container da6b2318db19 08:39:04 ---> 935b9f917809 08:39:04 Step 16/24 : WORKDIR / 08:39:04 ---> Running in 8d185c1491f3 08:39:04 ---> Running in 4ebed82d5246 08:39:04 Removing intermediate container 459635ab1ac2 08:39:04 ---> b1160060393a 08:39:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:39:04 ---> Running in d11d3a69febb 08:39:04 ---> 7d6ff74bed51 08:39:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:39:05 Removing intermediate container 8d185c1491f3 08:39:05 ---> 0c785b588a5b 08:39:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:39:05 Removing intermediate container d11d3a69febb 08:39:05 ---> 7fcf4eda0b52 08:39:05 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:39:05 ---> a496921531f8 08:39:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:39:05 ---> 9494c5662ee1 08:39:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:39:05 ---> 6ec66b05c4f1 08:39:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.401s coverage: 45.9% of statements 08:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.136s coverage: 28.7% of statements 08:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.308s coverage: 100.0% of statements 08:39:05 ---> 76ac2a5c4b9b 08:39:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:39:05 ---> 08b57d3a8ff2 08:39:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 08:39:06 ---> b9b3f9672efe 08:39:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:39:06 ---> be96dd272b3c 08:39:06 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:39:06 ---> 4bc7062d9316 08:39:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:39:06 Removing intermediate container 4ebed82d5246 08:39:06 ---> 94ad380a557d 08:39:06 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 08:39:06 ---> a2d08e827e21 08:39:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:39:06 ---> bdf46dbaf1a7 08:39:06 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:39:06 ---> Running in e7830e9b0d39 08:39:06 ---> Running in 4469b09113e9 08:39:06 ---> 880309fa7a5d 08:39:06 Step 19/23 : ENTRYPOINT ["/support-notifications"] 08:39:06 ---> 78a5525fe6de 08:39:06 Step 20/24 : ENTRYPOINT ["/core-command"] 08:39:07 ---> Running in a43540a82e6c 08:39:07 ---> e4f0ad3907b0 08:39:07 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:39:07 Removing intermediate container e7830e9b0d39 08:39:07 ---> 72029bc7632b 08:39:07 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:39:07 Removing intermediate container 4469b09113e9 08:39:07 ---> 8a40612b86eb 08:39:07 Step 19/22 : CMD ["--init=true"] 08:39:07 ---> Running in 687e8b7ea3d3 08:39:07 ---> Running in b275098b0627 08:39:07 Removing intermediate container a43540a82e6c 08:39:07 ---> b6fdbd2b955d 08:39:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:39:08 ---> Running in d1bc9f541cb4 08:39:08 Removing intermediate container 687e8b7ea3d3 08:39:08 ---> 320818be5a9b 08:39:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:39:08 Removing intermediate container b275098b0627 08:39:08 ---> 3ed83695efe8 08:39:08 Step 20/22 : LABEL arch=x86_64 08:39:08 ---> 0f50edd86e75 08:39:08 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:39:08 ---> 1f3276522819 08:39:08 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:39:08 ---> Running in 51d540285fc4 08:39:08 ---> Running in 65b977ae0230 08:39:08 ---> Running in f97c7401619f 08:39:08 Removing intermediate container d1bc9f541cb4 08:39:08 ---> 63b26c162c21 08:39:08 Step 21/23 : LABEL arch=x86_64 08:39:08 ---> f8a045175aa1 08:39:08 Step 22/26 : 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:39:08 ---> Running in 501cc951e7ff 08:39:08 Removing intermediate container 51d540285fc4 08:39:08 ---> 14b70a8872ec 08:39:08 Step 21/22 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:39:08 Removing intermediate container 65b977ae0230 08:39:08 ---> fc0cae67233e 08:39:08 Step 22/24 : LABEL arch=x86_64 08:39:08 ---> Running in 6a79e2616b24 08:39:09 ---> Running in f921bea0121f 08:39:09 ---> Running in 21288078205b 08:39:09 Removing intermediate container 501cc951e7ff 08:39:09 ---> 2f809fff30a8 08:39:09 Step 22/23 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:39:09 Removing intermediate container f921bea0121f 08:39:09 ---> Running in 02bd1a634fa0 08:39:09 ---> d7d60f7a3dd8 08:39:09 Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:39:09 Removing intermediate container 21288078205b 08:39:09 ---> d69004c463ce 08:39:09 Step 22/22 : LABEL version=0.0.0 08:39:09 ---> Running in 1d96b62b3e42 08:39:09 ---> Running in a8a49d41ef38 08:39:10 Removing intermediate container 02bd1a634fa0 08:39:10 ---> 97c8fb4421fc 08:39:10 Step 23/23 : LABEL version=0.0.0 08:39:10 Removing intermediate container 1d96b62b3e42 08:39:10 ---> 6cb5d5b5824d 08:39:10 Step 24/24 : LABEL version=0.0.0 08:39:10 ---> Running in 0b0c03882141 08:39:10 Removing intermediate container a8a49d41ef38 08:39:10 ---> 1c035c48e977 08:39:10 08:39:10 ---> Running in 1f7880029fda 08:39:10 Removing intermediate container f97c7401619f 08:39:10 ---> f4b4719b964c 08:39:10 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 08:39:10 Removing intermediate container 0b0c03882141 08:39:10 ---> aba7884a88aa 08:39:10 08:39:10 Successfully built 1c035c48e977 08:39:10 Removing intermediate container 6a79e2616b24 08:39:10 ---> 8dffc9c4262a 08:39:10 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:39:10 Successfully tagged security-proxy-setup:latest 08:39:10 Building sys-mgmt-agent 08:39:10  Building security-proxy-setup ... done Removing intermediate container 1f7880029fda 08:39:10 ---> 79e7441121e4 08:39:10 08:39:10 ---> Running in 76bc4c524332 08:39:10 ---> 4b88ef9ed26e 08:39:10 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:39:10 Successfully built aba7884a88aa 08:39:10 Successfully tagged support-notifications:latest 08:39:10  Building support-notifications ... done Building core-metadata 08:39:11 Successfully built 79e7441121e4 08:39:11 Successfully tagged core-command:latest 08:39:11 Building core-data 08:39:11  Building core-command ... done Removing intermediate container 76bc4c524332 08:39:11 ---> a45fda05d793 08:39:11 Step 24/26 : LABEL arch=x86_64 08:39:11 ---> Running in 1a882a3b51e0 08:39:11 ---> 65dd42833691 08:39:11 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:39:11 Removing intermediate container 1a882a3b51e0 08:39:11 ---> 5ae7b5e5e321 08:39:11 Step 25/26 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:39:12 ---> Running in d4026975cac4 08:39:12 ---> 0869a1b06957 08:39:12 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:39:12 Removing intermediate container d4026975cac4 08:39:12 ---> d6d0e6d14a77 08:39:12 Step 26/26 : LABEL version=0.0.0 08:39:12 ---> Running in f8ec2a12826c 08:39:12 ---> 617480debd02 08:39:12 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:39:12 Removing intermediate container f8ec2a12826c 08:39:12 ---> 67b6a9c7bee0 08:39:12 08:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.548s coverage: 27.8% of statements 08:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.190s coverage: 81.2% of statements 08:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.144s coverage: 100.0% of statements 08:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.209s coverage: 100.0% of statements 08:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.257s coverage: 71.3% of statements 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:39:15 Successfully built 67b6a9c7bee0 08:39:16 Successfully tagged security-secretstore-setup:latest 08:39:16  Building security-secretstore-setup ... done Building support-scheduler 08:39:16 ---> e3bf75fe634d 08:39:16 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 08:39:16 ---> Running in 1a54c613c28e 08:39:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.532s coverage: 87.7% of statements 08:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:39:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.184s coverage: 78.9% of statements 08:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:39:17 Removing intermediate container 1a54c613c28e 08:39:17 ---> a75b0e2b97fb 08:39:17 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:39:20 ---> e7f007abb6bf 08:39:20 Step 27/32 : RUN chmod +x /entrypoint.sh 08:39:20 ---> Running in 8e6bd0ebff0f 08:39:25 Removing intermediate container 8e6bd0ebff0f 08:39:25 ---> 0745c3454f00 08:39:25 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 08:39:25 ---> Running in 8b1adf2bdbc7 08:39:25 Removing intermediate container 8b1adf2bdbc7 08:39:25 ---> 89795ee1c607 08:39:25 Step 29/32 : CMD ["gate"] 08:39:25 ---> Running in c5f7f32c6725 08:39:26 Removing intermediate container c5f7f32c6725 08:39:26 ---> daebe0ac0932 08:39:26 Step 30/32 : LABEL arch=x86_64 08:39:26 ---> Running in 414eb6821002 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.100s coverage: 28.6% of statements 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.245s coverage: 100.0% of statements 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.256s coverage: 100.0% of statements 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.370s coverage: 86.7% of statements 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.428s coverage: 97.5% of statements 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.251s coverage: 78.3% of statements 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:39:31 Removing intermediate container 414eb6821002 08:39:31 ---> 9f458f3cdc2d 08:39:31 Step 31/32 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:39:32 ---> Running in 5fc45335ab15 08:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.222s coverage: 95.1% of statements 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:39:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.114s coverage: 58.8% of statements 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:39:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.222s coverage: 0.8% of statements 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:39:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.160s coverage: 22.0% of statements 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.156s coverage: 47.1% of statements 08:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.190s coverage: 79.5% of statements 08:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.151s coverage: 94.1% of statements 08:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.157s coverage: 96.3% of statements 08:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.156s coverage: 87.5% of statements 08:39:35 Removing intermediate container 5fc45335ab15 08:39:35 ---> c28768bbf666 08:39:35 Step 32/32 : LABEL version=0.0.0 08:39:36 ---> Running in c09023dfdf31 08:39:37 Removing intermediate container c09023dfdf31 08:39:37 ---> 9e3bf3da00cd 08:39:37 08:39:38 Successfully built 9e3bf3da00cd 08:39:38 Successfully tagged security-bootstrapper:latest 08:39:41  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:39:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:39:41 ---> 49b9268f1bb6 08:39:41 Step 3/24 : WORKDIR /edgex-go 08:39:41 ---> Using cache 08:39:41 ---> ed1d11cc43e7 08:39:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:41 ---> Using cache 08:39:41 ---> 4321bc37eed5 08:39:41 Step 5/24 : RUN apk add --update --no-cache make git 08:39:41 ---> Using cache 08:39:41 ---> 0fc8e0130de2 08:39:41 Step 6/24 : COPY go.mod . 08:39:41 ---> Using cache 08:39:41 ---> 454c960beca3 08:39:41 Step 7/24 : RUN go mod download 08:39:41 ---> Using cache 08:39:41 ---> 2e2bae23ec69 08:39:41 Step 8/24 : COPY . . 08:39:41 ---> Using cache 08:39:41 ---> 063f29765bd3 08:39:41 Step 9/24 : RUN go mod tidy 08:39:41 ---> Using cache 08:39:41 ---> 17a6c7d6f887 08:39:41 Step 10/24 : RUN make cmd/core-metadata/core-metadata 08:39:41 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:39:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:39:41 ---> 49b9268f1bb6 08:39:41 Step 3/24 : WORKDIR /edgex-go 08:39:41 ---> Using cache 08:39:41 ---> ed1d11cc43e7 08:39:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:41 ---> Using cache 08:39:41 ---> 4321bc37eed5 08:39:41 Step 5/24 : RUN apk add --update --no-cache make bash git 08:39:42 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:39:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:39:42 ---> 49b9268f1bb6 08:39:42 Step 3/24 : WORKDIR /edgex-go 08:39:42 ---> Using cache 08:39:42 ---> ed1d11cc43e7 08:39:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:42 ---> Using cache 08:39:42 ---> 4321bc37eed5 08:39:42 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:39:42 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:39:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:39:42 ---> 49b9268f1bb6 08:39:42 Step 3/23 : WORKDIR /edgex-go 08:39:42 ---> Using cache 08:39:42 ---> ed1d11cc43e7 08:39:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:42 ---> Using cache 08:39:42 ---> 4321bc37eed5 08:39:42 Step 5/23 : RUN apk add --update --no-cache make git 08:39:42 ---> Using cache 08:39:42 ---> 0fc8e0130de2 08:39:42 Step 6/23 : COPY go.mod . 08:39:42 ---> Using cache 08:39:42 ---> 454c960beca3 08:39:42 Step 7/23 : RUN go mod download 08:39:42 ---> Using cache 08:39:42 ---> 2e2bae23ec69 08:39:42 Step 8/23 : COPY . . 08:39:42 ---> Using cache 08:39:42 ---> 063f29765bd3 08:39:42 Step 9/23 : RUN go mod tidy 08:39:42 ---> Using cache 08:39:42 ---> 17a6c7d6f887 08:39:42 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 08:39:43 ---> Running in c13580f52940 08:39:43 ---> Running in 1b108cec70cd 08:39:43 ---> Running in c0047754922d 08:39:43 ---> Running in 80b7cb3e167b 08:39:44 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:39:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:39:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:39:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:39:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:39:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:39:45 OK: 219 MiB in 52 packages 08:39:45 OK: 219 MiB in 52 packages 08:39:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.165s coverage: 94.4% of statements 08:39:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.118s coverage: 44.8% of statements 08:39:47 Removing intermediate container 1b108cec70cd 08:39:47 ---> f6661a894b96 08:39:47 Step 6/24 : COPY go.mod . 08:39:47 Removing intermediate container c0047754922d 08:39:47 ---> 6df3ac8bf8ab 08:39:47 Step 6/24 : COPY go.mod . 08:39:47 ---> b7c019300944 08:39:47 Step 7/24 : RUN go mod download 08:39:47 ---> 3c795665142a 08:39:47 Step 7/24 : RUN go mod download 08:39:47 ---> Running in e2ddacfa2947 08:39:47 ---> Running in 0ef44bf4be84 08:39:51 Removing intermediate container e2ddacfa2947 08:39:51 ---> 8650ca57fee7 08:39:51 Step 8/24 : COPY . . 08:39:51 Removing intermediate container 0ef44bf4be84 08:39:51 ---> 3a942daf7ce5 08:39:51 Step 8/24 : COPY . . 08:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.486s coverage: 81.8% of statements 08:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.201s coverage: 92.9% of statements 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.089s coverage: 87.2% of statements 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.105s coverage: 100.0% of statements 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.138s coverage: 76.0% of statements 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.140s coverage: 80.0% of statements 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.177s coverage: 87.2% of statements 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.187s coverage: 85.4% of statements 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.246s coverage: 91.2% of statements 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.748s coverage: 64.4% of statements 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.112s coverage: 100.0% of statements 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements 08:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 08:40:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.962s coverage: 66.9% of statements 08:40:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:40:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:40:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.679s coverage: 43.4% of statements 08:40:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:40:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.102s coverage: 89.5% of statements 08:40:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:40:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements 08:40:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.378s coverage: 47.0% of statements 08:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:40:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements 08:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:40:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements 08:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:40:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:40:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.229s coverage: 21.5% of statements 08:40:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:40:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.427s coverage: 92.2% of statements 08:40:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:40:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:40:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.779s coverage: 28.7% of statements 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.217s coverage: 99.0% of statements 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.192s coverage: 100.0% of statements 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.161s coverage: 64.6% of statements 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.422s coverage: 97.6% of statements 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.125s coverage: 28.1% of statements 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.060s coverage: 85.7% of statements 08:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 08:40:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 08:40:24 ---> 85ca03c7be73 08:40:24 Step 9/24 : RUN go mod tidy 08:40:24 ---> 95fb69bd7969 08:40:24 Step 9/24 : RUN go mod tidy 08:40:24 ---> Running in 8e1232df0834 08:40:24 ---> Running in 08ac3bcd845e 08:40:25 GO111MODULE=on go vet ./... 08:40:27 Removing intermediate container 80b7cb3e167b 08:40:27 ---> 4147b70f6147 08:40:27 08:40:27 Step 11/23 : FROM alpine:3.12 08:40:27 ---> 13621d1b12d4 08:40:27 Step 12/23 : RUN apk add --update --no-cache dumb-init 08:40:27 ---> Using cache 08:40:27 ---> b1c2090882f6 08:40:27 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:40:27 ---> Using cache 08:40:27 ---> 012a23f61f73 08:40:27 Step 14/23 : ENV APP_PORT=48085 08:40:27 ---> Running in 6c92e504e75a 08:40:28 Removing intermediate container c13580f52940 08:40:28 ---> ac67e6430917 08:40:28 08:40:28 Step 11/24 : FROM alpine:3.12 08:40:28 ---> 13621d1b12d4 08:40:28 Step 12/24 : RUN apk add --update --no-cache dumb-init 08:40:28 ---> Using cache 08:40:28 ---> b1c2090882f6 08:40:28 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:40:28 ---> Using cache 08:40:28 ---> 012a23f61f73 08:40:28 Step 14/24 : ENV APP_PORT=48081 08:40:28 ---> Running in 2d7f144d9eda 08:40:28 Removing intermediate container 6c92e504e75a 08:40:28 ---> 5a2503a2b787 08:40:28 Step 15/23 : EXPOSE $APP_PORT 08:40:28 ---> Running in 34206ad53f91 08:40:29 Removing intermediate container 2d7f144d9eda 08:40:29 ---> 83e7b3b42d3e 08:40:29 Step 15/24 : EXPOSE $APP_PORT 08:40:29 Removing intermediate container 34206ad53f91 08:40:29 ---> Running in 0ba40f86173f 08:40:29 ---> 39af77e045ee 08:40:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:40:29 Removing intermediate container 0ba40f86173f 08:40:29 ---> fc28b718526c 08:40:29 Step 16/24 : WORKDIR / 08:40:29 ---> fb65a02e38ea 08:40:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:40:29 ---> Running in 444127c9abb1 08:40:29 Removing intermediate container 08ac3bcd845e 08:40:29 ---> 9351532ab362 08:40:29 Step 10/24 : RUN make cmd/core-data/core-data 08:40:29 Removing intermediate container 8e1232df0834 08:40:29 ---> Running in c0d2cca2e573 08:40:29 ---> 839e4f471601 08:40:29 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:40:30 Removing intermediate container 444127c9abb1 08:40:30 ---> 86ab2bfaea25 08:40:30 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:40:30 ---> Running in fb70bdd36c3c 08:40:30 ---> 174f426f3b34 08:40:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:40:30 ---> cbae3c47ad6e 08:40:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:40:30 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:40:30 ---> 33042421a119 08:40:30 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 08:40:31 ---> Running in baf8644cc22e 08:40:31 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:40:31 ---> 2e1dafd58c51 08:40:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:40:31 Removing intermediate container baf8644cc22e 08:40:31 ---> 35c31b53ffec 08:40:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:40:31 ---> Running in 8a922648d203 08:40:31 Removing intermediate container 8a922648d203 08:40:31 ---> 90435a8bc914 08:40:31 Step 21/23 : LABEL arch=x86_64 08:40:32 ---> 1e549e42fcf7 08:40:32 Step 20/24 : ENTRYPOINT ["/core-metadata"] 08:40:32 ---> Running in 734f735524c6 08:40:32 ---> Running in 30c04dac4b81 08:40:33 Removing intermediate container 734f735524c6 08:40:33 ---> 02725df56674 08:40:33 Step 22/23 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:40:33 ---> Running in fcc2eea1737d 08:40:33 Removing intermediate container 30c04dac4b81 08:40:33 ---> e85f1889001d 08:40:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:40:33 ---> Running in 62f8f269fbc7 08:40:33 Removing intermediate container fcc2eea1737d 08:40:33 ---> 58e443358f75 08:40:33 Step 23/23 : LABEL version=0.0.0 08:40:33 ---> Running in 0aa4a5c6806b 08:40:33 Removing intermediate container 62f8f269fbc7 08:40:33 ---> 5f51b7afa579 08:40:33 Step 22/24 : LABEL arch=x86_64 08:40:33 ---> Running in 5fe07c68b0d5 08:40:34 Removing intermediate container 0aa4a5c6806b 08:40:34 ---> cf6e6cec022f 08:40:34 08:40:34 Removing intermediate container 5fe07c68b0d5 08:40:34 ---> f01bd5ad2b10 08:40:34 Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:40:35 ---> Running in db7ba6c365cf 08:40:35 Successfully built cf6e6cec022f 08:40:35 Successfully tagged support-scheduler:latest 08:40:35  Building support-scheduler ... done Removing intermediate container db7ba6c365cf 08:40:35 ---> 8f2e6114f616 08:40:35 Step 24/24 : LABEL version=0.0.0 08:40:35 ---> Running in 542151e31916 08:40:35 Removing intermediate container 542151e31916 08:40:35 ---> 02c96d6debd2 08:40:35 08:40:36 Successfully built 02c96d6debd2 08:40:37 Successfully tagged core-metadata:latest 08:40:52  Building core-metadata ... done Removing intermediate container fb70bdd36c3c 08:40:52 ---> 727fa2c87787 08:40:52 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:40:52 ---> Running in 830a3c2ad170 08:40:52 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:40:54 Removing intermediate container c0d2cca2e573 08:40:54 ---> 1bbbc8825aed 08:40:54 08:40:54 Step 11/24 : FROM alpine:3.12 08:40:54 ---> 13621d1b12d4 08:40:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:40:54 Removing intermediate container 830a3c2ad170 08:40:54 ---> 42029ae17622 08:40:54 08:40:54 Step 12/24 : FROM docker:20.10.0 08:40:54 ---> Running in 7d3eacbbe24a 08:40:54 20.10.0: Pulling from library/docker 08:40:55 Removing intermediate container 7d3eacbbe24a 08:40:55 ---> 03d859d4a90d 08:40:55 Step 13/24 : ENV APP_PORT=48080 08:40:55 ---> Running in 80814a86b0c4 08:40:55 Removing intermediate container 80814a86b0c4 08:40:55 ---> e6c87a6ac81f 08:40:55 Step 14/24 : EXPOSE $APP_PORT 08:40:55 ---> Running in d4be357a4ac8 08:40:56 Removing intermediate container d4be357a4ac8 08:40:56 ---> 11b45fe3e91c 08:40:56 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:56 ---> Running in 06b6ad131d19 08:40:58 Removing intermediate container 06b6ad131d19 08:40:58 ---> b6d2c41b16eb 08:40:58 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 08:40:58 ---> Running in b3d299fe1ef6 08:40:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:40:59 Status: Downloaded newer image for docker:20.10.0 08:40:59 ---> aefe523efa57 08:40:59 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:40:59 ---> Running in f733f3f6c5e8 08:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:41:00 Removing intermediate container f733f3f6c5e8 08:41:00 ---> a5bf5014cb32 08:41:00 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:41:00 ---> Running in 38b0c80a968e 08:41:00 (1/6) Installing dumb-init (1.2.2-r1) 08:41:00 (2/6) Installing libgcc (9.3.0-r2) 08:41:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:41:00 (3/6) Installing libsodium (1.0.18-r0) 08:41:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:41:00 (1/39) Installing readline (8.0.4-r0) 08:41:00 (2/39) Installing bash (5.0.17-r0) 08:41:00 Executing bash-5.0.17-r0.post-install 08:41:00 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:41:00 (4/39) Installing libcurl (7.76.1-r0) 08:41:00 (5/39) Installing curl (7.76.1-r0) 08:41:00 (6/39) Installing dumb-init (1.2.2-r1) 08:41:00 (7/39) Installing libbz2 (1.0.8-r1) 08:41:00 (8/39) Installing expat (2.2.9-r1) 08:41:00 (9/39) Installing libffi (3.3-r2) 08:41:00 (10/39) Installing gdbm (1.13-r1) 08:41:00 (11/39) Installing xz-libs (5.2.5-r0) 08:41:00 (12/39) Installing sqlite-libs (3.32.1-r0) 08:41:00 (13/39) Installing python3 (3.8.10-r0) 08:41:01 (4/6) Installing libstdc++ (9.3.0-r2) 08:41:02 (5/6) Installing libzmq (4.3.3-r0) 08:41:02 (6/6) Installing zeromq (4.3.3-r0) 08:41:02 Executing busybox-1.31.1-r20.trigger 08:41:02 (14/39) Installing py3-appdirs (1.4.4-r1) 08:41:02 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:41:02 (16/39) Installing py3-parsing (2.4.7-r0) 08:41:02 (17/39) Installing py3-six (1.15.0-r0) 08:41:02 OK: 8 MiB in 20 packages 08:41:02 (18/39) Installing py3-packaging (20.4-r0) 08:41:02 (19/39) Installing py3-setuptools (47.0.0-r0) 08:41:02 (20/39) Installing py3-chardet (3.0.4-r4) 08:41:02 (21/39) Installing py3-idna (2.9-r0) 08:41:02 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:41:02 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:41:02 (24/39) Installing py3-requests (2.23.0-r0) 08:41:02 (25/39) Installing py3-msgpack (1.0.0-r0) 08:41:02 (26/39) Installing py3-lockfile (0.12.2-r3) 08:41:02 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:41:02 (28/39) Installing py3-colorama (0.4.3-r0) 08:41:02 (29/39) Installing py3-distlib (0.3.0-r0) 08:41:02 (30/39) Installing py3-distro (1.5.0-r1) 08:41:02 (31/39) Installing py3-webencodings (0.5.1-r3) 08:41:02 (32/39) Installing py3-html5lib (1.0.1-r4) 08:41:06 (33/39) Installing py3-pytoml (0.1.21-r0) 08:41:06 (34/39) Installing py3-pep517 (0.8.2-r0) 08:41:06 (35/39) Installing py3-progress (1.5-r0) 08:41:06 (36/39) Installing py3-toml (0.10.1-r0) 08:41:06 (37/39) Installing py3-retrying (1.3.3-r0) 08:41:06 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:41:06 (39/39) Installing py3-pip (20.1.1-r0) 08:41:06 Executing busybox-1.31.1-r19.trigger 08:41:06 OK: 72 MiB in 59 packages 08:41:07 Removing intermediate container b3d299fe1ef6 08:41:07 ---> 109e83360f99 08:41:07 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:41:07 Collecting docker-compose==1.23.2 08:41:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:41:07 ---> 7f11e9fe807b 08:41:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:41:08 Collecting PyYAML<4,>=3.10 08:41:08 Downloading PyYAML-3.13.tar.gz (270 kB) 08:41:09 Collecting docopt<0.7,>=0.6.1 08:41:09 ---> cf5222a8679b 08:41:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:41:09 Downloading docopt-0.6.2.tar.gz (25 kB) 08:41:10 ---> 66e3628f34ae 08:41:10 Step 20/24 : ENTRYPOINT ["/core-data"] 08:41:10 ---> Running in 75460893defb 08:41:10 Collecting docker<4.0,>=3.6.0 08:41:10 Removing intermediate container 75460893defb 08:41:10 ---> 703bfd3ee39a 08:41:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:41:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:41:10 ---> Running in 7fcd4e9e3fef 08:41:10 Collecting cached-property<2,>=1.2.0 08:41:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:41:10 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:41:10 Collecting dockerpty<0.5,>=0.4.1 08:41:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:41:10 Removing intermediate container 7fcd4e9e3fef 08:41:10 ---> e1732a7c4cb1 08:41:10 Step 22/24 : LABEL arch=x86_64 08:41:11 ---> Running in 183788497e6d 08:41:11 Removing intermediate container 183788497e6d 08:41:11 ---> 6dab4c6dcd87 08:41:11 Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:41:11 ---> Running in 030e1875948e 08:41:11 Removing intermediate container 030e1875948e 08:41:11 ---> e23eadfb79a9 08:41:11 Step 24/24 : LABEL version=0.0.0 08:41:11 Collecting texttable<0.10,>=0.9.0 08:41:11 Downloading texttable-0.9.1.tar.gz (11 kB) 08:41:11 ---> Running in 246d21c5aa6c 08:41:11 Removing intermediate container 246d21c5aa6c 08:41:11 ---> 2c7a1900f68e 08:41:11 08:41:11 Successfully built 2c7a1900f68e 08:41:11 Successfully tagged core-data:latest 08:41:11  Building core-data ... done Collecting jsonschema<3,>=2.5.1 08:41:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:41:12 Collecting websocket-client<1.0,>=0.32.0 08:41:12 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 08:41:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:41:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:41:12 Collecting docker-pycreds>=0.4.0 08:41:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:41:12 Collecting urllib3<1.25,>=1.21.1 08:41:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:41:12 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:41:12 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:41:12 Collecting idna<2.8,>=2.5 08:41:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:41:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:41:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:41:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:41:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:41:12 Installing collected packages: PyYAML, docopt, urllib3, idna, requests, docker-pycreds, websocket-client, docker, cached-property, dockerpty, texttable, jsonschema, docker-compose 08:41:12 Running setup.py install for PyYAML: started 08:41:13 Running setup.py install for PyYAML: finished with status 'done' 08:41:13 Running setup.py install for docopt: started 08:41:14 Running setup.py install for docopt: finished with status 'done' 08:41:14 Attempting uninstall: urllib3 08:41:14 Found existing installation: urllib3 1.25.9 08:41:14 Uninstalling urllib3-1.25.9: 08:41:14 Successfully uninstalled urllib3-1.25.9 08:41:14 Attempting uninstall: idna 08:41:14 Found existing installation: idna 2.9 08:41:14 Uninstalling idna-2.9: 08:41:14 Successfully uninstalled idna-2.9 08:41:14 Attempting uninstall: requests 08:41:14 Found existing installation: requests 2.23.0 08:41:14 Uninstalling requests-2.23.0: 08:41:14 Successfully uninstalled requests-2.23.0 08:41:15 Running setup.py install for dockerpty: started 08:41:16 Running setup.py install for dockerpty: finished with status 'done' 08:41:16 Running setup.py install for texttable: started 08:41:16 Running setup.py install for texttable: finished with status 'done' 08:41:17 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.59.0 08:41:25 Removing intermediate container 38b0c80a968e 08:41:25 ---> 9d84d020ddfd 08:41:25 Step 15/24 : ENV APP_PORT=48090 08:41:25 ---> Running in 92a0f0fee432 08:41:25 Removing intermediate container 92a0f0fee432 08:41:25 ---> 419f2f0d7392 08:41:25 Step 16/24 : EXPOSE $APP_PORT 08:41:25 ---> Running in 48175b888aca 08:41:25 Removing intermediate container 48175b888aca 08:41:25 ---> f2add2f72c41 08:41:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:41:25 ---> 8eb274b07304 08:41:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:41:26 ---> 5feb1cbf9083 08:41:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:41:26 ---> 38104de3fc5a 08:41:26 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 08:41:26 ---> Running in cf48cb6dbfac 08:41:26 Removing intermediate container cf48cb6dbfac 08:41:26 ---> c496866168a4 08:41:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:41:26 ---> Running in e7ce0fb72659 08:41:26 Removing intermediate container e7ce0fb72659 08:41:26 ---> 2714452ed046 08:41:26 Step 22/24 : LABEL arch=x86_64 08:41:26 ---> Running in 0735050e68e7 08:41:27 Removing intermediate container 0735050e68e7 08:41:27 ---> b70c9ea5a326 08:41:27 Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:41:27 ---> Running in 7fb0e7845c67 08:41:27 Removing intermediate container 7fb0e7845c67 08:41:27 ---> 70d0c6642f40 08:41:27 Step 24/24 : LABEL version=0.0.0 08:41:27 ---> Running in c6a346efaebb 08:41:27 Removing intermediate container c6a346efaebb 08:41:27 ---> f1b71c54d014 08:41:27 08:41:27 Successfully built f1b71c54d014 08:41:27 Successfully tagged sys-mgmt-agent:latest 08:41:28  Building sys-mgmt-agent ... done  [Pipeline] } 08:41:28 $ docker stop --time=1 847a8529328e6a39e8dc670af9c18fe8271beeac09d8d7a09bb9010630db12d3 08:41:29 $ docker rm -f 847a8529328e6a39e8dc670af9c18fe8271beeac09d8d7a09bb9010630db12d3 [Pipeline] // withDockerContainer [Pipeline] sh 08:41:30 + docker images 08:41:30 REPOSITORY TAG IMAGE ID CREATED SIZE 08:41:30 sys-mgmt-agent latest f1b71c54d014 3 seconds ago 312MB 08:41:30 core-data latest 2c7a1900f68e 19 seconds ago 21.6MB 08:41:30 42029ae17622 36 seconds ago 1.15GB 08:41:30 1bbbc8825aed 37 seconds ago 1.17GB 08:41:30 core-metadata latest 02c96d6debd2 55 seconds ago 18.6MB 08:41:30 support-scheduler latest cf6e6cec022f 56 seconds ago 17.1MB 08:41:30 ac67e6430917 About a minute ago 1.17GB 08:41:30 4147b70f6147 About a minute ago 1.16GB 08:41:30 security-bootstrapper latest 9e3bf3da00cd About a minute ago 18.2MB 08:41:30 security-secretstore-setup latest 67b6a9c7bee0 2 minutes ago 25.7MB 08:41:30 support-notifications latest aba7884a88aa 2 minutes ago 17.7MB 08:41:30 core-command latest 79e7441121e4 2 minutes ago 17MB 08:41:30 security-proxy-setup latest 1c035c48e977 2 minutes ago 25.3MB 08:41:30 e30cf4c89fe2 2 minutes ago 1.16GB 08:41:30 c935e9b9c223 2 minutes ago 1.15GB 08:41:30 8b1cc0cbfeb0 2 minutes ago 1.16GB 08:41:30 ab72a50a276d 2 minutes ago 1.16GB 08:41:30 c7487a6965d9 2 minutes ago 1.15GB 08:41:30 ci-base-image-x86_64 latest 49b9268f1bb6 8 minutes ago 648MB 08:41:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 13 days ago 445MB 08:41:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 2 weeks ago 37.5MB 08:41:30 alpine 3.12 13621d1b12d4 4 weeks ago 5.58MB 08:41:30 docker 20.10.0 aefe523efa57 5 months ago 240MB 08:41:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 10 months ago 310MB [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:41:46 Still waiting to schedule task 08:41:46 ‘prd-ubuntu18.04-docker-8c-8g-5090’ is offline 08:42:02 gofmt -l . 08:42:02 [ "`gofmt -l .`" = "" ] 08:42:04 ./bin/test-go-mod-tidy.sh 08:42:04 ./bin/test-attribution-txt.sh [Pipeline] sh 08:42:07 + ls -al . 08:42:07 total 864 08:42:07 drwxrwxr-x 9 1001 1001 4096 May 13 08:42 . 08:42:07 drwxr-xr-x 4 root root 4096 May 13 08:37 .. 08:42:07 -rw-rw-r-- 1 1001 1001 11 May 13 08:35 .dockerignore 08:42:07 drwxrwxr-x 8 1001 1001 4096 May 13 08:35 .git 08:42:07 drwxrwxr-x 3 1001 1001 4096 May 13 08:35 .github 08:42:07 -rw-rw-r-- 1 1001 1001 818 May 13 08:35 .gitignore 08:42:07 -rw-rw-r-- 1 1001 1001 166 May 13 08:35 .sonarcloud.properties 08:42:07 -rw-rw-r-- 1 1001 1001 8609 May 13 08:35 Attribution.txt 08:42:07 -rw-rw-r-- 1 1001 1001 3804 May 13 08:35 CONTRIBUTING.md 08:42:07 -rw-rw-r-- 1 1001 1001 931 May 13 08:35 Dockerfile.build 08:42:07 -rw-rw-r-- 1 1001 1001 863 May 13 08:35 Jenkinsfile 08:42:07 -rw-rw-r-- 1 1001 1001 10775 May 13 08:35 LICENSE 08:42:07 -rw-rw-r-- 1 1001 1001 5594 May 13 08:35 Makefile 08:42:07 -rw-rw-r-- 1 1001 1001 7978 May 13 08:35 README.md 08:42:07 -rw-rw-r-- 1 1001 1001 6755 May 13 08:35 SECURITY.md 08:42:07 -rw-rw-r-- 1 1001 1001 5 May 13 08:32 VERSION 08:42:07 -rw-rw-r-- 1 1001 1001 4131 May 13 08:35 ZMQWindows.md 08:42:07 drwxrwxr-x 2 1001 1001 4096 May 13 08:35 bin 08:42:07 drwxrwxr-x 14 1001 1001 4096 May 13 08:35 cmd 08:42:07 -rw-r--r-- 1 root root 727486 May 13 08:40 coverage.out 08:42:07 -rw-r--r-- 1 root root 1060 May 13 08:42 go.mod 08:42:07 -rw-r--r-- 1 root root 21797 May 13 08:37 go.sum 08:42:07 drwxrwxr-x 8 1001 1001 4096 May 13 08:35 internal 08:42:07 drwxrwxr-x 4 1001 1001 4096 May 13 08:35 openapi 08:42:07 drwxrwxr-x 4 1001 1001 4096 May 13 08:35 snap 08:42:07 -rw-rw-r-- 1 1001 1001 168 May 13 08:35 version.go [Pipeline] sh 08:42:08 + '[' -e coverage.out ] 08:42:08 + chown 1001:1001 coverage.out [Pipeline] stash 08:42:08 Warning: overwriting stash ‘coverage-report’ 08:42:09 Stashed 1 file(s) [Pipeline] sh 08:42:10 + make build 08:42:10 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:42:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:42:45 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:42:46 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:42:50 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:42:51 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:42:56 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:43:00 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:43:03 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:43:06 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:43:09 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:43:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 08:43:18 $ docker stop --time=1 5899f85f3ee42ce0870b2342f9655a0bce536d7c57b6a906adbe2d19ec053519 08:43:21 $ docker rm -f 5899f85f3ee42ce0870b2342f9655a0bce536d7c57b6a906adbe2d19ec053519 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:43:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:23 08:43:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:43:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:23 latest: Pulling from edgex-devops/edgex-compose-arm64 08:43:23 29e5d40040c1: Pulling fs layer 08:43:23 1ce36da41761: Pulling fs layer 08:43:23 25b303627fd3: Pulling fs layer 08:43:23 29e5d40040c1: Verifying Checksum 08:43:23 29e5d40040c1: Download complete 08:43:24 1ce36da41761: Verifying Checksum 08:43:24 1ce36da41761: Download complete 08:43:24 29e5d40040c1: Pull complete 08:43:25 1ce36da41761: Pull complete 08:43:25 25b303627fd3: Verifying Checksum 08:43:25 25b303627fd3: Download complete 08:43:29 Running on prd-ubuntu18.04-docker-8c-8g-5100 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws 08:43:30 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 08:43:33 using credential edgex-jenkins-ssh 08:43:33 Cloning the remote Git repository 08:43:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:43:33 > git init /w/workspace/edgex-go/14 # timeout=10 08:43:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:43:33 > git --version # timeout=10 08:43:33 > git --version # 'git version 2.17.1' 08:43:33 using GIT_SSH to set credentials SSH Credentials for GitHub 08:43:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:43:36 25b303627fd3: Pull complete 08:43:36 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:43:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:43:36 prd-ubuntu18.04-docker-arm64-4c-16g-5094 does not seem to be running inside a container 08:43:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:43:39 $ docker top 5bceab6f3d95296afbb6da9155560431e86233cb0e1ef380e9198331493fdda1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:43:40 + grep parallel 08:43:40 + docker-compose build --help 08:43:44 --parallel Build images in parallel. [Pipeline] } 08:43:44 $ docker stop --time=1 5bceab6f3d95296afbb6da9155560431e86233cb0e1ef380e9198331493fdda1 08:43:46 $ docker rm -f 5bceab6f3d95296afbb6da9155560431e86233cb0e1ef380e9198331493fdda1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:43:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:46 . [Pipeline] withDockerContainer 08:43:47 prd-ubuntu18.04-docker-arm64-4c-16g-5094 does not seem to be running inside a container 08:43:47 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:43:48 $ docker top 6e70d5cc18e8e01390c79ae12ff87c0df16eefaa69f6146a362ec199674fcdf1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:43:49 Merging remotes/origin/master commit d3783389bd084c805784fc32d68d5bd35a9a1ab3 into PR head commit 62b35b2432e8ce9c7661e764e19840c5adc5cc86 08:43:49 + docker-compose -f ./docker-compose-build.yml build --parallel 08:43:49 Merge succeeded, producing 34cbf68b7547ea216b30b4b8057ef82a7b2c79d4 08:43:49 Checking out Revision 34cbf68b7547ea216b30b4b8057ef82a7b2c79d4 (PR-3410) 08:43:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:43:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:43:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:43:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:43:48 using GIT_SSH to set credentials SSH Credentials for GitHub 08:43:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:43:49 > git config core.sparsecheckout # timeout=10 08:43:49 > git checkout -f 62b35b2432e8ce9c7661e764e19840c5adc5cc86 # timeout=10 08:43:49 > git remote # timeout=10 08:43:49 > git config --get remote.origin.url # timeout=10 08:43:49 using GIT_SSH to set credentials SSH Credentials for GitHub 08:43:49 > git merge d3783389bd084c805784fc32d68d5bd35a9a1ab3 # timeout=10 08:43:49 > git rev-parse HEAD^{commit} # timeout=10 08:43:49 > git config core.sparsecheckout # timeout=10 08:43:49 > git checkout -f 34cbf68b7547ea216b30b4b8057ef82a7b2c79d4 # timeout=10 08:43:52 Building core-command ... 08:43:52 Building core-data ... 08:43:52 Building core-metadata ... 08:43:52 Building security-bootstrapper ... 08:43:52 Building security-proxy-setup ... 08:43:52 Building security-secretstore-setup ... 08:43:52 Building support-notifications ... 08:43:52 Building support-scheduler ... 08:43:52 Building sys-mgmt-agent ... 08:43:52 Building security-proxy-setup 08:43:52 Building core-metadata 08:43:52 Building core-command 08:43:52 Building sys-mgmt-agent 08:43:52 Building core-data 08:43:53 Commit message: "Merge commit 'd3783389bd084c805784fc32d68d5bd35a9a1ab3' into HEAD" 08:43:53 > git rev-list --no-walk 62b35b2432e8ce9c7661e764e19840c5adc5cc86 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:43:54 + echo snap-build.sh 08:43:54 snap-build.sh 08:43:54 + SNAP_BASE_DIR=. 08:43:54 + '[' '!' -z /w/workspace/edgex-go/14 ']' 08:43:54 + SNAP_BASE_DIR=/w/workspace/edgex-go/14 08:43:54 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' 08:43:54 [snap-build] Building snap in dir [/w/workspace/edgex-go/14] 08:43:54 + cd /w/workspace/edgex-go/14 08:43:54 + sudo apt-get remove -qy --purge lxd lxd-client 08:43:54 Reading package lists... 08:43:54 Building dependency tree... 08:43:54 Reading state information... 08:43:54 The following packages were automatically installed and are no longer required: 08:43:54 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:43:54 uidmap xdelta3 08:43:54 Use 'sudo apt autoremove' to remove them. 08:43:54 The following packages will be REMOVED: 08:43:54 lxd* lxd-client* 08:43:54 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:43:54 After this operation, 31.7 MB disk space will be freed. 08:43:55 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 08:43:55 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:43:56 Removing lxd dnsmasq configuration 08:43:56 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:43:56 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:43:57 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:43:57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 08:43:57 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:43:59 Processing triggers for systemd (237-3ubuntu10.42) ... 08:43:59 Processing triggers for ureadahead (0.100.0-21) ... 08:44:00 + sudo snap remove --purge lxd 08:44:00 snap "lxd" is not installed 08:44:00 + sudo groupadd --force --system lxd 08:44:00 ++ whoami 08:44:00 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:44:00 + newgrp - lxd 08:44:00 + sudo snap install lxd 08:44:10 2021-05-13T08:44:07Z INFO Waiting for automatic snapd restart... 08:44:22 lxd 4.14 from Canonical* installed 08:44:22 + sudo lxd init --auto 08:44:32 + sudo snap install --classic snapcraft 08:44:36 snapcraft 4.7.1 from Canonical* installed 08:44:36 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 08:44:36 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 08:44:36 % Total % Received % Xferd Average Speed Time Time Time Current 08:44:36 Dload Upload Total Spent Left Speed 08:44:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4265 08:44:36 100 3325k 100 3325k 0 0 9895k 0 --:--:-- --:--:-- --:--:-- 9895k 08:44:36 ./yq_linux_amd64 08:44:36 + sudo snapcraft prime --use-lxd 08:44:38 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:44:38 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 08:44:38 - README.md 08:44:38 08:44:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:44:38 Launching a container. 08:44:45 Waiting for container to be ready 08:44:45 To start your first instance, try: lxc launch ubuntu:18.04 08:44:45 08:44:48 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:44:49 Waiting for network to be ready... 08:44:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:44:49 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:44:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] 08:44:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 08:44:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:44:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:44:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] 08:44:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 08:44:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 08:44:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:44:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:44:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:44:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:44:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:44:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:44:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:44:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:44:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:44:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:44:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 08:44:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 08:44:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:44:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:44:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 08:44:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 08:44:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 08:44:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:44:53 Fetched 24.6 MB in 4s (6470 kB/s) 08:44:54 Reading package lists... 08:44:54 Reading package lists... 08:44:54 Building dependency tree... 08:44:54 Reading state information... 08:44:54 The following additional packages will be installed: 08:44:54 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:44:54 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:44:54 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:44:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:44:54 Suggested packages: 08:44:54 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:44:54 Recommended packages: 08:44:54 gnupg libsasl2-modules 08:44:54 The following NEW packages will be installed: 08:44:54 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:44:54 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:44:54 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:44:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:44:54 The following packages will be upgraded: 08:44:54 gpg gpg-agent gpgconf libudev1 08:44:54 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 08:44:54 Need to get 3530 kB of archives. 08:44:54 After this operation, 13.3 MB of additional disk space will be used. 08:44:54 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:44:54 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:44:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 08:44:54 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:44:54 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] 08:44:54 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] 08:44:55 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:44:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:44:55 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 08:44:55 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 08:44:55 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 08:44:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:44:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:44:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:44:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:44:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:44:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:44:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:44:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:44:55 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:44:55 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:44:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 08:44:56 debconf: delaying package configuration, since apt-utils is not installed 08:44:56 Fetched 3530 kB in 1s (2405 kB/s) 08:44:56 (Reading database ... 12511 files and directories currently installed.) 08:44:56 Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... 08:44:56 Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 08:44:56 Setting up libudev1:amd64 (237-3ubuntu10.47) ... 08:44:56 Selecting previously unselected package udev. 08:44:56 (Reading database ... 12511 files and directories currently installed.) 08:44:56 Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... 08:44:56 Unpacking udev (237-3ubuntu10.47) ... 08:44:56 Selecting previously unselected package libfuse2:amd64. 08:44:56 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:44:56 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:44:56 Selecting previously unselected package fuse. 08:44:56 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:44:56 Unpacking fuse (2.9.7-1ubuntu1) ... 08:44:56 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 08:44:56 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:44:56 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 08:44:56 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:44:56 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 08:44:57 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:44:57 Selecting previously unselected package libksba8:amd64. 08:44:57 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:44:57 Unpacking libksba8:amd64 (1.3.5-2) ... 08:44:57 Selecting previously unselected package libroken18-heimdal:amd64. 08:44:57 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:57 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:57 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:44:57 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:57 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:57 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:44:57 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:57 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:57 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:44:57 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:57 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:57 Selecting previously unselected package libwind0-heimdal:amd64. 08:44:57 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:57 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:57 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:44:57 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:57 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:58 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:44:58 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:58 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:58 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:44:58 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:58 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:58 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:44:58 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:58 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:58 Selecting previously unselected package libsasl2-modules-db:amd64. 08:44:58 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:44:58 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:44:58 Selecting previously unselected package libsasl2-2:amd64. 08:44:58 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:44:58 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:44:58 Selecting previously unselected package libldap-common. 08:44:58 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 08:44:58 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:44:58 Selecting previously unselected package libldap-2.4-2:amd64. 08:44:58 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 08:44:58 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:44:58 Selecting previously unselected package dirmngr. 08:44:58 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 08:44:58 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 08:44:58 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:44:58 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 08:44:58 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:44:59 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:44:59 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:44:59 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 08:44:59 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:59 Setting up libksba8:amd64 (1.3.5-2) ... 08:44:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:44:59 Setting up udev (237-3ubuntu10.47) ... 08:44:59 invoke-rc.d: policy-rc.d denied execution of start. 08:44:59 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:59 Processing triggers for systemd (237-3ubuntu10) ... 08:44:59 Setting up fuse (2.9.7-1ubuntu1) ... 08:44:59 Setting up gpg (2.2.4-1ubuntu1.4) ... 08:44:59 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:59 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:59 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:59 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:59 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:59 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:59 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:59 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:44:59 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 08:45:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:45:00 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:45:00 settings in the [Install] section, and DefaultInstance for template units). 08:45:00 This means they are not meant to be enabled using systemctl. 08:45:00 Possible reasons for having this kind of units are: 08:45:00 1) A unit may be statically enabled by being symlinked from another unit's 08:45:00 .wants/ or .requires/ directory. 08:45:00 2) A unit's purpose may be to act as a helper for some other unit which has 08:45:00 a requirement dependency on it. 08:45:00 3) A unit may be started when needed via activation (socket, path, timer, 08:45:00 D-Bus, udev, scripted systemctl call, ...). 08:45:00 4) In case of template units, the unit is meant to be enabled with some 08:45:00 instance name specified. 08:45:00 Reading package lists... 08:45:00 Building dependency tree... 08:45:00 Reading state information... 08:45:00 The following additional packages will be installed: 08:45:00 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:45:00 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:45:00 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:45:00 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:45:00 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:45:00 Suggested packages: 08:45:00 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:45:00 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:45:00 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:45:00 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:45:00 systemd-container policykit-1 08:45:00 Recommended packages: 08:45:00 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:45:00 The following NEW packages will be installed: 08:45:00 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:45:00 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:45:00 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:45:00 multiarch-support openssh-client python3 python3-minimal python3.6 08:45:00 python3.6-minimal snapd squashfs-tools sudo 08:45:00 The following packages will be upgraded: 08:45:00 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:45:01 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 08:45:01 Need to get 35.2 MB of archives. 08:45:01 After this operation, 141 MB of additional disk space will be used. 08:45:01 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:45:01 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] 08:45:01 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:45:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:45:01 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:45:01 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:45:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 08:45:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:45:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:45:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:45:01 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:45:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:45:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:45:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:45:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 08:45:01 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:45:01 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 08:45:02 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 08:45:02 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 08:45:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 08:45:02 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:45:02 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:45:02 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:45:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:45:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:45:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:45:02 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:45:02 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:45:02 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:45:02 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:45:02 debconf: delaying package configuration, since apt-utils is not installed 08:45:02 Fetched 35.2 MB in 1s (29.2 MB/s) 08:45:02 (Reading database ... 12757 files and directories currently installed.) 08:45:02 Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 08:45:02 Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... 08:45:03 Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 08:45:03 Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 08:45:03 Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 08:45:03 (Reading database ... 12757 files and directories currently installed.) 08:45:03 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 08:45:03 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 08:45:03 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 08:45:03 (Reading database ... 12757 files and directories currently installed.) 08:45:03 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 08:45:03 Unpacking apt (1.6.13) over (1.6.1) ... 08:45:04 Setting up apt (1.6.13) ... 08:45:04 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:45:04 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:45:04 (Reading database ... 12764 files and directories currently installed.) 08:45:04 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:45:04 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:45:04 Selecting previously unselected package libpython3.6-minimal:amd64. 08:45:04 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:45:04 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:45:04 Selecting previously unselected package libexpat1:amd64. 08:45:04 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:45:04 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:45:04 Selecting previously unselected package python3.6-minimal. 08:45:04 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:45:04 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:45:05 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 08:45:05 Checking for services that may need to be restarted...done. 08:45:05 Checking for services that may need to be restarted...done. 08:45:05 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:45:05 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:45:05 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:45:06 Selecting previously unselected package python3-minimal. 08:45:06 (Reading database ... 13012 files and directories currently installed.) 08:45:06 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:45:06 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:45:06 Selecting previously unselected package mime-support. 08:45:06 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:45:06 Unpacking mime-support (3.60ubuntu1) ... 08:45:06 Selecting previously unselected package libmpdec2:amd64. 08:45:06 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:45:06 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:45:06 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:45:06 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:45:06 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:45:06 Selecting previously unselected package python3.6. 08:45:06 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:45:06 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:45:06 Selecting previously unselected package libpython3-stdlib:amd64. 08:45:06 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:45:06 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:45:06 Setting up python3-minimal (3.6.7-1~18.04) ... 08:45:06 Selecting previously unselected package python3. 08:45:06 (Reading database ... 13442 files and directories currently installed.) 08:45:06 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:45:06 Unpacking python3 (3.6.7-1~18.04) ... 08:45:07 Selecting previously unselected package multiarch-support. 08:45:07 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:45:07 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:45:07 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:45:07 Selecting previously unselected package liblzo2-2:amd64. 08:45:07 (Reading database ... 13479 files and directories currently installed.) 08:45:07 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:45:07 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:45:07 Selecting previously unselected package libbsd0:amd64. 08:45:07 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:45:07 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:45:07 Selecting previously unselected package sudo. 08:45:07 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:45:07 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:45:07 Selecting previously unselected package apparmor. 08:45:07 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:45:07 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:45:07 Selecting previously unselected package libedit2:amd64. 08:45:07 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:45:07 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:45:07 Selecting previously unselected package libkrb5support0:amd64. 08:45:07 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:45:07 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:45:07 Selecting previously unselected package libk5crypto3:amd64. 08:45:07 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:45:08 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:45:08 Selecting previously unselected package libkeyutils1:amd64. 08:45:08 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:45:08 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:45:08 Selecting previously unselected package libkrb5-3:amd64. 08:45:08 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:45:08 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:45:08 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:45:08 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:45:08 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:45:08 Selecting previously unselected package libssl1.0.0:amd64. 08:45:08 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 08:45:08 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:45:08 Selecting previously unselected package openssh-client. 08:45:08 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:45:08 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:45:08 Selecting previously unselected package squashfs-tools. 08:45:08 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:45:08 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:45:08 Selecting previously unselected package snapd. 08:45:08 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 08:45:08 Unpacking snapd (2.48.3+18.04) ... 08:45:10 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:45:10 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:45:10 Setting up mime-support (3.60ubuntu1) ... 08:45:10 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:45:11 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:45:11 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:45:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:45:11 Setting up systemd (237-3ubuntu10.47) ... 08:45:11 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:45:12 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:45:12 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:45:12 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:45:12 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:45:12 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:45:12 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:45:12 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:45:12 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:45:12 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:45:12 Setting up python3 (3.6.7-1~18.04) ... 08:45:12 running python rtupdate hooks for python3.6... 08:45:12 running python post-rtupdate hooks for python3.6... 08:45:12 Setting up apparmor (2.12-4ubuntu5.1) ... 08:45:14 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:45:14 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:45:14 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:45:14 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:45:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:45:14 ---> 521ed157b036 08:45:14 Step 3/24 : WORKDIR /edgex-go 08:45:14 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:45:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:45:14 ---> 521ed157b036 08:45:14 Step 3/24 : WORKDIR /edgex-go 08:45:14 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:45:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:45:14 ---> 521ed157b036 08:45:14 Step 3/24 : WORKDIR /edgex-go 08:45:14 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:45:14 08:45:14 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/24 : FROM ${BUILDER_BASE} AS builder 08:45:14 08:45:14 ---> 521ed157b036 08:45:14 ---> 521ed157b036 08:45:14 Step 3/22 : WORKDIR /edgex-goStep 3/24 : WORKDIR /edgex-go 08:45:14 08:45:14 ---> Running in 6a50a3a01a3a 08:45:14 ---> Running in cbc4eddcf931 08:45:14 ---> Running in a8b0b12b1b15 08:45:14 ---> Running in 0d6eca8c0ab5 08:45:14 ---> Running in 64e1b52da826 08:45:14 Removing intermediate container 6a50a3a01a3a 08:45:14 ---> fa00f43bb0fb 08:45:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:14 ---> Running in cb86ba2c657d 08:45:14 Removing intermediate container a8b0b12b1b15 08:45:14 ---> 637cfd2138aa 08:45:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:14 Removing intermediate container 0d6eca8c0ab5 08:45:14 ---> c04ea4a7f5cb 08:45:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:14 Removing intermediate container 64e1b52da826 08:45:14 ---> 38f72c63273c 08:45:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:14 Removing intermediate container cbc4eddcf931 08:45:14 ---> 31f019937fba 08:45:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:14 ---> Running in 52cbe3d646c2 08:45:14 ---> Running in ebb73a20fb39 08:45:14 ---> Running in 4557f68b4377 08:45:14 ---> Running in 78c5471aa870 08:45:14 Removing intermediate container cb86ba2c657d 08:45:14 ---> fd4de39d9072 08:45:14 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:45:14 ---> Running in bdfeb3b80fdd 08:45:14 Removing intermediate container 52cbe3d646c2 08:45:14 ---> 470b3dcd1e11 08:45:14 Step 5/24 : RUN apk add --update --no-cache make bash git 08:45:14 ---> Running in 4bd31b40d6fa 08:45:14 Removing intermediate container ebb73a20fb39 08:45:14 ---> 2511b4f66bd1 08:45:14 Step 5/24 : RUN apk add --update --no-cache make git 08:45:14 Removing intermediate container 78c5471aa870 08:45:14 ---> 8cfe2629dc4b 08:45:14 Step 5/22 : RUN apk add --update --no-cache make git 08:45:14 ---> Running in e4eaf32ee1c8 08:45:14 ---> Running in 3921a11fae49 08:45:14 Removing intermediate container 4557f68b4377 08:45:14 ---> 78d6583e7b6a 08:45:14 Step 5/24 : RUN apk add --update --no-cache make git 08:45:14 ---> Running in 81cfc12482a7 08:45:14 Setting up snapd (2.48.3+18.04) ... 08:45:14 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:45:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:45:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:45:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:45:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:45:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:45:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:45:15 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:45:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:45:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:45:15 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:45:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:45:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:45:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:45:16 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:45:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:45:16 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:45:16 /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:45:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:45:16 Processing triggers for systemd (237-3ubuntu10.47) ... 08:45:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:45:16 OK: 218 MiB in 52 packages 08:45:17 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:45:17 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:45:17 OK: 218 MiB in 52 packages 08:45:17 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:45:17 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:45:17 OK: 218 MiB in 52 packages 08:45:17 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:45:18 OK: 218 MiB in 52 packages 08:45:18 OK: 218 MiB in 52 packages 08:45:18 Removing intermediate container bdfeb3b80fdd 08:45:18 ---> af7aadd40385 08:45:18 Step 6/24 : COPY go.mod . 08:45:18 Reading package lists... 08:45:19 Reading package lists... 08:45:19 Building dependency tree... 08:45:19 Reading state information... 08:45:19 Removing intermediate container 4bd31b40d6fa 08:45:19 ---> a88021e6f8b7 08:45:19 Step 6/24 : COPY go.mod . 08:45:19 Calculating upgrade... 08:45:19 The following packages will be upgraded: 08:45:19 advancecomp base-files bash binutils binutils-common 08:45:19 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:45:19 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:45:19 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:45:19 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:45:19 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:45:19 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:45:19 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 08:45:19 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 08:45:19 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 08:45:19 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 08:45:19 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 08:45:19 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 08:45:19 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 08:45:19 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:45:19 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:45:19 Need to get 64.0 MB of archives. 08:45:19 After this operation, 5041 kB of additional disk space will be used. 08:45:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] 08:45:19 Removing intermediate container e4eaf32ee1c8 08:45:19 ---> b6c74291221d 08:45:19 Step 6/24 : COPY go.mod . 08:45:19 ---> f0f7cfc87958 08:45:19 Step 7/24 : RUN go mod download 08:45:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:45:19 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:45:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:45:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:45:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:45:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:45:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:45:19 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:45:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:45:19 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:45:19 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:45:19 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:45:19 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:45:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:45:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:45:19 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:45:19 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:45:19 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:45:19 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:45:19 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:45:19 ---> Running in f82387c2e68f 08:45:19 Removing intermediate container 3921a11fae49 08:45:19 ---> 8e5348c57c76 08:45:19 Step 6/22 : COPY go.mod . 08:45:19 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:45:19 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:45:19 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:45:19 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:45:19 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:45:19 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:45:19 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:45:19 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:45:19 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:45:19 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:45:19 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:45:19 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:45:19 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:45:19 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:45:19 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 08:45:19 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 08:45:19 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 08:45:19 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:45:19 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:45:19 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 08:45:19 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:45:19 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:45:19 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:45:19 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:45:19 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:45:19 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:45:19 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:45:19 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 08:45:19 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 08:45:19 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 08:45:19 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 08:45:19 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:45:19 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:45:19 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:45:19 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:45:19 ---> 7c2758735406 08:45:19 Step 7/24 : RUN go mod download 08:45:19 Removing intermediate container 81cfc12482a7 08:45:19 ---> af88574c9852 08:45:19 Step 6/24 : COPY go.mod . 08:45:20 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:45:20 ---> Running in 526382f8c282 08:45:20 ---> 3f04bc5b0775 08:45:20 Step 7/24 : RUN go mod download 08:45:20 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:45:20 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:45:20 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:45:20 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:45:20 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:45:20 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:45:20 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:45:20 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:45:20 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:45:20 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:45:20 ---> Running in b584622fdd98 08:45:20 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:45:20 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:45:20 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:45:20 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:45:20 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:45:20 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:45:20 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:45:20 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:45:20 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:45:20 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:45:20 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:45:20 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:45:20 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:45:20 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:45:20 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:45:20 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 08:45:20 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:45:20 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] 08:45:20 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:45:20 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:45:20 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 08:45:20 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:45:20 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:45:20 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 08:45:20 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 08:45:21 ---> 512a338e464b 08:45:21 Step 7/22 : RUN go mod download 08:45:21 ---> Running in 395819f4894e 08:45:21 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:45:21 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:45:21 Get:95 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:45:21 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:45:21 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:45:21 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:45:21 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:45:21 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:45:21 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:45:21 debconf: delaying package configuration, since apt-utils is not installed 08:45:21 Fetched 64.0 MB in 2s (35.6 MB/s) 08:45:21 (Reading database ... 13912 files and directories currently installed.) 08:45:21 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:45:21 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:45:21 ---> c0fd0578765d 08:45:21 Step 7/24 : RUN go mod download 08:45:21 ---> Running in a70624f29e56 08:45:22 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:45:22 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:45:22 Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... 08:45:22 Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... 08:45:23 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:23 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:23 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:23 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:23 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:23 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:23 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:23 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:23 Removing intermediate container f82387c2e68f 08:45:23 ---> f931724a2a39 08:45:23 Step 8/24 : COPY . . 08:45:23 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:23 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:23 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:24 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:24 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:24 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:24 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:24 Removing intermediate container 526382f8c282 08:45:24 ---> 0012f18c8d01 08:45:24 Step 8/24 : COPY . . 08:45:24 (Reading database ... 13911 files and directories currently installed.) 08:45:24 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:24 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:45:24 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:45:24 Removing intermediate container b584622fdd98 08:45:24 ---> 7e2726a48117 08:45:24 Step 8/24 : COPY . . 08:45:24 (Reading database ... 13911 files and directories currently installed.) 08:45:24 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:24 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:24 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:24 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:24 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:24 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:25 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:25 (Reading database ... 13911 files and directories currently installed.) 08:45:25 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:45:25 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:45:25 Removing intermediate container 395819f4894e 08:45:25 ---> 6269ecfefbaa 08:45:25 Step 8/22 : COPY . . 08:45:25 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:45:25 (Reading database ... 13911 files and directories currently installed.) 08:45:25 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:45:26 Removing intermediate container a70624f29e56 08:45:26 ---> feb0c8d43348 08:45:26 Step 8/24 : COPY . . 08:45:26 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:45:26 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:45:26 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:45:26 Setting up base-files (10.1ubuntu2.10) ... 08:45:26 Installing new version of config file /etc/issue ... 08:45:26 Installing new version of config file /etc/issue.net ... 08:45:26 Installing new version of config file /etc/lsb-release ... 08:45:26 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:45:26 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:45:26 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:45:26 Removing obsolete conffile /etc/default/motd-news ... 08:45:26 (Reading database ... 13912 files and directories currently installed.) 08:45:26 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:45:26 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:45:27 Setting up bash (4.4.18-2ubuntu1.2) ... 08:45:27 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:45:27 (Reading database ... 13912 files and directories currently installed.) 08:45:27 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:27 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:45:27 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:45:27 (Reading database ... 13912 files and directories currently installed.) 08:45:27 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:45:27 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:45:27 Setting up tar (1.29b-2ubuntu0.2) ... 08:45:27 (Reading database ... 13912 files and directories currently installed.) 08:45:27 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:45:27 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:45:28 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:45:28 (Reading database ... 13912 files and directories currently installed.) 08:45:28 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:45:28 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:45:28 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:45:28 (Reading database ... 13912 files and directories currently installed.) 08:45:28 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:45:28 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:45:28 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:45:28 (Reading database ... 13912 files and directories currently installed.) 08:45:28 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:45:28 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:45:29 Setting up grep (3.1-2build1) ... 08:45:29 (Reading database ... 13912 files and directories currently installed.) 08:45:29 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:45:29 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:45:29 Setting up login (1:4.5-1ubuntu2) ... 08:45:29 (Reading database ... 13912 files and directories currently installed.) 08:45:29 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:45:29 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:45:29 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:45:29 (Reading database ... 13912 files and directories currently installed.) 08:45:29 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:45:29 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:45:30 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:45:30 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:45:30 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:45:30 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:45:31 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:45:31 (Reading database ... 13912 files and directories currently installed.) 08:45:31 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:45:31 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:45:31 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:45:32 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:45:32 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:45:32 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:45:32 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:45:32 (Reading database ... 13912 files and directories currently installed.) 08:45:32 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:45:32 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:45:32 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:45:33 (Reading database ... 13912 files and directories currently installed.) 08:45:33 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:33 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:33 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:45:33 (Reading database ... 13912 files and directories currently installed.) 08:45:33 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:33 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:33 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:45:33 (Reading database ... 13912 files and directories currently installed.) 08:45:33 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:33 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:33 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:45:33 (Reading database ... 13912 files and directories currently installed.) 08:45:33 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:33 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:33 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:45:33 (Reading database ... 13912 files and directories currently installed.) 08:45:33 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:45:33 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:45:34 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:45:34 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:45:34 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:45:34 (Reading database ... 13912 files and directories currently installed.) 08:45:34 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:45:34 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:45:34 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:45:34 (Reading database ... 13912 files and directories currently installed.) 08:45:34 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:34 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:34 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:45:34 (Reading database ... 13912 files and directories currently installed.) 08:45:34 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:34 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:34 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:45:34 (Reading database ... 13912 files and directories currently installed.) 08:45:34 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:35 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:35 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:45:35 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:45:35 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:45:36 (Reading database ... 13912 files and directories currently installed.) 08:45:36 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:45:36 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:45:36 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:45:36 (Reading database ... 13912 files and directories currently installed.) 08:45:36 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:45:36 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:45:36 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:45:36 (Reading database ... 13914 files and directories currently installed.) 08:45:36 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:45:36 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:45:36 Setting up debconf (1.5.66ubuntu1) ... 08:45:36 (Reading database ... 13914 files and directories currently installed.) 08:45:36 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:45:36 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:45:37 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:45:37 (Reading database ... 13914 files and directories currently installed.) 08:45:37 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:45:37 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:45:37 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:45:37 (Reading database ... 13914 files and directories currently installed.) 08:45:37 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:45:37 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:45:37 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:45:37 (Reading database ... 13914 files and directories currently installed.) 08:45:37 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:45:37 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:45:37 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:45:37 (Reading database ... 13914 files and directories currently installed.) 08:45:37 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:45:37 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:45:38 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:45:38 (Reading database ... 13914 files and directories currently installed.) 08:45:38 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:38 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:38 Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... 08:45:38 Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... 08:45:38 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:45:38 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:45:38 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:45:38 (Reading database ... 13914 files and directories currently installed.) 08:45:38 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:45:38 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:45:39 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:45:39 (Reading database ... 13914 files and directories currently installed.) 08:45:39 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:45:39 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:45:39 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:45:39 (Reading database ... 13914 files and directories currently installed.) 08:45:39 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:45:39 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:45:39 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:45:39 (Reading database ... 13914 files and directories currently installed.) 08:45:39 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 08:45:39 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 08:45:40 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 08:45:40 (Reading database ... 13914 files and directories currently installed.) 08:45:40 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:45:40 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:45:40 Setting up passwd (1:4.5-1ubuntu2) ... 08:45:40 (Reading database ... 13914 files and directories currently installed.) 08:45:40 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 08:45:40 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:45:40 Setting up gpgv (2.2.4-1ubuntu1.4) ... 08:45:40 (Reading database ... 13914 files and directories currently installed.) 08:45:40 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 08:45:40 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:45:40 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 08:45:41 (Reading database ... 13914 files and directories currently installed.) 08:45:41 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 08:45:41 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:45:41 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 08:45:41 (Reading database ... 13914 files and directories currently installed.) 08:45:41 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:45:41 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:45:41 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:45:41 (Reading database ... 13914 files and directories currently installed.) 08:45:41 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:45:41 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:45:41 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:45:41 (Reading database ... 13914 files and directories currently installed.) 08:45:41 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:45:41 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:45:42 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:45:42 (Reading database ... 13914 files and directories currently installed.) 08:45:42 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:45:42 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:45:42 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:45:42 (Reading database ... 13914 files and directories currently installed.) 08:45:42 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 08:45:42 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 08:45:42 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 08:45:42 (Reading database ... 13914 files and directories currently installed.) 08:45:42 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 08:45:42 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 08:45:42 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 08:45:43 (Reading database ... 13915 files and directories currently installed.) 08:45:43 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:45:43 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:45:43 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:45:43 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:45:43 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:45:43 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:45:43 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:45:43 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:45:44 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:45:44 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:45:44 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:45:44 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:45:44 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:45:44 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:45:44 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:45:44 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:45:44 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:45:44 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:45:44 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:45:44 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:45:44 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:45:44 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:45:45 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:45:45 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:45:46 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:45:46 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:45:46 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:45:46 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:45:46 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:45:46 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:45:46 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:45:46 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:45:46 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:45:46 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:45:47 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:45:47 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:45:47 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:47 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:47 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:47 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:47 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:47 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:47 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:47 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:48 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:48 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:49 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:49 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:50 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:50 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:50 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:50 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:51 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:51 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:51 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:45:51 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:45:51 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:45:51 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:45:51 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:45:51 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:45:52 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:45:52 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:45:52 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:45:52 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:45:52 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:45:52 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:45:52 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:45:52 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:45:52 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:52 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:45:52 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:52 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:52 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:52 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:45:52 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:45:52 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:45:52 08:45:52 Current default time zone: 'Etc/UTC' 08:45:52 Local time is now: Thu May 13 08:45:52 UTC 2021. 08:45:52 Universal Time is now: Thu May 13 08:45:52 UTC 2021. 08:45:52 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:45:52 08:45:52 Setting up systemd-sysv (237-3ubuntu10.47) ... 08:45:52 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:52 Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... 08:45:52 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:45:52 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:45:52 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:45:52 ---> 35b4edd72cfb 08:45:52 Step 9/24 : RUN go mod tidy 08:45:52 ---> Running in 01532120b8d1 08:45:52 ---> c452f40df6f4 08:45:52 Step 9/24 : RUN go mod tidy 08:45:52 ---> 48b18f6dd43a 08:45:52 Step 9/24 : RUN go mod tidy 08:45:52 ---> 64e8278ceb45 08:45:52 Step 9/22 : RUN go mod tidy 08:45:52 ---> 1c4dd1508f52 08:45:52 Step 9/24 : RUN go mod tidy 08:45:52 ---> Running in bd663f93d45e 08:45:52 ---> Running in 528a1eb60d13 08:45:52 ---> Running in 2cbdc49e90cc 08:45:52 ---> Running in 93aa26dc81a7 08:45:53 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:45:53 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:45:53 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:45:53 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:45:53 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:53 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:45:53 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:45:53 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 08:45:53 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:53 Setting up patch (2.7.6-2ubuntu1.1) ... 08:45:53 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:45:53 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:45:53 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 08:45:53 Installing new version of config file /etc/ssl/openssl.cnf ... 08:45:53 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:45:53 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:45:53 Setting up ca-certificates (20210119~18.04.1) ... 08:45:55 Updating certificates in /etc/ssl/certs... 08:45:56 23 added, 27 removed; done. 08:45:56 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:45:56 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:56 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:45:56 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:45:56 Setting up pkgbinarymangler (138.18.04.1) ... 08:45:56 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:45:56 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 08:45:56 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:45:56 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:45:56 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:45:56 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:45:56 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:45:56 Setting up perl (5.26.1-6ubuntu0.5) ... 08:45:56 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 08:45:56 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:45:56 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:45:56 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 08:45:57 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:45:57 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:45:57 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:45:57 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:45:57 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:45:57 Removing intermediate container 01532120b8d1 08:45:57 ---> ad883fd78d50 08:45:57 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:45:57 ---> Running in 6dea88920b7e 08:45:57 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:45:57 Processing triggers for systemd (237-3ubuntu10.47) ... 08:45:57 Processing triggers for mime-support (3.60ubuntu1) ... 08:45:57 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:45:57 Updating certificates in /etc/ssl/certs... 08:45:58 0 added, 0 removed; done. 08:45:58 Running hooks in /etc/ca-certificates/update.d... 08:45:58 done. 08:45:58 Reading package lists... 08:45:58 Building dependency tree... 08:45:58 Reading state information... 08:45:58 Removing intermediate container bd663f93d45e 08:45:58 ---> e5317dc7f67a 08:45:58 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:45:58 ---> Running in b7281eccd88f 08:45:58 Removing intermediate container 528a1eb60d13 08:45:58 ---> e22a503cedca 08:45:58 Step 10/24 : RUN make cmd/core-command/core-command 08:45:58 Removing intermediate container 2cbdc49e90cc 08:45:58 ---> d7f251c9b23f 08:45:58 Step 10/24 : RUN make cmd/core-metadata/core-metadata 08:45:58 The following NEW packages will be installed: 08:45:58 apt-transport-https 08:45:58 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:45:58 Need to get 1692 B of archives. 08:45:58 After this operation, 154 kB of additional disk space will be used. 08:45:58 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 08:45:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:45:59 debconf: delaying package configuration, since apt-utils is not installed 08:45:59 Fetched 1692 B in 0s (8688 B/s) 08:45:59 Selecting previously unselected package apt-transport-https. 08:45:59 (Reading database ... 13920 files and directories currently installed.) 08:45:59 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 08:45:59 Unpacking apt-transport-https (1.6.13) ... 08:45:59 Setting up apt-transport-https (1.6.13) ... 08:45:59 ---> Running in f3715198aa0c 08:45:59 ---> Running in 9c3a5bc16849 08:45:59 Removing intermediate container 93aa26dc81a7 08:45:59 ---> 8c446043bef3 08:45:59 Step 10/24 : RUN make cmd/core-data/core-data 08:45:59 Waiting for network to be ready... 08:45:59 ---> Running in 58c45e7d4738 08:46:01 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:46:01 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:46:01 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:46:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:46:05 2021-05-13T08:46:03Z INFO Waiting for automatic snapd restart... 08:46:06 snapd 2.50 from Canonical* installed 08:46:07 "snapd" switched to the "latest/stable" channel 08:46:07 08:46:10 core18 20210309 from Canonical* installed 08:46:10 "core18" switched to the "latest/stable" channel 08:46:10 08:46:13 snapcraft 4.7.1 from Canonical* installed 08:46:13 "snapcraft" switched to the "latest/stable" channel 08:46:13 08:46:18 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:46:18 - README.md 08:46:18 08:46:18 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:46:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:46:25 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:46:25 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:46:25 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:46:25 Reading package lists... 08:46:25 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:46:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:46:32 Reading package lists... 08:46:32 Building dependency tree... 08:46:32 Reading state information... 08:46:32 Suggested packages: 08:46:32 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:46:32 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:46:32 Recommended packages: 08:46:32 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:46:32 The following NEW packages will be installed: 08:46:32 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:46:32 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:46:32 pkg-config zip 08:46:32 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:46:32 Need to get 7663 kB of archives. 08:46:32 After this operation, 43.8 MB of additional disk space will be used. 08:46:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 08:46:32 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:46:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 08:46:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 08:46:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 08:46:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:46:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:46:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:46:32 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:46:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:46:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:46:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:46:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:46:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:46:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:46:33 debconf: delaying package configuration, since apt-utils is not installed 08:46:33 Fetched 7663 kB in 1s (10.3 MB/s) 08:46:33 Selecting previously unselected package libglib2.0-0:amd64. 08:46:33 (Reading database ... 13924 files and directories currently installed.) 08:46:33 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 08:46:33 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:46:33 Selecting previously unselected package libpsl5:amd64. 08:46:33 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:46:33 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:46:33 Selecting previously unselected package libnghttp2-14:amd64. 08:46:33 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:46:33 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:46:33 Selecting previously unselected package librtmp1:amd64. 08:46:33 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:46:33 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:46:33 Selecting previously unselected package libcurl3-gnutls:amd64. 08:46:33 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 08:46:33 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:46:33 Selecting previously unselected package liberror-perl. 08:46:33 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:46:33 Unpacking liberror-perl (0.17025-1) ... 08:46:33 Selecting previously unselected package git-man. 08:46:33 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 08:46:33 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 08:46:34 Selecting previously unselected package git. 08:46:34 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 08:46:34 Unpacking git (1:2.17.1-1ubuntu0.8) ... 08:46:35 Selecting previously unselected package libnorm1:amd64. 08:46:35 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:46:35 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:46:35 Selecting previously unselected package libpgm-5.2-0:amd64. 08:46:35 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:46:35 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:46:35 Selecting previously unselected package libsodium23:amd64. 08:46:35 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:46:35 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:46:35 Selecting previously unselected package libzmq5:amd64. 08:46:35 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:46:35 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:46:35 Selecting previously unselected package libzmq3-dev:amd64. 08:46:35 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:46:35 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:46:35 Selecting previously unselected package pkg-config. 08:46:35 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:46:35 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:46:35 Selecting previously unselected package zip. 08:46:35 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:46:35 Unpacking zip (3.0-11build1) ... 08:46:35 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:46:35 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 08:46:35 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:46:35 Setting up liberror-perl (0.17025-1) ... 08:46:35 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:46:35 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:46:35 No schema files found: doing nothing. 08:46:35 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:46:35 Setting up zip (3.0-11build1) ... 08:46:35 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:46:35 Setting up libsodium23:amd64 (1.0.16-2) ... 08:46:36 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:46:36 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:46:36 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:46:36 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:46:36 Setting up git (1:2.17.1-1ubuntu0.8) ... 08:46:36 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:46:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:46:42 git set to automatically installed. 08:46:42 git-man set to automatically installed. 08:46:42 libcurl3-gnutls set to automatically installed. 08:46:42 liberror-perl set to automatically installed. 08:46:42 libglib2.0-0 set to automatically installed. 08:46:42 libnghttp2-14 set to automatically installed. 08:46:42 libnorm1 set to automatically installed. 08:46:42 libpgm-5.2-0 set to automatically installed. 08:46:42 libpsl5 set to automatically installed. 08:46:42 librtmp1 set to automatically installed. 08:46:42 libsodium23 set to automatically installed. 08:46:42 libzmq3-dev set to automatically installed. 08:46:42 libzmq5 set to automatically installed. 08:46:42 pkg-config set to automatically installed. 08:46:42 zip set to automatically installed. 08:46:43 snapd is not logged in, snap install commands will use sudo 08:46:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:46:50 snap "core18" has no updates available 08:46:51 snapd is not logged in, snap install commands will use sudo 08:46:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:47:14 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 08:47:14 Pulling go-build-helper 08:47:14 + snapcraftctl pull 08:47:15 'app-service-config' has dependencies that need to be staged: go-build-helper 08:47:15 Skipping pull go-build-helper (already ran) 08:47:15 Building go-build-helper 08:47:15 + snapcraftctl build 08:47:16 Staging go-build-helper 08:47:16 + snapcraftctl stage 08:47:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:47:26 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:47:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] 08:47:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 08:47:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:47:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:47:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] 08:47:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 08:47:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 08:47:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:47:26 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:47:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:47:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:47:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:47:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:47:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:47:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:47:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:47:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:47:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 08:47:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 08:47:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:47:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:47:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 08:47:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 08:47:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 08:47:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:47:26 Fetched 24.6 MB in 0s (0 B/s) 08:47:26 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:47:26 Fetched 224 kB in 0s (0 B/s) 08:47:26 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:47:26 Fetched 157 kB in 0s (0 B/s) 08:47:26 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:47:26 Fetched 221 kB in 0s (0 B/s) 08:47:26 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:47:26 Fetched 143 kB in 0s (0 B/s) 08:47:26 Pulling app-service-config 08:47:26 + snapcraftctl pull 08:47:26 Cloning into '/root/parts/app-service-config/src'... 08:47:27 Pulling config-common 08:47:27 + snapcraftctl pull 08:47:31 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:47:31 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:47:31 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:47:31 Fetched 0 B in 0s (0 B/s) 08:47:31 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:47:31 Fetched 0 B in 0s (0 B/s) 08:47:31 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:47:31 Fetched 0 B in 0s (0 B/s) 08:47:31 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:47:31 Fetched 0 B in 0s (0 B/s) 08:47:31 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:47:31 Fetched 0 B in 0s (0 B/s) 08:47:31 Pulling edgex-go 08:47:31 + snapcraftctl pull 08:47:49 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:47:49 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:47:49 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:47:49 Fetched 0 B in 0s (0 B/s) 08:47:49 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:47:49 Fetched 96.5 kB in 0s (0 B/s) 08:47:49 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:47:49 Fetched 279 kB in 0s (0 B/s) 08:47:49 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:47:49 Fetched 122 kB in 0s (0 B/s) 08:47:49 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:47:49 Fetched 77.8 kB in 0s (0 B/s) 08:47:49 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:47:49 Fetched 8848 B in 0s (0 B/s) 08:47:49 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:47:49 Fetched 47.8 kB in 0s (0 B/s) 08:47:49 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:47:49 Fetched 45.6 kB in 0s (0 B/s) 08:47:49 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:47:49 Fetched 15.0 kB in 0s (0 B/s) 08:47:49 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 08:47:49 Fetched 219 kB in 0s (0 B/s) 08:47:49 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 08:47:49 Fetched 154 kB in 0s (0 B/s) 08:47:49 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:47:49 Fetched 50.6 kB in 0s (0 B/s) 08:47:49 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:47:49 Fetched 14.8 kB in 0s (0 B/s) 08:47:49 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:47:49 Fetched 41.8 kB in 0s (0 B/s) 08:47:49 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:47:49 Fetched 499 kB in 0s (0 B/s) 08:47:49 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:47:49 Fetched 111 kB in 0s (0 B/s) 08:47:49 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:47:49 Fetched 240 kB in 0s (0 B/s) 08:47:49 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:47:49 Fetched 29.3 kB in 0s (0 B/s) 08:47:49 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:47:49 Fetched 85.5 kB in 0s (0 B/s) 08:47:49 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:47:49 Fetched 24.5 kB in 0s (0 B/s) 08:47:49 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:47:49 Fetched 49.2 kB in 0s (0 B/s) 08:47:49 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:47:49 Fetched 54.2 kB in 0s (0 B/s) 08:47:49 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:47:49 Fetched 30.8 kB in 0s (0 B/s) 08:47:49 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 08:47:49 Fetched 15.8 kB in 0s (0 B/s) 08:47:49 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:47:49 Fetched 85.9 kB in 0s (0 B/s) 08:47:49 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:47:49 Fetched 8720 B in 0s (0 B/s) 08:47:49 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 08:47:49 Fetched 137 kB in 0s (0 B/s) 08:47:49 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:47:49 Fetched 119 kB in 0s (0 B/s) 08:47:49 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 08:47:49 Fetched 110 kB in 0s (0 B/s) 08:47:49 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:47:49 Fetched 11.1 kB in 0s (0 B/s) 08:47:49 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:47:49 Fetched 645 kB in 0s (0 B/s) 08:47:49 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:47:49 Fetched 41.3 kB in 0s (0 B/s) 08:47:49 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:47:49 Fetched 17.9 kB in 0s (0 B/s) 08:47:49 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:47:49 Fetched 368 kB in 0s (0 B/s) 08:47:49 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:47:49 Fetched 187 kB in 0s (0 B/s) 08:47:49 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:47:49 Fetched 175 kB in 0s (0 B/s) 08:47:49 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:47:49 Fetched 206 kB in 0s (0 B/s) 08:47:49 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 08:47:49 Fetched 1301 kB in 0s (0 B/s) 08:47:49 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:47:49 Fetched 36.2 kB in 0s (0 B/s) 08:47:49 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 08:47:49 Fetched 159 kB in 0s (0 B/s) 08:47:49 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:47:49 Fetched 107 kB in 0s (0 B/s) 08:47:49 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:47:49 Fetched 48.7 kB in 0s (0 B/s) 08:47:49 Pulling static-packages 08:47:49 + snapcraftctl pull 08:47:50 Pulling version 08:47:50 + cd /root/project 08:47:50 + [ -f VERSION ] 08:47:50 + PROJECT_VERSION=local-dev 08:47:50 + git rev-parse --short HEAD 08:47:50 + GIT_REVISION=34cbf68b 08:47:50 + snapcraftctl set-version local-dev 08:47:51 Skipping build go-build-helper (already ran) 08:47:51 Building app-service-config 08:47:51 + make build 08:47:51 go mod tidy 08:47:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:47:53 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 08:47:53 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 08:47:53 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 08:47:53 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 08:47:53 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 08:47:53 go: downloading github.com/google/uuid v1.2.0 08:47:53 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 08:47:53 go: downloading github.com/stretchr/testify v1.7.0 08:47:54 go: downloading github.com/hashicorp/consul/api v1.8.1 08:47:54 go: downloading github.com/go-kit/kit v0.8.0 08:47:54 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:47:54 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:47:54 go: downloading github.com/pelletier/go-toml v1.9.0 08:47:54 go: downloading github.com/x448/float16 v0.8.4 08:47:54 go: downloading github.com/hashicorp/go-hclog v0.12.0 08:47:54 go: downloading github.com/gorilla/mux v1.8.0 08:47:54 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:47:54 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:47:54 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 08:47:54 go: downloading github.com/mattn/go-isatty v0.0.12 08:47:54 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 08:47:54 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:47:54 go: downloading github.com/go-playground/validator/v10 v10.5.0 08:47:54 go: downloading github.com/davecgh/go-spew v1.1.1 08:47:54 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:47:54 go: downloading golang.org/x/text v0.3.2 08:47:54 go: downloading github.com/hashicorp/consul/sdk v0.7.0 08:47:54 go: downloading github.com/go-playground/universal-translator v0.17.0 08:47:54 go: downloading github.com/mitchellh/go-homedir v1.1.0 08:47:54 go: downloading github.com/mattn/go-colorable v0.1.6 08:47:54 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 08:47:54 go: downloading gopkg.in/yaml.v2 v2.4.0 08:47:54 go: downloading github.com/mitchellh/copystructure v1.0.0 08:47:54 go: downloading github.com/hashicorp/serf v0.9.5 08:47:54 go: downloading github.com/stretchr/objx v0.1.0 08:47:54 go: downloading github.com/leodido/go-urn v1.2.0 08:47:54 go: downloading github.com/go-playground/locales v0.13.0 08:47:54 go: downloading github.com/go-stack/stack v1.8.0 08:47:54 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 08:47:54 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 08:47:55 go: downloading github.com/fatih/color v1.9.0 08:47:55 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:47:55 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:47:55 go: downloading github.com/go-playground/assert/v2 v2.0.1 08:47:55 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:47:55 go: downloading github.com/pmezard/go-difflib v1.0.0 08:47:55 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:47:55 go: downloading github.com/hashicorp/memberlist v0.2.2 08:47:55 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 08:47:55 go: downloading github.com/kr/pretty v0.2.0 08:47:55 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 08:47:55 go: downloading github.com/miekg/dns v1.1.26 08:47:55 go: downloading github.com/hashicorp/go-uuid v1.0.1 08:47:55 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 08:47:55 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 08:47:55 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 08:47:55 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 08:47:55 go: downloading github.com/pkg/errors v0.8.1 08:47:55 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:47:55 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 08:47:55 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:47:55 go: downloading github.com/pebbe/zmq4 v1.2.7 08:47:55 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:47:55 go: downloading github.com/gorilla/websocket v1.4.2 08:47:55 go: downloading github.com/kr/text v0.1.0 08:47:55 go: downloading github.com/hashicorp/go-multierror v1.1.0 08:47:55 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 08:47:55 go: downloading github.com/hashicorp/go-msgpack v0.5.3 08:47:55 go: downloading github.com/onsi/gomega v1.7.0 08:47:55 go: downloading github.com/onsi/ginkgo v1.10.1 08:47:55 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:47:55 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 08:47:55 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:47:55 go: downloading github.com/hashicorp/errwrap v1.0.0 08:47:55 go: downloading github.com/hpcloud/tail v1.0.0 08:47:55 go: downloading github.com/golang/protobuf v1.3.2 08:47:55 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 08:47:55 go: downloading gopkg.in/fsnotify.v1 v1.4.7 08:47:55 go: downloading github.com/fsnotify/fsnotify v1.4.7 08:47:55 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 08:48:04 Removing intermediate container b7281eccd88f 08:48:04 ---> 13e057e71269 08:48:04 08:48:04 Step 11/22 : FROM alpine:3.12 08:48:04 3.12: Pulling from library/alpine 08:48:04 Removing intermediate container 6dea88920b7e 08:48:04 ---> 0dad9e9c58ff 08:48:04 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:48:04 ---> Running in 5fe023d2d924 08:48:05 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:48:05 Status: Downloaded newer image for alpine:3.12 08:48:05 ---> 9852663dfa18 08:48:05 Step 12/22 : RUN apk add --update --no-cache curl 08:48:05 ---> Running in 999d026b37e9 08:48:05 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 08:48:05 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 08:48:05 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 08:48:05 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 08:48:05 Building config-common 08:48:05 + snapcraftctl build 08:48:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:07 Building edgex-go 08:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:08 + cd /root/parts/edgex-go/src 08:48:08 + make build 08:48:08 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:48:08 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.15 08:48:08 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.21 08:48:08 go: downloading github.com/imdario/mergo v0.3.12 08:48:08 (1/4) Installing ca-certificates (20191127-r4) 08:48:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:48:08 (3/4) Installing libcurl (7.76.1-r0) 08:48:08 (4/4) Installing curl (7.76.1-r0) 08:48:08 Executing busybox-1.31.1-r20.trigger 08:48:08 Executing ca-certificates-20191127-r4.trigger 08:48:08 go: downloading github.com/pelletier/go-toml v1.9.1 08:48:08 go: downloading github.com/go-redis/redis/v7 v7.3.0 08:48:08 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:48:09 OK: 7 MiB in 18 packages 08:48:12 Removing intermediate container 5fe023d2d924 08:48:12 ---> 0cc018cac5d4 08:48:12 08:48:12 Step 12/24 : FROM docker:20.10.0 08:48:12 Removing intermediate container 999d026b37e9 08:48:12 ---> fb4aa0348f9b 08:48:12 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:48:12 20.10.0: Pulling from library/docker 08:48:12 ---> Running in e9630b83bca0 08:48:12 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:48:14 Removing intermediate container e9630b83bca0 08:48:14 ---> fedf5bbf4dbc 08:48:14 Step 14/22 : WORKDIR /edgex 08:48:14 ---> Running in d7d42c59f641 08:48:16 Removing intermediate container d7d42c59f641 08:48:16 ---> 063213b658ac 08:48:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:48:17 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:48:18 ---> 3816c669acaa 08:48:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:48:18 Removing intermediate container 9c3a5bc16849 08:48:18 ---> 6dc057019a14 08:48:18 08:48:18 Step 11/24 : FROM alpine:3.12 08:48:18 ---> 9852663dfa18 08:48:18 Step 12/24 : RUN apk add --update --no-cache dumb-init 08:48:18 ---> Running in 0b9f6a886ba7 08:48:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:48:20 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:48:20 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:48:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:20 ---> 6ea5b6c660b3 08:48:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:48:21 (1/1) Installing dumb-init (1.2.2-r1) 08:48:21 Executing busybox-1.31.1-r20.trigger 08:48:21 OK: 5 MiB in 15 packages 08:48:22 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:48:22 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:48:22 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:48:23 ---> 628601851fe9 08:48:23 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:48:23 ---> Running in adb61e23bbe7 08:48:23 Removing intermediate container 0b9f6a886ba7 08:48:23 ---> 3755318b874a 08:48:23 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:48:24 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:48:24 ---> Running in 2a2769b6d6d1 08:48:24 Removing intermediate container adb61e23bbe7 08:48:24 ---> 0a4212c5e108 08:48:24 Step 19/22 : CMD ["--init=true"] 08:48:25 ---> Running in f1d89a3eef4d 08:48:25 Removing intermediate container 2a2769b6d6d1 08:48:25 ---> 43d667e4bb29 08:48:25 Step 14/24 : ENV APP_PORT=48082 08:48:25 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:48:25 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:48:25 ---> Running in 25638bf9c485 08:48:26 Removing intermediate container f1d89a3eef4d 08:48:26 ---> 5d1418a90e84 08:48:26 Step 20/22 : LABEL arch=arm64 08:48:26 ---> Running in 5c85d9c81205 08:48:26 Removing intermediate container 25638bf9c485 08:48:26 ---> 118fb03b0a85 08:48:26 Step 15/24 : EXPOSE $APP_PORT 08:48: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:48:27 ---> Running in 6f2684cbb383 08:48:27 Removing intermediate container 5c85d9c81205 08:48:27 ---> ef3c3285cd2c 08:48:27 Step 21/22 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:48:27 Removing intermediate container f3715198aa0c 08:48:27 ---> 229740ca471b 08:48:27 08:48:27 Step 11/24 : FROM alpine:3.12 08:48:27 ---> 9852663dfa18 08:48:27 Step 12/24 : RUN apk add --update --no-cache dumb-init 08:48:27 ---> Using cache 08:48:27 ---> 3755318b874a 08:48:27 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:48:27 ---> Using cache 08:48:27 ---> 43d667e4bb29 08:48:27 Step 14/24 : ENV APP_PORT=48081 08:48:28 ---> Running in 52a138eaf53e 08:48:28 ---> Running in 16d5fc16a950 08:48:28 Removing intermediate container 6f2684cbb383 08:48:28 ---> daadf7c3dd09 08:48:28 Step 16/24 : WORKDIR / 08:48:28 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:48:28 ---> Running in 0137e7967446 08:48:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:48:29 go: downloading github.com/lib/pq v1.10.1 08:48:29 Removing intermediate container 52a138eaf53e 08:48:29 ---> f004b7c7de99 08:48:29 Step 22/22 : LABEL version=0.0.0 08:48:29 Removing intermediate container 16d5fc16a950 08:48:29 ---> ae762ff09206 08:48:29 Step 15/24 : EXPOSE $APP_PORT 08:48:30 ---> Running in 33d708c38b0c 08:48:30 ---> Running in 0418b3c957c9 08:48:30 Removing intermediate container 0137e7967446 08:48:30 ---> 0e6776a2d18f 08:48:30 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:30 Removing intermediate container 58c45e7d4738 08:48:30 ---> d0149f90d7ea 08:48:30 08:48:30 Step 11/24 : FROM alpine:3.12 08:48:30 ---> 9852663dfa18 08:48:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:48:30 Removing intermediate container 33d708c38b0c 08:48:30 ---> fb6a78f0c34b 08:48:30 Step 16/24 : WORKDIR / 08:48:30 Removing intermediate container 0418b3c957c9 08:48:30 ---> 5206c067a6fa 08:48:30 08:48:30 ---> Running in b4e7eac981f0 08:48:30 ---> Running in 366ece77afa8 08:48:31 ---> 6168459b1465 08:48:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:48:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:48:31 Status: Downloaded newer image for docker:20.10.0 08:48:31 ---> eeaf43b92773 08:48:31 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:48:31 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 08:48:31 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 08:48:31 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 08:48:31 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 08:48:31 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 08:48:31 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 08:48:31 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 08:48:31 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 08:48:31 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 08:48:31 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 08:48:31 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 08:48:31 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 08:48:31 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 08:48:31 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 08:48:31 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 08:48:31 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 08:48:31 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 08:48:31 + 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:48:31 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 08:48:31 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 08:48:31 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 08:48:31 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 08:48:31 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 08:48:31 + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml 08:48:31 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 08:48:31 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 08:48:31 + 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:48:31 Successfully built 5206c067a6fa 08:48:31 ---> Running in 0a402afa1da8 08:48:31 Successfully tagged security-proxy-setup-arm64:latest 08:48:31  Building security-proxy-setup ... done Building support-notifications 08:48:31 Removing intermediate container b4e7eac981f0 08:48:31 Removing intermediate container 366ece77afa8 08:48:31 ---> 2bf239783140 08:48:31 Step 13/24 : ENV APP_PORT=48080 ---> 28db49af0322 08:48:31 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:31 08:48:32 ---> Running in 7a45f03ddf40 08:48:32 Removing intermediate container 0a402afa1da8 08:48:32 ---> c55d25f2042e 08:48:32 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:48:32 ---> Running in a8e978d6bfb5 08:48:32 Removing intermediate container 7a45f03ddf40 08:48:32 ---> 372c7dae1f33 08:48:32 Step 14/24 : EXPOSE $APP_PORT 08:48:32 ---> 7df9b5f8a6d3 08:48:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:48:33 ---> e156b4769079 08:48:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:48:33 ---> Running in 9c8b291ed535 08:48:34 Building static-packages 08:48:34 + snapcraftctl build 08:48:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:34 ---> d4846fd73d0c 08:48:34 Step 20/24 : ENTRYPOINT ["/core-command"] 08:48:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:35 Removing intermediate container 9c8b291ed535 08:48:35 ---> 6783ea5d6318 08:48:35 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:48:35 ---> Running in 6d651047c1f6 08:48:35 ---> e22aa5c2ff21 08:48:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:48:35 ---> Running in 47708e360a73 08:48:35 (1/39) Installing readline (8.0.4-r0) 08:48:35 (2/39) Installing bash (5.0.17-r0) 08:48:35 Executing bash-5.0.17-r0.post-install 08:48:35 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:48:35 (4/39) Installing libcurl (7.76.1-r0) 08:48:35 (5/39) Installing curl (7.76.1-r0) 08:48:35 (6/39) Installing dumb-init (1.2.2-r1) 08:48:35 (7/39) Installing libbz2 (1.0.8-r1) 08:48:35 (8/39) Installing expat (2.2.9-r1) 08:48:35 (9/39) Installing libffi (3.3-r2) 08:48:35 (10/39) Installing gdbm (1.13-r1) 08:48:35 (11/39) Installing xz-libs (5.2.5-r0) 08:48:35 (12/39) Installing sqlite-libs (3.32.1-r0) 08:48:35 (13/39) Installing python3 (3.8.10-r0) 08:48:35 Building version 08:48:35 + snapcraftctl build 08:48:36 Removing intermediate container 6d651047c1f6 08:48:36 ---> d4671140c7b9 08:48:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:37 ---> Running in aa9cfb7ba1f8 08:48:37 ---> 95364130022a 08:48:37 Step 20/24 : ENTRYPOINT ["/core-metadata"] 08:48:37 (14/39) Installing py3-appdirs (1.4.4-r1) 08:48:37 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:48:37 (16/39) Installing py3-parsing (2.4.7-r0) 08:48:37 (17/39) Installing py3-six (1.15.0-r0) 08:48:37 (18/39) Installing py3-packaging (20.4-r0) 08:48:37 Skipping stage go-build-helper (already ran) 08:48:37 Staging app-service-config 08:48:37 + snapcraftctl stage 08:48:38 (19/39) Installing py3-setuptools (47.0.0-r0) 08:48:38 (20/39) Installing py3-chardet (3.0.4-r4) 08:48:38 (21/39) Installing py3-idna (2.9-r0) 08:48:38 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:48:38 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:48:38 ---> Running in 86b13e9da844 08:48:38 (24/39) Installing py3-requests (2.23.0-r0) 08:48:38 (25/39) Installing py3-msgpack (1.0.0-r0) 08:48:38 (26/39) Installing py3-lockfile (0.12.2-r3) 08:48:38 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:48:38 Removing intermediate container aa9cfb7ba1f8 08:48:38 ---> 56e4d80ba330 08:48:38 Step 22/24 : LABEL arch=arm64 08:48:38 (28/39) Installing py3-colorama (0.4.3-r0) 08:48:38 (29/39) Installing py3-distlib (0.3.0-r0) 08:48:38 (30/39) Installing py3-distro (1.5.0-r1) 08:48:38 (31/39) Installing py3-webencodings (0.5.1-r3) 08:48:38 (32/39) Installing py3-html5lib (1.0.1-r4) 08:48:38 (33/39) Installing py3-pytoml (0.1.21-r0) 08:48:38 (34/39) Installing py3-pep517 (0.8.2-r0) 08:48:38 (35/39) Installing py3-progress (1.5-r0) 08:48:38 (36/39) Installing py3-toml (0.10.1-r0) 08:48:38 (37/39) Installing py3-retrying (1.3.3-r0) 08:48:38 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:48:38 (39/39) Installing py3-pip (20.1.1-r0) 08:48:38 Executing busybox-1.31.1-r19.trigger 08:48:38 OK: 72 MiB in 59 packages 08:48:38 ---> Running in 68d1a076140f 08:48:38 Removing intermediate container 86b13e9da844 08:48:38 ---> 5920b30bba10 08:48:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:38 Removing intermediate container 47708e360a73 08:48:38 ---> 8567db51fbd5 08:48:38 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 08:48:39 Staging config-common 08:48:39 + snapcraftctl stage 08:48:39 ---> Running in e6c2d8ba9bf3 08:48:39 ---> Running in c43d746a88c3 08:48:39 Removing intermediate container 68d1a076140f 08:48:39 ---> 103bcbdf646c 08:48:39 Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:48:39 ---> Running in 88c1551c5663 08:48:39 Staging edgex-go 08:48:39 + snapcraftctl stage 08:48:40 Removing intermediate container c43d746a88c3 08:48:40 ---> 24d33fa75729 08:48:40 Step 22/24 : LABEL arch=arm64 08:48:40 ---> Running in a18e893ca84b 08:48:40 Removing intermediate container 88c1551c5663 08:48:40 ---> 4634b115388e 08:48:40 Step 24/24 : LABEL version=0.0.0 08:48:40 Staging static-packages 08:48:40 + snapcraftctl stage 08:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:40 ---> Running in 5051e5efc97d 08:48:41 Removing intermediate container a18e893ca84b 08:48:41 ---> ac055151be9f 08:48:41 Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:41 ---> Running in 9a7ae7118ca8 08:48:41 Removing intermediate container 5051e5efc97d 08:48:41 ---> 398594b31872 08:48:41 08:48:41 Staging version 08:48:41 + snapcraftctl stage 08:48:42 (1/6) Installing dumb-init (1.2.2-r1) 08:48:42 Removing intermediate container 9a7ae7118ca8 08:48:42 ---> adccd334eae2 08:48:42 Step 24/24 : LABEL version=0.0.0 08:48:42 Successfully built 398594b31872 08:48:42 Successfully tagged core-command-arm64:latest 08:48:42 (2/6) Installing libgcc (9.3.0-r2) 08:48:42  Building core-command ... done Building security-secretstore-setup 08:48:42 (3/6) Installing libsodium (1.0.18-r0) 08:48:42 ---> Running in 392af87b04b4 08:48:43 Removing intermediate container 392af87b04b4 08:48:43 ---> c66bd2c49be2 08:48:43 08:48:43 (4/6) Installing libstdc++ (9.3.0-r2) 08:48:43 Priming go-build-helper 08:48:43 + snapcraftctl prime 08:48:43 (5/6) Installing libzmq (4.3.3-r0) 08:48:43 (6/6) Installing zeromq (4.3.3-r0) 08:48:43 Successfully built c66bd2c49be2 08:48:43 Executing busybox-1.31.1-r20.trigger 08:48:43 OK: 8 MiB in 20 packages 08:48:43 Successfully tagged core-metadata-arm64:latest 08:48:43 Building security-bootstrapper 08:48:43 Priming app-service-config 08:48:43 + snapcraftctl prime 08:48:44  Building core-metadata ... done Collecting docker-compose==1.23.2 08:48:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:48:45 Priming config-common 08:48:45 + snapcraftctl prime 08:48:45 Removing intermediate container e6c2d8ba9bf3 08:48:45 ---> da0fcc58ad9e 08:48:45 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:48:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:48:46 Priming edgex-go 08:48:46 + snapcraftctl prime 08:48:46 ---> d24723a8364e 08:48:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:48:46 Collecting cached-property<2,>=1.2.0 08:48:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:48:46 Collecting dockerpty<0.5,>=0.4.1 08:48:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:48:47 Priming static-packages 08:48:47 + snapcraftctl prime 08:48:48 ---> 2cfaa3b9cbb1 08:48:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:48:49 Collecting texttable<0.10,>=0.9.0 08:48:49 Downloading texttable-0.9.1.tar.gz (11 kB) 08:48:49 Priming version 08:48:49 + snapcraftctl prime 08:48:50 ---> bde4e51b1ee2 08:48:50 Step 20/24 : ENTRYPOINT ["/core-data"] 08:48:50 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 08:48:50 ---> Running in 277a3a404df3 08:48:51 Removing intermediate container 277a3a404df3 08:48:51 ---> 291e75e8eaa4 08:48:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:51 ---> Running in d5ee7ca096fe [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:48:52 Removing intermediate container d5ee7ca096fe 08:48:52 ---> c4898713c84d 08:48:52 Step 22/24 : LABEL arch=arm64 08:48:52 ---> Running in 92361bcf91fe 08:48:52 Collecting websocket-client<1.0,>=0.32.0 08:48:52 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 08:48:53 Removing intermediate container 92361bcf91fe 08:48:53 ---> a8629da8ed53 08:48:53 Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:48:53 ---> Running in 594c7f28b123 08:48:53 Removing intermediate container 594c7f28b123 08:48:53 ---> cd0461045199 08:48:53 Step 24/24 : LABEL version=0.0.0 08:48:53 ---> Running in 448fbb2c40b6 08:48:54 Collecting PyYAML<4,>=3.10 08:48:54 Downloading PyYAML-3.13.tar.gz (270 kB) 08:48:54 Removing intermediate container 448fbb2c40b6 08:48:54 ---> 2d683ed2aec3 08:48:54 08:48:55 Successfully built 2d683ed2aec3 08:48:55 Successfully tagged core-data-arm64:latest 08:48:55  Building core-data ... done Building support-scheduler 08:48:57 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:48:57 Collecting docopt<0.7,>=0.6.1 08:48:57 Downloading docopt-0.6.2.tar.gz (25 kB) 08:48:59 Collecting jsonschema<3,>=2.5.1 08:48:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:49:00 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:49:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:00 ---> 521ed157b036 08:49:00 Step 3/23 : WORKDIR /edgex-go 08:49:00 ---> Using cache 08:49:00 ---> 31f019937fba 08:49:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:00 ---> Using cache 08:49:00 ---> 470b3dcd1e11 08:49:00 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 08:49:00 Collecting docker<4.0,>=3.6.0 08:49:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:49:01 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 08:49:02 Collecting idna<2.8,>=2.5 08:49:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:49:02 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:49:02 ---> Running in 27b3b5bbfe16 08:49:03 Collecting urllib3<1.25,>=1.21.1 08:49:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:49:03 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:49:03 Collecting docker-pycreds>=0.4.0 08:49:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:49:04 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:49:04 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:49:04 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:49:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:49:04 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:49:04 Installing collected packages: idna, urllib3, requests, cached-property, dockerpty, texttable, websocket-client, PyYAML, docopt, jsonschema, docker-pycreds, docker, docker-compose 08:49:04 Attempting uninstall: idna 08:49:04 Found existing installation: idna 2.9 08:49:04 Uninstalling idna-2.9: 08:49:04 Successfully uninstalled idna-2.9 08:49:05 OK: 218 MiB in 52 packages 08:49:05 Attempting uninstall: urllib3 08:49:05 Found existing installation: urllib3 1.25.9 08:49:05 Uninstalling urllib3-1.25.9: 08:49:05 Successfully uninstalled urllib3-1.25.9 08:49:07 Attempting uninstall: requests 08:49:07 Found existing installation: requests 2.23.0 08:49:07 Uninstalling requests-2.23.0: 08:49:07 Successfully uninstalled requests-2.23.0 08:49:07 Running setup.py install for dockerpty: started 08:49:07 Removing intermediate container 27b3b5bbfe16 08:49:07 ---> a6faf1babfb2 08:49:07 Step 6/23 : COPY go.mod . 08:49:08 ---> 180c9dda188e 08:49:08 Step 7/23 : RUN go mod download 08:49:09 ---> Running in 323e096e034d 08:49:10 Running setup.py install for dockerpty: finished with status 'done' 08:49:10 Running setup.py install for texttable: started 08:49:12 Running setup.py install for texttable: finished with status 'done' 08:49:12 Removing intermediate container 323e096e034d 08:49:12 ---> f10191a91cc4 08:49:12 Step 8/23 : COPY . . 08:49:12 Running setup.py install for PyYAML: started 08:49:15 Running setup.py install for PyYAML: finished with status 'done' 08:49:15 Running setup.py install for docopt: started 08:49:18 Running setup.py install for docopt: finished with status 'done' 08:49:20 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.59.0 08:49:23 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:49:23 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:49:23 ---> 521ed157b036 08:49:23 Step 3/26 : WORKDIR /edgex-go 08:49:23 ---> Using cache 08:49:23 ---> 31f019937fba 08:49:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:23 ---> Using cache 08:49:23 ---> 470b3dcd1e11 08:49:23 Step 5/26 : RUN apk add --update --no-cache make git 08:49:24 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:49:24 Step 2/32 : FROM ${BUILDER_BASE} AS builder 08:49:24 ---> 521ed157b036 08:49:24 Step 3/32 : WORKDIR /edgex-go 08:49:24 ---> Using cache 08:49:24 ---> 31f019937fba 08:49:24 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:24 ---> Using cache 08:49:24 ---> 470b3dcd1e11 08:49:24 Step 5/32 : RUN apk add --update --no-cache make git 08:49:29 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:49:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:29 ---> 521ed157b036 08:49:29 Step 3/23 : WORKDIR /edgex-go 08:49:29 ---> Using cache 08:49:29 ---> 31f019937fba 08:49:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:29 ---> Using cache 08:49:29 ---> 470b3dcd1e11 08:49:29 Step 5/23 : RUN apk add --update --no-cache make git 08:49:29 ---> Running in cd907295877e 08:49:29 ---> Running in 8c1b3ed411e9 08:49:29 ---> Running in 7d3db4c27647 08:49:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:49:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:49:31 ---> cfa1ffa70834 08:49:31 Step 9/23 : RUN go mod tidy 08:49:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:49:32 ---> Running in 8c40ab798c0b 08:49:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:49:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:49:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:49:33 OK: 218 MiB in 52 packages 08:49:34 OK: 218 MiB in 52 packages 08:49:34 OK: 218 MiB in 52 packages 08:49:36 Removing intermediate container cd907295877e 08:49:36 ---> 3b7d37d9a55f 08:49:36 Step 6/32 : COPY go.mod . 08:49:36 Removing intermediate container 7d3db4c27647 08:49:36 ---> b29ea19e6b37 08:49:36 Step 6/26 : COPY go.mod . 08:49:36 Removing intermediate container 8c1b3ed411e9 08:49:36 ---> 64b12418394b 08:49:36 Step 6/23 : COPY go.mod . 08:49:37 ---> 3b328acc5fdb 08:49:37 Step 7/32 : RUN go mod download 08:49:37 ---> Running in ed26ee8e4929 08:49:37 Removing intermediate container 8c40ab798c0b 08:49:37 ---> 9097ce6ab1c9 08:49:37 Step 10/23 : RUN make cmd/support-notifications/support-notifications 08:49:38 ---> ebab0dfb3cb5 08:49:38 Step 7/26 : RUN go mod download 08:49:38 ---> 8427b1ccca7e 08:49:38 Step 7/23 : RUN go mod download 08:49:38 ---> Running in bdbe6026b801 08:49:38 ---> Running in b547c6208e72 08:49:38 ---> Running in 6e5fe26a8e4e 08:49:40 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:49:40 Removing intermediate container a8e978d6bfb5 08:49:40 ---> 6b2793d28a6f 08:49:40 Step 15/24 : ENV APP_PORT=48090 08:49:40 ---> Running in 7d38c3394344 08:49:41 Removing intermediate container ed26ee8e4929 08:49:41 ---> 25a1b5a0f123 08:49:41 Step 8/32 : COPY . . 08:49:41 Removing intermediate container 7d38c3394344 08:49:41 ---> ad85d5b42bda 08:49:41 Step 16/24 : EXPOSE $APP_PORT 08:49:41 ---> Running in 4b46f78ff76d 08:49:42 Removing intermediate container 4b46f78ff76d 08:49:42 ---> fbc2bb93dcf4 08:49:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:49:43 Removing intermediate container 6e5fe26a8e4e 08:49:43 ---> 31fe85d18a87 08:49:43 Step 8/26 : COPY . . 08:49:43 Removing intermediate container b547c6208e72 08:49:43 ---> 2273738a43eb 08:49:43 Step 8/23 : COPY . . 08:49:47 ---> d764f33fc9a9 08:49:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:49:50 ---> 8cfee5a4604e 08:49:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:49:54 ---> ff18e3cf7831 08:49:54 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 08:49:55 ---> Running in fd8d4454f39f 08:49:57 Removing intermediate container fd8d4454f39f 08:49:57 ---> 9e838f507808 08:49:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:58 ---> Running in 31841a4dae99 08:50:00 Removing intermediate container 31841a4dae99 08:50:00 ---> 11da13867f99 08:50:00 Step 22/24 : LABEL arch=arm64 08:50:00 ---> Running in baa2bd520500 08:50:01 Removing intermediate container baa2bd520500 08:50:01 ---> 574b58d21853 08:50:01 Step 23/24 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:50:02 ---> Running in fecef876b14e 08:50:04 Removing intermediate container fecef876b14e 08:50:04 ---> 0d64dfacf1b1 08:50:04 Step 24/24 : LABEL version=0.0.0 08:50:04 ---> Running in 026ba64f7387 08:50:05 Removing intermediate container 026ba64f7387 08:50:05 ---> 5ac81ffaddac 08:50:05 08:50:07 Successfully built 5ac81ffaddac 08:50:07 Successfully tagged sys-mgmt-agent-arm64:latest 08:50:18  Building sys-mgmt-agent ... done  ---> 6b9777c43c5c 08:50:18 Step 9/32 : RUN go mod tidy 08:50:18 ---> Running in d2ce7e63f74e 08:50:19 ---> 0e2e79adac59 08:50:19 Step 9/23 : RUN go mod tidy 08:50:19 ---> 044b36b5c928 08:50:19 Step 9/26 : RUN go mod tidy 08:50:19 ---> Running in edc72f84aa9c 08:50:20 ---> Running in e3ad5095b926 08:50:25 Removing intermediate container d2ce7e63f74e 08:50:25 ---> 550232de01a7 08:50:25 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:50:25 ---> Running in 4ce2a91f65c9 08:50: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:50:27 Removing intermediate container e3ad5095b926 08:50:27 ---> 2c75ad78055b 08:50:27 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:50:27 ---> Running in 1902b891efdf 08:50:27 Removing intermediate container edc72f84aa9c 08:50:27 ---> b432ad6cc146 08:50:27 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 08:50:27 ---> Running in e7091b0993a0 08:50:29 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:50:29 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:50:37 Removing intermediate container bdbe6026b801 08:50:37 ---> 781963c65b66 08:50:37 08:50:37 Step 11/23 : FROM alpine:3.12 08:50:37 ---> 9852663dfa18 08:50:37 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 08:50:37 ---> Running in c80723f06194 08:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:40 (1/2) Installing ca-certificates (20191127-r4) 08:50:40 (2/2) Installing dumb-init (1.2.2-r1) 08:50:40 Executing busybox-1.31.1-r20.trigger 08:50:40 Executing ca-certificates-20191127-r4.trigger 08:50:40 OK: 6 MiB in 16 packages 08:50:43 Removing intermediate container c80723f06194 08:50:43 ---> 6512915373a1 08:50:43 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:50:43 ---> Running in 13d630b9ddea 08:50:44 Removing intermediate container 13d630b9ddea 08:50:44 ---> 850d21275284 08:50:44 Step 14/23 : ENV APP_PORT=48060 08:50:44 ---> Running in 091aba91f04d 08:50:45 Removing intermediate container 091aba91f04d 08:50:45 ---> 915d36600240 08:50:45 Step 15/23 : EXPOSE $APP_PORT 08:50:45 ---> Running in fe94ec75bd1d 08:50:45 Removing intermediate container fe94ec75bd1d 08:50:45 ---> 5d7d4d64512d 08:50:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:47 ---> 261ef868b21b 08:50:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:50:48 ---> 5a40d6e2d949 08:50:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:50:50 ---> 48a2e8ab31ca 08:50:50 Step 19/23 : ENTRYPOINT ["/support-notifications"] 08:50:50 ---> Running in 85e7fd31d138 08:50:50 Removing intermediate container 85e7fd31d138 08:50:50 ---> 40f35596d51d 08:50:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:50 ---> Running in e478321ba435 08:50:51 Removing intermediate container e478321ba435 08:50:51 ---> b88e209820f2 08:50:51 Step 21/23 : LABEL arch=arm64 08:50:51 ---> Running in 182f11062e84 08:50:52 Removing intermediate container 182f11062e84 08:50:52 ---> 9a8e4caf42ea 08:50:52 Step 22/23 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:50:52 ---> Running in 56765af6fc7d 08:50:53 Removing intermediate container 56765af6fc7d 08:50:53 ---> 88455a06c756 08:50:53 Step 23/23 : LABEL version=0.0.0 08:50:53 ---> Running in 80b96e49fae0 08:50:54 Removing intermediate container 80b96e49fae0 08:50:54 ---> 4f4fe8a23656 08:50:54 08:50:54 Successfully built 4f4fe8a23656 08:50:54 Successfully tagged support-notifications-arm64:latest 08:51:41  Building support-notifications ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:51:44 Removing intermediate container 4ce2a91f65c9 08:51:44 ---> d851b5f9b669 08:51:44 08:51:44 Step 11/32 : FROM alpine:3.12 08:51:44 ---> 9852663dfa18 08:51:44 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:51:44 ---> Running in aeb8f68ef1a1 08:51:44 Removing intermediate container aeb8f68ef1a1 08:51:44 ---> d04f9cbacf55 08:51:44 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 08:51:45 ---> Running in 19bc8e45e328 08:51:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:47 (1/2) Installing dumb-init (1.2.2-r1) 08:51:47 (2/2) Installing su-exec (0.2-r1) 08:51:47 Executing busybox-1.31.1-r20.trigger 08:51:47 OK: 5 MiB in 16 packages 08:51:49 Removing intermediate container 1902b891efdf 08:51:49 ---> 63781e6011f9 08:51:49 08:51:49 Step 11/26 : FROM alpine:3.12 08:51:49 ---> 9852663dfa18 08:51:49 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:51:49 Removing intermediate container 19bc8e45e328 08:51:49 ---> 1ecccad658a7 08:51:49 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 08:51:49 ---> Running in 8b533a883a3b 08:51:49 ---> Running in 845f55b3a9b1 08:51:49 Removing intermediate container e7091b0993a0 08:51:49 ---> fbbfd6b938be 08:51:49 08:51:49 Step 11/23 : FROM alpine:3.12 08:51:49 ---> 9852663dfa18 08:51:49 Step 12/23 : RUN apk add --update --no-cache dumb-init 08:51:49 ---> Using cache 08:51:49 ---> 3755318b874a 08:51:49 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:51:49 ---> Using cache 08:51:49 ---> 43d667e4bb29 08:51:49 Step 14/23 : ENV APP_PORT=48085 08:51:50 ---> Running in fa89bf5d9c4c 08:51:50 Removing intermediate container 8b533a883a3b 08:51:50 ---> a3d4ddeef2e1 08:51:50 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:51:50 ---> Running in 784131e5dc2f 08:51:50 Removing intermediate container fa89bf5d9c4c 08:51:50 ---> 742f08454d3c 08:51:50 Step 15/23 : EXPOSE $APP_PORT 08:51:50 ---> Running in 17d290dd235e 08:51:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:50 Removing intermediate container 784131e5dc2f 08:51:50 ---> 38e6f6a4415d 08:51:50 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:51:50 ---> Running in 0fba164c6c4f 08:51:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:51 Removing intermediate container 17d290dd235e 08:51:51 ---> 9308e037caaa 08:51:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:51 (1/6) Installing ca-certificates (20191127-r4) 08:51:51 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:51:51 (3/6) Installing libcurl (7.76.1-r0) 08:51:51 (4/6) Installing curl (7.76.1-r0) 08:51:51 (5/6) Installing dumb-init (1.2.2-r1) 08:51:51 (6/6) Installing su-exec (0.2-r1) 08:51:51 Executing busybox-1.31.1-r20.trigger 08:51:51 Executing ca-certificates-20191127-r4.trigger 08:51:51 OK: 7 MiB in 20 packages 08:51:52 ---> 1965b4431df2 08:51:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:51:53 ---> a7c7f2b35f53 08:51:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:51:53 Removing intermediate container 845f55b3a9b1 08:51:53 ---> d315856bfcce 08:51:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:51:53 Removing intermediate container 0fba164c6c4f 08:51:53 ---> 44a062d9bc51 08:51:53 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 08:51:53 ---> Running in 7c77a757df76 08:51:53 ---> Running in 2dfc3f1c002e 08:51:54 Removing intermediate container 7c77a757df76 08:51:54 ---> 9d718370d485 08:51:54 ---> b20ca7ad0170 08:51:54 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 08:51:54 Step 14/26 : WORKDIR / 08:51:54 Removing intermediate container 2dfc3f1c002e 08:51:54 ---> 6d402e7de116 08:51:54 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:51:54 ---> Running in 022458f62744 08:51:54 ---> Running in 7335d5d9429f 08:51:55 Removing intermediate container 7335d5d9429f 08:51:55 ---> 7f13706520ad 08:51:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:55 Removing intermediate container 022458f62744 08:51:55 ---> 4d69db7b9981 08:51:55 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:51:55 ---> Running in ea8000270de5 08:51:55 ---> 8f708efb59e2 08:51:55 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:51:55 ---> Running in e9bfdcf3e706 08:51:55 Removing intermediate container ea8000270de5 08:51:55 ---> 42c192124401 08:51:55 Step 21/23 : LABEL arch=arm64 08:51:56 ---> Running in 9490871adb11 08:51:56 ---> ea7e44eb9f07 08:51:56 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:51:56 Removing intermediate container 9490871adb11 08:51:56 ---> 023fdae74ad5 08:51:56 Step 22/23 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:51:56 ---> Running in e6aefc9b8966 08:51:57 ---> 45f07aa0660d 08:51:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:51:57 Removing intermediate container e6aefc9b8966 08:51:57 ---> 4c883056c152 08:51:57 Step 23/23 : LABEL version=0.0.0 08:51:57 ---> Running in 9c43bba9a227 08:51:57 ---> 761a9966e6da 08:51:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 08:51:57 Removing intermediate container e9bfdcf3e706 08:51:57 ---> 254815931141 08:51:57 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:58 Removing intermediate container 9c43bba9a227 08:51:58 ---> 799eec26f6b4 08:51:58 08:51:58 ---> 40d2f4efb508 08:51:58 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:51:59 Successfully built 799eec26f6b4 08:51:59 Successfully tagged support-scheduler-arm64:latest 08:51:59  Building support-scheduler ... done  ---> 791356c6cfc1 08:51:59 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:52:00 ---> f4f8b0d8c540 08:52:00 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:52:00 ---> 50248f60f58b 08:52:00 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:52:01 ---> 02f3ec6f5044 08:52:01 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:52:01 ---> 7aacd5552d4d 08:52:01 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:52:01 ---> 30dd63378bcc 08:52:01 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:52:02 ---> d48ea576facc 08:52:02 Step 22/26 : 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:52:02 ---> Running in 9d0cdfee6829 08:52:02 ---> 1a6dde54ab97 08:52:02 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 08:52:03 ---> Running in 69dcd448b238 08:52:03 Removing intermediate container 69dcd448b238 08:52:03 ---> 4bf93cc5fea7 08:52:03 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:52:04 ---> 14bd7bdfe4fa 08:52:04 Step 27/32 : RUN chmod +x /entrypoint.sh 08:52:04 Removing intermediate container 9d0cdfee6829 08:52:04 ---> ed7c90f4044b 08:52:04 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:52:04 ---> Running in b08d32e9f425 08:52:04 ---> Running in d8b316ccfb8c 08:52:05 Removing intermediate container d8b316ccfb8c 08:52:05 ---> 1ec17e1caf67 08:52:05 Step 24/26 : LABEL arch=arm64 08:52:05 ---> Running in b38c2ad1e61a 08:52:06 Removing intermediate container b38c2ad1e61a 08:52:06 ---> cb677ea9aec7 08:52:06 Step 25/26 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:52:06 ---> Running in ceabaa8657e4 08:52:06 Removing intermediate container ceabaa8657e4 08:52:06 ---> 32cc9f3d96c0 08:52:06 Step 26/26 : LABEL version=0.0.0 08:52:06 ---> Running in 2599bd8614cc 08:52:07 Removing intermediate container b08d32e9f425 08:52:07 ---> 030b4c6f7e2e 08:52:07 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 08:52:07 ---> Running in bd16a79e11cd 08:52:07 Removing intermediate container 2599bd8614cc 08:52:07 ---> 0160af8bab8f 08:52:07 08:52:08 Successfully built 0160af8bab8f 08:52:08 Successfully tagged security-secretstore-setup-arm64:latest 08:52:08  Building security-secretstore-setup ... done Removing intermediate container bd16a79e11cd 08:52:08 ---> ed4b390f91a4 08:52:08 Step 29/32 : CMD ["gate"] 08:52:08 ---> Running in 670aab5f79eb 08:52:08 Removing intermediate container 670aab5f79eb 08:52:08 ---> c1719d49cd02 08:52:08 Step 30/32 : LABEL arch=arm64 08:52:08 ---> Running in a50b70c0639c 08:52:09 Removing intermediate container a50b70c0639c 08:52:09 ---> 117aacfdd11d 08:52:09 Step 31/32 : LABEL git_sha=019d9702c021f624b0dab8944b7cae4695038c17 08:52:09 ---> Running in 531d5ee1ca49 08:52:10 Removing intermediate container 531d5ee1ca49 08:52:10 ---> ba9a373da0c1 08:52:10 Step 32/32 : LABEL version=0.0.0 08:52:10 ---> Running in bb6a7c86a7ae 08:52:10 Removing intermediate container bb6a7c86a7ae 08:52:10 ---> 8f877830ca95 08:52:10 08:52:11 Successfully built 8f877830ca95 08:52:11 Successfully tagged security-bootstrapper-arm64:latest 08:52:11  Building security-bootstrapper ... done  [Pipeline] } 08:52:11 $ docker stop --time=1 6e70d5cc18e8e01390c79ae12ff87c0df16eefaa69f6146a362ec199674fcdf1 08:52:13 $ docker rm -f 6e70d5cc18e8e01390c79ae12ff87c0df16eefaa69f6146a362ec199674fcdf1 [Pipeline] // withDockerContainer [Pipeline] sh 08:52:14 + docker images 08:52:14 REPOSITORY TAG IMAGE ID CREATED SIZE 08:52:14 security-bootstrapper-arm64 latest 8f877830ca95 4 seconds ago 17.1MB 08:52:14 security-secretstore-setup-arm64 latest 0160af8bab8f 7 seconds ago 24.3MB 08:52:14 support-scheduler-arm64 latest 799eec26f6b4 16 seconds ago 16.1MB 08:52:14 fbbfd6b938be 25 seconds ago 980MB 08:52:14 63781e6011f9 26 seconds ago 977MB 08:52:14 d851b5f9b669 31 seconds ago 973MB 08:52:14 support-notifications-arm64 latest 4f4fe8a23656 About a minute ago 16.7MB 08:52:14 781963c65b66 About a minute ago 980MB 08:52:14 sys-mgmt-agent-arm64 latest 5ac81ffaddac 2 minutes ago 299MB 08:52:14 core-data-arm64 latest 2d683ed2aec3 3 minutes ago 20.3MB 08:52:14 core-metadata-arm64 latest c66bd2c49be2 3 minutes ago 17.4MB 08:52:14 core-command-arm64 latest 398594b31872 3 minutes ago 16.1MB 08:52:14 security-proxy-setup-arm64 latest 5206c067a6fa 3 minutes ago 23.9MB 08:52:14 d0149f90d7ea 3 minutes ago 989MB 08:52:14 229740ca471b 3 minutes ago 988MB 08:52:14 6dc057019a14 3 minutes ago 980MB 08:52:14 0cc018cac5d4 4 minutes ago 976MB 08:52:14 13e057e71269 4 minutes ago 977MB 08:52:14 ci-base-image-arm64 latest 521ed157b036 15 minutes ago 641MB 08:52:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 13 days ago 428MB 08:52:14 alpine 3.12 9852663dfa18 4 weeks ago 5.32MB 08:52:14 docker 20.10.0 eeaf43b92773 5 months ago 228MB 08:52:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 months ago 285MB [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:52:14 ---> job-cost.sh 08:52:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JzEt 08:52:53 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:54:30 lf-activate-venv(): INFO: Adding /tmp/venv-JzEt/bin to PATH 08:54:30 INFO: No Stack... 08:54:31 INFO: Retrieving Pricing Info for: lf-standard-4 08:54:31 INFO: Archiving Costs [Pipeline] sh 08:54:32 + + catcut /w/workspace/edgex-go/14/archives/cost.csv -d, 08:54:32 -f6 [Pipeline] lock 08:54:32 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3410-14-stack-cost] 08:54:32 Resource [jenkins-edgexfoundry-edgex-go-PR-3410-14-stack-cost] did not exist. Created. 08:54:32 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3410-14-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:54:32 + echo total: 0.20999999344348907 [Pipeline] stash 08:54:32 Stashed 1 file(s) [Pipeline] } 08:54:32 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3410-14-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:54:33 provisioning config files... 08:54:33 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config5669150830220825994tmp [Pipeline] { [Pipeline] sh 08:54:33 + set +x 08:54:33 + curl -s https://codecov.io/bash 08:54:33 + bash -s -- 08:54:34 08:54:34 _____ _ 08:54:34 / ____| | | 08:54:34 | | ___ __| | ___ ___ _____ __ 08:54:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:54:34 | |___| (_) | (_| | __/ (_| (_) \ V / 08:54:34 \_____\___/ \__,_|\___|\___\___/ \_/ 08:54:34 Bash-1.0.2 08:54:34 08:54:34 08:54:34 ==> git version 2.24.3 found 08:54:34 ==> 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:54:34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:54:34 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:54:34 ==> Jenkins CI detected. 08:54:34 project root: . 08:54:34 --> token set from env 08:54:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:54:34 ==> Running gcov in . (disable via -X gcov) 08:54:34 ==> Python coveragepy not found 08:54:34 ==> Searching for coverage reports in: 08:54:34 + . 08:54:34 -> Found 1 reports 08:54:34 ==> Detecting git/mercurial file structure 08:54:34 ==> Reading reports 08:54:34 + ./coverage.out bytes=727486 08:54:34 ==> Appending adjustments 08:54:34 https://docs.codecov.io/docs/fixing-reports 08:54:38 + Found adjustments 08:54:38 ==> Gzipping contents 08:54:38 104K /tmp/codecov.pk7vdu.gz 08:54:38 ==> Uploading reports 08:54:38 url: https://codecov.io 08:54:38 query: branch=PR-3410&commit=019d9702c021f624b0dab8944b7cae4695038c17&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3410%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3410&job=&cmd_args= 08:54:38 -> Pinging Codecov 08:54:38 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3410&commit=019d9702c021f624b0dab8944b7cae4695038c17&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3410%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3410&job=&cmd_args= 08:54:39 -> Uploading to 08:54:39 https://storage.googleapis.com/codecov/v4/raw/2021-05-13/00271124DB129430A58F1EEE437C3FCB/019d9702c021f624b0dab8944b7cae4695038c17/08f7a6a9-d8ba-4f6a-8a42-30679508b406.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210513%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210513T085438Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=233916d9e30c21a7c5271a8f67864c6b02922c0fcb696af86a9bcf53888ea7a0 08:54:39 % Total % Received % Xferd Average Speed Time Time Time Current 08:54:39 Dload Upload Total Spent Left Speed 08:54:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 101k 0 0 100 101k 0 220k --:--:-- --:--:-- --:--:-- 220k 08:54:39 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/019d9702c021f624b0dab8944b7cae4695038c17 [Pipeline] } 08:54:39 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:54:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:54:41 ---> package-listing.sh 08:54:41 ++ facter osfamily 08:54:41 ++ tr '[:upper:]' '[:lower:]' 08:54:41 + OS_FAMILY=redhat 08:54:41 + workspace=/w/workspace/edgex-go/14 08:54:41 + START_PACKAGES=/tmp/packages_start.txt 08:54:41 + END_PACKAGES=/tmp/packages_end.txt 08:54:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:54:41 + PACKAGES=/tmp/packages_start.txt 08:54:41 + '[' /w/workspace/edgex-go/14 ']' 08:54:41 + PACKAGES=/tmp/packages_end.txt 08:54:41 + case "${OS_FAMILY}" in 08:54:41 + rpm -qa 08:54:41 + sort 08:54:46 + '[' -f /tmp/packages_start.txt ']' 08:54:46 + '[' -f /tmp/packages_end.txt ']' 08:54:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:54:46 + '[' /w/workspace/edgex-go/14 ']' 08:54:46 + mkdir -p /w/workspace/edgex-go/14/archives/ 08:54:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo 08:54:46 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:54:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:54:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:54:47 08:54:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:54:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:54:47 alpine: Pulling from edgex-lftools-log-publisher 08:54:47 df20fa9351a1: Pulling fs layer 08:54:47 36b3adc4ff6f: Pulling fs layer 08:54:47 8ad3a11d3b57: Pulling fs layer 08:54:47 46f8f816bc3b: Pulling fs layer 08:54:47 93b61091891f: Pulling fs layer 08:54:47 93b9cdb0e59b: Pulling fs layer 08:54:47 5e14af77c1be: Pulling fs layer 08:54:47 01666e4c0597: Pulling fs layer 08:54:47 aa168da1d23b: Pulling fs layer 08:54:47 93b9cdb0e59b: Waiting 08:54:47 5e14af77c1be: Waiting 08:54:47 01666e4c0597: Waiting 08:54:47 aa168da1d23b: Waiting 08:54:47 46f8f816bc3b: Waiting 08:54:47 93b61091891f: Waiting 08:54:47 36b3adc4ff6f: Verifying Checksum 08:54:47 36b3adc4ff6f: Download complete 08:54:47 46f8f816bc3b: Verifying Checksum 08:54:47 46f8f816bc3b: Download complete 08:54:47 df20fa9351a1: Verifying Checksum 08:54:47 df20fa9351a1: Download complete 08:54:47 93b9cdb0e59b: Verifying Checksum 08:54:47 93b9cdb0e59b: Download complete 08:54:47 5e14af77c1be: Download complete 08:54:47 93b61091891f: Verifying Checksum 08:54:47 93b61091891f: Download complete 08:54:47 01666e4c0597: Verifying Checksum 08:54:47 01666e4c0597: Download complete 08:54:47 8ad3a11d3b57: Verifying Checksum 08:54:47 8ad3a11d3b57: Download complete 08:54:48 df20fa9351a1: Pull complete 08:54:48 36b3adc4ff6f: Pull complete 08:54:49 8ad3a11d3b57: Pull complete 08:54:50 aa168da1d23b: Verifying Checksum 08:54:50 aa168da1d23b: Download complete 08:54:51 46f8f816bc3b: Pull complete 08:54:52 93b61091891f: Pull complete 08:54:52 93b9cdb0e59b: Pull complete 08:54:52 5e14af77c1be: Pull complete 08:54:52 01666e4c0597: Pull complete 08:55:00 aa168da1d23b: Pull complete 08:55:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:55:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:55:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:55:01 prd-centos7-docker-4c-2g-5085 does not seem to be running inside a container 08:55:01 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:55:06 $ docker top cb3894419a5b4e98f6340403c5682b270d55df0063f8403442cbf4481f39e930 -eo pid,comm [Pipeline] { [Pipeline] sh 08:55:06 + touch /tmp/pre-build-complete [Pipeline] sh 08:55:07 + mkdir -p /var/log/sa [Pipeline] sh 08:55:07 + ls /var/log/sa-host 08:55:07 + sadf -c /var/log/sa-host/sa13 08:55:07 file_magic: OK 08:55:07 HZ: Using current value: 100 08:55:07 file_header: OK 08:55:07 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:55:07 Statistics: 08:55:07 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:55:07 File successfully converted to sysstat format version 12.2.1 08:55:07 + sadf -c /var/log/sa-host/sa23 08:55:07 file_magic: OK 08:55:07 HZ: Using current value: 100 08:55:07 file_header: OK 08:55:07 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:55:07 Statistics: 08:55:07 Hnuu...uuuununununu... 08:55:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:55:08 provisioning config files... 08:55:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config7173093631037931319tmp [Pipeline] { [Pipeline] echo 08:55:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:55:08 ---> create-netrc.sh [Pipeline] } 08:55:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:55:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:55:08 ---> python-tools-install.sh [Pipeline] echo 08:55:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:55:09 ---> sudo-logs.sh 08:55:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:55:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:55:09 ---> job-cost.sh 08:55:09 lf-activate-venv: SKIPPING 08:55:09 DEBUG: total: 0.20999999344348907 08:55:09 INFO: Retrieving Stack Cost... 08:55:10 INFO: Retrieving Pricing Info for: v1-standard-2 08:55:11 INFO: Archiving Costs [Pipeline] echo 08:55:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:55:11 ---> logs-deploy.sh 08:55:11 lf-activate-venv: SKIPPING 08:55:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3410/14 08:55:11 INFO: archiving workspace using pattern(s): 08:55:13 Archives upload complete. 08:55:13 INFO: archiving logs to Nexus 08:55:14 ---> uname -a: 08:55:14 Linux prd-centos7-docker-4c-2g-5085.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:55:14 08:55:14 08:55:14 ---> lscpu: 08:55:14 Architecture: x86_64 08:55:14 CPU op-mode(s): 32-bit, 64-bit 08:55:14 Byte Order: Little Endian 08:55:14 Address sizes: 40 bits physical, 48 bits virtual 08:55:14 CPU(s): 4 08:55:14 On-line CPU(s) list: 0-3 08:55:14 Thread(s) per core: 1 08:55:14 Core(s) per socket: 1 08:55:14 Socket(s): 4 08:55:14 NUMA node(s): 1 08:55:14 Vendor ID: GenuineIntel 08:55:14 CPU family: 6 08:55:14 Model: 44 08:55:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:55:14 Stepping: 1 08:55:14 CPU MHz: 2933.442 08:55:14 BogoMIPS: 5866.88 08:55:14 Virtualization: VT-x 08:55:14 Hypervisor vendor: KVM 08:55:14 Virtualization type: full 08:55:14 L1d cache: 128 KiB 08:55:14 L1i cache: 128 KiB 08:55:14 L2 cache: 16 MiB 08:55:14 L3 cache: 64 MiB 08:55:14 NUMA node0 CPU(s): 0-3 08:55:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:55:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:55:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:55:14 Vulnerability Meltdown: Mitigation; PTI 08:55:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:55:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:55:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:55:14 Vulnerability Srbds: Not affected 08:55:14 Vulnerability Tsx async abort: Not affected 08:55:14 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:55:14 08:55:14 08:55:14 ---> nproc: 08:55:14 4 08:55:14 08:55:14 08:55:14 ---> df -h: 08:55:14 Filesystem Size Used Available Use% Mounted on 08:55:14 overlay 50.0G 11.8G 38.2G 24% / 08:55:14 tmpfs 64.0M 0 64.0M 0% /dev 08:55:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:55:14 shm 64.0M 0 64.0M 0% /dev/shm 08:55:14 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 08:55:14 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 08:55:14 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 08:55:14 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 08:55:14 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 08:55:14 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 08:55:14 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 08:55:14 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 08:55:14 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/14 08:55:14 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/14@tmp 08:55:14 08:55:14 08:55:14 ---> free -m: 08:55:14 total used free shared buff/cache available 08:55:14 Mem: 1837 742 129 0 965 1014 08:55:14 Swap: 1023 66 957 08:55:14 08:55:14 08:55:14 ---> ip addr: 08:55:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:55:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:55:14 inet 127.0.0.1/8 scope host lo 08:55:14 valid_lft forever preferred_lft forever 08:55:14 inet6 ::1/128 scope host 08:55:14 valid_lft forever preferred_lft forever 08:55:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:55:14 link/ether fa:16:3e:f2:ba:32 brd ff:ff:ff:ff:ff:ff 08:55:14 inet 10.30.122.11/23 brd 10.30.123.255 scope global dynamic eth0 08:55:14 valid_lft 84911sec preferred_lft 84911sec 08:55:14 inet6 fe80::f816:3eff:fef2:ba32/64 scope link 08:55:14 valid_lft forever preferred_lft forever 08:55:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:55:14 link/ether 02:42:28:8f:83:da brd ff:ff:ff:ff:ff:ff 08:55:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:55:14 valid_lft forever preferred_lft forever 08:55:14 inet6 fe80::42:28ff:fe8f:83da/64 scope link 08:55:14 valid_lft forever preferred_lft forever 08:55:14 08:55:14 08:55:14 ---> sar -b -r -n DEV: 08:55:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/13/21 _x86_64_ (4 CPU) 08:55:14 08:55:14 08:30:12 LINUX RESTART (4 CPU) 08:55:14 08:55:14 08:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:55:14 08:32:01 71.13 20.71 50.42 0.00 5435.40 10180.24 0.00 08:55:14 08:33:01 201.65 105.41 96.24 0.00 7458.90 39626.62 0.00 08:55:14 08:34:01 284.17 119.24 164.93 0.00 4267.55 24156.76 0.00 08:55:14 08:35:01 126.55 49.55 77.00 0.00 1436.65 9390.69 0.00 08:55:14 08:36:01 140.16 60.06 80.10 0.00 3702.01 9660.79 0.00 08:55:14 08:37:03 874.97 631.44 243.53 0.00 89856.64 162477.21 0.00 08:55:14 08:38:01 2815.04 2462.32 352.73 0.00 149191.23 158794.10 0.00 08:55:14 08:39:02 444.95 252.39 192.56 0.00 18520.83 28408.73 0.00 08:55:14 08:40:02 1591.01 1243.27 347.74 0.00 111126.61 159596.89 0.00 08:55:14 08:41:02 1042.28 781.36 260.92 0.00 49014.94 69053.84 0.00 08:55:14 08:42:01 116.20 19.34 96.85 0.00 4033.03 8611.73 0.00 08:55:14 08:43:01 1.43 0.07 1.37 0.00 1.73 19.10 0.00 08:55:14 08:44:01 0.28 0.02 0.27 0.00 0.27 3.16 0.00 08:55:14 08:45:01 0.32 0.00 0.32 0.00 0.00 3.38 0.00 08:55:14 08:46:01 1.90 1.68 0.22 0.00 54.61 3.58 0.00 08:55:14 08:47:01 0.87 0.05 0.82 0.00 1.60 14.78 0.00 08:55:14 08:48:01 0.27 0.02 0.25 0.00 0.27 2.86 0.00 08:55:14 08:49:01 0.17 0.00 0.17 0.00 0.00 1.67 0.00 08:55:14 08:50:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 08:55:14 08:51:01 0.27 0.02 0.25 0.00 0.40 2.60 0.00 08:55:14 08:52:01 0.55 0.02 0.53 0.00 0.27 6.81 0.00 08:55:14 08:53:01 0.28 0.03 0.25 0.00 0.80 3.36 0.00 08:55:14 08:54:01 0.18 0.00 0.18 0.00 0.00 1.91 0.00 08:55:14 08:55:02 145.93 81.66 64.27 0.00 6919.04 15256.45 0.00 08:55:14 Average: 326.09 241.50 84.59 0.00 18761.00 29000.74 0.00 08:55:14 08:55:14 08:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:55:14 08:32:01 80456 0 834132 44.33 2620 964336 1528052 52.15 699296 898504 32332 08:55:14 08:33:01 69812 0 745184 39.60 1520 1065028 1439336 49.12 580104 991544 60848 08:55:14 08:34:01 169600 0 809608 43.03 848 901488 1640256 55.98 618232 814444 10240 08:55:14 08:35:01 432628 0 752540 40.00 492 695884 1322264 45.13 468752 691056 10724 08:55:14 08:36:01 144588 0 769284 40.89 428 967244 1384120 47.24 624604 815436 79556 08:55:14 08:37:03 88724 0 828756 44.05 0 964064 2077928 70.92 691244 891884 51820 08:55:14 08:38:01 166384 0 757888 40.28 0 957272 1573636 53.71 576984 896964 13392 08:55:14 08:39:02 485024 0 740792 39.37 0 655728 1382432 47.18 391188 748288 136 08:55:14 08:40:02 63216 0 809088 43.00 0 1009240 2668032 91.06 634892 937256 49048 08:55:14 08:41:02 107380 0 755204 40.14 0 1018960 1684764 57.50 593508 925200 51636 08:55:14 08:42:01 133552 0 663592 35.27 0 1084400 1219312 41.61 564536 925496 8 08:55:14 08:43:01 135520 0 661616 35.16 0 1084408 1204908 41.12 563620 925192 8 08:55:14 08:44:01 135952 0 661172 35.14 0 1084420 1195764 40.81 563220 925012 8 08:55:14 08:45:01 135908 0 661208 35.14 0 1084428 1195752 40.81 563416 925016 8 08:55:14 08:46:01 134536 0 661652 35.17 0 1085356 1195788 40.81 563724 925548 0 08:55:14 08:47:01 134984 0 661192 35.14 0 1085368 1195680 40.81 563420 925564 12 08:55:14 08:48:01 134832 0 661324 35.15 0 1085388 1194760 40.78 563696 925564 8 08:55:14 08:49:01 135032 0 661116 35.14 0 1085396 1194784 40.78 563664 925564 8 08:55:14 08:50:01 134132 0 662008 35.18 0 1085404 1194772 40.78 563772 925568 12 08:55:14 08:51:01 134256 0 661880 35.18 0 1085408 1194772 40.78 563940 925576 16 08:55:14 08:52:01 134108 0 662016 35.18 0 1085420 1194832 40.78 564164 925584 8 08:55:14 08:53:01 134296 0 661824 35.17 0 1085424 1194760 40.78 563608 925600 20 08:55:14 08:54:01 134240 0 661868 35.18 0 1085436 1194820 40.78 564000 925608 12 08:55:14 08:55:02 203836 0 735076 39.07 0 942632 1389056 47.41 565256 808600 83132 08:55:14 Average: 156792 0 714168 37.96 246 1010339 1402524 47.87 573868 893753 18458 08:55:14 08:55:14 08:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:55:14 08:32:01 vethe736dc8 954.99 689.90 90.08 2734.47 0.00 0.00 0.00 0.00 08:55:14 08:32:01 eth0 904.01 1103.64 3528.66 121.73 0.00 0.00 0.00 0.00 08:55:14 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:32:01 docker0 954.99 689.76 77.03 2734.46 0.00 0.00 0.00 0.00 08:55:14 08:33:01 veth172fc42 113.39 122.50 7.65 329.56 0.00 0.00 0.00 0.00 08:55:14 08:33:01 eth0 490.37 425.27 3031.90 74.46 0.00 0.00 0.00 0.00 08:55:14 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:33:01 docker0 113.43 122.38 6.10 329.55 0.00 0.00 0.00 0.00 08:55:14 08:34:01 veth4494d72 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:55:14 08:34:01 eth0 179.31 153.90 546.46 24.08 0.00 0.00 0.00 0.00 08:55:14 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:34:01 docker0 134.81 144.20 10.13 515.35 0.00 0.00 0.00 0.00 08:55:14 08:35:01 veth4494d72 1.75 1.75 0.14 0.14 0.00 0.00 0.00 0.00 08:55:14 08:35:01 eth0 31.04 15.68 23.12 12.39 0.00 0.00 0.00 0.00 08:55:14 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:35:01 docker0 1.75 1.75 0.12 0.14 0.00 0.00 0.00 0.00 08:55:14 08:36:01 veth4494d72 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:36:01 eth0 36.85 26.37 19.37 84.42 0.00 0.00 0.00 0.00 08:55:14 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:37:03 eth0 202.91 143.36 1669.12 21.56 0.00 0.00 0.00 0.00 08:55:14 08:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:37:03 vethb964c57 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:55:14 08:37:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:38:01 eth0 99.93 81.40 185.52 60.99 0.00 0.00 0.00 0.00 08:55:14 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:38:01 vethb964c57 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 08:55:14 08:38:01 docker0 52.52 62.28 3.54 169.27 0.00 0.00 0.00 0.00 08:55:14 08:39:02 eth0 48.47 27.28 230.61 9.32 0.00 0.00 0.00 0.00 08:55:14 08:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:39:02 vethb964c57 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:39:02 docker0 12.34 22.96 0.68 168.83 0.00 0.00 0.00 0.00 08:55:14 08:40:02 eth0 75.32 54.36 99.44 88.59 0.00 0.00 0.00 0.00 08:55:14 08:40:02 veth6b47037 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 08:55:14 08:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:40:02 vethb964c57 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 08:55:14 08:41:02 eth0 204.68 144.59 1581.14 29.97 0.00 0.00 0.00 0.00 08:55:14 08:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:41:02 vethb964c57 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:41:02 vethdc379f7 21.98 44.31 1.45 280.80 0.00 0.00 0.00 0.00 08:55:14 08:42:01 eth0 36.32 19.34 94.03 10.90 0.00 0.00 0.00 0.00 08:55:14 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:42:01 docker0 1339.57 1147.39 102.19 4400.87 0.00 0.00 0.00 0.00 08:55:14 08:43:01 eth0 0.65 0.33 0.28 0.20 0.00 0.00 0.00 0.00 08:55:14 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:44:01 eth0 1.45 0.37 0.40 0.20 0.00 0.00 0.00 0.00 08:55:14 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:45:01 eth0 1.98 0.58 0.64 0.41 0.00 0.00 0.00 0.00 08:55:14 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:46:01 eth0 12.05 11.51 1.35 24.74 0.00 0.00 0.00 0.00 08:55:14 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:47:01 eth0 0.77 0.13 0.12 0.01 0.00 0.00 0.00 0.00 08:55:14 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:48:01 eth0 2.61 2.26 0.42 6.84 0.00 0.00 0.00 0.00 08:55:14 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:49:01 eth0 5.11 5.43 0.59 13.79 0.00 0.00 0.00 0.00 08:55:14 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:50:01 eth0 3.68 3.43 0.51 7.05 0.00 0.00 0.00 0.00 08:55:14 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:51:01 eth0 5.38 3.86 0.92 5.69 0.00 0.00 0.00 0.00 08:55:14 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:52:01 eth0 1.77 0.75 0.64 0.41 0.00 0.00 0.00 0.00 08:55:14 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:53:01 eth0 1.97 0.28 0.42 0.20 0.00 0.00 0.00 0.00 08:55:14 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:54:01 eth0 4.01 1.02 1.27 0.76 0.00 0.00 0.00 0.00 08:55:14 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:55:02 eth0 216.56 157.76 2173.94 22.16 0.00 0.00 0.00 0.00 08:55:14 08:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 08:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 Average: eth0 106.50 98.68 548.52 25.80 0.00 0.00 0.00 0.00 08:55:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:14 Average: docker0 54.98 47.09 4.19 180.63 0.00 0.00 0.00 0.00 08:55:14 08:55:14 08:55:14 ---> sar -P ALL: 08:55:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/13/21 _x86_64_ (4 CPU) 08:55:14 08:55:14 08:30:12 LINUX RESTART (4 CPU) 08:55:14 08:55:14 08:31:02 CPU %user %nice %system %iowait %steal %idle 08:55:14 08:32:01 all 11.03 0.00 5.26 1.36 0.07 82.28 08:55:14 08:32:01 0 9.92 0.00 6.54 0.12 0.05 83.36 08:55:14 08:32:01 1 15.38 0.00 4.55 0.61 0.07 79.40 08:55:14 08:32:01 2 9.41 0.00 5.49 4.11 0.05 80.94 08:55:14 08:32:01 3 9.42 0.00 4.48 0.57 0.09 85.44 08:55:14 08:33:01 all 7.97 0.00 5.88 1.61 0.03 84.50 08:55:14 08:33:01 0 10.95 0.00 7.33 1.99 0.03 79.70 08:55:14 08:33:01 1 6.97 0.00 5.87 1.53 0.03 85.60 08:55:14 08:33:01 2 7.10 0.00 4.88 0.85 0.03 87.14 08:55:14 08:33:01 3 6.89 0.00 5.46 2.09 0.03 85.53 08:55:14 08:34:01 all 26.93 0.00 10.26 8.28 0.10 54.43 08:55:14 08:34:01 0 28.67 0.00 10.76 6.85 0.09 53.62 08:55:14 08:34:01 1 25.97 0.00 9.91 8.69 0.10 55.33 08:55:14 08:34:01 2 25.66 0.00 9.85 7.96 0.10 56.42 08:55:14 08:34:01 3 27.41 0.00 10.51 9.63 0.12 52.33 08:55:14 08:35:01 all 48.20 0.00 13.87 3.89 0.09 33.96 08:55:14 08:35:01 0 46.62 0.00 13.97 5.87 0.07 33.47 08:55:14 08:35:01 1 48.06 0.00 14.21 3.09 0.09 34.56 08:55:14 08:35:01 2 48.52 0.00 13.38 3.56 0.10 34.44 08:55:14 08:35:01 3 49.58 0.00 13.92 3.03 0.09 33.39 08:55:14 08:36:01 all 48.64 0.00 15.06 4.37 0.11 31.82 08:55:14 08:36:01 0 49.58 0.00 15.28 5.19 0.16 29.79 08:55:14 08:36:01 1 48.06 0.00 14.96 6.82 0.05 30.11 08:55:14 08:36:01 2 48.88 0.00 15.73 4.66 0.12 30.61 08:55:14 08:36:01 3 48.02 0.00 14.27 0.83 0.10 36.77 08:55:14 08:37:03 all 22.83 0.00 22.49 8.12 0.20 46.36 08:55:14 08:37:03 0 21.51 0.00 21.66 9.57 0.21 47.06 08:55:14 08:37:03 1 21.31 0.00 22.30 5.96 0.17 50.26 08:55:14 08:37:03 2 22.67 0.00 23.85 8.36 0.21 44.92 08:55:14 08:37:03 3 25.88 0.00 22.13 8.61 0.21 43.17 08:55:14 08:38:01 all 16.67 0.00 27.08 30.38 0.15 25.71 08:55:14 08:38:01 0 16.10 0.00 27.42 29.93 0.15 26.41 08:55:14 08:38:01 1 16.11 0.00 27.43 30.68 0.20 25.58 08:55:14 08:38:01 2 16.90 0.00 26.98 29.17 0.13 26.82 08:55:14 08:38:01 3 17.59 0.00 26.47 31.78 0.15 24.02 08:55:14 08:39:02 all 57.82 0.00 17.88 11.91 0.07 12.33 08:55:14 08:39:02 0 57.03 0.00 18.30 13.88 0.07 10.72 08:55:14 08:39:02 1 57.35 0.00 18.33 11.63 0.07 12.61 08:55:14 08:39:02 2 58.05 0.00 17.55 10.45 0.09 13.86 08:55:14 08:39:02 3 58.84 0.00 17.32 11.67 0.05 12.11 08:55:14 08:40:02 all 33.65 0.00 28.16 16.62 0.11 21.46 08:55:14 08:40:02 0 33.56 0.00 28.82 15.29 0.07 22.26 08:55:14 08:40:02 1 34.66 0.00 27.78 17.77 0.12 19.66 08:55:14 08:40:02 2 32.21 0.00 27.23 16.02 0.14 24.40 08:55:14 08:40:02 3 34.18 0.00 28.82 17.41 0.11 19.48 08:55:14 08:41:02 all 45.07 0.00 20.62 15.28 0.10 18.92 08:55:14 08:41:02 0 45.53 0.00 21.00 15.18 0.09 18.20 08:55:14 08:41:02 1 46.35 0.00 20.68 15.23 0.13 17.62 08:55:14 08:41:02 2 42.40 0.00 19.66 16.84 0.11 20.99 08:55:14 08:41:02 3 46.02 0.00 21.14 13.87 0.09 18.88 08:55:14 08:42:01 all 5.07 0.00 3.44 5.25 0.03 86.20 08:55:14 08:42:01 0 4.38 0.00 3.46 8.85 0.02 83.30 08:55:14 08:42:01 1 6.15 0.00 2.59 2.26 0.03 88.97 08:55:14 08:42:01 2 4.11 0.00 3.98 5.94 0.03 85.93 08:55:14 08:42:01 3 5.65 0.00 3.73 3.94 0.05 86.62 08:55:14 08:55:14 08:42:01 CPU %user %nice %system %iowait %steal %idle 08:55:14 08:43:01 all 0.13 0.00 0.05 0.00 0.00 99.82 08:55:14 08:43:01 0 0.03 0.00 0.05 0.00 0.00 99.92 08:55:14 08:43:01 1 0.45 0.00 0.05 0.00 0.00 99.50 08:55:14 08:43:01 2 0.02 0.00 0.05 0.00 0.00 99.93 08:55:14 08:43:01 3 0.02 0.00 0.05 0.00 0.00 99.93 08:55:14 08:44:01 all 0.12 0.00 0.38 0.00 0.01 99.48 08:55:14 08:44:01 0 0.10 0.00 0.22 0.00 0.03 99.65 08:55:14 08:44:01 1 0.15 0.00 0.47 0.00 0.02 99.37 08:55:14 08:44:01 2 0.12 0.00 0.42 0.00 0.00 99.47 08:55:14 08:44:01 3 0.13 0.00 0.43 0.00 0.00 99.44 08:55:14 08:45:01 all 0.06 0.00 0.03 0.00 0.00 99.91 08:55:14 08:45:01 0 0.17 0.00 0.05 0.00 0.00 99.78 08:55:14 08:45:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:55:14 08:45:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:55:14 08:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:55:14 08:46:01 all 0.25 0.00 0.15 0.03 0.01 99.57 08:55:14 08:46:01 0 0.45 0.00 0.13 0.00 0.00 99.42 08:55:14 08:46:01 1 0.20 0.00 0.15 0.00 0.02 99.63 08:55:14 08:46:01 2 0.25 0.00 0.13 0.02 0.02 99.58 08:55:14 08:46:01 3 0.10 0.00 0.18 0.08 0.00 99.63 08:55:14 08:47:01 all 0.03 0.00 0.04 0.00 0.00 99.93 08:55:14 08:47:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:55:14 08:47:01 1 0.03 0.00 0.05 0.00 0.00 99.92 08:55:14 08:47:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:55:14 08:47:01 3 0.03 0.00 0.05 0.00 0.00 99.92 08:55:14 08:48:01 all 0.06 0.00 0.03 0.00 0.00 99.90 08:55:14 08:48:01 0 0.05 0.00 0.00 0.00 0.00 99.95 08:55:14 08:48:01 1 0.08 0.00 0.07 0.00 0.00 99.85 08:55:14 08:48:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:55:14 08:48:01 3 0.05 0.00 0.02 0.00 0.02 99.92 08:55:14 08:49:01 all 0.06 0.00 0.06 0.00 0.00 99.87 08:55:14 08:49:01 0 0.05 0.00 0.05 0.00 0.00 99.90 08:55:14 08:49:01 1 0.12 0.00 0.08 0.00 0.02 99.78 08:55:14 08:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:55:14 08:49:01 3 0.05 0.00 0.08 0.00 0.00 99.87 08:55:14 08:50:01 all 0.06 0.00 0.05 0.00 0.00 99.89 08:55:14 08:50:01 0 0.07 0.00 0.05 0.00 0.00 99.88 08:55:14 08:50:01 1 0.08 0.00 0.07 0.00 0.00 99.85 08:55:14 08:50:01 2 0.07 0.00 0.05 0.00 0.00 99.88 08:55:14 08:50:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:55:14 08:51:01 all 0.13 0.00 0.05 0.00 0.00 99.81 08:55:14 08:51:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:55:14 08:51:01 1 0.38 0.00 0.05 0.00 0.00 99.57 08:55:14 08:51:01 2 0.07 0.00 0.08 0.00 0.02 99.83 08:55:14 08:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:55:14 08:52:01 all 0.14 0.00 0.03 0.00 0.01 99.82 08:55:14 08:52:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:55:14 08:52:01 1 0.50 0.00 0.05 0.00 0.02 99.43 08:55:14 08:52:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:55:14 08:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:55:14 08:53:01 all 0.16 0.00 0.03 0.00 0.01 99.80 08:55:14 08:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:55:14 08:53:01 1 0.53 0.00 0.05 0.00 0.00 99.42 08:55:14 08:53:01 2 0.05 0.00 0.03 0.00 0.03 99.88 08:55:14 08:53:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:55:14 08:55:14 08:53:01 CPU %user %nice %system %iowait %steal %idle 08:55:14 08:54:01 all 0.13 0.00 0.04 0.00 0.03 99.79 08:55:14 08:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:55:14 08:54:01 1 0.08 0.00 0.07 0.00 0.07 99.78 08:55:14 08:54:01 2 0.40 0.00 0.05 0.00 0.05 99.50 08:55:14 08:54:01 3 0.02 0.00 0.03 0.00 0.02 99.93 08:55:14 08:55:02 all 6.94 0.00 5.31 3.27 0.26 84.23 08:55:14 08:55:02 0 6.12 0.00 5.75 2.03 0.19 85.92 08:55:14 08:55:02 1 7.04 0.00 4.77 2.62 0.32 85.25 08:55:14 08:55:02 2 7.73 0.00 5.65 2.75 0.25 83.61 08:55:14 08:55:02 3 6.86 0.00 5.05 5.68 0.29 82.12 08:55:14 Average: all 13.47 0.00 7.13 4.43 0.06 74.91 08:55:14 Average: 0 13.44 0.00 7.33 4.62 0.05 74.56 08:55:14 Average: 1 13.61 0.00 7.06 4.29 0.06 74.99 08:55:14 Average: 2 13.17 0.00 7.09 4.45 0.06 75.22 08:55:14 Average: 3 13.66 0.00 7.03 4.37 0.06 74.89 08:55:14 08:55:14 08:55:14