Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3718f1804264b4d9eff5b8dceaa8090d27be1d0a+31468994070af38c8f9db93fe1a8ddc3ce05f196 (8fd91992a1479bc4674c584c15d6530f37d80160) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2579 in /w/workspace/edgexfoundry_edgex-go_PR-3404 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit 3718f1804264b4d9eff5b8dceaa8090d27be1d0a Merge succeeded, producing 84fee32c1bfb19c1279d4df237684c7e38eca4e2 Checking out Revision 84fee32c1bfb19c1279d4df237684c7e38eca4e2 (PR-3404) > 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/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # 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 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 84fee32c1bfb19c1279d4df237684c7e38eca4e2 # timeout=10 Commit message: "Merge commit '31468994070af38c8f9db93fe1a8ddc3ce05f196' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:30:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:30:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:30:53 ========================================================= 08:30:53 EdgeX Global Pipelines Version Info 08:30:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8a11d28a541891458d239b5548bb094d8fb9d9f1 # timeout=10 08:30:55 ------------------- 08:30:55 stable info: 08:30:55 ------------------- 08:30:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:30:55 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 08:30:55 Message: update stable to v1.0.191 08:30:55 ------------------- 08:30:55 experimental info: 08:30:55 ------------------- 08:30:55 Commited By: **** collab-it+edgex@linuxfoundation.org 08:30:55 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 08:30:55 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3404 [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3404 [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3404 [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 84fee32c1bfb19c1279d4df237684c7e38eca4e2 [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 84fee32 [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:30:56 provisioning config files... 08:30:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2251034660221478634tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:30:57 ---> docker-login.sh 08:30:57 nexus3.edgexfoundry.org:10001 08:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:57 Configure a credential helper to remove this warning. See 08:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:57 08:30:57 Login Succeeded 08:30:57 nexus3.edgexfoundry.org:10002 08:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:57 Configure a credential helper to remove this warning. See 08:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:57 08:30:57 Login Succeeded 08:30:57 nexus3.edgexfoundry.org:10003 08:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:57 Configure a credential helper to remove this warning. See 08:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:57 08:30:57 Login Succeeded 08:30:57 nexus3.edgexfoundry.org:10004 08:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:58 Configure a credential helper to remove this warning. See 08:30:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:58 08:30:58 Login Succeeded 08:30:58 docker.io 08:30:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:58 Configure a credential helper to remove this warning. See 08:30:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:58 08:30:58 Login Succeeded 08:30:58 ---> docker-login.sh ends [Pipeline] } 08:30:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:30:58 ++ 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:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/core-command/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo core-command,cmd/core-command/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/core-data/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo core-data,cmd/core-data/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/core-metadata/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo core-metadata,cmd/core-metadata/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/security-bootstrapper/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/security-proxy-setup/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/support-notifications/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo support-notifications,cmd/support-notifications/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/support-scheduler/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:30:58 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 08:30:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:59 08:30:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:30:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:59 latest: Pulling from edgex-devops/git-semver 08:30:59 31603596830f: Pulling fs layer 08:30:59 54011a49482f: Pulling fs layer 08:30:59 a6820b24f6d8: Pulling fs layer 08:30:59 f581987b2513: Pulling fs layer 08:30:59 f581987b2513: Waiting 08:30:59 54011a49482f: Verifying Checksum 08:30:59 54011a49482f: Download complete 08:30:59 f581987b2513: Verifying Checksum 08:30:59 f581987b2513: Download complete 08:30:59 31603596830f: Verifying Checksum 08:30:59 31603596830f: Download complete 08:30:59 a6820b24f6d8: Verifying Checksum 08:30:59 a6820b24f6d8: Download complete 08:31:00 31603596830f: Pull complete 08:31:00 54011a49482f: Pull complete 08:31:01 a6820b24f6d8: Pull complete 08:31:01 f581987b2513: Pull complete 08:31:01 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 08:31:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:31:01 prd-centos7-docker-4c-2g-2579 does not seem to be running inside a container 08:31:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:31:04 $ docker top 134b4eec84e0b962e703e07d3bb01d34743527721cc6eb10820d927394b2b0a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:31:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:04 [ssh-agent] Looking for ssh-agent implementation... 08:31:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:04 $ docker exec 134b4eec84e0b962e703e07d3bb01d34743527721cc6eb10820d927394b2b0a7 ssh-agent 08:31:04 SSH_AUTH_SOCK=/tmp/ssh-6zp3Sg6CiBgu/agent.11 08:31:04 SSH_AGENT_PID=16 08:31:04 Running ssh-add (command line suppressed) 08:31:04 Identity added: /w/workspace/edgex-go/4@tmp/private_key_8385650424228390407.key (/w/workspace/edgex-go/4@tmp/private_key_8385650424228390407.key) 08:31:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:05 + git tag --points-at HEAD [Pipeline] } 08:31:05 $ docker exec --env ******** --env ******** 134b4eec84e0b962e703e07d3bb01d34743527721cc6eb10820d927394b2b0a7 ssh-agent -k 08:31:05 unset SSH_AUTH_SOCK; 08:31:05 unset SSH_AGENT_PID; 08:31:05 echo Agent pid 16 killed; 08:31:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:31:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:05 [ssh-agent] Looking for ssh-agent implementation... 08:31:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:05 $ docker exec 134b4eec84e0b962e703e07d3bb01d34743527721cc6eb10820d927394b2b0a7 ssh-agent 08:31:05 SSH_AUTH_SOCK=/tmp/ssh-WO9EJ9AbcIrX/agent.47 08:31:05 SSH_AGENT_PID=53 08:31:05 Running ssh-add (command line suppressed) 08:31:05 Identity added: /w/workspace/edgex-go/4@tmp/private_key_7699115541432329937.key (/w/workspace/edgex-go/4@tmp/private_key_7699115541432329937.key) 08:31:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:06 + git semver init 08:31:06 # -> Open(): unable to determine branch for HEAD 08:31:06 # $GIT_DIR = /w/workspace/edgex-go/4/.git 08:31:06 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 08:31:06 # $SEMVER_REMOTE_NAME = origin 08:31:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:31:06 # $SEMVER_USER_NAME = edgex-jenkins 08:31:06 # $SEMVER_BRANCH = PR-3404 08:31:06 # $SEMVER_TEMP = /tmp/semver-777280786 08:31:06 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:31:38 # '/tmp/semver-777280786' -> '/w/workspace/edgex-go/4/.semver' 08:31:38 # -> Force: false 08:31:38 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 08:31:38 $ docker exec --env ******** --env ******** 134b4eec84e0b962e703e07d3bb01d34743527721cc6eb10820d927394b2b0a7 ssh-agent -k 08:31:38 unset SSH_AUTH_SOCK; 08:31:38 unset SSH_AGENT_PID; 08:31:38 echo Agent pid 53 killed; 08:31:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:31:39 + git semver [Pipeline] } 08:31:39 $ docker stop --time=1 134b4eec84e0b962e703e07d3bb01d34743527721cc6eb10820d927394b2b0a7 08:31:41 $ docker rm -f 134b4eec84e0b962e703e07d3bb01d34743527721cc6eb10820d927394b2b0a7 [Pipeline] // withDockerContainer [Pipeline] sh 08:31:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:31:42 Stashed 1 file(s) [Pipeline] echo 08:31:42 [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:31:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:31:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:31:43 + sudo service docker restart 08:31:43 + true 08:31:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:31:43 ========================================================= 08:31:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 08:31:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:31:44 + 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:31:47 Sending build context to Docker daemon 329.7MB 08:31:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:31:47 Step 2/6 : FROM ${BASE} 08:31:47 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 08:31:47 540db60ca938: Pulling fs layer 08:31:47 adcc1eea9eea: Pulling fs layer 08:31:47 4c4ab2625f07: Pulling fs layer 08:31:47 0510c868ecb4: Pulling fs layer 08:31:47 afea3b2eda06: Pulling fs layer 08:31:47 7809a108b3ef: Pulling fs layer 08:31:47 f706445af74f: Pulling fs layer 08:31:47 afea3b2eda06: Waiting 08:31:47 7809a108b3ef: Waiting 08:31:47 f706445af74f: Waiting 08:31:47 0510c868ecb4: Waiting 08:31:47 4c4ab2625f07: Verifying Checksum 08:31:47 4c4ab2625f07: Download complete 08:31:47 adcc1eea9eea: Verifying Checksum 08:31:47 adcc1eea9eea: Download complete 08:31:47 afea3b2eda06: Verifying Checksum 08:31:47 afea3b2eda06: Download complete 08:31:47 540db60ca938: Verifying Checksum 08:31:47 540db60ca938: Download complete 08:31:47 7809a108b3ef: Verifying Checksum 08:31:47 7809a108b3ef: Download complete 08:31:48 540db60ca938: Pull complete 08:31:49 f706445af74f: Verifying Checksum 08:31:49 f706445af74f: Download complete 08:31:50 0510c868ecb4: Verifying Checksum 08:31:50 0510c868ecb4: Download complete 08:31:50 adcc1eea9eea: Pull complete 08:31:50 4c4ab2625f07: Pull complete 08:31:55 0510c868ecb4: Pull complete 08:31:56 afea3b2eda06: Pull complete 08:31:56 7809a108b3ef: Pull complete 08:31:57 Still waiting to schedule task 08:31:57 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline 08:32:00 f706445af74f: Pull complete 08:32:00 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 08:32:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 08:32:00 ---> b068be0155e3 08:32:00 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:00 ---> Running in f1f63c1c334f 08:32:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:32:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:32:02 (1/12) Installing libmagic (5.39-r0) 08:32:03 (2/12) Installing file (5.39-r0) 08:32:03 (3/12) Installing libc-dev (0.7.2-r3) 08:32:03 (4/12) Installing g++ (10.2.1_pre1-r3) 08:32:18 (5/12) Installing fortify-headers (1.1-r0) 08:32:18 (6/12) Installing patch (2.7.6-r6) 08:32:18 (7/12) Installing build-base (0.5-r2) 08:32:18 (8/12) Installing libsodium (1.0.18-r0) 08:32:18 (9/12) Installing pkgconf (1.7.3-r0) 08:32:19 (10/12) Installing libsodium-dev (1.0.18-r0) 08:32:19 (11/12) Installing libzmq (4.3.3-r1) 08:32:19 (12/12) Installing zeromq-dev (4.3.3-r1) 08:32:19 Executing busybox-1.32.1-r6.trigger 08:32:19 OK: 219 MiB in 52 packages 08:32:23 Removing intermediate container f1f63c1c334f 08:32:23 ---> 3dfa867d6232 08:32:23 Step 4/6 : WORKDIR /edgex-go 08:32:23 ---> Running in 2216f616fc5e 08:32:23 Removing intermediate container 2216f616fc5e 08:32:23 ---> f2048626898d 08:32:23 Step 5/6 : COPY go.mod . 08:32:24 ---> 6a18f51b2250 08:32:24 Step 6/6 : RUN go mod download 08:32:24 ---> Running in 24738a916360 08:32:46 Removing intermediate container 24738a916360 08:32:46 ---> 25266ea86777 08:32:46 Successfully built 25266ea86777 08:32:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:32:46 + docker inspect -f . ci-base-image-x86_64 08:32:46 . [Pipeline] withDockerContainer 08:32:46 prd-centos7-docker-4c-2g-2579 does not seem to be running inside a container 08:32:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:32:47 $ docker top b5fb4ebbb301d52b7515f7f96827d293b0b7ba00af6b8be9bd8c210c8876eeeb -eo pid,comm [Pipeline] { [Pipeline] sh 08:32:47 + go version 08:32:47 go version go1.16.3 linux/amd64 [Pipeline] } 08:32:47 $ docker stop --time=1 b5fb4ebbb301d52b7515f7f96827d293b0b7ba00af6b8be9bd8c210c8876eeeb 08:32:49 $ docker rm -f b5fb4ebbb301d52b7515f7f96827d293b0b7ba00af6b8be9bd8c210c8876eeeb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:32:50 + docker inspect -f . ci-base-image-x86_64 08:32:50 . [Pipeline] withDockerContainer 08:32:50 prd-centos7-docker-4c-2g-2579 does not seem to be running inside a container 08:32:50 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:32:50 $ docker top 647363bd3a463371365b21ed2750a36529c6b863c4e8163b493f312c18fc3f5a -eo pid,comm [Pipeline] { [Pipeline] echo 08:32:51 ========================================================= 08:32:51 [edgeXBuildGoParallel] Running Tests and Build... 08:32:51 ========================================================= [Pipeline] sh 08:32:51 + go mod tidy [Pipeline] sh 08:32:52 + make test 08:32:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:33:00 ? github.com/edgexfoundry/edgex-go [no test files] 08:33:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:33:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:33:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:33:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:33:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:33:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:33:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:33:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:33:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:33:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:33:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:33:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.127s coverage: 45.9% of statements 08:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.059s coverage: 19.8% of statements 08:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements 08:33:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.241s coverage: 27.1% of statements 08:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:33:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 08:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:33:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements 08:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:33:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 71.3% of statements 08:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:33:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.164s coverage: 87.7% of statements 08:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:33:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.083s coverage: 78.9% of statements 08:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.429s coverage: 28.6% of statements 08:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.118s coverage: 100.0% of statements 08:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.104s coverage: 100.0% of statements 08:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.180s coverage: 86.7% of statements 08:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.172s coverage: 97.5% of statements 08:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements 08:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.453s coverage: 95.1% of statements 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:33:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.075s coverage: 58.8% of statements 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:33:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.088s coverage: 0.9% of statements 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:33:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:33:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 47.1% of statements 08:33:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.099s coverage: 79.5% of statements 08:33:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 08:33:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.063s coverage: 96.3% of statements 08:33:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements 08:34:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements 08:34:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements 08:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.248s coverage: 81.8% of statements 08:34:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.086s coverage: 92.9% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 75.5% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.107s coverage: 87.2% of statements 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.080s coverage: 84.6% of statements 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.6% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.225s coverage: 64.4% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 69.0% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.152s coverage: 40.5% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.057s coverage: 9.6% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.136s coverage: 92.6% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.765s coverage: 28.7% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.088s coverage: 64.6% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.130s coverage: 97.6% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:34:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:34:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:34:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 08:34:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:34:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:34:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements 08:34:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements 08:34:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 08:34:21 GO111MODULE=on go vet ./... 08:34:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2584 in /w/workspace/edgexfoundry_edgex-go_PR-3404 [Pipeline] { [Pipeline] ws 08:34:30 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 08:34:36 using credential edgex-jenkins-ssh 08:34:36 Cloning the remote Git repository 08:34:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:34:36 > git init /w/workspace/edgex-go/4 # timeout=10 08:34:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:34:36 > git --version # timeout=10 08:34:36 > git --version # 'git version 2.17.1' 08:34:36 using GIT_SSH to set credentials SSH Credentials for GitHub 08:34:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:34:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:34:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:34:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:34:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:34:56 using GIT_SSH to set credentials SSH Credentials for GitHub 08:34:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:34:57 Merging remotes/origin/master commit 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit 3718f1804264b4d9eff5b8dceaa8090d27be1d0a 08:34:58 Merge succeeded, producing 7cf718e44521fc8f155af144060628d1bc700665 08:34:58 Checking out Revision 7cf718e44521fc8f155af144060628d1bc700665 (PR-3404) 08:34:57 > git config core.sparsecheckout # timeout=10 08:34:57 > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 08:34:57 > git remote # timeout=10 08:34:57 > git config --get remote.origin.url # timeout=10 08:34:57 using GIT_SSH to set credentials SSH Credentials for GitHub 08:34:57 > git merge 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 08:34:58 > git rev-parse HEAD^{commit} # timeout=10 08:34:58 > git config core.sparsecheckout # timeout=10 08:34:58 > git checkout -f 7cf718e44521fc8f155af144060628d1bc700665 # timeout=10 08:35:00 gofmt -l . 08:35:00 [ "`gofmt -l .`" = "" ] 08:35:00 ./bin/test-go-mod-tidy.sh 08:35:00 ./bin/test-attribution-txt.sh [Pipeline] sh 08:35:02 + ls -al . 08:35:02 total 800 08:35:02 drwxrwxr-x 10 1001 1001 4096 May 1 08:35 . 08:35:02 drwxr-xr-x 4 root root 28 May 1 08:32 .. 08:35:02 -rw-rw-r-- 1 1001 1001 11 May 1 08:30 .dockerignore 08:35:02 drwxrwxr-x 8 1001 1001 179 May 1 08:30 .git 08:35:02 drwxrwxr-x 3 1001 1001 125 May 1 08:30 .github 08:35:02 -rw-rw-r-- 1 1001 1001 818 May 1 08:30 .gitignore 08:35:02 drwx------ 3 1001 1001 60 May 1 08:31 .semver 08:35:02 -rw-rw-r-- 1 1001 1001 166 May 1 08:30 .sonarcloud.properties 08:35:02 -rw-rw-r-- 1 1001 1001 8609 May 1 08:30 Attribution.txt 08:35:02 -rw-rw-r-- 1 1001 1001 3804 May 1 08:30 CONTRIBUTING.md 08:35:02 -rw-rw-r-- 1 1001 1001 931 May 1 08:30 Dockerfile.build 08:35:02 -rw-rw-r-- 1 1001 1001 863 May 1 08:30 Jenkinsfile 08:35:02 -rw-rw-r-- 1 1001 1001 10775 May 1 08:30 LICENSE 08:35:02 -rw-rw-r-- 1 1001 1001 5774 May 1 08:30 Makefile 08:35:02 -rw-rw-r-- 1 1001 1001 7978 May 1 08:30 README.md 08:35:02 -rw-rw-r-- 1 1001 1001 6755 May 1 08:30 SECURITY.md 08:35:02 -rw-rw-r-- 1 1001 1001 5 May 1 08:31 VERSION 08:35:02 -rw-rw-r-- 1 1001 1001 4131 May 1 08:30 ZMQWindows.md 08:35:02 drwxrwxr-x 2 1001 1001 117 May 1 08:30 bin 08:35:02 drwxrwxr-x 14 1001 1001 4096 May 1 08:30 cmd 08:35:02 -rw-r--r-- 1 root root 691485 May 1 08:34 coverage.out 08:35:02 -rw-r--r-- 1 root root 1060 May 1 08:35 go.mod 08:35:02 -rw-r--r-- 1 root root 21862 May 1 08:32 go.sum 08:35:02 drwxrwxr-x 8 1001 1001 127 May 1 08:30 internal 08:35:02 drwxrwxr-x 4 1001 1001 26 May 1 08:30 openapi 08:35:02 drwxrwxr-x 4 1001 1001 71 May 1 08:30 snap 08:35:02 -rw-rw-r-- 1 1001 1001 168 May 1 08:30 version.go [Pipeline] sh 08:35:02 + '[' -e coverage.out ] 08:35:02 + chown 1001:1001 coverage.out [Pipeline] stash 08:35:02 Commit message: "Merge commit '31468994070af38c8f9db93fe1a8ddc3ce05f196' into HEAD" 08:35:02 First time build. Skipping changelog. 08:35:02 Stashed 1 file(s) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:35:02 + make build 08:35:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:35:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:35:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:35:02 > git rev-list --no-walk 8a11d28a541891458d239b5548bb094d8fb9d9f1 # timeout=10 08:35:04 + true 08:35:04 + sudo service docker restart 08:35:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:35:07 provisioning config files... 08:35:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1114312318720873959tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:35:07 ---> docker-login.sh 08:35:07 nexus3.edgexfoundry.org:10001 08:35:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:08 Configure a credential helper to remove this warning. See 08:35:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:08 08:35:08 Login Succeeded 08:35:08 nexus3.edgexfoundry.org:10002 08:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:09 Configure a credential helper to remove this warning. See 08:35:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:09 08:35:09 Login Succeeded 08:35:09 nexus3.edgexfoundry.org:10003 08:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:09 Configure a credential helper to remove this warning. See 08:35:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:09 08:35:09 Login Succeeded 08:35:09 nexus3.edgexfoundry.org:10004 08:35:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:10 Configure a credential helper to remove this warning. See 08:35:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:10 08:35:10 Login Succeeded 08:35:10 docker.io 08:35:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:11 Configure a credential helper to remove this warning. See 08:35:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:11 08:35:11 Login Succeeded 08:35:11 ---> docker-login.sh ends [Pipeline] } 08:35:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:35:11 ========================================================= 08:35:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 08:35:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:35:11 + 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:14 Sending build context to Docker daemon 167.4MB 08:35:14 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:35:14 Step 2/6 : FROM ${BASE} 08:35:14 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:35:14 595b0fe564bb: Pulling fs layer 08:35:14 7186ed65a4f7: Pulling fs layer 08:35:14 316046926c0a: Pulling fs layer 08:35:14 4ebd0625c992: Pulling fs layer 08:35:14 207e8628e3a3: Pulling fs layer 08:35:14 c791037a9be2: Pulling fs layer 08:35:14 ffd874e62e21: Pulling fs layer 08:35:14 4ebd0625c992: Waiting 08:35:14 207e8628e3a3: Waiting 08:35:14 c791037a9be2: Waiting 08:35:14 ffd874e62e21: Waiting 08:35:14 316046926c0a: Verifying Checksum 08:35:14 316046926c0a: Download complete 08:35:14 7186ed65a4f7: Verifying Checksum 08:35:14 7186ed65a4f7: Download complete 08:35:14 207e8628e3a3: Verifying Checksum 08:35:14 207e8628e3a3: Download complete 08:35:14 c791037a9be2: Verifying Checksum 08:35:14 c791037a9be2: Download complete 08:35:14 595b0fe564bb: Verifying Checksum 08:35:14 595b0fe564bb: Download complete 08:35:14 595b0fe564bb: Pull complete 08:35:15 7186ed65a4f7: Pull complete 08:35:15 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:16 316046926c0a: Pull complete 08:35:16 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:16 ffd874e62e21: Verifying Checksum 08:35:16 ffd874e62e21: Download complete 08:35:18 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:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:35:18 4ebd0625c992: Verifying Checksum 08:35:18 4ebd0625c992: Download complete 08:35:21 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:22 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:35:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:35:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:35:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:35: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:35:28 4ebd0625c992: Pull complete 08:35:28 207e8628e3a3: Pull complete 08:35:28 c791037a9be2: Pull complete [Pipeline] } 08:35:29 $ docker stop --time=1 647363bd3a463371365b21ed2750a36529c6b863c4e8163b493f312c18fc3f5a 08:35:31 $ docker rm -f 647363bd3a463371365b21ed2750a36529c6b863c4e8163b493f312c18fc3f5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:35:33 ffd874e62e21: Pull complete 08:35:33 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 08:35:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 08:35:33 ---> cfc18b08335c 08:35:33 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:35:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:35:33 08:35:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:35:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:35:33 latest: Pulling from edgex-devops/edgex-compose 08:35:33 cbdbe7a5bc2a: Pulling fs layer 08:35:33 ca9280d653b3: Pulling fs layer 08:35:33 7e9c9ca2126c: Pulling fs layer 08:35:33 cbdbe7a5bc2a: Verifying Checksum 08:35:33 cbdbe7a5bc2a: Download complete 08:35:34 ca9280d653b3: Verifying Checksum 08:35:34 ca9280d653b3: Download complete 08:35:34 cbdbe7a5bc2a: Pull complete 08:35:35 ca9280d653b3: Pull complete 08:35:35 7e9c9ca2126c: Download complete 08:35:35 ---> Running in 94df9f441f85 08:35:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:35:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:35:38 (1/12) Installing libmagic (5.39-r0) 08:35:39 (2/12) Installing file (5.39-r0) 08:35:39 (3/12) Installing libc-dev (0.7.2-r3) 08:35:39 (4/12) Installing g++ (10.2.1_pre1-r3) 08:35:42 7e9c9ca2126c: Pull complete 08:35:42 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:35:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:35:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:35:42 prd-centos7-docker-4c-2g-2579 does not seem to be running inside a container 08:35:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:35:44 (5/12) Installing fortify-headers (1.1-r0) 08:35:45 (6/12) Installing patch (2.7.6-r6) 08:35:45 (7/12) Installing build-base (0.5-r2) 08:35:45 (8/12) Installing libsodium (1.0.18-r0) 08:35:45 $ docker top 7dd2c5057f9eb2189630bd79ffffedecf401393d8ce949732151ad980428f909 -eo pid,comm 08:35:45 (9/12) Installing pkgconf (1.7.3-r0) 08:35:45 (10/12) Installing libsodium-dev (1.0.18-r0) [Pipeline] { [Pipeline] sh 08:35:45 (11/12) Installing libzmq (4.3.3-r1) 08:35:45 + docker-compose build --help 08:35:45 + grep parallel 08:35:45 (12/12) Installing zeromq-dev (4.3.3-r1) 08:35:45 Executing busybox-1.32.1-r6.trigger 08:35:45 OK: 218 MiB in 52 packages 08:35:46 --parallel Build images in parallel. [Pipeline] } 08:35:46 $ docker stop --time=1 7dd2c5057f9eb2189630bd79ffffedecf401393d8ce949732151ad980428f909 08:35:48 $ docker rm -f 7dd2c5057f9eb2189630bd79ffffedecf401393d8ce949732151ad980428f909 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:35:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:35:48 . [Pipeline] withDockerContainer 08:35:48 prd-centos7-docker-4c-2g-2579 does not seem to be running inside a container 08:35:48 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:35:49 $ docker top c9906e357201d00c4d87014141d45af0d9a46d875b2d59b29591cb8a9f3ff1fb -eo pid,comm [Pipeline] { [Pipeline] sh 08:35:49 + docker-compose -f ./docker-compose-build.yml build --parallel 08:35:50 Removing intermediate container 94df9f441f85 08:35:50 ---> 2f497299466e 08:35:50 Step 4/6 : WORKDIR /edgex-go 08:35:50 ---> Running in 111337572bbb 08:35:50 Removing intermediate container 111337572bbb 08:35:50 ---> de2a1f355a0f 08:35:50 Step 5/6 : COPY go.mod . 08:35:50 Building docker-core-command-go ... 08:35:50 Building docker-core-data-go ... 08:35:50 Building docker-core-metadata-go ... 08:35:50 Building docker-security-bootstrapper-go ... 08:35:50 Building docker-security-proxy-setup-go ... 08:35:50 Building docker-security-secretstore-setup-go ... 08:35:50 Building docker-support-notifications-go ... 08:35:50 Building docker-support-scheduler-go ... 08:35:50 Building docker-sys-mgmt-agent-go ... 08:35:50 Building docker-core-data-go 08:35:50 Building docker-support-scheduler-go 08:35:50 Building docker-security-bootstrapper-go 08:35:50 Building docker-support-notifications-go 08:35:50 Building docker-security-proxy-setup-go 08:35:51 ---> adf4e7bbafca 08:35:51 Step 6/6 : RUN go mod download 08:35:51 ---> Running in c0b4a24a05ca 08:36:18 Removing intermediate container c0b4a24a05ca 08:36:18 ---> 4faa0b2c8bf6 08:36:18 Successfully built 4faa0b2c8bf6 08:36:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:36:18 + docker inspect -f . ci-base-image-arm64 08:36:18 . [Pipeline] withDockerContainer 08:36:19 prd-ubuntu18.04-docker-arm64-4c-16g-2584 does not seem to be running inside a container 08:36:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:36:20 $ docker top 7eb722245aca49f9c2504baea6dd01b7b6c967152fd71a3419505dc1cf87cef1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:36:21 + go version 08:36:21 go version go1.16.3 linux/arm64 [Pipeline] } 08:36:21 $ docker stop --time=1 7eb722245aca49f9c2504baea6dd01b7b6c967152fd71a3419505dc1cf87cef1 08:36:23 $ docker rm -f 7eb722245aca49f9c2504baea6dd01b7b6c967152fd71a3419505dc1cf87cef1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:36:24 + docker inspect -f . ci-base-image-arm64 08:36:24 . [Pipeline] withDockerContainer 08:36:24 prd-ubuntu18.04-docker-arm64-4c-16g-2584 does not seem to be running inside a container 08:36:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:36:26 $ docker top 0f6e45b82b2f9feb81a4c753089156bdb431f0676f67efd49bf8ee24363dd545 -eo pid,comm [Pipeline] { [Pipeline] echo 08:36:26 ========================================================= 08:36:26 [edgeXBuildGoParallel] Running Tests and Build... 08:36:26 ========================================================= [Pipeline] sh 08:36:27 + go mod tidy [Pipeline] sh 08:36:28 + make test 08:36:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:36:29 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:29 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:36:29 ---> 25266ea86777 08:36:29 Step 3/31 : WORKDIR /edgex-go 08:36:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:36:29 ---> 25266ea86777 08:36:29 Step 3/22 : WORKDIR /edgex-go 08:36:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:36:29 ---> 25266ea86777 08:36:29 Step 3/23 : WORKDIR /edgex-go 08:36:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:36:29 ---> 25266ea86777 08:36:29 Step 3/22 : WORKDIR /edgex-go 08:36:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:36:29 ---> 25266ea86777 08:36:29 Step 3/21 : WORKDIR /edgex-go 08:36:29 ---> Running in 3fa149f43e12 08:36:29 ---> Running in 6661da35af15 08:36:29 ---> Running in 67307b5675fa 08:36:29 ---> Running in c9cf04d7df38 08:36:29 ---> Running in 95d4942c9013 08:36:29 Removing intermediate container 6661da35af15 08:36:29 ---> 3e967c45a84a 08:36:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:29 Removing intermediate container 3fa149f43e12 08:36:29 ---> 437943f06fce 08:36:29 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:29 Removing intermediate container 67307b5675fa 08:36:29 ---> 991eab0d271e 08:36:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:29 Removing intermediate container c9cf04d7df38 08:36:29 ---> e720041b6fca 08:36:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:29 Removing intermediate container 95d4942c9013 08:36:29 ---> f27293861f0c 08:36:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:29 ---> Running in 904dc9902ea4 08:36:29 ---> Running in 824c64a44703 08:36:29 ---> Running in 69f87cef951f 08:36:29 ---> Running in 3152c784f508 08:36:29 ---> Running in fae27bbddb57 08:36:29 Removing intermediate container 904dc9902ea4 08:36:29 ---> 30d3c0562a2d 08:36:29 Step 5/21 : RUN apk add --update --no-cache make git 08:36:29 Removing intermediate container 824c64a44703 08:36:29 ---> cc9037711b7e 08:36:29 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:36:29 ---> Running in 81bb66602bcf 08:36:29 Removing intermediate container 69f87cef951f 08:36:29 ---> f4b7e08203ce 08:36:29 Step 5/31 : RUN apk add --update --no-cache make git 08:36:29 ---> Running in 4ad40b717259 08:36:29 Removing intermediate container 3152c784f508 08:36:29 ---> 001f5aade713 08:36:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:36:29 ---> Running in c5aa65132c55 08:36:29 Removing intermediate container fae27bbddb57 08:36:29 ---> 2a6cdd82556c 08:36:29 Step 5/22 : RUN apk add --update --no-cache make git 08:36:29 ---> Running in b9526cb8acf9 08:36:29 ---> Running in c5dd8335744a 08:36:29 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:36:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:36:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:36:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:36:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:36:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:36:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:36:31 OK: 219 MiB in 52 packages 08:36:31 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:36:31 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:36:31 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:36:31 OK: 219 MiB in 52 packages 08:36:31 Removing intermediate container 81bb66602bcf 08:36:31 ---> ab783e996b4a 08:36:31 Step 6/21 : COPY go.mod . 08:36:31 OK: 219 MiB in 52 packages 08:36:31 OK: 219 MiB in 52 packages 08:36:31 ---> c014d6c8e4dc 08:36:31 Step 7/21 : RUN go mod download 08:36:32 OK: 219 MiB in 52 packages 08:36:32 ---> Running in 167a8a292d07 08:36:32 Removing intermediate container 4ad40b717259 08:36:32 ---> 88bc141db107 08:36:32 Step 6/22 : COPY go.mod . 08:36:32 Removing intermediate container b9526cb8acf9 08:36:32 ---> ebcfa6a1d21d 08:36:32 Step 6/23 : COPY go.mod . 08:36:32 Removing intermediate container c5dd8335744a 08:36:32 ---> 1289d8f81006 08:36:32 Step 6/22 : COPY go.mod . 08:36:32 ---> 127269f61555 08:36:32 Step 7/22 : RUN go mod download 08:36:32 ---> Running in 4be0e62e4b06 08:36:33 Removing intermediate container c5aa65132c55 08:36:33 ---> 9715083f0315 08:36:33 Step 6/31 : COPY go.mod . 08:36:33 ---> 88c9196d3fb5 08:36:33 Step 7/23 : RUN go mod download 08:36:33 ---> 547728384296 08:36:33 Step 7/22 : RUN go mod download 08:36:33 ---> Running in a9dc0a764c91 08:36:33 ---> Running in 75283a4fc9b6 08:36:33 ---> 823490bb5ff6 08:36:33 Step 7/31 : RUN go mod download 08:36:33 ---> Running in 3a696d9968d4 08:36:34 Removing intermediate container 167a8a292d07 08:36:34 ---> 32f55f4ed238 08:36:34 Step 8/21 : COPY . . 08:36:34 Removing intermediate container 4be0e62e4b06 08:36:34 ---> dc8cab0a134d 08:36:34 Step 8/22 : COPY . . 08:36:41 Removing intermediate container a9dc0a764c91 08:36:41 ---> e64ff5975e89 08:36:41 Step 8/23 : COPY . . 08:36:41 Removing intermediate container 75283a4fc9b6 08:36:41 ---> 394fcf8de86d 08:36:41 Step 8/22 : COPY . . 08:36:43 Removing intermediate container 3a696d9968d4 08:36:43 ---> 75c781003398 08:36:43 Step 8/31 : COPY . . 08:36:55 ? github.com/edgexfoundry/edgex-go [no test files] 08:37:22 ---> ae702889f713 08:37:22 ---> 2ca4cf764f60 08:37:22 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:37:22 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:37:22 ---> 45743ec75a8a 08:37:22 Step 9/23 : RUN make cmd/core-data/core-data 08:37:22 ---> Running in e3fff77b2c70 08:37:22 ---> Running in 434dd8003658 08:37:22 ---> Running in 79015569a749 08:37:22 ---> d67f60533d0f 08:37:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:37:22 ---> bf6ee23bf24a 08:37:22 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:37:22 ---> Running in 13d8d3763f85 08:37:22 ---> Running in 000c5be1e12f 08:37:22 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:37:22 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:37:22 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:37: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:37:22 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:37:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:37:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:38:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:38:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:38:10 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:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:38:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:38:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:38:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:38:13 Removing intermediate container 000c5be1e12f 08:38:13 ---> 4553ee031af3 08:38:13 08:38:13 Step 10/31 : FROM alpine:3.12 08:38:13 3.12: Pulling from library/alpine 08:38:14 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:38:14 Status: Downloaded newer image for alpine:3.12 08:38:14 ---> 13621d1b12d4 08:38:14 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:38:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:38:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:38:17 ---> Running in dbe00ea21e15 08:38:18 Removing intermediate container 434dd8003658 08:38:18 ---> 9edca049426f 08:38:18 08:38:18 Step 10/21 : FROM alpine:3.12 08:38:18 ---> 13621d1b12d4 08:38:18 Step 11/21 : RUN apk add --update --no-cache curl 08:38:21 Removing intermediate container 13d8d3763f85 08:38:21 ---> 7ee22a35732c 08:38:21 08:38:21 Step 10/22 : FROM alpine:3.12 08:38:21 ---> 13621d1b12d4 08:38:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:38:21 Removing intermediate container e3fff77b2c70 08:38:21 ---> 74ec0b328637 08:38:21 08:38:21 Step 10/22 : FROM alpine:3.12 08:38:21 ---> 13621d1b12d4 08:38:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:38:21 ---> Running in 7c763a3242a3 08:38:21 Removing intermediate container dbe00ea21e15 08:38:21 ---> 9e0aedfcfe16 08:38:21 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:38:21 ---> Running in e9c50baac866 08:38:21 ---> Running in ee860c5a2211 08:38:21 Removing intermediate container 79015569a749 08:38:21 ---> 412faf470d83 08:38:21 08:38:21 Step 10/23 : FROM alpine:3.12 08:38:21 ---> 13621d1b12d4 08:38:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:38:21 ---> Running in 1a56efdfa116 08:38:22 ---> Running in 4a475528c7fc 08:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:22 Removing intermediate container 4a475528c7fc 08:38:22 ---> 7ff3d326881c 08:38:22 Step 12/23 : ENV APP_PORT=48080 08:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:22 ---> Running in ec832c772dfe 08:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:23 (1/4) Installing ca-certificates (20191127-r4) 08:38:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:38:23 (3/4) Installing libcurl (7.76.1-r0) 08:38:23 (4/4) Installing curl (7.76.1-r0) 08:38:23 Executing busybox-1.31.1-r20.trigger 08:38:23 Executing ca-certificates-20191127-r4.trigger 08:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:23 (1/2) Installing ca-certificates (20191127-r4) 08:38:23 (2/2) Installing dumb-init (1.2.2-r1) 08:38:23 Executing busybox-1.31.1-r20.trigger 08:38:23 Executing ca-certificates-20191127-r4.trigger 08:38:23 OK: 6 MiB in 16 packages 08:38:23 (1/1) Installing dumb-init (1.2.2-r1) 08:38:23 Executing busybox-1.31.1-r20.trigger 08:38:23 OK: 6 MiB in 15 packages 08:38:23 OK: 7 MiB in 18 packages 08:38:23 Removing intermediate container ec832c772dfe 08:38:23 ---> 799605ecd51e 08:38:23 Step 13/23 : EXPOSE $APP_PORT 08:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:23 (1/2) Installing dumb-init (1.2.2-r1) 08:38:23 (2/2) Installing su-exec (0.2-r1) 08:38:23 Executing busybox-1.31.1-r20.trigger 08:38:23 OK: 6 MiB in 16 packages 08:38:24 ---> Running in 5c9007f8b051 08:38:24 Removing intermediate container 5c9007f8b051 08:38:24 ---> df20d1f15a07 08:38:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:25 ---> Running in 8e943fe5b4cc 08:38:25 Removing intermediate container ee860c5a2211 08:38:25 ---> f05aebc85b72 08:38:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:38:25 Removing intermediate container e9c50baac866 08:38:25 ---> 96631c0a04e4 08:38:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:38:26 Removing intermediate container 7c763a3242a3 08:38:26 ---> 5c3ff11b27cb 08:38:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:38:26 ---> Running in 0664ca34d745 08:38:26 Removing intermediate container 1a56efdfa116 08:38:26 ---> 714ff06fd404 08:38:26 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:38:26 ---> Running in f261ae53d694 08:38:26 ---> Running in b7f7d630408b 08:38:26 ---> Running in 1eb3ee3d0e7e 08:38:26 Removing intermediate container 0664ca34d745 08:38:26 ---> 4fc506f6a706 08:38:26 Step 13/22 : ENV APP_PORT=48085 08:38:26 Removing intermediate container f261ae53d694 08:38:26 ---> 1199e4ff70ce 08:38:26 Step 13/22 : ENV APP_PORT=48060 08:38:26 ---> Running in 47d650514683 08:38:26 Removing intermediate container b7f7d630408b 08:38:26 ---> 6b8d9cc0ae58 08:38:26 Step 13/21 : WORKDIR /edgex 08:38:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:38:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:38:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:38:26 Removing intermediate container 1eb3ee3d0e7e 08:38:26 ---> 94b916900cfd 08:38:26 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:38:26 ---> Running in 001134905a01 08:38:26 ---> Running in 38e80ce1406e 08:38:26 ---> Running in 0ee5005c968f 08:38:26 Removing intermediate container 47d650514683 08:38:26 ---> f187b22548a9 08:38:26 Step 14/22 : EXPOSE $APP_PORT 08:38:27 ---> Running in a3a39c918907 08:38:27 Removing intermediate container 001134905a01 08:38:27 ---> ae69988c0dcc 08:38:27 Step 14/22 : EXPOSE $APP_PORT 08:38:27 Removing intermediate container 0ee5005c968f 08:38:27 ---> 312c5f37ee0e 08:38:27 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:38:28 Removing intermediate container 38e80ce1406e 08:38:28 ---> 79f8828b923e 08:38:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:38:28 Removing intermediate container 8e943fe5b4cc 08:38:28 ---> 92df9b4a5670 08:38:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:38:28 ---> Running in 6c35d4a2a530 08:38:28 ---> Running in 69da72bb3860 08:38:28 Removing intermediate container a3a39c918907 08:38:28 ---> 9f356d1cc893 08:38:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:38:28 ---> Running in c754b17da169 08:38:28 ---> ab61c1250059 08:38:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:38:28 Removing intermediate container 6c35d4a2a530 08:38:28 ---> 8388a7c9d299 08:38:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:38:28 ---> b7d7c5886270 08:38:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:38:29 ---> aed9b04d1ec7 08:38:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:38:29 ---> da471981cb8b 08:38:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:38:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:29 ---> c946f82d4acb 08:38:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:38:29 ---> 7e2315a1e6a5 08:38:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:38:29 ---> 2926d2355d1f 08:38:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:38:29 ---> Running in 36943f777b5e 08:38:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:30 ---> 3db2b36ce8bd 08:38:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:38:30 Removing intermediate container 69da72bb3860 08:38:30 ---> 0f06d3ad1a3a 08:38:30 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:38:30 ---> Running in fa9fe352c236 08:38:30 Removing intermediate container 36943f777b5e 08:38:30 ---> 5875d92c3d91 08:38:30 Step 18/21 : CMD ["--init=true"] 08:38:30 ---> 23aecffcc0c8 08:38:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:38:30 ---> Running in 2b02c32521c1 08:38:30 (1/6) Installing dumb-init (1.2.2-r1) 08:38:30 ---> Running in 453d8835954e 08:38:30 ---> Running in 09dabef5603d 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.333s coverage: 45.9% of statements 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.104s coverage: 19.8% of statements 08:38:30 (2/6) Installing libgcc (9.3.0-r2) 08:38:30 Removing intermediate container fa9fe352c236 08:38:30 ---> 822f7766b75d 08:38:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:38:30 (3/6) Installing libsodium (1.0.18-r0) 08:38:30 (4/6) Installing libstdc++ (9.3.0-r2) 08:38:30 ---> Running in 4349dfa267df 08:38:30 Removing intermediate container 2b02c32521c1 08:38:30 ---> e89132360f0b 08:38:30 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.275s coverage: 100.0% of statements 08:38:31 Removing intermediate container 09dabef5603d 08:38:31 ---> 8f7e0bb67720 08:38:31 Step 19/21 : LABEL arch=x86_64 08:38:31 Removing intermediate container 453d8835954e 08:38:31 ---> 5cbcd91fabd9 08:38:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:38:31 ---> Running in ec3c2c7dba69 08:38:31 ---> Running in 5ed9aeb96001 08:38:31 Removing intermediate container 4349dfa267df 08:38:31 ---> c35358bae126 08:38:31 Step 20/22 : LABEL arch=x86_64 08:38:31 ---> 3410e1feef26 08:38:31 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:38:31 ---> Running in c6b4bdf569f6 08:38:31 (5/6) Installing libzmq (4.3.3-r0) 08:38:31 Removing intermediate container ec3c2c7dba69 08:38:31 ---> 25b9cf032540 08:38:31 Step 20/21 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:38:31 ---> Running in 7134fc90b63c 08:38:31 (6/6) Installing zeromq (4.3.3-r0) 08:38:31 Removing intermediate container 5ed9aeb96001 08:38:31 ---> 98dafb17e1de 08:38:31 Step 20/22 : LABEL arch=x86_64 08:38:31 Executing busybox-1.31.1-r20.trigger 08:38:31 OK: 8 MiB in 20 packages 08:38:32 ---> Running in c3c798d27259 08:38:32 ---> Running in e8d81b1d3ac5 08:38:32 Removing intermediate container c6b4bdf569f6 08:38:32 ---> fe854dda3b85 08:38:32 Step 21/22 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:38:32 Removing intermediate container c3c798d27259 08:38:32 ---> a58f4d43a8bb 08:38:32 Step 21/21 : LABEL version=0.0.0 08:38:32 ---> Running in 92c2e6f7bfd7 08:38:32 ---> Running in 642c4c211f7f 08:38:32 Removing intermediate container e8d81b1d3ac5 08:38:32 ---> cd6e420e8a32 08:38:32 Step 21/22 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:38:32 Removing intermediate container 92c2e6f7bfd7 08:38:32 ---> b194493a2822 08:38:32 Step 22/22 : LABEL version=0.0.0 08:38:32 ---> Running in 2b28cab9fa50 08:38:33 ---> Running in 9cb76770efc3 08:38:33 Removing intermediate container 642c4c211f7f 08:38:33 ---> 680f5ea1e897 08:38:33 08:38:33 Removing intermediate container c754b17da169 08:38:33 ---> 48c30755abc7 08:38:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:38:33 Removing intermediate container 2b28cab9fa50 08:38:33 ---> e4f6496bb906 08:38:33 Step 22/22 : LABEL version=0.0.0 08:38:33 Successfully built 680f5ea1e897 08:38:33 Successfully tagged docker-security-proxy-setup-go:latest 08:38:33  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 08:38:33 Removing intermediate container 9cb76770efc3 08:38:33 ---> Running in 17bbdb525fb6 08:38:33 ---> b2c491869ea6 08:38:33 08:38:33 ---> b60bf4d20005 08:38:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:38:33 Removing intermediate container 7134fc90b63c 08:38:33 ---> 444551ddb4d2 08:38:33 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:38:33 Removing intermediate container 17bbdb525fb6 08:38:33 ---> b2272388b3d3 08:38:33 08:38:33 Successfully built b2c491869ea6 08:38:33 Successfully tagged docker-support-scheduler-go:latest 08:38:33  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 08:38:34 Successfully built b2272388b3d3 08:38:34 ---> 7deca89cbf87 08:38:34 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:38:34 Successfully tagged docker-support-notifications-go:latest 08:38:34 Building docker-core-metadata-go 08:38:34  Building docker-support-notifications-go ... done  ---> 2687556fa3a9 08:38:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:38:34 ---> 1409d42541b7 08:38:34 Step 19/23 : ENTRYPOINT ["/core-data"] 08:38:34 ---> Running in b18e56da7c69 08:38:34 ---> 50b7d51887a7 08:38:34 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:38:35 Removing intermediate container b18e56da7c69 08:38:35 ---> 7d78be31bc9b 08:38:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:38:38 ---> Running in 16bfc53eb2ea 08:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.556s coverage: 27.1% of statements 08:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.181s coverage: 100.0% of statements 08:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.265s coverage: 100.0% of statements 08:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.224s coverage: 71.3% of statements 08:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.615s coverage: 87.7% of statements 08:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.125s coverage: 78.9% of statements 08:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:38:41 ---> 19d1c4fac987 08:38:41 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:38:41 Removing intermediate container 16bfc53eb2ea 08:38:41 ---> 5ef4517ce7c8 08:38:41 Step 21/23 : LABEL arch=x86_64 08:38:44 ---> Running in 38ebe25c4c6e 08:38:44 ---> 68fd78ab1439 08:38:44 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:38:44 Removing intermediate container 38ebe25c4c6e 08:38:44 ---> abe081800f58 08:38:44 Step 22/23 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:38:44 ---> Running in 797a7a7ee0c9 08:38:44 ---> 05bddb9fc1cb 08:38:44 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:38:44 Removing intermediate container 797a7a7ee0c9 08:38:44 ---> 4f2bd614395a 08:38:44 Step 23/23 : LABEL version=0.0.0 08:38:44 ---> Running in 864f0c0f713e 08:38:45 ---> Running in 5b3a450e6d29 08:38:45 Removing intermediate container 864f0c0f713e 08:38:45 ---> 6363ddb5b352 08:38:45 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:38:48 Removing intermediate container 5b3a450e6d29 08:38:48 ---> 772e1c9fff20 08:38:48 08:38:48 ---> 8cdd9941a209 08:38:48 Step 26/31 : RUN chmod +x /entrypoint.sh 08:38:48 Successfully built 772e1c9fff20 08:38:48 Successfully tagged docker-core-data-go:latest 08:38:48  Building docker-core-data-go ... done Building docker-core-command-go 08:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.134s coverage: 28.6% of statements 08:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.225s coverage: 100.0% of statements 08:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.154s coverage: 100.0% of statements 08:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.443s coverage: 86.7% of statements 08:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.433s coverage: 97.5% of statements 08:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.208s coverage: 78.3% of statements 08:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:38:54 ---> Running in e9149db8c059 08:38:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.276s coverage: 95.1% of statements 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:38:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.134s coverage: 58.8% of statements 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:38:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.214s coverage: 0.9% of statements 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:38:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:38:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.209s coverage: 47.1% of statements 08:38:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.193s coverage: 79.5% of statements 08:38:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.166s coverage: 94.1% of statements 08:38:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.171s coverage: 96.3% of statements 08:38:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.194s coverage: 87.5% of statements 08:39:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:39:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:39:02 ---> 25266ea86777 08:39:02 Step 3/24 : WORKDIR /edgex-go 08:39:02 ---> Using cache 08:39:02 ---> f27293861f0c 08:39:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:39:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:39:02 ---> 25266ea86777 08:39:02 Step 3/23 : WORKDIR /edgex-go 08:39:02 ---> Using cache 08:39:02 ---> f27293861f0c 08:39:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:02 ---> Using cache 08:39:02 ---> 2a6cdd82556c 08:39:02 Step 5/23 : RUN apk add --update --no-cache make bash git 08:39:02 ---> Using cache 08:39:02 ---> 2a6cdd82556c 08:39:02 Step 5/24 : RUN apk add --update --no-cache make git 08:39:02 ---> Using cache 08:39:02 ---> 1289d8f81006 08:39:02 Step 6/24 : COPY go.mod . 08:39:02 ---> Using cache 08:39:02 ---> 547728384296 08:39:02 Step 7/24 : RUN go mod download 08:39:02 ---> Using cache 08:39:02 ---> 394fcf8de86d 08:39:02 Step 8/24 : COPY . . 08:39:02 ---> Using cache 08:39:02 ---> d67f60533d0f 08:39:02 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:39:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:39:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:39:02 ---> 25266ea86777 08:39:02 Step 3/23 : WORKDIR /edgex-go 08:39:02 ---> Using cache 08:39:02 ---> f27293861f0c 08:39:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:02 ---> Using cache 08:39:02 ---> 2a6cdd82556c 08:39:02 Step 5/23 : RUN apk add --update --no-cache make git 08:39:02 ---> Using cache 08:39:02 ---> 1289d8f81006 08:39:02 Step 6/23 : COPY go.mod . 08:39:02 ---> Using cache 08:39:02 ---> 547728384296 08:39:02 Step 7/23 : RUN go mod download 08:39:02 ---> Using cache 08:39:02 ---> 394fcf8de86d 08:39:02 Step 8/23 : COPY . . 08:39:02 ---> Using cache 08:39:02 ---> d67f60533d0f 08:39:02 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:39:03 Removing intermediate container e9149db8c059 08:39:03 ---> cbf3f5e35318 08:39:03 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:39:03 ---> Running in d107a6abe05b 08:39:03 ---> Running in c3d983f2f176 08:39:03 ---> Running in a2622056ddf0 08:39:03 ---> Running in 0cbad5c63fbd 08:39:04 Removing intermediate container 0cbad5c63fbd 08:39:04 ---> 6afb8018da7a 08:39:04 Step 28/31 : CMD ["gate"] 08:39:04 ---> Running in 23dac27fe5ab 08:39:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:39:05 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:39:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:39:05 Removing intermediate container 23dac27fe5ab 08:39:05 ---> bb2c03b26032 08:39:05 Step 29/31 : LABEL arch=x86_64 08:39:06 ---> Running in ae617e9227ab 08:39:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:39:06 OK: 219 MiB in 52 packages 08:39:07 Removing intermediate container ae617e9227ab 08:39:07 ---> a02dd453443a 08:39:07 Step 30/31 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:39:07 ---> Running in 5da9f7797430 08:39:08 Removing intermediate container 5da9f7797430 08:39:08 ---> 677aafca7985 08:39:08 Step 31/31 : LABEL version=0.0.0 08:39:09 Removing intermediate container d107a6abe05b 08:39:09 ---> a2aedbf7081f 08:39:09 Step 6/23 : COPY go.mod . 08:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.161s coverage: 94.4% of statements 08:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.141s coverage: 44.8% of statements 08:39:10 ---> Running in d57d8bc13a54 08:39:11 ---> e56751323f61 08:39:11 Step 7/23 : RUN go mod download 08:39:11 Removing intermediate container d57d8bc13a54 08:39:11 ---> c524eb0d52fe 08:39:11 08:39:11 ---> Running in 1c23590a1ff5 08:39:12 Successfully built c524eb0d52fe 08:39:12 Successfully tagged docker-security-bootstrapper-go:latest 08:39:16  Building docker-security-bootstrapper-go ... done Removing intermediate container 1c23590a1ff5 08:39:16 ---> a4cfb6f51a9d 08:39:16 Step 8/23 : COPY . . 08:39:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.606s coverage: 81.8% of statements 08:39:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:39:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:39:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:39:16 ---> 25266ea86777 08:39:16 Step 3/23 : WORKDIR /edgex-go 08:39:16 ---> Using cache 08:39:16 ---> f27293861f0c 08:39:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:16 ---> Using cache 08:39:16 ---> 2a6cdd82556c 08:39:16 Step 5/23 : RUN apk add --update --no-cache make git 08:39:16 ---> Using cache 08:39:16 ---> 1289d8f81006 08:39:16 Step 6/23 : COPY go.mod . 08:39:16 ---> Using cache 08:39:16 ---> 547728384296 08:39:16 Step 7/23 : RUN go mod download 08:39:16 ---> Using cache 08:39:16 ---> 394fcf8de86d 08:39:16 Step 8/23 : COPY . . 08:39:16 ---> Using cache 08:39:16 ---> d67f60533d0f 08:39:16 Step 9/23 : RUN make cmd/core-command/core-command 08:39:18 ---> Running in 649efb349bf5 08:39:19 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:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.211s coverage: 92.9% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.111s coverage: 100.0% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.137s coverage: 75.5% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.130s coverage: 80.8% of statements 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.199s coverage: 87.2% of statements 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.226s coverage: 84.6% of statements 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.214s coverage: 91.6% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.683s coverage: 64.4% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.120s coverage: 100.0% of statements 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 08:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements 08:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 08:39:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.049s coverage: 69.0% of statements 08:39:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:39:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:39:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:39:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.658s coverage: 40.5% of statements 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:39:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.112s coverage: 89.5% of statements 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:39:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.118s coverage: 84.8% of statements 08:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.541s coverage: 47.0% of statements 08:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements 08:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.147s coverage: 100.0% of statements 08:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.155s coverage: 9.6% of statements 08:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:39:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.450s coverage: 92.6% of statements 08:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:39:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:39:38 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:39:42 ---> 7055bfa0cd5d 08:39:42 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:39:42 ---> Running in 60c3be3b5202 08:39:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:39:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.434s coverage: 28.7% of statements 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:39:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.226s coverage: 99.0% of statements 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:39:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.175s coverage: 100.0% of statements 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:39:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.192s coverage: 64.6% of statements 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:39:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.338s coverage: 97.6% of statements 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:39:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:39:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:39:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:39:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.102s coverage: 100.0% of statements 08:39:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.125s coverage: 28.1% of statements 08:39:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 08:39:46 GO111MODULE=on go vet ./... 08:39:47 Removing intermediate container a2622056ddf0 08:39:47 ---> 30089cc8c89f 08:39:47 08:39:47 Step 10/24 : FROM alpine:3.12 08:39:47 ---> 13621d1b12d4 08:39:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:39:47 Removing intermediate container c3d983f2f176 08:39:47 ---> f72382e70f7e 08:39:47 08:39:47 Step 10/23 : FROM alpine:3.12 08:39:47 ---> 13621d1b12d4 08:39:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:39:47 ---> Using cache 08:39:47 ---> f05aebc85b72 08:39:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:39:47 ---> Using cache 08:39:47 ---> 4fc506f6a706 08:39:47 Step 13/23 : ENV APP_PORT=48081 08:39:47 ---> Running in 0b9897b76bf5 08:39:47 ---> Running in 0a058bf6dd98 08:39:48 Removing intermediate container 0a058bf6dd98 08:39:48 ---> 5c8515c4b339 08:39:48 Step 14/23 : EXPOSE $APP_PORT 08:39:48 ---> Running in f24cd317785a 08:39:48 Removing intermediate container f24cd317785a 08:39:48 ---> 8d6e57f7df1f 08:39:48 Step 15/23 : WORKDIR / 08:39:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:39:48 ---> Running in 2be2ff426298 08:39:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:39:49 (1/6) Installing ca-certificates (20191127-r4) 08:39:49 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:39:49 (3/6) Installing libcurl (7.76.1-r0) 08:39:49 (4/6) Installing curl (7.76.1-r0) 08:39:49 (5/6) Installing dumb-init (1.2.2-r1) 08:39:49 (6/6) Installing su-exec (0.2-r1) 08:39:49 Executing busybox-1.31.1-r20.trigger 08:39:49 Executing ca-certificates-20191127-r4.trigger 08:39:49 OK: 7 MiB in 20 packages 08:39:50 Removing intermediate container 2be2ff426298 08:39:50 ---> ab1fd82fe96d 08:39:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:39:52 ---> 6f023d7ce63c 08:39:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:39:52 Removing intermediate container 0b9897b76bf5 08:39:52 ---> 56e0867ee8bb 08:39:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:39:52 ---> Running in daa96a1d618a 08:39:53 Removing intermediate container daa96a1d618a 08:39:53 ---> f27294b72b0a 08:39:53 Step 13/24 : WORKDIR / 08:39:55 ---> Running in 12ca7ff245a8 08:39:55 ---> c480b423e69c 08:39:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:39:55 Removing intermediate container 649efb349bf5 08:39:55 ---> d22b63dff4bd 08:39:55 08:39:55 Step 10/23 : FROM alpine:3.12 08:39:55 ---> 13621d1b12d4 08:39:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:39:55 ---> Using cache 08:39:55 ---> f05aebc85b72 08:39:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:39:55 ---> Using cache 08:39:55 ---> 4fc506f6a706 08:39:55 Step 13/23 : ENV APP_PORT=48082 08:39:55 Removing intermediate container 12ca7ff245a8 08:39:55 ---> fd93450913eb 08:39:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:39:55 ---> Running in 3c7cce7ee145 08:39:55 ---> 1a2ea3751726 08:39:55 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:39:55 ---> Running in 38a8ec6e0f48 08:39:55 ---> 788a4d839e2b 08:39:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:39:56 Removing intermediate container 3c7cce7ee145 08:39:56 ---> 17d7fa785f3d 08:39:56 Step 14/23 : EXPOSE $APP_PORT 08:39:56 ---> Running in 45ab00da182e 08:39:56 Removing intermediate container 38a8ec6e0f48 08:39:56 ---> bcfaf8997259 08:39:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:39:56 ---> e0697649ae37 08:39:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:39:56 ---> Running in e61c1221af0a 08:39:56 Removing intermediate container 45ab00da182e 08:39:56 ---> 40b78a37441a 08:39:56 Step 15/23 : WORKDIR / 08:39:56 ---> Running in d29f0cb6886d 08:39:56 Removing intermediate container e61c1221af0a 08:39:56 ---> 56abb3448a91 08:39:56 Step 21/23 : LABEL arch=x86_64 08:39:57 ---> fb620b130747 08:39:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:39:57 ---> Running in 0aefd9df3e91 08:39:57 Removing intermediate container d29f0cb6886d 08:39:57 ---> 42588418f44e 08:39:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:39:57 Removing intermediate container 0aefd9df3e91 08:39:57 ---> e04f5317b983 08:39:57 Step 22/23 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:39:58 ---> Running in fab74a1a5ec4 08:39:58 ---> cc1f31d5260d 08:39:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:39:58 ---> 6300dffc0c08 08:39:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:39:59 Removing intermediate container fab74a1a5ec4 08:39:59 ---> a94bc8843af3 08:39:59 Step 23/23 : LABEL version=0.0.0 08:39:59 ---> Running in c18f5c5c71cd 08:39:59 ---> 98486ae98cd1 08:39:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:39:59 Removing intermediate container c18f5c5c71cd 08:39:59 ---> f9a31bc74e60 08:39:59 08:39:59 ---> e3030bdead21 08:39:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:39:59 Successfully built f9a31bc74e60 08:39:59 Successfully tagged docker-core-metadata-go:latest 08:39:59  Building docker-core-metadata-go ... done  ---> dcae576dfb4b 08:39:59 Step 19/23 : ENTRYPOINT ["/core-command"] 08:40:00 ---> 04bea50d3cdf 08:40:00 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 08:40:00 ---> Running in c9ec4b9b7fe3 08:40:00 ---> Running in 8091c348d033 08:40:01 Removing intermediate container c9ec4b9b7fe3 08:40:01 ---> 04e67bc81972 08:40:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:40:02 ---> Running in 1856c7757fce 08:40:02 Removing intermediate container 60c3be3b5202 08:40:02 ---> fc214998b286 08:40:02 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:40:02 ---> Running in e1c34698b267 08:40:02 Removing intermediate container 1856c7757fce 08:40:02 ---> 9ac4e3421d84 08:40:02 Step 21/23 : LABEL arch=x86_64 08:40:03 ---> Running in 03b87fc53be2 08:40:03 Removing intermediate container 8091c348d033 08:40:03 ---> 3556d19473d5 08:40:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:40:03 ---> Running in 75bae42bbc65 08:40:03 Removing intermediate container 03b87fc53be2 08:40:03 ---> 058bc79845af 08:40:03 Step 22/23 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:40:03 ---> Running in 96d9697621df 08:40:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:40:03 Removing intermediate container 75bae42bbc65 08:40:03 ---> e6f601600b23 08:40:03 Step 22/24 : LABEL arch=x86_64 08:40:03 ---> Running in d394278dfcfc 08:40:03 Removing intermediate container 96d9697621df 08:40:03 ---> 6edc3a04d461 08:40:03 Step 23/23 : LABEL version=0.0.0 08:40:03 ---> Running in e11a4a0d94fa 08:40:03 Removing intermediate container d394278dfcfc 08:40:03 ---> bd0692a41936 08:40:03 Step 23/24 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:40:04 ---> Running in c4aaff88da69 08:40:04 Removing intermediate container e11a4a0d94fa 08:40:04 ---> f1a73cf29bbb 08:40:04 08:40:04 Successfully built f1a73cf29bbb 08:40:04 Successfully tagged docker-core-command-go:latest 08:40:04  Building docker-core-command-go ... done Removing intermediate container c4aaff88da69 08:40:04 ---> 6f7ae138c257 08:40:04 Step 24/24 : LABEL version=0.0.0 08:40:05 ---> Running in 038c6f9b5a93 08:40:05 Removing intermediate container e1c34698b267 08:40:05 ---> e910e2843b76 08:40:05 08:40:05 Step 11/23 : FROM docker:20.10.0 08:40:05 Removing intermediate container 038c6f9b5a93 08:40:05 ---> a4d5729ee66c 08:40:05 08:40:05 20.10.0: Pulling from library/docker 08:40:05 Successfully built a4d5729ee66c 08:40:05 Successfully tagged docker-security-secretstore-setup-go:latest 08:40:12  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:40:12 Status: Downloaded newer image for docker:20.10.0 08:40:12 ---> aefe523efa57 08:40:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:40:12 ---> Running in c8f9bedcb39e 08:40:12 Removing intermediate container c8f9bedcb39e 08:40:12 ---> 8c3e94458688 08:40:12 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:40:12 ---> Running in cbf9b1a88a1d 08:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:12 (1/39) Installing readline (8.0.4-r0) 08:40:12 (2/39) Installing bash (5.0.17-r0) 08:40:12 Executing bash-5.0.17-r0.post-install 08:40:12 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:40:12 (4/39) Installing libcurl (7.76.1-r0) 08:40:12 (5/39) Installing curl (7.76.1-r0) 08:40:12 (6/39) Installing dumb-init (1.2.2-r1) 08:40:12 (7/39) Installing libbz2 (1.0.8-r1) 08:40:12 (8/39) Installing expat (2.2.9-r1) 08:40:12 (9/39) Installing libffi (3.3-r2) 08:40:12 (10/39) Installing gdbm (1.13-r1) 08:40:12 (11/39) Installing xz-libs (5.2.5-r0) 08:40:12 (12/39) Installing sqlite-libs (3.32.1-r0) 08:40:12 (13/39) Installing python3 (3.8.8-r0) 08:40:14 (14/39) Installing py3-appdirs (1.4.4-r1) 08:40:14 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:40:14 (16/39) Installing py3-parsing (2.4.7-r0) 08:40:14 (17/39) Installing py3-six (1.15.0-r0) 08:40:14 (18/39) Installing py3-packaging (20.4-r0) 08:40:14 (19/39) Installing py3-setuptools (47.0.0-r0) 08:40:14 (20/39) Installing py3-chardet (3.0.4-r4) 08:40:14 (21/39) Installing py3-idna (2.9-r0) 08:40:14 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:40:14 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:40:14 (24/39) Installing py3-requests (2.23.0-r0) 08:40:14 (25/39) Installing py3-msgpack (1.0.0-r0) 08:40:14 (26/39) Installing py3-lockfile (0.12.2-r3) 08:40:14 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:40:14 (28/39) Installing py3-colorama (0.4.3-r0) 08:40:14 (29/39) Installing py3-distlib (0.3.0-r0) 08:40:14 (30/39) Installing py3-distro (1.5.0-r1) 08:40:14 (31/39) Installing py3-webencodings (0.5.1-r3) 08:40:14 (32/39) Installing py3-html5lib (1.0.1-r4) 08:40:14 (33/39) Installing py3-pytoml (0.1.21-r0) 08:40:14 (34/39) Installing py3-pep517 (0.8.2-r0) 08:40:14 (35/39) Installing py3-progress (1.5-r0) 08:40:14 (36/39) Installing py3-toml (0.10.1-r0) 08:40:14 (37/39) Installing py3-retrying (1.3.3-r0) 08:40:14 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:40:14 (39/39) Installing py3-pip (20.1.1-r0) 08:40:14 Executing busybox-1.31.1-r19.trigger 08:40:14 OK: 72 MiB in 59 packages 08:40:15 Collecting docker-compose==1.23.2 08:40:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:40:15 Collecting docker<4.0,>=3.6.0 08:40:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:40:15 Collecting texttable<0.10,>=0.9.0 08:40:15 Downloading texttable-0.9.1.tar.gz (11 kB) 08:40:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:40:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:40:16 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:40:16 Collecting docopt<0.7,>=0.6.1 08:40:16 Downloading docopt-0.6.2.tar.gz (25 kB) 08:40:17 Collecting websocket-client<1.0,>=0.32.0 08:40:17 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:40:17 Collecting PyYAML<4,>=3.10 08:40:17 Downloading PyYAML-3.13.tar.gz (270 kB) 08:40:18 Collecting jsonschema<3,>=2.5.1 08:40:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:40:18 Collecting dockerpty<0.5,>=0.4.1 08:40:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:40:19 Collecting cached-property<2,>=1.2.0 08:40:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:40:19 Collecting docker-pycreds>=0.4.0 08:40:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:40:19 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:40:19 Collecting urllib3<1.25,>=1.21.1 08:40:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:40:19 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:40:19 Collecting idna<2.8,>=2.5 08:40:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:40:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:40:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:40:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:40:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:40:19 Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, docopt, PyYAML, jsonschema, dockerpty, cached-property, docker-compose 08:40:19 Attempting uninstall: urllib3 08:40:19 Found existing installation: urllib3 1.25.9 08:40:19 Uninstalling urllib3-1.25.9: 08:40:19 Successfully uninstalled urllib3-1.25.9 08:40:20 Attempting uninstall: idna 08:40:20 Found existing installation: idna 2.9 08:40:20 Uninstalling idna-2.9: 08:40:20 Successfully uninstalled idna-2.9 08:40:20 Attempting uninstall: requests 08:40:20 Found existing installation: requests 2.23.0 08:40:20 Uninstalling requests-2.23.0: 08:40:20 Successfully uninstalled requests-2.23.0 08:40:21 Running setup.py install for texttable: started 08:40:22 Running setup.py install for texttable: finished with status 'done' 08:40:22 Running setup.py install for docopt: started 08:40:22 Running setup.py install for docopt: finished with status 'done' 08:40:22 Running setup.py install for PyYAML: started 08:40:23 Running setup.py install for PyYAML: finished with status 'done' 08:40:23 Running setup.py install for dockerpty: started 08:40:24 Running setup.py install for dockerpty: finished with status 'done' 08:40:24 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 08:40:34 Removing intermediate container cbf9b1a88a1d 08:40:34 ---> ad7366bc56a6 08:40:34 Step 14/23 : ENV APP_PORT=48090 08:40:34 ---> Running in 4c6e5893ba0a 08:40:34 Removing intermediate container 4c6e5893ba0a 08:40:34 ---> 173ef2bb0a0c 08:40:34 Step 15/23 : EXPOSE $APP_PORT 08:40:34 ---> Running in 1bd9742e0bbf 08:40:34 Removing intermediate container 1bd9742e0bbf 08:40:34 ---> 7a73456d9eca 08:40:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:40:35 ---> 45fdf95f8b10 08:40:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:40:35 ---> f210cb7eba88 08:40:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:40:35 ---> 5500693fa881 08:40:35 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:40:35 ---> Running in 9b5359ccb11a 08:40:35 Removing intermediate container 9b5359ccb11a 08:40:35 ---> 10656cd74983 08:40:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:40:35 ---> Running in cfda6c81b76a 08:40:35 Removing intermediate container cfda6c81b76a 08:40:35 ---> 4babedbf0e98 08:40:35 Step 21/23 : LABEL arch=x86_64 08:40:36 ---> Running in 46df5745e5d7 08:40:36 Removing intermediate container 46df5745e5d7 08:40:36 ---> 927a4374f97a 08:40:36 Step 22/23 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:40:36 ---> Running in 2707e69e8927 08:40:36 Removing intermediate container 2707e69e8927 08:40:36 ---> c979c9d26849 08:40:36 Step 23/23 : LABEL version=0.0.0 08:40:36 ---> Running in 894071f9a7fc 08:40:36 Removing intermediate container 894071f9a7fc 08:40:36 ---> 4dc1d7a39500 08:40:36 08:40:36 Successfully built 4dc1d7a39500 08:40:36 Successfully tagged docker-sys-mgmt-agent-go:latest 08:40:37  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:40:37 $ docker stop --time=1 c9906e357201d00c4d87014141d45af0d9a46d875b2d59b29591cb8a9f3ff1fb 08:40:38 $ docker rm -f c9906e357201d00c4d87014141d45af0d9a46d875b2d59b29591cb8a9f3ff1fb [Pipeline] // withDockerContainer [Pipeline] sh 08:40:39 + docker images 08:40:39 + grep docker 08:40:39 docker-sys-mgmt-agent-go latest 4dc1d7a39500 3 seconds ago 312MB 08:40:39 docker-core-command-go latest f1a73cf29bbb 35 seconds ago 17MB 08:40:39 docker-security-secretstore-setup-go latest a4d5729ee66c 35 seconds ago 25.6MB 08:40:39 docker-core-metadata-go latest f9a31bc74e60 40 seconds ago 18.6MB 08:40:39 docker-security-bootstrapper-go latest c524eb0d52fe About a minute ago 18.2MB 08:40:39 docker-core-data-go latest 772e1c9fff20 About a minute ago 21.5MB 08:40:39 docker-support-scheduler-go latest b2c491869ea6 2 minutes ago 17.1MB 08:40:39 docker-support-notifications-go latest b2272388b3d3 2 minutes ago 17.6MB 08:40:39 docker-security-proxy-setup-go latest 680f5ea1e897 2 minutes ago 25.3MB 08:40:39 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 08:40:54 Still waiting to schedule task 08:40:54 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-2589’ 08:41:23 gofmt -l . 08:41:23 [ "`gofmt -l .`" = "" ] 08:41:24 ./bin/test-go-mod-tidy.sh 08:41:24 ./bin/test-attribution-txt.sh [Pipeline] sh 08:41:27 + ls -al . 08:41:27 total 828 08:41:27 drwxrwxr-x 9 1001 1001 4096 May 1 08:41 . 08:41:27 drwxr-xr-x 4 root root 4096 May 1 08:36 .. 08:41:27 -rw-rw-r-- 1 1001 1001 11 May 1 08:34 .dockerignore 08:41:27 drwxrwxr-x 8 1001 1001 4096 May 1 08:35 .git 08:41:27 drwxrwxr-x 3 1001 1001 4096 May 1 08:34 .github 08:41:27 -rw-rw-r-- 1 1001 1001 818 May 1 08:34 .gitignore 08:41:27 -rw-rw-r-- 1 1001 1001 166 May 1 08:34 .sonarcloud.properties 08:41:27 -rw-rw-r-- 1 1001 1001 8609 May 1 08:34 Attribution.txt 08:41:27 -rw-rw-r-- 1 1001 1001 3804 May 1 08:34 CONTRIBUTING.md 08:41:27 -rw-rw-r-- 1 1001 1001 931 May 1 08:34 Dockerfile.build 08:41:27 -rw-rw-r-- 1 1001 1001 863 May 1 08:34 Jenkinsfile 08:41:27 -rw-rw-r-- 1 1001 1001 10775 May 1 08:34 LICENSE 08:41:27 -rw-rw-r-- 1 1001 1001 5774 May 1 08:34 Makefile 08:41:27 -rw-rw-r-- 1 1001 1001 7978 May 1 08:34 README.md 08:41:27 -rw-rw-r-- 1 1001 1001 6755 May 1 08:34 SECURITY.md 08:41:27 -rw-rw-r-- 1 1001 1001 5 May 1 08:31 VERSION 08:41:27 -rw-rw-r-- 1 1001 1001 4131 May 1 08:34 ZMQWindows.md 08:41:27 drwxrwxr-x 2 1001 1001 4096 May 1 08:34 bin 08:41:27 drwxrwxr-x 14 1001 1001 4096 May 1 08:34 cmd 08:41:27 -rw-r--r-- 1 root root 691485 May 1 08:39 coverage.out 08:41:27 -rw-r--r-- 1 root root 1060 May 1 08:41 go.mod 08:41:27 -rw-r--r-- 1 root root 21862 May 1 08:36 go.sum 08:41:27 drwxrwxr-x 8 1001 1001 4096 May 1 08:34 internal 08:41:27 drwxrwxr-x 4 1001 1001 4096 May 1 08:34 openapi 08:41:27 drwxrwxr-x 4 1001 1001 4096 May 1 08:34 snap 08:41:27 -rw-rw-r-- 1 1001 1001 168 May 1 08:34 version.go [Pipeline] sh 08:41:28 + '[' -e coverage.out ] 08:41:28 + chown 1001:1001 coverage.out [Pipeline] stash 08:41:28 Warning: overwriting stash ‘coverage-report’ 08:41:29 Stashed 1 file(s) [Pipeline] sh 08:41:30 + make build 08:41: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:41:37 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:04 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:05 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:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:42:10 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:15 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:42:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:42:22 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:42:25 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:42: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:42:32 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:42:37 $ docker stop --time=1 0f6e45b82b2f9feb81a4c753089156bdb431f0676f67efd49bf8ee24363dd545 08:42:40 Running on prd-ubuntu18.04-docker-8c-8g-2590 in /w/workspace/edgexfoundry_edgex-go_PR-3404 08:42:40 $ docker rm -f 0f6e45b82b2f9feb81a4c753089156bdb431f0676f67efd49bf8ee24363dd545 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 08:42:41 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:42:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:42:42 08:42:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:42:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:42:42 latest: Pulling from edgex-devops/edgex-compose-arm64 08:42:42 29e5d40040c1: Pulling fs layer 08:42:42 1ce36da41761: Pulling fs layer 08:42:42 25b303627fd3: Pulling fs layer 08:42:42 29e5d40040c1: Verifying Checksum 08:42:42 29e5d40040c1: Download complete 08:42:43 29e5d40040c1: Pull complete 08:42:43 1ce36da41761: Verifying Checksum 08:42:43 1ce36da41761: Download complete 08:42:44 using credential edgex-jenkins-ssh 08:42:44 Cloning the remote Git repository 08:42:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:42:44 > git init /w/workspace/edgex-go/4 # timeout=10 08:42:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:42:44 > git --version # timeout=10 08:42:44 > git --version # 'git version 2.17.1' 08:42:44 using GIT_SSH to set credentials SSH Credentials for GitHub 08:42:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:42:45 1ce36da41761: Pull complete 08:42:45 25b303627fd3: Download complete 08:42:55 25b303627fd3: Pull complete 08:42:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:42:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:42:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:42:55 prd-ubuntu18.04-docker-arm64-4c-16g-2584 does not seem to be running inside a container 08:42:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:42:58 $ docker top dbc561b119acc1cad2095b40ed4605ac541e1cf705953ac3e157d417ff38c27b -eo pid,comm [Pipeline] { [Pipeline] sh 08:42:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:42:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:42:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:42:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:42:59 using GIT_SSH to set credentials SSH Credentials for GitHub 08:42:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:42:59 + docker-compose build --help+ grep parallel 08:42:59 08:43:00 Merging remotes/origin/master commit 31468994070af38c8f9db93fe1a8ddc3ce05f196 into PR head commit 3718f1804264b4d9eff5b8dceaa8090d27be1d0a 08:43:00 Merge succeeded, producing 35851e1a0f5629794d91898a0eb8180538f157df 08:43:00 Checking out Revision 35851e1a0f5629794d91898a0eb8180538f157df (PR-3404) 08:43:00 > git config core.sparsecheckout # timeout=10 08:43:00 > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 08:43:00 > git remote # timeout=10 08:43:00 > git config --get remote.origin.url # timeout=10 08:43:00 using GIT_SSH to set credentials SSH Credentials for GitHub 08:43:00 > git merge 31468994070af38c8f9db93fe1a8ddc3ce05f196 # timeout=10 08:43:00 > git rev-parse HEAD^{commit} # timeout=10 08:43:00 > git config core.sparsecheckout # timeout=10 08:43:00 > git checkout -f 35851e1a0f5629794d91898a0eb8180538f157df # timeout=10 08:43:03 --parallel Build images in parallel. [Pipeline] } 08:43:03 $ docker stop --time=1 dbc561b119acc1cad2095b40ed4605ac541e1cf705953ac3e157d417ff38c27b 08:43:04 Commit message: "Merge commit '31468994070af38c8f9db93fe1a8ddc3ce05f196' into HEAD" 08:43:04 First time build. Skipping changelog. 08:43:05 $ docker rm -f dbc561b119acc1cad2095b40ed4605ac541e1cf705953ac3e157d417ff38c27b [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:43:04 > git rev-list --no-walk 8a11d28a541891458d239b5548bb094d8fb9d9f1 # timeout=10 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:43:06 + echo snap-build.sh 08:43:06 snap-build.sh 08:43:06 + SNAP_BASE_DIR=. 08:43:06 + '[' '!' -z /w/workspace/edgex-go/4 ']' 08:43:06 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 08:43:06 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 08:43:06 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 08:43:06 + cd /w/workspace/edgex-go/4 08:43:06 + sudo apt-get remove -qy --purge lxd lxd-client 08:43:06 Reading package lists... 08:43:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:06 . [Pipeline] withDockerContainer 08:43:06 Building dependency tree... 08:43:06 Reading state information... 08:43:06 The following packages were automatically installed and are no longer required: 08:43:06 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:43:06 uidmap xdelta3 08:43:06 Use 'sudo apt autoremove' to remove them. 08:43:06 The following packages will be REMOVED: 08:43:06 lxd* lxd-client* 08:43:06 prd-ubuntu18.04-docker-arm64-4c-16g-2584 does not seem to be running inside a container 08:43:06 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:43:06 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:43:06 After this operation, 31.7 MB disk space will be freed. 08:43:08 $ docker top f02fe11fbeb29044a101d1a4302ea06c208876d8d1f374c23c0ff164493b4012 -eo pid,comm 08:43:08 (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:08 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] { [Pipeline] sh 08:43:09 + docker-compose -f ./docker-compose-build.yml build --parallel 08:43:09 Removing lxd dnsmasq configuration 08:43:09 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:43:09 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:43:10 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:43:10 (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:10 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:43:11 Processing triggers for systemd (237-3ubuntu10.42) ... 08:43:11 Processing triggers for ureadahead (0.100.0-21) ... 08:43:13 + sudo snap remove --purge lxd 08:43:13 snap "lxd" is not installed 08:43:13 + sudo groupadd --force --system lxd 08:43:13 ++ whoami 08:43:13 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:43:13 Building docker-core-command-go ... 08:43:13 Building docker-core-data-go ... 08:43:13 Building docker-core-metadata-go ... 08:43:13 Building docker-security-bootstrapper-go ... 08:43:13 Building docker-security-proxy-setup-go ... 08:43:13 Building docker-security-secretstore-setup-go ... 08:43:13 Building docker-support-notifications-go ... 08:43:13 Building docker-support-scheduler-go ... 08:43:13 Building docker-sys-mgmt-agent-go ... 08:43:13 Building docker-core-command-go 08:43:13 Building docker-support-notifications-go 08:43:13 Building docker-support-scheduler-go 08:43:13 Building docker-security-proxy-setup-go 08:43:13 Building docker-sys-mgmt-agent-go 08:43:13 + newgrp - lxd 08:43:13 + sudo snap install lxd 08:43:20 2021-05-01T08:43:18Z INFO Waiting for automatic snapd restart... 08:43:32 lxd 4.13 from Canonical* installed 08:43:32 + sudo lxd init --auto 08:43:42 + sudo snap install --classic snapcraft 08:43:46 snapcraft 4.6.3 from Canonical* installed 08:43:46 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 08:43:46 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 08:43:46 % Total % Received % Xferd Average Speed Time Time Time Current 08:43:46 Dload Upload Total Spent Left Speed 08:43:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4543 0 --:--:-- --:--:-- --:--:-- 4543 08:43:46 100 3325k 100 3325k 0 0 7150k 0 --:--:-- --:--:-- --:--:-- 7150k 08:43:46 ./yq_linux_amd64 08:43:46 + sudo snapcraft prime --use-lxd 08:43:48 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:43:48 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:43:48 - README.md 08:43:48 08:43:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:43:49 Launching a container. 08:43:59 Waiting for container to be ready 08:44:00 To start your first instance, try: lxc launch ubuntu:18.04 08:44:00 08:44:04 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:44:05 Waiting for network to be ready... 08:44:05 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:44:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:44:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:44:05 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:44:05 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:44:06 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:44:06 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:44:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:44:06 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:44:06 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:44:06 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:44:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:44:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:44:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:44:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:44:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:44:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:44:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:44:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:44:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:44:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:44:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:44:06 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:44:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 08:44:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:44:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 08:44:07 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:44:09 Fetched 24.4 MB in 4s (5743 kB/s) 08:44:10 Reading package lists... 08:44:10 Reading package lists... 08:44:10 Building dependency tree... 08:44:10 Reading state information... 08:44:11 The following additional packages will be installed: 08:44:11 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:44:11 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:44:11 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:44:11 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:44:11 Suggested packages: 08:44:11 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:44:11 Recommended packages: 08:44:11 gnupg libsasl2-modules 08:44:11 The following NEW packages will be installed: 08:44:11 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:44:11 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:44:11 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:44:11 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:44:11 The following packages will be upgraded: 08:44:11 gpg gpg-agent gpgconf libudev1 08:44:11 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 08:44:11 Need to get 3529 kB of archives. 08:44:11 After this operation, 13.3 MB of additional disk space will be used. 08:44:11 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:11 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 08:44:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 08:44:11 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 08:44:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 08:44:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 08:44:12 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:44:12 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:44:12 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 08:44:12 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 08:44:12 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 08:44:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:44:12 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:44:12 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:44:12 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:44:12 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:44:12 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:44:12 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:44:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:44:12 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:44:12 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:44:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 08:44:12 debconf: delaying package configuration, since apt-utils is not installed 08:44:12 Fetched 3529 kB in 1s (2694 kB/s) 08:44:12 (Reading database ... 12511 files and directories currently installed.) 08:44:12 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 08:44:12 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:44:12 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 08:44:12 Selecting previously unselected package udev. 08:44:12 (Reading database ... 12511 files and directories currently installed.) 08:44:12 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 08:44:12 Unpacking udev (237-3ubuntu10.46) ... 08:44:13 Selecting previously unselected package libfuse2:amd64. 08:44:13 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:44:13 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:44:13 Selecting previously unselected package fuse. 08:44:13 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:44:13 Unpacking fuse (2.9.7-1ubuntu1) ... 08:44:13 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 08:44:13 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:44:13 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 08:44:13 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:44:13 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 08:44:13 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:44:13 Selecting previously unselected package libksba8:amd64. 08:44:13 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:44:13 Unpacking libksba8:amd64 (1.3.5-2) ... 08:44:14 Selecting previously unselected package libroken18-heimdal:amd64. 08:44:14 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:14 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:14 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:44:14 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:14 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:14 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:44:14 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:14 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:14 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:44:14 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:14 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:14 Selecting previously unselected package libwind0-heimdal:amd64. 08:44:14 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:14 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:14 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:44:14 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:14 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:14 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:44:14 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:14 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:14 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:44:14 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:14 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:14 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:44:14 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:44:14 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:15 Selecting previously unselected package libsasl2-modules-db:amd64. 08:44:15 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:44:15 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:44:15 Selecting previously unselected package libsasl2-2:amd64. 08:44:15 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:44:15 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:44:15 Selecting previously unselected package libldap-common. 08:44:15 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 08:44:15 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:44:15 Selecting previously unselected package libldap-2.4-2:amd64. 08:44:15 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 08:44:15 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:44:15 Selecting previously unselected package dirmngr. 08:44:15 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 08:44:15 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 08:44:15 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:44:15 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 08:44:15 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:44:15 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:44:15 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:44:15 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 08:44:15 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:15 Setting up libksba8:amd64 (1.3.5-2) ... 08:44:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:44:15 Setting up udev (237-3ubuntu10.46) ... 08:44:16 invoke-rc.d: policy-rc.d denied execution of start. 08:44:16 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:16 Processing triggers for systemd (237-3ubuntu10) ... 08:44:16 Setting up fuse (2.9.7-1ubuntu1) ... 08:44:16 Setting up gpg (2.2.4-1ubuntu1.4) ... 08:44:16 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:16 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:16 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:16 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:16 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:16 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:16 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:44:16 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:44:16 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 08:44:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:44:17 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:44:17 settings in the [Install] section, and DefaultInstance for template units). 08:44:17 This means they are not meant to be enabled using systemctl. 08:44:17 Possible reasons for having this kind of units are: 08:44:17 1) A unit may be statically enabled by being symlinked from another unit's 08:44:17 .wants/ or .requires/ directory. 08:44:17 2) A unit's purpose may be to act as a helper for some other unit which has 08:44:17 a requirement dependency on it. 08:44:17 3) A unit may be started when needed via activation (socket, path, timer, 08:44:17 D-Bus, udev, scripted systemctl call, ...). 08:44:17 4) In case of template units, the unit is meant to be enabled with some 08:44:17 instance name specified. 08:44:17 Reading package lists... 08:44:17 Building dependency tree... 08:44:17 Reading state information... 08:44:17 The following additional packages will be installed: 08:44:17 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:44:17 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:44:17 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:44:17 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:44:17 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:44:17 Suggested packages: 08:44:17 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:44:17 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:44:17 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:44:17 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:44:17 systemd-container policykit-1 08:44:17 Recommended packages: 08:44:17 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:44:17 The following NEW packages will be installed: 08:44:17 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:44:17 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:44:17 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:44:17 multiarch-support openssh-client python3 python3-minimal python3.6 08:44:17 python3.6-minimal snapd squashfs-tools sudo 08:44:17 The following packages will be upgraded: 08:44:17 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:44:18 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 08:44:18 Need to get 35.2 MB of archives. 08:44:18 After this operation, 141 MB of additional disk space will be used. 08:44:18 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:44:18 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 08:44:18 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:44:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:44:18 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:44:18 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 08:44:18 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 08:44:18 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 08:44:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 08:44:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 08:44:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:44:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:44:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:44:18 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:44:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:44:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:44:18 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:44:18 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:44:18 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:44:18 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:44:18 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:44:18 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:44:19 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:44:19 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:44:19 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:44:19 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:44:19 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 08:44:19 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:44:19 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:44:19 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 08:44:20 debconf: delaying package configuration, since apt-utils is not installed 08:44:20 Fetched 35.2 MB in 2s (17.4 MB/s) 08:44:20 (Reading database ... 12757 files and directories currently installed.) 08:44:20 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 08:44:20 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:44:21 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 08:44:21 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:44:21 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 08:44:21 (Reading database ... 12757 files and directories currently installed.) 08:44:21 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 08:44:21 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 08:44:21 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 08:44:21 (Reading database ... 12757 files and directories currently installed.) 08:44:21 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 08:44:21 Unpacking apt (1.6.13) over (1.6.1) ... 08:44:22 Setting up apt (1.6.13) ... 08:44:22 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:44:23 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:44:23 (Reading database ... 12764 files and directories currently installed.) 08:44:23 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:44:23 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:44:23 Selecting previously unselected package libpython3.6-minimal:amd64. 08:44:23 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:44:23 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:44:24 Selecting previously unselected package libexpat1:amd64. 08:44:24 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:44:24 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:44:24 Selecting previously unselected package python3.6-minimal. 08:44:24 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:44:24 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:44:24 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 08:44:24 Checking for services that may need to be restarted...done. 08:44:24 Checking for services that may need to be restarted...done. 08:44:24 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:44:24 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:44:24 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:44:25 Selecting previously unselected package python3-minimal. 08:44:25 (Reading database ... 13012 files and directories currently installed.) 08:44:25 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:44:25 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:44:25 Selecting previously unselected package mime-support. 08:44:25 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:44:25 Unpacking mime-support (3.60ubuntu1) ... 08:44:25 Selecting previously unselected package libmpdec2:amd64. 08:44:25 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:44:25 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:44:25 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:44:25 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:44:25 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:44:25 Selecting previously unselected package python3.6. 08:44:25 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:44:25 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:44:26 Selecting previously unselected package libpython3-stdlib:amd64. 08:44:26 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:44:26 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:44:26 Setting up python3-minimal (3.6.7-1~18.04) ... 08:44:26 Selecting previously unselected package python3. 08:44:26 (Reading database ... 13442 files and directories currently installed.) 08:44:26 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:44:26 Unpacking python3 (3.6.7-1~18.04) ... 08:44:26 Selecting previously unselected package multiarch-support. 08:44:26 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:44:26 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:44:26 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:44:26 Selecting previously unselected package liblzo2-2:amd64. 08:44:26 (Reading database ... 13479 files and directories currently installed.) 08:44:26 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:44:26 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:44:26 Selecting previously unselected package libbsd0:amd64. 08:44:26 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:44:26 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:44:26 Selecting previously unselected package sudo. 08:44:26 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:44:26 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:44:27 Selecting previously unselected package apparmor. 08:44:27 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:44:27 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:44:27 Selecting previously unselected package libedit2:amd64. 08:44:27 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:44:27 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:44:27 Selecting previously unselected package libkrb5support0:amd64. 08:44:27 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:44:27 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:44:27 Selecting previously unselected package libk5crypto3:amd64. 08:44:27 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:44:27 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:44:27 Selecting previously unselected package libkeyutils1:amd64. 08:44:27 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:44:27 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:44:27 Selecting previously unselected package libkrb5-3:amd64. 08:44:27 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:44:27 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:44:27 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:44:27 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:44:27 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:44:27 Selecting previously unselected package libssl1.0.0:amd64. 08:44:27 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 08:44:27 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:44:28 Selecting previously unselected package openssh-client. 08:44:28 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:44:28 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:44:28 Selecting previously unselected package squashfs-tools. 08:44:28 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:44:28 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:44:28 Selecting previously unselected package snapd. 08:44:28 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 08:44:28 Unpacking snapd (2.48.3+18.04) ... 08:44:30 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:44:30 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:44:30 Setting up mime-support (3.60ubuntu1) ... 08:44:30 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:44:30 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:44:30 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:44:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:44:30 Setting up systemd (237-3ubuntu10.46) ... 08:44:30 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:44:31 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:44:31 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:44:31 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:44:31 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:44:31 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:44:31 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:44:32 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:44:32 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:44:32 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:44:32 Setting up python3 (3.6.7-1~18.04) ... 08:44:32 running python rtupdate hooks for python3.6... 08:44:32 running python post-rtupdate hooks for python3.6... 08:44:32 Setting up apparmor (2.12-4ubuntu5.1) ... 08:44:34 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:44:34 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:44:34 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:44:34 Setting up snapd (2.48.3+18.04) ... 08:44:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:44:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:44:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:44:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:44:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:44:35 ---> 4faa0b2c8bf6 08:44:35 Step 3/23 : WORKDIR /edgex-go 08:44:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:44:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:44:35 ---> 4faa0b2c8bf6 08:44:35 Step 3/22 : WORKDIR /edgex-go 08:44:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:44:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:44:35 ---> 4faa0b2c8bf6 08:44:35 Step 3/22 : WORKDIR /edgex-go 08:44:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:44:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:44:35 ---> 4faa0b2c8bf6 08:44:35 Step 3/21 : WORKDIR /edgex-go 08:44:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:44:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:44:35 ---> 4faa0b2c8bf6 08:44:35 Step 3/23 : WORKDIR /edgex-go 08:44:35 ---> Running in a831962da09a 08:44:35 ---> Running in 0f89be9d7da7 08:44:35 ---> Running in 428929bfb3b9 08:44:35 ---> Running in 3d6c7bd1b9af 08:44:35 ---> Running in fe35e8b624fa 08:44:35 Removing intermediate container 3d6c7bd1b9af 08:44:35 ---> 4be03131a13e 08:44:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:35 Removing intermediate container 0f89be9d7da7 08:44:35 ---> 14b9091ae333 08:44:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:35 Removing intermediate container fe35e8b624fa 08:44:35 ---> ae5d7a7c1de5 08:44:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:35 Removing intermediate container a831962da09a 08:44:35 ---> 5b9a16a083ac 08:44:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:35 Removing intermediate container 428929bfb3b9 08:44:35 ---> e91c387abd2f 08:44:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:35 ---> Running in 7ab896e0f066 08:44:35 ---> Running in 3cde4911f3a8 08:44:35 ---> Running in fb31591e4cd2 08:44:35 ---> Running in d79e28f8a05d 08:44:35 ---> Running in d46df6198e2e 08:44:35 Removing intermediate container 7ab896e0f066 08:44:35 ---> 7f0589300a23 08:44:35 Step 5/22 : RUN apk add --update --no-cache make git 08:44:35 ---> Running in 5db265c4023b 08:44:35 Removing intermediate container 3cde4911f3a8 08:44:35 ---> b683ee05bb2a 08:44:35 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:44:35 Removing intermediate container d79e28f8a05d 08:44:35 ---> da28f089db94 08:44:35 Step 5/21 : RUN apk add --update --no-cache make git 08:44:35 ---> Running in 2d52de6946c0 08:44:35 ---> Running in 3b35376e2712 08:44:35 Removing intermediate container fb31591e4cd2 08:44:35 ---> fd782b7b808e 08:44:35 Step 5/23 : RUN apk add --update --no-cache make bash git 08:44:35 Removing intermediate container d46df6198e2e 08:44:35 ---> 987e72d7208c 08:44:35 Step 5/23 : RUN apk add --update --no-cache make git 08:44:35 ---> Running in b95200bb40bd 08:44:35 ---> Running in 36635b13a922 08:44:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:44:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:44:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:44:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:44:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:44:35 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:44:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:44:35 OK: 218 MiB in 52 packages 08:44:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:44:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:44:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:44:35 OK: 218 MiB in 52 packages 08:44:35 OK: 218 MiB in 52 packages 08:44:35 OK: 218 MiB in 52 packages 08:44:35 Removing intermediate container 5db265c4023b 08:44:35 ---> 058279367538 08:44:35 Step 6/22 : COPY go.mod . 08:44:35 OK: 218 MiB in 52 packages 08:44:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:44:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:44:35 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:44:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:44:35 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:44:35 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:44:36 Removing intermediate container 2d52de6946c0 08:44:36 ---> 27dae34d54fb 08:44:36 Step 6/22 : COPY go.mod . 08:44:36 ---> 2c984f7068d6 08:44:36 Step 7/22 : RUN go mod download 08:44:36 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:44:36 ---> Running in 6a3d2b6771e6 08:44:36 /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:44:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:44:36 Processing triggers for systemd (237-3ubuntu10.46) ... 08:44:36 Removing intermediate container 36635b13a922 08:44:36 ---> 2c63d8d641f2 08:44:36 Step 6/23 : COPY go.mod . 08:44:36 Removing intermediate container b95200bb40bd 08:44:36 ---> 0ed95918c693 08:44:36 Step 6/23 : COPY go.mod . 08:44:37 Removing intermediate container 3b35376e2712 08:44:37 ---> f1f70c545de9 08:44:37 Step 6/21 : COPY go.mod . 08:44:37 ---> c2b6eb34e814 08:44:37 Step 7/22 : RUN go mod download 08:44:37 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:44:37 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:44:37 ---> Running in 91a87f48d247 08:44:37 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:44:38 ---> a60a2b6b2ece 08:44:38 Step 7/23 : RUN go mod download 08:44:38 ---> 3dc0618cb825 08:44:38 Step 7/23 : RUN go mod download 08:44:38 ---> Running in d94bc50ac82f 08:44:38 ---> 2378d808890c 08:44:38 Step 7/21 : RUN go mod download 08:44:38 ---> Running in 451fe5013ac1 08:44:38 ---> Running in f4114bf79b03 08:44:39 Reading package lists... 08:44:39 Reading package lists... 08:44:39 Building dependency tree... 08:44:39 Reading state information... 08:44:39 Calculating upgrade... 08:44:39 The following packages will be upgraded: 08:44:39 advancecomp base-files bash binutils binutils-common 08:44:39 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:44:39 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:44:39 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:44:39 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:44:39 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:44:39 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:44:39 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 08:44:39 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 08:44:39 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 08:44:39 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 08:44:39 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 08:44:39 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 08:44:39 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 08:44:39 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:44:39 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:44:39 Need to get 64.0 MB of archives. 08:44:39 After this operation, 5034 kB of additional disk space will be used. 08:44:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 08:44:39 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:44:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:44:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:44:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:44:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:44:39 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:44:39 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:44:39 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:44:39 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:44:39 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:44:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:44:39 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:44:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:44:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:44:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:44:39 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:44:39 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:44:40 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:44:40 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:44:40 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:44:40 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:44:40 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:44:40 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:44:40 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:44:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:44:40 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:44:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:44:40 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:44:40 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:44:40 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:44:40 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:44:40 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:44:40 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:44:40 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:44:40 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 08:44:40 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 08:44:40 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 08:44:40 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:44:40 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:44:40 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 08:44:40 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:44:40 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:44:40 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:44:40 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:44:40 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:44:40 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:44:40 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:44:40 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:44:40 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 08:44:40 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 08:44:40 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 08:44:40 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:44:40 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:44:40 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:44:40 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:44:40 Removing intermediate container 6a3d2b6771e6 08:44:40 ---> 526e70359c65 08:44:40 Step 8/22 : COPY . . 08:44:40 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:44:40 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:44:40 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:44:40 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:44:40 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:44:40 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:44:40 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:44:40 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:44:40 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:44:40 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:44:40 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:44:41 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:44:41 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:44:41 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:44:41 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:44:41 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:44:41 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:44:41 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:44:41 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:44:41 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:44:41 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:44:41 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:44:41 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:44:41 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:44:41 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:44:41 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:44:41 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:44:41 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:44:41 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 08:44:41 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:44:41 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:44:41 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 08:44:41 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:44:41 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:44:41 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 08:44:41 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:44:41 Removing intermediate container 91a87f48d247 08:44:41 ---> 3356a48749eb 08:44:41 Step 8/22 : COPY . . 08:44:41 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:44:41 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:44:41 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:44:41 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:44:41 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:44:41 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:44:41 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:44:41 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:44:41 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:44:41 debconf: delaying package configuration, since apt-utils is not installed 08:44:41 Fetched 64.0 MB in 2s (31.5 MB/s) 08:44:41 (Reading database ... 13912 files and directories currently installed.) 08:44:41 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:44:41 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:44:42 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:44:42 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:44:42 Removing intermediate container d94bc50ac82f 08:44:42 ---> 9bfab90db59e 08:44:42 Step 8/23 : COPY . . 08:44:42 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 08:44:42 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 08:44:42 Removing intermediate container f4114bf79b03 08:44:42 ---> 563c024edccb 08:44:42 Step 8/21 : COPY . . 08:44:43 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:44:43 Removing intermediate container 451fe5013ac1 08:44:43 ---> 956a1ce5cfb0 08:44:43 Step 8/23 : COPY . . 08:44:43 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:44:43 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:44:43 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:44:43 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:44:43 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:44:43 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:44:44 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:44:44 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:44:44 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:44:44 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:44:44 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:44:44 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:44:44 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:44:44 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:44:44 (Reading database ... 13911 files and directories currently installed.) 08:44:44 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:44:44 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:44:45 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:44:45 (Reading database ... 13911 files and directories currently installed.) 08:44:45 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:44:45 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:44:45 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:44:45 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:44:45 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:44:45 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:44:45 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:44:45 (Reading database ... 13911 files and directories currently installed.) 08:44:45 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:44:45 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:44:46 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:44:46 (Reading database ... 13911 files and directories currently installed.) 08:44:46 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:44:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:44:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:44:46 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:44:46 Setting up base-files (10.1ubuntu2.10) ... 08:44:46 Installing new version of config file /etc/issue ... 08:44:46 Installing new version of config file /etc/issue.net ... 08:44:46 Installing new version of config file /etc/lsb-release ... 08:44:46 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:44:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:44:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:44:47 Removing obsolete conffile /etc/default/motd-news ... 08:44:47 (Reading database ... 13912 files and directories currently installed.) 08:44:47 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:44:47 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:44:47 Setting up bash (4.4.18-2ubuntu1.2) ... 08:44:47 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:44:47 (Reading database ... 13912 files and directories currently installed.) 08:44:47 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:44:47 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:44:47 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:44:47 (Reading database ... 13912 files and directories currently installed.) 08:44:47 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:44:48 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:44:48 Setting up tar (1.29b-2ubuntu0.2) ... 08:44:48 (Reading database ... 13912 files and directories currently installed.) 08:44:48 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:44:48 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:44:48 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:44:48 (Reading database ... 13912 files and directories currently installed.) 08:44:48 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:44:48 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:44:48 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:44:49 (Reading database ... 13912 files and directories currently installed.) 08:44:49 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:44:49 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:44:49 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:44:49 (Reading database ... 13912 files and directories currently installed.) 08:44:49 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:44:49 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:44:49 Setting up grep (3.1-2build1) ... 08:44:49 (Reading database ... 13912 files and directories currently installed.) 08:44:49 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:44:49 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:44:50 Setting up login (1:4.5-1ubuntu2) ... 08:44:50 (Reading database ... 13912 files and directories currently installed.) 08:44:50 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:44:50 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:44:50 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:44:50 (Reading database ... 13912 files and directories currently installed.) 08:44:50 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:44:50 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:44:51 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:44:51 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:44:51 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:44:51 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:44:51 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:44:51 (Reading database ... 13912 files and directories currently installed.) 08:44:51 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:44:51 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:44:52 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:44:52 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:44:52 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:44:52 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:44:53 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:44:53 (Reading database ... 13912 files and directories currently installed.) 08:44:53 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:44:53 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:44:53 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:44:53 (Reading database ... 13912 files and directories currently installed.) 08:44:53 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:44:53 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:44:53 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:44:53 (Reading database ... 13912 files and directories currently installed.) 08:44:53 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:44:53 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:44:53 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:44:53 (Reading database ... 13912 files and directories currently installed.) 08:44:53 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:44:54 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:44:54 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:44:54 (Reading database ... 13912 files and directories currently installed.) 08:44:54 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:44:54 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:44:54 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:44:54 (Reading database ... 13912 files and directories currently installed.) 08:44:54 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:44:54 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:44:55 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:44:55 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:44:55 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:44:55 (Reading database ... 13912 files and directories currently installed.) 08:44:55 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:44:55 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:44:55 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:44:55 (Reading database ... 13912 files and directories currently installed.) 08:44:55 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:44:55 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:44:55 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:44:55 (Reading database ... 13912 files and directories currently installed.) 08:44:55 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:44:55 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:44:55 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:44:56 (Reading database ... 13912 files and directories currently installed.) 08:44:56 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:44:56 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:44:56 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:44:56 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:44:57 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:44:57 (Reading database ... 13912 files and directories currently installed.) 08:44:57 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:44:57 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:44:57 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:44:57 (Reading database ... 13912 files and directories currently installed.) 08:44:57 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:44:57 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:44:57 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:44:57 (Reading database ... 13914 files and directories currently installed.) 08:44:57 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:44:57 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:44:58 Setting up debconf (1.5.66ubuntu1) ... 08:44:58 (Reading database ... 13914 files and directories currently installed.) 08:44:58 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:44:58 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:44:58 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:44:58 (Reading database ... 13914 files and directories currently installed.) 08:44:58 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:44:58 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:44:58 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:44:58 (Reading database ... 13914 files and directories currently installed.) 08:44:58 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:44:58 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:44:58 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:44:59 (Reading database ... 13914 files and directories currently installed.) 08:44:59 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:44:59 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:44:59 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:44:59 (Reading database ... 13914 files and directories currently installed.) 08:44:59 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:44:59 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:44:59 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:44:59 (Reading database ... 13914 files and directories currently installed.) 08:44:59 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:44:59 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:44:59 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 08:44:59 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:44:59 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:45:00 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:45:00 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:45:00 (Reading database ... 13914 files and directories currently installed.) 08:45:00 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:45:00 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:45:00 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:45:00 (Reading database ... 13914 files and directories currently installed.) 08:45:00 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:45:00 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:45:00 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:45:01 (Reading database ... 13914 files and directories currently installed.) 08:45:01 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:45:01 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:45:01 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:45:01 (Reading database ... 13914 files and directories currently installed.) 08:45:01 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 08:45:01 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 08:45:01 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 08:45:01 (Reading database ... 13914 files and directories currently installed.) 08:45:01 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:45:01 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:45:02 Setting up passwd (1:4.5-1ubuntu2) ... 08:45:02 (Reading database ... 13914 files and directories currently installed.) 08:45:02 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 08:45:02 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:45:02 Setting up gpgv (2.2.4-1ubuntu1.4) ... 08:45:02 (Reading database ... 13914 files and directories currently installed.) 08:45:02 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 08:45:02 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:45:02 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 08:45:02 (Reading database ... 13914 files and directories currently installed.) 08:45:02 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 08:45:02 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:45:02 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 08:45:02 (Reading database ... 13914 files and directories currently installed.) 08:45:02 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:45:02 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:45:03 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:45:03 (Reading database ... 13914 files and directories currently installed.) 08:45:03 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:45:03 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:45:03 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:45:03 (Reading database ... 13914 files and directories currently installed.) 08:45:03 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:45:03 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:45:03 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:45:03 (Reading database ... 13914 files and directories currently installed.) 08:45:03 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:45:03 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:45:03 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:45:03 (Reading database ... 13914 files and directories currently installed.) 08:45:03 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 08:45:03 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 08:45:03 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 08:45:04 (Reading database ... 13914 files and directories currently installed.) 08:45:04 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 08:45:04 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 08:45:04 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 08:45:04 (Reading database ... 13915 files and directories currently installed.) 08:45:04 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:45:04 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:45:04 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:45:04 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:45:05 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:45:05 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:45:05 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:45:05 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:45:05 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:45:05 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:45:05 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:45:05 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:45:05 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:45:05 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:45:05 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:45:05 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:45:06 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:45:06 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:45:06 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:45:06 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:45:06 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:45:06 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:45:06 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:45:06 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:45:07 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:45:07 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:45:07 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:45:07 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:45:07 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:45:07 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:45:08 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:45:08 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:45:08 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:45:08 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:45:08 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:45:08 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:45:08 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:08 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:08 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:08 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:09 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:09 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:09 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:09 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:10 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:10 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:10 ---> e8dbfe23573a 08:45:10 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:45:10 ---> 3caa575315dd 08:45:10 Step 9/23 : RUN make cmd/core-command/core-command 08:45:10 ---> 9f830cef9162 08:45:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:45:10 ---> Running in 82581d44d2a1 08:45:10 ---> bd0c0f8c3277 08:45:10 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:45:10 ---> 0b8d3ec8c805 08:45:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:45:10 ---> Running in e0256ff31f72 08:45:10 ---> Running in 4bf67550f2a1 08:45:10 ---> Running in 831c1b2eaaf1 08:45:10 ---> Running in c45ee1ca0c15 08:45: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:45:10 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:45: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:45:10 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: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:45:11 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:11 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:11 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:11 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:12 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:12 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:13 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:45:13 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:45:13 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:45:13 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:45:13 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:45:13 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:45:13 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:45:13 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:45:13 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:45:13 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:45:13 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:45:13 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:45:13 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:45:13 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:45:14 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:45:14 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:45:14 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:14 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:45:14 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:14 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:14 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:14 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:45:14 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:45:14 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:45:14 08:45:14 Current default time zone: 'Etc/UTC' 08:45:14 Local time is now: Sat May 1 08:45:14 UTC 2021. 08:45:14 Universal Time is now: Sat May 1 08:45:14 UTC 2021. 08:45:14 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:45:14 08:45:14 Setting up systemd-sysv (237-3ubuntu10.46) ... 08:45:14 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:14 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 08:45:14 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:45:14 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:45:14 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:45:14 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:45:15 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:45:15 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:45:15 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:45:15 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:15 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:45:15 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:45:15 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 08:45:15 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:15 Setting up patch (2.7.6-2ubuntu1.1) ... 08:45:15 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:45:15 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:45:15 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 08:45:15 Installing new version of config file /etc/ssl/openssl.cnf ... 08:45:15 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:45:15 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:45:15 Setting up ca-certificates (20210119~18.04.1) ... 08:45:17 Updating certificates in /etc/ssl/certs... 08:45:18 23 added, 27 removed; done. 08:45:18 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:45:18 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:18 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:45:18 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:45:18 Setting up pkgbinarymangler (138.18.04.1) ... 08:45:18 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:45:18 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 08:45:18 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:45:18 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:45:18 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:45:18 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:45:18 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:45:18 Setting up perl (5.26.1-6ubuntu0.5) ... 08:45:18 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 08:45:18 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:45:18 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:45:19 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 08:45:19 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:45:19 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:45:19 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:45:19 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:45:19 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:45:19 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:45:19 Processing triggers for systemd (237-3ubuntu10.46) ... 08:45:19 Processing triggers for mime-support (3.60ubuntu1) ... 08:45:19 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:45:19 Updating certificates in /etc/ssl/certs... 08:45:20 0 added, 0 removed; done. 08:45:20 Running hooks in /etc/ca-certificates/update.d... 08:45:20 done. 08:45:20 Reading package lists... 08:45:20 Building dependency tree... 08:45:20 Reading state information... 08:45:20 The following NEW packages will be installed: 08:45:20 apt-transport-https 08:45:21 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:45:21 Need to get 1692 B of archives. 08:45:21 After this operation, 154 kB of additional disk space will be used. 08:45:21 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 08:45:21 debconf: delaying package configuration, since apt-utils is not installed 08:45:21 Fetched 1692 B in 1s (2282 B/s) 08:45:21 Selecting previously unselected package apt-transport-https. 08:45:21 (Reading database ... 13920 files and directories currently installed.) 08:45:21 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 08:45:21 Unpacking apt-transport-https (1.6.13) ... 08:45:22 Setting up apt-transport-https (1.6.13) ... 08:45:22 Waiting for network to be ready... 08:45:27 2021-05-01T08:45:25Z INFO Waiting for automatic snapd restart... 08:45:28 snapd 2.49.2 from Canonical* installed 08:45:29 "snapd" switched to the "latest/stable" channel 08:45:29 08:45:32 core18 20210309 from Canonical* installed 08:45:32 "core18" switched to the "latest/stable" channel 08:45:32 08:45:35 snapcraft 4.6.3 from Canonical* installed 08:45:36 "snapcraft" switched to the "latest/stable" channel 08:45:36 08:45:40 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:45:40 - README.md 08:45:40 08:45:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:45:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:45:46 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:45:46 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:45:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:45:47 Reading package lists... 08:45:48 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:45:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:45:54 Reading package lists... 08:45:54 Building dependency tree... 08:45:54 Reading state information... 08:45:54 Suggested packages: 08:45:54 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:45:54 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:45:54 Recommended packages: 08:45:54 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:45:54 The following NEW packages will be installed: 08:45:54 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:45:54 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:45:54 pkg-config zip 08:45:54 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:45:54 Need to get 7663 kB of archives. 08:45:54 After this operation, 43.8 MB of additional disk space will be used. 08:45:54 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:45:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 08:45:54 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:45:55 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:45:55 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:45:55 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:45:55 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:45:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:45:55 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:45:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:45:55 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 08:45:55 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 08:45:55 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 08:45:55 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:45:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:45:55 debconf: delaying package configuration, since apt-utils is not installed 08:45:55 Fetched 7663 kB in 1s (6988 kB/s) 08:45:55 Selecting previously unselected package libglib2.0-0:amd64. 08:45:55 (Reading database ... 13924 files and directories currently installed.) 08:45:55 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 08:45:55 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:45:56 Selecting previously unselected package libpsl5:amd64. 08:45:56 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:45:56 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:45:56 Selecting previously unselected package libnghttp2-14:amd64. 08:45:56 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:45:56 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:45:56 Selecting previously unselected package librtmp1:amd64. 08:45:56 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:45:56 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:45:56 Selecting previously unselected package libcurl3-gnutls:amd64. 08:45:56 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 08:45:56 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:45:56 Selecting previously unselected package liberror-perl. 08:45:56 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:45:56 Unpacking liberror-perl (0.17025-1) ... 08:45:56 Selecting previously unselected package git-man. 08:45:56 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 08:45:56 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 08:45:56 Selecting previously unselected package git. 08:45:56 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 08:45:56 Unpacking git (1:2.17.1-1ubuntu0.8) ... 08:45:57 Selecting previously unselected package libnorm1:amd64. 08:45:57 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:45:57 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:45:57 Selecting previously unselected package libpgm-5.2-0:amd64. 08:45:57 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:45:57 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:45:57 Selecting previously unselected package libsodium23:amd64. 08:45:57 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:45:57 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:45:57 Selecting previously unselected package libzmq5:amd64. 08:45:57 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:45:58 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:45:58 Selecting previously unselected package libzmq3-dev:amd64. 08:45:58 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:45:58 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:45:58 Selecting previously unselected package pkg-config. 08:45:58 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:45:58 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:45:58 Selecting previously unselected package zip. 08:45:58 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:45:58 Unpacking zip (3.0-11build1) ... 08:45:58 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:45:58 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 08:45:58 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:45:58 Setting up liberror-perl (0.17025-1) ... 08:45:58 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:45:58 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:45:58 No schema files found: doing nothing. 08:45:58 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:45:58 Setting up zip (3.0-11build1) ... 08:45:58 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:45:58 Setting up libsodium23:amd64 (1.0.16-2) ... 08:45:58 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:45:58 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:45:58 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:45:58 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:45:58 Setting up git (1:2.17.1-1ubuntu0.8) ... 08:45:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:46:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:46:05 git set to automatically installed. 08:46:05 git-man set to automatically installed. 08:46:05 libcurl3-gnutls set to automatically installed. 08:46:05 liberror-perl set to automatically installed. 08:46:05 libglib2.0-0 set to automatically installed. 08:46:05 libnghttp2-14 set to automatically installed. 08:46:05 libnorm1 set to automatically installed. 08:46:05 libpgm-5.2-0 set to automatically installed. 08:46:05 libpsl5 set to automatically installed. 08:46:05 librtmp1 set to automatically installed. 08:46:05 libsodium23 set to automatically installed. 08:46:05 libzmq3-dev set to automatically installed. 08:46:05 libzmq5 set to automatically installed. 08:46:05 pkg-config set to automatically installed. 08:46:05 zip set to automatically installed. 08:46:07 snapd is not logged in, snap install commands will use sudo 08:46:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:46:13 snap "core18" has no updates available 08:46:14 snapd is not logged in, snap install commands will use sudo 08:46:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:46:36 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 08:46:36 Pulling go-build-helper 08:46:36 + snapcraftctl pull 08:46:36 'app-service-config' has dependencies that need to be staged: go-build-helper 08:46:36 Skipping pull go-build-helper (already ran) 08:46:36 Building go-build-helper 08:46:36 + snapcraftctl build 08:46:37 Staging go-build-helper 08:46:37 + snapcraftctl stage 08:46:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:46:47 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:46:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:46:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:46:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:46:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:46:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:46:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:46:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:46:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:46:47 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:46:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:46:47 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:46:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:46:47 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:46:47 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:46:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:46:47 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:46:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:46:47 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:46:47 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:46:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:46:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:46:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 08:46:47 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:46:47 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 08:46:47 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:46:47 Fetched 24.4 MB in 0s (0 B/s) 08:46:47 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:46:47 Fetched 224 kB in 0s (0 B/s) 08:46:47 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:46:47 Fetched 157 kB in 0s (0 B/s) 08:46:47 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:46:47 Fetched 221 kB in 0s (0 B/s) 08:46:47 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:46:47 Fetched 143 kB in 0s (0 B/s) 08:46:47 Pulling app-service-config 08:46:47 + snapcraftctl pull 08:46:48 Cloning into '/root/parts/app-service-config/src'... 08:46:49 Pulling config-common 08:46:49 + snapcraftctl pull 08:46:53 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:46:53 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:46:53 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:46:53 Fetched 0 B in 0s (0 B/s) 08:46:53 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:46:53 Fetched 0 B in 0s (0 B/s) 08:46:53 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:46:53 Fetched 0 B in 0s (0 B/s) 08:46:53 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:46:53 Fetched 0 B in 0s (0 B/s) 08:46:53 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:46:53 Fetched 0 B in 0s (0 B/s) 08:46:53 Pulling edgex-go 08:46:53 + snapcraftctl pull 08:47:02 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:10 Removing intermediate container c45ee1ca0c15 08:47:10 ---> 2efc5e6c7eee 08:47:10 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:47:10 Removing intermediate container 831c1b2eaaf1 08:47:10 ---> 1c30bc1a7a7b 08:47:10 08:47:10 Step 10/21 : FROM alpine:3.12 08:47:10 3.12: Pulling from library/alpine 08:47:10 ---> Running in 9a82525578eb 08:47:12 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:47:12 Status: Downloaded newer image for alpine:3.12 08:47:12 ---> 9852663dfa18 08:47:12 Step 11/21 : RUN apk add --update --no-cache curl 08:47:13 ---> Running in 920f3a454b50 08:47:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:47:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:16 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:47:16 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:47:16 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:47:16 Fetched 0 B in 0s (0 B/s) 08:47:16 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:47:16 Fetched 96.5 kB in 0s (0 B/s) 08:47:16 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:47:16 Fetched 279 kB in 0s (0 B/s) 08:47:16 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:47:16 Fetched 122 kB in 0s (0 B/s) 08:47:16 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:47:16 Fetched 77.8 kB in 0s (0 B/s) 08:47:16 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:47:16 Fetched 8848 B in 0s (0 B/s) 08:47:16 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:47:16 Fetched 47.8 kB in 0s (0 B/s) 08:47:16 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:47:16 Fetched 45.6 kB in 0s (0 B/s) 08:47:16 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:47:16 Fetched 15.0 kB in 0s (0 B/s) 08:47:16 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 08:47:16 Fetched 219 kB in 0s (0 B/s) 08:47:16 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 08:47:16 Fetched 154 kB in 0s (0 B/s) 08:47:16 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:47:16 Fetched 50.6 kB in 0s (0 B/s) 08:47:16 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:47:16 Fetched 14.8 kB in 0s (0 B/s) 08:47:16 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:47:16 Fetched 41.8 kB in 0s (0 B/s) 08:47:16 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:47:16 Fetched 499 kB in 0s (0 B/s) 08:47:16 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:47:16 Fetched 111 kB in 0s (0 B/s) 08:47:16 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:47:16 Fetched 240 kB in 0s (0 B/s) 08:47:16 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:47:16 Fetched 29.3 kB in 0s (0 B/s) 08:47:16 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:47:16 Fetched 85.5 kB in 0s (0 B/s) 08:47:16 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:47:16 Fetched 24.5 kB in 0s (0 B/s) 08:47:16 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:47:16 Fetched 49.2 kB in 0s (0 B/s) 08:47:16 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:47:16 Fetched 54.2 kB in 0s (0 B/s) 08:47:16 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:47:16 Fetched 30.8 kB in 0s (0 B/s) 08:47:16 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 08:47:16 Fetched 15.8 kB in 0s (0 B/s) 08:47:16 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:47:16 Fetched 85.9 kB in 0s (0 B/s) 08:47:16 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:47:16 Fetched 8720 B in 0s (0 B/s) 08:47:16 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 08:47:16 Fetched 137 kB in 0s (0 B/s) 08:47:16 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:47:16 Fetched 119 kB in 0s (0 B/s) 08:47:16 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 08:47:16 Fetched 110 kB in 0s (0 B/s) 08:47:16 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:47:16 Fetched 11.1 kB in 0s (0 B/s) 08:47:16 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:47:16 Fetched 645 kB in 0s (0 B/s) 08:47:16 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:47:16 Fetched 41.3 kB in 0s (0 B/s) 08:47:16 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:47:16 Fetched 17.9 kB in 0s (0 B/s) 08:47:16 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:47:16 Fetched 368 kB in 0s (0 B/s) 08:47:16 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:47:16 Fetched 187 kB in 0s (0 B/s) 08:47:16 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:47:16 Fetched 175 kB in 0s (0 B/s) 08:47:16 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:47:16 Fetched 206 kB in 0s (0 B/s) 08:47:16 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 08:47:16 Fetched 1301 kB in 0s (0 B/s) 08:47:16 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:47:16 Fetched 36.2 kB in 0s (0 B/s) 08:47:16 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 08:47:16 Fetched 159 kB in 0s (0 B/s) 08:47:16 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:47:16 Fetched 107 kB in 0s (0 B/s) 08:47:16 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:47:16 Fetched 48.7 kB in 0s (0 B/s) 08:47:16 Pulling static-packages 08:47:16 + snapcraftctl pull 08:47:16 Pulling version 08:47:16 + cd /root/project 08:47:16 + [ -f VERSION ] 08:47:16 + PROJECT_VERSION=local-dev 08:47:16 + git rev-parse --short HEAD 08:47:16 + GIT_REVISION=35851e1a 08:47:16 + snapcraftctl set-version local-dev 08:47:16 Skipping build go-build-helper (already ran) 08:47:16 (1/4) Installing ca-certificates (20191127-r4) 08:47:16 Building app-service-config 08:47:16 + make build 08:47:16 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 08:47:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:47:17 (3/4) Installing libcurl (7.76.1-r0) 08:47:17 (4/4) Installing curl (7.76.1-r0) 08:47:17 Executing busybox-1.31.1-r20.trigger 08:47:17 Executing ca-certificates-20191127-r4.trigger 08:47:17 OK: 7 MiB in 18 packages 08:47:18 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 08:47:18 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 08:47:18 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 08:47:18 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 08:47:18 go: downloading github.com/gorilla/mux v1.8.0 08:47:18 go: downloading github.com/google/uuid v1.2.0 08:47:18 go: downloading github.com/go-kit/kit v0.8.0 08:47:18 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:47:18 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 08:47:19 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 08:47:19 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:47:19 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 08:47:19 Removing intermediate container 9a82525578eb 08:47:19 ---> a0c8a22b1e36 08:47:19 08:47:19 Step 11/23 : FROM docker:20.10.0 08:47:19 Removing intermediate container 4bf67550f2a1 08:47:19 ---> bcda48c5914f 08:47:19 08:47:19 Step 10/23 : FROM alpine:3.12 08:47:19 ---> 9852663dfa18 08:47:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:47:19 20.10.0: Pulling from library/docker 08:47:19 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 08:47:19 Removing intermediate container 82581d44d2a1 08:47:19 ---> 2b74abac7f2e 08:47:19 08:47:19 Removing intermediate container e0256ff31f72 08:47:19 ---> 9943b130d3f1 08:47:19 08:47:19 Step 10/22 : FROM alpine:3.12 08:47:19 ---> 9852663dfa18 08:47:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:47:19 Step 10/22 : FROM alpine:3.12 08:47:19 ---> 9852663dfa18 08:47:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:47:19 go: downloading github.com/pelletier/go-toml v1.9.0 08:47:19 go: downloading github.com/x448/float16 v0.8.4 08:47:19 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:47:19 go: downloading github.com/pebbe/zmq4 v1.2.7 08:47:19 go: downloading github.com/hashicorp/consul/api v1.8.1 08:47:19 go: downloading github.com/go-playground/validator/v10 v10.5.0 08:47:19 ---> Running in 4ff969119266 08:47:19 go: downloading github.com/hashicorp/go-hclog v0.12.0 08:47:19 go: downloading github.com/gorilla/websocket v1.4.2 08:47:19 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 08:47:19 go: downloading github.com/hashicorp/serf v0.9.5 08:47:19 go: downloading golang.org/x/text v0.3.2 08:47:19 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:47:19 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:47:19 go: downloading github.com/leodido/go-urn v1.2.0 08:47:19 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 08:47:19 go: downloading github.com/mattn/go-isatty v0.0.12 08:47:19 go: downloading github.com/go-playground/universal-translator v0.17.0 08:47:19 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:47:19 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:47:20 ---> Running in 214b3a96f171 08:47:20 ---> Running in 3f45227eea0c 08:47:20 Removing intermediate container 920f3a454b50 08:47:20 ---> 7c12bb46ebc2 08:47:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:47:20 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 08:47:20 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 08:47:20 go: downloading github.com/fatih/color v1.9.0 08:47:20 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:47:20 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 08:47:20 go: downloading github.com/go-playground/locales v0.13.0 08:47:20 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:47:20 go: downloading github.com/mitchellh/copystructure v1.0.0 08:47:20 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:47:20 go: downloading github.com/mattn/go-colorable v0.1.6 08:47:20 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:47:20 ---> Running in 9e695688070a 08:47:20 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:47:20 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:47:21 Removing intermediate container 9e695688070a 08:47:21 ---> 313ec41d77b3 08:47:21 Step 13/21 : WORKDIR /edgex 08:47:21 ---> Running in 949fa93f741d 08:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:22 Removing intermediate container 949fa93f741d 08:47:22 ---> 63ad586111c6 08:47:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:22 (1/1) Installing dumb-init (1.2.2-r1) 08:47:22 Executing busybox-1.31.1-r20.trigger 08:47:22 OK: 5 MiB in 15 packages 08:47:23 (1/2) Installing ca-certificates (20191127-r4) 08:47:23 (1/1) Installing dumb-init (1.2.2-r1) 08:47:23 Executing busybox-1.31.1-r20.trigger 08:47:23 (2/2) Installing dumb-init (1.2.2-r1) 08:47:23 OK: 5 MiB in 15 packages 08:47:23 Executing busybox-1.31.1-r20.trigger 08:47:23 Executing ca-certificates-20191127-r4.trigger 08:47:23 OK: 6 MiB in 16 packages 08:47:24 ---> 89440a09c5c3 08:47:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:47:26 Removing intermediate container 4ff969119266 08:47:26 ---> d5a2261b7a3e 08:47:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:47:26 Removing intermediate container 214b3a96f171 08:47:26 ---> be5f7503ac73 08:47:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:47:26 ---> Running in 5e4aba907e2f 08:47:27 ---> daab747aa46e 08:47:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:47:27 ---> Running in 16e82a652588 08:47:27 Removing intermediate container 3f45227eea0c 08:47:27 ---> 91d755c69b9e 08:47:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:47:27 Removing intermediate container 5e4aba907e2f 08:47:27 ---> 9596d070cfcd 08:47:27 Step 13/23 : ENV APP_PORT=48082 08:47:28 Removing intermediate container 16e82a652588 08:47:28 ---> 24e66df4402b 08:47:28 Step 13/22 : ENV APP_PORT=48085 08:47:28 ---> Running in 64703040e3a9 08:47:28 ---> Running in 9c3251cb251f 08:47:28 ---> Running in 5f33d2c22bb5 08:47:29 Removing intermediate container 64703040e3a9 08:47:29 ---> 4300669d982d 08:47:29 Step 13/22 : ENV APP_PORT=48060 08:47:29 Removing intermediate container 9c3251cb251f 08:47:29 ---> 66dabc8d3966 08:47:29 Step 14/23 : EXPOSE $APP_PORT 08:47:29 ---> 3904df19c0d7 08:47:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:47:29 ---> Running in f3489648f33d 08:47:29 ---> Running in 228700ca500d 08:47:29 ---> Running in ccf9749f85a5 08:47:29 Removing intermediate container 5f33d2c22bb5 08:47:29 ---> 9a46ac005a78 08:47:29 Step 14/22 : EXPOSE $APP_PORT 08:47:30 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 08:47:30 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 08:47:30 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 08:47:30 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 08:47:30 ---> Running in 7b933eac11ef 08:47:30 Removing intermediate container f3489648f33d 08:47:30 ---> e4d598696e3c 08:47:30 Step 15/23 : WORKDIR / 08:47:30 Removing intermediate container 228700ca500d 08:47:30 ---> 01e9754aa6b0 08:47:30 Step 14/22 : EXPOSE $APP_PORT 08:47:30 Removing intermediate container ccf9749f85a5 08:47:30 ---> 263476b52b70 08:47:30 Step 18/21 : CMD ["--init=true"] 08:47:31 Building config-common 08:47:31 + snapcraftctl build 08:47:31 ---> Running in cb83660bf09d 08:47:31 Removing intermediate container 7b933eac11ef 08:47:31 ---> fe969f9df7ed 08:47:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:47:31 ---> Running in 0c66506a7d8b 08:47:31 ---> Running in d34dbd818250 08:47:31 Removing intermediate container cb83660bf09d 08:47:31 ---> 20ee6a13e05c 08:47:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:47:32 Removing intermediate container d34dbd818250 08:47:32 ---> 1c10abb66041 08:47:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:47:32 Removing intermediate container 0c66506a7d8b 08:47:32 ---> cb0b48265534 08:47:32 Step 19/21 : LABEL arch=arm64 08:47:32 ---> 0a6150831a61 08:47:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:47:32 ---> Running in 1547f30dc0cc 08:47:33 ---> 0fc4c171f11c 08:47:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:47:33 Building edgex-go 08:47:33 + cd /root/parts/edgex-go/src 08:47:33 + make build 08:47:33 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:47:33 Removing intermediate container 1547f30dc0cc 08:47:33 ---> 93ad70bafc42 08:47:33 Step 20/21 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:47:33 ---> 200fa167837b 08:47:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:47:33 ---> Running in d630f1f97062 08:47:33 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.77 08:47:33 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:47:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:47:33 Status: Downloaded newer image for docker:20.10.0 08:47:33 ---> eeaf43b92773 08:47:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:47:34 go: downloading github.com/imdario/mergo v0.3.12 08:47:34 go: downloading github.com/pkg/errors v0.8.1 08:47:34 ---> Running in b401b4a12e1d 08:47:34 Removing intermediate container d630f1f97062 08:47:34 ---> a8c63f5a690c 08:47:34 Step 21/21 : LABEL version=0.0.0 08:47:35 ---> 236a3c55a6af 08:47:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:47:35 ---> c6f7d710b29d 08:47:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:47:35 ---> ae43c387e14c 08:47:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:47:35 ---> Running in c33476865766 08:47:35 Removing intermediate container b401b4a12e1d 08:47:35 ---> 515905d8aa43 08:47:35 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:47:35 ---> Running in eb75ef8109dc 08:47:35 Removing intermediate container c33476865766 08:47:35 ---> 2dd3151585e7 08:47:35 08:47:36 ---> 38122af481f0 08:47:36 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:47:36 ---> 4aa0c968bfec 08:47:36 Step 19/23 : ENTRYPOINT ["/core-command"] 08:47:36 ---> Running in eeea8bb779c6 08:47:36 ---> d623a2cd35fe 08:47:36 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:47:36 Successfully built 2dd3151585e7 08:47:36 ---> Running in 002d954bc431 08:47:36 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:47:36  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 08:47:36 ---> Running in 2851b74ea5e9 08:47:37 Removing intermediate container eeea8bb779c6 08:47:37 ---> baa938cb75f8 08:47:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:47:37 Removing intermediate container 002d954bc431 08:47:37 ---> 744aa8327ad6 08:47:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:47:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:37 ---> Running in d619e27f8742 08:47:37 ---> Running in 5e590b3eee2c 08:47:37 Removing intermediate container 2851b74ea5e9 08:47:37 ---> 72897b1367dd 08:47:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:47:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:37 ---> Running in 7a2a60c316ec 08:47:37 Removing intermediate container d619e27f8742 08:47:37 ---> 7a79e53c9ac3 08:47:37 Step 20/22 : LABEL arch=arm64 08:47:38 (1/39) Installing readline (8.0.4-r0) 08:47:38 (2/39) Installing bash (5.0.17-r0) 08:47:38 Executing bash-5.0.17-r0.post-install 08:47:38 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:47:38 (4/39) Installing libcurl (7.76.1-r0) 08:47:38 (5/39) Installing curl (7.76.1-r0) 08:47:38 Removing intermediate container 5e590b3eee2c 08:47:38 ---> c9cd0e24c758 08:47:38 Step 21/23 : LABEL arch=arm64 08:47:38 (6/39) Installing dumb-init (1.2.2-r1) 08:47:38 (7/39) Installing libbz2 (1.0.8-r1) 08:47:38 (8/39) Installing expat (2.2.9-r1) 08:47:38 (9/39) Installing libffi (3.3-r2) 08:47:38 (10/39) Installing gdbm (1.13-r1) 08:47:38 (11/39) Installing xz-libs (5.2.5-r0) 08:47:38 (12/39) Installing sqlite-libs (3.32.1-r0) 08:47:38 (13/39) Installing python3 (3.8.8-r0) 08:47:38 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:47:38 go: downloading gopkg.in/yaml.v2 v2.4.0 08:47:38 ---> Running in 8121266a62ba 08:47:40 (14/39) Installing py3-appdirs (1.4.4-r1) 08:47:40 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:47:40 (16/39) Installing py3-parsing (2.4.7-r0) 08:47:40 (17/39) Installing py3-six (1.15.0-r0) 08:47:40 (18/39) Installing py3-packaging (20.4-r0) 08:47:40 (19/39) Installing py3-setuptools (47.0.0-r0) 08:47:40 (20/39) Installing py3-chardet (3.0.4-r4) 08:47:40 ---> Running in 3b280de07e99 08:47:40 (21/39) Installing py3-idna (2.9-r0) 08:47:40 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:47:40 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:47:40 Removing intermediate container 7a2a60c316ec 08:47:40 ---> c930b774b574 08:47:40 Step 20/22 : LABEL arch=arm64 08:47:40 (24/39) Installing py3-requests (2.23.0-r0) 08:47:40 (25/39) Installing py3-msgpack (1.0.0-r0) 08:47:40 (26/39) Installing py3-lockfile (0.12.2-r3) 08:47:40 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:47:40 (28/39) Installing py3-colorama (0.4.3-r0) 08:47:40 (29/39) Installing py3-distlib (0.3.0-r0) 08:47:40 (30/39) Installing py3-distro (1.5.0-r1) 08:47:40 (31/39) Installing py3-webencodings (0.5.1-r3) 08:47:40 (32/39) Installing py3-html5lib (1.0.1-r4) 08:47:40 (33/39) Installing py3-pytoml (0.1.21-r0) 08:47:40 (34/39) Installing py3-pep517 (0.8.2-r0) 08:47:40 (35/39) Installing py3-progress (1.5-r0) 08:47:40 (36/39) Installing py3-toml (0.10.1-r0) 08:47:40 (37/39) Installing py3-retrying (1.3.3-r0) 08:47:40 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:47:40 (39/39) Installing py3-pip (20.1.1-r0) 08:47:40 Removing intermediate container 8121266a62ba 08:47:40 ---> 3eae4f6e15cf 08:47:40 Step 21/22 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:47:41 Executing busybox-1.31.1-r19.trigger 08:47:41 OK: 72 MiB in 59 packages 08:47:41 ---> Running in 43501813d709 08:47:41 Removing intermediate container 3b280de07e99 08:47:41 ---> 8c95a0fcb416 08:47:41 Step 22/23 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:47:41 ---> Running in 177493a04748 08:47:42 ---> Running in edd33c1d6629 08:47:42 Removing intermediate container 43501813d709 08:47:42 ---> 9df204df50df 08:47:42 Step 21/22 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:47:42 Removing intermediate container 177493a04748 08:47:42 ---> c2c53e57a6f6 08:47:42 Step 22/22 : LABEL version=0.0.0 08:47:43 ---> Running in eedd25675b26 08:47:43 Removing intermediate container edd33c1d6629 08:47:43 ---> f28ab07f1776 08:47:43 Step 23/23 : LABEL version=0.0.0 08:47:43 ---> Running in cbc822b07ae1 08:47:43 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:47:43 ---> Running in 32606db03ddf 08:47:43 Removing intermediate container eedd25675b26 08:47:43 ---> 9e1590e1e136 08:47:43 Step 22/22 : LABEL version=0.0.0 08:47:44 ---> Running in 0b76a810ab8f 08:47:44 Removing intermediate container cbc822b07ae1 08:47:44 ---> 132feefcc56c 08:47:44 08:47:44 Removing intermediate container 32606db03ddf 08:47:44 ---> 9f1b947b5132 08:47:44 08:47:44 Removing intermediate container 0b76a810ab8f 08:47:44 ---> 9df5069f2625 08:47:44 08:47:44 Successfully built 132feefcc56c 08:47:44 Successfully built 9f1b947b5132 08:47:44 Successfully tagged docker-support-scheduler-go-arm64:latest 08:47:44 Building docker-core-metadata-go 08:47:44  Building docker-support-scheduler-go ... done Successfully tagged docker-core-command-go-arm64:latest 08:47:44  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 08:47:45 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:47:45 Successfully built 9df5069f2625 08:47:45 Successfully tagged docker-support-notifications-go-arm64:latest 08:47:45 Building docker-core-data-go 08:47:46  Building docker-support-notifications-go ... done Collecting docker-compose==1.23.2 08:47:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:47:46 Collecting cached-property<2,>=1.2.0 08:47:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:47:46 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:47:46 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:47:47 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:47:47 go: downloading github.com/stretchr/testify v1.7.0 08:47:47 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:47:47 go: downloading github.com/davecgh/go-spew v1.1.1 08:47:47 go: downloading github.com/pmezard/go-difflib v1.0.0 08:47:47 Collecting docker<4.0,>=3.6.0 08:47:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:47:48 Collecting docopt<0.7,>=0.6.1 08:47:48 Downloading docopt-0.6.2.tar.gz (25 kB) 08:47:49 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:47:49 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:47:49 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:47:50 Collecting texttable<0.10,>=0.9.0 08:47:50 Downloading texttable-0.9.1.tar.gz (11 kB) 08:47:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:47:52 Collecting dockerpty<0.5,>=0.4.1 08:47:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:47:52 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:47:54 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:47:55 Collecting jsonschema<3,>=2.5.1 08:47:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:47:55 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:55 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:47:55 Collecting websocket-client<1.0,>=0.32.0 08:47:55 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:47:57 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:47:57 go: downloading github.com/lib/pq v1.10.1 08:47:57 Collecting PyYAML<4,>=3.10 08:47:57 Downloading PyYAML-3.13.tar.gz (270 kB) 08:47:59 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 08:47:59 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 08:47:59 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 08:47:59 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 08:47:59 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 08:47:59 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 08:47:59 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 08:47:59 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 08:47:59 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 08:47:59 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 08:47:59 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 08:47:59 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 08:47:59 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 08:47:59 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 08:47:59 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 08:47:59 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 08:47:59 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 08:47:59 + 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:47:59 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 08:47:59 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 08:47:59 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 08:47:59 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 08:47:59 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 08:47:59 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 08:47:59 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 08:47:59 + 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:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:48:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:48:01 Collecting docker-pycreds>=0.4.0 08:48:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:48: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:48:02 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:48:02 Collecting urllib3<1.25,>=1.21.1 08:48:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:48:03 Building static-packages 08:48:03 + snapcraftctl build 08:48:03 Collecting idna<2.8,>=2.5 08:48:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:48:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:48:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:48:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:48:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:48:04 Building version 08:48:04 + snapcraftctl build 08:48:04 Installing collected packages: cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, texttable, dockerpty, jsonschema, PyYAML, docker-compose 08:48:05 Attempting uninstall: urllib3 08:48:05 Found existing installation: urllib3 1.25.9 08:48:05 Uninstalling urllib3-1.25.9: 08:48:05 Successfully uninstalled urllib3-1.25.9 08:48:05 Attempting uninstall: idna 08:48:05 Found existing installation: idna 2.9 08:48:05 Uninstalling idna-2.9: 08:48:06 Successfully uninstalled idna-2.9 08:48:06 Attempting uninstall: requests 08:48:06 Found existing installation: requests 2.23.0 08:48:06 Uninstalling requests-2.23.0: 08:48:06 Successfully uninstalled requests-2.23.0 08:48:06 Skipping stage go-build-helper (already ran) 08:48:06 Staging app-service-config 08:48:06 + snapcraftctl stage 08:48:07 Staging config-common 08:48:07 + snapcraftctl stage 08:48:08 Running setup.py install for docopt: started 08:48:08 Staging edgex-go 08:48:08 + snapcraftctl stage 08:48:09 Staging static-packages 08:48:09 + snapcraftctl stage 08:48:10 Running setup.py install for docopt: finished with status 'done' 08:48:10 Running setup.py install for texttable: started 08:48:10 Staging version 08:48:10 + snapcraftctl stage 08:48:11 Priming go-build-helper 08:48:11 + snapcraftctl prime 08:48:11 Running setup.py install for texttable: finished with status 'done' 08:48:11 Running setup.py install for dockerpty: started 08:48:12 Priming app-service-config 08:48:12 + snapcraftctl prime 08:48:13 Priming config-common 08:48:13 + snapcraftctl prime 08:48:14 Running setup.py install for dockerpty: finished with status 'done' 08:48:14 Running setup.py install for PyYAML: started 08:48:14 Priming edgex-go 08:48:14 + snapcraftctl prime 08:48:16 Priming static-packages 08:48:16 + snapcraftctl prime 08:48:17 Running setup.py install for PyYAML: finished with status 'done' 08:48:18 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 08:48:18 Priming version 08:48:18 + snapcraftctl prime 08:48:20 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 08:48:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:48:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:48:21 ---> 4faa0b2c8bf6 08:48:21 Step 3/24 : WORKDIR /edgex-go 08:48:21 ---> Using cache 08:48:21 ---> e91c387abd2f 08:48:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:48:21 ---> Using cache 08:48:21 ---> 987e72d7208c 08:48:21 Step 5/24 : RUN apk add --update --no-cache make git 08:48:21 ---> Using cache 08:48:21 ---> 2c63d8d641f2 08:48:21 Step 6/24 : COPY go.mod . 08:48:21 ---> Using cache 08:48:21 ---> a60a2b6b2ece 08:48:21 Step 7/24 : RUN go mod download 08:48:21 ---> Using cache 08:48:21 ---> 9bfab90db59e 08:48:21 Step 8/24 : COPY . . 08:48:21 ---> Using cache 08:48:21 ---> 3caa575315dd 08:48:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:48:29 ---> Running in 3e35d39518e6 08:48:31 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:35 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:48:35 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:48:35 ---> 4faa0b2c8bf6 08:48:35 Step 3/31 : WORKDIR /edgex-go 08:48:35 ---> Using cache 08:48:35 ---> e91c387abd2f 08:48:35 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:48:35 ---> Using cache 08:48:35 ---> 987e72d7208c 08:48:35 Step 5/31 : RUN apk add --update --no-cache make git 08:48:35 ---> Using cache 08:48:35 ---> 2c63d8d641f2 08:48:35 Step 6/31 : COPY go.mod . 08:48:35 ---> Using cache 08:48:35 ---> a60a2b6b2ece 08:48:35 Step 7/31 : RUN go mod download 08:48:35 ---> Using cache 08:48:35 ---> 9bfab90db59e 08:48:35 Step 8/31 : COPY . . 08:48:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:48:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:48:36 ---> 4faa0b2c8bf6 08:48:36 Step 3/23 : WORKDIR /edgex-go 08:48:36 ---> Using cache 08:48:36 ---> e91c387abd2f 08:48:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:48:36 ---> Using cache 08:48:36 ---> 987e72d7208c 08:48:36 Step 5/23 : RUN apk add --update --no-cache make git 08:48:36 ---> Using cache 08:48:36 ---> 2c63d8d641f2 08:48:36 Step 6/23 : COPY go.mod . 08:48:36 ---> Using cache 08:48:36 ---> a60a2b6b2ece 08:48:36 Step 7/23 : RUN go mod download 08:48:36 ---> Using cache 08:48:36 ---> 9bfab90db59e 08:48:36 Step 8/23 : COPY . . 08:48:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:48:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:48:36 ---> 4faa0b2c8bf6 08:48:36 Step 3/23 : WORKDIR /edgex-go 08:48:36 ---> Using cache 08:48:36 ---> e91c387abd2f 08:48:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:48:36 ---> Using cache 08:48:36 ---> 987e72d7208c 08:48:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:48:36 ---> Using cache 08:48:36 ---> 3caa575315dd 08:48:36 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:48:36 ---> Using cache 08:48:36 ---> 3caa575315dd 08:48:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:48:38 ---> Running in c576cd88e8e6 08:48:38 ---> Running in 933744bfe5dc 08:48:38 ---> Running in c90ae87c0b18 08:48:41 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:41 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:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:48:43 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:48:43 Removing intermediate container eb75ef8109dc 08:48:43 ---> 9bf3ddbf9c87 08:48:43 Step 14/23 : ENV APP_PORT=48090 08:48:43 ---> Running in b2d5cb0ff5d5 08:48:44 OK: 218 MiB in 52 packages 08:48:44 Removing intermediate container b2d5cb0ff5d5 08:48:44 ---> c6e53c269e80 08:48:44 Step 15/23 : EXPOSE $APP_PORT 08:48:44 ---> Running in 8f8f16f80d2a 08:48:45 Removing intermediate container 8f8f16f80d2a 08:48:45 ---> a941aa01d6a7 08:48:45 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:48:46 Removing intermediate container c90ae87c0b18 08:48:46 ---> beac8ce5ba8b 08:48:46 Step 6/23 : COPY go.mod . 08:48:48 ---> e1507197579e 08:48:48 Step 7/23 : RUN go mod download 08:48:48 ---> b60cc31e3057 08:48:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:48:48 ---> Running in 4a1600b819a2 08:48:49 ---> e75990af2a61 08:48:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:48:50 ---> 877c1f1fa133 08:48:50 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:48:51 ---> Running in 5b18284ebd64 08:48:51 Removing intermediate container 5b18284ebd64 08:48:51 ---> e7d11b4c1e33 08:48:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:52 ---> Running in ed0695a95569 08:48:53 Removing intermediate container ed0695a95569 08:48:53 ---> e4f96cbc62ca 08:48:53 Step 21/23 : LABEL arch=arm64 08:48:53 ---> Running in b7d365e83b98 08:48:53 Removing intermediate container 4a1600b819a2 08:48:53 ---> aa40cedf4227 08:48:53 Step 8/23 : COPY . . 08:48:53 Removing intermediate container b7d365e83b98 08:48:53 ---> eaccd420778e 08:48:53 Step 22/23 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:48:54 ---> Running in 58c1669b4efd 08:48:54 Removing intermediate container 58c1669b4efd 08:48:54 ---> 1f74ddaec33c 08:48:54 Step 23/23 : LABEL version=0.0.0 08:48:55 ---> Running in 92d589b97ad5 08:48:57 Removing intermediate container 92d589b97ad5 08:48:57 ---> f0d4ec4e0369 08:48:57 08:48:58 Successfully built f0d4ec4e0369 08:48:58 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:49:13  Building docker-sys-mgmt-agent-go ... done  ---> 744746ab510c 08:49:13 Step 9/23 : RUN make cmd/core-data/core-data 08:49:13 ---> Running in 114d67a52d1d 08:49:15 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:49:54 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:50:00 Removing intermediate container 3e35d39518e6 08:50:00 ---> cf6db3a467ab 08:50:00 08:50:00 Step 10/24 : FROM alpine:3.12 08:50:00 ---> 9852663dfa18 08:50:00 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:50:00 ---> Running in 6ba6ab738458 08:50:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:02 (1/6) Installing ca-certificates (20191127-r4) 08:50:02 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:50:02 (3/6) Installing libcurl (7.76.1-r0) 08:50:02 (4/6) Installing curl (7.76.1-r0) 08:50:02 (5/6) Installing dumb-init (1.2.2-r1) 08:50:02 (6/6) Installing su-exec (0.2-r1) 08:50:02 Executing busybox-1.31.1-r20.trigger 08:50:02 Executing ca-certificates-20191127-r4.trigger 08:50:02 OK: 7 MiB in 20 packages 08:50:06 Removing intermediate container 6ba6ab738458 08:50:06 ---> 5349b1da107f 08:50:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:50:06 ---> Running in f851df135e10 08:50:06 Removing intermediate container f851df135e10 08:50:06 ---> e3cd48a20088 08:50:06 Step 13/24 : WORKDIR / 08:50:06 ---> Running in 5cdadd7b02aa 08:50:07 Removing intermediate container 5cdadd7b02aa 08:50:07 ---> 4504adea94f2 08:50:07 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:50:08 ---> b8797c6032c1 08:50:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:50:09 ---> f577d2b9d3cb 08:50:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:50:10 ---> d53508b610ef 08:50:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:50:12 ---> 285cdbf7d01f 08:50:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:50:13 ---> f302627f96e6 08:50:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:50:15 ---> 6b083308b098 08:50:15 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 08:50:15 ---> Running in 3a1167be44f0 08:50:18 Removing intermediate container 933744bfe5dc 08:50:18 ---> 75af8e12e464 08:50:18 08:50:18 Step 10/31 : FROM alpine:3.12 08:50:18 ---> 9852663dfa18 08:50:18 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:50:18 ---> Running in 442c6bd21cd8 08:50:19 Removing intermediate container 3a1167be44f0 08:50:19 ---> dffc69f79a72 08:50:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:50:19 ---> Running in 2669705b4214 08:50:19 Removing intermediate container 442c6bd21cd8 08:50:19 ---> 2c57aeb44699 08:50:19 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:50:20 ---> Running in b1bdd2abed0b 08:50:20 Removing intermediate container 2669705b4214 08:50:20 ---> 92a284bb2a05 08:50:20 Step 22/24 : LABEL arch=arm64 08:50:20 ---> Running in a2dcaebc0d3a 08:50:21 Removing intermediate container a2dcaebc0d3a 08:50:21 ---> be2def6abf7a 08:50:21 Step 23/24 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:50:21 ---> Running in 0461fb5b2173 08:50:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:22 Removing intermediate container 0461fb5b2173 08:50:22 ---> ecf05774039d 08:50:22 Step 24/24 : LABEL version=0.0.0 08:50:22 ---> Running in 651a5f0f0f18 08:50:23 (1/2) Installing dumb-init (1.2.2-r1) 08:50:23 (2/2) Installing su-exec (0.2-r1) 08:50:23 Executing busybox-1.31.1-r20.trigger 08:50:23 OK: 5 MiB in 16 packages 08:50:23 Removing intermediate container 651a5f0f0f18 08:50:23 ---> a078770a6f29 08:50:23 08:50:23 Successfully built a078770a6f29 08:50:23 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:50:24  Building docker-security-secretstore-setup-go ... done Removing intermediate container b1bdd2abed0b 08:50:24 ---> b991759748e0 08:50:24 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:50:25 ---> Running in c153e3961bdf 08:50:25 Removing intermediate container c153e3961bdf 08:50:25 ---> 75deb6016402 08:50:25 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:50:25 ---> Running in 25175e8d7471 08:50:26 Removing intermediate container 25175e8d7471 08:50:26 ---> ff3846ce97dd 08:50:26 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:50:26 ---> Running in 14f245043afb 08:50:30 Removing intermediate container 14f245043afb 08:50:30 ---> 4b9468732b17 08:50:30 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:50:30 ---> Running in d771bc708fba 08:50:31 Removing intermediate container d771bc708fba 08:50:31 ---> e7a7c3dc3706 08:50:31 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:50:32 ---> 87a8409e2961 08:50:32 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:50:32 ---> Running in 41c29b116ed0 08:50:37 Removing intermediate container c576cd88e8e6 08:50:37 ---> d0f9012af30a 08:50:37 08:50:37 Step 10/23 : FROM alpine:3.12 08:50:37 ---> 9852663dfa18 08:50:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:50:37 ---> Using cache 08:50:37 ---> be5f7503ac73 08:50:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:50:37 ---> Using cache 08:50:37 ---> 24e66df4402b 08:50:37 Step 13/23 : ENV APP_PORT=48081 08:50:37 Removing intermediate container 41c29b116ed0 08:50:37 ---> 2ebc4ec2c6d7 08:50:37 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:37 ---> Running in bd583e7a7a2f 08:50:37 Removing intermediate container bd583e7a7a2f 08:50:37 ---> 2ab0faf26b2a 08:50:37 Step 14/23 : EXPOSE $APP_PORT 08:50:38 ---> Running in 41afeba3b443 08:50:38 ---> ae0918b6d417 08:50:38 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:50:38 Removing intermediate container 41afeba3b443 08:50:38 ---> 29b083afe74d 08:50:38 Step 15/23 : WORKDIR / 08:50:39 ---> Running in d15bb882ce56 08:50:40 Removing intermediate container d15bb882ce56 08:50:40 ---> cac9d03e3337 08:50:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:40 ---> 02490475b33c 08:50:40 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:50:41 ---> 6a765850e165 08:50:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:50:41 ---> 2a5ee491bf44 08:50:41 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:50:42 ---> 25ad08bef407 08:50:42 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:50:42 ---> 606b9047acef 08:50:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:50:43 ---> 185b8da711b5 08:50:43 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:50:43 ---> 6a8895350217 08:50:43 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:50:44 ---> Running in dd100131cf92 08:50:44 ---> Running in f55efebea9a9 08:50:44 Removing intermediate container dd100131cf92 08:50:44 ---> 8f97eced9045 08:50:44 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:50:44 Removing intermediate container f55efebea9a9 08:50:44 ---> 811a4cc4231b 08:50:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:45 ---> Running in b475e3041dba 08:50:45 Removing intermediate container b475e3041dba 08:50:45 ---> ec2743b9cf6c 08:50:45 Step 21/23 : LABEL arch=arm64 08:50:45 ---> 972fa48aebba 08:50:45 Step 26/31 : RUN chmod +x /entrypoint.sh 08:50:45 ---> Running in 66a65c8fee9f 08:50:46 ---> Running in 85cba0262307 08:50:46 Removing intermediate container 66a65c8fee9f 08:50:46 ---> d71684e199ea 08:50:46 Step 22/23 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:50:46 ---> Running in ddcfd6f75bcd 08:50:46 Removing intermediate container ddcfd6f75bcd 08:50:46 ---> 9e3838171166 08:50:46 Step 23/23 : LABEL version=0.0.0 08:50:47 ---> Running in 8af1d51e8c6b 08:50:47 Removing intermediate container 8af1d51e8c6b 08:50:47 ---> 431bf49bb00f 08:50:47 08:50:48 Successfully built 431bf49bb00f 08:50:48 Successfully tagged docker-core-metadata-go-arm64:latest 08:50:48  Building docker-core-metadata-go ... done Removing intermediate container 85cba0262307 08:50:48 ---> 6346a5d52977 08:50:48 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:50:49 ---> Running in 0aff4bf87018 08:50:50 Removing intermediate container 0aff4bf87018 08:50:50 ---> 87e7684017cb 08:50:50 Step 28/31 : CMD ["gate"] 08:50:50 ---> Running in 72f0a4bb5667 08:50:51 Removing intermediate container 114d67a52d1d 08:50:51 ---> 8115fc44108a 08:50:51 08:50:51 Step 10/23 : FROM alpine:3.12 08:50:51 ---> 9852663dfa18 08:50:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:50:51 ---> Running in 4099bd128610 08:50:51 Removing intermediate container 72f0a4bb5667 08:50:51 ---> 6a5896dbdfa9 08:50:51 Step 29/31 : LABEL arch=arm64 08:50:51 ---> Running in 653932a4168f 08:50:51 Removing intermediate container 4099bd128610 08:50:51 ---> 8882b63fb8f3 08:50:51 Step 12/23 : ENV APP_PORT=48080 08:50:52 ---> Running in b88cddc23346 08:50:52 Removing intermediate container 653932a4168f 08:50:52 ---> 8297eafa39fa 08:50:52 Step 30/31 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:50:52 ---> Running in 992b9d612af0 08:50:52 Removing intermediate container b88cddc23346 08:50:52 ---> 98157f6e3a9b 08:50:52 Step 13/23 : EXPOSE $APP_PORT 08:50:52 ---> Running in 006a331d7f90 08:50:52 Removing intermediate container 992b9d612af0 08:50:52 ---> deb0c62bbedb 08:50:52 Step 31/31 : LABEL version=0.0.0 08:50:53 ---> Running in 2a867f969fcf 08:50:53 Removing intermediate container 006a331d7f90 08:50:53 ---> 58860026a511 08:50:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:53 ---> Running in 224b81c8d2e7 08:50:53 Removing intermediate container 2a867f969fcf 08:50:53 ---> 5280498e6b86 08:50:53 08:50:54 Successfully built 5280498e6b86 08:50:54 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:50:55  Building docker-security-bootstrapper-go ... done Removing intermediate container 224b81c8d2e7 08:50:55 ---> 9aacd3250e6d 08:50:55 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:50:55 ---> Running in 3285321089c1 08:50:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:58 (1/6) Installing dumb-init (1.2.2-r1) 08:50:58 (2/6) Installing libgcc (9.3.0-r2) 08:50:58 (3/6) Installing libsodium (1.0.18-r0) 08:50:59 (4/6) Installing libstdc++ (9.3.0-r2) 08:50:59 (5/6) Installing libzmq (4.3.3-r0) 08:51:00 (6/6) Installing zeromq (4.3.3-r0) 08:51:00 Executing busybox-1.31.1-r20.trigger 08:51:00 OK: 8 MiB in 20 packages 08:51:01 Removing intermediate container 3285321089c1 08:51:01 ---> 4fb8c5b20d36 08:51:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:02 ---> 6a8ec9b41fa9 08:51:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:51:03 ---> 5d5dadca75b3 08:51:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:51:04 ---> a16a7f6007f5 08:51:04 Step 19/23 : ENTRYPOINT ["/core-data"] 08:51:04 ---> Running in 44e97438e5b8 08:51:04 Removing intermediate container 44e97438e5b8 08:51:04 ---> facd18de95db 08:51:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:04 ---> Running in caba93575584 08:51:05 Removing intermediate container caba93575584 08:51:05 ---> 668a936b9f4d 08:51:05 Step 21/23 : LABEL arch=arm64 08:51:05 ---> Running in 385c25e36fcf 08:51:05 Removing intermediate container 385c25e36fcf 08:51:05 ---> 120e697b90e7 08:51:05 Step 22/23 : LABEL git_sha=84fee32c1bfb19c1279d4df237684c7e38eca4e2 08:51:05 ---> Running in af01f564a1f3 08:51:06 Removing intermediate container af01f564a1f3 08:51:06 ---> 39ae86964d4e 08:51:06 Step 23/23 : LABEL version=0.0.0 08:51:06 ---> Running in ed080645b354 08:51:07 Removing intermediate container ed080645b354 08:51:07 ---> dede0aa4d468 08:51:07 08:51:07 Successfully built dede0aa4d468 08:51:07 Successfully tagged docker-core-data-go-arm64:latest 08:51:07  Building docker-core-data-go ... done  [Pipeline] } 08:51:07 $ docker stop --time=1 f02fe11fbeb29044a101d1a4302ea06c208876d8d1f374c23c0ff164493b4012 08:51:09 $ docker rm -f f02fe11fbeb29044a101d1a4302ea06c208876d8d1f374c23c0ff164493b4012 [Pipeline] // withDockerContainer [Pipeline] sh 08:51:10 + grep docker 08:51:10 + docker images 08:51:10 docker-core-data-go-arm64 latest dede0aa4d468 4 seconds ago 20.3MB 08:51:10 docker-security-bootstrapper-go-arm64 latest 5280498e6b86 17 seconds ago 17.1MB 08:51:10 docker-core-metadata-go-arm64 latest 431bf49bb00f 23 seconds ago 17.4MB 08:51:10 docker-security-secretstore-setup-go-arm64 latest a078770a6f29 48 seconds ago 24.1MB 08:51:10 docker-sys-mgmt-agent-go-arm64 latest f0d4ec4e0369 2 minutes ago 299MB 08:51:10 docker-support-notifications-go-arm64 latest 9df5069f2625 3 minutes ago 16.6MB 08:51:10 docker-support-scheduler-go-arm64 latest 132feefcc56c 3 minutes ago 16.1MB 08:51:10 docker-core-command-go-arm64 latest 9f1b947b5132 3 minutes ago 16.1MB 08:51:10 docker-security-proxy-setup-go-arm64 latest 2dd3151585e7 3 minutes ago 23.9MB 08:51:10 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 08:51:11 ---> job-cost.sh 08:51:11 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DUq2 08:51:49 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:53:26 lf-activate-venv(): INFO: Adding /tmp/venv-DUq2/bin to PATH 08:53:26 INFO: No Stack... 08:53:26 INFO: Retrieving Pricing Info for: lf-standard-4 08:53:26 INFO: Archiving Costs [Pipeline] sh 08:53:27 + + cutcat -d, /w/workspace/edgex-go/4/archives/cost.csv -f6 08:53:27 [Pipeline] lock 08:53:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3404-4-stack-cost] 08:53:27 Resource [jenkins-edgexfoundry-edgex-go-PR-3404-4-stack-cost] did not exist. Created. 08:53:27 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3404-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:53:28 + echo total: 0.20999999344348907 [Pipeline] stash 08:53:28 Stashed 1 file(s) [Pipeline] } 08:53:28 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3404-4-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:53:29 provisioning config files... 08:53:29 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config9042299803745391898tmp [Pipeline] { [Pipeline] sh 08:53:29 + set +x 08:53:29 + curl -s https://codecov.io/bash 08:53:29 + bash -s -- 08:53:30 08:53:30 _____ _ 08:53:30 / ____| | | 08:53:30 | | ___ __| | ___ ___ _____ __ 08:53:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:53:30 | |___| (_) | (_| | __/ (_| (_) \ V / 08:53:30 \_____\___/ \__,_|\___|\___\___/ \_/ 08:53:30 Bash-1.0.2 08:53:30 08:53:30 08:53:30 ==> git version 2.24.3 found 08:53:30 ==> 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:53:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:53:30 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:53:30 ==> Jenkins CI detected. 08:53:30 project root: . 08:53:30 --> token set from env 08:53:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:53:30 ==> Running gcov in . (disable via -X gcov) 08:53:30 ==> Python coveragepy not found 08:53:30 ==> Searching for coverage reports in: 08:53:30 + . 08:53:30 -> Found 1 reports 08:53:30 ==> Detecting git/mercurial file structure 08:53:30 ==> Reading reports 08:53:30 + ./coverage.out bytes=691485 08:53:30 ==> Appending adjustments 08:53:30 https://docs.codecov.io/docs/fixing-reports 08:53:34 + Found adjustments 08:53:34 ==> Gzipping contents 08:53:34 100K /tmp/codecov.0ZL21z.gz 08:53:34 ==> Uploading reports 08:53:34 url: https://codecov.io 08:53:34 query: branch=PR-3404&commit=84fee32c1bfb19c1279d4df237684c7e38eca4e2&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3404%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3404&job=&cmd_args= 08:53:34 -> Pinging Codecov 08:53:34 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3404&commit=84fee32c1bfb19c1279d4df237684c7e38eca4e2&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3404%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3404&job=&cmd_args= 08:53:34 -> Uploading to 08:53:34 https://storage.googleapis.com/codecov/v4/raw/2021-05-01/00271124DB129430A58F1EEE437C3FCB/84fee32c1bfb19c1279d4df237684c7e38eca4e2/15c036f1-8138-449a-85c1-a2dbea05fcc5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210501%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210501T085334Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2315b96cef90bf2ed3dc6ae4517ac0c4806a6e1dbc2803f785d64d367d74fda7 08:53:34 % Total % Received % Xferd Average Speed Time Time Time Current 08:53:34 Dload Upload Total Spent Left Speed 08:53:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99299 0 0 100 99299 0 152k --:--:-- --:--:-- --:--:-- 152k 08:53:35 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/84fee32c1bfb19c1279d4df237684c7e38eca4e2 [Pipeline] } 08:53:35 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:53:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:53:36 ---> package-listing.sh 08:53:36 ++ facter osfamily 08:53:36 ++ tr '[:upper:]' '[:lower:]' 08:53:36 + OS_FAMILY=redhat 08:53:36 + workspace=/w/workspace/edgex-go/4 08:53:36 + START_PACKAGES=/tmp/packages_start.txt 08:53:36 + END_PACKAGES=/tmp/packages_end.txt 08:53:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:53:36 + PACKAGES=/tmp/packages_start.txt 08:53:36 + '[' /w/workspace/edgex-go/4 ']' 08:53:36 + PACKAGES=/tmp/packages_end.txt 08:53:36 + case "${OS_FAMILY}" in 08:53:36 + rpm -qa 08:53:36 + sort 08:53:42 + '[' -f /tmp/packages_start.txt ']' 08:53:42 + '[' -f /tmp/packages_end.txt ']' 08:53:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:53:42 + '[' /w/workspace/edgex-go/4 ']' 08:53:42 + mkdir -p /w/workspace/edgex-go/4/archives/ 08:53:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 08:53:42 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:53:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:53:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:53:42 08:53:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:53:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:53:43 alpine: Pulling from edgex-lftools-log-publisher 08:53:43 df20fa9351a1: Pulling fs layer 08:53:43 36b3adc4ff6f: Pulling fs layer 08:53:43 8ad3a11d3b57: Pulling fs layer 08:53:43 46f8f816bc3b: Pulling fs layer 08:53:43 93b61091891f: Pulling fs layer 08:53:43 93b9cdb0e59b: Pulling fs layer 08:53:43 5e14af77c1be: Pulling fs layer 08:53:43 01666e4c0597: Pulling fs layer 08:53:43 aa168da1d23b: Pulling fs layer 08:53:43 93b9cdb0e59b: Waiting 08:53:43 5e14af77c1be: Waiting 08:53:43 46f8f816bc3b: Waiting 08:53:43 01666e4c0597: Waiting 08:53:43 93b61091891f: Waiting 08:53:43 aa168da1d23b: Waiting 08:53:43 36b3adc4ff6f: Verifying Checksum 08:53:43 36b3adc4ff6f: Download complete 08:53:43 46f8f816bc3b: Verifying Checksum 08:53:43 46f8f816bc3b: Download complete 08:53:43 df20fa9351a1: Verifying Checksum 08:53:43 df20fa9351a1: Download complete 08:53:43 93b9cdb0e59b: Verifying Checksum 08:53:43 93b9cdb0e59b: Download complete 08:53:43 93b61091891f: Verifying Checksum 08:53:43 93b61091891f: Download complete 08:53:43 5e14af77c1be: Verifying Checksum 08:53:43 5e14af77c1be: Download complete 08:53:43 01666e4c0597: Verifying Checksum 08:53:43 01666e4c0597: Download complete 08:53:43 8ad3a11d3b57: Verifying Checksum 08:53:43 8ad3a11d3b57: Download complete 08:53:43 df20fa9351a1: Pull complete 08:53:43 36b3adc4ff6f: Pull complete 08:53:44 8ad3a11d3b57: Pull complete 08:53:44 46f8f816bc3b: Pull complete 08:53:45 aa168da1d23b: Verifying Checksum 08:53:45 aa168da1d23b: Download complete 08:53:46 93b61091891f: Pull complete 08:53:46 93b9cdb0e59b: Pull complete 08:53:46 5e14af77c1be: Pull complete 08:53:47 01666e4c0597: Pull complete 08:53:55 aa168da1d23b: Pull complete 08:53:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:53:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:53:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:53:55 prd-centos7-docker-4c-2g-2579 does not seem to be running inside a container 08:53:55 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:54:03 $ docker top 07f3c4281043b929e3291315506d3770254277e52331e1fee160d5b909e6e3b4 -eo pid,comm [Pipeline] { [Pipeline] sh 08:54:04 + touch /tmp/pre-build-complete [Pipeline] sh 08:54:04 + mkdir -p /var/log/sa [Pipeline] sh 08:54:05 + ls /var/log/sa-host 08:54:05 + sadf -c /var/log/sa-host/sa01 08:54:05 file_magic: OK 08:54:05 HZ: Using current value: 100 08:54:05 file_header: OK 08:54:05 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:54:05 Statistics: 08:54:05 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... 08:54:05 File successfully converted to sysstat format version 12.2.1 08:54:05 + sadf -c /var/log/sa-host/sa23 08:54:05 file_magic: OK 08:54:05 HZ: Using current value: 100 08:54:05 file_header: OK 08:54:05 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:54:05 Statistics: 08:54:05 Hnuu...uuuununununu... 08:54:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:54:05 provisioning config files... 08:54:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config4000488740698600336tmp [Pipeline] { [Pipeline] echo 08:54:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:54:05 ---> create-netrc.sh [Pipeline] } 08:54:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:54:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:54:05 ---> python-tools-install.sh [Pipeline] echo 08:54:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:54:06 ---> sudo-logs.sh 08:54:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:54:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:54:06 ---> job-cost.sh 08:54:06 lf-activate-venv: SKIPPING 08:54:06 DEBUG: total: 0.20999999344348907 08:54:06 INFO: Retrieving Stack Cost... 08:54:08 INFO: Retrieving Pricing Info for: v1-standard-2 08:54:08 INFO: Archiving Costs [Pipeline] echo 08:54:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:54:09 ---> logs-deploy.sh 08:54:09 lf-activate-venv: SKIPPING 08:54:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3404/4 08:54:09 INFO: archiving workspace using pattern(s): 08:54:10 Archives upload complete. 08:54:10 INFO: archiving logs to Nexus 08:54:11 ---> uname -a: 08:54:11 Linux prd-centos7-docker-4c-2g-2579.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:54:11 08:54:11 08:54:11 ---> lscpu: 08:54:11 Architecture: x86_64 08:54:11 CPU op-mode(s): 32-bit, 64-bit 08:54:11 Byte Order: Little Endian 08:54:11 Address sizes: 40 bits physical, 48 bits virtual 08:54:11 CPU(s): 4 08:54:11 On-line CPU(s) list: 0-3 08:54:11 Thread(s) per core: 1 08:54:11 Core(s) per socket: 1 08:54:11 Socket(s): 4 08:54:11 NUMA node(s): 1 08:54:11 Vendor ID: GenuineIntel 08:54:11 CPU family: 6 08:54:11 Model: 44 08:54:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:54:11 Stepping: 1 08:54:11 CPU MHz: 2933.438 08:54:11 BogoMIPS: 5866.87 08:54:11 Virtualization: VT-x 08:54:11 Hypervisor vendor: KVM 08:54:11 Virtualization type: full 08:54:11 L1d cache: 128 KiB 08:54:11 L1i cache: 128 KiB 08:54:11 L2 cache: 16 MiB 08:54:11 L3 cache: 64 MiB 08:54:11 NUMA node0 CPU(s): 0-3 08:54:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:54:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:54:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:54:11 Vulnerability Meltdown: Mitigation; PTI 08:54:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:54:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:54:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:54:11 Vulnerability Srbds: Not affected 08:54:11 Vulnerability Tsx async abort: Not affected 08:54:11 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:54:11 08:54:11 08:54:11 ---> nproc: 08:54:11 4 08:54:11 08:54:11 08:54:11 ---> df -h: 08:54:11 Filesystem Size Used Available Use% Mounted on 08:54:11 overlay 50.0G 11.8G 38.2G 24% / 08:54:11 tmpfs 64.0M 0 64.0M 0% /dev 08:54:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:54:11 shm 64.0M 0 64.0M 0% /dev/shm 08:54:11 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 08:54:11 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 08:54:11 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 08:54:11 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 08:54:11 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 08:54:11 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 08:54:11 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 08:54:11 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 08:54:11 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/4 08:54:11 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/4@tmp 08:54:11 08:54:11 08:54:11 ---> free -m: 08:54:11 total used free shared buff/cache available 08:54:11 Mem: 1837 722 139 0 975 1033 08:54:11 Swap: 1023 60 963 08:54:11 08:54:11 08:54:11 ---> ip addr: 08:54:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:54:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:54:11 inet 127.0.0.1/8 scope host lo 08:54:11 valid_lft forever preferred_lft forever 08:54:11 inet6 ::1/128 scope host 08:54:11 valid_lft forever preferred_lft forever 08:54:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:54:11 link/ether fa:16:3e:58:24:e7 brd ff:ff:ff:ff:ff:ff 08:54:11 inet 10.30.123.28/23 brd 10.30.123.255 scope global dynamic eth0 08:54:11 valid_lft 84949sec preferred_lft 84949sec 08:54:11 inet6 fe80::f816:3eff:fe58:24e7/64 scope link 08:54:11 valid_lft forever preferred_lft forever 08:54:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:54:11 link/ether 02:42:00:2e:7c:8f brd ff:ff:ff:ff:ff:ff 08:54:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:54:11 valid_lft forever preferred_lft forever 08:54:11 inet6 fe80::42:ff:fe2e:7c8f/64 scope link 08:54:11 valid_lft forever preferred_lft forever 08:54:11 08:54:11 08:54:11 ---> sar -b -r -n DEV: 08:54:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/01/21 _x86_64_ (4 CPU) 08:54:11 08:54:11 08:29:48 LINUX RESTART (4 CPU) 08:54:11 08:54:11 08:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:54:11 08:32:01 216.51 101.95 114.56 0.00 8634.28 45669.60 0.00 08:54:11 08:33:02 231.77 100.53 131.24 0.00 4058.28 18134.71 0.00 08:54:11 08:34:01 129.06 34.88 94.18 0.00 1371.68 13731.75 0.00 08:54:11 08:35:01 142.62 66.25 76.38 0.00 2291.93 8344.54 0.00 08:54:11 08:36:01 193.54 47.53 146.01 0.00 12446.76 75458.60 0.00 08:54:11 08:37:03 2323.04 1978.60 344.44 0.00 170336.01 189612.19 0.00 08:54:11 08:38:01 1231.50 1038.37 193.12 0.00 59973.04 69089.92 0.00 08:54:11 08:39:02 1100.30 768.62 331.68 0.00 83217.26 126063.93 0.00 08:54:11 08:40:01 1397.13 1100.19 296.94 0.00 58644.50 76164.55 0.00 08:54:11 08:41:01 135.46 24.01 111.45 0.00 3686.63 18287.60 0.00 08:54:11 08:42:01 1.30 0.05 1.25 0.00 0.80 16.30 0.00 08:54:11 08:43:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 08:54:11 08:44:01 0.27 0.03 0.23 0.00 0.40 3.13 0.00 08:54:11 08:45:01 1.98 1.65 0.33 0.00 59.42 4.18 0.00 08:54:11 08:46:01 0.83 0.05 0.78 0.00 1.20 14.64 0.00 08:54:11 08:47:01 0.30 0.02 0.28 0.00 0.27 3.28 0.00 08:54:11 08:48:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 08:54:11 08:49:02 0.18 0.02 0.17 0.00 0.27 1.42 0.00 08:54:11 08:50:01 0.44 0.15 0.29 0.00 30.62 3.74 0.00 08:54:11 08:51:01 0.57 0.33 0.23 0.00 188.64 2.73 0.00 08:54:11 08:52:01 0.28 0.00 0.28 0.00 0.00 3.31 0.00 08:54:11 08:53:01 0.28 0.02 0.27 0.00 0.27 2.63 0.00 08:54:11 08:54:01 163.15 77.53 85.62 0.00 6830.23 17825.95 0.00 08:54:11 Average: 317.44 233.28 84.16 0.00 18059.94 28823.65 0.00 08:54:11 08:54:11 08:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:54:11 08:32:01 146420 0 714932 38.00 1908 1018284 1429796 48.80 582524 912060 48 08:54:11 08:33:02 88656 0 817808 43.46 1492 973588 1742772 59.48 653724 858368 69960 08:54:11 08:34:01 100748 0 834188 44.34 616 945992 1873740 63.95 759460 731320 69380 08:54:11 08:35:01 318832 0 734440 39.03 464 827808 1324012 45.19 526896 737880 31964 08:54:11 08:36:01 64484 0 716456 38.08 44 1100560 1259012 42.97 735756 826004 33348 08:54:11 08:37:03 71988 0 853320 45.35 0 956236 2345968 80.06 772460 799780 47716 08:54:11 08:38:01 233764 0 1136860 60.42 0 510920 3707180 126.52 760124 608628 29900 08:54:11 08:39:02 279936 0 656892 34.91 0 944716 1357296 46.32 666340 719108 26516 08:54:11 08:40:01 242392 0 724924 38.53 0 914228 1985196 67.75 662564 735424 18552 08:54:11 08:41:01 156940 0 641268 34.08 0 1083336 1194540 40.77 505344 970716 20 08:54:11 08:42:01 161588 0 636612 33.83 0 1083344 1160484 39.61 502204 970196 12 08:54:11 08:43:01 161040 0 637148 33.86 0 1083356 1160592 39.61 502684 970204 20 08:54:11 08:44:01 160940 0 637244 33.87 0 1083360 1160616 39.61 502936 970200 8 08:54:11 08:45:01 160188 0 636920 33.85 0 1084436 1160484 39.61 502448 970924 16 08:54:11 08:46:01 159760 0 637340 33.87 0 1084444 1160556 39.61 502940 970928 8 08:54:11 08:47:01 160168 0 636920 33.85 0 1084456 1160484 39.61 502584 970940 8 08:54:11 08:48:01 160052 0 637028 33.86 0 1084464 1160484 39.61 502588 970940 8 08:54:11 08:49:02 159888 0 637192 33.87 0 1084464 1160484 39.61 502592 970940 16 08:54:11 08:50:01 159300 0 636860 33.85 0 1085384 1160484 39.61 502600 971844 8 08:54:11 08:51:01 150092 0 640416 34.04 0 1091036 1160580 39.61 508840 974676 8 08:54:11 08:52:01 150832 0 639656 34.00 0 1091056 1160484 39.61 508344 974688 8 08:54:11 08:53:01 150880 0 639604 33.99 0 1091060 1160484 39.61 508228 974684 8 08:54:11 08:54:01 200816 0 707404 37.60 0 973324 1362084 46.49 524156 868540 15588 08:54:11 Average: 165205 0 703975 37.41 197 1012167 1456861 49.72 573841 888217 14918 08:54:11 08:54:11 08:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:54:11 08:32:01 vethe667974 7.37 8.64 0.58 19.40 0.00 0.00 0.00 0.00 08:54:11 08:32:01 eth0 995.19 1174.78 5413.45 144.69 0.00 0.00 0.00 0.00 08:54:11 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:32:01 docker0 928.97 694.11 74.86 2705.60 0.00 0.00 0.00 0.00 08:54:11 08:33:02 vethcc0070d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:54:11 08:33:02 eth0 284.85 244.53 859.37 31.29 0.00 0.00 0.00 0.00 08:54:11 08:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:33:02 docker0 221.46 239.50 14.57 825.00 0.00 0.00 0.00 0.00 08:54:11 08:34:01 vethcc0070d 0.64 0.64 0.05 0.05 0.00 0.00 0.00 0.00 08:54:11 08:34:01 eth0 37.37 26.31 20.23 66.15 0.00 0.00 0.00 0.00 08:54:11 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:34:01 docker0 0.64 0.64 0.04 0.05 0.00 0.00 0.00 0.00 08:54:11 08:35:01 vethcc0070d 1.73 1.73 0.14 0.14 0.00 0.00 0.00 0.00 08:54:11 08:35:01 eth0 17.14 9.25 12.16 6.66 0.00 0.00 0.00 0.00 08:54:11 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:35:01 docker0 1.73 1.73 0.11 0.14 0.00 0.00 0.00 0.00 08:54:11 08:36:01 veth88bb472 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:54:11 08:36:01 eth0 211.23 167.97 1706.03 79.79 0.00 0.00 0.00 0.00 08:54:11 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:37:03 veth88bb472 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 08:54:11 08:37:03 eth0 76.26 54.70 174.59 10.71 0.00 0.00 0.00 0.00 08:54:11 08:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:37:03 docker0 46.29 59.21 3.00 161.45 0.00 0.00 0.00 0.00 08:54:11 08:38:01 veth3d271e8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:54:11 08:38:01 veth88bb472 0.00 0.09 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:38:01 eth0 12.93 10.68 5.80 43.90 0.00 0.00 0.00 0.00 08:54:11 08:38:01 vethe64820d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:54:11 08:39:02 veth88bb472 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 08:54:11 08:39:02 eth0 73.33 46.32 249.35 17.86 0.00 0.00 0.00 0.00 08:54:11 08:39:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:54:11 08:39:02 docker0 1210.47 1018.15 93.09 3829.78 0.00 0.00 0.00 0.00 08:54:11 08:40:01 veth88bb472 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:54:11 08:40:01 veth477784c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:40:01 eth0 65.81 44.72 104.51 74.15 0.00 0.00 0.00 0.00 08:54:11 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:41:01 eth0 200.90 145.83 1586.77 67.64 0.00 0.00 0.00 0.00 08:54:11 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:41:01 docker0 1261.71 1095.95 96.64 4291.96 0.00 0.00 0.00 0.00 08:54:11 08:42:01 eth0 0.13 0.08 0.01 0.04 0.00 0.00 0.00 0.00 08:54:11 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:43:01 eth0 1.27 0.32 0.35 0.20 0.00 0.00 0.00 0.00 08:54:11 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:44:01 eth0 0.83 0.33 0.31 0.20 0.00 0.00 0.00 0.00 08:54:11 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:45:01 eth0 0.23 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:54:11 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:46:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 08:54:11 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:47:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:54:11 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:48:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:54:11 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:49:02 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:54:11 08:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:50:01 eth0 0.10 0.07 0.02 0.01 0.00 0.00 0.00 0.00 08:54:11 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:51:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 08:54:11 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:52:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 08:54:11 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:53:01 eth0 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:54:01 eth0 198.90 162.03 2178.16 21.71 0.00 0.00 0.00 0.00 08:54:11 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 Average: eth0 94.92 91.04 536.73 24.50 0.00 0.00 0.00 0.00 08:54:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:11 Average: docker0 54.95 47.73 4.21 186.91 0.00 0.00 0.00 0.00 08:54:11 08:54:11 08:54:11 ---> sar -P ALL: 08:54:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/01/21 _x86_64_ (4 CPU) 08:54:11 08:54:11 08:29:48 LINUX RESTART (4 CPU) 08:54:11 08:54:11 08:31:01 CPU %user %nice %system %iowait %steal %idle 08:54:11 08:32:01 all 15.11 0.00 8.66 2.84 0.09 73.31 08:54:11 08:32:01 0 19.46 0.00 10.56 1.86 0.05 68.07 08:54:11 08:32:01 1 15.33 0.00 7.65 3.94 0.07 73.02 08:54:11 08:32:01 2 11.08 0.00 7.66 2.23 0.12 78.91 08:54:11 08:32:01 3 14.62 0.00 8.78 3.33 0.10 73.17 08:54:11 08:33:02 all 14.21 0.00 7.69 5.31 0.10 72.68 08:54:11 08:33:02 0 13.48 0.00 7.72 8.32 0.09 70.40 08:54:11 08:33:02 1 13.80 0.00 7.30 3.32 0.12 75.47 08:54:11 08:33:02 2 14.51 0.00 7.58 4.16 0.10 73.66 08:54:11 08:33:02 3 15.07 0.00 8.19 5.45 0.10 71.19 08:54:11 08:34:01 all 57.61 0.00 14.40 5.87 0.40 21.72 08:54:11 08:34:01 0 56.42 0.00 14.40 4.83 0.48 23.87 08:54:11 08:34:01 1 60.06 0.00 13.88 3.76 0.34 21.96 08:54:11 08:34:01 2 55.43 0.00 15.01 7.19 0.37 22.00 08:54:11 08:34:01 3 58.53 0.00 14.30 7.70 0.41 19.06 08:54:11 08:35:01 all 51.54 0.00 16.21 5.41 0.31 26.54 08:54:11 08:35:01 0 50.58 0.00 15.99 5.50 0.40 27.53 08:54:11 08:35:01 1 50.94 0.00 16.00 8.29 0.31 24.46 08:54:11 08:35:01 2 51.47 0.00 16.09 2.35 0.21 29.89 08:54:11 08:35:01 3 53.17 0.00 16.75 5.50 0.31 24.28 08:54:11 08:36:01 all 27.50 0.00 14.14 5.53 0.30 52.53 08:54:11 08:36:01 0 26.57 0.00 13.87 5.83 0.31 53.42 08:54:11 08:36:01 1 26.85 0.00 14.67 4.54 0.29 53.66 08:54:11 08:36:01 2 26.76 0.00 14.08 6.05 0.26 52.85 08:54:11 08:36:01 3 29.83 0.00 13.94 5.72 0.33 50.18 08:54:11 08:37:03 all 22.56 0.00 29.54 21.97 1.03 24.90 08:54:11 08:37:03 0 22.65 0.00 28.80 21.48 1.09 25.98 08:54:11 08:37:03 1 22.23 0.00 30.21 22.59 0.99 23.99 08:54:11 08:37:03 2 21.69 0.00 29.27 21.29 1.11 26.64 08:54:11 08:37:03 3 23.70 0.00 29.87 22.53 0.95 22.96 08:54:11 08:38:01 all 65.32 0.00 19.00 8.06 0.52 7.10 08:54:11 08:38:01 0 66.46 0.00 17.71 7.99 0.59 7.24 08:54:11 08:38:01 1 63.95 0.00 20.28 8.18 0.56 7.03 08:54:11 08:38:01 2 65.10 0.00 19.39 7.58 0.50 7.42 08:54:11 08:38:01 3 65.76 0.00 18.63 8.47 0.41 6.73 08:54:11 08:39:02 all 28.39 0.00 22.65 21.89 0.77 26.31 08:54:11 08:39:02 0 29.79 0.00 21.37 22.64 0.76 25.43 08:54:11 08:39:02 1 26.86 0.00 23.90 24.74 0.81 23.69 08:54:11 08:39:02 2 28.54 0.00 22.56 21.64 0.82 26.45 08:54:11 08:39:02 3 28.38 0.00 22.76 18.48 0.67 29.71 08:54:11 08:40:01 all 62.81 0.00 21.36 8.94 0.44 6.45 08:54:11 08:40:01 0 62.32 0.00 21.27 8.84 0.44 7.13 08:54:11 08:40:01 1 63.07 0.00 21.57 7.84 0.42 7.09 08:54:11 08:40:01 2 61.56 0.00 22.52 9.74 0.46 5.71 08:54:11 08:40:01 3 64.28 0.00 20.08 9.34 0.44 5.86 08:54:11 08:41:01 all 8.14 0.00 5.22 6.02 0.35 80.27 08:54:11 08:41:01 0 7.91 0.00 5.36 4.43 0.32 81.98 08:54:11 08:41:01 1 9.32 0.00 5.87 6.05 0.30 78.45 08:54:11 08:41:01 2 7.95 0.00 4.77 8.05 0.41 78.82 08:54:11 08:41:01 3 7.38 0.00 4.88 5.54 0.37 81.84 08:54:11 08:42:01 all 0.15 0.00 0.03 0.00 0.00 99.81 08:54:11 08:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:54:11 08:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:54:11 08:42:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:54:11 08:42:01 3 0.53 0.00 0.03 0.00 0.00 99.43 08:54:11 08:54:11 08:42:01 CPU %user %nice %system %iowait %steal %idle 08:54:11 08:43:01 all 0.18 0.00 0.09 0.00 0.00 99.72 08:54:11 08:43:01 0 0.07 0.00 0.07 0.00 0.00 99.87 08:54:11 08:43:01 1 0.03 0.00 0.08 0.00 0.00 99.88 08:54:11 08:43:01 2 0.08 0.00 0.10 0.00 0.00 99.82 08:54:11 08:43:01 3 0.55 0.00 0.10 0.00 0.02 99.33 08:54:11 08:44:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:54:11 08:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:54:11 08:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:54:11 08:44:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:54:11 08:44:01 3 0.52 0.00 0.02 0.02 0.00 99.45 08:54:11 08:45:01 all 0.16 0.00 0.08 0.02 0.00 99.73 08:54:11 08:45:01 0 0.02 0.00 0.08 0.08 0.00 99.82 08:54:11 08:45:01 1 0.07 0.00 0.10 0.00 0.00 99.83 08:54:11 08:45:01 2 0.02 0.00 0.07 0.00 0.00 99.92 08:54:11 08:45:01 3 0.53 0.00 0.08 0.00 0.02 99.37 08:54:11 08:46:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:54:11 08:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:54:11 08:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:54:11 08:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:54:11 08:46:01 3 0.53 0.00 0.03 0.00 0.00 99.43 08:54:11 08:47:01 all 0.15 0.00 0.03 0.00 0.00 99.82 08:54:11 08:47:01 0 0.02 0.00 0.05 0.02 0.00 99.92 08:54:11 08:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:54:11 08:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:54:11 08:47:01 3 0.53 0.00 0.02 0.00 0.00 99.45 08:54:11 08:48:01 all 0.14 0.00 0.02 0.00 0.00 99.83 08:54:11 08:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:54:11 08:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:54:11 08:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:54:11 08:48:01 3 0.52 0.00 0.03 0.00 0.00 99.45 08:54:11 08:49:02 all 0.16 0.00 0.03 0.00 0.00 99.81 08:54:11 08:49:02 0 0.03 0.00 0.05 0.00 0.00 99.92 08:54:11 08:49:02 1 0.02 0.00 0.02 0.00 0.00 99.97 08:54:11 08:49:02 2 0.05 0.00 0.03 0.00 0.00 99.92 08:54:11 08:49:02 3 0.53 0.00 0.02 0.00 0.00 99.45 08:54:11 08:50:01 all 0.15 0.00 0.02 0.00 0.00 99.82 08:54:11 08:50:01 0 0.02 0.00 0.03 0.02 0.00 99.93 08:54:11 08:50:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:54:11 08:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:54:11 08:50:01 3 0.54 0.00 0.02 0.00 0.00 99.44 08:54:11 08:51:01 all 0.15 0.00 0.04 0.00 0.00 99.80 08:54:11 08:51:01 0 0.02 0.00 0.07 0.02 0.00 99.90 08:54:11 08:51:01 1 0.52 0.00 0.02 0.00 0.00 99.47 08:54:11 08:51:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:54:11 08:51:01 3 0.03 0.00 0.05 0.00 0.00 99.92 08:54:11 08:52:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:54:11 08:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:54:11 08:52:01 1 0.52 0.00 0.02 0.00 0.00 99.47 08:54:11 08:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:54:11 08:52:01 3 0.05 0.00 0.05 0.00 0.02 99.88 08:54:11 08:53:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:54:11 08:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:54:11 08:53:01 1 0.52 0.00 0.00 0.00 0.00 99.48 08:54:11 08:53:01 2 0.02 0.00 0.03 0.00 0.02 99.93 08:54:11 08:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:54:11 08:54:11 08:53:01 CPU %user %nice %system %iowait %steal %idle 08:54:11 08:54:01 all 6.51 0.00 4.88 3.26 0.03 85.32 08:54:11 08:54:01 0 5.47 0.00 4.41 2.73 0.03 87.37 08:54:11 08:54:01 1 9.26 0.00 6.25 5.46 0.02 79.02 08:54:11 08:54:01 2 5.16 0.00 4.68 1.88 0.02 88.26 08:54:11 08:54:01 3 6.16 0.00 4.18 2.97 0.03 86.66 08:54:11 Average: all 15.24 0.00 6.96 4.04 0.18 73.58 08:54:11 Average: 0 15.24 0.00 6.87 4.02 0.19 73.67 08:54:11 Average: 1 15.34 0.00 7.13 4.20 0.18 73.15 08:54:11 Average: 2 14.72 0.00 6.94 3.91 0.19 74.24 08:54:11 Average: 3 15.67 0.00 6.88 4.02 0.18 73.25 08:54:11 08:54:11 08:54:11