Pull request #3456 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at f1ea93c16db09b36626d9198e09713e38083a332 rather than 69a9168b3e72f65929c4654bb62675fc2d9016b9 Obtained Jenkinsfile from f1ea93c16db09b36626d9198e09713e38083a332 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 9d0281235b943b7ad605f650702698f9078b2862 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4638 in /w/workspace/edgexfoundry_edgex-go_PR-3456 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit 69a9168b3e72f65929c4654bb62675fc2d9016b9 Merge succeeded, producing 69a9168b3e72f65929c4654bb62675fc2d9016b9 Checking out Revision 69a9168b3e72f65929c4654bb62675fc2d9016b9 (PR-3456) > 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/3456/head:refs/remotes/origin/PR-3456 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 69a9168b3e72f65929c4654bb62675fc2d9016b9 # 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 f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 69a9168b3e72f65929c4654bb62675fc2d9016b9 # timeout=10 Commit message: "feat(notifications): Modify notification func comment" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk d0212fd6912d113e4c4505a7bf46fd0cb9444000 # timeout=10 [Pipeline] timeout 02:31:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:31:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:31:56 ========================================================= 02:31:56 EdgeX Global Pipelines Version Info 02:31:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:31:57 ------------------- 02:31:57 stable info: 02:31:57 ------------------- 02:31:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:31:57 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 02:31:57 Message: update stable to v1.0.192 02:31:58 ------------------- 02:31:58 experimental info: 02:31:58 ------------------- 02:31:58 Commited By: **** collab-it+edgex@linuxfoundation.org 02:31:58 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 02:31:58 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3456 [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3456 [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3456 [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 69a9168b3e72f65929c4654bb62675fc2d9016b9 [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 69a9168 [Pipeline] echo 02:31:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:31:59 provisioning config files... 02:31:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config4600859103063169145tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:32:00 ---> docker-login.sh 02:32:00 nexus3.edgexfoundry.org:10001 02:32:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:32:00 Configure a credential helper to remove this warning. See 02:32:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:32:00 02:32:00 Login Succeeded 02:32:00 nexus3.edgexfoundry.org:10002 02:32:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:32:00 Configure a credential helper to remove this warning. See 02:32:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:32:00 02:32:00 Login Succeeded 02:32:00 nexus3.edgexfoundry.org:10003 02:32:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:32:01 Configure a credential helper to remove this warning. See 02:32:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:32:01 02:32:01 Login Succeeded 02:32:01 nexus3.edgexfoundry.org:10004 02:32:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:32:01 Configure a credential helper to remove this warning. See 02:32:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:32:01 02:32:01 Login Succeeded 02:32:01 docker.io 02:32:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:32:01 Configure a credential helper to remove this warning. See 02:32:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:32:01 02:32:01 Login Succeeded 02:32:01 ---> docker-login.sh ends [Pipeline] } 02:32:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:32:01 ++ 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 02:32:01 + for file in '`ls cmd/**/Dockerfile`' 02:32:01 ++ dirname cmd/core-command/Dockerfile 02:32:01 ++ cut -d/ -f2 02:32:01 + echo core-command,cmd/core-command/Dockerfile 02:32:01 + for file in '`ls cmd/**/Dockerfile`' 02:32:01 ++ dirname cmd/core-data/Dockerfile 02:32:01 ++ cut -d/ -f2 02:32:01 + echo core-data,cmd/core-data/Dockerfile 02:32:01 + for file in '`ls cmd/**/Dockerfile`' 02:32:01 ++ dirname cmd/core-metadata/Dockerfile 02:32:01 ++ cut -d/ -f2 02:32:01 + echo core-metadata,cmd/core-metadata/Dockerfile 02:32:01 + for file in '`ls cmd/**/Dockerfile`' 02:32:01 ++ dirname cmd/security-bootstrapper/Dockerfile 02:32:01 ++ cut -d/ -f2 02:32:01 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:32:01 + for file in '`ls cmd/**/Dockerfile`' 02:32:01 ++ dirname cmd/security-proxy-setup/Dockerfile 02:32:01 ++ cut -d/ -f2 02:32:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:32:01 + for file in '`ls cmd/**/Dockerfile`' 02:32:01 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:32:01 ++ cut -d/ -f2 02:32:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:32:01 + for file in '`ls cmd/**/Dockerfile`' 02:32:01 ++ dirname cmd/support-notifications/Dockerfile 02:32:01 ++ cut -d/ -f2 02:32:01 + echo support-notifications,cmd/support-notifications/Dockerfile 02:32:01 + for file in '`ls cmd/**/Dockerfile`' 02:32:01 ++ dirname cmd/support-scheduler/Dockerfile 02:32:01 ++ cut -d/ -f2 02:32:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:32:01 + for file in '`ls cmd/**/Dockerfile`' 02:32:01 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:32:01 ++ cut -d/ -f2 02:32:01 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:32:02 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 02:32:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:32:03 02:32:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:32:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:32:03 latest: Pulling from edgex-devops/git-semver 02:32:03 31603596830f: Pulling fs layer 02:32:03 54011a49482f: Pulling fs layer 02:32:03 a6820b24f6d8: Pulling fs layer 02:32:03 f581987b2513: Pulling fs layer 02:32:03 f581987b2513: Waiting 02:32:03 54011a49482f: Verifying Checksum 02:32:03 54011a49482f: Download complete 02:32:03 31603596830f: Download complete 02:32:03 f581987b2513: Verifying Checksum 02:32:03 f581987b2513: Download complete 02:32:03 a6820b24f6d8: Verifying Checksum 02:32:03 a6820b24f6d8: Download complete 02:32:04 31603596830f: Pull complete 02:32:04 54011a49482f: Pull complete 02:32:05 a6820b24f6d8: Pull complete 02:32:05 f581987b2513: Pull complete 02:32:05 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 02:32:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:32:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:32:05 prd-centos7-docker-4c-2g-4638 does not seem to be running inside a container 02:32:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:32:08 $ docker top 96bf621f8bac9e4be8c0657a11c478a0b9c713c8d7720e1e5b9a062200ec6a3e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:32:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:32:08 [ssh-agent] Looking for ssh-agent implementation... 02:32:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:32:08 $ docker exec 96bf621f8bac9e4be8c0657a11c478a0b9c713c8d7720e1e5b9a062200ec6a3e ssh-agent 02:32:08 SSH_AUTH_SOCK=/tmp/ssh-pIVM4Bdqnzcz/agent.12 02:32:08 SSH_AGENT_PID=17 02:32:08 Running ssh-add (command line suppressed) 02:32:08 Identity added: /w/workspace/edgex-go/6@tmp/private_key_7923230203769393330.key (/w/workspace/edgex-go/6@tmp/private_key_7923230203769393330.key) 02:32:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:32:09 + git tag --points-at HEAD [Pipeline] } 02:32:09 $ docker exec --env ******** --env ******** 96bf621f8bac9e4be8c0657a11c478a0b9c713c8d7720e1e5b9a062200ec6a3e ssh-agent -k 02:32:09 unset SSH_AUTH_SOCK; 02:32:09 unset SSH_AGENT_PID; 02:32:09 echo Agent pid 17 killed; 02:32:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:32:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:32:09 [ssh-agent] Looking for ssh-agent implementation... 02:32:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:32:09 $ docker exec 96bf621f8bac9e4be8c0657a11c478a0b9c713c8d7720e1e5b9a062200ec6a3e ssh-agent 02:32:09 SSH_AUTH_SOCK=/tmp/ssh-0f2sAAlibeal/agent.45 02:32:09 SSH_AGENT_PID=50 02:32:09 Running ssh-add (command line suppressed) 02:32:09 Identity added: /w/workspace/edgex-go/6@tmp/private_key_8213791875270953982.key (/w/workspace/edgex-go/6@tmp/private_key_8213791875270953982.key) 02:32:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:32:10 + git semver init 02:32:10 # -> Open(): unable to determine branch for HEAD 02:32:10 # $GIT_DIR = /w/workspace/edgex-go/6/.git 02:32:10 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 02:32:10 # $SEMVER_REMOTE_NAME = origin 02:32:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:32:10 # $SEMVER_USER_NAME = edgex-jenkins 02:32:10 # $SEMVER_BRANCH = PR-3456 02:32:10 # $SEMVER_TEMP = /tmp/semver-081112306 02:32:10 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:32:56 # '/tmp/semver-081112306' -> '/w/workspace/edgex-go/6/.semver' 02:32:56 # -> Force: false 02:32:56 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 02:32:56 $ docker exec --env ******** --env ******** 96bf621f8bac9e4be8c0657a11c478a0b9c713c8d7720e1e5b9a062200ec6a3e ssh-agent -k 02:32:57 unset SSH_AUTH_SOCK; 02:32:57 unset SSH_AGENT_PID; 02:32:57 echo Agent pid 50 killed; 02:32:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:32:57 + git semver [Pipeline] } 02:32:57 $ docker stop --time=1 96bf621f8bac9e4be8c0657a11c478a0b9c713c8d7720e1e5b9a062200ec6a3e 02:32:59 $ docker rm -f 96bf621f8bac9e4be8c0657a11c478a0b9c713c8d7720e1e5b9a062200ec6a3e [Pipeline] // withDockerContainer [Pipeline] sh 02:33:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:33:00 Stashed 1 file(s) [Pipeline] echo 02:33:00 [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 02:33:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:33:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:33:01 + sudo service docker restart 02:33:01 + true 02:33:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 02:33:02 ========================================================= 02:33:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 02:33:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:33:02 + 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 . 02:33:05 Sending build context to Docker daemon 330.3MB 02:33:05 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 02:33:05 Step 2/6 : FROM ${BASE} 02:33:06 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 02:33:06 540db60ca938: Pulling fs layer 02:33:06 adcc1eea9eea: Pulling fs layer 02:33:06 4c4ab2625f07: Pulling fs layer 02:33:06 0510c868ecb4: Pulling fs layer 02:33:06 afea3b2eda06: Pulling fs layer 02:33:06 7809a108b3ef: Pulling fs layer 02:33:06 f706445af74f: Pulling fs layer 02:33:06 0510c868ecb4: Waiting 02:33:06 afea3b2eda06: Waiting 02:33:06 7809a108b3ef: Waiting 02:33:06 f706445af74f: Waiting 02:33:06 4c4ab2625f07: Verifying Checksum 02:33:06 4c4ab2625f07: Download complete 02:33:06 adcc1eea9eea: Download complete 02:33:06 afea3b2eda06: Verifying Checksum 02:33:06 afea3b2eda06: Download complete 02:33:06 540db60ca938: Verifying Checksum 02:33:06 540db60ca938: Download complete 02:33:06 7809a108b3ef: Verifying Checksum 02:33:06 7809a108b3ef: Download complete 02:33:06 540db60ca938: Pull complete 02:33:07 adcc1eea9eea: Pull complete 02:33:07 f706445af74f: Verifying Checksum 02:33:07 f706445af74f: Download complete 02:33:08 0510c868ecb4: Verifying Checksum 02:33:08 0510c868ecb4: Download complete 02:33:08 4c4ab2625f07: Pull complete 02:33:13 0510c868ecb4: Pull complete 02:33:13 afea3b2eda06: Pull complete 02:33:13 7809a108b3ef: Pull complete 02:33:15 Still waiting to schedule task 02:33:15 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 02:33:18 f706445af74f: Pull complete 02:33:18 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 02:33:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 02:33:18 ---> b068be0155e3 02:33:18 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 02:33:18 ---> Running in ac949b4f2860 02:33:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:33:19 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:33:20 (1/12) Installing libmagic (5.39-r0) 02:33:20 (2/12) Installing file (5.39-r0) 02:33:20 (3/12) Installing libc-dev (0.7.2-r3) 02:33:20 (4/12) Installing g++ (10.2.1_pre1-r3) 02:33:25 (5/12) Installing fortify-headers (1.1-r0) 02:33:25 (6/12) Installing patch (2.7.6-r6) 02:33:25 (7/12) Installing build-base (0.5-r2) 02:33:25 (8/12) Installing libsodium (1.0.18-r0) 02:33:25 (9/12) Installing pkgconf (1.7.3-r0) 02:33:25 (10/12) Installing libsodium-dev (1.0.18-r0) 02:33:25 (11/12) Installing libzmq (4.3.3-r1) 02:33:25 (12/12) Installing zeromq-dev (4.3.3-r1) 02:33:25 Executing busybox-1.32.1-r6.trigger 02:33:25 OK: 219 MiB in 52 packages 02:33:29 Removing intermediate container ac949b4f2860 02:33:29 ---> e1b1bf884f2d 02:33:29 Step 4/6 : WORKDIR /edgex-go 02:33:29 ---> Running in a0aa10fb84f0 02:33:29 Removing intermediate container a0aa10fb84f0 02:33:29 ---> 7a53ebeca388 02:33:29 Step 5/6 : COPY go.mod . 02:33:29 ---> 024be3bbe680 02:33:29 Step 6/6 : RUN go mod download 02:33:29 ---> Running in bb07ae546085 02:33:51 Removing intermediate container bb07ae546085 02:33:51 ---> 271300b60147 02:33:51 Successfully built 271300b60147 02:33:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:33:51 + docker inspect -f . ci-base-image-x86_64 02:33:51 . [Pipeline] withDockerContainer 02:33:51 prd-centos7-docker-4c-2g-4638 does not seem to be running inside a container 02:33:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:33:52 $ docker top 6f4f53904036f6a1542cbf552d36267140c338d819535fd2e2723be0a85734f2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:33:53 + go version 02:33:53 go version go1.16.3 linux/amd64 [Pipeline] } 02:33:53 $ docker stop --time=1 6f4f53904036f6a1542cbf552d36267140c338d819535fd2e2723be0a85734f2 02:33:54 $ docker rm -f 6f4f53904036f6a1542cbf552d36267140c338d819535fd2e2723be0a85734f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:33:55 + docker inspect -f . ci-base-image-x86_64 02:33:55 . [Pipeline] withDockerContainer 02:33:55 prd-centos7-docker-4c-2g-4638 does not seem to be running inside a container 02:33:55 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:33:56 $ docker top 869a9d37fdc77f88272966e9b9695051f7c466a4571564bdec16479174e3eb41 -eo pid,comm [Pipeline] { [Pipeline] echo 02:33:56 ========================================================= 02:33:56 [edgeXBuildGoParallel] Running Tests and Build... 02:33:56 ========================================================= [Pipeline] sh 02:33:56 + go mod tidy [Pipeline] sh 02:33:58 + make test 02:33:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:34:06 ? github.com/edgexfoundry/edgex-go [no test files] 02:34:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:34:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:34:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:34:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:34:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:34:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:34:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:34:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:34:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:34:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:34:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:34:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:34:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 45.9% of statements 02:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.071s coverage: 28.7% of statements 02:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.192s coverage: 27.8% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.080s coverage: 81.2% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.083s coverage: 100.0% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:34:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 71.3% of statements 02:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.149s coverage: 87.7% of statements 02:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.074s coverage: 78.9% of statements 02:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:34:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.338s coverage: 28.6% of statements 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:34:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:34:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:34:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:34:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements 02:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:34:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.100s coverage: 78.3% of statements 02:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:34:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.405s coverage: 95.1% of statements 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:34:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:34:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.091s coverage: 0.8% of statements 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:34:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.058s coverage: 22.0% of statements 02:34:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:34:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements 02:34:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.106s coverage: 79.5% of statements 02:34:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements 02:34:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements 02:34:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 02:35:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.064s coverage: 94.4% of statements 02:35:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 02:35:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.272s coverage: 81.8% of statements 02:35:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.049s coverage: 87.2% of statements 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 76.0% of statements 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.0% of statements 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 85.4% of statements 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.2% of statements 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.219s coverage: 64.4% of statements 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.336s coverage: 66.9% of statements 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.179s coverage: 43.4% of statements 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.0% of statements 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:35:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:35:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 02:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.080s coverage: 22.3% of statements 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 02:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.142s coverage: 91.8% of statements 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 02:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.722s coverage: 28.7% of statements 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.062s coverage: 100.0% of statements 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:35:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.079s coverage: 64.6% of statements 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:35:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.143s coverage: 97.6% of statements 02:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:35:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 02:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:35:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 02:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:35:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 02:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:35:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 02:35:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements 02:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 02:35:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.038s coverage: 85.7% of statements 02:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 02:35:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 02:35:19 GO111MODULE=on go vet ./... 02:35:58 gofmt -l . 02:35:58 [ "`gofmt -l .`" = "" ] 02:35:58 ./bin/test-go-mod-tidy.sh 02:35:58 ./bin/test-attribution-txt.sh [Pipeline] sh 02:35:58 + ls -al . 02:35:58 total 836 02:35:58 drwxrwxr-x 10 1001 1001 4096 May 12 02:35 . 02:35:58 drwxr-xr-x 4 root root 28 May 12 02:33 .. 02:35:58 -rw-rw-r-- 1 1001 1001 11 May 12 02:31 .dockerignore 02:35:58 drwxrwxr-x 8 1001 1001 179 May 12 02:31 .git 02:35:58 drwxrwxr-x 3 1001 1001 125 May 12 02:31 .github 02:35:58 -rw-rw-r-- 1 1001 1001 818 May 12 02:31 .gitignore 02:35:58 drwx------ 3 1001 1001 60 May 12 02:32 .semver 02:35:58 -rw-rw-r-- 1 1001 1001 166 May 12 02:31 .sonarcloud.properties 02:35:58 -rw-rw-r-- 1 1001 1001 8609 May 12 02:31 Attribution.txt 02:35:58 -rw-rw-r-- 1 1001 1001 3804 May 12 02:31 CONTRIBUTING.md 02:35:58 -rw-rw-r-- 1 1001 1001 931 May 12 02:31 Dockerfile.build 02:35:58 -rw-rw-r-- 1 1001 1001 863 May 12 02:31 Jenkinsfile 02:35:58 -rw-rw-r-- 1 1001 1001 10775 May 12 02:31 LICENSE 02:35:58 -rw-rw-r-- 1 1001 1001 5594 May 12 02:31 Makefile 02:35:58 -rw-rw-r-- 1 1001 1001 7978 May 12 02:31 README.md 02:35:58 -rw-rw-r-- 1 1001 1001 6755 May 12 02:31 SECURITY.md 02:35:58 -rw-rw-r-- 1 1001 1001 5 May 12 02:33 VERSION 02:35:58 -rw-rw-r-- 1 1001 1001 4131 May 12 02:31 ZMQWindows.md 02:35:58 drwxrwxr-x 2 1001 1001 117 May 12 02:31 bin 02:35:58 drwxrwxr-x 14 1001 1001 4096 May 12 02:31 cmd 02:35:58 -rw-r--r-- 1 root root 725960 May 12 02:35 coverage.out 02:35:58 -rw-r--r-- 1 root root 1060 May 12 02:35 go.mod 02:35:58 -rw-r--r-- 1 root root 21595 May 12 02:33 go.sum 02:35:58 drwxrwxr-x 8 1001 1001 127 May 12 02:31 internal 02:35:58 drwxrwxr-x 4 1001 1001 26 May 12 02:31 openapi 02:35:58 drwxrwxr-x 4 1001 1001 71 May 12 02:31 snap 02:35:58 -rw-rw-r-- 1 1001 1001 168 May 12 02:31 version.go [Pipeline] sh 02:35:59 + '[' -e coverage.out ] 02:35:59 + chown 1001:1001 coverage.out [Pipeline] stash 02:35:59 Stashed 1 file(s) [Pipeline] sh 02:35:59 + make build 02:35:59 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 02:36:02 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 02:36:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4639 in /w/workspace/edgexfoundry_edgex-go_PR-3456 [Pipeline] { [Pipeline] ws 02:36:11 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 02:36:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:36:12 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 02:36:14 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 02:36:14 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 02:36:16 using credential edgex-jenkins-ssh 02:36:16 Cloning the remote Git repository 02:36:16 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 02:36:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:36:16 > git init /w/workspace/edgex-go/6 # timeout=10 02:36:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:36:16 > git --version # timeout=10 02:36:16 > git --version # 'git version 2.17.1' 02:36:16 using GIT_SSH to set credentials SSH Credentials for GitHub 02:36:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:36:18 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 02:36:19 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 02:36:20 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 02:36:21 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 02:36: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 [Pipeline] } 02:36:24 $ docker stop --time=1 869a9d37fdc77f88272966e9b9695051f7c466a4571564bdec16479174e3eb41 02:36:26 $ docker rm -f 869a9d37fdc77f88272966e9b9695051f7c466a4571564bdec16479174e3eb41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:36:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:36:29 02:36:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:36:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:36:29 latest: Pulling from edgex-devops/edgex-compose 02:36:29 cbdbe7a5bc2a: Pulling fs layer 02:36:29 ca9280d653b3: Pulling fs layer 02:36:29 7e9c9ca2126c: Pulling fs layer 02:36:30 cbdbe7a5bc2a: Verifying Checksum 02:36:30 cbdbe7a5bc2a: Download complete 02:36:31 cbdbe7a5bc2a: Pull complete 02:36:31 ca9280d653b3: Verifying Checksum 02:36:31 ca9280d653b3: Download complete 02:36:32 7e9c9ca2126c: Verifying Checksum 02:36:32 7e9c9ca2126c: Download complete 02:36:32 ca9280d653b3: Pull complete 02:36:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:36:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:36:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:36:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:36:36 using GIT_SSH to set credentials SSH Credentials for GitHub 02:36:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3456/head:refs/remotes/origin/PR-3456 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:36:37 Merging remotes/origin/master commit f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit 69a9168b3e72f65929c4654bb62675fc2d9016b9 02:36:38 Merge succeeded, producing 69a9168b3e72f65929c4654bb62675fc2d9016b9 02:36:38 Checking out Revision 69a9168b3e72f65929c4654bb62675fc2d9016b9 (PR-3456) 02:36:38 7e9c9ca2126c: Pull complete 02:36:39 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:36:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:36:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:36:39 prd-centos7-docker-4c-2g-4638 does not seem to be running inside a container 02:36:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:36:37 > git config core.sparsecheckout # timeout=10 02:36:37 > git checkout -f 69a9168b3e72f65929c4654bb62675fc2d9016b9 # timeout=10 02:36:38 > git remote # timeout=10 02:36:38 > git config --get remote.origin.url # timeout=10 02:36:38 using GIT_SSH to set credentials SSH Credentials for GitHub 02:36:38 > git merge f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 02:36:38 > git rev-parse HEAD^{commit} # timeout=10 02:36:38 > git config core.sparsecheckout # timeout=10 02:36:38 > git checkout -f 69a9168b3e72f65929c4654bb62675fc2d9016b9 # timeout=10 02:36:41 $ docker top 943e9965f8c03c7c4060f4c7fcb18d9e1bde50c3f41dc22850d303bc43f13afb -eo pid,comm [Pipeline] { [Pipeline] sh 02:36:41 + docker-compose build --help 02:36:41 + grep parallel 02:36:42 --parallel Build images in parallel. 02:36:42 Commit message: "feat(notifications): Modify notification func comment" [Pipeline] } 02:36:42 $ docker stop --time=1 943e9965f8c03c7c4060f4c7fcb18d9e1bde50c3f41dc22850d303bc43f13afb 02:36:43 $ docker rm -f 943e9965f8c03c7c4060f4c7fcb18d9e1bde50c3f41dc22850d303bc43f13afb [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 02:36:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:36:44 . [Pipeline] withDockerContainer 02:36:44 prd-centos7-docker-4c-2g-4638 does not seem to be running inside a container 02:36:45 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:36:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 02:36:45 $ docker top b04ec2582456a43799c33fe898292043a65e43a49ef85f166741166289e2389e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 02:36:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:36:46 + docker-compose -f ./docker-compose-build.yml build --parallel 02:36:46 + sudo service docker restart 02:36:46 + true 02:36:47 Building core-command ... 02:36:47 Building core-data ... 02:36:47 Building core-metadata ... 02:36:47 Building security-bootstrapper ... 02:36:47 Building security-proxy-setup ... 02:36:47 Building security-secretstore-setup ... 02:36:47 Building support-notifications ... 02:36:47 Building support-scheduler ... 02:36:47 Building sys-mgmt-agent ... 02:36:47 Building security-secretstore-setup 02:36:47 Building core-command 02:36:47 Building support-scheduler 02:36:47 Building support-notifications 02:36:47 Building core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:36:48 provisioning config files... 02:36:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config8000510766399548592tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:36:49 ---> docker-login.sh 02:36:49 nexus3.edgexfoundry.org:10001 02:36:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:50 Configure a credential helper to remove this warning. See 02:36:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:50 02:36:50 Login Succeeded 02:36:50 nexus3.edgexfoundry.org:10002 02:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:50 Configure a credential helper to remove this warning. See 02:36:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:50 02:36:50 Login Succeeded 02:36:50 nexus3.edgexfoundry.org:10003 02:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:51 Configure a credential helper to remove this warning. See 02:36:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:51 02:36:51 Login Succeeded 02:36:51 nexus3.edgexfoundry.org:10004 02:36:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:51 Configure a credential helper to remove this warning. See 02:36:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:51 02:36:51 Login Succeeded 02:36:51 docker.io 02:36:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:52 Configure a credential helper to remove this warning. See 02:36:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:52 02:36:52 Login Succeeded 02:36:52 ---> docker-login.sh ends [Pipeline] } 02:36:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:36:52 ========================================================= 02:36:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 02:36:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:36:52 + 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 . 02:36:55 Sending build context to Docker daemon 167.8MB 02:36:55 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 02:36:55 Step 2/6 : FROM ${BASE} 02:36:55 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:36:55 595b0fe564bb: Pulling fs layer 02:36:55 7186ed65a4f7: Pulling fs layer 02:36:55 316046926c0a: Pulling fs layer 02:36:55 4ebd0625c992: Pulling fs layer 02:36:55 207e8628e3a3: Pulling fs layer 02:36:55 c791037a9be2: Pulling fs layer 02:36:55 ffd874e62e21: Pulling fs layer 02:36:55 207e8628e3a3: Waiting 02:36:55 4ebd0625c992: Waiting 02:36:55 c791037a9be2: Waiting 02:36:55 ffd874e62e21: Waiting 02:36:55 316046926c0a: Download complete 02:36:55 7186ed65a4f7: Verifying Checksum 02:36:55 7186ed65a4f7: Download complete 02:36:55 207e8628e3a3: Verifying Checksum 02:36:55 207e8628e3a3: Download complete 02:36:55 c791037a9be2: Verifying Checksum 02:36:55 c791037a9be2: Download complete 02:36:55 595b0fe564bb: Verifying Checksum 02:36:55 595b0fe564bb: Download complete 02:36:56 595b0fe564bb: Pull complete 02:36:56 7186ed65a4f7: Pull complete 02:36:56 316046926c0a: Pull complete 02:36:57 ffd874e62e21: Verifying Checksum 02:36:57 ffd874e62e21: Download complete 02:36:58 4ebd0625c992: Verifying Checksum 02:36:58 4ebd0625c992: Download complete 02:37:11 4ebd0625c992: Pull complete 02:37:11 207e8628e3a3: Pull complete 02:37:11 c791037a9be2: Pull complete 02:37:13 ffd874e62e21: Pull complete 02:37:13 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 02:37:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 02:37:13 ---> cfc18b08335c 02:37:13 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 02:37:17 ---> Running in d7d0c3796907 02:37:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:37:19 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:37:20 (1/12) Installing libmagic (5.39-r0) 02:37:20 (2/12) Installing file (5.39-r0) 02:37:20 (3/12) Installing libc-dev (0.7.2-r3) 02:37:20 (4/12) Installing g++ (10.2.1_pre1-r3) 02:37:26 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:37:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:37:26 ---> 271300b60147 02:37:26 Step 3/23 : WORKDIR /edgex-go 02:37:26 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:37:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:37:26 ---> 271300b60147 02:37:26 Step 3/24 : WORKDIR /edgex-go 02:37:26 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:37:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:37:26 ---> 271300b60147 02:37:26 Step 3/24 : WORKDIR /edgex-go 02:37:26 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:37:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:37:26 ---> 271300b60147 02:37:26 Step 3/23 : WORKDIR /edgex-go 02:37:26 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:37:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:37:26 ---> 271300b60147 02:37:26 Step 3/26 : WORKDIR /edgex-go 02:37:26 ---> Running in 318a72a38cf0 02:37:26 ---> Running in a2960663d84f 02:37:26 ---> Running in 1c1708011cc1 02:37:26 ---> Running in 83280ae05007 02:37:26 ---> Running in 3eaa8515bfcd 02:37:26 Removing intermediate container 83280ae05007 02:37:26 ---> 6dac6a1bf68f 02:37:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:37:26 Removing intermediate container 3eaa8515bfcd 02:37:26 ---> 2745d7265866 02:37:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:37:26 Removing intermediate container a2960663d84f 02:37:26 ---> c96950f5e7aa 02:37:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:37:26 Removing intermediate container 318a72a38cf0 02:37:26 ---> 615a32b76b89 02:37:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:37:26 Removing intermediate container 1c1708011cc1 02:37:26 ---> 0a3d52627ec9 02:37:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:37:26 ---> Running in 82d1e1b4aa94 02:37:26 ---> Running in a1e109e94f99 02:37:26 ---> Running in f9108d0e57b1 02:37:26 ---> Running in ad8ba710b511 02:37:26 ---> Running in c1380d5fbde6 02:37:26 Removing intermediate container f9108d0e57b1 02:37:26 ---> fee89af5f89f 02:37:26 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 02:37:26 ---> Running in c5396d3a3fa8 02:37:26 Removing intermediate container 82d1e1b4aa94 02:37:26 ---> 9fc979e48169 02:37:26 Step 5/23 : RUN apk add --update --no-cache make git 02:37:26 Removing intermediate container a1e109e94f99 02:37:26 ---> 6eb5bc85fd06 02:37:26 Step 5/24 : RUN apk add --update --no-cache make git 02:37:26 ---> Running in 0230fa1c060c 02:37:26 ---> Running in ad541f65743a 02:37:26 Removing intermediate container ad8ba710b511 02:37:26 ---> bf08df6661e3 02:37:26 Step 5/26 : RUN apk add --update --no-cache make git 02:37:26 Removing intermediate container c1380d5fbde6 02:37:26 ---> 581c79b61d0b 02:37:26 Step 5/24 : RUN apk add --update --no-cache make git 02:37:26 ---> Running in d6f4e17a4d6f 02:37:26 ---> Running in 35d0274cdae4 02:37:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:37:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:37:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:37:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:37:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:37:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:37:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:37:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:37:27 OK: 219 MiB in 52 packages 02:37:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:37:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:37:27 OK: 219 MiB in 52 packages 02:37:27 OK: 219 MiB in 52 packages 02:37:27 Removing intermediate container c5396d3a3fa8 02:37:27 ---> c3c64b1db2bd 02:37:27 Step 6/23 : COPY go.mod . 02:37:27 OK: 219 MiB in 52 packages 02:37:27 ---> 4025338b6ae3 02:37:27 Step 7/23 : RUN go mod download 02:37:28 ---> Running in cd557921d413 02:37:28 Removing intermediate container 0230fa1c060c 02:37:28 ---> 618fd9b0a7e3 02:37:28 Step 6/23 : COPY go.mod . 02:37:28 Removing intermediate container ad541f65743a 02:37:28 ---> 943c802fa024 02:37:28 Step 6/24 : COPY go.mod . 02:37:28 (5/12) Installing fortify-headers (1.1-r0) 02:37:28 (6/12) Installing patch (2.7.6-r6) 02:37:28 (7/12) Installing build-base (0.5-r2) 02:37:28 (8/12) Installing libsodium (1.0.18-r0) 02:37:28 (9/12) Installing pkgconf (1.7.3-r0) 02:37:28 (10/12) Installing libsodium-dev (1.0.18-r0) 02:37:28 (11/12) Installing libzmq (4.3.3-r1) 02:37:28 (12/12) Installing zeromq-dev (4.3.3-r1) 02:37:28 Executing busybox-1.32.1-r6.trigger 02:37:28 ---> 40f2fb4e7512 02:37:28 Step 7/23 : RUN go mod download 02:37:28 OK: 219 MiB in 52 packages 02:37:28 Removing intermediate container 35d0274cdae4 02:37:28 ---> 052285cb4b3b 02:37:28 Step 6/24 : COPY go.mod . 02:37:29 OK: 218 MiB in 52 packages 02:37:29 ---> Running in 58634cc0ca09 02:37:29 ---> 50baaff48631 02:37:29 Step 7/24 : RUN go mod download 02:37:29 ---> Running in 3ddec95c10f1 02:37:29 ---> 57ba552b9bdf 02:37:29 Step 7/24 : RUN go mod download 02:37:29 ---> Running in 6cfbb8c19016 02:37:30 Removing intermediate container d6f4e17a4d6f 02:37:30 ---> 5f6088700fa6 02:37:30 Step 6/26 : COPY go.mod . 02:37:30 ---> d1aeddc69c2c 02:37:30 Step 7/26 : RUN go mod download 02:37:30 Removing intermediate container cd557921d413 02:37:30 ---> 1d38eb02c9c3 02:37:30 Step 8/23 : COPY . . 02:37:30 ---> Running in b4dd6e8700e2 02:37:30 Removing intermediate container 58634cc0ca09 02:37:30 ---> 9b79dd634113 02:37:30 Step 8/23 : COPY . . 02:37:33 Removing intermediate container d7d0c3796907 02:37:33 ---> b8662395d8b7 02:37:33 Step 4/6 : WORKDIR /edgex-go 02:37:33 ---> Running in 9d547b5503a1 02:37:33 Removing intermediate container 9d547b5503a1 02:37:33 ---> 8596e084f0c6 02:37:33 Step 5/6 : COPY go.mod . 02:37:34 Removing intermediate container 3ddec95c10f1 02:37:34 ---> 3548073027ca 02:37:34 Step 8/24 : COPY . . 02:37:34 ---> d80c56c47755 02:37:34 Step 6/6 : RUN go mod download 02:37:34 Removing intermediate container 6cfbb8c19016 02:37:34 ---> 523e912a0f14 02:37:34 Step 8/24 : COPY . . 02:37:34 ---> Running in dd7988fab040 02:37:44 Removing intermediate container b4dd6e8700e2 02:37:44 ---> 102de0962b37 02:37:44 Step 8/26 : COPY . . 02:38:01 Removing intermediate container dd7988fab040 02:38:01 ---> eea936ae18fa 02:38:01 Successfully built eea936ae18fa 02:38:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:38:01 + docker inspect -f . ci-base-image-arm64 02:38:01 . [Pipeline] withDockerContainer 02:38:01 prd-ubuntu18.04-docker-arm64-4c-16g-4639 does not seem to be running inside a container 02:38:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:38:03 $ docker top b15b322aa99fc1f475abe56af25755418e9c18a33c9c00c80acec2ac42fac3c4 -eo pid,comm [Pipeline] { [Pipeline] sh 02:38:04 + go version 02:38:04 go version go1.16.3 linux/arm64 [Pipeline] } 02:38:04 $ docker stop --time=1 b15b322aa99fc1f475abe56af25755418e9c18a33c9c00c80acec2ac42fac3c4 02:38:06 $ docker rm -f b15b322aa99fc1f475abe56af25755418e9c18a33c9c00c80acec2ac42fac3c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:38:07 + docker inspect -f . ci-base-image-arm64 02:38:07 . [Pipeline] withDockerContainer 02:38:07 prd-ubuntu18.04-docker-arm64-4c-16g-4639 does not seem to be running inside a container 02:38:07 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:38:08 $ docker top 6b22e2c91864233fd0ef627d8927baa300ab9b87f51744422dc309af214e4185 -eo pid,comm [Pipeline] { [Pipeline] echo 02:38:09 ========================================================= 02:38:09 [edgeXBuildGoParallel] Running Tests and Build... 02:38:09 ========================================================= [Pipeline] sh 02:38:09 + go mod tidy [Pipeline] sh 02:38:11 + make test 02:38:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:38:16 ---> 5bbb42a5c0a0 02:38:16 Step 9/23 : RUN go mod tidy 02:38:16 ---> 1d2f7ac519d2 02:38:16 Step 9/23 : RUN go mod tidy 02:38:16 ---> fec0aeb2d3f9 02:38:16 Step 9/24 : RUN go mod tidy 02:38:16 ---> 149fea87eda5 02:38:16 Step 9/24 : RUN go mod tidy 02:38:16 ---> Running in e58d8a0bb34d 02:38:16 ---> Running in d161853fef7c 02:38:16 ---> Running in 8c5afe694f6b 02:38:16 ---> Running in 4d5ccf1d0c2c 02:38:18 ---> 70e7b018be01 02:38:18 Step 9/26 : RUN go mod tidy 02:38:19 ---> Running in 61d45b96f2ca 02:38:21 Removing intermediate container e58d8a0bb34d 02:38:21 ---> df727f482605 02:38:21 Step 10/23 : RUN make cmd/support-notifications/support-notifications 02:38:21 ---> Running in 72e2604d1c84 02:38:21 Removing intermediate container 8c5afe694f6b 02:38:21 ---> d1cb7e314832 02:38:21 Step 10/24 : RUN make cmd/core-metadata/core-metadata 02:38:21 Removing intermediate container 4d5ccf1d0c2c 02:38:21 ---> 2fbdf0667d67 02:38:21 Step 10/24 : RUN make cmd/core-command/core-command 02:38:22 ---> Running in ce3fcc0afaa5 02:38:22 Removing intermediate container 61d45b96f2ca 02:38:22 ---> cf91ddc7383f 02:38:22 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:38:22 ---> Running in fcd6f0c6aefd 02:38:22 Removing intermediate container d161853fef7c 02:38:22 ---> b394454a0e2f 02:38:22 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 02:38:22 ---> Running in a791d1e005d2 02:38:22 ---> Running in df87b04a79e3 02:38: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 02:38:23 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 02:38:23 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 02:38:23 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 02:38:23 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 02:38:38 ? github.com/edgexfoundry/edgex-go [no test files] 02:39:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:39:09 Removing intermediate container fcd6f0c6aefd 02:39:09 ---> 37bef73b37e9 02:39:09 02:39:09 Step 11/24 : FROM alpine:3.12 02:39:09 3.12: Pulling from library/alpine 02:39:09 Removing intermediate container 72e2604d1c84 02:39:09 ---> 362ef4d40349 02:39:09 02:39:09 Step 11/23 : FROM alpine:3.12 02:39:09 3.12: Pulling from library/alpine 02:39:09 Removing intermediate container a791d1e005d2 02:39:09 ---> b5b33f38cec0 02:39:09 02:39:09 Step 11/26 : FROM alpine:3.12 02:39:09 3.12: Pulling from library/alpine 02:39:09 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 02:39:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 02:39:10 Status: Image is up to date for alpine:3.12 02:39:10 Status: Downloaded newer image for alpine:3.12 02:39:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 02:39:10 Status: Image is up to date for alpine:3.12 02:39:10 ---> 13621d1b12d4 02:39:10 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 02:39:10 ---> 13621d1b12d4 02:39:10 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 02:39:10 ---> 13621d1b12d4 02:39:10 Step 12/24 : RUN apk add --update --no-cache dumb-init 02:39:10 Removing intermediate container df87b04a79e3 02:39:10 ---> f47a01e503a0 02:39:10 02:39:10 Step 11/23 : FROM alpine:3.12 02:39:10 ---> 13621d1b12d4 02:39:10 Step 12/23 : RUN apk add --update --no-cache dumb-init 02:39:11 ---> Running in 6ea1f063ef44 02:39:11 ---> Running in 3017218418d4 02:39:11 ---> Running in b9b3d635f57d 02:39:11 ---> Running in a58bb66573e3 02:39:13 Removing intermediate container ce3fcc0afaa5 02:39:13 ---> c9396e82923d 02:39:13 02:39:13 Step 11/24 : FROM alpine:3.12 02:39:13 ---> 13621d1b12d4 02:39:13 Step 12/24 : RUN apk add --update --no-cache dumb-init 02:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:39:13 ---> Running in 5e9ac510ba42 02:39:13 (1/6) Installing ca-certificates (20191127-r4) 02:39:13 (1/1) Installing dumb-init (1.2.2-r1) 02:39:13 Executing busybox-1.31.1-r20.trigger 02:39:13 OK: 6 MiB in 15 packages 02:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:39:14 (2/6) Installing nghttp2-libs (1.41.0-r0) 02:39:14 (3/6) Installing libcurl (7.76.1-r0) 02:39:14 (1/2) Installing ca-certificates (20191127-r4) 02:39:14 (4/6) Installing curl (7.76.1-r0) 02:39:14 (5/6) Installing dumb-init (1.2.2-r1) 02:39:14 (6/6) Installing su-exec (0.2-r1) 02:39:14 Executing busybox-1.31.1-r20.trigger 02:39:14 (2/2) Installing dumb-init (1.2.2-r1) 02:39:14 Executing ca-certificates-20191127-r4.trigger 02:39:14 Executing busybox-1.31.1-r20.trigger 02:39:14 (1/1) Installing dumb-init (1.2.2-r1) 02:39:14 Executing busybox-1.31.1-r20.trigger 02:39:14 Executing ca-certificates-20191127-r4.trigger 02:39:14 OK: 6 MiB in 15 packages 02:39:14 OK: 7 MiB in 20 packages 02:39:14 OK: 6 MiB in 16 packages 02:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:39:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:39:14 (1/1) Installing dumb-init (1.2.2-r1) 02:39:14 Executing busybox-1.31.1-r20.trigger 02:39:14 OK: 6 MiB in 15 packages 02:39:15 Removing intermediate container 6ea1f063ef44 02:39:15 ---> 7252a7f4c5cd 02:39:15 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:39:15 ---> Running in 3750b09e6d05 02:39:16 Removing intermediate container a58bb66573e3 02:39:16 ---> 122861adb694 02:39:16 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:39:16 Removing intermediate container 3750b09e6d05 02:39:16 ---> ab89bf75ad30 02:39:16 Step 14/23 : ENV APP_PORT=48085 02:39:16 ---> Running in dd5e5c0dc8e6 02:39:16 Removing intermediate container b9b3d635f57d 02:39:16 ---> d60784741192 02:39:16 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:39:17 Removing intermediate container 3017218418d4 02:39:17 ---> 72de5d38d4be 02:39:17 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:39:17 Removing intermediate container 5e9ac510ba42 02:39:17 ---> 2a225919a211 02:39:17 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:39:17 ---> Running in 72873886e2fe 02:39:17 ---> Running in 99cb586573aa 02:39:17 ---> Running in 524924cbead8 02:39:17 ---> Running in 99d0f320a83b 02:39:17 Removing intermediate container dd5e5c0dc8e6 02:39:17 ---> 10d644305e6b 02:39:17 Step 14/24 : ENV APP_PORT=48082 02:39:17 Removing intermediate container 72873886e2fe 02:39:17 ---> 556fe6e2b67b 02:39:17 Step 15/23 : EXPOSE $APP_PORT 02:39:18 ---> Running in fd58fd4b8ecc 02:39:18 ---> Running in 9e180d50ade8 02:39:18 Removing intermediate container 524924cbead8 02:39:18 ---> 522591a1b478 02:39:18 Step 14/26 : WORKDIR / 02:39:18 Removing intermediate container 99d0f320a83b 02:39:18 ---> 569a7f1428ea 02:39:18 Step 14/24 : ENV APP_PORT=48081 02:39:18 Removing intermediate container 99cb586573aa 02:39:18 ---> 4a5d91260885 02:39:18 Step 14/23 : ENV APP_PORT=48060 02:39:18 ---> Running in 600e0ce67135 02:39:18 ---> Running in e8b2035220f4 02:39:18 ---> Running in 60e87e9b23a9 02:39:18 Removing intermediate container fd58fd4b8ecc 02:39:18 ---> 03fd2014515b 02:39:18 Step 15/24 : EXPOSE $APP_PORT 02:39:18 Removing intermediate container 9e180d50ade8 02:39:18 ---> b674295fda93 02:39:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:39:18 ---> Running in 304da5947ee1 02:39:18 Removing intermediate container 600e0ce67135 02:39:18 ---> e402e750ca07 02:39:18 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:39:18 Removing intermediate container 60e87e9b23a9 02:39:18 ---> a2ec1a82e802 02:39:18 Step 15/23 : EXPOSE $APP_PORT 02:39:18 Removing intermediate container e8b2035220f4 02:39:18 ---> 90d0c026af87 02:39:18 Step 15/24 : EXPOSE $APP_PORT 02:39:18 ---> Running in b55917adbd92 02:39:18 ---> 8903a0d8a4a8 02:39:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:39:19 ---> Running in 9963efc29432 02:39:19 Removing intermediate container 304da5947ee1 02:39:19 ---> c362039f4971 02:39:19 Step 16/24 : WORKDIR / 02:39:19 ---> 96a796427218 02:39:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:39:19 ---> Running in 948122db029a 02:39:19 Removing intermediate container b55917adbd92 02:39:19 ---> 17cef4a61004 02:39:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:39:19 ---> f905c0f955de 02:39:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:39:19 Removing intermediate container 9963efc29432 02:39:19 ---> a671c146e521 02:39:19 Step 16/24 : WORKDIR / 02:39:20 ---> 82ffe48e1dae 02:39:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:39:20 Removing intermediate container 948122db029a 02:39:20 ---> 1856586b903f 02:39:20 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:39:20 ---> Running in c49dcd5325c0 02:39:20 ---> 76a0a0550c4d 02:39:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:39:20 ---> a167192a7dd8 02:39:20 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 02:39:20 ---> c5d6eaa532cd 02:39:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 02:39:20 ---> c058345de03c 02:39:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:39:20 ---> Running in 12c902a786d1 02:39:20 Removing intermediate container c49dcd5325c0 02:39:20 ---> 93095e25d3fc 02:39:20 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:39:20 ---> f23dec5efe40 02:39:20 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:39:20 ---> 902a81985446 02:39:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:39:21 Removing intermediate container 12c902a786d1 02:39:21 ---> d6e72badd420 02:39:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:39:21 ---> 66e2f6a6d52b 02:39:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:39:21 ---> Running in 6c6f0d09a550 02:39:21 ---> 5611e5fa860b 02:39:21 Step 19/23 : ENTRYPOINT ["/support-notifications"] 02:39:21 ---> 21671b22e9d4 02:39:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:39:21 ---> Running in b4c54de0f257 02:39:21 ---> 1307dccb9ec3 02:39:21 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:39:21 Removing intermediate container 6c6f0d09a550 02:39:21 ---> f56f2c0b79d6 02:39:21 Step 21/23 : LABEL arch=x86_64 02:39:21 ---> 27933df35fc4 02:39:21 Step 20/24 : ENTRYPOINT ["/core-command"] 02:39:21 Removing intermediate container b4c54de0f257 02:39:21 ---> 79b7ebb573fc 02:39:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:39:22 ---> 00feb8f4bcbb 02:39:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:39:22 ---> Running in 32d9a17f44d0 02:39:22 ---> Running in 0eb6e416ef13 02:39:22 ---> Running in 9838a362e501 02:39:22 ---> 83c12cfbba78 02:39:22 Step 20/24 : ENTRYPOINT ["/core-metadata"] 02:39:22 ---> Running in 9562b83e2d9a 02:39:22 Removing intermediate container 0eb6e416ef13 02:39:22 ---> 3f1574cbb0eb 02:39:22 Step 22/23 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:39:22 ---> 4212a5c01388 02:39:22 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:39:22 Removing intermediate container 32d9a17f44d0 02:39:22 ---> 4b51afabd52e 02:39:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:39:22 Removing intermediate container 9838a362e501 02:39:22 ---> 74edbdbabbed 02:39:22 Step 21/23 : LABEL arch=x86_64 02:39:23 ---> Running in 14d6b455962f 02:39:23 ---> Running in 5ad1c5bc78df 02:39:23 ---> Running in cb760520cbd2 02:39:23 Removing intermediate container 9562b83e2d9a 02:39:23 ---> 7ea16df58b73 02:39:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:39:23 ---> 2c4e451a94e0 02:39:23 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 02:39:23 ---> Running in e779fbed1b8d 02:39:23 ---> Running in 902afe8f2e62 02:39:23 Removing intermediate container 14d6b455962f 02:39:23 ---> dbd8d2e0aca6 02:39:23 Step 23/23 : LABEL version=0.0.0 02:39:23 Removing intermediate container 5ad1c5bc78df 02:39:23 ---> 2ba0aad412bc 02:39:23 Step 22/24 : LABEL arch=x86_64 02:39:23 Removing intermediate container cb760520cbd2 02:39:23 ---> f129cc44d08e 02:39:23 Step 22/23 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:39:23 ---> Running in f61ba666f86c 02:39:23 ---> Running in 91d6dac3f8f5 02:39:23 ---> Running in ef835eff7976 02:39:23 Removing intermediate container e779fbed1b8d 02:39:23 ---> 0eb9ec338212 02:39:23 Step 22/24 : LABEL arch=x86_64 02:39:24 ---> Running in 48ba27c8408f 02:39:24 Removing intermediate container f61ba666f86c 02:39:24 ---> af007ff86689 02:39:24 02:39:24 Removing intermediate container 91d6dac3f8f5 02:39:24 ---> 9fac7c5260bf 02:39:24 Step 23/23 : LABEL version=0.0.0 02:39:24 Removing intermediate container ef835eff7976 02:39:24 ---> 774aa6a49ac4 02:39:24 Step 23/24 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:39:24 ---> Running in e65905544b4b 02:39:24 ---> Running in 35e2112bcaf7 02:39:24 Removing intermediate container 48ba27c8408f 02:39:24 ---> c0db531add59 02:39:24 Step 23/24 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:39:24 Successfully built af007ff86689 02:39:24 Successfully tagged support-scheduler:latest 02:39:24  Building support-scheduler ... done Building security-bootstrapper 02:39:24 ---> Running in 392cb873fd8a 02:39:24 Removing intermediate container e65905544b4b 02:39:24 ---> 5ccb6e09022e 02:39:24 02:39:24 Removing intermediate container 35e2112bcaf7 02:39:24 ---> 4ef98e3e286f 02:39:24 Step 24/24 : LABEL version=0.0.0 02:39:25 ---> Running in 618ab23092b9 02:39:25 Removing intermediate container 902afe8f2e62 02:39:25 ---> 30dfeabf49e6 02:39:25 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 02:39:25 Successfully built 5ccb6e09022e 02:39:25 Removing intermediate container 392cb873fd8a 02:39:25 ---> 491281a6b16d 02:39:25 Step 24/24 : LABEL version=0.0.0 02:39:25 Successfully tagged support-notifications:latest 02:39:25  Building support-notifications ... done Building security-proxy-setup 02:39:25 ---> Running in 6965c1f8383c 02:39:25 ---> Running in 816fcf09e660 02:39:25 Removing intermediate container 618ab23092b9 02:39:25 ---> 46974083ac8f 02:39:25 02:39:25 Successfully built 46974083ac8f 02:39:25 Removing intermediate container 6965c1f8383c 02:39:25 ---> 57fe99f9fc70 02:39:25 Step 24/26 : LABEL arch=x86_64 02:39:25 Successfully tagged core-command:latest 02:39:25 Building core-data 02:39:25  Building core-command ... done Removing intermediate container 816fcf09e660 02:39:25 ---> 3e6fe1ea5bba 02:39:25 02:39:26 ---> Running in 73472ca9ccb1 02:39:26 Successfully built 3e6fe1ea5bba 02:39:26 Successfully tagged core-metadata:latest 02:39:26  Building core-metadata ... done Building sys-mgmt-agent 02:39:26 Removing intermediate container 73472ca9ccb1 02:39:26 ---> 874a96611a9f 02:39:26 Step 25/26 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:39:26 ---> Running in f2a92966a5d5 02:39:30 Removing intermediate container f2a92966a5d5 02:39:30 ---> 3151b63a96d2 02:39:30 Step 26/26 : LABEL version=0.0.0 02:39:30 ---> Running in 9602197396c6 02:39:31 Removing intermediate container 9602197396c6 02:39:31 ---> 757bacd64ef8 02:39:31 02:39:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:39:35 Successfully built 757bacd64ef8 02:39:35 Successfully tagged security-secretstore-setup:latest 02:39:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:39:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:39:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:39:54  Building security-secretstore-setup ... done Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:39:54 Step 2/32 : FROM ${BUILDER_BASE} AS builder 02:39:54 ---> 271300b60147 02:39:54 Step 3/32 : WORKDIR /edgex-go 02:39:54 ---> Using cache 02:39:54 ---> 0a3d52627ec9 02:39:54 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:54 ---> Using cache 02:39:54 ---> 581c79b61d0b 02:39:54 Step 5/32 : RUN apk add --update --no-cache make git 02:39:54 ---> Using cache 02:39:54 ---> 052285cb4b3b 02:39:54 Step 6/32 : COPY go.mod . 02:39:54 ---> Using cache 02:39:54 ---> 57ba552b9bdf 02:39:54 Step 7/32 : RUN go mod download 02:39:54 ---> Using cache 02:39:54 ---> 523e912a0f14 02:39:54 Step 8/32 : COPY . . 02:39:54 ---> Using cache 02:39:54 ---> fec0aeb2d3f9 02:39:54 Step 9/32 : RUN go mod tidy 02:39:54 ---> Using cache 02:39:54 ---> d1cb7e314832 02:39:54 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 02:39:54 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:39:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:39:54 ---> 271300b60147 02:39:54 Step 3/24 : WORKDIR /edgex-go 02:39:54 ---> Using cache 02:39:54 ---> 0a3d52627ec9 02:39:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:54 ---> Using cache 02:39:54 ---> 581c79b61d0b 02:39:54 Step 5/24 : RUN apk add --update --no-cache make bash git 02:39:54 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:39:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:39:54 ---> 271300b60147 02:39:54 Step 3/24 : WORKDIR /edgex-go 02:39:54 ---> Using cache 02:39:54 ---> 0a3d52627ec9 02:39:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:54 ---> Using cache 02:39:54 ---> 581c79b61d0b 02:39:54 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:39:54 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:39:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:39:54 ---> 271300b60147 02:39:54 Step 3/22 : WORKDIR /edgex-go 02:39:54 ---> Using cache 02:39:54 ---> 0a3d52627ec9 02:39:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:54 ---> Using cache 02:39:54 ---> 581c79b61d0b 02:39:54 Step 5/22 : RUN apk add --update --no-cache make git 02:39:54 ---> Using cache 02:39:54 ---> 052285cb4b3b 02:39:54 Step 6/22 : COPY go.mod . 02:39:54 ---> Using cache 02:39:54 ---> 57ba552b9bdf 02:39:54 Step 7/22 : RUN go mod download 02:39:54 ---> Using cache 02:39:54 ---> 523e912a0f14 02:39:54 Step 8/22 : COPY . . 02:39:54 ---> Using cache 02:39:54 ---> fec0aeb2d3f9 02:39:54 Step 9/22 : RUN go mod tidy 02:39:54 ---> Using cache 02:39:54 ---> d1cb7e314832 02:39:54 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:39:55 ---> Running in 617276bc01bc 02:39:55 ---> Running in ba3fb7012924 02:39:55 ---> Running in 193df8ef5a7b 02:39:55 ---> Running in 47c082ba7724 02:39:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:39:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:39:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:39:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:39:56 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 02:39:56 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 02:39:56 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:39:56 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:39:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:39:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:39:58 OK: 219 MiB in 52 packages 02:39:58 OK: 219 MiB in 52 packages 02:39:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:39:59 Removing intermediate container 47c082ba7724 02:39:59 ---> cd72dd034e9c 02:39:59 Step 6/24 : COPY go.mod . 02:39:59 Removing intermediate container ba3fb7012924 02:39:59 ---> 426ff88ef5fc 02:39:59 Step 6/24 : COPY go.mod . 02:39:59 ---> 4ffe812c7ce9 02:39:59 Step 7/24 : RUN go mod download 02:40:00 ---> Running in 833a4d528744 02:40:00 ---> 9cdefc4cf9cf 02:40:00 Step 7/24 : RUN go mod download 02:40:00 ---> Running in 557d434a5b2e 02:40:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:40:03 Removing intermediate container 833a4d528744 02:40:03 ---> c0ec1d951ad2 02:40:03 Step 8/24 : COPY . . 02:40:03 Removing intermediate container 557d434a5b2e 02:40:03 ---> 1e25bd74ea84 02:40:03 Step 8/24 : COPY . . 02:40:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:40:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:40:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:40:14 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.323s coverage: 45.9% of statements 02:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:40:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.168s coverage: 28.7% of statements 02:40:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.209s coverage: 100.0% of statements 02:40:21 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 02:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.559s coverage: 27.8% of statements 02:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.175s coverage: 81.2% of statements 02:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.181s coverage: 100.0% of statements 02:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.118s coverage: 100.0% of statements 02:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:40:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.262s coverage: 71.3% of statements 02:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:40:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.488s coverage: 87.7% of statements 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:40:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.170s coverage: 78.9% of statements 02:40:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:40:34 Removing intermediate container 617276bc01bc 02:40:34 ---> cc14021aa0b9 02:40:34 02:40:34 Step 11/32 : FROM alpine:3.12 02:40:34 ---> 13621d1b12d4 02:40:34 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:40:34 ---> 12ed19058110 02:40:34 Step 9/24 : RUN go mod tidy 02:40:34 ---> 4048e155c4d2 02:40:34 Step 9/24 : RUN go mod tidy 02:40:34 ---> Running in e474474712ea 02:40:35 ---> Running in bade1eab56bc 02:40:35 ---> Running in 1ea0fd7a8d78 02:40:35 Removing intermediate container e474474712ea 02:40:35 ---> 0870d6a43c06 02:40:35 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 02:40:35 Removing intermediate container 193df8ef5a7b 02:40:35 ---> 8d4ecd733cbc 02:40:35 02:40:35 Step 11/22 : FROM alpine:3.12 02:40:35 ---> 13621d1b12d4 02:40:35 Step 12/22 : RUN apk add --update --no-cache curl 02:40:35 ---> Running in ae1a566053d2 02:40:35 ---> Running in 1c15321ca0a0 02:40:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.193s coverage: 28.6% of statements 02:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:40:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.210s coverage: 100.0% of statements 02:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:40:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.179s coverage: 100.0% of statements 02:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:40:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.374s coverage: 86.7% of statements 02:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:40:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.452s coverage: 97.5% of statements 02:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:40:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.237s coverage: 78.3% of statements 02:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:40:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:40:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:40:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:40:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:40:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:40:36 (1/4) Installing ca-certificates (20191127-r4) 02:40:36 (1/2) Installing dumb-init (1.2.2-r1) 02:40:36 (2/2) Installing su-exec (0.2-r1) 02:40:36 Executing busybox-1.31.1-r20.trigger 02:40:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:40:36 (3/4) Installing libcurl (7.76.1-r0) 02:40:36 (4/4) Installing curl (7.76.1-r0) 02:40:36 Executing busybox-1.31.1-r20.trigger 02:40:36 Executing ca-certificates-20191127-r4.trigger 02:40:36 OK: 6 MiB in 16 packages 02:40:37 OK: 7 MiB in 18 packages 02:40:38 Removing intermediate container ae1a566053d2 02:40:38 ---> 46fe29ef4f07 02:40:38 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 02:40:38 ---> Running in 1fd89062e240 02:40:38 Removing intermediate container 1c15321ca0a0 02:40:38 ---> 62153daf28bf 02:40:38 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:40:38 ---> Running in ea3fccb2e15e 02:40:40 Removing intermediate container 1fd89062e240 02:40:40 ---> df5495d6ff1f 02:40:40 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:40:40 Removing intermediate container 1ea0fd7a8d78 02:40:40 ---> 91f550cff225 02:40:40 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:40:40 Removing intermediate container bade1eab56bc 02:40:40 ---> 61b0900954f4 02:40:40 Step 10/24 : RUN make cmd/core-data/core-data 02:40:40 Removing intermediate container ea3fccb2e15e 02:40:40 ---> cc537d39c8d5 02:40:40 Step 14/22 : WORKDIR /edgex 02:40:40 ---> Running in 7f2d8fbe3654 02:40:40 ---> Running in dca6b91b8512 02:40:40 ---> Running in 68ff68a7ac15 02:40:40 ---> Running in df332fb4f310 02:40:40 Removing intermediate container dca6b91b8512 02:40:40 ---> 0d351ee23706 02:40:40 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:40:40 ---> Running in c481f8a1b87a 02:40:40 Removing intermediate container df332fb4f310 02:40:40 ---> 8a4318eb68d9 02:40:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:40:41 ---> 396be885276e 02:40:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:40:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:40:41 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 02:40:41 ---> 7dc62605227b 02:40:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:40:42 Removing intermediate container c481f8a1b87a 02:40:42 ---> dba548cf0b8a 02:40:42 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 02:40:42 ---> Running in 0af390417f79 02:40:42 ---> d817b7e32aee 02:40:42 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:40:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.259s coverage: 95.1% of statements 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:40:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.112s coverage: 58.8% of statements 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:40:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.320s coverage: 0.8% of statements 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:40:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.138s coverage: 22.0% of statements 02:40:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.179s coverage: 47.1% of statements 02:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.169s coverage: 79.5% of statements 02:40:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.130s coverage: 94.1% of statements 02:40:42 ---> Running in 3fe1801300c6 02:40:43 Removing intermediate container 0af390417f79 02:40:43 ---> 471a143375ce 02:40:43 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.211s coverage: 96.3% of statements 02:40:43 Removing intermediate container 3fe1801300c6 02:40:43 ---> f20641146e80 02:40:43 Step 19/22 : CMD ["--init=true"] 02:40:43 ---> Running in 6b65f8394772 02:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.153s coverage: 87.5% of statements 02:40:44 ---> 079faf7b2915 02:40:44 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:40:44 Removing intermediate container 6b65f8394772 02:40:44 ---> 9986c3c8ac5d 02:40:44 Step 20/22 : LABEL arch=x86_64 02:40:44 ---> Running in 86bf20160115 02:40:44 ---> Running in 3fb7f0279712 02:40:44 Removing intermediate container 86bf20160115 02:40:44 ---> aee1a46b4d8a 02:40:44 Step 21/22 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:40:44 ---> Running in 4d206d6fc744 02:40:45 Removing intermediate container 4d206d6fc744 02:40:45 ---> 278e753535c7 02:40:45 Step 22/22 : LABEL version=0.0.0 02:40:45 ---> Running in 15d324c03d41 02:40:46 Removing intermediate container 15d324c03d41 02:40:46 ---> f271ac1995e2 02:40:46 02:40:46 Successfully built f271ac1995e2 02:40:46 Successfully tagged security-proxy-setup:latest 02:40:46  Building security-proxy-setup ... done Removing intermediate container 3fb7f0279712 02:40:46 ---> 429a29e7ff52 02:40:46 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 02:40:47 ---> 66ec69a78c4c 02:40:47 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:40:48 ---> 67f36ad4e05c 02:40:48 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:40:50 ---> aad25f80b555 02:40:50 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:40:51 ---> 2392ee0de560 02:40:51 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 02:40:51 ---> 6b1e858c6074 02:40:51 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 02:40:51 ---> Running in 4e955e036051 02:40:52 Removing intermediate container 4e955e036051 02:40:52 ---> 747731d8e4c0 02:40:52 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:40:52 ---> f566dac2d5c7 02:40:52 Step 27/32 : RUN chmod +x /entrypoint.sh 02:40:52 ---> Running in 7841c15decb8 02:40:55 Removing intermediate container 7841c15decb8 02:40:55 ---> ff5151fc3e29 02:40:55 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 02:40:55 ---> Running in 4792abd74432 02:40:55 Removing intermediate container 4792abd74432 02:40:55 ---> 98d8866640ca 02:40:55 Step 29/32 : CMD ["gate"] 02:40:55 ---> Running in 8607eba1584f 02:40:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.181s coverage: 94.4% of statements 02:40:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.133s coverage: 44.8% of statements 02:40:56 Removing intermediate container 8607eba1584f 02:40:56 ---> f0123eb274fe 02:40:56 Step 30/32 : LABEL arch=x86_64 02:40:56 ---> Running in cb6ea94ea30b 02:40:57 Removing intermediate container cb6ea94ea30b 02:40:57 ---> 8e726352a26d 02:40:57 Step 31/32 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:40:57 ---> Running in d57a96a0729f 02:40:57 Removing intermediate container d57a96a0729f 02:40:57 ---> f92c7cf99d84 02:40:57 Step 32/32 : LABEL version=0.0.0 02:40:58 ---> Running in 0a27607e7c5b 02:40:58 Removing intermediate container 0a27607e7c5b 02:40:58 ---> df967f468b3e 02:40:58 02:40:58 Successfully built df967f468b3e 02:40:58 Successfully tagged security-bootstrapper:latest 02:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.590s coverage: 81.8% of statements 02:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 02:41:04  Building security-bootstrapper ... done Removing intermediate container 7f2d8fbe3654 02:41:04 ---> 390c2c5ec139 02:41:04 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:41:04 ---> Running in c48428f2ef2f 02:41:05 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 02:41:07 Removing intermediate container 68ff68a7ac15 02:41:07 ---> e9198becea3a 02:41:07 02:41:07 Step 11/24 : FROM alpine:3.12 02:41:07 ---> 13621d1b12d4 02:41:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:41:07 ---> Running in 2650bca13197 02:41:07 Removing intermediate container c48428f2ef2f 02:41:07 ---> be019e800f87 02:41:07 02:41:07 Step 12/24 : FROM docker:20.10.0 02:41:07 20.10.0: Pulling from library/docker 02:41:07 Removing intermediate container 2650bca13197 02:41:07 ---> 4510f98cfcf1 02:41:07 Step 13/24 : ENV APP_PORT=48080 02:41:07 ---> Running in 9fba50bd0097 02:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.223s coverage: 92.9% of statements 02:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 65.1% of statements 02:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 02:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 02:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.141s coverage: 76.0% of statements 02:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.130s coverage: 80.0% of statements 02:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.181s coverage: 87.2% of statements 02:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.232s coverage: 85.4% of statements 02:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.257s coverage: 91.2% of statements 02:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:41:08 Removing intermediate container 9fba50bd0097 02:41:08 ---> 7c2aa27aed5c 02:41:08 Step 14/24 : EXPOSE $APP_PORT 02:41:08 ---> Running in f8571c9067c5 02:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.642s coverage: 64.4% of statements 02:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.131s coverage: 100.0% of statements 02:41:08 Removing intermediate container f8571c9067c5 02:41:08 ---> 6ee004505bdd 02:41:08 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 02:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements 02:41:08 ---> Running in 6ee44ed8d57d 02:41:10 Removing intermediate container 6ee44ed8d57d 02:41:10 ---> 604c70b9519b 02:41:10 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 02:41:10 ---> Running in ea0efb29b71b 02:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements 02:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 02:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:41:11 (1/6) Installing dumb-init (1.2.2-r1) 02:41:11 (2/6) Installing libgcc (9.3.0-r2) 02:41:12 (3/6) Installing libsodium (1.0.18-r0) 02:41:12 (4/6) Installing libstdc++ (9.3.0-r2) 02:41:12 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:41:12 Status: Downloaded newer image for docker:20.10.0 02:41:12 ---> aefe523efa57 02:41:12 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 02:41:12 ---> Running in 2d4f67c47a7b 02:41:13 (5/6) Installing libzmq (4.3.3-r0) 02:41:13 Removing intermediate container 2d4f67c47a7b 02:41:13 ---> 1af4c49ba2e7 02:41:13 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 02:41:13 ---> Running in 2a93ebff99e2 02:41:13 (6/6) Installing zeromq (4.3.3-r0) 02:41:13 Executing busybox-1.31.1-r20.trigger 02:41:13 OK: 8 MiB in 20 packages 02:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.877s coverage: 66.9% of statements 02:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 02:41:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:41:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:41:13 Removing intermediate container ea0efb29b71b 02:41:13 ---> f3f8c15789be 02:41:13 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:41:14 (1/39) Installing readline (8.0.4-r0) 02:41:14 (2/39) Installing bash (5.0.17-r0) 02:41:14 Executing bash-5.0.17-r0.post-install 02:41:14 (3/39) Installing nghttp2-libs (1.41.0-r0) 02:41:14 (4/39) Installing libcurl (7.76.1-r0) 02:41:14 (5/39) Installing curl (7.76.1-r0) 02:41:14 (6/39) Installing dumb-init (1.2.2-r1) 02:41:14 (7/39) Installing libbz2 (1.0.8-r1) 02:41:14 (8/39) Installing expat (2.2.9-r1) 02:41:14 (9/39) Installing libffi (3.3-r2) 02:41:14 (10/39) Installing gdbm (1.13-r1) 02:41:14 (11/39) Installing xz-libs (5.2.5-r0) 02:41:14 (12/39) Installing sqlite-libs (3.32.1-r0) 02:41:14 (13/39) Installing python3 (3.8.10-r0) 02:41:14 ---> d905db353923 02:41:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.653s coverage: 43.4% of statements 02:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.109s coverage: 89.5% of statements 02:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.081s coverage: 84.8% of statements 02:41:18 ---> 87c943a6b719 02:41:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:41:18 (14/39) Installing py3-appdirs (1.4.4-r1) 02:41:18 (15/39) Installing py3-ordered-set (4.0.1-r0) 02:41:18 (16/39) Installing py3-parsing (2.4.7-r0) 02:41:18 (17/39) Installing py3-six (1.15.0-r0) 02:41:18 (18/39) Installing py3-packaging (20.4-r0) 02:41:18 (19/39) Installing py3-setuptools (47.0.0-r0) 02:41:18 (20/39) Installing py3-chardet (3.0.4-r4) 02:41:18 (21/39) Installing py3-idna (2.9-r0) 02:41:18 (22/39) Installing py3-certifi (2020.4.5.1-r0) 02:41:18 (23/39) Installing py3-urllib3 (1.25.9-r0) 02:41:19 ---> 2facd7b1240d 02:41:19 Step 20/24 : ENTRYPOINT ["/core-data"] 02:41:19 (24/39) Installing py3-requests (2.23.0-r0) 02:41:19 (25/39) Installing py3-msgpack (1.0.0-r0) 02:41:19 (26/39) Installing py3-lockfile (0.12.2-r3) 02:41:19 (27/39) Installing py3-cachecontrol (0.12.6-r0) 02:41:19 (28/39) Installing py3-colorama (0.4.3-r0) 02:41:19 (29/39) Installing py3-distlib (0.3.0-r0) 02:41:19 ---> Running in 649edf9a9a18 02:41:19 (30/39) Installing py3-distro (1.5.0-r1) 02:41:19 (31/39) Installing py3-webencodings (0.5.1-r3) 02:41:19 (32/39) Installing py3-html5lib (1.0.1-r4) 02:41:19 (33/39) Installing py3-pytoml (0.1.21-r0) 02:41:19 (34/39) Installing py3-pep517 (0.8.2-r0) 02:41:19 (35/39) Installing py3-progress (1.5-r0) 02:41:19 (36/39) Installing py3-toml (0.10.1-r0) 02:41:19 (37/39) Installing py3-retrying (1.3.3-r0) 02:41:20 (38/39) Installing py3-contextlib2 (0.6.0-r0) 02:41:20 (39/39) Installing py3-pip (20.1.1-r0) 02:41:20 Removing intermediate container 649edf9a9a18 02:41:20 ---> fd62c7fc2d05 02:41:20 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:41:21 Executing busybox-1.31.1-r19.trigger 02:41:21 OK: 72 MiB in 59 packages 02:41:21 ---> Running in 91fcac2937f9 02:41:21 Removing intermediate container 91fcac2937f9 02:41:21 ---> 83156173bd06 02:41:21 Step 22/24 : LABEL arch=x86_64 02:41:21 ---> Running in 36916053736d 02:41:21 Removing intermediate container 36916053736d 02:41:21 ---> 3e1be76c6bf7 02:41:21 Step 23/24 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:41:21 ---> Running in 47c40cef4dd1 02:41:21 Removing intermediate container 47c40cef4dd1 02:41:21 ---> 5c38a57efca7 02:41:21 Step 24/24 : LABEL version=0.0.0 02:41:21 ---> Running in 1f62c4e048b8 02:41:22 Collecting docker-compose==1.23.2 02:41:22 Removing intermediate container 1f62c4e048b8 02:41:22 ---> 4fb40429c57f 02:41:22 02:41:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:41:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.416s coverage: 47.0% of statements 02:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:41:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.128s coverage: 100.0% of statements 02:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:41:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements 02:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:41:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 02:41:22 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:41:22 Collecting jsonschema<3,>=2.5.1 02:41:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:41:22 Successfully built 4fb40429c57f 02:41:22 Successfully tagged core-data:latest 02:41:22  Building core-data ... done Collecting texttable<0.10,>=0.9.0 02:41:22 Downloading texttable-0.9.1.tar.gz (11 kB) 02:41:23 Collecting websocket-client<1.0,>=0.32.0 02:41:23 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 02:41:23 Collecting docopt<0.7,>=0.6.1 02:41:23 Downloading docopt-0.6.2.tar.gz (25 kB) 02:41:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.247s coverage: 22.3% of statements 02:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 02:41:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.399s coverage: 91.8% of statements 02:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 02:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 02:41:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 02:41:23 Collecting docker<4.0,>=3.6.0 02:41:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:41:24 Collecting PyYAML<4,>=3.10 02:41:24 Downloading PyYAML-3.13.tar.gz (270 kB) 02:41:25 Collecting cached-property<2,>=1.2.0 02:41:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:41:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:41:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:41:25 Collecting dockerpty<0.5,>=0.4.1 02:41:25 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:41:25 Collecting docker-pycreds>=0.4.0 02:41:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:41:26 Collecting urllib3<1.25,>=1.21.1 02:41:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:41:26 Collecting idna<2.8,>=2.5 02:41:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:41:26 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) 02:41:26 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) 02:41:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:41:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:41:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:41:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:41:26 Installing collected packages: jsonschema, texttable, websocket-client, docopt, docker-pycreds, urllib3, idna, requests, docker, PyYAML, cached-property, dockerpty, docker-compose 02:41:26 Running setup.py install for texttable: started 02:41:26 Running setup.py install for texttable: finished with status 'done' 02:41:27 Running setup.py install for docopt: started 02:41:27 Running setup.py install for docopt: finished with status 'done' 02:41:27 Attempting uninstall: urllib3 02:41:27 Found existing installation: urllib3 1.25.9 02:41:27 Uninstalling urllib3-1.25.9: 02:41:27 Successfully uninstalled urllib3-1.25.9 02:41:27 Attempting uninstall: idna 02:41:27 Found existing installation: idna 2.9 02:41:27 Uninstalling idna-2.9: 02:41:27 Successfully uninstalled idna-2.9 02:41:27 Attempting uninstall: requests 02:41:27 Found existing installation: requests 2.23.0 02:41:27 Uninstalling requests-2.23.0: 02:41:27 Successfully uninstalled requests-2.23.0 02:41:28 Running setup.py install for PyYAML: started 02:41:28 Running setup.py install for PyYAML: finished with status 'done' 02:41:29 Running setup.py install for dockerpty: started 02:41:29 Running setup.py install for dockerpty: finished with status 'done' 02:41:29 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 02:41:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.755s coverage: 28.7% of statements 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:41:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.196s coverage: 99.0% of statements 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:41:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.152s coverage: 100.0% of statements 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:41:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.185s coverage: 64.6% of statements 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:41:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.364s coverage: 97.6% of statements 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:41:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:41:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:41:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:41:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 02:41:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.136s coverage: 28.1% of statements 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 02:41:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.071s coverage: 85.7% of statements 02:41:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 02:41:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements 02:41:33 GO111MODULE=on go vet ./... 02:41:38 Removing intermediate container 2a93ebff99e2 02:41:38 ---> 975cdaa3d5d9 02:41:38 Step 15/24 : ENV APP_PORT=48090 02:41:38 ---> Running in cc3d39a365ad 02:41:38 Removing intermediate container cc3d39a365ad 02:41:38 ---> 7d1ecdfdbddd 02:41:38 Step 16/24 : EXPOSE $APP_PORT 02:41:38 ---> Running in bd302d53ceb1 02:41:38 Removing intermediate container bd302d53ceb1 02:41:38 ---> ce8a2a985472 02:41:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:41:39 ---> 2fe38bc0143e 02:41:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:41:39 ---> 2c7e045da54e 02:41:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:41:39 ---> 5ff3843b83fe 02:41:39 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 02:41:39 ---> Running in 0bd1e43ce0f9 02:41:39 Removing intermediate container 0bd1e43ce0f9 02:41:39 ---> 6c7394ca3c9e 02:41:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:41:40 ---> Running in 723f58ef2cc2 02:41:40 Removing intermediate container 723f58ef2cc2 02:41:40 ---> 4b408128ca46 02:41:40 Step 22/24 : LABEL arch=x86_64 02:41:40 ---> Running in 3a340c79fe3a 02:41:40 Removing intermediate container 3a340c79fe3a 02:41:40 ---> 527d7d4897ae 02:41:40 Step 23/24 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:41:40 ---> Running in ce1a7a0f5a28 02:41:40 Removing intermediate container ce1a7a0f5a28 02:41:40 ---> 934308febdcc 02:41:40 Step 24/24 : LABEL version=0.0.0 02:41:40 ---> Running in e4beb0a1f7b3 02:41:41 Removing intermediate container e4beb0a1f7b3 02:41:41 ---> b0888ccb9df0 02:41:41 02:41:41 Successfully built b0888ccb9df0 02:41:41 Successfully tagged sys-mgmt-agent:latest 02:41:41  Building sys-mgmt-agent ... done  [Pipeline] } 02:41:41 $ docker stop --time=1 b04ec2582456a43799c33fe898292043a65e43a49ef85f166741166289e2389e 02:41:43 $ docker rm -f b04ec2582456a43799c33fe898292043a65e43a49ef85f166741166289e2389e [Pipeline] // withDockerContainer [Pipeline] sh 02:41:43 + docker images 02:41:43 REPOSITORY TAG IMAGE ID CREATED SIZE 02:41:43 sys-mgmt-agent latest b0888ccb9df0 3 seconds ago 312MB 02:41:43 core-data latest 4fb40429c57f 22 seconds ago 21.5MB 02:41:43 e9198becea3a 36 seconds ago 1.17GB 02:41:43 be019e800f87 36 seconds ago 1.15GB 02:41:43 security-bootstrapper latest df967f468b3e 45 seconds ago 18.2MB 02:41:43 security-proxy-setup latest f271ac1995e2 58 seconds ago 25.3MB 02:41:43 8d4ecd733cbc About a minute ago 1.15GB 02:41:43 cc14021aa0b9 About a minute ago 1.15GB 02:41:43 security-secretstore-setup latest 757bacd64ef8 2 minutes ago 25.7MB 02:41:43 core-metadata latest 3e6fe1ea5bba 2 minutes ago 18.6MB 02:41:43 core-command latest 46974083ac8f 2 minutes ago 17MB 02:41:43 support-notifications latest 5ccb6e09022e 2 minutes ago 17.7MB 02:41:43 support-scheduler latest af007ff86689 2 minutes ago 17.1MB 02:41:43 c9396e82923d 2 minutes ago 1.17GB 02:41:43 f47a01e503a0 2 minutes ago 1.16GB 02:41:43 362ef4d40349 2 minutes ago 1.16GB 02:41:43 b5b33f38cec0 2 minutes ago 1.16GB 02:41:43 37bef73b37e9 2 minutes ago 1.16GB 02:41:43 ci-base-image-x86_64 latest 271300b60147 7 minutes ago 648MB 02:41:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 12 days ago 445MB 02:41:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 13 days ago 37.5MB 02:41:43 alpine 3.12 13621d1b12d4 3 weeks ago 5.58MB 02:41:43 docker 20.10.0 aefe523efa57 5 months ago 240MB 02:41:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 10 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 02:41:44 Running on prd-ubuntu18.04-docker-8c-8g-4641 in /w/workspace/edgexfoundry_edgex-go_PR-3456 [Pipeline] { [Pipeline] ws 02:41:44 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 02:41:46 using credential edgex-jenkins-ssh 02:41:46 Cloning the remote Git repository 02:41:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:41:46 > git init /w/workspace/edgex-go/6 # timeout=10 02:41:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:41:46 > git --version # timeout=10 02:41:46 > git --version # 'git version 2.17.1' 02:41:46 using GIT_SSH to set credentials SSH Credentials for GitHub 02:41:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:41:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:41:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:41:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:41:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:41:54 using GIT_SSH to set credentials SSH Credentials for GitHub 02:41:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3456/head:refs/remotes/origin/PR-3456 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:41:54 Merging remotes/origin/master commit f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit 69a9168b3e72f65929c4654bb62675fc2d9016b9 02:41:55 Merge succeeded, producing 69a9168b3e72f65929c4654bb62675fc2d9016b9 02:41:55 Checking out Revision 69a9168b3e72f65929c4654bb62675fc2d9016b9 (PR-3456) 02:41:54 > git config core.sparsecheckout # timeout=10 02:41:54 > git checkout -f 69a9168b3e72f65929c4654bb62675fc2d9016b9 # timeout=10 02:41:55 > git remote # timeout=10 02:41:55 > git config --get remote.origin.url # timeout=10 02:41:55 using GIT_SSH to set credentials SSH Credentials for GitHub 02:41:55 > git merge f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 02:41:55 > git rev-parse HEAD^{commit} # timeout=10 02:41:55 > git config core.sparsecheckout # timeout=10 02:41:55 > git checkout -f 69a9168b3e72f65929c4654bb62675fc2d9016b9 # timeout=10 02:41:58 Commit message: "feat(notifications): Modify notification func comment" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:59 + echo snap-build.sh 02:41:59 snap-build.sh 02:41:59 + SNAP_BASE_DIR=. 02:41:59 + '[' '!' -z /w/workspace/edgex-go/6 ']' 02:41:59 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 02:41:59 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 02:41:59 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 02:41:59 + cd /w/workspace/edgex-go/6 02:41:59 + sudo apt-get remove -qy --purge lxd lxd-client 02:41:59 Reading package lists... 02:42:00 Building dependency tree... 02:42:00 Reading state information... 02:42:00 The following packages were automatically installed and are no longer required: 02:42:00 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 02:42:00 uidmap xdelta3 02:42:00 Use 'sudo apt autoremove' to remove them. 02:42:00 The following packages will be REMOVED: 02:42:00 lxd* lxd-client* 02:42:00 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 02:42:00 After this operation, 31.7 MB disk space will be freed. 02:42:01 (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.) 02:42:01 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 02:42:02 Removing lxd dnsmasq configuration 02:42:02 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 02:42:02 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 02:42:03 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 02:42:03 (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.) 02:42:03 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 02:42:05 Processing triggers for systemd (237-3ubuntu10.42) ... 02:42:05 Processing triggers for ureadahead (0.100.0-21) ... 02:42:06 + sudo snap remove --purge lxd 02:42:06 snap "lxd" is not installed 02:42:06 + sudo groupadd --force --system lxd 02:42:06 ++ whoami 02:42:06 + sudo /usr/sbin/usermod -G lxd -a jenkins 02:42:06 + newgrp - lxd 02:42:06 + sudo snap install lxd 02:42:16 2021-05-12T02:42:13Z INFO Waiting for automatic snapd restart... 02:42:29 lxd 4.14 from Canonical* installed 02:42:29 + sudo lxd init --auto 02:42:39 + sudo snap install --classic snapcraft 02:42:43 snapcraft 4.7.1 from Canonical* installed 02:42:43 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 02:42:43 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 02:42:43 % Total % Received % Xferd Average Speed Time Time Time Current 02:42:43 Dload Upload Total Spent Left Speed 02:42:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4786 0 --:--:-- --:--:-- --:--:-- 4786 02:42:43 14 3325k 14 482k 0 0 1422k 0 0:00:02 --:--:-- 0:00:02 1422k 100 3325k 100 3325k 0 0 6717k 0 --:--:-- --:--:-- --:--:-- 17.7M 02:42:43 ./yq_linux_amd64 02:42:43 + sudo snapcraft prime --use-lxd 02:42:45 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 02:42:45 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 02:42:45 - README.md 02:42:45 02:42:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:42:45 Launching a container. 02:42:55 Waiting for container to be ready 02:42:56 To start your first instance, try: lxc launch ubuntu:18.04 02:42:56 02:43:00 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 02:43:00 Waiting for network to be ready... 02:43:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:43:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] 02:43:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 02:43:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 02:43:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 02:43:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] 02:43:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 02:43:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 02:43:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 02:43:01 Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:43:02 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:43:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:43:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:43:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:43:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:43:02 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:43:02 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:43:02 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:43:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:43:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 02:43:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 02:43:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 02:43:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 02:43:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 02:43:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 02:43:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 02:43:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 02:43:05 Fetched 24.6 MB in 5s (5083 kB/s) 02:43:06 Reading package lists... 02:43:06 Reading package lists... 02:43:06 Building dependency tree... 02:43:06 Reading state information... 02:43:06 The following additional packages will be installed: 02:43:06 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:43:06 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:43:06 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:43:06 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 02:43:06 Suggested packages: 02:43:06 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 02:43:06 Recommended packages: 02:43:06 gnupg libsasl2-modules 02:43:06 The following NEW packages will be installed: 02:43:06 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:43:06 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:43:06 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:43:06 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 02:43:06 The following packages will be upgraded: 02:43:06 gpg gpg-agent gpgconf libudev1 02:43:07 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 02:43:07 Need to get 3530 kB of archives. 02:43:07 After this operation, 13.3 MB of additional disk space will be used. 02:43:07 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] 02:43:07 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] 02:43:07 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] 02:43:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 02:43:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 02:43:07 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] 02:43:08 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 02:43:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 02:43:08 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 02:43:08 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 02:43:08 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 02:43:08 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 02:43:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 02:43:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 02:43:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 02:43:08 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 02:43:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 02:43:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 02:43:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 02:43:08 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 02:43:08 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 02:43:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 02:43:08 debconf: delaying package configuration, since apt-utils is not installed 02:43:08 Fetched 3530 kB in 1s (2567 kB/s) 02:43:08 (Reading database ... 12511 files and directories currently installed.) 02:43:08 Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... 02:43:08 Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 02:43:08 Setting up libudev1:amd64 (237-3ubuntu10.47) ... 02:43:08 Selecting previously unselected package udev. 02:43:08 (Reading database ... 12511 files and directories currently installed.) 02:43:08 Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... 02:43:08 Unpacking udev (237-3ubuntu10.47) ... 02:43:09 Selecting previously unselected package libfuse2:amd64. 02:43:09 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 02:43:09 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:43:09 Selecting previously unselected package fuse. 02:43:09 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 02:43:09 Unpacking fuse (2.9.7-1ubuntu1) ... 02:43:09 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 02:43:09 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:43:09 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 02:43:09 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:43:09 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 02:43:09 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:43:09 Selecting previously unselected package libksba8:amd64. 02:43:09 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 02:43:09 Unpacking libksba8:amd64 (1.3.5-2) ... 02:43:09 Selecting previously unselected package libroken18-heimdal:amd64. 02:43:09 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:43:09 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:09 Selecting previously unselected package libasn1-8-heimdal:amd64. 02:43:09 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:43:09 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:10 Selecting previously unselected package libheimbase1-heimdal:amd64. 02:43:10 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:43:10 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:10 Selecting previously unselected package libhcrypto4-heimdal:amd64. 02:43:10 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:43:10 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:10 Selecting previously unselected package libwind0-heimdal:amd64. 02:43:10 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:43:10 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:10 Selecting previously unselected package libhx509-5-heimdal:amd64. 02:43:10 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:43:10 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:10 Selecting previously unselected package libkrb5-26-heimdal:amd64. 02:43:10 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:43:10 gofmt -l . 02:43:10 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:10 Selecting previously unselected package libheimntlm0-heimdal:amd64. 02:43:10 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:43:10 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:10 Selecting previously unselected package libgssapi3-heimdal:amd64. 02:43:10 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:43:10 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:10 Selecting previously unselected package libsasl2-modules-db:amd64. 02:43:10 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:43:10 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:43:10 Selecting previously unselected package libsasl2-2:amd64. 02:43:10 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:43:10 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:43:10 Selecting previously unselected package libldap-common. 02:43:10 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 02:43:10 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 02:43:10 [ "`gofmt -l .`" = "" ] 02:43:11 Selecting previously unselected package libldap-2.4-2:amd64. 02:43:11 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 02:43:11 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 02:43:11 Selecting previously unselected package dirmngr. 02:43:11 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 02:43:11 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 02:43:11 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 02:43:11 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 02:43:11 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:43:11 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:43:11 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:43:11 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 02:43:11 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:11 Setting up libksba8:amd64 (1.3.5-2) ... 02:43:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:43:11 Setting up udev (237-3ubuntu10.47) ... 02:43:12 invoke-rc.d: policy-rc.d denied execution of start. 02:43:12 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:12 Processing triggers for systemd (237-3ubuntu10) ... 02:43:12 Setting up fuse (2.9.7-1ubuntu1) ... 02:43:12 Setting up gpg (2.2.4-1ubuntu1.4) ... 02:43:12 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:12 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:12 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:12 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:12 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:12 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:12 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:43:12 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 02:43:12 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 02:43:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:43:13 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 02:43:13 settings in the [Install] section, and DefaultInstance for template units). 02:43:13 This means they are not meant to be enabled using systemctl. 02:43:13 Possible reasons for having this kind of units are: 02:43:13 1) A unit may be statically enabled by being symlinked from another unit's 02:43:13 .wants/ or .requires/ directory. 02:43:13 2) A unit's purpose may be to act as a helper for some other unit which has 02:43:13 a requirement dependency on it. 02:43:13 3) A unit may be started when needed via activation (socket, path, timer, 02:43:13 D-Bus, udev, scripted systemctl call, ...). 02:43:13 4) In case of template units, the unit is meant to be enabled with some 02:43:13 instance name specified. 02:43:13 Reading package lists... 02:43:13 Building dependency tree... 02:43:13 Reading state information... 02:43:13 The following additional packages will be installed: 02:43:13 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 02:43:13 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 02:43:13 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 02:43:13 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 02:43:13 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 02:43:13 Suggested packages: 02:43:13 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 02:43:13 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 02:43:13 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 02:43:13 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 02:43:13 systemd-container policykit-1 02:43:13 Recommended packages: 02:43:13 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 02:43:13 The following NEW packages will be installed: 02:43:13 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 02:43:13 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 02:43:13 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 02:43:13 multiarch-support openssh-client python3 python3-minimal python3.6 02:43:13 python3.6-minimal snapd squashfs-tools sudo 02:43:13 The following packages will be upgraded: 02:43:13 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 02:43:13 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 02:43:13 Need to get 35.2 MB of archives. 02:43:13 After this operation, 141 MB of additional disk space will be used. 02:43:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 02:43:14 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 02:43:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 02:43:14 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] 02:43:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 02:43:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 02:43:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 02:43:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 02:43:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 02:43:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 02:43:14 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 02:43:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 02:43:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 02:43:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 02:43:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 02:43:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 02:43:14 ./bin/test-go-mod-tidy.sh 02:43:14 ./bin/test-attribution-txt.sh 02:43:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 02:43:15 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 02:43:15 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 02:43:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 02:43:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 02:43:15 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 02:43:15 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 02:43:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 02:43:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 02:43:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 02:43:15 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 02:43:15 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 02:43:15 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 02:43:15 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 02:43:15 debconf: delaying package configuration, since apt-utils is not installed 02:43:15 Fetched 35.2 MB in 1s (24.2 MB/s) 02:43:15 (Reading database ... 12757 files and directories currently installed.) 02:43:15 Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 02:43:15 Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... 02:43:16 Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 02:43:16 Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 02:43:16 Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 02:43:16 (Reading database ... 12757 files and directories currently installed.) 02:43:16 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 02:43:16 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 02:43:16 Setting up libapt-pkg5.0:amd64 (1.6.13) ... [Pipeline] sh 02:43:16 (Reading database ... 12757 files and directories currently installed.) 02:43:16 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 02:43:16 Unpacking apt (1.6.13) over (1.6.1) ... 02:43:17 Setting up apt (1.6.13) ... 02:43:17 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 02:43:17 + ls -al . 02:43:17 total 864 02:43:17 drwxrwxr-x 9 1001 1001 4096 May 12 02:43 . 02:43:17 drwxr-xr-x 4 root root 4096 May 12 02:38 .. 02:43:17 -rw-rw-r-- 1 1001 1001 11 May 12 02:36 .dockerignore 02:43:17 drwxrwxr-x 8 1001 1001 4096 May 12 02:36 .git 02:43:17 drwxrwxr-x 3 1001 1001 4096 May 12 02:36 .github 02:43:17 -rw-rw-r-- 1 1001 1001 818 May 12 02:36 .gitignore 02:43:17 -rw-rw-r-- 1 1001 1001 166 May 12 02:36 .sonarcloud.properties 02:43:17 -rw-rw-r-- 1 1001 1001 8609 May 12 02:36 Attribution.txt 02:43:17 -rw-rw-r-- 1 1001 1001 3804 May 12 02:36 CONTRIBUTING.md 02:43:17 -rw-rw-r-- 1 1001 1001 931 May 12 02:36 Dockerfile.build 02:43:17 -rw-rw-r-- 1 1001 1001 863 May 12 02:36 Jenkinsfile 02:43:17 -rw-rw-r-- 1 1001 1001 10775 May 12 02:36 LICENSE 02:43:17 -rw-rw-r-- 1 1001 1001 5594 May 12 02:36 Makefile 02:43:17 -rw-rw-r-- 1 1001 1001 7978 May 12 02:36 README.md 02:43:17 -rw-rw-r-- 1 1001 1001 6755 May 12 02:36 SECURITY.md 02:43:17 -rw-rw-r-- 1 1001 1001 5 May 12 02:33 VERSION 02:43:17 -rw-rw-r-- 1 1001 1001 4131 May 12 02:36 ZMQWindows.md 02:43:17 drwxrwxr-x 2 1001 1001 4096 May 12 02:36 bin 02:43:17 drwxrwxr-x 14 1001 1001 4096 May 12 02:36 cmd 02:43:17 -rw-r--r-- 1 root root 725960 May 12 02:41 coverage.out 02:43:17 -rw-r--r-- 1 root root 1060 May 12 02:43 go.mod 02:43:17 -rw-r--r-- 1 root root 21595 May 12 02:38 go.sum 02:43:17 drwxrwxr-x 8 1001 1001 4096 May 12 02:36 internal 02:43:17 drwxrwxr-x 4 1001 1001 4096 May 12 02:36 openapi 02:43:17 drwxrwxr-x 4 1001 1001 4096 May 12 02:36 snap 02:43:17 -rw-rw-r-- 1 1001 1001 168 May 12 02:36 version.go [Pipeline] sh 02:43:17 + '[' -e coverage.out ] 02:43:17 + chown 1001:1001 coverage.out [Pipeline] stash 02:43:17 Warning: overwriting stash ‘coverage-report’ 02:43:17 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 02:43:17 (Reading database ... 12764 files and directories currently installed.) 02:43:17 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 02:43:18 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 02:43:18 Stashed 1 file(s) [Pipeline] sh 02:43:19 + make build 02:43:19 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 02:43:19 Selecting previously unselected package libpython3.6-minimal:amd64. 02:43:19 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:43:19 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:43:19 Selecting previously unselected package libexpat1:amd64. 02:43:19 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 02:43:19 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:43:20 Selecting previously unselected package python3.6-minimal. 02:43:20 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:43:20 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 02:43:20 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 02:43:20 Checking for services that may need to be restarted...done. 02:43:20 Checking for services that may need to be restarted...done. 02:43:20 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:43:20 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:43:20 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 02:43:21 Selecting previously unselected package python3-minimal. 02:43:21 (Reading database ... 13012 files and directories currently installed.) 02:43:21 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 02:43:21 Unpacking python3-minimal (3.6.7-1~18.04) ... 02:43:21 Selecting previously unselected package mime-support. 02:43:21 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 02:43:21 Unpacking mime-support (3.60ubuntu1) ... 02:43:21 Selecting previously unselected package libmpdec2:amd64. 02:43:21 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 02:43:21 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:43:21 Selecting previously unselected package libpython3.6-stdlib:amd64. 02:43:21 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:43:21 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:43:21 Selecting previously unselected package python3.6. 02:43:21 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:43:21 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 02:43:21 Selecting previously unselected package libpython3-stdlib:amd64. 02:43:21 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 02:43:21 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:43:21 Setting up python3-minimal (3.6.7-1~18.04) ... 02:43:22 Selecting previously unselected package python3. 02:43:22 (Reading database ... 13442 files and directories currently installed.) 02:43:22 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 02:43:22 Unpacking python3 (3.6.7-1~18.04) ... 02:43:22 Selecting previously unselected package multiarch-support. 02:43:22 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 02:43:22 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 02:43:22 Setting up multiarch-support (2.27-3ubuntu1.4) ... 02:43:22 Selecting previously unselected package liblzo2-2:amd64. 02:43:22 (Reading database ... 13479 files and directories currently installed.) 02:43:22 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 02:43:22 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 02:43:22 Selecting previously unselected package libbsd0:amd64. 02:43:22 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 02:43:22 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:43:22 Selecting previously unselected package sudo. 02:43:22 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 02:43:22 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 02:43:22 Selecting previously unselected package apparmor. 02:43:22 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 02:43:22 Unpacking apparmor (2.12-4ubuntu5.1) ... 02:43:23 Selecting previously unselected package libedit2:amd64. 02:43:23 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 02:43:23 Unpacking libedit2:amd64 (3.1-20170329-1) ... 02:43:23 Selecting previously unselected package libkrb5support0:amd64. 02:43:23 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 02:43:23 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:43:23 Selecting previously unselected package libk5crypto3:amd64. 02:43:23 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 02:43:23 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:43:23 Selecting previously unselected package libkeyutils1:amd64. 02:43:23 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 02:43:23 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:43:23 Selecting previously unselected package libkrb5-3:amd64. 02:43:23 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 02:43:23 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:43:23 Selecting previously unselected package libgssapi-krb5-2:amd64. 02:43:23 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 02:43:23 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:43:23 Selecting previously unselected package libssl1.0.0:amd64. 02:43:23 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 02:43:23 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 02:43:23 Selecting previously unselected package openssh-client. 02:43:23 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 02:43:23 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 02:43:24 Selecting previously unselected package squashfs-tools. 02:43:24 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 02:43:24 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:43:24 Selecting previously unselected package snapd. 02:43:24 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 02:43:24 Unpacking snapd (2.48.3+18.04) ... 02:43:26 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 02:43:26 Setting up libedit2:amd64 (3.1-20170329-1) ... 02:43:26 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 02:43:26 Setting up mime-support (3.60ubuntu1) ... 02:43:26 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 02:43:26 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:43:26 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:43:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:43:26 Setting up systemd (237-3ubuntu10.47) ... 02:43:26 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 02:43:27 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:43:27 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:43:27 Setting up liblzo2-2:amd64 (2.08-1.2) ... 02:43:27 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:43:27 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:43:27 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 02:43:28 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:43:28 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:43:28 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:43:28 Setting up python3 (3.6.7-1~18.04) ... 02:43:28 running python rtupdate hooks for python3.6... 02:43:28 running python post-rtupdate hooks for python3.6... 02:43:28 Setting up apparmor (2.12-4ubuntu5.1) ... 02:43:29 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 02:43:29 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:43:29 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 02:43:29 Setting up snapd (2.48.3+18.04) ... 02:43:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 02:43:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 02:43:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 02:43:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 02:43:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:43:31 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:43:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 02:43:31 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 02:43:31 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 02:43:31 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 02:43:31 /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' 02:43:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:43:32 Processing triggers for systemd (237-3ubuntu10.47) ... 02:43:33 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:43:33 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:43:33 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:43:34 Reading package lists... 02:43:34 Reading package lists... 02:43:34 Building dependency tree... 02:43:34 Reading state information... 02:43:34 Calculating upgrade... 02:43:34 The following packages will be upgraded: 02:43:34 advancecomp base-files bash binutils binutils-common 02:43:34 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 02:43:34 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 02:43:34 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 02:43:34 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 02:43:34 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 02:43:34 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 02:43:34 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 02:43:34 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 02:43:34 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 02:43:34 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 02:43:34 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 02:43:34 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 02:43:34 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 02:43:34 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 02:43:35 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 02:43:35 Need to get 64.0 MB of archives. 02:43:35 After this operation, 5041 kB of additional disk space will be used. 02:43:35 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 02:43:35 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] 02:43:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 02:43:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 02:43:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 02:43:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 02:43:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 02:43:35 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 02:43:35 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 02:43:35 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 02:43:35 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 02:43:35 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 02:43:35 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 02:43:35 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 02:43:35 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 02:43:35 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 02:43:35 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 02:43:35 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 02:43:35 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 02:43:35 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 02:43:35 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 02:43:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 02:43:35 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 02:43:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 02:43:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 02:43:35 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 02:43:35 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 02:43:35 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 02:43:35 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 02:43:36 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 02:43:36 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 02:43:36 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 02:43:36 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 02:43:36 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 02:43:36 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 02:43:36 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 02:43:36 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 02:43:36 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 02:43:36 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 02:43:36 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] 02:43:36 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 02:43:36 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 02:43:36 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 02:43:36 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 02:43:36 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 02:43:36 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 02:43:36 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 02:43:36 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 02:43:36 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 02:43:36 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 02:43:36 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 02:43:36 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 02:43:36 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 02:43:36 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 02:43:36 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 02:43:36 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 02:43:36 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 02:43:36 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 02:43:36 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 02:43:36 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 02:43:36 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 02:43:36 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 02:43:36 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 02:43:36 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 02:43:36 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 02:43:36 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 02:43:36 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 02:43:36 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 02:43:36 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 02:43:36 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 02:43:36 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 02:43:36 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 02:43:36 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 02:43:36 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 02:43:36 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 02:43:36 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 02:43:36 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 02:43:36 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 02:43:36 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 02:43:36 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 02:43:36 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 02:43:36 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 02:43:36 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 02:43:36 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 02:43:36 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 02:43:36 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 02:43:36 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 02:43:36 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 02:43:36 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 02:43:36 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 02:43:36 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 02:43:36 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 02:43:37 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 02:43:37 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 02:43:37 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 02:43:37 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 02:43:38 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 02:43:38 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 02:43:38 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 02:43:38 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 02:43:38 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 02:43:38 debconf: delaying package configuration, since apt-utils is not installed 02:43:38 Fetched 64.0 MB in 3s (18.9 MB/s) 02:43:38 (Reading database ... 13912 files and directories currently installed.) 02:43:38 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 02:43:38 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:43:39 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 02:43:39 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:43:39 Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... 02:43:39 Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... 02:43:40 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:43:40 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:43:40 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:43:40 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:43:40 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:43:40 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:43:40 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:43:40 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:43:40 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:43:40 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:43:41 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:43:41 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:43:41 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:43:41 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:43:41 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 02:43:41 (Reading database ... 13911 files and directories currently installed.) 02:43:41 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 02:43:41 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 02:43:41 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 02:43:41 (Reading database ... 13911 files and directories currently installed.) 02:43:41 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:43:41 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:43:41 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:43:41 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:43:41 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:43:42 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:43:42 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 02:43:42 (Reading database ... 13911 files and directories currently installed.) 02:43:42 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 02:43:42 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:43:42 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 02:43:43 (Reading database ... 13911 files and directories currently installed.) 02:43:43 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 02:43:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 02:43:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 02:43:43 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 02:43:43 Setting up base-files (10.1ubuntu2.10) ... 02:43:43 Installing new version of config file /etc/issue ... 02:43:43 Installing new version of config file /etc/issue.net ... 02:43:43 Installing new version of config file /etc/lsb-release ... 02:43:43 Installing new version of config file /etc/update-motd.d/50-motd-news ... 02:43:43 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 02:43:43 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 02:43:43 Removing obsolete conffile /etc/default/motd-news ... 02:43:44 (Reading database ... 13912 files and directories currently installed.) 02:43:44 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 02:43:44 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 02:43:44 Setting up bash (4.4.18-2ubuntu1.2) ... 02:43:44 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 02:43:44 (Reading database ... 13912 files and directories currently installed.) 02:43:44 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 02:43:44 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 02:43:44 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 02:43:44 (Reading database ... 13912 files and directories currently installed.) 02:43:44 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 02:43:44 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 02:43:44 Setting up tar (1.29b-2ubuntu0.2) ... 02:43:45 (Reading database ... 13912 files and directories currently installed.) 02:43:45 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 02:43:45 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:43:45 Setting up dpkg (1.19.0.5ubuntu2.3) ... 02:43:45 (Reading database ... 13912 files and directories currently installed.) 02:43:45 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 02:43:45 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:43:46 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 02:43:46 (Reading database ... 13912 files and directories currently installed.) 02:43:46 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 02:43:46 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:43:46 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 02:43:46 (Reading database ... 13912 files and directories currently installed.) 02:43:46 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 02:43:46 Unpacking grep (3.1-2build1) over (3.1-2) ... 02:43:46 Setting up grep (3.1-2build1) ... 02:43:46 (Reading database ... 13912 files and directories currently installed.) 02:43:46 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 02:43:46 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:43:46 Setting up login (1:4.5-1ubuntu2) ... 02:43:46 (Reading database ... 13912 files and directories currently installed.) 02:43:46 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 02:43:46 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:43:47 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 02:43:47 (Reading database ... 13912 files and directories currently installed.) 02:43:47 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 02:43:47 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:43:47 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 02:43:47 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:43:47 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 02:43:47 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:43:48 Setting up perl-base (5.26.1-6ubuntu0.5) ... 02:43:48 (Reading database ... 13912 files and directories currently installed.) 02:43:48 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 02:43:48 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:43:49 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:43:49 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:43:49 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:43:49 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:43:49 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 02:43:49 (Reading database ... 13912 files and directories currently installed.) 02:43:49 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 02:43:49 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 02:43:50 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 02:43:50 (Reading database ... 13912 files and directories currently installed.) 02:43:50 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:43:50 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:43:50 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:43:50 (Reading database ... 13912 files and directories currently installed.) 02:43:50 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:43:50 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:43:50 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:43:50 (Reading database ... 13912 files and directories currently installed.) 02:43:50 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:43:50 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:43:50 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:43:50 (Reading database ... 13912 files and directories currently installed.) 02:43:50 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:43:50 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:43:50 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:43:51 (Reading database ... 13912 files and directories currently installed.) 02:43:51 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 02:43:51 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:43:51 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 02:43:51 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:43:51 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 02:43:51 (Reading database ... 13912 files and directories currently installed.) 02:43:51 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 02:43:51 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:43:51 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 02:43:51 (Reading database ... 13912 files and directories currently installed.) 02:43:51 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:43:51 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:43:51 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:43:51 (Reading database ... 13912 files and directories currently installed.) 02:43:51 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:43:51 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:43:52 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 02:43:52 (Reading database ... 13912 files and directories currently installed.) 02:43:52 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:43:52 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:43:52 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 02:43:52 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 02:43:52 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 02:43:53 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 02:43:53 (Reading database ... 13912 files and directories currently installed.) 02:43:53 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 02:43:53 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:43:53 Setting up libc-bin (2.27-3ubuntu1.4) ... 02:43:53 (Reading database ... 13912 files and directories currently installed.) 02:43:53 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 02:43:53 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:43:53 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 02:43:53 (Reading database ... 13914 files and directories currently installed.) 02:43:53 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 02:43:53 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 02:43:54 Setting up debconf (1.5.66ubuntu1) ... 02:43:54 (Reading database ... 13914 files and directories currently installed.) 02:43:54 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 02:43:54 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:43:54 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 02:43:54 (Reading database ... 13914 files and directories currently installed.) 02:43:54 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 02:43:54 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:43:54 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 02:43:54 (Reading database ... 13914 files and directories currently installed.) 02:43:54 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:43:54 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:43:54 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 02:43:54 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:43:54 (Reading database ... 13914 files and directories currently installed.) 02:43:54 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:43:54 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:43:55 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 02:43:55 (Reading database ... 13914 files and directories currently installed.) 02:43:55 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:43:55 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:43:55 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:43:55 (Reading database ... 13914 files and directories currently installed.) 02:43:55 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:43:55 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:43:55 Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... 02:43:55 Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... 02:43:56 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 02:43:56 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:43:56 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 02:43:56 (Reading database ... 13914 files and directories currently installed.) 02:43:56 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 02:43:56 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 02:43:56 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 02:43:56 (Reading database ... 13914 files and directories currently installed.) 02:43:56 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 02:43:56 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:43:56 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 02:43:57 (Reading database ... 13914 files and directories currently installed.) 02:43:57 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 02:43:57 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:43:57 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 02:43:57 (Reading database ... 13914 files and directories currently installed.) 02:43:57 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 02:43:57 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 02:43:57 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 02:43:57 (Reading database ... 13914 files and directories currently installed.) 02:43:57 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 02:43:57 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:43:57 Setting up passwd (1:4.5-1ubuntu2) ... 02:43:58 (Reading database ... 13914 files and directories currently installed.) 02:43:58 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 02:43:58 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:43:58 Setting up gpgv (2.2.4-1ubuntu1.4) ... 02:43:58 (Reading database ... 13914 files and directories currently installed.) 02:43:58 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 02:43:58 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 02:43:58 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 02:43:58 (Reading database ... 13914 files and directories currently installed.) 02:43:58 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 02:43:58 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 02:43:58 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 02:43:58 (Reading database ... 13914 files and directories currently installed.) 02:43:58 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 02:43:58 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 02:43:59 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 02:43:59 (Reading database ... 13914 files and directories currently installed.) 02:43:59 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 02:43:59 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 02:43:59 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 02:43:59 (Reading database ... 13914 files and directories currently installed.) 02:43:59 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 02:43:59 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 02:43:59 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 02:43:59 (Reading database ... 13914 files and directories currently installed.) 02:43:59 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 02:43:59 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 02:44:00 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 02:44:00 (Reading database ... 13914 files and directories currently installed.) 02:44:00 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 02:44:00 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 02:44:00 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 02:44:00 (Reading database ... 13914 files and directories currently installed.) 02:44:00 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 02:44:00 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 02:44:00 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 02:44:00 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 02:44:00 (Reading database ... 13915 files and directories currently installed.) 02:44:00 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:44:00 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:44:00 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 02:44:00 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:44:00 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:44:01 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 02:44:01 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 02:44:01 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 02:44:01 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 02:44:01 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 02:44:01 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 02:44:01 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 02:44:01 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 02:44:01 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 02:44:01 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 02:44:01 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 02:44:02 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 02:44:02 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 02:44:02 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 02:44:02 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 02:44:02 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 02:44:02 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 02:44:02 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 02:44:02 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 02:44:02 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 02:44:03 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 02:44:03 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 02:44:03 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 02:44:03 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 02:44:03 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:44:03 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:44:04 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:44:04 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:44:04 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:44:04 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:44:04 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:44:04 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:44:04 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:44:04 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:44:04 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 02:44:04 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:44:04 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:44:04 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:44:04 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:44:05 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:44:05 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:44:06 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:44:06 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:44:07 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:44:07 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:44:08 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:44:08 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:44:08 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:44:08 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:44:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:44:09 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:44:09 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:44:09 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:44:09 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:44:09 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 02:44:09 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:44:09 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 02:44:09 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:44:10 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 02:44:10 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 02:44:10 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:44:10 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:44:10 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:44:10 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:44:10 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 02:44:10 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 02:44:10 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:44:10 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 02:44:10 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:44:10 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:44:10 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:44:10 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 02:44:10 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 02:44:10 Setting up tzdata (2021a-0ubuntu0.18.04) ... 02:44:10 02:44:10 Current default time zone: 'Etc/UTC' 02:44:10 Local time is now: Wed May 12 02:44:10 UTC 2021. 02:44:10 Universal Time is now: Wed May 12 02:44:10 UTC 2021. 02:44:10 Run 'dpkg-reconfigure tzdata' if you wish to change it. 02:44:10 02:44:10 Setting up systemd-sysv (237-3ubuntu10.47) ... 02:44:11 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:44:11 Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... 02:44:11 Setting up mount (2.31.1-0.4ubuntu3.7) ... 02:44:11 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 02:44:11 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 02:44:11 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 02:44:11 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 02:44:11 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 02:44:11 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 02:44:11 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:44:11 Setting up procps (2:3.3.12-3ubuntu1.2) ... 02:44:11 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 02:44:11 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 02:44:11 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 02:44:11 Setting up patch (2.7.6-2ubuntu1.1) ... 02:44:11 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 02:44:11 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 02:44:11 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 02:44:11 Installing new version of config file /etc/ssl/openssl.cnf ... 02:44:11 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 02:44:11 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 02:44:11 Setting up ca-certificates (20210119~18.04.1) ... 02:44:11 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 02:44:13 Updating certificates in /etc/ssl/certs... 02:44:14 23 added, 27 removed; done. 02:44:14 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 02:44:14 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:44:14 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 02:44:14 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 02:44:14 Setting up pkgbinarymangler (138.18.04.1) ... 02:44:14 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 02:44:14 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 02:44:14 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 02:44:14 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 02:44:14 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:44:14 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 02:44:14 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:44:14 Setting up perl (5.26.1-6ubuntu0.5) ... 02:44:14 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 02:44:14 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 02:44:14 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 02:44:14 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 02:44:14 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 02:44:14 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 02:44:14 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 02:44:14 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 02:44:14 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 02:44:14 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:44:15 Processing triggers for systemd (237-3ubuntu10.47) ... 02:44:15 Processing triggers for mime-support (3.60ubuntu1) ... 02:44:15 Processing triggers for ca-certificates (20210119~18.04.1) ... 02:44:15 Updating certificates in /etc/ssl/certs... 02:44:15 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 02:44:15 0 added, 0 removed; done. 02:44:15 Running hooks in /etc/ca-certificates/update.d... 02:44:15 done. 02:44:16 Reading package lists... 02:44:16 Building dependency tree... 02:44:16 Reading state information... 02:44:16 The following NEW packages will be installed: 02:44:16 apt-transport-https 02:44:16 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 02:44:16 Need to get 1692 B of archives. 02:44:16 After this operation, 154 kB of additional disk space will be used. 02:44:16 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 02:44:17 debconf: delaying package configuration, since apt-utils is not installed 02:44:17 Fetched 1692 B in 0s (5923 B/s) 02:44:17 Selecting previously unselected package apt-transport-https. 02:44:17 (Reading database ... 13920 files and directories currently installed.) 02:44:17 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 02:44:17 Unpacking apt-transport-https (1.6.13) ... 02:44:17 Setting up apt-transport-https (1.6.13) ... 02:44:17 Waiting for network to be ready... 02:44:18 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 02:44:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:44:25 2021-05-12T02:44:21Z INFO Waiting for automatic snapd restart... 02:44:25 snapd 2.49.2 from Canonical* installed [Pipeline] } 02:44:26 $ docker stop --time=1 6b22e2c91864233fd0ef627d8927baa300ab9b87f51744422dc309af214e4185 02:44:26 "snapd" switched to the "latest/stable" channel 02:44:26 02:44:29 $ docker rm -f 6b22e2c91864233fd0ef627d8927baa300ab9b87f51744422dc309af214e4185 02:44:30 core18 20210309 from Canonical* installed 02:44:30 "core18" switched to the "latest/stable" channel 02:44:30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:44:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:44:31 02:44:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:44:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:44:31 latest: Pulling from edgex-devops/edgex-compose-arm64 02:44:31 29e5d40040c1: Pulling fs layer 02:44:31 1ce36da41761: Pulling fs layer 02:44:31 25b303627fd3: Pulling fs layer 02:44:31 29e5d40040c1: Verifying Checksum 02:44:31 29e5d40040c1: Download complete 02:44:32 29e5d40040c1: Pull complete 02:44:32 1ce36da41761: Download complete 02:44:33 1ce36da41761: Pull complete 02:44:34 snapcraft 4.7.1 from Canonical* installed 02:44:34 "snapcraft" switched to the "latest/stable" channel 02:44:34 02:44:34 25b303627fd3: Verifying Checksum 02:44:34 25b303627fd3: Download complete 02:44:37 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 02:44:37 - README.md 02:44:37 02:44:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:44:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:44:44 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:44:44 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:44:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:44:44 25b303627fd3: Pull complete 02:44:44 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:44:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:44:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 02:44:44 prd-ubuntu18.04-docker-arm64-4c-16g-4639 does not seem to be running inside a container 02:44:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:44:45 Reading package lists... 02:44:45 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 02:44:47 $ docker top 28f731d46252165d445339658531f033a60ccacd20bfa1d52123b71d19660087 -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:48 + docker-compose build --help+ 02:44:48 grep parallel 02:44:51 --parallel Build images in parallel. 02:44:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:44:52 Reading package lists... 02:44:52 Building dependency tree... 02:44:52 Reading state information... 02:44:52 Suggested packages: 02:44:52 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 02:44:52 git-gui gitk gitweb git-cvs git-mediawiki git-svn 02:44:52 Recommended packages: 02:44:52 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 02:44:52 The following NEW packages will be installed: 02:44:52 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 02:44:52 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 02:44:52 pkg-config zip [Pipeline] } 02:44:52 $ docker stop --time=1 28f731d46252165d445339658531f033a60ccacd20bfa1d52123b71d19660087 02:44:52 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 02:44:52 Need to get 7663 kB of archives. 02:44:52 After this operation, 43.8 MB of additional disk space will be used. 02:44:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 02:44:52 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 02:44:52 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 02:44:52 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 02:44:52 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 02:44:52 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 02:44:52 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 02:44:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 02:44:52 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 02:44:52 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 02:44:52 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 02:44:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 02:44:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 02:44:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 02:44:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 02:44:53 debconf: delaying package configuration, since apt-utils is not installed 02:44:53 Fetched 7663 kB in 1s (7106 kB/s) 02:44:53 Selecting previously unselected package libglib2.0-0:amd64. 02:44:53 (Reading database ... 13924 files and directories currently installed.) 02:44:53 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 02:44:53 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 02:44:53 Selecting previously unselected package libpsl5:amd64. 02:44:53 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 02:44:53 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 02:44:53 Selecting previously unselected package libnghttp2-14:amd64. 02:44:53 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 02:44:53 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:44:53 Selecting previously unselected package librtmp1:amd64. 02:44:53 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 02:44:53 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:44:53 Selecting previously unselected package libcurl3-gnutls:amd64. 02:44:53 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 02:44:53 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 02:44:53 Selecting previously unselected package liberror-perl. 02:44:53 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 02:44:53 Unpacking liberror-perl (0.17025-1) ... 02:44:54 $ docker rm -f 28f731d46252165d445339658531f033a60ccacd20bfa1d52123b71d19660087 02:44:54 Selecting previously unselected package git-man. 02:44:54 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 02:44:54 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 02:44:54 Selecting previously unselected package git. 02:44:54 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 02:44:54 Unpacking git (1:2.17.1-1ubuntu0.8) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:44:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:44:54 . [Pipeline] withDockerContainer 02:44:55 prd-ubuntu18.04-docker-arm64-4c-16g-4639 does not seem to be running inside a container 02:44:55 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:44:55 Selecting previously unselected package libnorm1:amd64. 02:44:55 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 02:44:55 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:44:55 Selecting previously unselected package libpgm-5.2-0:amd64. 02:44:55 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 02:44:55 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:44:55 Selecting previously unselected package libsodium23:amd64. 02:44:55 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 02:44:55 Unpacking libsodium23:amd64 (1.0.16-2) ... 02:44:55 Selecting previously unselected package libzmq5:amd64. 02:44:55 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 02:44:55 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:44:55 Selecting previously unselected package libzmq3-dev:amd64. 02:44:55 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 02:44:55 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:44:55 Selecting previously unselected package pkg-config. 02:44:55 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 02:44:55 Unpacking pkg-config (0.29.1-0ubuntu2) ... 02:44:55 Selecting previously unselected package zip. 02:44:55 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 02:44:55 Unpacking zip (3.0-11build1) ... 02:44:55 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:44:55 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 02:44:55 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:44:55 Setting up liberror-perl (0.17025-1) ... 02:44:55 Setting up libpsl5:amd64 (0.19.1-5build1) ... 02:44:55 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 02:44:55 No schema files found: doing nothing. 02:44:55 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:44:55 Setting up zip (3.0-11build1) ... 02:44:55 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:44:55 Setting up libsodium23:amd64 (1.0.16-2) ... 02:44:55 Setting up pkg-config (0.29.1-0ubuntu2) ... 02:44:55 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:44:56 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 02:44:56 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:44:56 Setting up git (1:2.17.1-1ubuntu0.8) ... 02:44:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:44:56 $ docker top cb3007b4256330d1668509245245fc94a357cf27a8e635e71a733a4291a787a8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:57 + docker-compose -f ./docker-compose-build.yml build --parallel 02:45:02 Building core-command ... 02:45:02 Building core-data ... 02:45:02 Building core-metadata ... 02:45:02 Building security-bootstrapper ... 02:45:02 Building security-proxy-setup ... 02:45:02 Building security-secretstore-setup ... 02:45:02 Building support-notifications ... 02:45:02 Building support-scheduler ... 02:45:02 Building sys-mgmt-agent ... 02:45:02 Building security-bootstrapper 02:45:02 Building core-command 02:45:02 Building support-notifications 02:45:02 Building support-scheduler 02:45:02 Building core-metadata 02:45:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:45:03 git set to automatically installed. 02:45:03 git-man set to automatically installed. 02:45:03 libcurl3-gnutls set to automatically installed. 02:45:03 liberror-perl set to automatically installed. 02:45:03 libglib2.0-0 set to automatically installed. 02:45:03 libnghttp2-14 set to automatically installed. 02:45:03 libnorm1 set to automatically installed. 02:45:03 libpgm-5.2-0 set to automatically installed. 02:45:03 libpsl5 set to automatically installed. 02:45:03 librtmp1 set to automatically installed. 02:45:03 libsodium23 set to automatically installed. 02:45:03 libzmq3-dev set to automatically installed. 02:45:03 libzmq5 set to automatically installed. 02:45:03 pkg-config set to automatically installed. 02:45:03 zip set to automatically installed. 02:45:04 snapd is not logged in, snap install commands will use sudo 02:45:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:45:12 snap "core18" has no updates available 02:45:12 snapd is not logged in, snap install commands will use sudo 02:45:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:45:40 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 02:45:40 Pulling go-build-helper 02:45:40 + snapcraftctl pull 02:45:40 'app-service-config' has dependencies that need to be staged: go-build-helper 02:45:40 Skipping pull go-build-helper (already ran) 02:45:40 Building go-build-helper 02:45:40 + snapcraftctl build 02:45:42 Staging go-build-helper 02:45:42 + snapcraftctl stage 02:45:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:45:52 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:45:52 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:45:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] 02:45:52 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:45:52 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:45:52 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:45:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:45:52 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:45:52 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:45:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:45:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 02:45:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 02:45:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 02:45:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] 02:45:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 02:45:52 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 02:45:52 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 02:45:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:45:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 02:45:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 02:45:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 02:45:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 02:45:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 02:45:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 02:45:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 02:45:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 02:45:52 Fetched 24.6 MB in 0s (0 B/s) 02:45:52 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 02:45:52 Fetched 224 kB in 0s (0 B/s) 02:45:52 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 02:45:52 Fetched 157 kB in 0s (0 B/s) 02:45:52 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 02:45:52 Fetched 221 kB in 0s (0 B/s) 02:45:52 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 02:45:52 Fetched 143 kB in 0s (0 B/s) 02:45:52 Pulling app-service-config 02:45:52 + snapcraftctl pull 02:45:53 Cloning into '/root/parts/app-service-config/src'... 02:45:53 Pulling config-common 02:45:53 + snapcraftctl pull 02:45:57 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 02:45:57 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 02:45:57 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:45:57 Fetched 0 B in 0s (0 B/s) 02:45:57 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 02:45:57 Fetched 0 B in 0s (0 B/s) 02:45:57 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 02:45:57 Fetched 0 B in 0s (0 B/s) 02:45:57 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 02:45:57 Fetched 0 B in 0s (0 B/s) 02:45:57 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 02:45:57 Fetched 0 B in 0s (0 B/s) 02:45:57 Pulling edgex-go 02:45:57 + snapcraftctl pull 02:46:19 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 02:46:19 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 02:46:19 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:46:19 Fetched 0 B in 0s (0 B/s) 02:46:19 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 02:46:19 Fetched 96.5 kB in 0s (0 B/s) 02:46:19 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 02:46:19 Fetched 279 kB in 0s (0 B/s) 02:46:19 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 02:46:19 Fetched 122 kB in 0s (0 B/s) 02:46:19 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 02:46:19 Fetched 77.8 kB in 0s (0 B/s) 02:46:19 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 02:46:19 Fetched 8848 B in 0s (0 B/s) 02:46:19 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 02:46:19 Fetched 47.8 kB in 0s (0 B/s) 02:46:19 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 02:46:19 Fetched 45.6 kB in 0s (0 B/s) 02:46:19 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 02:46:19 Fetched 15.0 kB in 0s (0 B/s) 02:46:19 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 02:46:19 Fetched 219 kB in 0s (0 B/s) 02:46:19 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 02:46:19 Fetched 154 kB in 0s (0 B/s) 02:46:19 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 02:46:19 Fetched 50.6 kB in 0s (0 B/s) 02:46:19 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 02:46:19 Fetched 14.8 kB in 0s (0 B/s) 02:46:19 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 02:46:19 Fetched 41.8 kB in 0s (0 B/s) 02:46:19 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 02:46:19 Fetched 499 kB in 0s (0 B/s) 02:46:19 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 02:46:19 Fetched 111 kB in 0s (0 B/s) 02:46:19 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 02:46:19 Fetched 240 kB in 0s (0 B/s) 02:46:19 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 02:46:19 Fetched 29.3 kB in 0s (0 B/s) 02:46:19 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 02:46:19 Fetched 85.5 kB in 0s (0 B/s) 02:46:19 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 02:46:19 Fetched 24.5 kB in 0s (0 B/s) 02:46:19 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 02:46:19 Fetched 49.2 kB in 0s (0 B/s) 02:46:19 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 02:46:19 Fetched 54.2 kB in 0s (0 B/s) 02:46:19 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 02:46:19 Fetched 30.8 kB in 0s (0 B/s) 02:46:19 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 02:46:19 Fetched 15.8 kB in 0s (0 B/s) 02:46:19 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 02:46:19 Fetched 85.9 kB in 0s (0 B/s) 02:46:19 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 02:46:19 Fetched 8720 B in 0s (0 B/s) 02:46:19 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 02:46:19 Fetched 137 kB in 0s (0 B/s) 02:46:19 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 02:46:19 Fetched 119 kB in 0s (0 B/s) 02:46:19 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 02:46:19 Fetched 110 kB in 0s (0 B/s) 02:46:19 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 02:46:19 Fetched 11.1 kB in 0s (0 B/s) 02:46:19 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 02:46:19 Fetched 645 kB in 0s (0 B/s) 02:46:19 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 02:46:19 Fetched 41.3 kB in 0s (0 B/s) 02:46:19 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 02:46:19 Fetched 17.9 kB in 0s (0 B/s) 02:46:19 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 02:46:19 Fetched 368 kB in 0s (0 B/s) 02:46:19 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 02:46:19 Fetched 187 kB in 0s (0 B/s) 02:46:19 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 02:46:19 Fetched 175 kB in 0s (0 B/s) 02:46:19 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 02:46:19 Fetched 206 kB in 0s (0 B/s) 02:46:19 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 02:46:19 Fetched 1301 kB in 0s (0 B/s) 02:46:19 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 02:46:19 Fetched 36.2 kB in 0s (0 B/s) 02:46:19 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 02:46:19 Fetched 159 kB in 0s (0 B/s) 02:46:19 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 02:46:19 Fetched 107 kB in 0s (0 B/s) 02:46:19 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 02:46:19 Fetched 48.7 kB in 0s (0 B/s) 02:46:19 Pulling static-packages 02:46:19 + snapcraftctl pull 02:46:19 Pulling version 02:46:19 + cd /root/project 02:46:19 + [ -f VERSION ] 02:46:19 + PROJECT_VERSION=local-dev 02:46:19 + git rev-parse --short HEAD 02:46:19 + GIT_REVISION=69a9168b 02:46:19 + snapcraftctl set-version local-dev 02:46:20 Skipping build go-build-helper (already ran) 02:46:20 Building app-service-config 02:46:20 + make build 02:46:20 go mod tidy 02:46:23 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 02:46:23 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 02:46:23 go: downloading github.com/google/uuid v1.2.0 02:46:23 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 02:46:23 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 02:46:23 go: downloading github.com/gorilla/mux v1.8.0 02:46:23 go: downloading github.com/stretchr/testify v1.7.0 02:46:23 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 02:46:23 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:46:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:46:23 ---> eea936ae18fa 02:46:23 Step 3/23 : WORKDIR /edgex-go 02:46:23 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:46:23 Step 2/32 : FROM ${BUILDER_BASE} AS builder 02:46:23 ---> eea936ae18fa 02:46:23 Step 3/32 : WORKDIR /edgex-go 02:46:23 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:46:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:46:23 ---> eea936ae18fa 02:46:23 Step 3/23 : WORKDIR /edgex-go 02:46:23 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:46:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:46:23 ---> eea936ae18fa 02:46:23 Step 3/24 : WORKDIR /edgex-go 02:46:23 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:46:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:46:23 ---> eea936ae18fa 02:46:23 Step 3/24 : WORKDIR /edgex-go 02:46:23 ---> Running in 0ec7c70812d6 02:46:23 ---> Running in 0db42be1c566 02:46:23 ---> Running in cdf3ce3d7314 02:46:23 ---> Running in 942cc1971c2e 02:46:23 ---> Running in 9ffdc3c99fb3 02:46:23 Removing intermediate container 9ffdc3c99fb3 02:46:23 ---> 323c30596767 02:46:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:23 Removing intermediate container 0ec7c70812d6 02:46:23 ---> cd46f116cb56 02:46:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:23 Removing intermediate container 942cc1971c2e 02:46:23 ---> 3fd185eaeaa9 02:46:23 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:23 Removing intermediate container 0db42be1c566 02:46:23 ---> 349230c00054 02:46:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:23 Removing intermediate container cdf3ce3d7314 02:46:23 ---> 4168f27c5e71 02:46:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:23 ---> Running in fc9a248faf61 02:46:23 ---> Running in 1459beffa638 02:46:23 ---> Running in d16488b9fa46 02:46:23 ---> Running in 3f3015e5df97 02:46:23 ---> Running in b69f46502003 02:46:23 Removing intermediate container fc9a248faf61 02:46:23 ---> 888958857a66 02:46:23 Step 5/24 : RUN apk add --update --no-cache make git 02:46:23 ---> Running in 91464fdbe977 02:46:23 Removing intermediate container 1459beffa638 02:46:23 ---> 899c90238ad7 02:46:23 Step 5/23 : RUN apk add --update --no-cache make git 02:46:23 Removing intermediate container d16488b9fa46 02:46:23 ---> 51e335bcdcc2 02:46:23 Step 5/32 : RUN apk add --update --no-cache make git 02:46:23 ---> Running in 1bdc8ee153bb 02:46:23 ---> Running in f5ecc5b22b24 02:46:23 Removing intermediate container 3f3015e5df97 02:46:23 ---> f2b9e9258b45 02:46:23 Step 5/24 : RUN apk add --update --no-cache make git 02:46:23 Removing intermediate container b69f46502003 02:46:23 ---> 6effac2415af 02:46:23 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 02:46:23 ---> Running in 842b94d10b63 02:46:23 ---> Running in bbff616ffab9 02:46:23 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 02:46:23 go: downloading github.com/davecgh/go-spew v1.1.1 02:46:23 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 02:46:23 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 02:46:23 go: downloading github.com/go-playground/validator/v10 v10.5.0 02:46:23 go: downloading github.com/x448/float16 v0.8.4 02:46:23 go: downloading github.com/pelletier/go-toml v1.9.0 02:46:23 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 02:46:24 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 02:46:24 go: downloading github.com/go-kit/kit v0.8.0 02:46:24 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 02:46:24 go: downloading github.com/go-playground/locales v0.13.0 02:46:24 go: downloading github.com/hashicorp/consul/api v1.8.1 02:46:24 go: downloading github.com/pebbe/zmq4 v1.2.7 02:46:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:46:24 go: downloading github.com/go-redis/redis/v7 v7.2.0 02:46:24 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 02:46:24 go: downloading github.com/hashicorp/consul/sdk v0.7.0 02:46:24 go: downloading github.com/hashicorp/serf v0.9.5 02:46:24 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 02:46:24 go: downloading github.com/pkg/errors v0.8.1 02:46:24 go: downloading golang.org/x/text v0.3.2 02:46:24 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 02:46:24 go: downloading github.com/go-playground/assert/v2 v2.0.1 02:46:24 go: downloading github.com/mitchellh/mapstructure v1.1.2 02:46:24 go: downloading github.com/onsi/ginkgo v1.10.1 02:46:24 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 02:46:24 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:46:24 go: downloading github.com/hashicorp/go-uuid v1.0.1 02:46:24 go: downloading github.com/go-playground/universal-translator v0.17.0 02:46:24 go: downloading github.com/hashicorp/memberlist v0.2.2 02:46:25 go: downloading github.com/pmezard/go-difflib v1.0.0 02:46:25 go: downloading github.com/onsi/gomega v1.7.0 02:46:25 go: downloading github.com/leodido/go-urn v1.2.0 02:46:25 go: downloading github.com/stretchr/objx v0.1.0 02:46:25 go: downloading github.com/go-logfmt/logfmt v0.4.0 02:46:25 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 02:46:25 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 02:46:25 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:46:25 go: downloading github.com/mitchellh/copystructure v1.0.0 02:46:25 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 02:46:25 go: downloading github.com/mitchellh/go-homedir v1.1.0 02:46:25 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 02:46:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:46:25 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 02:46:25 go: downloading github.com/hashicorp/go-multierror v1.1.0 02:46:25 go: downloading github.com/hashicorp/go-msgpack v0.5.3 02:46:25 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 02:46:25 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 02:46:25 go: downloading github.com/mitchellh/reflectwalk v1.0.0 02:46:25 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 02:46:25 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 02:46:25 go: downloading github.com/gorilla/websocket v1.4.2 02:46:25 go: downloading github.com/golang/protobuf v1.3.2 02:46:25 go: downloading github.com/miekg/dns v1.1.26 02:46:25 go: downloading github.com/hashicorp/errwrap v1.0.0 02:46:25 go: downloading github.com/hpcloud/tail v1.0.0 02:46:25 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 02:46:25 go: downloading gopkg.in/yaml.v2 v2.4.0 02:46:25 go: downloading github.com/hashicorp/golang-lru v0.5.0 02:46:25 go: downloading github.com/go-stack/stack v1.8.0 02:46:25 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 02:46:25 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 02:46:25 go: downloading github.com/hashicorp/go-hclog v0.12.0 02:46:25 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 02:46:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:46:25 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:46:25 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 02:46:25 go: downloading gopkg.in/fsnotify.v1 v1.4.7 02:46:25 go: downloading github.com/mattn/go-isatty v0.0.12 02:46:25 go: downloading github.com/kr/pretty v0.2.0 02:46:25 go: downloading github.com/mattn/go-colorable v0.1.6 02:46:25 go: downloading github.com/fsnotify/fsnotify v1.4.7 02:46:25 go: downloading github.com/fatih/color v1.9.0 02:46:25 go: downloading github.com/kr/text v0.1.0 02:46:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:46:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:46:25 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 02:46:25 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:46:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:46:26 OK: 218 MiB in 52 packages 02:46:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:46:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:46:27 OK: 218 MiB in 52 packages 02:46:27 OK: 218 MiB in 52 packages 02:46:27 OK: 218 MiB in 52 packages 02:46:27 OK: 218 MiB in 52 packages 02:46:28 Removing intermediate container 91464fdbe977 02:46:28 ---> 5f0f62c640f7 02:46:28 Step 6/24 : COPY go.mod . 02:46:29 Removing intermediate container 1bdc8ee153bb 02:46:29 ---> 2210ea31b3be 02:46:29 Step 6/23 : COPY go.mod . 02:46:29 Removing intermediate container f5ecc5b22b24 02:46:29 ---> 1fdda5400812 02:46:29 Step 6/32 : COPY go.mod . 02:46:29 ---> 4a1b3bda1a61 02:46:29 Step 7/24 : RUN go mod download 02:46:29 Removing intermediate container bbff616ffab9 02:46:29 ---> dc420d52e56d 02:46:29 Step 6/23 : COPY go.mod . 02:46:29 ---> Running in 56eca25ae509 02:46:29 Removing intermediate container 842b94d10b63 02:46:29 ---> 51d752dc9ebc 02:46:29 Step 6/24 : COPY go.mod . 02:46:30 ---> 3d4db11d8073 02:46:30 Step 7/23 : RUN go mod download 02:46:30 ---> Running in 9240616990f8 02:46:30 ---> d4c89ca7e8a1 02:46:30 Step 7/32 : RUN go mod download 02:46:30 ---> Running in 1308ff010993 02:46:30 ---> 05713f51afe3 02:46:30 Step 7/23 : RUN go mod download 02:46:31 ---> 7b38310f8927 02:46:31 Step 7/24 : RUN go mod download 02:46:31 ---> Running in 2d04076acb77 02:46:31 ---> Running in 6116d738745d 02:46:34 Removing intermediate container 56eca25ae509 02:46:34 ---> acb185551c48 02:46:34 Step 8/24 : COPY . . 02:46:34 Removing intermediate container 9240616990f8 02:46:34 ---> f0e9ac397613 02:46:34 Step 8/23 : COPY . . 02:46:35 Removing intermediate container 1308ff010993 02:46:35 ---> 7e3f370d1d87 02:46:35 Step 8/32 : COPY . . 02:46:35 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 02:46:35 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 02:46:35 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 02:46:35 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 02:46:35 Removing intermediate container 2d04076acb77 02:46:35 ---> e8a3b8633465 02:46:35 Step 8/23 : COPY . . 02:46:36 Removing intermediate container 6116d738745d 02:46:36 ---> f226e600a666 02:46:36 Step 8/24 : COPY . . 02:46:36 Building config-common 02:46:36 + snapcraftctl build 02:46:39 Building edgex-go 02:46:39 + cd /root/parts/edgex-go/src 02:46:39 + make build 02:46:39 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 02:46:39 go: downloading github.com/OneOfOne/xxhash v1.2.8 02:46:39 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 02:46:39 go: downloading github.com/imdario/mergo v0.3.12 02:46:42 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 02:46:49 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 02:46:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:46:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:46:52 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 02:46:55 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 02:46:55 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 02:46:55 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 02:46:56 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 02:46:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:46:57 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 02:46:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:47:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 02:47:02 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 02:47:02 go: downloading github.com/lib/pq v1.10.1 02:47:03 ---> c445e38bf38e 02:47:03 Step 9/24 : RUN go mod tidy 02:47:03 ---> 807907cc2bea 02:47:03 Step 9/23 : RUN go mod tidy 02:47:03 ---> 2f8749a8499f 02:47:03 Step 9/32 : RUN go mod tidy 02:47:03 ---> 954dc9ce9c13 02:47:03 Step 9/23 : RUN go mod tidy 02:47:03 ---> Running in 8a72a10285bf 02:47:03 ---> Running in e093c6ebd089 02:47:03 ---> Running in 565b2e45bc6a 02:47:03 ---> Running in 7634c799c371 02:47:03 ---> 9090ca3961b7 02:47:03 Step 9/24 : RUN go mod tidy 02:47:03 ---> Running in a9deeeeeb44e 02:47:04 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 02:47:04 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 02:47:04 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 02:47:04 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 02:47:04 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 02:47:04 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 02:47:04 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 02:47:04 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 02:47:04 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 02:47:04 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 02:47:04 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 02:47:04 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 02:47:04 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 02:47:04 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 02:47:04 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 02:47:04 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 02:47:04 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 02:47:04 + 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 02:47:04 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 02:47:04 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 02:47:04 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 02:47:04 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 02:47:04 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 02:47:04 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 02:47:04 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 02:47:04 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 02:47:07 Removing intermediate container 8a72a10285bf 02:47:07 ---> 519bced7fb14 02:47:07 Step 10/24 : RUN make cmd/core-command/core-command 02:47:07 Building static-packages 02:47:07 + snapcraftctl build 02:47:07 ---> Running in 40d94e4094fa 02:47:08 Removing intermediate container e093c6ebd089 02:47:08 ---> 9e968dfc0d04 02:47:08 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 02:47:08 ---> Running in 423cc9c02ae3 02:47:09 Removing intermediate container 7634c799c371 02:47:09 ---> 44f254a862a9 02:47:09 Step 10/23 : RUN make cmd/support-notifications/support-notifications 02:47:09 ---> Running in bd8bc27e51dc 02:47:09 Removing intermediate container a9deeeeeb44e 02:47:09 ---> 8d2bca3e07de 02:47:09 Step 10/24 : RUN make cmd/core-metadata/core-metadata 02:47:09 ---> Running in 01a0d9f646a2 02:47:09 Building version 02:47:09 + snapcraftctl build 02:47:09 Removing intermediate container 565b2e45bc6a 02:47:09 ---> 8cedf56f9d57 02:47:09 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 02:47:10 ---> Running in 29e23c96acbb 02:47: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 02:47:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:47:11 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 02:47:11 Skipping stage go-build-helper (already ran) 02:47:11 Staging app-service-config 02:47:11 + snapcraftctl stage 02:47:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:47:12 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 02:47:12 Staging config-common 02:47:12 + snapcraftctl stage 02:47:13 Staging edgex-go 02:47:13 + snapcraftctl stage 02:47:14 Staging static-packages 02:47:14 + snapcraftctl stage 02:47:16 Staging version 02:47:16 + snapcraftctl stage 02:47:17 Priming go-build-helper 02:47:17 + snapcraftctl prime 02:47:18 Priming app-service-config 02:47:18 + snapcraftctl prime 02:47:19 Priming config-common 02:47:19 + snapcraftctl prime 02:47:20 Priming edgex-go 02:47:20 + snapcraftctl prime 02:47:21 Priming static-packages 02:47:21 + snapcraftctl prime 02:47:24 Priming version 02:47:24 + snapcraftctl prime 02:47:25 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:49:19 Removing intermediate container 423cc9c02ae3 02:49:19 ---> e29939ad7d2c 02:49:19 02:49:19 Step 11/32 : FROM alpine:3.12 02:49:19 3.12: Pulling from library/alpine 02:49:19 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 02:49:19 Status: Downloaded newer image for alpine:3.12 02:49:19 ---> 9852663dfa18 02:49:19 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:49:19 ---> Running in e93466622172 02:49:19 Removing intermediate container e93466622172 02:49:19 ---> 1dc490165507 02:49:19 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 02:49:19 ---> Running in 8d26a735c511 02:49:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:49:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:49:19 (1/2) Installing dumb-init (1.2.2-r1) 02:49:19 (2/2) Installing su-exec (0.2-r1) 02:49:19 Executing busybox-1.31.1-r20.trigger 02:49:19 OK: 5 MiB in 16 packages 02:49:19 Removing intermediate container 8d26a735c511 02:49:19 ---> 8d226d9af37b 02:49:19 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 02:49:19 ---> Running in aa2064eab906 02:49:19 Removing intermediate container aa2064eab906 02:49:19 ---> 46cab79a63cf 02:49:19 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:49:19 ---> Running in d399be694441 02:49:19 Removing intermediate container d399be694441 02:49:19 ---> a0c6ca1355b8 02:49:19 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:49:20 ---> Running in cb9723b4001f 02:49:21 Removing intermediate container 40d94e4094fa 02:49:21 ---> b9c28375fcf3 02:49:21 02:49:21 Step 11/24 : FROM alpine:3.12 02:49:21 ---> 9852663dfa18 02:49:21 Step 12/24 : RUN apk add --update --no-cache dumb-init 02:49:22 ---> Running in 112221fe2419 02:49:23 Removing intermediate container bd8bc27e51dc 02:49:23 ---> 62b6698637ef 02:49:23 02:49:23 Step 11/23 : FROM alpine:3.12 02:49:23 ---> 9852663dfa18 02:49:23 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 02:49:24 ---> Running in 60bf5c0fafc0 02:49:25 Removing intermediate container cb9723b4001f 02:49:25 ---> 0782cf2ba5ac 02:49:25 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 02:49:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:49:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:49:25 ---> Running in 2249e6fef260 02:49:25 Removing intermediate container 29e23c96acbb 02:49:25 ---> 3e1e5c6ac5c3 02:49:25 02:49:25 Step 11/23 : FROM alpine:3.12 02:49:25 ---> 9852663dfa18 02:49:25 Step 12/23 : RUN apk add --update --no-cache dumb-init 02:49:26 ---> Running in 8e0583853b20 02:49:26 (1/1) Installing dumb-init (1.2.2-r1) 02:49:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:49:26 Executing busybox-1.31.1-r20.trigger 02:49:26 OK: 5 MiB in 15 packages 02:49:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:49:26 Removing intermediate container 2249e6fef260 02:49:26 ---> 540c1c51d727 02:49:26 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:49:27 (1/2) Installing ca-certificates (20191127-r4) 02:49:27 (2/2) Installing dumb-init (1.2.2-r1) 02:49:27 Executing busybox-1.31.1-r20.trigger 02:49:27 Executing ca-certificates-20191127-r4.trigger 02:49:27 OK: 6 MiB in 16 packages 02:49:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:49:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:49:28 ---> 8261997fd6bc 02:49:28 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:49:28 (1/1) Installing dumb-init (1.2.2-r1) 02:49:28 Executing busybox-1.31.1-r20.trigger 02:49:28 OK: 5 MiB in 15 packages 02:49:29 Removing intermediate container 112221fe2419 02:49:29 ---> 78dac5062ba3 02:49:29 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:49:29 ---> Running in 996e01b17646 02:49:29 ---> Running in e6e7a5ae8df8 02:49:30 Removing intermediate container e6e7a5ae8df8 02:49:30 ---> cb3308b5b490 02:49:30 Step 14/24 : ENV APP_PORT=48082 02:49:30 Removing intermediate container 60bf5c0fafc0 02:49:30 ---> f214808b47f2 02:49:30 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:49:30 ---> Running in a6cb808886a1 02:49:30 ---> Running in cfe2fcbb3885 02:49:30 Removing intermediate container 8e0583853b20 02:49:30 ---> 37b3796107e2 02:49:30 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:49:31 Removing intermediate container 01a0d9f646a2 02:49:31 ---> fc36ca9f06e7 02:49:31 02:49:31 Step 11/24 : FROM alpine:3.12 02:49:31 ---> 9852663dfa18 02:49:31 Step 12/24 : RUN apk add --update --no-cache dumb-init 02:49:31 ---> Using cache 02:49:31 ---> 37b3796107e2 02:49:31 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:49:31 ---> Running in 73e1a67b1e1b 02:49:31 ---> Running in 058f52ab36db 02:49:31 Removing intermediate container a6cb808886a1 02:49:31 ---> 1dfd160ccc57 02:49:31 Step 15/24 : EXPOSE $APP_PORT 02:49:31 Removing intermediate container cfe2fcbb3885 02:49:31 ---> f166e24fde15 02:49:31 Step 14/23 : ENV APP_PORT=48060 02:49:32 ---> Running in d5997213b73d 02:49:32 ---> Running in c4afbc5e350a 02:49:32 Removing intermediate container 73e1a67b1e1b 02:49:32 ---> 38f223c81706 02:49:32 Step 14/23 : ENV APP_PORT=48085 02:49:32 Removing intermediate container 058f52ab36db 02:49:32 ---> ef0bbbe11ce7 02:49:32 Step 14/24 : ENV APP_PORT=48081 02:49:32 ---> Running in d4da65cbe8e7 02:49:32 ---> Running in 3f82f644423d 02:49:32 Removing intermediate container c4afbc5e350a 02:49:32 ---> e9ef0ec3f486 02:49:32 Step 15/23 : EXPOSE $APP_PORT 02:49:32 Removing intermediate container d5997213b73d 02:49:32 ---> a2cb875a68d3 02:49:32 Step 16/24 : WORKDIR / 02:49:32 ---> Running in b8716973c9dd 02:49:32 ---> Running in f131a12f46dc 02:49:33 Removing intermediate container d4da65cbe8e7 02:49:33 ---> e44324eb8e92 02:49:33 Step 15/23 : EXPOSE $APP_PORT 02:49:33 Removing intermediate container 996e01b17646 02:49:33 ---> 3a029f514ff4 02:49:33 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 02:49:33 Removing intermediate container 3f82f644423d 02:49:33 ---> dc192c4f292a 02:49:33 Step 15/24 : EXPOSE $APP_PORT 02:49:33 ---> Running in b513da06d0e9 02:49:33 ---> Running in e5e9bb0b49c1 02:49:33 Removing intermediate container b8716973c9dd 02:49:33 ---> c5148e597fb8 02:49:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:49:33 Removing intermediate container f131a12f46dc 02:49:33 ---> f9d949e49e5b 02:49:33 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:49:34 Removing intermediate container b513da06d0e9 02:49:34 ---> ae13287c2d02 02:49:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:49:34 Removing intermediate container e5e9bb0b49c1 02:49:34 ---> c7de851182b6 02:49:34 Step 16/24 : WORKDIR / 02:49:34 ---> bb5c1d22e706 02:49:34 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:49:34 ---> Running in 76a3d7e8ab38 02:49:35 ---> 7c11252fd5f7 02:49:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:49:35 ---> 3634fc0befa8 02:49:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:49:35 Removing intermediate container 76a3d7e8ab38 02:49:35 ---> b587a008fa66 02:49:35 ---> 70060ccf8451 02:49:35 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:49:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:49:36 ---> 701d5ea9e4e0 02:49:36 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:49:36 ---> cf5d56bf1c8b 02:49:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:49:37 ---> 836bbfc3ecce 02:49:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:49:37 ---> 4910abfef5df 02:49:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:49:37 ---> bbae6a9c96df 02:49:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:49:37 ---> 590c11305e4f 02:49:37 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:49:38 ---> 0c814a446d6f 02:49:38 Step 19/23 : ENTRYPOINT ["/support-notifications"] 02:49:38 ---> 857f9d2c7720 02:49:38 Step 20/24 : ENTRYPOINT ["/core-command"] 02:49:38 ---> Running in edb53f752de2 02:49:38 ---> 04a8af9dbfe5 02:49:38 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 02:49:38 ---> dddb26ea6d33 02:49:38 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 02:49:38 ---> 353afca0efb9 02:49:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:49:38 ---> Running in b66e21141aec 02:49:38 ---> Running in aba2094543f2 02:49:39 Removing intermediate container edb53f752de2 02:49:39 ---> 524cb2b89a65 02:49:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:49:39 ---> Running in 0e6188caa68d 02:49:39 Removing intermediate container b66e21141aec 02:49:39 ---> 25575415006a 02:49:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:49:39 Removing intermediate container aba2094543f2 02:49:39 ---> 1dde2c8550d3 02:49:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:49:40 ---> e22024c13272 02:49:40 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 02:49:40 ---> Running in 8bcf31261fd4 02:49:40 ---> Running in 430ad434372f 02:49:40 ---> 21a3046071c3 02:49:40 Step 20/24 : ENTRYPOINT ["/core-metadata"] 02:49:40 Removing intermediate container 0e6188caa68d 02:49:40 ---> c37fd081baa0 02:49:40 Step 21/23 : LABEL arch=arm64 02:49:40 ---> Running in 8b40f3e78360 02:49:40 ---> Running in df7f84d3b00d 02:49:40 ---> Running in 610c10f437c4 02:49:41 Removing intermediate container 8bcf31261fd4 02:49:41 ---> 79875d73830f 02:49:41 Step 21/23 : LABEL arch=arm64 02:49:41 Removing intermediate container 430ad434372f 02:49:41 ---> 6722c7d6484c 02:49:41 Step 22/24 : LABEL arch=arm64 02:49:41 ---> Running in 327c0f8a8d21 02:49:41 ---> Running in 60422c86ad29 02:49:41 Removing intermediate container 8b40f3e78360 02:49:41 ---> f2acc373ed15 02:49:41 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:49:41 Removing intermediate container 610c10f437c4 02:49:41 Removing intermediate container df7f84d3b00d 02:49:41 ---> 2a21d919e435 02:49:41 Step 22/23 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:49:41 ---> 3f1fc0e89121 02:49:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:49:41 ---> Running in 10d26a37f19f 02:49:41 ---> Running in 184af87829d1 02:49:41 Removing intermediate container 60422c86ad29 02:49:41 Removing intermediate container 327c0f8a8d21 02:49:41 ---> 68668fc30573 02:49:41 Step 23/24 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:49:41 ---> 9ae5fc302c64 02:49:41 Step 22/23 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:49:42 ---> Running in 1b21f8bcde6a 02:49:42 ---> Running in f3fcc4652b85 02:49:42 Removing intermediate container 10d26a37f19f 02:49:42 ---> 941917622073 02:49:42 Step 22/24 : LABEL arch=arm64 02:49:42 ---> e3e0cf32602e 02:49:42 Step 27/32 : RUN chmod +x /entrypoint.sh 02:49:42 Removing intermediate container 184af87829d1 02:49:42 ---> c3d4b9b9c437 02:49:42 Step 23/23 : LABEL version=0.0.0 02:49:42 ---> Running in 23fc4457b680 02:49:42 ---> Running in a808f4d689b9 02:49:42 ---> Running in 64a4787178bc 02:49:42 Removing intermediate container 1b21f8bcde6a 02:49:42 ---> 075949e8ec8c 02:49:42 Step 23/23 : LABEL version=0.0.0 02:49:42 Removing intermediate container f3fcc4652b85 02:49:42 ---> adfb3f05c645 02:49:42 Step 24/24 : LABEL version=0.0.0 02:49:43 Removing intermediate container 23fc4457b680 02:49:43 ---> 2760e0d94444 02:49:43 Step 23/24 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:49:43 ---> Running in a060d96c9364 02:49:43 ---> Running in d67f9092f4d6 02:49:43 ---> Running in 83623156ce1c 02:49:43 Removing intermediate container a808f4d689b9 02:49:43 ---> a0ff6493f99f 02:49:43 02:49:44 Removing intermediate container a060d96c9364 02:49:44 ---> aca187d4c065 02:49:44 02:49:44 Removing intermediate container d67f9092f4d6 02:49:44 ---> 20fad22443b6 02:49:44 02:49:44 Successfully built a0ff6493f99f 02:49:44 Successfully tagged support-notifications-arm64:latest 02:49:44  Building support-notifications ... done Building security-proxy-setup 02:49:44 Removing intermediate container 83623156ce1c 02:49:44 ---> 4114b1047f1b 02:49:44 Step 24/24 : LABEL version=0.0.0 02:49:44 ---> Running in 500aca1c97dd 02:49:44 Successfully built aca187d4c065 02:49:44 Successfully built 20fad22443b6 02:49:44 Successfully tagged core-command-arm64:latest 02:49:44 Successfully tagged support-scheduler-arm64:latest 02:49:44  Building core-command ... done Building security-secretstore-setup 02:49:44  Building support-scheduler ... done Building core-data 02:49:45 Removing intermediate container 500aca1c97dd 02:49:45 ---> 9d42e5d2623e 02:49:45 02:49:45 Successfully built 9d42e5d2623e 02:49:45 Successfully tagged core-metadata-arm64:latest 02:49:45 Building sys-mgmt-agent 02:49:46  Building core-metadata ... done Removing intermediate container 64a4787178bc 02:49:46 ---> 3dde8bda7449 02:49:46 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 02:49:46 ---> Running in d835d73e952b 02:49:46 Removing intermediate container d835d73e952b 02:49:46 ---> 29fe7c65cdb3 02:49:46 Step 29/32 : CMD ["gate"] 02:49:47 ---> Running in 08944b272622 02:49:47 Removing intermediate container 08944b272622 02:49:47 ---> e9aef5f43d34 02:49:47 Step 30/32 : LABEL arch=arm64 02:49:47 ---> Running in ec4ce8f7d1e6 02:49:48 Removing intermediate container ec4ce8f7d1e6 02:49:48 ---> 0ee595a4d203 02:49:48 Step 31/32 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:49:48 ---> Running in c9e1e7d172e8 02:49:49 Removing intermediate container c9e1e7d172e8 02:49:49 ---> 94b3cab9814c 02:49:49 Step 32/32 : LABEL version=0.0.0 02:49:49 ---> Running in dbc8fd0c05b0 02:49:50 Removing intermediate container dbc8fd0c05b0 02:49:50 ---> 736ecf54ac40 02:49:50 02:49:50 Successfully built 736ecf54ac40 02:49:51 Successfully tagged security-bootstrapper-arm64:latest 02:50:47  Building security-bootstrapper ... done Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:50:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:50:47 ---> eea936ae18fa 02:50:47 Step 3/26 : WORKDIR /edgex-go 02:50:47 ---> Using cache 02:50:47 ---> 4168f27c5e71 02:50:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:47 ---> Using cache 02:50:47 ---> 6effac2415af 02:50:47 Step 5/26 : RUN apk add --update --no-cache make git 02:50:47 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:50:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:50:47 ---> eea936ae18fa 02:50:47 Step 3/24 : WORKDIR /edgex-go 02:50:47 ---> Using cache 02:50:47 ---> 4168f27c5e71 02:50:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:47 ---> Using cache 02:50:47 ---> 6effac2415af 02:50:47 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:50:47 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:50:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:50:47 ---> eea936ae18fa 02:50:47 Step 3/22 : WORKDIR /edgex-go 02:50:47 ---> Using cache 02:50:47 ---> 4168f27c5e71 02:50:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:47 ---> Using cache 02:50:47 ---> 6effac2415af 02:50:47 Step 5/22 : RUN apk add --update --no-cache make git 02:50:47 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:50:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:50:47 ---> eea936ae18fa 02:50:47 Step 3/24 : WORKDIR /edgex-go 02:50:47 ---> Using cache 02:50:47 ---> 4168f27c5e71 02:50:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:47 ---> Using cache 02:50:47 ---> 6effac2415af 02:50:47 Step 5/24 : RUN apk add --update --no-cache make bash git 02:50:47 ---> Running in 7353ff33b08a 02:50:47 ---> Running in 249ae8a2537c 02:50:47 ---> Running in fda5bdbcd2d3 02:50:47 ---> Running in 2350f48c8622 02:50:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:50:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:50:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:50:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:50:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:50:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:50:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:50:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:50:50 OK: 218 MiB in 52 packages 02:50:50 OK: 218 MiB in 52 packages 02:50:50 OK: 218 MiB in 52 packages 02:50:51 OK: 218 MiB in 52 packages 02:50:52 Removing intermediate container 2350f48c8622 02:50:52 ---> 9888ff4c8ed3 02:50:52 Step 6/24 : COPY go.mod . 02:50:52 Removing intermediate container 249ae8a2537c 02:50:52 ---> eab5dab92042 02:50:52 Step 6/24 : COPY go.mod . 02:50:52 Removing intermediate container fda5bdbcd2d3 02:50:52 ---> 219ebaa85cca 02:50:52 Step 6/26 : COPY go.mod . 02:50:52 Removing intermediate container 7353ff33b08a 02:50:52 ---> c32620603ab7 02:50:52 Step 6/22 : COPY go.mod . 02:50:53 ---> 954c1af37757 02:50:53 Step 7/24 : RUN go mod download 02:50:53 ---> dcfae80aaed3 02:50:53 Step 7/24 : RUN go mod download 02:50:53 ---> Running in 74d61ac10f08 02:50:53 ---> 03b3cbeb30ea 02:50:53 Step 7/26 : RUN go mod download 02:50:53 ---> 1d18135c32e3 02:50:53 Step 7/22 : RUN go mod download 02:50:53 ---> Running in ce4022856537 02:50:53 ---> Running in 85d4af5947f0 02:50:54 ---> Running in 660e62258604 02:50:56 Removing intermediate container 74d61ac10f08 02:50:56 ---> f2f88b64219c 02:50:56 Step 8/24 : COPY . . 02:50:57 Removing intermediate container ce4022856537 02:50:57 ---> c5442331b549 02:50:57 Step 8/24 : COPY . . 02:50:57 Removing intermediate container 660e62258604 02:50:57 ---> 864e021051a2 02:50:57 Step 8/22 : COPY . . 02:50:58 Removing intermediate container 85d4af5947f0 02:50:58 ---> a5797532c5f4 02:50:58 Step 8/26 : COPY . . 02:51:25 ---> 070c0002f496 02:51:25 Step 9/22 : RUN go mod tidy 02:51:25 ---> f4c9f5d06363 02:51:25 Step 9/24 : RUN go mod tidy 02:51:25 ---> 30a4fe929590 02:51:25 Step 9/26 : RUN go mod tidy 02:51:25 ---> 2c409a317f00 02:51:25 Step 9/24 : RUN go mod tidy 02:51:25 ---> Running in 7b78905f9e08 02:51:25 ---> Running in 02df629991b5 02:51:25 ---> Running in d7ca5c861e9b 02:51:25 ---> Running in 40477558a507 02:51:27 Removing intermediate container 7b78905f9e08 02:51:27 ---> 0fd6e828c1cc 02:51:27 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:51:27 ---> Running in 7b08f81b86c9 02:51:27 Removing intermediate container 02df629991b5 02:51:27 ---> 90d08c899c2a 02:51:27 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:51:28 ---> Running in 7af994cdd5ce 02:51:28 Removing intermediate container 40477558a507 02:51:28 ---> c9af285133ac 02:51:28 Step 10/24 : RUN make cmd/core-data/core-data 02:51:28 Removing intermediate container d7ca5c861e9b 02:51:28 ---> ca7b066f5c89 02:51:28 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:51:28 ---> Running in da5ca8802001 02:51:28 ---> Running in c07e6051582c 02:51:29 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 02:51:29 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 02:51: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 02:51:30 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 02:52:52 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 02:52: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 02:53:07 Removing intermediate container da5ca8802001 02:53:07 ---> f9ffee147ad6 02:53:07 02:53:07 Step 11/26 : FROM alpine:3.12 02:53:07 ---> 9852663dfa18 02:53:07 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 02:53:07 ---> Running in a7028eb649f7 02:53:07 Removing intermediate container 7b08f81b86c9 02:53:07 ---> fa561b72c799 02:53:07 02:53:07 Step 11/22 : FROM alpine:3.12 02:53:07 ---> 9852663dfa18 02:53:07 Step 12/22 : RUN apk add --update --no-cache curl 02:53:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:08 ---> Running in 91de973634c2 02:53:08 Removing intermediate container 7af994cdd5ce 02:53:08 ---> e8be53b7b06a 02:53:08 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:53:08 (1/6) Installing ca-certificates (20191127-r4) 02:53:09 (2/6) Installing nghttp2-libs (1.41.0-r0) 02:53:09 (3/6) Installing libcurl (7.76.1-r0) 02:53:09 (4/6) Installing curl (7.76.1-r0) 02:53:09 (5/6) Installing dumb-init (1.2.2-r1) 02:53:09 (6/6) Installing su-exec (0.2-r1) 02:53:09 Executing busybox-1.31.1-r20.trigger 02:53:09 Executing ca-certificates-20191127-r4.trigger 02:53:09 ---> Running in 69c38e38c384 02:53:09 OK: 7 MiB in 20 packages 02:53:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:10 (1/4) Installing ca-certificates (20191127-r4) 02:53:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:53:10 (3/4) Installing libcurl (7.76.1-r0) 02:53:10 (4/4) Installing curl (7.76.1-r0) 02:53:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:53:10 Executing busybox-1.31.1-r20.trigger 02:53:11 Executing ca-certificates-20191127-r4.trigger 02:53:11 OK: 7 MiB in 18 packages 02:53:11 Removing intermediate container a7028eb649f7 02:53:11 ---> a0668eaaa550 02:53:11 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:53:12 ---> Running in 36aa4a9ef8e5 02:53:13 Removing intermediate container 36aa4a9ef8e5 02:53:13 ---> 77c6816e4653 02:53:13 Step 14/26 : WORKDIR / 02:53:13 ---> Running in 27d925b1af54 02:53:14 Removing intermediate container 91de973634c2 02:53:14 ---> b491137672b9 02:53:14 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:53:14 ---> Running in 80dcf75a8b70 02:53:14 Removing intermediate container 27d925b1af54 02:53:14 ---> c9836ecd5886 02:53:14 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:53:15 Removing intermediate container 80dcf75a8b70 02:53:15 ---> a4c4ca2f79b1 02:53:15 Step 14/22 : WORKDIR /edgex 02:53:15 Removing intermediate container 69c38e38c384 02:53:15 ---> 78eada982f95 02:53:15 02:53:15 Step 12/24 : FROM docker:20.10.0 02:53:15 ---> Running in 956f212026f6 02:53:15 20.10.0: Pulling from library/docker 02:53:15 ---> afa00a3d717d 02:53:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:53:16 Removing intermediate container 956f212026f6 02:53:16 ---> 6cf8984ca7f4 02:53:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:53:18 ---> 1fcc7bc79780 02:53:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:53:18 ---> c68c9f0a08a2 02:53:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:53:19 ---> 393fde04bb90 02:53:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 02:53:20 ---> dd8f8d4d392f 02:53:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:53:21 ---> 54cd1facc8cb 02:53:21 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:53:22 ---> 122c83a6258c 02:53:22 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:53:23 ---> Running in 2a98a285943c 02:53:23 ---> e2c93e6a4ef0 02:53:23 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:53:23 Removing intermediate container c07e6051582c 02:53:23 ---> 53c3f00389e2 02:53:23 02:53:23 Step 11/24 : FROM alpine:3.12 02:53:23 ---> 9852663dfa18 02:53:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:53:23 Removing intermediate container 2a98a285943c 02:53:23 ---> 1390527fc87f 02:53:23 Step 19/22 : CMD ["--init=true"] 02:53:24 ---> Running in 96ebc86ee643 02:53:24 ---> Running in df2148b66ce7 02:53:25 Removing intermediate container 96ebc86ee643 02:53:25 ---> 481c0568a37c 02:53:25 Step 13/24 : ENV APP_PORT=48080 02:53:25 ---> 139fc3ba60d4 02:53:25 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:53:25 ---> Running in 5e05f84f298a 02:53:25 Removing intermediate container df2148b66ce7 02:53:25 ---> af0c9f96d315 02:53:25 Step 20/22 : LABEL arch=arm64 02:53:25 ---> Running in 438d8f70e288 02:53:25 Removing intermediate container 5e05f84f298a 02:53:25 ---> 0922cd53c41b 02:53:25 Step 14/24 : EXPOSE $APP_PORT 02:53:25 ---> c66232ae10e5 02:53:25 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 02:53:25 ---> Running in e64b5ad585f0 02:53:26 ---> Running in 1ad5ec02f964 02:53:26 Removing intermediate container 438d8f70e288 02:53:26 ---> 37ab9ae3a287 02:53:26 Step 21/22 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:53:26 ---> Running in fe1131a5f9d8 02:53:26 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:53:26 Status: Downloaded newer image for docker:20.10.0 02:53:26 ---> eeaf43b92773 02:53:26 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 02:53:26 Removing intermediate container e64b5ad585f0 02:53:26 ---> c33eb9699943 02:53:26 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:26 ---> Running in ab289ccd9024 02:53:26 ---> Running in 0a7889b711f1 02:53:27 Removing intermediate container fe1131a5f9d8 02:53:27 ---> e32c1109f0b5 02:53:27 Step 22/22 : LABEL version=0.0.0 02:53:27 ---> Running in a4da1d9c9a8f 02:53:27 Removing intermediate container ab289ccd9024 02:53:27 ---> f4b0f9e2b8c7 02:53:27 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 02:53:27 ---> Running in ca1fe8fd4fe6 02:53:27 Removing intermediate container a4da1d9c9a8f 02:53:27 ---> 27af7e36fccd 02:53:27 02:53:28 Successfully built 27af7e36fccd 02:53:28 Successfully tagged security-proxy-setup-arm64:latest 02:53:29  Building security-proxy-setup ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:29 Removing intermediate container 1ad5ec02f964 02:53:29 ---> db1fccdacda6 02:53:29 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 02:53:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:29 ---> Running in 1aadefd6fa84 02:53:29 Removing intermediate container 0a7889b711f1 02:53:29 ---> 17ad09311ef7 02:53:29 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 02:53:30 Removing intermediate container 1aadefd6fa84 02:53:30 ---> d04e1175ce41 02:53:30 Step 24/26 : LABEL arch=arm64 02:53:30 (1/39) Installing readline (8.0.4-r0) 02:53:30 (2/39) Installing bash (5.0.17-r0) 02:53:30 ---> Running in ab7dcb3537ff 02:53:30 Executing bash-5.0.17-r0.post-install 02:53:30 (3/39) Installing nghttp2-libs (1.41.0-r0) 02:53:30 (4/39) Installing libcurl (7.76.1-r0) 02:53:30 (5/39) Installing curl (7.76.1-r0) 02:53:30 (6/39) Installing dumb-init (1.2.2-r1) 02:53:30 (7/39) Installing libbz2 (1.0.8-r1) 02:53:30 (8/39) Installing expat (2.2.9-r1) 02:53:30 (9/39) Installing libffi (3.3-r2) 02:53:30 (10/39) Installing gdbm (1.13-r1) 02:53:30 (11/39) Installing xz-libs (5.2.5-r0) 02:53:30 (12/39) Installing sqlite-libs (3.32.1-r0) 02:53:30 ---> Running in 10f3ec22d165 02:53:30 (13/39) Installing python3 (3.8.10-r0) 02:53:31 Removing intermediate container 10f3ec22d165 02:53:31 ---> c84c871d95a5 02:53:31 Step 25/26 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:31 ---> Running in 225e2b49fd8f 02:53:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:32 (14/39) Installing py3-appdirs (1.4.4-r1) 02:53:32 (15/39) Installing py3-ordered-set (4.0.1-r0) 02:53:32 (16/39) Installing py3-parsing (2.4.7-r0) 02:53:32 (17/39) Installing py3-six (1.15.0-r0) 02:53:32 (18/39) Installing py3-packaging (20.4-r0) 02:53:32 (19/39) Installing py3-setuptools (47.0.0-r0) 02:53:32 (20/39) Installing py3-chardet (3.0.4-r4) 02:53:32 Removing intermediate container 225e2b49fd8f 02:53:32 ---> a9216b26ee70 02:53:32 Step 26/26 : LABEL version=0.0.0 02:53:32 (21/39) Installing py3-idna (2.9-r0) 02:53:32 (22/39) Installing py3-certifi (2020.4.5.1-r0) 02:53:32 (23/39) Installing py3-urllib3 (1.25.9-r0) 02:53:32 (24/39) Installing py3-requests (2.23.0-r0) 02:53:32 (25/39) Installing py3-msgpack (1.0.0-r0) 02:53:32 (26/39) Installing py3-lockfile (0.12.2-r3) 02:53:32 ---> Running in ca734aa834e3 02:53:32 (27/39) Installing py3-cachecontrol (0.12.6-r0) 02:53:32 (28/39) Installing py3-colorama (0.4.3-r0) 02:53:32 (29/39) Installing py3-distlib (0.3.0-r0) 02:53:32 (30/39) Installing py3-distro (1.5.0-r1) 02:53:32 (31/39) Installing py3-webencodings (0.5.1-r3) 02:53:32 (32/39) Installing py3-html5lib (1.0.1-r4) 02:53:32 (33/39) Installing py3-pytoml (0.1.21-r0) 02:53:32 (34/39) Installing py3-pep517 (0.8.2-r0) 02:53:32 (35/39) Installing py3-progress (1.5-r0) 02:53:32 (36/39) Installing py3-toml (0.10.1-r0) 02:53:32 (37/39) Installing py3-retrying (1.3.3-r0) 02:53:32 (38/39) Installing py3-contextlib2 (0.6.0-r0) 02:53:32 (39/39) Installing py3-pip (20.1.1-r0) 02:53:33 (1/6) Installing dumb-init (1.2.2-r1) 02:53:33 Executing busybox-1.31.1-r19.trigger 02:53:33 OK: 72 MiB in 59 packages 02:53:33 (2/6) Installing libgcc (9.3.0-r2) 02:53:33 (3/6) Installing libsodium (1.0.18-r0) 02:53:33 (4/6) Installing libstdc++ (9.3.0-r2) 02:53:33 Removing intermediate container ca734aa834e3 02:53:33 ---> 72c9eb44992d 02:53:33 02:53:33 (5/6) Installing libzmq (4.3.3-r0) 02:53:33 (6/6) Installing zeromq (4.3.3-r0) 02:53:33 Executing busybox-1.31.1-r20.trigger 02:53:33 OK: 8 MiB in 20 packages 02:53:33 Successfully built 72c9eb44992d 02:53:33 Successfully tagged security-secretstore-setup-arm64:latest 02:53:35  Building security-secretstore-setup ... done Removing intermediate container ab7dcb3537ff 02:53:35 ---> 6eed803085ed 02:53:35 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:53:35 ---> 9e35d9be9067 02:53:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:53:36 ---> 581d4ecf7c6a 02:53:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:53:37 Collecting docker-compose==1.23.2 02:53:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:53:37 ---> e87c1e91f870 02:53:37 Step 20/24 : ENTRYPOINT ["/core-data"] 02:53:37 ---> Running in 00039c531b8a 02:53:38 Removing intermediate container 00039c531b8a 02:53:38 ---> e11c84c0daa2 02:53:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:53:38 ---> Running in 64d902d8d6fe 02:53:38 Collecting websocket-client<1.0,>=0.32.0 02:53:38 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 02:53:38 Removing intermediate container 64d902d8d6fe 02:53:38 ---> 58acddf12479 02:53:38 Step 22/24 : LABEL arch=arm64 02:53:38 ---> Running in 1f9c73b24eec 02:53:39 Removing intermediate container 1f9c73b24eec 02:53:39 ---> b0d771cc9a2a 02:53:39 Step 23/24 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:53:39 ---> Running in 0a66db7f8c80 02:53:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:53:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:53:40 Removing intermediate container 0a66db7f8c80 02:53:40 ---> c3148473ab06 02:53:40 Step 24/24 : LABEL version=0.0.0 02:53:40 Collecting cached-property<2,>=1.2.0 02:53:40 ---> Running in 6a8a78c711fa 02:53:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:53:40 Collecting dockerpty<0.5,>=0.4.1 02:53:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:53:40 Removing intermediate container 6a8a78c711fa 02:53:40 ---> 65bcc4cbc6b8 02:53:40 02:53:41 Successfully built 65bcc4cbc6b8 02:53:41 Successfully tagged core-data-arm64:latest 02:53:42  Building core-data ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:53:43 Collecting PyYAML<4,>=3.10 02:53:43 Downloading PyYAML-3.13.tar.gz (270 kB) 02:53:45 Collecting jsonschema<3,>=2.5.1 02:53:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:53:46 Collecting docker<4.0,>=3.6.0 02:53:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:53:46 Collecting texttable<0.10,>=0.9.0 02:53:46 Downloading texttable-0.9.1.tar.gz (11 kB) 02:53:48 Collecting docopt<0.7,>=0.6.1 02:53:48 Downloading docopt-0.6.2.tar.gz (25 kB) 02:53:50 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) 02:53:50 Collecting idna<2.8,>=2.5 02:53:50 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:53:50 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) 02:53:51 Collecting urllib3<1.25,>=1.21.1 02:53:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:53:51 Collecting docker-pycreds>=0.4.0 02:53:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:53:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:53:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:53:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:53:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:53:52 Installing collected packages: websocket-client, idna, urllib3, requests, cached-property, dockerpty, PyYAML, jsonschema, docker-pycreds, docker, texttable, docopt, docker-compose 02:53:52 Attempting uninstall: idna 02:53:52 Found existing installation: idna 2.9 02:53:52 Uninstalling idna-2.9: 02:53:52 Successfully uninstalled idna-2.9 02:53:53 Attempting uninstall: urllib3 02:53:53 Found existing installation: urllib3 1.25.9 02:53:53 Uninstalling urllib3-1.25.9: 02:53:53 Successfully uninstalled urllib3-1.25.9 02:53:53 Attempting uninstall: requests 02:53:53 Found existing installation: requests 2.23.0 02:53:53 Uninstalling requests-2.23.0: 02:53:53 Successfully uninstalled requests-2.23.0 02:53:54 Running setup.py install for dockerpty: started 02:53:56 Running setup.py install for dockerpty: finished with status 'done' 02:53:56 Running setup.py install for PyYAML: started 02:53:58 Running setup.py install for PyYAML: finished with status 'done' 02:53:59 Running setup.py install for texttable: started 02:54:01 Running setup.py install for texttable: finished with status 'done' 02:54:01 Running setup.py install for docopt: started 02:54:02 Running setup.py install for docopt: finished with status 'done' 02:54:03 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 02:54:11 Removing intermediate container ca1fe8fd4fe6 02:54:11 ---> 0479844ba677 02:54:11 Step 15/24 : ENV APP_PORT=48090 02:54:11 ---> Running in eb28fb1c0800 02:54:11 Removing intermediate container eb28fb1c0800 02:54:11 ---> 50a1d2566589 02:54:11 Step 16/24 : EXPOSE $APP_PORT 02:54:11 ---> Running in e84f9c184b1e 02:54:12 Removing intermediate container e84f9c184b1e 02:54:12 ---> c3e3310d1366 02:54:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:54:13 ---> 489ec704ecba 02:54:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:54:14 ---> 385008c885d1 02:54:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:54:15 ---> 50a7b1515e20 02:54:15 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 02:54:15 ---> Running in e5df1449b588 02:54:15 Removing intermediate container e5df1449b588 02:54:15 ---> 851c4399a863 02:54:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:54:15 ---> Running in 55941d7adc5b 02:54:16 Removing intermediate container 55941d7adc5b 02:54:16 ---> 1cc0e7b27ea5 02:54:16 Step 22/24 : LABEL arch=arm64 02:54:16 ---> Running in c963d21de305 02:54:17 Removing intermediate container c963d21de305 02:54:17 ---> 877bc8ed7dc0 02:54:17 Step 23/24 : LABEL git_sha=69a9168b3e72f65929c4654bb62675fc2d9016b9 02:54:17 ---> Running in dc4ee49d9386 02:54:17 Removing intermediate container dc4ee49d9386 02:54:17 ---> 86adda4f0a99 02:54:17 Step 24/24 : LABEL version=0.0.0 02:54:17 ---> Running in cec78e4b67e4 02:54:17 Removing intermediate container cec78e4b67e4 02:54:17 ---> 092fa6a7cf6d 02:54:17 02:54:18 Successfully built 092fa6a7cf6d 02:54:18 Successfully tagged sys-mgmt-agent-arm64:latest 02:54:18  Building sys-mgmt-agent ... done  [Pipeline] } 02:54:18 $ docker stop --time=1 cb3007b4256330d1668509245245fc94a357cf27a8e635e71a733a4291a787a8 02:54:20 $ docker rm -f cb3007b4256330d1668509245245fc94a357cf27a8e635e71a733a4291a787a8 [Pipeline] // withDockerContainer [Pipeline] sh 02:54:21 + docker images 02:54:21 REPOSITORY TAG IMAGE ID CREATED SIZE 02:54:21 sys-mgmt-agent-arm64 latest 092fa6a7cf6d 4 seconds ago 299MB 02:54:21 core-data-arm64 latest 65bcc4cbc6b8 41 seconds ago 20.3MB 02:54:21 security-secretstore-setup-arm64 latest 72c9eb44992d 49 seconds ago 24.3MB 02:54:21 security-proxy-setup-arm64 latest 27af7e36fccd 54 seconds ago 23.9MB 02:54:21 53c3f00389e2 59 seconds ago 989MB 02:54:21 78eada982f95 About a minute ago 976MB 02:54:21 fa561b72c799 About a minute ago 977MB 02:54:21 f9ffee147ad6 About a minute ago 977MB 02:54:21 security-bootstrapper-arm64 latest 736ecf54ac40 4 minutes ago 17.1MB 02:54:21 core-metadata-arm64 latest 9d42e5d2623e 4 minutes ago 17.4MB 02:54:21 support-scheduler-arm64 latest 20fad22443b6 4 minutes ago 16.1MB 02:54:21 support-notifications-arm64 latest a0ff6493f99f 4 minutes ago 16.6MB 02:54:21 core-command-arm64 latest aca187d4c065 4 minutes ago 16.1MB 02:54:21 fc36ca9f06e7 4 minutes ago 988MB 02:54:21 3e1e5c6ac5c3 4 minutes ago 980MB 02:54:21 62b6698637ef 4 minutes ago 980MB 02:54:21 b9c28375fcf3 5 minutes ago 979MB 02:54:21 e29939ad7d2c 5 minutes ago 973MB 02:54:21 ci-base-image-arm64 latest eea936ae18fa 16 minutes ago 641MB 02:54:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 12 days ago 428MB 02:54:21 alpine 3.12 9852663dfa18 3 weeks ago 5.32MB 02:54:21 docker 20.10.0 eeaf43b92773 5 months ago 228MB 02:54:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:54:23 ---> job-cost.sh 02:54:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-v1pt 02:55:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:56:38 lf-activate-venv(): INFO: Adding /tmp/venv-v1pt/bin to PATH 02:56:38 INFO: No Stack... 02:56:38 INFO: Retrieving Pricing Info for: lf-standard-4 02:56:38 INFO: Archiving Costs [Pipeline] sh 02:56:39 + cat /w/workspace/edgex-go/6/archives/cost.csv 02:56:39 + cut -d, -f6 [Pipeline] lock 02:56:39 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3456-6-stack-cost] 02:56:39 Resource [jenkins-edgexfoundry-edgex-go-PR-3456-6-stack-cost] did not exist. Created. 02:56:39 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3456-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:56:39 + echo total: 0.20999999344348907 [Pipeline] stash 02:56:40 Stashed 1 file(s) [Pipeline] } 02:56:40 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3456-6-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 02:56:41 provisioning config files... 02:56:41 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config5609433290208316345tmp [Pipeline] { [Pipeline] sh 02:56:41 + set +x 02:56:41 + curl -s https://codecov.io/bash 02:56:41 + bash -s -- 02:56:41 02:56:41 _____ _ 02:56:41 / ____| | | 02:56:41 | | ___ __| | ___ ___ _____ __ 02:56:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:56:41 | |___| (_) | (_| | __/ (_| (_) \ V / 02:56:41 \_____\___/ \__,_|\___|\___\___/ \_/ 02:56:41 Bash-1.0.2 02:56:41 02:56:41 02:56:41 ==> git version 2.24.3 found 02:56:41 ==> 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 02:56:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:56:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:56:41 ==> Jenkins CI detected. 02:56:41 project root: . 02:56:41 --> token set from env 02:56:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:56:41 ==> Running gcov in . (disable via -X gcov) 02:56:41 ==> Python coveragepy not found 02:56:41 ==> Searching for coverage reports in: 02:56:41 + . 02:56:42 -> Found 1 reports 02:56:42 ==> Detecting git/mercurial file structure 02:56:42 ==> Reading reports 02:56:42 + ./coverage.out bytes=725960 02:56:42 ==> Appending adjustments 02:56:42 https://docs.codecov.io/docs/fixing-reports 02:56:46 + Found adjustments 02:56:46 ==> Gzipping contents 02:56:46 104K /tmp/codecov.CgG6d8.gz 02:56:46 ==> Uploading reports 02:56:46 url: https://codecov.io 02:56:46 query: branch=PR-3456&commit=69a9168b3e72f65929c4654bb62675fc2d9016b9&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3456%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3456&job=&cmd_args= 02:56:46 -> Pinging Codecov 02:56:46 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3456&commit=69a9168b3e72f65929c4654bb62675fc2d9016b9&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3456%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3456&job=&cmd_args= 02:56:46 -> Uploading to 02:56:46 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/00271124DB129430A58F1EEE437C3FCB/69a9168b3e72f65929c4654bb62675fc2d9016b9/bd5f01e4-66dc-46d7-b665-784b747dc07b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T025646Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=edb81b539670d2484fdfb76396d33ab455e71d77beb1e4448639cf7dd0b464a5 02:56:46 % Total % Received % Xferd Average Speed Time Time Time Current 02:56:46 Dload Upload Total Spent Left Speed 02:56:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 100k 0 0 100 100k 0 169k --:--:-- --:--:-- --:--:-- 169k 100 100k 0 0 100 100k 0 169k --:--:-- --:--:-- --:--:-- 169k 02:56:47 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/69a9168b3e72f65929c4654bb62675fc2d9016b9 [Pipeline] } 02:56:47 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 02:56:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:56:49 ---> package-listing.sh 02:56:49 ++ facter osfamily 02:56:49 ++ tr '[:upper:]' '[:lower:]' 02:56:49 + OS_FAMILY=redhat 02:56:49 + workspace=/w/workspace/edgex-go/6 02:56:49 + START_PACKAGES=/tmp/packages_start.txt 02:56:49 + END_PACKAGES=/tmp/packages_end.txt 02:56:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:56:49 + PACKAGES=/tmp/packages_start.txt 02:56:49 + '[' /w/workspace/edgex-go/6 ']' 02:56:49 + PACKAGES=/tmp/packages_end.txt 02:56:49 + case "${OS_FAMILY}" in 02:56:49 + rpm -qa 02:56:49 + sort 02:56:54 + '[' -f /tmp/packages_start.txt ']' 02:56:54 + '[' -f /tmp/packages_end.txt ']' 02:56:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:56:54 + '[' /w/workspace/edgex-go/6 ']' 02:56:54 + mkdir -p /w/workspace/edgex-go/6/archives/ 02:56:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 02:56:54 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:56:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:56:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:56:54 02:56:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:56:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:56:55 alpine: Pulling from edgex-lftools-log-publisher 02:56:55 df20fa9351a1: Pulling fs layer 02:56:55 36b3adc4ff6f: Pulling fs layer 02:56:55 8ad3a11d3b57: Pulling fs layer 02:56:55 46f8f816bc3b: Pulling fs layer 02:56:55 93b61091891f: Pulling fs layer 02:56:55 93b9cdb0e59b: Pulling fs layer 02:56:55 5e14af77c1be: Pulling fs layer 02:56:55 01666e4c0597: Pulling fs layer 02:56:55 aa168da1d23b: Pulling fs layer 02:56:55 46f8f816bc3b: Waiting 02:56:55 93b61091891f: Waiting 02:56:55 93b9cdb0e59b: Waiting 02:56:55 5e14af77c1be: Waiting 02:56:55 01666e4c0597: Waiting 02:56:55 aa168da1d23b: Waiting 02:56:55 36b3adc4ff6f: Verifying Checksum 02:56:55 36b3adc4ff6f: Download complete 02:56:55 46f8f816bc3b: Verifying Checksum 02:56:55 46f8f816bc3b: Download complete 02:56:55 df20fa9351a1: Verifying Checksum 02:56:55 df20fa9351a1: Download complete 02:56:55 93b9cdb0e59b: Verifying Checksum 02:56:55 93b9cdb0e59b: Download complete 02:56:55 5e14af77c1be: Verifying Checksum 02:56:55 5e14af77c1be: Download complete 02:56:55 93b61091891f: Verifying Checksum 02:56:55 93b61091891f: Download complete 02:56:55 01666e4c0597: Verifying Checksum 02:56:55 01666e4c0597: Download complete 02:56:55 8ad3a11d3b57: Verifying Checksum 02:56:55 8ad3a11d3b57: Download complete 02:56:55 df20fa9351a1: Pull complete 02:56:56 36b3adc4ff6f: Pull complete 02:56:57 8ad3a11d3b57: Pull complete 02:56:57 46f8f816bc3b: Pull complete 02:56:57 aa168da1d23b: Verifying Checksum 02:56:57 aa168da1d23b: Download complete 02:56:58 93b61091891f: Pull complete 02:56:59 93b9cdb0e59b: Pull complete 02:56:59 5e14af77c1be: Pull complete 02:56:59 01666e4c0597: Pull complete 02:57:06 aa168da1d23b: Pull complete 02:57:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:57:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:57:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:57:06 prd-centos7-docker-4c-2g-4638 does not seem to be running inside a container 02:57:06 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:57:16 $ docker top e286df1d48a77624c5e202a1520bdb39a12fa28aaf49f8881f46e4efbcca5aef -eo pid,comm [Pipeline] { [Pipeline] sh 02:57:16 + touch /tmp/pre-build-complete [Pipeline] sh 02:57:17 + mkdir -p /var/log/sa [Pipeline] sh 02:57:17 + ls /var/log/sa-host 02:57:17 + sadf -c /var/log/sa-host/sa12 02:57:17 file_magic: OK 02:57:17 HZ: Using current value: 100 02:57:17 file_header: OK 02:57:17 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 02:57:17 Statistics: 02:57:17 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:57:17 File successfully converted to sysstat format version 12.2.1 02:57:17 + sadf -c /var/log/sa-host/sa23 02:57:17 file_magic: OK 02:57:17 HZ: Using current value: 100 02:57:17 file_header: OK 02:57:17 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 02:57:17 Statistics: 02:57:17 Hnuu...uuuununununu... 02:57:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:57:18 provisioning config files... 02:57:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config3484346323885185161tmp [Pipeline] { [Pipeline] echo 02:57:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:57:18 ---> create-netrc.sh [Pipeline] } 02:57:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:57:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:57:18 ---> python-tools-install.sh [Pipeline] echo 02:57:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:57:19 ---> sudo-logs.sh 02:57:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:57:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:57:19 ---> job-cost.sh 02:57:19 lf-activate-venv: SKIPPING 02:57:19 DEBUG: total: 0.20999999344348907 02:57:19 INFO: Retrieving Stack Cost... 02:57:20 INFO: Retrieving Pricing Info for: v1-standard-2 02:57:21 INFO: Archiving Costs [Pipeline] echo 02:57:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:57:21 ---> logs-deploy.sh 02:57:21 lf-activate-venv: SKIPPING 02:57:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3456/6 02:57:21 INFO: archiving workspace using pattern(s): 02:57:23 Archives upload complete. 02:57:23 INFO: archiving logs to Nexus 02:57:24 ---> uname -a: 02:57:24 Linux prd-centos7-docker-4c-2g-4638.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:57:24 02:57:24 02:57:24 ---> lscpu: 02:57:24 Architecture: x86_64 02:57:24 CPU op-mode(s): 32-bit, 64-bit 02:57:24 Byte Order: Little Endian 02:57:24 Address sizes: 40 bits physical, 48 bits virtual 02:57:24 CPU(s): 4 02:57:24 On-line CPU(s) list: 0-3 02:57:24 Thread(s) per core: 1 02:57:24 Core(s) per socket: 1 02:57:24 Socket(s): 4 02:57:24 NUMA node(s): 1 02:57:24 Vendor ID: GenuineIntel 02:57:24 CPU family: 6 02:57:24 Model: 44 02:57:24 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:57:24 Stepping: 1 02:57:24 CPU MHz: 2933.442 02:57:24 BogoMIPS: 5866.88 02:57:24 Virtualization: VT-x 02:57:24 Hypervisor vendor: KVM 02:57:24 Virtualization type: full 02:57:24 L1d cache: 128 KiB 02:57:24 L1i cache: 128 KiB 02:57:24 L2 cache: 16 MiB 02:57:24 L3 cache: 64 MiB 02:57:24 NUMA node0 CPU(s): 0-3 02:57:24 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:57:24 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:57:24 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:57:24 Vulnerability Meltdown: Mitigation; PTI 02:57:24 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:57:24 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:57:24 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:57:24 Vulnerability Srbds: Not affected 02:57:24 Vulnerability Tsx async abort: Not affected 02:57:24 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 02:57:24 02:57:24 02:57:24 ---> nproc: 02:57:24 4 02:57:24 02:57:24 02:57:24 ---> df -h: 02:57:24 Filesystem Size Used Available Use% Mounted on 02:57:24 overlay 50.0G 12.2G 37.8G 24% / 02:57:24 tmpfs 64.0M 0 64.0M 0% /dev 02:57:24 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:57:24 shm 64.0M 0 64.0M 0% /dev/shm 02:57:24 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 02:57:24 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 02:57:24 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 02:57:24 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 02:57:24 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 02:57:24 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 02:57:24 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 02:57:24 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 02:57:24 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/6 02:57:24 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/6@tmp 02:57:24 02:57:24 02:57:24 ---> free -m: 02:57:24 total used free shared buff/cache available 02:57:24 Mem: 1837 729 132 0 975 1028 02:57:24 Swap: 1023 75 948 02:57:24 02:57:24 02:57:24 ---> ip addr: 02:57:24 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:57:24 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:57:24 inet 127.0.0.1/8 scope host lo 02:57:24 valid_lft forever preferred_lft forever 02:57:24 inet6 ::1/128 scope host 02:57:24 valid_lft forever preferred_lft forever 02:57:24 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:57:24 link/ether fa:16:3e:71:5a:9c brd ff:ff:ff:ff:ff:ff 02:57:24 inet 10.30.122.9/23 brd 10.30.123.255 scope global dynamic eth0 02:57:24 valid_lft 84829sec preferred_lft 84829sec 02:57:24 inet6 fe80::f816:3eff:fe71:5a9c/64 scope link 02:57:24 valid_lft forever preferred_lft forever 02:57:24 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:57:24 link/ether 02:42:6a:64:f4:28 brd ff:ff:ff:ff:ff:ff 02:57:24 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:57:24 valid_lft forever preferred_lft forever 02:57:24 inet6 fe80::42:6aff:fe64:f428/64 scope link 02:57:24 valid_lft forever preferred_lft forever 02:57:24 02:57:24 02:57:24 ---> sar -b -r -n DEV: 02:57:24 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 02:57:24 02:57:24 02:31:00 LINUX RESTART (4 CPU) 02:57:24 02:57:24 02:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:57:24 02:33:01 111.98 73.50 38.47 0.00 6571.79 12979.06 0.00 02:57:24 02:34:01 347.62 151.16 196.46 0.00 7031.27 50590.32 0.00 02:57:24 02:35:01 134.92 45.82 89.11 0.00 1842.54 12230.12 0.00 02:57:24 02:36:01 148.87 73.19 75.68 0.00 3604.26 9392.18 0.00 02:57:24 02:37:02 211.59 49.93 161.65 0.00 15904.24 95363.64 0.00 02:57:24 02:38:02 2647.83 2291.09 356.74 0.00 186561.17 189809.87 0.00 02:57:24 02:39:02 1009.80 804.33 205.48 0.00 43861.65 55585.30 0.00 02:57:24 02:40:01 1136.02 811.16 324.86 0.00 85389.92 141570.52 0.00 02:57:24 02:41:02 1610.23 1323.77 286.46 0.00 76061.04 83454.95 0.00 02:57:24 02:42:01 163.01 21.83 141.17 0.00 3790.69 23493.92 0.00 02:57:24 02:43:01 7.49 0.17 7.33 0.00 4.93 304.01 0.00 02:57:24 02:44:01 0.27 0.03 0.23 0.00 0.27 3.85 0.00 02:57:24 02:45:01 0.37 0.02 0.35 0.00 0.27 4.95 0.00 02:57:24 02:46:01 0.57 0.27 0.30 0.00 22.11 4.08 0.00 02:57:24 02:47:01 2.20 1.35 0.85 0.00 31.57 16.53 0.00 02:57:24 02:48:01 0.28 0.00 0.28 0.00 0.00 4.76 0.00 02:57:24 02:49:01 0.38 0.03 0.35 0.00 1.33 5.21 0.00 02:57:24 02:50:01 0.32 0.00 0.32 0.00 0.00 4.28 0.00 02:57:24 02:51:01 0.30 0.02 0.28 0.00 0.53 3.75 0.00 02:57:24 02:52:01 0.37 0.02 0.35 0.00 0.53 5.20 0.00 02:57:24 02:53:01 0.27 0.00 0.27 0.00 0.00 4.01 0.00 02:57:24 02:54:01 0.35 0.00 0.35 0.00 0.00 5.06 0.00 02:57:24 02:55:01 0.30 0.02 0.28 0.00 0.53 4.48 0.00 02:57:24 02:56:02 0.23 0.00 0.23 0.00 0.00 2.90 0.00 02:57:24 02:57:01 106.61 80.58 26.03 0.00 6923.67 5658.72 0.00 02:57:24 Average: 306.11 229.57 76.53 0.00 17521.87 27226.98 0.00 02:57:24 02:57:24 02:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:57:24 02:33:01 462416 0 564400 30.00 2596 852132 895744 30.57 454096 763088 128 02:57:24 02:34:01 124092 0 865544 46.00 1492 890416 1497212 51.10 644816 828588 6164 02:57:24 02:35:01 136960 0 847664 45.05 536 896384 1847664 63.06 738212 715848 75536 02:57:24 02:36:01 121988 0 867916 46.13 468 891172 1482228 50.59 685076 772512 48000 02:57:24 02:37:02 76856 0 705500 37.50 0 1099188 1277552 43.60 729480 843788 14320 02:57:24 02:38:02 71912 0 875772 46.55 0 933860 2343068 79.97 768856 793444 77252 02:57:24 02:39:02 443348 0 791108 42.05 0 647088 2006272 68.47 503336 651280 43308 02:57:24 02:40:01 333692 0 822740 43.73 0 725112 2963180 101.13 620828 677208 17588 02:57:24 02:41:02 219848 0 834952 44.38 0 826744 1942568 66.30 753492 655640 64492 02:57:24 02:42:01 151948 0 654836 34.80 0 1074760 1212716 41.39 591548 875564 20 02:57:24 02:43:01 160096 0 646680 34.37 0 1074768 1185976 40.48 589948 874672 20 02:57:24 02:44:01 160312 0 646460 34.36 0 1074772 1185976 40.48 589832 874672 8 02:57:24 02:45:01 160548 0 646220 34.35 0 1074776 1185976 40.48 589960 874676 8 02:57:24 02:46:01 158104 0 648096 34.44 0 1075344 1187784 40.54 591576 875180 8 02:57:24 02:47:01 158560 0 647408 34.41 0 1075576 1186084 40.48 590124 875480 8 02:57:24 02:48:01 158996 0 646960 34.38 0 1075588 1186036 40.48 590052 875480 8 02:57:24 02:49:01 158984 0 646964 34.38 0 1075596 1185976 40.48 590012 875516 8 02:57:24 02:50:01 158984 0 646948 34.38 0 1075612 1185976 40.48 589944 875520 8 02:57:24 02:51:01 158828 0 647112 34.39 0 1075604 1185976 40.48 590168 875520 8 02:57:24 02:52:01 158568 0 647348 34.41 0 1075628 1186084 40.48 590164 875552 8 02:57:24 02:53:01 158928 0 646980 34.39 0 1075636 1185976 40.48 590216 875552 12 02:57:24 02:54:01 158888 0 647012 34.39 0 1075644 1186036 40.48 590184 875552 8 02:57:24 02:55:01 159100 0 646808 34.38 0 1075636 1185976 40.48 590168 875552 8 02:57:24 02:56:02 158860 0 647028 34.39 0 1075656 1185976 40.48 589924 875568 8 02:57:24 02:57:01 99624 0 730324 38.82 0 1051596 1613648 55.07 667376 837816 101188 02:57:24 Average: 178818 0 704751 37.46 204 997772 1427506 48.72 616776 826771 17925 02:57:24 02:57:24 02:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:57:24 02:33:01 eth0 1010.35 1279.14 3038.40 121.64 0.00 0.00 0.00 0.00 02:57:24 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:33:01 docker0 1228.98 925.00 89.53 2701.35 0.00 0.00 0.00 0.00 02:57:24 02:34:01 vethbcb031c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 02:57:24 02:34:01 eth0 549.75 444.24 3560.02 80.03 0.00 0.00 0.00 0.00 02:57:24 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:34:01 docker0 187.11 235.21 12.49 853.35 0.00 0.00 0.00 0.00 02:57:24 02:35:01 vethbcb031c 0.73 0.77 0.06 0.06 0.00 0.00 0.00 0.00 02:57:24 02:35:01 eth0 28.72 14.75 23.40 11.32 0.00 0.00 0.00 0.00 02:57:24 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:35:01 docker0 0.73 0.73 0.05 0.06 0.00 0.00 0.00 0.00 02:57:24 02:36:01 vethbcb031c 1.10 1.10 0.09 0.09 0.00 0.00 0.00 0.00 02:57:24 02:36:01 eth0 49.25 42.18 18.42 87.13 0.00 0.00 0.00 0.00 02:57:24 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:36:01 docker0 1.10 1.10 0.07 0.09 0.00 0.00 0.00 0.00 02:57:24 02:37:02 vethb60e167 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:57:24 02:37:02 eth0 208.75 167.09 1697.97 25.94 0.00 0.00 0.00 0.00 02:57:24 02:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:38:02 vethb60e167 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 02:57:24 02:38:02 eth0 89.08 72.92 179.21 54.07 0.00 0.00 0.00 0.00 02:57:24 02:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:38:02 docker0 53.97 61.25 3.55 165.25 0.00 0.00 0.00 0.00 02:57:24 02:39:02 vethce338de 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:57:24 02:39:02 vethb60e167 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:39:02 veth72e01e2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:57:24 02:39:02 veth80f7438 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:57:24 02:40:01 vethb60e167 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 02:57:24 02:40:01 vethccf64a2 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 02:57:24 02:40:01 veth2d298bc 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 02:57:24 02:40:01 vethd133b73 0.02 0.08 0.00 0.01 0.00 0.00 0.00 0.00 02:57:24 02:41:02 vethb60e167 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:41:02 eth0 3210.00 2833.71 12339.85 597.92 0.00 0.00 0.00 0.00 02:57:24 02:41:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:57:24 02:41:02 veth4e71ba9 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 02:57:24 02:42:01 eth0 221.44 156.64 1664.88 35.68 0.00 0.00 0.00 0.00 02:57:24 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:42:01 docker0 1582.72 1384.35 113.05 4484.06 0.00 0.00 0.00 0.00 02:57:24 02:43:01 eth0 0.15 0.08 0.01 0.02 0.00 0.00 0.00 0.00 02:57:24 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:44:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:57:24 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:45:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:57:24 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:46:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:57:24 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:47:01 eth0 3.21 3.25 0.28 6.89 0.00 0.00 0.00 0.00 02:57:24 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:48:01 eth0 0.27 0.22 0.10 0.02 0.00 0.00 0.00 0.00 02:57:24 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:57:24 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:50:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:57:24 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:51:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 02:57:24 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:52:01 eth0 4.00 4.03 0.32 6.96 0.00 0.00 0.00 0.00 02:57:24 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:53:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:57:24 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:54:01 eth0 0.15 0.13 0.07 0.01 0.00 0.00 0.00 0.00 02:57:24 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:55:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:57:24 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:56:02 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:57:01 eth0 239.72 199.80 2202.84 55.60 0.00 0.00 0.00 0.00 02:57:24 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 Average: eth0 103.87 100.52 510.86 24.18 0.00 0.00 0.00 0.00 02:57:24 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:24 Average: docker0 62.35 54.54 4.45 176.65 0.00 0.00 0.00 0.00 02:57:24 02:57:24 02:57:24 ---> sar -P ALL: 02:57:24 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 02:57:24 02:57:24 02:31:00 LINUX RESTART (4 CPU) 02:57:24 02:57:24 02:32:01 CPU %user %nice %system %iowait %steal %idle 02:57:24 02:33:01 all 9.17 0.00 4.72 1.45 0.06 84.60 02:57:24 02:33:01 0 14.28 0.00 6.49 0.98 0.05 78.21 02:57:24 02:33:01 1 9.41 0.00 4.84 2.99 0.08 82.68 02:57:24 02:33:01 2 6.34 0.00 3.77 1.05 0.03 88.80 02:57:24 02:33:01 3 6.71 0.00 3.79 0.78 0.05 88.67 02:57:24 02:34:01 all 13.86 0.00 10.99 6.69 0.09 68.35 02:57:24 02:34:01 0 14.02 0.00 11.63 7.76 0.09 66.52 02:57:24 02:34:01 1 14.83 0.00 11.32 5.42 0.09 68.34 02:57:24 02:34:01 2 13.63 0.00 9.96 8.28 0.09 68.05 02:57:24 02:34:01 3 12.98 0.00 11.06 5.32 0.12 70.52 02:57:24 02:35:01 all 56.13 0.00 13.25 4.32 0.08 26.22 02:57:24 02:35:01 0 55.93 0.00 12.64 3.23 0.07 28.13 02:57:24 02:35:01 1 54.82 0.00 14.06 4.36 0.07 26.69 02:57:24 02:35:01 2 56.89 0.00 12.36 6.11 0.07 24.57 02:57:24 02:35:01 3 56.88 0.00 13.96 3.55 0.10 25.51 02:57:24 02:36:01 all 47.91 0.00 15.30 3.71 0.07 33.01 02:57:24 02:36:01 0 46.35 0.00 15.08 4.18 0.07 34.32 02:57:24 02:36:01 1 47.45 0.00 15.86 3.70 0.07 32.92 02:57:24 02:36:01 2 48.71 0.00 14.62 5.35 0.05 31.27 02:57:24 02:36:01 3 49.14 0.00 15.66 1.57 0.07 33.55 02:57:24 02:37:02 all 24.62 0.00 14.03 7.71 0.11 53.53 02:57:24 02:37:02 0 23.76 0.00 13.49 8.24 0.10 54.41 02:57:24 02:37:02 1 24.39 0.00 13.64 7.93 0.12 53.92 02:57:24 02:37:02 2 25.59 0.00 14.48 6.17 0.09 53.68 02:57:24 02:37:02 3 24.74 0.00 14.53 8.48 0.14 52.11 02:57:24 02:38:02 all 22.25 0.00 29.79 23.29 0.20 24.47 02:57:24 02:38:02 0 22.17 0.00 28.29 21.11 0.23 28.20 02:57:24 02:38:02 1 21.31 0.00 29.72 22.88 0.21 25.88 02:57:24 02:38:02 2 22.23 0.00 30.23 24.25 0.21 23.07 02:57:24 02:38:02 3 23.31 0.00 30.92 24.97 0.14 20.65 02:57:24 02:39:02 all 61.78 0.00 18.39 11.94 0.09 7.80 02:57:24 02:39:02 0 62.47 0.00 17.22 11.34 0.11 8.86 02:57:24 02:39:02 1 61.40 0.00 18.62 13.50 0.09 6.38 02:57:24 02:39:02 2 60.78 0.00 19.48 12.20 0.09 7.44 02:57:24 02:39:02 3 62.46 0.00 18.24 10.69 0.09 8.53 02:57:24 02:40:01 all 25.42 0.00 24.12 20.05 0.19 30.21 02:57:24 02:40:01 0 24.57 0.00 21.97 22.91 0.18 30.37 02:57:24 02:40:01 1 25.92 0.00 24.01 17.99 0.21 31.87 02:57:24 02:40:01 2 25.40 0.00 24.97 21.55 0.20 27.88 02:57:24 02:40:01 3 25.81 0.00 25.55 17.73 0.18 30.73 02:57:24 02:41:02 all 49.11 0.00 22.38 14.87 0.11 13.53 02:57:24 02:41:02 0 49.90 0.00 21.22 14.26 0.14 14.48 02:57:24 02:41:02 1 49.55 0.00 21.87 13.81 0.12 14.65 02:57:24 02:41:02 2 47.66 0.00 23.57 14.92 0.09 13.76 02:57:24 02:41:02 3 49.33 0.00 22.86 16.52 0.07 11.22 02:57:24 02:42:01 all 8.83 0.00 6.27 6.42 0.05 78.43 02:57:24 02:42:01 0 6.80 0.00 6.11 6.56 0.03 80.48 02:57:24 02:42:01 1 10.63 0.00 7.28 7.69 0.07 74.33 02:57:24 02:42:01 2 6.46 0.00 5.47 3.03 0.05 84.98 02:57:24 02:42:01 3 11.45 0.00 6.21 8.41 0.05 73.87 02:57:24 02:43:01 all 0.02 0.00 0.06 0.11 0.00 99.80 02:57:24 02:43:01 0 0.02 0.00 0.10 0.42 0.00 99.47 02:57:24 02:43:01 1 0.02 0.00 0.03 0.02 0.00 99.93 02:57:24 02:43:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:57:24 02:43:01 3 0.03 0.00 0.05 0.02 0.00 99.90 02:57:24 02:57:24 02:43:01 CPU %user %nice %system %iowait %steal %idle 02:57:24 02:44:01 all 0.04 0.00 0.03 0.00 0.00 99.93 02:57:24 02:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:57:24 02:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:57:24 02:44:01 2 0.07 0.00 0.07 0.00 0.00 99.87 02:57:24 02:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:57:24 02:45:01 all 0.02 0.00 0.03 0.00 0.00 99.95 02:57:24 02:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:57:24 02:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:57:24 02:45:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:57:24 02:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:57:24 02:46:01 all 0.03 0.00 0.04 0.00 0.00 99.93 02:57:24 02:46:01 0 0.02 0.00 0.03 0.02 0.00 99.93 02:57:24 02:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:57:24 02:46:01 2 0.07 0.00 0.07 0.00 0.00 99.87 02:57:24 02:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:57:24 02:47:01 all 0.06 0.00 0.05 0.02 0.02 99.85 02:57:24 02:47:01 0 0.05 0.00 0.07 0.05 0.02 99.82 02:57:24 02:47:01 1 0.07 0.00 0.03 0.00 0.02 99.88 02:57:24 02:47:01 2 0.08 0.00 0.07 0.02 0.02 99.82 02:57:24 02:47:01 3 0.05 0.00 0.03 0.00 0.02 99.90 02:57:24 02:48:01 all 0.03 0.00 0.04 0.00 0.00 99.93 02:57:24 02:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:57:24 02:48:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:57:24 02:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:57:24 02:48:01 3 0.02 0.00 0.05 0.00 0.00 99.93 02:57:24 02:49:01 all 0.03 0.00 0.03 0.00 0.00 99.95 02:57:24 02:49:01 0 0.00 0.00 0.03 0.00 0.00 99.97 02:57:24 02:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:57:24 02:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:57:24 02:49:01 3 0.05 0.00 0.02 0.00 0.00 99.93 02:57:24 02:50:01 all 0.02 0.00 0.03 0.00 0.00 99.95 02:57:24 02:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:57:24 02:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:57:24 02:50:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:57:24 02:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:57:24 02:51:01 all 0.03 0.00 0.03 0.00 0.00 99.94 02:57:24 02:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:57:24 02:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:57:24 02:51:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:57:24 02:51:01 3 0.05 0.00 0.07 0.00 0.00 99.88 02:57:24 02:52:01 all 0.05 0.00 0.05 0.00 0.00 99.90 02:57:24 02:52:01 0 0.03 0.00 0.07 0.00 0.00 99.90 02:57:24 02:52:01 1 0.07 0.00 0.05 0.00 0.00 99.88 02:57:24 02:52:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:57:24 02:52:01 3 0.07 0.00 0.05 0.00 0.00 99.88 02:57:24 02:53:01 all 0.04 0.00 0.03 0.00 0.00 99.93 02:57:24 02:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:57:24 02:53:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:57:24 02:53:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:57:24 02:53:01 3 0.05 0.00 0.05 0.00 0.00 99.90 02:57:24 02:54:01 all 0.03 0.00 0.02 0.00 0.00 99.95 02:57:24 02:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:57:24 02:54:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:57:24 02:54:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:57:24 02:54:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:57:24 02:57:24 02:54:01 CPU %user %nice %system %iowait %steal %idle 02:57:24 02:55:01 all 0.03 0.00 0.03 0.00 0.00 99.93 02:57:24 02:55:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:57:24 02:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:57:24 02:55:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:57:24 02:55:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:57:24 02:56:02 all 0.02 0.00 0.02 0.00 0.00 99.95 02:57:24 02:56:02 0 0.02 0.00 0.02 0.00 0.00 99.97 02:57:24 02:56:02 1 0.05 0.00 0.03 0.00 0.00 99.92 02:57:24 02:56:02 2 0.02 0.00 0.02 0.00 0.00 99.97 02:57:24 02:56:02 3 0.02 0.00 0.03 0.00 0.00 99.95 02:57:24 02:57:01 all 4.41 0.00 3.06 2.24 0.04 90.25 02:57:24 02:57:01 0 4.02 0.00 2.73 0.80 0.03 92.42 02:57:24 02:57:01 1 4.87 0.00 2.91 3.87 0.03 88.31 02:57:24 02:57:01 2 4.54 0.00 3.27 3.33 0.03 88.82 02:57:24 02:57:01 3 4.20 0.00 3.35 0.95 0.05 91.44 02:57:24 Average: all 12.55 0.00 6.30 3.97 0.04 77.14 02:57:24 Average: 0 12.59 0.00 6.10 3.94 0.04 77.33 02:57:24 Average: 1 12.61 0.00 6.37 4.03 0.05 76.95 02:57:24 Average: 2 12.35 0.00 6.29 4.10 0.04 77.21 02:57:24 Average: 3 12.67 0.00 6.43 3.80 0.04 77.06 02:57:24 02:57:24 02:57:24