Pull request #3748 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1+9d6a4513a2ce67a55ac7208e4cc4009604167c71 (429ad7f09d08232037d92ee6aea5ef5f24b9ceb5) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2504591755939931758.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5018410942300226118.key > 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 d6bf42d899a6140169a1fadeb6f44df9cdc48750 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3748/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3748/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4554537262360189470.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d6bf42d899a6140169a1fadeb6f44df9cdc48750 # timeout=10 Commit message: "Merge pull request #360 from ernestojeda/fix-alpine-3-14-seccomp-issue" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1255265804076640259.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3748/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3748/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3626208840838935906.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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/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_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: 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 ‘prd-centos7-docker-4c-2g-1455’ Running on prd-centos7-docker-4c-2g-1461 in /w/workspace/edgexfoundry_edgex-go_PR-3748 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/7@tmp/jenkins-gitclient-ssh4120327759379735942.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 9d6a4513a2ce67a55ac7208e4cc4009604167c71 into PR head commit 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/7@tmp/jenkins-gitclient-ssh779715927351477793.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3748/head:refs/remotes/origin/PR-3748 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/7@tmp/jenkins-gitclient-ssh157924529208599846.key > git merge 9d6a4513a2ce67a55ac7208e4cc4009604167c71 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 Checking out Revision 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 (PR-3748) > git config core.sparsecheckout # timeout=10 > git checkout -f 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 # timeout=10 Commit message: "Merge branch 'main' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.1-dev.20" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:56:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:56:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:56:29 ========================================================= 18:56:29 EdgeX Global Pipelines Version Info 18:56:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 534744eedf497f179978a2bc701c41ccc321de3d # timeout=10 18:56:30 ------------------- 18:56:30 stable info: 18:56:30 ------------------- 18:56:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:56:30 Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 18:56:30 Message: update stable to v1.0.210 18:56:30 ------------------- 18:56:30 experimental info: 18:56:30 ------------------- 18:56:30 Commited By: **** collab-it+edgex@linuxfoundation.org 18:56:30 Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 18:56:30 Message: update experimental to v1.0.210 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:56:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:56:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:56:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:56:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:56:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:56:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3748 [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3748 [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3748 [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 20b6978 [Pipeline] echo 18:56:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:56:31 provisioning config files... 18:56:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config8913340718225500616tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:56:31 ---> docker-login.sh 18:56:31 nexus3.edgexfoundry.org:10001 18:56:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:31 Configure a credential helper to remove this warning. See 18:56:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:31 18:56:31 Login Succeeded 18:56:31 nexus3.edgexfoundry.org:10002 18:56:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:31 Configure a credential helper to remove this warning. See 18:56:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:31 18:56:31 Login Succeeded 18:56:31 nexus3.edgexfoundry.org:10003 18:56:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:31 Configure a credential helper to remove this warning. See 18:56:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:31 18:56:31 Login Succeeded 18:56:31 nexus3.edgexfoundry.org:10004 18:56:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:32 Configure a credential helper to remove this warning. See 18:56:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:32 18:56:32 Login Succeeded 18:56:32 docker.io 18:56:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:32 Configure a credential helper to remove this warning. See 18:56:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:32 18:56:32 Login Succeeded 18:56:32 ---> docker-login.sh ends [Pipeline] } 18:56:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:56:32 ++ 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 18:56:32 + for file in '`ls cmd/**/Dockerfile`' 18:56:32 ++ dirname cmd/core-command/Dockerfile 18:56:32 ++ cut -d/ -f2 18:56:32 + echo core-command,cmd/core-command/Dockerfile 18:56:32 + for file in '`ls cmd/**/Dockerfile`' 18:56:32 ++ dirname cmd/core-data/Dockerfile 18:56:32 ++ cut -d/ -f2 18:56:32 + echo core-data,cmd/core-data/Dockerfile 18:56:32 + for file in '`ls cmd/**/Dockerfile`' 18:56:32 ++ dirname cmd/core-metadata/Dockerfile 18:56:32 ++ cut -d/ -f2 18:56:32 + echo core-metadata,cmd/core-metadata/Dockerfile 18:56:32 + for file in '`ls cmd/**/Dockerfile`' 18:56:32 ++ dirname cmd/security-bootstrapper/Dockerfile 18:56:32 ++ cut -d/ -f2 18:56:32 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:56:32 + for file in '`ls cmd/**/Dockerfile`' 18:56:32 ++ dirname cmd/security-proxy-setup/Dockerfile 18:56:32 ++ cut -d/ -f2 18:56:32 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:56:32 + for file in '`ls cmd/**/Dockerfile`' 18:56:32 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:56:32 ++ cut -d/ -f2 18:56:32 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:56:32 + for file in '`ls cmd/**/Dockerfile`' 18:56:32 ++ dirname cmd/support-notifications/Dockerfile 18:56:32 ++ cut -d/ -f2 18:56:32 + echo support-notifications,cmd/support-notifications/Dockerfile 18:56:32 + for file in '`ls cmd/**/Dockerfile`' 18:56:32 ++ dirname cmd/support-scheduler/Dockerfile 18:56:32 ++ cut -d/ -f2 18:56:32 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:56:32 + for file in '`ls cmd/**/Dockerfile`' 18:56:32 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:56:32 ++ cut -d/ -f2 18:56:32 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:56:32 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 18:56:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:56:33 18:56:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:56:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:56:33 latest: Pulling from edgex-devops/git-semver 18:56:33 a0d0a0d46f8b: Pulling fs layer 18:56:33 3e5f54012d9b: Pulling fs layer 18:56:33 4c7163046ea9: Pulling fs layer 18:56:33 0c2d73faf560: Pulling fs layer 18:56:33 0c2d73faf560: Waiting 18:56:33 3e5f54012d9b: Verifying Checksum 18:56:33 3e5f54012d9b: Download complete 18:56:33 a0d0a0d46f8b: Verifying Checksum 18:56:33 a0d0a0d46f8b: Download complete 18:56:33 4c7163046ea9: Verifying Checksum 18:56:33 4c7163046ea9: Download complete 18:56:33 0c2d73faf560: Verifying Checksum 18:56:33 0c2d73faf560: Download complete 18:56:33 a0d0a0d46f8b: Pull complete 18:56:33 3e5f54012d9b: Pull complete 18:56:34 4c7163046ea9: Pull complete 18:56:34 0c2d73faf560: Pull complete 18:56:34 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 18:56:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:56:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:56:34 prd-centos7-docker-4c-2g-1461 does not seem to be running inside a container 18:56:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 18:56:35 $ docker top 982fc054252c3f7cb76a087fb31f71b9389766d36b9e6031afb89f2e3dce3610 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:56:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:56:35 [ssh-agent] Looking for ssh-agent implementation... 18:56:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:56:35 $ docker exec 982fc054252c3f7cb76a087fb31f71b9389766d36b9e6031afb89f2e3dce3610 ssh-agent 18:56:35 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXObEgjP/agent.15 18:56:35 SSH_AGENT_PID=22 18:56:35 Running ssh-add (command line suppressed) 18:56:35 Identity added: /w/workspace/edgex-go/7@tmp/private_key_5428382230708136810.key (/w/workspace/edgex-go/7@tmp/private_key_5428382230708136810.key) 18:56:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:56:35 + git tag --points-at HEAD [Pipeline] } 18:56:35 $ docker exec --env ******** --env ******** 982fc054252c3f7cb76a087fb31f71b9389766d36b9e6031afb89f2e3dce3610 ssh-agent -k 18:56:35 unset SSH_AUTH_SOCK; 18:56:35 unset SSH_AGENT_PID; 18:56:35 echo Agent pid 22 killed; 18:56:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:56:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:56:36 [ssh-agent] Looking for ssh-agent implementation... 18:56:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:56:36 $ docker exec 982fc054252c3f7cb76a087fb31f71b9389766d36b9e6031afb89f2e3dce3610 ssh-agent 18:56:36 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXAIFiLn/agent.57 18:56:36 SSH_AGENT_PID=63 18:56:36 Running ssh-add (command line suppressed) 18:56:36 Identity added: /w/workspace/edgex-go/7@tmp/private_key_7715038985496551611.key (/w/workspace/edgex-go/7@tmp/private_key_7715038985496551611.key) 18:56:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:56:36 + git semver init 18:56:36 # -> Open(): unable to determine branch for HEAD 18:56:36 # $GIT_DIR = /w/workspace/edgex-go/7/.git 18:56:36 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 18:56:36 # $SEMVER_REMOTE_NAME = origin 18:56:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:56:36 # $SEMVER_USER_NAME = edgex-jenkins 18:56:36 # $SEMVER_BRANCH = PR-3748 18:56:36 # $SEMVER_TEMP = /tmp/semver-228864241 18:56:36 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:56:48 # '/tmp/semver-228864241' -> '/w/workspace/edgex-go/7/.semver' 18:56:48 # -> Force: false 18:56:48 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 18:56:48 $ docker exec --env ******** --env ******** 982fc054252c3f7cb76a087fb31f71b9389766d36b9e6031afb89f2e3dce3610 ssh-agent -k 18:56:48 unset SSH_AUTH_SOCK; 18:56:48 unset SSH_AGENT_PID; 18:56:48 echo Agent pid 63 killed; 18:56:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:56:49 + git semver [Pipeline] } 18:56:49 $ docker stop --time=1 982fc054252c3f7cb76a087fb31f71b9389766d36b9e6031afb89f2e3dce3610 18:56:51 $ docker rm -f 982fc054252c3f7cb76a087fb31f71b9389766d36b9e6031afb89f2e3dce3610 [Pipeline] // withDockerContainer [Pipeline] sh 18:56:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:56:51 Stashed 1 file(s) [Pipeline] echo 18:56:51 [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] echo 18:56:52 ========================================================= 18:56:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 18:56:52 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:56:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:56:52 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 18:56:52 a0d0a0d46f8b: Already exists 18:56:52 31adcdaf11c8: Pulling fs layer 18:56:52 b8b176561691: Pulling fs layer 18:56:52 4527c011a84f: Pulling fs layer 18:56:52 5d74067f8e1e: Pulling fs layer 18:56:52 e0aca202a116: Pulling fs layer 18:56:52 3a43be97a3b4: Pulling fs layer 18:56:52 34cad66bf833: Pulling fs layer 18:56:52 b4e3c513aaa6: Pulling fs layer 18:56:52 5d74067f8e1e: Waiting 18:56:52 e0aca202a116: Waiting 18:56:52 3a43be97a3b4: Waiting 18:56:52 34cad66bf833: Waiting 18:56:52 b4e3c513aaa6: Waiting 18:56:52 b8b176561691: Verifying Checksum 18:56:52 b8b176561691: Download complete 18:56:52 31adcdaf11c8: Verifying Checksum 18:56:52 31adcdaf11c8: Download complete 18:56:52 5d74067f8e1e: Verifying Checksum 18:56:52 5d74067f8e1e: Download complete 18:56:52 e0aca202a116: Verifying Checksum 18:56:52 e0aca202a116: Download complete 18:56:52 3a43be97a3b4: Verifying Checksum 18:56:52 3a43be97a3b4: Download complete 18:56:52 34cad66bf833: Verifying Checksum 18:56:52 34cad66bf833: Download complete 18:56:52 31adcdaf11c8: Pull complete 18:56:52 b8b176561691: Pull complete 18:56:52 4527c011a84f: Verifying Checksum 18:56:52 4527c011a84f: Download complete 18:56:52 b4e3c513aaa6: Verifying Checksum 18:56:52 b4e3c513aaa6: Download complete 18:56:57 4527c011a84f: Pull complete 18:56:57 5d74067f8e1e: Pull complete 18:56:57 e0aca202a116: Pull complete 18:56:57 3a43be97a3b4: Pull complete 18:56:57 34cad66bf833: Pull complete 18:56:59 b4e3c513aaa6: Pull complete 18:56:59 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 18:56:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:56:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh 18:57:00 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:57:00 WORKDIR /edgex 18:57:00 COPY go.mod . 18:57:00 RUN go mod download' 18:57:00 + docker build -t ci-base-image-x86_64 -f - . 18:57:01 Sending build context to Docker daemon 329.3MB 18:57:01 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:57:01 ---> 9f6097aaca64 18:57:01 Step 2/4 : WORKDIR /edgex 18:57:03 ---> Running in f6c2bd624055 18:57:03 Removing intermediate container f6c2bd624055 18:57:03 ---> 5747e9ddfb8d 18:57:03 Step 3/4 : COPY go.mod . 18:57:03 ---> 272eae167d88 18:57:03 Step 4/4 : RUN go mod download 18:57:03 ---> Running in 2a7f2136ce19 18:57:07 Still waiting to schedule task 18:57:07 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1459’ 18:57:35 Removing intermediate container 2a7f2136ce19 18:57:35 ---> 2b355daa6fb4 18:57:35 Successfully built 2b355daa6fb4 18:57:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:57:36 + docker inspect -f . ci-base-image-x86_64 18:57:36 . [Pipeline] withDockerContainer 18:57:36 prd-centos7-docker-4c-2g-1461 does not seem to be running inside a container 18:57:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 18:57:36 $ docker top c697eda242e2c8e4a7de8a36430ecbce5bd8d1fdad862953710a02d22ce0451f -eo pid,comm [Pipeline] { [Pipeline] sh 18:57:36 + go version 18:57:36 go version go1.16.8 linux/amd64 [Pipeline] } 18:57:36 $ docker stop --time=1 c697eda242e2c8e4a7de8a36430ecbce5bd8d1fdad862953710a02d22ce0451f 18:57:38 $ docker rm -f c697eda242e2c8e4a7de8a36430ecbce5bd8d1fdad862953710a02d22ce0451f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:57:38 + docker inspect -f . ci-base-image-x86_64 18:57:38 . [Pipeline] withDockerContainer 18:57:38 prd-centos7-docker-4c-2g-1461 does not seem to be running inside a container 18:57:38 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 18:57:39 $ docker top 6e8e6ac0f5cc78e3fea27e5775f2f717a17bdcc7f7b26d794de0e18139599097 -eo pid,comm [Pipeline] { [Pipeline] echo 18:57:39 ========================================================= 18:57:39 [edgeXBuildGoParallel] Running Tests and Build... 18:57:39 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:57:39 + make test 18:57:39 go mod tidy 18:57:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:57:44 ? github.com/edgexfoundry/edgex-go [no test files] 18:58:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:58:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:58:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:58:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:58:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:58:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:58:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:58:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:58:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:58:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:58:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:58:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:58:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:58:10 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:58:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.051s coverage: 28.7% of statements 18:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:58:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.074s coverage: 98.5% of statements 18:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:58:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.052s coverage: 46.3% of statements 18:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:58:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.116s coverage: 90.1% of statements 18:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:58:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.054s coverage: 84.4% of statements 18:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 18:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:58:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:58:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.275s coverage: 94.2% of statements 18:58:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:58:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:58:15 ok github.com/edgexfoundry/edgex-go/internal/io 0.054s coverage: 59.1% of statements 18:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:58:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:58:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.047s coverage: 60.0% of statements 18:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:58:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.057s coverage: 1.0% of statements 18:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:58:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 18:58:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.044s coverage: 21.7% of statements 18:58:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:58:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 47.1% of statements 18:58:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.050s coverage: 79.5% of statements 18:58:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements 18:58:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements 18:58:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements 18:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.056s coverage: 94.4% of statements 18:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements 18:58:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.369s coverage: 82.5% of statements 18:58:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.059s coverage: 87.2% of statements 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 58.8% of statements 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.0% of statements 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.057s coverage: 87.2% of statements 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.053s coverage: 85.4% of statements 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.130s coverage: 91.2% of statements 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.139s coverage: 64.4% of statements 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.214s coverage: 70.4% of statements 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.114s coverage: 43.4% of statements 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.083s coverage: 89.5% of statements 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 18:58:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:59:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.062s coverage: 19.5% of statements 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:59:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.115s coverage: 92.0% of statements 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:59:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.051s coverage: 63.2% of statements 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:59:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.104s coverage: 97.7% of statements 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 18:59:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 18:59:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:59:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 18:59:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 96.9% of statements 18:59:01 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 18:59:33 GO111MODULE=on go vet ./... 18:59:43 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:59:43 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:59:43 ./bin/test-attribution-txt.sh [Pipeline] sh 18:59:43 + ls -al . 18:59:43 total 612 18:59:43 drwxrwxr-x 10 1001 1001 4096 Oct 14 18:59 . 18:59:43 drwxr-xr-x 4 root root 28 Oct 14 18:57 .. 18:59:43 -rw-rw-r-- 1 1001 1001 11 Oct 14 18:56 .dockerignore 18:59:43 drwxrwxr-x 8 1001 1001 179 Oct 14 18:56 .git 18:59:43 drwxrwxr-x 4 1001 1001 142 Oct 14 18:56 .github 18:59:43 -rw-rw-r-- 1 1001 1001 804 Oct 14 18:56 .gitignore 18:59:43 -rw-rw-r-- 1 1001 1001 42 Oct 14 18:56 .golangci.yml 18:59:43 -rw-rw-r-- 1 1001 1001 76 Oct 14 18:56 .hadolint.yml 18:59:43 drwx------ 3 1001 1001 58 Oct 14 18:56 .semver 18:59:43 -rw-rw-r-- 1 1001 1001 166 Oct 14 18:56 .sonarcloud.properties 18:59:43 -rw-rw-r-- 1 1001 1001 1171 Oct 14 18:56 ADOPTERS.md 18:59:43 -rw-rw-r-- 1 1001 1001 8608 Oct 14 18:56 Attribution.txt 18:59:43 -rw-rw-r-- 1 1001 1001 43881 Oct 14 18:56 CHANGELOG.md 18:59:43 -rw-rw-r-- 1 1001 1001 3804 Oct 14 18:56 CONTRIBUTING.md 18:59:43 -rw-rw-r-- 1 1001 1001 677 Oct 14 18:56 GOVERNANCE.md 18:59:43 -rw-rw-r-- 1 1001 1001 849 Oct 14 18:56 Jenkinsfile 18:59:43 -rw-rw-r-- 1 1001 1001 10775 Oct 14 18:56 LICENSE 18:59:43 -rw-rw-r-- 1 1001 1001 6508 Oct 14 18:56 Makefile 18:59:43 -rw-rw-r-- 1 1001 1001 582 Oct 14 18:56 OWNERS.md 18:59:43 -rw-rw-r-- 1 1001 1001 8256 Oct 14 18:56 README.md 18:59:43 -rw-rw-r-- 1 1001 1001 6912 Oct 14 18:56 SECURITY.md 18:59:43 -rw-rw-r-- 1 1001 1001 5 Oct 14 18:56 VERSION 18:59:43 -rw-rw-r-- 1 1001 1001 4131 Oct 14 18:56 ZMQWindows.md 18:59:43 drwxrwxr-x 2 1001 1001 37 Oct 14 18:56 bin 18:59:43 drwxrwxr-x 14 1001 1001 4096 Oct 14 18:56 cmd 18:59:43 -rw-r--r-- 1 root root 403932 Oct 14 18:59 coverage.out 18:59:43 -rw-rw-r-- 1 1001 1001 829 Oct 14 18:56 go.mod 18:59:43 -rw-rw-r-- 1 1001 1001 50143 Oct 14 18:56 go.sum 18:59:43 drwxrwxr-x 8 1001 1001 124 Oct 14 18:56 internal 18:59:43 drwxrwxr-x 3 1001 1001 16 Oct 14 18:56 openapi 18:59:43 drwxrwxr-x 4 1001 1001 71 Oct 14 18:56 snap 18:59:43 -rw-rw-r-- 1 1001 1001 204 Oct 14 18:56 version.go [Pipeline] sh 18:59:44 + '[' -e coverage.out ] 18:59:44 + chown 1001:1001 coverage.out [Pipeline] stash 18:59:44 Stashed 1 file(s) [Pipeline] sh 18:59:44 + make build 18:59:44 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 18:59:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:59: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 18:59:53 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 18:59:54 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 18:59:54 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 18:59:54 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 18:59:55 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 18:59:56 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 18:59:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:59:58 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 18:59:59 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] } 19:00:00 $ docker stop --time=1 6e8e6ac0f5cc78e3fea27e5775f2f717a17bdcc7f7b26d794de0e18139599097 19:00:02 $ docker rm -f 6e8e6ac0f5cc78e3fea27e5775f2f717a17bdcc7f7b26d794de0e18139599097 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:00:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:00:03 19:00:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:00:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:00:03 latest: Pulling from edgex-devops/edgex-compose 19:00:03 cbdbe7a5bc2a: Pulling fs layer 19:00:03 ca9280d653b3: Pulling fs layer 19:00:03 7e9c9ca2126c: Pulling fs layer 19:00:03 cbdbe7a5bc2a: Verifying Checksum 19:00:03 cbdbe7a5bc2a: Download complete 19:00:04 ca9280d653b3: Verifying Checksum 19:00:04 ca9280d653b3: Download complete 19:00:04 cbdbe7a5bc2a: Pull complete 19:00:04 7e9c9ca2126c: Verifying Checksum 19:00:04 7e9c9ca2126c: Download complete 19:00:04 ca9280d653b3: Pull complete 19:00:08 7e9c9ca2126c: Pull complete 19:00:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:00:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:00:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:00:08 prd-centos7-docker-4c-2g-1461 does not seem to be running inside a container 19:00:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 19:00:11 $ docker top 2e1d20032db99ea2a6bb5c82f42345dad0907a95b400c17c82f89b33dd4998d4 -eo pid,comm [Pipeline] { [Pipeline] sh 19:00:11 + docker-compose build --help 19:00:11 + grep parallel 19:00:11 --parallel Build images in parallel. [Pipeline] } 19:00:11 $ docker stop --time=1 2e1d20032db99ea2a6bb5c82f42345dad0907a95b400c17c82f89b33dd4998d4 19:00:13 $ docker rm -f 2e1d20032db99ea2a6bb5c82f42345dad0907a95b400c17c82f89b33dd4998d4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:00:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:00:13 . [Pipeline] withDockerContainer 19:00:13 prd-centos7-docker-4c-2g-1461 does not seem to be running inside a container 19:00:13 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 19:00:13 $ docker top 107ba49135fcad72fe2fa613e0301ad00b07e0ee27089c762031a9824881220a -eo pid,comm [Pipeline] { [Pipeline] sh 19:00:14 + docker-compose -f ./docker-compose-build.yml build --parallel 19:00:14 Building core-command ... 19:00:14 Building core-data ... 19:00:14 Building core-metadata ... 19:00:14 Building security-bootstrapper ... 19:00:14 Building security-proxy-setup ... 19:00:14 Building security-secretstore-setup ... 19:00:14 Building support-notifications ... 19:00:14 Building support-scheduler ... 19:00:14 Building sys-mgmt-agent ... 19:00:14 Building sys-mgmt-agent 19:00:14 Building core-command 19:00:14 Building core-data 19:00:14 Building security-secretstore-setup 19:00:14 Building security-proxy-setup 19:00:25 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:00:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:00:25 ---> 2b355daa6fb4 19:00:25 Step 3/22 : WORKDIR /edgex-go 19:00:25 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:00:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:00:25 ---> 2b355daa6fb4 19:00:25 Step 3/22 : WORKDIR /edgex-go 19:00:30 ---> Running in 852b0c690bd5 19:00:30 ---> Running in 5ce1aa69b338 19:00:33 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:00:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:00:33 ---> 2b355daa6fb4 19:00:33 Step 3/24 : WORKDIR /edgex-go 19:00:35 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:00:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:00:35 ---> 2b355daa6fb4 19:00:35 Step 3/22 : WORKDIR /edgex-go 19:00:36 ---> Running in 90ed42562765 19:00:36 ---> Running in d96aa94e5981 19:00:36 Removing intermediate container 852b0c690bd5 19:00:36 ---> 49ce16008e36 19:00:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:36 Removing intermediate container 5ce1aa69b338 19:00:36 ---> c036b8dde8bc 19:00:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:36 ---> Running in 03b720a4c7dd 19:00:36 ---> Running in e7938ec07a19 19:00:36 Removing intermediate container d96aa94e5981 19:00:36 ---> 1724fffbf90f 19:00:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:36 Removing intermediate container 90ed42562765 19:00:36 ---> cc346feff30f 19:00:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:36 ---> Running in 60db8af311ed 19:00:36 ---> Running in 9a65c7c7ef6e 19:00:36 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:00:36 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:00:36 ---> 2b355daa6fb4 19:00:36 Step 3/20 : WORKDIR /edgex-go 19:00:36 ---> Using cache 19:00:36 ---> cc346feff30f 19:00:36 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:36 ---> Running in ba767ef54c0d 19:00:37 Removing intermediate container e7938ec07a19 19:00:37 ---> 1c90eeadba85 19:00:37 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:00:37 Removing intermediate container 03b720a4c7dd 19:00:37 ---> 5ba2d701be4c 19:00:37 Step 5/22 : RUN apk add --update --no-cache make git 19:00:37 Removing intermediate container 60db8af311ed 19:00:37 ---> 30341e6df349 19:00:37 Step 5/22 : RUN apk add --update --no-cache make bash git 19:00:37 ---> Running in 631bd0d5a6b5 19:00:37 ---> Running in 6bf3a8b6bd0d 19:00:37 ---> Running in e8986c68ebb0 19:00:37 Removing intermediate container ba767ef54c0d 19:00:37 ---> 6e487fa4dae1 19:00:37 Step 5/20 : RUN apk add --update --no-cache make git 19:00:37 Removing intermediate container 9a65c7c7ef6e 19:00:37 ---> 9c20868e3c41 19:00:37 Step 5/24 : RUN apk add --update --no-cache make git 19:00:37 ---> Running in c772d4a0bdc1 19:00:37 ---> Running in 2400e58a8c47 19:00:38 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:00:38 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:00:38 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:00:38 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:00:38 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:00:39 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:00:39 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:00:39 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:00:39 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:00:39 OK: 220 MiB in 52 packages 19:00:39 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:00:39 OK: 220 MiB in 52 packages 19:00:39 OK: 220 MiB in 52 packages 19:00:39 OK: 220 MiB in 52 packages 19:00:39 OK: 220 MiB in 52 packages 19:00:39 Removing intermediate container 631bd0d5a6b5 19:00:39 ---> 70476fd9e3d2 19:00:39 Step 6/22 : COPY . . 19:00:40 Removing intermediate container 6bf3a8b6bd0d 19:00:40 ---> 784b469989e4 19:00:40 Step 6/22 : COPY . . 19:00:44 Removing intermediate container c772d4a0bdc1 19:00:44 ---> e399c5484698 19:00:44 Step 6/20 : COPY . . 19:00:44 Removing intermediate container e8986c68ebb0 19:00:44 ---> e84ab5be8d75 19:00:44 Step 6/22 : COPY . . 19:00:44 Removing intermediate container 2400e58a8c47 19:00:44 ---> cbe7943ae401 19:00:44 Step 6/24 : COPY . . 19:00:45 ---> 3be655916ad2 19:00:45 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:00:48 ---> a552d2a812f9 19:00:48 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:00:48 ---> Running in e458f0e94c3f 19:00:48 ---> Running in 1431501b510f 19:00:51 Removing intermediate container e458f0e94c3f 19:00:51 ---> 4fe1723f437e 19:00:51 Step 8/22 : RUN make cmd/core-command/core-command 19:00:51 Removing intermediate container 1431501b510f 19:00:51 ---> 2619d943493c 19:00:51 Step 8/22 : RUN make cmd/core-data/core-data 19:00:52 ---> Running in e0db8e2ff0dc 19:00:52 ---> Running in 4b07e938e71c 19:00:53 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 19:00:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:00:56 ---> 11cc3f1022e4 19:00:56 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:00:56 ---> Running in 385d85562be1 19:00:56 ---> c3bb871e68f3 19:00:56 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:00:56 ---> Running in f7edcf14734a 19:00:56 ---> d0723a497a7b 19:00:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:00:56 ---> Running in a228568517dc 19:00:58 Removing intermediate container 385d85562be1 19:00:58 ---> e6f3b685082a 19:00:58 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:00:58 ---> Running in 0fc73362f910 19:00:58 Removing intermediate container f7edcf14734a 19:00:58 ---> 2b0c13b3f14c 19:00:58 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:00:58 ---> Running in a8c67e744b98 19:00:58 Removing intermediate container a228568517dc 19:00:58 ---> 4fb222161d94 19:00:58 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:00:58 ---> Running in 370c68855eba 19:00:59 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 19:00: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 19:00:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:01:31 Removing intermediate container e0db8e2ff0dc 19:01:31 ---> 6b53ea9e43a9 19:01:31 19:01:31 Step 9/22 : FROM alpine:3.14 19:01:31 3.14: Pulling from library/alpine 19:01:31 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 19:01:31 Status: Downloaded newer image for alpine:3.14 19:01:31 ---> 14119a10abf4 19:01:31 Step 10/22 : RUN apk add --update --no-cache dumb-init 19:01:31 ---> Running in 3a064fd006b9 19:01:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:01:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:01:31 (1/1) Installing dumb-init (1.2.5-r1) 19:01:31 Executing busybox-1.33.1-r3.trigger 19:01:31 OK: 6 MiB in 15 packages 19:01:31 Removing intermediate container 3a064fd006b9 19:01:31 ---> c18847c20246 19:01:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:01:31 ---> Running in 2ade78494ac5 19:01:31 Removing intermediate container 2ade78494ac5 19:01:31 ---> 79cc24c04272 19:01:31 Step 12/22 : ENV APP_PORT=59882 19:01:31 ---> Running in 30e1b1f12271 19:01:31 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 19:01:31 Removing intermediate container 30e1b1f12271 19:01:31 ---> 63ba22a3a9e7 19:01:31 Step 13/22 : EXPOSE $APP_PORT 19:01:31 ---> Running in 4c3b0ffbd439 19:01:31 Removing intermediate container 4c3b0ffbd439 19:01:31 ---> 0d19a8bbbb2c 19:01:31 Step 14/22 : WORKDIR / 19:01:31 ---> Running in 4ff5c9bf8e6d 19:01:31 Removing intermediate container 4ff5c9bf8e6d 19:01:31 ---> 1c9b35273b66 19:01:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:01:32 ---> 26cf53adf296 19:01:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:01:32 ---> 75cf7171ad38 19:01:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:01:32 ---> 22430bac54ec 19:01:32 Step 18/22 : ENTRYPOINT ["/core-command"] 19:01:32 ---> Running in 1fc2f4cc57ee 19:01:32 Removing intermediate container 1fc2f4cc57ee 19:01:32 ---> e683ff719b24 19:01:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:01:33 ---> Running in 6ace4810453b 19:01:33 Removing intermediate container 6ace4810453b 19:01:33 ---> 85c77eab6fd5 19:01:33 Step 20/22 : LABEL arch=x86_64 19:01:33 ---> Running in 725f051db704 19:01:33 Removing intermediate container 725f051db704 19:01:33 ---> abdd9fb782b8 19:01:33 Step 21/22 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:01:33 ---> Running in e60e439ff36a 19:01:33 Removing intermediate container e60e439ff36a 19:01:33 ---> 03f02cd9a32f 19:01:33 Step 22/22 : LABEL version=0.0.0 19:01:33 ---> Running in ec4796eac390 19:01:33 Removing intermediate container ec4796eac390 19:01:33 ---> a832c0cc9ee9 19:01:33 19:01:34 Successfully built a832c0cc9ee9 19:01:34 Successfully tagged core-command:latest 19:01:34 Building core-metadata 19:01:35  Building core-command ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:01:37 Removing intermediate container 0fc73362f910 19:01:37 ---> c007114a1076 19:01:37 19:01:37 Step 9/20 : FROM alpine:3.14 19:01:37 ---> 14119a10abf4 19:01:37 Step 10/20 : RUN apk add --update --no-cache curl 19:01:37 ---> Running in 76eb31a9c23c 19:01:37 Removing intermediate container 4b07e938e71c 19:01:37 ---> e36bea6e8502 19:01:37 19:01:37 Step 9/22 : FROM alpine:3.14 19:01:37 ---> 14119a10abf4 19:01:37 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:01:37 ---> Running in eb78ff79ab33 19:01:38 Removing intermediate container eb78ff79ab33 19:01:38 ---> 38181f77c8b9 19:01:38 Step 11/22 : ENV APP_PORT=59880 19:01:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:01:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:01:38 ---> Running in 9e0c85a40384 19:01:38 (1/5) Installing ca-certificates (20191127-r5) 19:01:38 (2/5) Installing brotli-libs (1.0.9-r5) 19:01:38 (3/5) Installing nghttp2-libs (1.43.0-r0) 19:01:38 (4/5) Installing libcurl (7.79.1-r0) 19:01:38 (5/5) Installing curl (7.79.1-r0) 19:01:38 Executing busybox-1.33.1-r3.trigger 19:01:38 Executing ca-certificates-20191127-r5.trigger 19:01:38 OK: 8 MiB in 19 packages 19:01:39 Removing intermediate container 9e0c85a40384 19:01:39 ---> c02dad07fbdd 19:01:39 Step 12/22 : EXPOSE $APP_PORT 19:01:39 Removing intermediate container 370c68855eba 19:01:39 ---> 109cd1b61c3e 19:01:39 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:01:39 Removing intermediate container a8c67e744b98 19:01:39 ---> 98ebd323e954 19:01:39 19:01:39 Step 9/24 : FROM alpine:3.14 19:01:39 ---> 14119a10abf4 19:01:39 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:01:39 ---> Running in 78b2dff6f598 19:01:39 ---> Running in e22688cf0c6f 19:01:39 ---> Running in aa4c1d1d5773 19:01:39 Removing intermediate container 78b2dff6f598 19:01:39 ---> 7d323c96ad15 19:01:39 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:39 Removing intermediate container 76eb31a9c23c 19:01:39 ---> d525af22f11d 19:01:39 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:01:39 ---> Running in 3547fd19446c 19:01:39 ---> Running in 3d2189eb57ea 19:01:40 Removing intermediate container 3547fd19446c 19:01:40 ---> e99ca999a4d3 19:01:40 Step 12/20 : WORKDIR /edgex 19:01:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:01:40 ---> Running in b6b7b106f3ee 19:01:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:01:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:01:40 Removing intermediate container b6b7b106f3ee 19:01:40 ---> 5b3bd1bc3197 19:01:40 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:01:40 (1/3) Installing ca-certificates (20191127-r5) 19:01:40 (2/3) Installing dumb-init (1.2.5-r1) 19:01:40 (3/3) Installing su-exec (0.2-r1) 19:01:40 Executing busybox-1.33.1-r3.trigger 19:01:40 Executing ca-certificates-20191127-r5.trigger 19:01:40 OK: 6 MiB in 17 packages 19:01:41 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:01:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:01:41 ---> 2b355daa6fb4 19:01:41 Step 3/22 : WORKDIR /edgex-go 19:01:41 ---> Using cache 19:01:41 ---> cc346feff30f 19:01:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:41 ---> Using cache 19:01:41 ---> 9c20868e3c41 19:01:41 Step 5/22 : RUN apk add --update --no-cache make git 19:01:41 ---> Using cache 19:01:41 ---> cbe7943ae401 19:01:41 Step 6/22 : COPY . . 19:01:41 ---> Using cache 19:01:41 ---> c3bb871e68f3 19:01:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:01:41 ---> Using cache 19:01:41 ---> 2b0c13b3f14c 19:01:41 Step 8/22 : RUN make cmd/core-metadata/core-metadata 19:01:41 ---> b15c8a9780ef 19:01:41 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:01:41 Removing intermediate container 3d2189eb57ea 19:01:41 ---> 30704007c4e2 19:01:41 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 19:01:41 ---> Running in d645016c52fb 19:01:41 ---> Running in f8ca028c6a09 19:01:41 Removing intermediate container aa4c1d1d5773 19:01:41 ---> b68c1b92e4c3 19:01:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:01:41 Removing intermediate container e22688cf0c6f 19:01:41 ---> 0de92782e98a 19:01:41 19:01:41 Step 10/22 : FROM docker:20.10.8 19:01:41 ---> 615e677d4e65 19:01:41 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:01:41 ---> Running in 362fc851124f 19:01:41 Removing intermediate container 362fc851124f 19:01:41 ---> 1e3f71910d7b 19:01:41 Step 12/24 : WORKDIR / 19:01:41 ---> Running in bd09590a79c0 19:01:41 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:01:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:01:42 ---> 944c0a7de125 19:01:42 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:01:42 Removing intermediate container bd09590a79c0 19:01:42 ---> 97eed339e1cc 19:01:42 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:01:42 20.10.8: Pulling from library/docker 19:01:42 ---> Running in eb18ed653d92 19:01:42 Removing intermediate container eb18ed653d92 19:01:42 ---> 757b3aebd802 19:01:42 Step 17/20 : CMD ["--init=true"] 19:01:42 ---> Running in 0bf090673de8 19:01:42 ---> d1a08d0ad7c3 19:01:42 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:01:42 Removing intermediate container 0bf090673de8 19:01:42 ---> 7f38c6a1b6d7 19:01:42 Step 18/20 : LABEL arch=x86_64 19:01:42 ---> Running in c9bbe1dd33ab 19:01:42 ---> efb673309deb 19:01:42 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:01:42 Removing intermediate container c9bbe1dd33ab 19:01:42 ---> 921e7d40fd91 19:01:42 Step 19/20 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:01:42 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:01:42 ---> Running in 9db787648547 19:01:42 ---> 636ea86ca516 19:01:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:01:43 Removing intermediate container 9db787648547 19:01:43 ---> 90c4b6c4a4df 19:01:43 Step 20/20 : LABEL version=0.0.0 19:01:43 (1/6) Installing dumb-init (1.2.5-r1) 19:01:43 ---> 92a224cefaaa 19:01:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:01:43 ---> Running in d9164c9f836f 19:01:43 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:01:43 (3/6) Installing libsodium (1.0.18-r0) 19:01:43 Removing intermediate container d9164c9f836f 19:01:43 ---> b778cbcea22c 19:01:43 19:01:43 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:01:43 (5/6) Installing libzmq (4.3.4-r0) 19:01:43 Successfully built b778cbcea22c 19:01:43 Successfully tagged security-proxy-setup:latest 19:01:43  Building security-proxy-setup ... done Building support-notifications 19:01:43 (6/6) Installing zeromq (4.3.4-r0) 19:01:43 Executing busybox-1.33.1-r3.trigger 19:01:43 OK: 8 MiB in 20 packages 19:01:43 ---> 0860c5d12054 19:01:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:01:46 Removing intermediate container f8ca028c6a09 19:01:46 ---> f6a696a9dbd0 19:01:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:01:46 ---> ea04387fa922 19:01:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:01:46 ---> 00c6a33c6011 19:01:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:01:47 ---> 237dbb6becee 19:01:47 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:01:47 ---> Running in 5c489ddbec0e 19:01:47 ---> deec031db8fc 19:01:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:01:48 ---> 86b66e4eaeb1 19:01:48 Step 18/22 : ENTRYPOINT ["/core-data"] 19:01:48 ---> Running in 9d8964f28ccb 19:01:48 Removing intermediate container 5c489ddbec0e 19:01:48 ---> 755dffed2fa9 19:01:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:01:48 Removing intermediate container 9d8964f28ccb 19:01:48 ---> dd39dabb3b16 19:01:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:01:48 ---> Running in 03ca408d74c6 19:01:48 ---> Running in d249586061f6 19:01:48 Removing intermediate container 03ca408d74c6 19:01:48 ---> 1ef3c6261a94 19:01:48 Step 22/24 : LABEL arch=x86_64 19:01:48 Removing intermediate container d249586061f6 19:01:48 ---> 7373b0df410f 19:01:48 Step 20/22 : LABEL arch=x86_64 19:01:48 ---> Running in bf95c429eec7 19:01:49 ---> Running in 6f1fff50eca8 19:01:49 Removing intermediate container bf95c429eec7 19:01:49 ---> c756e89344b8 19:01:49 Step 23/24 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:01:49 Removing intermediate container 6f1fff50eca8 19:01:49 ---> a712cc2fb82d 19:01:49 Step 21/22 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:01:49 ---> Running in a8fc67f70817 19:01:49 ---> Running in bc7c3ba85a9f 19:01:49 Removing intermediate container a8fc67f70817 19:01:49 ---> f4943c886fac 19:01:49 Step 24/24 : LABEL version=0.0.0 19:01:49 Removing intermediate container bc7c3ba85a9f 19:01:49 ---> 43d70066e22c 19:01:49 Step 22/22 : LABEL version=0.0.0 19:01:49 ---> Running in 7258487a87bd 19:01:49 ---> Running in e217f40e82a2 19:01:49 Removing intermediate container 7258487a87bd 19:01:49 ---> c7aa24050ba8 19:01:49 19:01:49 Removing intermediate container e217f40e82a2 19:01:49 ---> 61bacc9f4fa0 19:01:49 19:01:49 Successfully built c7aa24050ba8 19:01:50 Successfully tagged security-secretstore-setup:latest 19:01:50 Building security-bootstrapper 19:01:50  Building security-secretstore-setup ... done Successfully built 61bacc9f4fa0 19:01:50 Successfully tagged core-data:latest 19:01:50  Building core-data ... done Building support-scheduler 19:01:52 Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd 19:01:52 Status: Downloaded newer image for docker:20.10.8 19:01:53 ---> bc6c0ffef665 19:01:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:01:54 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:01:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:01:54 ---> 2b355daa6fb4 19:01:54 Step 3/21 : WORKDIR /edgex-go 19:01:54 ---> Using cache 19:01:54 ---> cc346feff30f 19:01:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:54 ---> Using cache 19:01:54 ---> 9c20868e3c41 19:01:54 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 19:01:56 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:01:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:01:56 ---> 2b355daa6fb4 19:01:56 Step 3/23 : WORKDIR /edgex-go 19:01:56 ---> Using cache 19:01:56 ---> cc346feff30f 19:01:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:56 ---> Using cache 19:01:56 ---> 9c20868e3c41 19:01:56 Step 5/23 : RUN apk add --update --no-cache make git 19:01:56 ---> Using cache 19:01:56 ---> cbe7943ae401 19:01:56 Step 6/23 : COPY go.mod . 19:01:56 ---> Running in f83a839647b7 19:01:56 ---> Running in fa44f4ceec47 19:01:56 Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:01:56 Step 2/30 : FROM ${BUILDER_BASE} AS builder 19:01:56 ---> 2b355daa6fb4 19:01:56 Step 3/30 : WORKDIR /edgex-go 19:01:56 ---> Using cache 19:01:56 ---> cc346feff30f 19:01:56 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:56 ---> Using cache 19:01:56 ---> 9c20868e3c41 19:01:56 Step 5/30 : RUN apk add --update --no-cache make git 19:01:56 ---> Using cache 19:01:56 ---> cbe7943ae401 19:01:56 Step 6/30 : COPY . . 19:01:56 ---> Using cache 19:01:56 ---> c3bb871e68f3 19:01:56 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:01:56 ---> Using cache 19:01:56 ---> 2b0c13b3f14c 19:01:56 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:01:56 ---> 28e2aab7fa2f 19:01:56 Step 7/23 : RUN go mod download 19:01:56 Removing intermediate container f83a839647b7 19:01:56 ---> 88cade0b05ab 19:01:56 Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 19:01:56 ---> Running in 25cf843cbc22 19:01:56 ---> Running in 4a2e7b837c3d 19:01:56 ---> Running in 42fd016841f3 19:01:57 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:01:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:01:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:01:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:01:57 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:01:58 (1/42) Installing readline (8.1.0-r0) 19:01:58 (2/42) Installing bash (5.1.4-r0) 19:01:58 Executing bash-5.1.4-r0.post-install 19:01:58 (3/42) Installing brotli-libs (1.0.9-r5) 19:01:58 (4/42) Installing nghttp2-libs (1.43.0-r0) 19:01:58 (5/42) Installing libcurl (7.79.1-r0) 19:01:58 (6/42) Installing curl (7.79.1-r0) 19:01:58 (7/42) Installing dumb-init (1.2.5-r1) 19:01:58 (8/42) Installing libbz2 (1.0.8-r1) 19:01:58 (9/42) Installing expat (2.4.1-r0) 19:01:58 (10/42) Installing libffi (3.3-r2) 19:01:58 (11/42) Installing gdbm (1.19-r0) 19:01:58 (12/42) Installing xz-libs (5.2.5-r0) 19:01:58 (13/42) Installing libgcc (10.3.1_git20210424-r2) 19:01:58 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 19:01:58 (15/42) Installing mpdecimal (2.5.1-r1) 19:01:58 (16/42) Installing sqlite-libs (3.35.5-r0) 19:01:58 (17/42) Installing python3 (3.9.5-r1) 19:01:58 OK: 220 MiB in 52 packages 19:01:59 Removing intermediate container fa44f4ceec47 19:01:59 ---> 218772793462 19:01:59 Step 6/21 : COPY . . 19:01:59 (18/42) Installing py3-appdirs (1.4.4-r2) 19:01:59 (19/42) Installing py3-chardet (4.0.0-r2) 19:01:59 Removing intermediate container 4a2e7b837c3d 19:01:59 ---> cde5bcac4af5 19:01:59 Step 8/23 : COPY . . 19:01:59 (20/42) Installing py3-idna (3.2-r0) 19:01:59 (21/42) Installing py3-urllib3 (1.26.5-r0) 19:01:59 (22/42) Installing py3-certifi (2020.12.5-r1) 19:01:59 (23/42) Installing py3-requests (2.25.1-r4) 19:01:59 (24/42) Installing py3-msgpack (1.0.2-r1) 19:01:59 (25/42) Installing py3-lockfile (0.12.2-r4) 19:01:59 (26/42) Installing py3-cachecontrol (0.12.6-r1) 19:01:59 (27/42) Installing py3-colorama (0.4.4-r1) 19:01:59 (28/42) Installing py3-contextlib2 (0.6.0-r1) 19:01:59 (29/42) Installing py3-distlib (0.3.1-r3) 19:01:59 (30/42) Installing py3-distro (1.5.0-r3) 19:01:59 (31/42) Installing py3-six (1.15.0-r1) 19:01:59 (32/42) Installing py3-webencodings (0.5.1-r4) 19:01:59 (33/42) Installing py3-html5lib (1.1-r1) 19:01:59 (34/42) Installing py3-parsing (2.4.7-r2) 19:01:59 (35/42) Installing py3-packaging (20.9-r1) 19:01:59 (36/42) Installing py3-toml (0.10.2-r2) 19:01:59 (37/42) Installing py3-pep517 (0.10.0-r2) 19:02:00 (38/42) Installing py3-progress (1.5-r2) 19:02:00 (39/42) Installing py3-retrying (1.3.3-r1) 19:02:00 (40/42) Installing py3-ordered-set (4.0.2-r1) 19:02:00 (41/42) Installing py3-setuptools (52.0.0-r3) 19:02:00 (42/42) Installing py3-pip (20.3.4-r1) 19:02:00 Executing busybox-1.33.1-r3.trigger 19:02:00 OK: 84 MiB in 64 packages 19:02:01 Collecting docker-compose==1.23.2 19:02:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:02:02 Collecting jsonschema<3,>=2.5.1 19:02:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:02:02 Collecting PyYAML<4,>=3.10 19:02:02 Downloading PyYAML-3.13.tar.gz (270 kB) 19:02:03 Collecting dockerpty<0.5,>=0.4.1 19:02:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:02:04 Collecting docopt<0.7,>=0.6.1 19:02:04 Downloading docopt-0.6.2.tar.gz (25 kB) 19:02:04 Collecting texttable<0.10,>=0.9.0 19:02:04 Downloading texttable-0.9.1.tar.gz (11 kB) 19:02:05 Collecting cached-property<2,>=1.2.0 19:02:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:02:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 19:02:05 Collecting websocket-client<1.0,>=0.32.0 19:02:05 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:02:05 Collecting docker<4.0,>=3.6.0 19:02:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:02:06 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:02:06 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:02:06 Collecting docker-pycreds>=0.4.0 19:02:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:02:06 Collecting idna<2.8,>=2.5 19:02:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:02:06 Collecting urllib3<1.25,>=1.21.1 19:02:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:02:06 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 19:02:06 Collecting chardet<3.1.0,>=3.0.2 19:02:06 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:02:07 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:02:07 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:02:07 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:02:07 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:02:07 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:02:07 Attempting uninstall: urllib3 19:02:07 Found existing installation: urllib3 1.26.5 19:02:07 Uninstalling urllib3-1.26.5: 19:02:07 Successfully uninstalled urllib3-1.26.5 19:02:08 Attempting uninstall: idna 19:02:08 Found existing installation: idna 3.2 19:02:08 Uninstalling idna-3.2: 19:02:08 Successfully uninstalled idna-3.2 19:02:08 ---> bfbc0a5bb449 19:02:08 Step 9/23 : RUN go mod tidy 19:02:08 ---> Running in b2955947c20f 19:02:09 Attempting uninstall: chardet 19:02:09 Found existing installation: chardet 4.0.0 19:02:09 Uninstalling chardet-4.0.0: 19:02:09 ---> a28200e91a37 19:02:09 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:02:09 Successfully uninstalled chardet-4.0.0 19:02:09 ---> Running in ac68f429a50b 19:02:09 Attempting uninstall: requests 19:02:09 Found existing installation: requests 2.25.1 19:02:09 Uninstalling requests-2.25.1: 19:02:09 Successfully uninstalled requests-2.25.1 19:02:09 Running setup.py install for texttable: started 19:02:10 Running setup.py install for texttable: finished with status 'done' 19:02:10 Running setup.py install for PyYAML: started 19:02:10 Running setup.py install for PyYAML: finished with status 'done' 19:02:11 Running setup.py install for docopt: started 19:02:11 Removing intermediate container ac68f429a50b 19:02:11 ---> 4f7b1d2e66d3 19:02:11 Step 8/21 : RUN make cmd/support-notifications/support-notifications 19:02:11 ---> Running in 6433e3bf8dce 19:02:11 Running setup.py install for docopt: finished with status 'done' 19:02:11 Running setup.py install for dockerpty: started 19:02:12 Running setup.py install for dockerpty: finished with status 'done' 19:02: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 19:02:12 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 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 19:02:13 Removing intermediate container d645016c52fb 19:02:13 ---> e9b1ef4fbd05 19:02:13 19:02:13 Step 9/22 : FROM alpine:3.14 19:02:13 ---> 14119a10abf4 19:02:13 Step 10/22 : RUN apk add --update --no-cache dumb-init 19:02:13 ---> Using cache 19:02:13 ---> c18847c20246 19:02:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:02:13 ---> Using cache 19:02:13 ---> 79cc24c04272 19:02:13 Step 12/22 : ENV APP_PORT=59881 19:02:13 ---> Running in 0200806d52f2 19:02:13 Removing intermediate container 0200806d52f2 19:02:13 ---> a8244c29125e 19:02:13 Step 13/22 : EXPOSE $APP_PORT 19:02:13 ---> Running in f002248e5964 19:02:13 Removing intermediate container f002248e5964 19:02:13 ---> 08f0faa252be 19:02:13 Step 14/22 : WORKDIR / 19:02:13 ---> Running in e02858a8a5ed 19:02:13 Removing intermediate container e02858a8a5ed 19:02:13 ---> 981784b749c1 19:02:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:14 ---> a6cd214808d0 19:02:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:02:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1466 in /w/workspace/edgexfoundry_edgex-go_PR-3748 [Pipeline] { [Pipeline] ws 19:02:14 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 19:02:15 The recommended git tool is: git 19:02:15 Removing intermediate container b2955947c20f 19:02:15 ---> fdf2c7777c1c 19:02:15 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:02:15 ---> Running in d30d32a9077d 19:02:15 ---> 5a3e54cc3707 19:02:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:02: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 19:02:16 ---> d39669c031c2 19:02:16 Step 18/22 : ENTRYPOINT ["/core-metadata"] 19:02:16 ---> Running in 8092ee916284 19:02:17 Removing intermediate container 8092ee916284 19:02:17 ---> abd181f66fd3 19:02:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:17 Removing intermediate container 42fd016841f3 19:02:17 ---> 9f2f8e179945 19:02:17 Step 13/22 : ENV APP_PORT=58890 19:02:17 ---> Running in 950aad4de284 19:02:17 ---> Running in 67c22619574f 19:02:17 Removing intermediate container 950aad4de284 19:02:17 ---> 64fe5393973d 19:02:17 Step 20/22 : LABEL arch=x86_64 19:02:17 ---> Running in d74656eca2b8 19:02:17 Removing intermediate container 67c22619574f 19:02:17 ---> 0079df7fecae 19:02:17 Step 14/22 : EXPOSE $APP_PORT 19:02:17 ---> Running in 6e4d9da70f37 19:02:17 Removing intermediate container d74656eca2b8 19:02:17 ---> 0bc3af58f62f 19:02:17 Step 21/22 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:02:17 ---> Running in 6ea7608ac253 19:02:17 Removing intermediate container 6e4d9da70f37 19:02:17 ---> ee4b810cb133 19:02:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:02:17 Removing intermediate container 6ea7608ac253 19:02:17 ---> 39fad1b39a86 19:02:17 Step 22/22 : LABEL version=0.0.0 19:02:17 ---> Running in eb1ad9ed82d6 19:02:18 Removing intermediate container eb1ad9ed82d6 19:02:18 ---> 6ee8fd1c30ea 19:02:18 19:02:18 Successfully built 6ee8fd1c30ea 19:02:18 ---> 39b12ca63ff0 19:02:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:02:18 Successfully tagged core-metadata:latest 19:02:18  Building core-metadata ... done  ---> 9727a88a579b 19:02:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:02:18 ---> 713e2733b01a 19:02:18 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 19:02:19 ---> Running in 59efb1afc9e1 19:02:19 Removing intermediate container 59efb1afc9e1 19:02:19 ---> 5a5d6f9061d1 19:02:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:19 ---> Running in 1bfd7631d5b2 19:02:19 Removing intermediate container 1bfd7631d5b2 19:02:19 ---> f462497453a1 19:02:19 Step 20/22 : LABEL arch=x86_64 19:02:19 ---> Running in f616a219258f 19:02:19 Removing intermediate container f616a219258f 19:02:19 ---> 7c46eb44b675 19:02:19 Step 21/22 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:02:19 ---> Running in fa1a276d4e22 19:02:19 Removing intermediate container fa1a276d4e22 19:02:19 ---> b9a2749331f9 19:02:19 Step 22/22 : LABEL version=0.0.0 19:02:19 ---> Running in 94a40494e69a 19:02:19 Removing intermediate container 94a40494e69a 19:02:19 ---> 3822a28ce4d0 19:02:19 19:02:19 Successfully built 3822a28ce4d0 19:02:20 Successfully tagged sys-mgmt-agent:latest 19:02:21 using credential edgex-jenkins-ssh 19:02:21 Cloning the remote Git repository 19:02:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:02:22 > git init /w/workspace/edgex-go/7 # timeout=10 19:02:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:02:22 > git --version # timeout=10 19:02:22 > git --version # 'git version 2.17.1' 19:02:22 using GIT_SSH to set credentials SSH Credentials for GitHub 19:02:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:02:26  Building sys-mgmt-agent ... done Removing intermediate container 25cf843cbc22 19:02:26 ---> 10ec16a9c7ba 19:02:26 19:02:26 Step 9/30 : FROM alpine:3.14 19:02:26 ---> 14119a10abf4 19:02:26 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:02:26 ---> Running in 3cef28794d2b 19:02:26 Removing intermediate container 3cef28794d2b 19:02:26 ---> e3dc30719a20 19:02:26 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 19:02:26 ---> Running in e59ca9372693 19:02:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:02:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:02:27 (1/2) Installing dumb-init (1.2.5-r1) 19:02:27 (2/2) Installing su-exec (0.2-r1) 19:02:27 Executing busybox-1.33.1-r3.trigger 19:02:27 OK: 6 MiB in 16 packages 19:02:28 Removing intermediate container e59ca9372693 19:02:28 ---> a55bdb36a7fc 19:02:28 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 19:02:28 ---> Running in 0762a06989e5 19:02:28 Removing intermediate container 0762a06989e5 19:02:28 ---> 416a5318155d 19:02:28 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:02:28 ---> Running in b0143a6fab9a 19:02:28 Removing intermediate container b0143a6fab9a 19:02:28 ---> 0fd2d360fd31 19:02:28 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:02:28 ---> Running in de59e5283a76 19:02:29 Removing intermediate container de59e5283a76 19:02:29 ---> 84d23850b45c 19:02:29 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 19:02:29 ---> Running in be36ffc7b8df 19:02:29 Removing intermediate container be36ffc7b8df 19:02:29 ---> dfd487d39dfb 19:02:29 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:02:29 ---> 07590e8c3883 19:02:29 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:02:29 ---> Running in 32e3edc41dea 19:02:30 Removing intermediate container 32e3edc41dea 19:02:30 ---> 067ce5f55939 19:02:30 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:31 ---> 53c887ce8584 19:02:31 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:02:31 ---> cbc775f3aa3c 19:02:31 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:02:31 ---> e6ea65b2b254 19:02:31 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:02:32 ---> 30e09a243cda 19:02:32 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:02:32 ---> cb2770d2b57f 19:02:32 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 19:02:33 ---> Running in 3b064384bd26 19:02:33 Removing intermediate container 3b064384bd26 19:02:33 ---> f5870ad1f692 19:02:33 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:02:33 ---> 78ad86298625 19:02:33 Step 25/30 : RUN chmod +x /entrypoint.sh 19:02:33 ---> Running in 18e832eb6a13 19:02:34 Removing intermediate container 18e832eb6a13 19:02:34 ---> 7ff9931d3b96 19:02:34 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 19:02:34 ---> Running in f1ca434b0d48 19:02:34 Removing intermediate container f1ca434b0d48 19:02:34 ---> 5a9dd84aee6d 19:02:34 Step 27/30 : CMD ["gate"] 19:02:34 ---> Running in 9fb92df43b45 19:02:34 Removing intermediate container 9fb92df43b45 19:02:34 ---> 8341fca2f235 19:02:34 Step 28/30 : LABEL arch=x86_64 19:02:35 ---> Running in a2c5445c4eae 19:02:35 Removing intermediate container a2c5445c4eae 19:02:35 ---> d3f48b245639 19:02:35 Step 29/30 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:02:35 ---> Running in 5bea47bff8c3 19:02:35 Removing intermediate container 5bea47bff8c3 19:02:35 ---> 6a78b94171be 19:02:35 Step 30/30 : LABEL version=0.0.0 19:02:35 ---> Running in 9ebf381cd500 19:02:35 Removing intermediate container 9ebf381cd500 19:02:35 ---> d720b03888fe 19:02:35 19:02:36 Successfully built d720b03888fe 19:02:36 Successfully tagged security-bootstrapper:latest 19:02:36  Building security-bootstrapper ... done Removing intermediate container 6433e3bf8dce 19:02:36 ---> e2c83c417a89 19:02:36 19:02:36 Step 9/21 : FROM alpine:3.14 19:02:36 ---> 14119a10abf4 19:02:36 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 19:02:37 ---> Running in 03b424f8a1b1 19:02:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:02:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:02:37 (1/2) Installing ca-certificates (20191127-r5) 19:02:37 (2/2) Installing dumb-init (1.2.5-r1) 19:02:37 Executing busybox-1.33.1-r3.trigger 19:02:37 Executing ca-certificates-20191127-r5.trigger 19:02:37 OK: 6 MiB in 16 packages 19:02:38 Removing intermediate container 03b424f8a1b1 19:02:38 ---> cba137ae0135 19:02:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:02:38 ---> Running in c7c87c491fc7 19:02:38 Removing intermediate container c7c87c491fc7 19:02:38 ---> 9821c2f31ac0 19:02:38 Step 12/21 : ENV APP_PORT=59860 19:02:38 ---> Running in 229fb1e597d2 19:02:38 Removing intermediate container 229fb1e597d2 19:02:38 ---> 18701007e567 19:02:38 Step 13/21 : EXPOSE $APP_PORT 19:02:38 ---> Running in e86042c46d75 19:02:38 Removing intermediate container d30d32a9077d 19:02:38 ---> 6b234b96406d 19:02:38 19:02:38 Step 11/23 : FROM alpine:3.14 19:02:38 ---> 14119a10abf4 19:02:38 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:02:38 ---> Using cache 19:02:38 ---> c18847c20246 19:02:38 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:02:38 ---> Using cache 19:02:38 ---> 79cc24c04272 19:02:38 Step 14/23 : ENV APP_PORT=59861 19:02:38 ---> Running in 40f8396f0416 19:02:38 Removing intermediate container e86042c46d75 19:02:38 ---> fd48bc958699 19:02:38 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:38 Removing intermediate container 40f8396f0416 19:02:38 ---> 1df45b31de63 19:02:38 Step 15/23 : EXPOSE $APP_PORT 19:02:38 ---> Running in 09946f3060ab 19:02:39 ---> 7a61091aa5f5 19:02:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:02:39 Removing intermediate container 09946f3060ab 19:02:39 ---> 22208dff0e67 19:02:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:39 ---> 937cac741f47 19:02:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:02:39 ---> 5c57cc004bc4 19:02:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:02:39 ---> 5d88c4087109 19:02:39 Step 17/21 : ENTRYPOINT ["/support-notifications"] 19:02:39 ---> Running in 34366d3b44ae 19:02:39 ---> 542e13aea7ed 19:02:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:02:39 Removing intermediate container 34366d3b44ae 19:02:39 ---> dc551f662491 19:02:39 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:39 ---> Running in bcfa32f2caba 19:02:39 ---> 67f193c9cf74 19:02:39 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:02:39 ---> Running in 3c69b4a6d3c3 19:02:39 Removing intermediate container bcfa32f2caba 19:02:39 ---> cd54532eb8f2 19:02:39 Step 19/21 : LABEL arch=x86_64 19:02:39 ---> Running in 9532d3161016 19:02:39 Removing intermediate container 3c69b4a6d3c3 19:02:39 ---> da4339772cfe 19:02:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:39 ---> Running in d282e065ca99 19:02:39 Removing intermediate container 9532d3161016 19:02:39 ---> e8aada7a5ba6 19:02:39 Step 20/21 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:02:40 ---> Running in 84d0bba9e3e6 19:02:40 Removing intermediate container d282e065ca99 19:02:40 ---> 5f0880deb44d 19:02:40 Step 21/23 : LABEL arch=x86_64 19:02:40 ---> Running in 60328499de77 19:02:40 Removing intermediate container 84d0bba9e3e6 19:02:40 ---> 3ea60e7bcae8 19:02:40 Step 21/21 : LABEL version=0.0.0 19:02:40 ---> Running in 4d19bfbd3a35 19:02:40 Removing intermediate container 60328499de77 19:02:40 ---> b7602a07bcb4 19:02:40 Step 22/23 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:02:40 ---> Running in 0df6fc373098 19:02:40 Removing intermediate container 4d19bfbd3a35 19:02:40 ---> 0d383aa68aa0 19:02:40 19:02:40 Successfully built 0d383aa68aa0 19:02:40 Successfully tagged support-notifications:latest 19:02:40  Building support-notifications ... done Removing intermediate container 0df6fc373098 19:02:40 ---> deb01eeeb671 19:02:40 Step 23/23 : LABEL version=0.0.0 19:02:40 ---> Running in e9bf7e727f43 19:02:40 Removing intermediate container e9bf7e727f43 19:02:40 ---> 9d0684feee58 19:02:40 19:02:40 Merging remotes/origin/main commit 9d6a4513a2ce67a55ac7208e4cc4009604167c71 into PR head commit 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:02:40 Successfully built 9d0684feee58 19:02:40 Successfully tagged support-scheduler:latest 19:02:40  Building support-scheduler ... done  [Pipeline] } 19:02:40 $ docker stop --time=1 107ba49135fcad72fe2fa613e0301ad00b07e0ee27089c762031a9824881220a 19:02:40 Merge succeeded, producing 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:02:40 Checking out Revision 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 (PR-3748) 19:02:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:02:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:02:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:02:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:02:39 using GIT_SSH to set credentials SSH Credentials for GitHub 19:02:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3748/head:refs/remotes/origin/PR-3748 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:02:40 > git config core.sparsecheckout # timeout=10 19:02:40 > git checkout -f 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 # timeout=10 19:02:40 > git remote # timeout=10 19:02:40 > git config --get remote.origin.url # timeout=10 19:02:40 using GIT_SSH to set credentials SSH Credentials for GitHub 19:02:40 > git merge 9d6a4513a2ce67a55ac7208e4cc4009604167c71 # timeout=10 19:02:40 > git rev-parse HEAD^{commit} # timeout=10 19:02:40 > git config core.sparsecheckout # timeout=10 19:02:40 > git checkout -f 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 # timeout=10 19:02:42 $ docker rm -f 107ba49135fcad72fe2fa613e0301ad00b07e0ee27089c762031a9824881220a [Pipeline] // withDockerContainer [Pipeline] sh 19:02:42 + docker images 19:02:42 REPOSITORY TAG IMAGE ID CREATED SIZE 19:02:42 support-scheduler latest 9d0684feee58 2 seconds ago 16.1MB 19:02:42 support-notifications latest 0d383aa68aa0 2 seconds ago 16.8MB 19:02:42 6b234b96406d 4 seconds ago 1.75GB 19:02:42 e2c83c417a89 6 seconds ago 1.76GB 19:02:42 security-bootstrapper latest d720b03888fe 7 seconds ago 18.8MB 19:02:42 10ec16a9c7ba 17 seconds ago 1.75GB 19:02:42 sys-mgmt-agent latest 3822a28ce4d0 23 seconds ago 294MB 19:02:42 core-metadata latest 6ee8fd1c30ea 25 seconds ago 16.8MB 19:02:42 e9b1ef4fbd05 30 seconds ago 1.76GB 19:02:42 core-data latest 61bacc9f4fa0 53 seconds ago 20.5MB 19:02:42 security-secretstore-setup latest c7aa24050ba8 53 seconds ago 28.2MB 19:02:42 security-proxy-setup latest b778cbcea22c 59 seconds ago 26.7MB 19:02:42 0de92782e98a About a minute ago 1.75GB 19:02:42 98ebd323e954 About a minute ago 1.76GB 19:02:42 e36bea6e8502 About a minute ago 1.76GB 19:02:42 c007114a1076 About a minute ago 1.76GB 19:02:42 core-command latest a832c0cc9ee9 About a minute ago 16MB 19:02:42 6b53ea9e43a9 About a minute ago 1.75GB 19:02:42 ci-base-image-x86_64 latest 2b355daa6fb4 5 minutes ago 1.25GB 19:02:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 27 hours ago 548MB 19:02:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 days ago 34.5MB 19:02:42 docker 20.10.8 bc6c0ffef665 6 weeks ago 214MB 19:02:42 alpine 3.14 14119a10abf4 6 weeks ago 5.6MB 19:02:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 15 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 19:02:45 Commit message: "Merge branch 'main' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.1-dev.20" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:02:46 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:02:46 % Total % Received % Xferd Average Speed Time Time Time Current 19:02:46 Dload Upload Total Spent Left Speed 19:02:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 199k 0 --:--:-- --:--:-- --:--:-- 202k [Pipeline] sh 19:02:46 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:02:47 + sudo tee /etc/docker/daemon.new 19:02:47 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:02:47 { 19:02:47 "registry-mirrors": [ 19:02:47 "https://nexus3.edgexfoundry.org:10001" 19:02:47 ], 19:02:47 "bip": "10.250.0.254/24", 19:02:47 "hosts": [ 19:02:47 "tcp://0.0.0.0:5555", 19:02:47 "unix:///var/run/docker.sock" 19:02:47 ], 19:02:47 "mtu": 1458, 19:02:47 "selinux-enabled": true, 19:02:47 "seccomp-profile": "/etc/docker/seccomp.json" 19:02:47 } [Pipeline] sh 19:02:47 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:02:48 + sudo service docker restart 19:02:57 Still waiting to schedule task 19:02:57 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:03:06 provisioning config files... 19:03:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5957981403554001745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:03:06 ---> docker-login.sh 19:03:06 nexus3.edgexfoundry.org:10001 19:03:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:03:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:03:08 Configure a credential helper to remove this warning. See 19:03:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:03:08 19:03:08 Login Succeeded 19:03:08 nexus3.edgexfoundry.org:10002 19:03:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:03:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:03:09 Configure a credential helper to remove this warning. See 19:03:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:03:09 19:03:09 Login Succeeded 19:03:09 nexus3.edgexfoundry.org:10003 19:03:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:03:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:03:10 Configure a credential helper to remove this warning. See 19:03:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:03:10 19:03:10 Login Succeeded 19:03:10 nexus3.edgexfoundry.org:10004 19:03:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:03:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:03:10 Configure a credential helper to remove this warning. See 19:03:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:03:10 19:03:10 Login Succeeded 19:03:10 docker.io 19:03:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:03:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:03:11 Configure a credential helper to remove this warning. See 19:03:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:03:11 19:03:11 Login Succeeded 19:03:11 ---> docker-login.sh ends [Pipeline] } 19:03:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:03:12 ========================================================= 19:03:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 19:03:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:03:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:03:13 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:03:13 552d1f2373af: Pulling fs layer 19:03:13 ea3f2d53f512: Pulling fs layer 19:03:13 9e70ebbbe112: Pulling fs layer 19:03:13 7a9cfe048b4a: Pulling fs layer 19:03:13 72dc09318566: Pulling fs layer 19:03:13 f4f7b4309257: Pulling fs layer 19:03:13 0ac9a79272e3: Pulling fs layer 19:03:13 b78e95d17946: Pulling fs layer 19:03:13 f4f7b4309257: Waiting 19:03:13 0ac9a79272e3: Waiting 19:03:13 7a9cfe048b4a: Waiting 19:03:13 b78e95d17946: Waiting 19:03:13 72dc09318566: Waiting 19:03:13 9e70ebbbe112: Verifying Checksum 19:03:13 9e70ebbbe112: Download complete 19:03:13 ea3f2d53f512: Download complete 19:03:13 72dc09318566: Download complete 19:03:13 552d1f2373af: Verifying Checksum 19:03:13 552d1f2373af: Download complete 19:03:13 f4f7b4309257: Verifying Checksum 19:03:13 f4f7b4309257: Download complete 19:03:13 0ac9a79272e3: Verifying Checksum 19:03:13 0ac9a79272e3: Download complete 19:03:13 552d1f2373af: Pull complete 19:03:14 ea3f2d53f512: Pull complete 19:03:15 9e70ebbbe112: Pull complete 19:03:15 b78e95d17946: Verifying Checksum 19:03:15 b78e95d17946: Download complete 19:03:15 7a9cfe048b4a: Verifying Checksum 19:03:15 7a9cfe048b4a: Download complete 19:03:25 7a9cfe048b4a: Pull complete 19:03:25 72dc09318566: Pull complete 19:03:25 f4f7b4309257: Pull complete 19:03:25 0ac9a79272e3: Pull complete 19:03:31 b78e95d17946: Pull complete 19:03:31 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 19:03:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:03:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh 19:03:31 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:03:31 WORKDIR /edgex 19:03:31 COPY go.mod . 19:03:31 RUN go mod download+ 19:03:31 docker build -t ci-base-image-arm64 -f - . 19:03:33 Sending build context to Docker daemon 166.3MB 19:03:33 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 19:03:33 ---> 8b459fc5aaf0 19:03:33 Step 2/4 : WORKDIR /edgex 19:03:40 ---> Running in 20814185b555 19:03:40 Removing intermediate container 20814185b555 19:03:40 ---> c9aa93fa23c9 19:03:40 Step 3/4 : COPY go.mod . 19:03:40 ---> 687f97da4649 19:03:40 Step 4/4 : RUN go mod download 19:03:41 ---> Running in 23d8110085f5 19:05:03 Removing intermediate container 23d8110085f5 19:05:03 ---> 8eee5ef760d7 19:05:03 Successfully built 8eee5ef760d7 19:05:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:05:03 + docker inspect -f . ci-base-image-arm64 19:05:03 . [Pipeline] withDockerContainer 19:05:03 prd-ubuntu18.04-docker-arm64-4c-16g-1466 does not seem to be running inside a container 19:05:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 19:05:05 $ docker top d27406c584fd4bf5c8f47e4bbbd50ae58c6077b9120a5bb3225d96605e0bcf0d -eo pid,comm [Pipeline] { [Pipeline] sh 19:05:06 + go version 19:05:06 go version go1.16.8 linux/arm64 [Pipeline] } 19:05:06 $ docker stop --time=1 d27406c584fd4bf5c8f47e4bbbd50ae58c6077b9120a5bb3225d96605e0bcf0d 19:05:08 $ docker rm -f d27406c584fd4bf5c8f47e4bbbd50ae58c6077b9120a5bb3225d96605e0bcf0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:05:09 + docker inspect -f . ci-base-image-arm64 19:05:09 . [Pipeline] withDockerContainer 19:05:09 prd-ubuntu18.04-docker-arm64-4c-16g-1466 does not seem to be running inside a container 19:05:09 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 19:05:10 $ docker top 110498a81c518eb80ed29c2e592815bc0713eda61649979ac152b720539008d0 -eo pid,comm [Pipeline] { [Pipeline] echo 19:05:11 ========================================================= 19:05:11 [edgeXBuildGoParallel] Running Tests and Build... 19:05:11 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:05:11 + make test 19:05:11 go mod tidy 19:05:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:05:39 ? github.com/edgexfoundry/edgex-go [no test files] 19:05:43 Running on prd-ubuntu18.04-docker-8c-8g-1469 in /w/workspace/edgexfoundry_edgex-go_PR-3748 [Pipeline] { [Pipeline] ws 19:05:43 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 19:05:43 The recommended git tool is: git 19:05:45 using credential edgex-jenkins-ssh 19:05:45 Cloning the remote Git repository 19:05:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:05:45 > git init /w/workspace/edgex-go/7 # timeout=10 19:05:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:05:45 > git --version # timeout=10 19:05:45 > git --version # 'git version 2.17.1' 19:05:45 using GIT_SSH to set credentials SSH Credentials for GitHub 19:05:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:06:02 Merging remotes/origin/main commit 9d6a4513a2ce67a55ac7208e4cc4009604167c71 into PR head commit 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:06:03 Merge succeeded, producing 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:06:03 Checking out Revision 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 (PR-3748) 19:06:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:06:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:06:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:06:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:06:01 using GIT_SSH to set credentials SSH Credentials for GitHub 19:06:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3748/head:refs/remotes/origin/PR-3748 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:06:02 > git config core.sparsecheckout # timeout=10 19:06:02 > git checkout -f 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 # timeout=10 19:06:03 > git remote # timeout=10 19:06:03 > git config --get remote.origin.url # timeout=10 19:06:03 using GIT_SSH to set credentials SSH Credentials for GitHub 19:06:03 > git merge 9d6a4513a2ce67a55ac7208e4cc4009604167c71 # timeout=10 19:06:03 > git rev-parse HEAD^{commit} # timeout=10 19:06:03 > git config core.sparsecheckout # timeout=10 19:06:03 > git checkout -f 20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 # timeout=10 19:06:06 Commit message: "Merge branch 'main' into dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.1-dev.20" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:06:07 + echo snap-build.sh 19:06:07 snap-build.sh 19:06:07 + SNAP_BASE_DIR=. 19:06:07 + '[' '!' -z /w/workspace/edgex-go/7 ']' 19:06:07 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 19:06:07 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 19:06:07 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 19:06:07 + cd /w/workspace/edgex-go/7 19:06:07 + sudo apt-get remove -qy --purge lxd lxd-client 19:06:07 Reading package lists... 19:06:07 Building dependency tree... 19:06:07 Reading state information... 19:06:07 The following packages were automatically installed and are no longer required: 19:06:07 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:06:07 uidmap xdelta3 19:06:07 Use 'sudo apt autoremove' to remove them. 19:06:07 The following packages will be REMOVED: 19:06:07 lxd* lxd-client* 19:06:07 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:06:07 After this operation, 31.7 MB disk space will be freed. 19:06:08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190317 files and directories currently installed.) 19:06:08 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:06:09 Removing lxd dnsmasq configuration 19:06:09 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:06:09 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:06:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:06:10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190142 files and directories currently installed.) 19:06:10 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:06:11 Processing triggers for systemd (237-3ubuntu10.45) ... 19:06:11 Processing triggers for ureadahead (0.100.0-21) ... 19:06:12 + sudo snap remove --purge lxd 19:06:12 snap "lxd" is not installed 19:06:12 + sudo groupadd --force --system lxd 19:06:12 ++ whoami 19:06:12 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:06:12 + newgrp - lxd 19:06:12 + sudo snap install lxd 19:06:24 2021-10-14T19:06:21Z INFO Waiting for automatic snapd restart... 19:06:39 lxd 4.19 from Canonical* installed 19:06:39 + sudo lxd init --auto 19:06:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:06:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:06:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:06:49 + sudo snap install --classic snapcraft 19:06:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:06:59 snapcraft 5.0 from Canonical* installed 19:06:59 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:06:59 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:06:59 % Total % Received % Xferd Average Speed Time Time Time Current 19:06:59 Dload Upload Total Spent Left Speed 19:06:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 1756 0 --:--:-- --:--:-- --:--:-- 1756 19:06:59 100 3325k 100 3325k 0 0 5424k 0 --:--:-- --:--:-- --:--:-- 5424k 19:06:59 ./yq_linux_amd64 19:07:00 + sudo snapcraft prime --use-lxd 19:07:02 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:07:02 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: 19:07:02 - README.md 19:07:02 19:07:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:07:02 Launching a container. 19:07:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:07:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:07:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:07:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:07:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:07:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:07:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:07:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:07:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:07:04 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:07:07 Waiting for container to be ready 19:07:08 To start your first instance, try: lxc launch ubuntu:20.04 19:07:08 19:07:12 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:07:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.175s coverage: 28.7% of statements 19:07:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:07:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:07:13 Waiting for network to be ready... 19:07:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:07:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1906 kB] 19:07:13 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:07:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [346 kB] 19:07:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 19:07:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 19:07:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [469 kB] 19:07:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [63.2 kB] 19:07:13 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1141 kB] 19:07:13 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [261 kB] 19:07:14 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:07:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:07:14 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:07:14 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:07:14 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:07:14 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:07:14 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:07:14 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:07:14 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:07:14 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2251 kB] 19:07:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [438 kB] 19:07:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 19:07:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 19:07:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [493 kB] 19:07:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [66.9 kB] 19:07:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1756 kB] 19:07:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [377 kB] 19:07:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.324s coverage: 98.5% of statements 19:07:16 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:07:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.401s coverage: 46.3% of statements 19:07:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:07:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:07:17 Fetched 25.4 MB in 4s (5966 kB/s) 19:07:18 Reading package lists... 19:07:18 Reading package lists... 19:07:18 Building dependency tree... 19:07:18 Reading state information... 19:07:18 The following additional packages will be installed: 19:07:18 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:07:18 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:07:18 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:07:18 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:07:18 Suggested packages: 19:07:18 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:07:18 Recommended packages: 19:07:18 gnupg libsasl2-modules 19:07:19 The following NEW packages will be installed: 19:07:19 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:07:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:07:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:07:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:07:19 The following packages will be upgraded: 19:07:19 gpg gpg-agent gpgconf libudev1 19:07:19 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. 19:07:19 Need to get 3527 kB of archives. 19:07:19 After this operation, 13.3 MB of additional disk space will be used. 19:07:19 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] 19:07:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:07:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:07:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:07:19 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.52 [55.8 kB] 19:07:19 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.52 [1102 kB] 19:07:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.633s coverage: 90.1% of statements 19:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:07:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:07:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:07:19 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:07:20 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:07:20 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:07:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:07:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:07:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:07:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:07:20 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:07:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:07:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:07:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:07:20 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:07:20 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:07:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:07:20 debconf: delaying package configuration, since apt-utils is not installed 19:07:20 Fetched 3527 kB in 1s (3025 kB/s) 19:07:20 (Reading database ... 12511 files and directories currently installed.) 19:07:20 Preparing to unpack .../libudev1_237-3ubuntu10.52_amd64.deb ... 19:07:20 Unpacking libudev1:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... 19:07:20 Setting up libudev1:amd64 (237-3ubuntu10.52) ... 19:07:20 Selecting previously unselected package udev. 19:07:20 (Reading database ... 12511 files and directories currently installed.) 19:07:20 Preparing to unpack .../00-udev_237-3ubuntu10.52_amd64.deb ... 19:07:20 Unpacking udev (237-3ubuntu10.52) ... 19:07:20 Selecting previously unselected package libfuse2:amd64. 19:07:20 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:07:20 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:07:20 Selecting previously unselected package fuse. 19:07:20 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:07:20 Unpacking fuse (2.9.7-1ubuntu1) ... 19:07:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.240s coverage: 84.4% of statements 19:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:07:20 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:07:20 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:07:20 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:07:20 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:07:20 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:07:20 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:07:21 Selecting previously unselected package libksba8:amd64. 19:07:21 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:07:21 Unpacking libksba8:amd64 (1.3.5-2) ... 19:07:21 Selecting previously unselected package libroken18-heimdal:amd64. 19:07:21 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:07:21 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:21 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:07:21 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:07:21 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:21 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:07:21 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:07:21 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:21 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:07:21 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:07:21 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:21 Selecting previously unselected package libwind0-heimdal:amd64. 19:07:21 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:07:21 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:21 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:07:21 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:07:21 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:21 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:07:21 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:07:21 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:21 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:07:21 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:07:21 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:21 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:07:21 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:07:21 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:21 Selecting previously unselected package libsasl2-modules-db:amd64. 19:07:21 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:07:21 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:07:21 Selecting previously unselected package libsasl2-2:amd64. 19:07:21 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:07:21 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:07:21 Selecting previously unselected package libldap-common. 19:07:21 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:07:21 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:07:21 Selecting previously unselected package libldap-2.4-2:amd64. 19:07:21 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:07:21 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:07:21 Selecting previously unselected package dirmngr. 19:07:21 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:07:21 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:07:21 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:07:21 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:07:21 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:07:22 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:07:22 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:07:22 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:07:22 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:22 Setting up libksba8:amd64 (1.3.5-2) ... 19:07:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:07:22 Setting up udev (237-3ubuntu10.52) ... 19:07:22 invoke-rc.d: policy-rc.d denied execution of start. 19:07:22 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:22 Processing triggers for systemd (237-3ubuntu10) ... 19:07:22 Setting up fuse (2.9.7-1ubuntu1) ... 19:07:22 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:07:22 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:22 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:22 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:22 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:22 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:22 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:22 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:07:22 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:07:22 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:07:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:07:23 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:07:23 settings in the [Install] section, and DefaultInstance for template units). 19:07:23 This means they are not meant to be enabled using systemctl. 19:07:23 Possible reasons for having this kind of units are: 19:07:23 1) A unit may be statically enabled by being symlinked from another unit's 19:07:23 .wants/ or .requires/ directory. 19:07:23 2) A unit's purpose may be to act as a helper for some other unit which has 19:07:23 a requirement dependency on it. 19:07:23 3) A unit may be started when needed via activation (socket, path, timer, 19:07:23 D-Bus, udev, scripted systemctl call, ...). 19:07:23 4) In case of template units, the unit is meant to be enabled with some 19:07:23 instance name specified. 19:07:23 Reading package lists... 19:07:23 Building dependency tree... 19:07:23 Reading state information... 19:07:23 The following additional packages will be installed: 19:07:23 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:07:23 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:07:23 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:07:23 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:07:23 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:07:23 Suggested packages: 19:07:23 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:07:23 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:07:23 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:07:23 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:07:23 systemd-container policykit-1 19:07:23 Recommended packages: 19:07:23 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:07:23 The following NEW packages will be installed: 19:07:23 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:07:23 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:07:23 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:07:23 multiarch-support openssh-client python3 python3-minimal python3.6 19:07:23 python3.6-minimal snapd squashfs-tools sudo 19:07:23 The following packages will be upgraded: 19:07:23 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:07:23 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. 19:07:23 Need to get 36.8 MB of archives. 19:07:23 After this operation, 147 MB of additional disk space will be used. 19:07:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.13 [1302 kB] 19:07:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:07:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:07:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:07:24 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.52 [2913 kB] 19:07:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:07:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:07:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:07:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:07:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:07:24 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:07:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:07:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:07:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:07:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] 19:07:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] 19:07:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB] 19:07:25 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.52 [206 kB] 19:07:25 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 19:07:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 19:07:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:07:25 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:07:25 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:07:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:07:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:07:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:07:25 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:07:25 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:07:25 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:07:25 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.51.1+18.04 [22.6 MB] 19:07:25 debconf: delaying package configuration, since apt-utils is not installed 19:07:25 Fetched 36.8 MB in 2s (18.6 MB/s) 19:07:25 (Reading database ... 12757 files and directories currently installed.) 19:07:25 Preparing to unpack .../systemd_237-3ubuntu10.52_amd64.deb ... 19:07:26 Unpacking systemd (237-3ubuntu10.52) over (237-3ubuntu10) ... 19:07:26 Preparing to unpack .../libsystemd0_237-3ubuntu10.52_amd64.deb ... 19:07:26 Unpacking libsystemd0:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... 19:07:26 Setting up libsystemd0:amd64 (237-3ubuntu10.52) ... 19:07:26 (Reading database ... 12757 files and directories currently installed.) 19:07:26 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 19:07:26 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 19:07:27 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 19:07:27 (Reading database ... 12757 files and directories currently installed.) 19:07:27 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 19:07:27 Unpacking apt (1.6.14) over (1.6.1) ... 19:07:27 Setting up apt (1.6.14) ... 19:07:27 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:07:27 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:07:27 (Reading database ... 12764 files and directories currently installed.) 19:07:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 19:07:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... 19:07:27 Selecting previously unselected package libpython3.6-minimal:amd64. 19:07:27 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:07:27 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:07:28 Selecting previously unselected package libexpat1:amd64. 19:07:28 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:07:28 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:07:28 Selecting previously unselected package python3.6-minimal. 19:07:28 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:07:28 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:07:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... 19:07:28 Checking for services that may need to be restarted...done. 19:07:28 Checking for services that may need to be restarted...done. 19:07:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:07:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:07:28 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:07:28 Selecting previously unselected package python3-minimal. 19:07:28 (Reading database ... 13012 files and directories currently installed.) 19:07:28 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:07:28 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:07:28 Selecting previously unselected package mime-support. 19:07:28 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:07:28 Unpacking mime-support (3.60ubuntu1) ... 19:07:29 Selecting previously unselected package libmpdec2:amd64. 19:07:29 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:07:29 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:07:29 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:07:29 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:07:29 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:07:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.711s coverage: 94.2% of statements 19:07:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:07:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:07:29 ok github.com/edgexfoundry/edgex-go/internal/io 0.202s coverage: 59.1% of statements 19:07:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:07:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:07:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:07:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:07:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:07:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.257s coverage: 60.0% of statements 19:07:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:07:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:07:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:07:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.339s coverage: 1.0% of statements 19:07:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:07:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.191s coverage: 58.8% of statements 19:07:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.315s coverage: 21.7% of statements 19:07:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:07:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.217s coverage: 47.1% of statements 19:07:29 Selecting previously unselected package python3.6. 19:07:29 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:07:29 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:07:29 Selecting previously unselected package libpython3-stdlib:amd64. 19:07:29 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:07:29 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:07:29 Setting up python3-minimal (3.6.7-1~18.04) ... 19:07:29 Selecting previously unselected package python3. 19:07:29 (Reading database ... 13442 files and directories currently installed.) 19:07:29 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:07:29 Unpacking python3 (3.6.7-1~18.04) ... 19:07:29 Selecting previously unselected package multiarch-support. 19:07:29 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:07:29 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:07:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.254s coverage: 79.5% of statements 19:07:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.202s coverage: 94.1% of statements 19:07:29 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:07:29 Selecting previously unselected package liblzo2-2:amd64. 19:07:29 (Reading database ... 13479 files and directories currently installed.) 19:07:29 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:07:29 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:07:29 Selecting previously unselected package libbsd0:amd64. 19:07:29 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:07:29 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:07:29 Selecting previously unselected package sudo. 19:07:29 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:07:29 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:07:30 Selecting previously unselected package apparmor. 19:07:30 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:07:30 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:07:30 Selecting previously unselected package libedit2:amd64. 19:07:30 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:07:30 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:07:30 Selecting previously unselected package libkrb5support0:amd64. 19:07:30 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:07:30 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:07:30 Selecting previously unselected package libk5crypto3:amd64. 19:07:30 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:07:30 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:07:30 Selecting previously unselected package libkeyutils1:amd64. 19:07:30 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:07:30 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:07:30 Selecting previously unselected package libkrb5-3:amd64. 19:07:30 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:07:30 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:07:30 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:07:30 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:07:30 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:07:30 Selecting previously unselected package libssl1.0.0:amd64. 19:07:30 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... 19:07:30 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... 19:07:30 Selecting previously unselected package openssh-client. 19:07:30 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... 19:07:30 Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... 19:07:30 Selecting previously unselected package squashfs-tools. 19:07:31 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... 19:07:31 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... 19:07:31 Selecting previously unselected package snapd. 19:07:31 Preparing to unpack .../13-snapd_2.51.1+18.04_amd64.deb ... 19:07:31 Unpacking snapd (2.51.1+18.04) ... 19:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.294s coverage: 96.3% of statements 19:07:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.217s coverage: 87.5% of statements 19:07:32 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:07:32 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... 19:07:33 Setting up mime-support (3.60ubuntu1) ... 19:07:33 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:07:33 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:07:33 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:07:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:07:33 Setting up systemd (237-3ubuntu10.52) ... 19:07:33 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:07:34 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:07:34 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:07:34 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:07:34 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:07:34 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:07:34 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:07:34 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... 19:07:34 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:07:34 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:07:34 Setting up python3 (3.6.7-1~18.04) ... 19:07:34 running python rtupdate hooks for python3.6... 19:07:34 running python post-rtupdate hooks for python3.6... 19:07:34 Setting up apparmor (2.12-4ubuntu5.1) ... 19:07:35 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:07:35 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:07:35 Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... 19:07:35 Setting up snapd (2.51.1+18.04) ... 19:07:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:07:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:07:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:07:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:07:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:07:36 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:07:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:07:37 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:07:37 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:07:37 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:07:37 /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' 19:07:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:07:37 Processing triggers for systemd (237-3ubuntu10.52) ... 19:07:38 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:07:38 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:07:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:07:39 Reading package lists... 19:07:40 Reading package lists... 19:07:40 Building dependency tree... 19:07:40 Reading state information... 19:07:40 Calculating upgrade... 19:07:40 The following packages will be upgraded: 19:07:40 advancecomp base-files bash binutils binutils-common 19:07:40 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:07:40 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:07:40 grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 19:07:40 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev 19:07:40 libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:07:40 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:07:40 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 19:07:40 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 19:07:40 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 19:07:40 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 19:07:40 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 19:07:40 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 19:07:40 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 19:07:40 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 19:07:40 ubuntu-keyring util-linux 19:07:40 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:07:40 Need to get 64.2 MB of archives. 19:07:40 After this operation, 5142 kB of additional disk space will be used. 19:07:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-159.167 [995 kB] 19:07:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:07:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:07:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:07:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:07:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:07:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:07:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:07:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:07:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:07:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:07:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:07:40 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:07:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:07:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:07:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:07:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:07:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:07:40 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:07:40 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:07:40 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:07:40 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:07:40 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:07:40 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:07:40 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:07:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:07:40 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:07:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:07:40 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:07:40 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:07:40 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:07:40 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:07:40 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:07:40 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] 19:07:41 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 19:07:41 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:07:41 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 19:07:41 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 19:07:41 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 19:07:41 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:07:41 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:07:41 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.13 [614 kB] 19:07:41 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] 19:07:41 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:07:41 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:07:41 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:07:41 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-2ubuntu0.18.04 [191 kB] 19:07:41 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:07:41 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:07:41 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 19:07:41 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 19:07:41 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 19:07:41 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 19:07:41 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:07:41 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:07:41 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:07:41 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:07:41 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:07:41 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:07:41 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:07:41 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:07:41 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:07:41 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:07:41 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:07:41 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:07:41 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:07:41 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:07:41 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:07:41 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] 19:07:41 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:07:41 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:07:41 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:07:41 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] 19:07:41 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:07:41 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:07:41 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:07:41 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:07:41 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:07:41 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:07:41 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:07:41 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:07:41 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:07:41 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:07:41 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 19:07:41 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] 19:07:41 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 19:07:41 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.52 [13.6 kB] 19:07:41 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] 19:07:42 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:07:42 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:07:42 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:07:42 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] 19:07:42 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 19:07:42 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 19:07:42 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:07:42 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:07:42 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:07:42 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:07:42 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:07:42 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:07:42 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:07:42 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:07:42 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:07:42 debconf: delaying package configuration, since apt-utils is not installed 19:07:42 Fetched 64.2 MB in 2s (36.6 MB/s) 19:07:42 (Reading database ... 13914 files and directories currently installed.) 19:07:42 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:07:42 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:07:42 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:07:42 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:07:42 Preparing to unpack .../2-linux-libc-dev_4.15.0-159.167_amd64.deb ... 19:07:42 Unpacking linux-libc-dev:amd64 (4.15.0-159.167) over (4.15.0-20.21) ... 19:07:43 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:07:43 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:07:43 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:07:43 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:07:43 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:07:43 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:07:43 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:07:43 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:07:43 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:07:43 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:07:43 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:07:43 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:07:43 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:07:43 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:07:43 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:07:44 (Reading database ... 13914 files and directories currently installed.) 19:07:44 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:07:44 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:07:44 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:07:44 (Reading database ... 13914 files and directories currently installed.) 19:07:44 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:07:44 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:07:44 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:07:44 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:07:44 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:07:44 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:07:44 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:07:44 (Reading database ... 13914 files and directories currently installed.) 19:07:44 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:07:44 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:07:44 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.225s coverage: 94.4% of statements 19:07:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.170s coverage: 44.8% of statements 19:07:45 (Reading database ... 13914 files and directories currently installed.) 19:07:45 Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... 19:07:45 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:07:45 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:07:45 Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... 19:07:45 Setting up base-files (10.1ubuntu2.11) ... 19:07:45 Installing new version of config file /etc/issue ... 19:07:45 Installing new version of config file /etc/issue.net ... 19:07:45 Installing new version of config file /etc/lsb-release ... 19:07:45 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:07:45 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:07:45 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:07:45 Removing obsolete conffile /etc/default/motd-news ... 19:07:45 (Reading database ... 13915 files and directories currently installed.) 19:07:45 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:07:45 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:07:46 Setting up bash (4.4.18-2ubuntu1.2) ... 19:07:46 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 19:07:46 (Reading database ... 13915 files and directories currently installed.) 19:07:46 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:07:46 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:07:46 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:07:46 (Reading database ... 13915 files and directories currently installed.) 19:07:46 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:07:46 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:07:46 Setting up tar (1.29b-2ubuntu0.2) ... 19:07:46 (Reading database ... 13915 files and directories currently installed.) 19:07:46 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:07:46 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:07:46 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:07:46 (Reading database ... 13915 files and directories currently installed.) 19:07:46 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:07:46 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:07:46 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:07:46 (Reading database ... 13915 files and directories currently installed.) 19:07:46 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:07:46 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:07:46 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:07:47 (Reading database ... 13915 files and directories currently installed.) 19:07:47 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:07:47 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:07:47 Setting up grep (3.1-2build1) ... 19:07:47 (Reading database ... 13915 files and directories currently installed.) 19:07:47 Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... 19:07:47 Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... 19:07:47 Setting up gzip (1.6-5ubuntu1.1) ... 19:07:47 (Reading database ... 13915 files and directories currently installed.) 19:07:47 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:07:47 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:07:47 Setting up login (1:4.5-1ubuntu2) ... 19:07:47 (Reading database ... 13915 files and directories currently installed.) 19:07:47 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:07:47 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:07:47 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:07:47 (Reading database ... 13915 files and directories currently installed.) 19:07:47 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:07:47 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:07:48 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:07:48 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:07:48 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:07:48 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:07:48 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:07:48 (Reading database ... 13915 files and directories currently installed.) 19:07:48 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:07:48 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:07:49 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:07:49 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:07:49 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:07:49 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:07:49 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:07:49 (Reading database ... 13915 files and directories currently installed.) 19:07:49 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:07:49 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:07:49 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:07:49 (Reading database ... 13915 files and directories currently installed.) 19:07:49 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:07:49 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:07:49 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:07:49 (Reading database ... 13915 files and directories currently installed.) 19:07:49 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:07:49 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:07:49 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:07:49 (Reading database ... 13915 files and directories currently installed.) 19:07:49 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:07:49 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:07:49 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:07:49 (Reading database ... 13915 files and directories currently installed.) 19:07:49 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:07:50 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:07:50 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:07:50 (Reading database ... 13915 files and directories currently installed.) 19:07:50 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:07:50 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:07:50 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:07:50 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.580s coverage: 82.5% of statements 19:07:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:07:50 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:07:50 (Reading database ... 13915 files and directories currently installed.) 19:07:50 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:07:50 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:07:50 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:07:50 (Reading database ... 13915 files and directories currently installed.) 19:07:50 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:07:50 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:07:51 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:07:51 (Reading database ... 13915 files and directories currently installed.) 19:07:51 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:07:51 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:07:51 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:07:51 (Reading database ... 13915 files and directories currently installed.) 19:07:51 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:07:51 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:07:51 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:07:51 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:07:52 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:07:52 (Reading database ... 13915 files and directories currently installed.) 19:07:52 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:07:52 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:07:52 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:07:52 (Reading database ... 13915 files and directories currently installed.) 19:07:52 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:07:52 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:07:52 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:07:52 (Reading database ... 13917 files and directories currently installed.) 19:07:52 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:07:52 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:07:52 Setting up debconf (1.5.66ubuntu1) ... 19:07:52 (Reading database ... 13917 files and directories currently installed.) 19:07:52 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:07:52 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:07:52 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:07:52 (Reading database ... 13917 files and directories currently installed.) 19:07:52 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:07:52 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:07:52 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:07:53 (Reading database ... 13917 files and directories currently installed.) 19:07:53 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 19:07:53 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:07:53 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 19:07:53 (Reading database ... 13917 files and directories currently installed.) 19:07:53 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 19:07:53 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:07:53 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 19:07:53 (Reading database ... 13919 files and directories currently installed.) 19:07:53 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 19:07:53 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:07:53 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 19:07:53 (Reading database ... 13923 files and directories currently installed.) 19:07:53 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:07:53 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:07:53 Preparing to unpack .../systemd-sysv_237-3ubuntu10.52_amd64.deb ... 19:07:53 Unpacking systemd-sysv (237-3ubuntu10.52) over (237-3ubuntu10) ... 19:07:53 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:07:53 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:07:53 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:07:53 (Reading database ... 13923 files and directories currently installed.) 19:07:53 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... 19:07:53 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... 19:07:53 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... 19:07:54 (Reading database ... 13923 files and directories currently installed.) 19:07:54 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 19:07:54 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 19:07:54 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 19:07:54 (Reading database ... 13923 files and directories currently installed.) 19:07:54 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 19:07:54 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 19:07:54 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 19:07:54 (Reading database ... 13923 files and directories currently installed.) 19:07:54 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:07:54 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:07:54 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:07:54 (Reading database ... 13923 files and directories currently installed.) 19:07:54 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 19:07:54 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 19:07:54 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 19:07:54 (Reading database ... 13923 files and directories currently installed.) 19:07:54 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:07:54 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:07:55 Setting up passwd (1:4.5-1ubuntu2) ... 19:07:55 (Reading database ... 13923 files and directories currently installed.) 19:07:55 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:07:55 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:07:55 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:07:55 (Reading database ... 13923 files and directories currently installed.) 19:07:55 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 19:07:55 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 19:07:55 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 19:07:55 (Reading database ... 13923 files and directories currently installed.) 19:07:55 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 19:07:55 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 19:07:55 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 19:07:55 (Reading database ... 13923 files and directories currently installed.) 19:07:55 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:07:55 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:07:55 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:07:55 (Reading database ... 13923 files and directories currently installed.) 19:07:55 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:07:55 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:07:55 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:07:55 (Reading database ... 13923 files and directories currently installed.) 19:07:55 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:07:55 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:07:55 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:07:56 (Reading database ... 13923 files and directories currently installed.) 19:07:56 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... 19:07:56 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... 19:07:56 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... 19:07:56 (Reading database ... 13923 files and directories currently installed.) 19:07:56 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 19:07:56 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 19:07:56 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 19:07:56 (Reading database ... 13923 files and directories currently installed.) 19:07:56 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 19:07:56 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 19:07:56 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 19:07:56 (Reading database ... 13924 files and directories currently installed.) 19:07:56 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:07:56 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:07:56 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:07:56 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:07:56 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 19:07:56 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... 19:07:56 Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... 19:07:56 Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... 19:07:56 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:07:56 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:07:56 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:07:56 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:07:56 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:07:56 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:07:57 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:07:57 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:07:57 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:07:57 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:07:57 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:07:57 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:07:57 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:07:57 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:07:57 Preparing to unpack .../11-tzdata_2021a-2ubuntu0.18.04_all.deb ... 19:07:57 Unpacking tzdata (2021a-2ubuntu0.18.04) over (2018d-1) ... 19:07:57 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:07:57 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:07:57 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:07:57 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:07:57 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:07:57 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:07:58 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:07:58 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:07:58 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:07:58 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:07:58 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:07:58 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:07:58 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:07:58 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:07:58 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:07:58 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:07:58 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:07:58 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:07:58 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:07:58 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.261s coverage: 92.9% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.189s coverage: 87.2% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.159s coverage: 100.0% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.260s coverage: 58.8% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.305s coverage: 80.0% of statements 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.269s coverage: 87.2% of statements 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.262s coverage: 85.4% of statements 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.746s coverage: 91.2% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.621s coverage: 64.4% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.155s coverage: 100.0% of statements 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 89.4% of statements 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 19:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements 19:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 19:07:59 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:07:59 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:08:00 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:08:00 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:08:00 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:08:00 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:08:00 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:08:00 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:08:01 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:08:01 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:08:01 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:08:01 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:08:01 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:08:01 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:08:01 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:08:01 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:08:01 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:08:01 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:08:01 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:08:01 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:08:02 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:08:02 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:08:02 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:08:02 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:08:02 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:08:02 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:08:02 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:08:02 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:08:02 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:08:02 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:08:02 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:08:02 Setting up tzdata (2021a-2ubuntu0.18.04) ... 19:08:02 19:08:02 Current default time zone: 'Etc/UTC' 19:08:02 Local time is now: Thu Oct 14 19:08:02 UTC 2021. 19:08:02 Universal Time is now: Thu Oct 14 19:08:02 UTC 2021. 19:08:02 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:08:02 19:08:02 Setting up systemd-sysv (237-3ubuntu10.52) ... 19:08:02 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:08:02 Setting up linux-libc-dev:amd64 (4.15.0-159.167) ... 19:08:02 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:08:02 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:08:02 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:08:02 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:08:02 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:08:02 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:08:02 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:08:02 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:08:02 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:08:02 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:08:02 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 19:08:02 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:08:02 Setting up patch (2.7.6-2ubuntu1.1) ... 19:08:02 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:08:02 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:08:02 Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ... 19:08:02 Installing new version of config file /etc/ssl/openssl.cnf ... 19:08:02 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:08:02 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:08:02 Setting up ca-certificates (20210119~18.04.2) ... 19:08:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.307s coverage: 70.4% of statements 19:08:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:08:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:08:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:08:04 Updating certificates in /etc/ssl/certs... 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.838s coverage: 43.4% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.232s coverage: 89.5% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.233s coverage: 84.8% of statements 19:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:08:05 23 added, 28 removed; done. 19:08:05 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:08:05 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:08:05 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:08:05 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:08:05 Setting up pkgbinarymangler (138.18.04.1) ... 19:08:05 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:08:05 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 19:08:05 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:08:05 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:08:05 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:08:05 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:08:05 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:08:05 Setting up perl (5.26.1-6ubuntu0.5) ... 19:08:05 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 19:08:05 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:08:05 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:08:05 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 19:08:05 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:08:05 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:08:05 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:08:06 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:08:06 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:08:06 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:08:06 Processing triggers for systemd (237-3ubuntu10.52) ... 19:08:06 Processing triggers for mime-support (3.60ubuntu1) ... 19:08:06 Processing triggers for ca-certificates (20210119~18.04.2) ... 19:08:06 Updating certificates in /etc/ssl/certs... 19:08:07 0 added, 0 removed; done. 19:08:07 Running hooks in /etc/ca-certificates/update.d... 19:08:07 done. 19:08:07 Reading package lists... 19:08:07 Building dependency tree... 19:08:07 Reading state information... 19:08:07 The following NEW packages will be installed: 19:08:07 apt-transport-https 19:08:07 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:08:07 Need to get 4348 B of archives. 19:08:07 After this operation, 154 kB of additional disk space will be used. 19:08:07 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 19:08:07 debconf: delaying package configuration, since apt-utils is not installed 19:08:07 Fetched 4348 B in 0s (24.1 kB/s) 19:08:08 Selecting previously unselected package apt-transport-https. 19:08:08 (Reading database ... 13928 files and directories currently installed.) 19:08:08 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 19:08:08 Unpacking apt-transport-https (1.6.14) ... 19:08:08 Setting up apt-transport-https (1.6.14) ... 19:08:08 Waiting for network to be ready... 19:08:14 2021-10-14T19:08:12Z INFO Waiting for automatic snapd restart... 19:08:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.282s coverage: 19.5% of statements 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:08:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.584s coverage: 92.0% of statements 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:08:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.227s coverage: 63.2% of statements 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:08:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.426s coverage: 97.7% of statements 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:08:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.185s coverage: 28.9% of statements 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:08:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:08:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.187s coverage: 100.0% of statements 19:08:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 96.9% of statements 19:08:15 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 19:08:15 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:08:15 GO111MODULE=on go vet ./... 19:08:16 snapd 2.51.7 from Canonical* installed 19:08:16 "snapd" switched to the "latest/stable" channel 19:08:16 19:08:19 core18 20210722 from Canonical* installed 19:08:19 "core18" switched to the "latest/stable" channel 19:08:19 19:08:22 snapcraft 5.0 from Canonical* installed 19:08:22 "snapcraft" switched to the "latest/stable" channel 19:08:22 19:08:26 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: 19:08:26 - README.md 19:08:26 19:08:26 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:08:26 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:08:27 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:08:27 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:08:28 Reading package lists... 19:08:28 Installing build dependencies: git=1:2.17.1-1ubuntu0.9 git-man=1:2.17.1-1ubuntu0.9 libcurl3-gnutls=7.58.0-2ubuntu3.16 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 19:08:28 Reading package lists... 19:08:28 Building dependency tree... 19:08:28 Reading state information... 19:08:28 Suggested packages: 19:08:28 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:08:28 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:08:28 Recommended packages: 19:08:28 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:08:28 The following NEW packages will be installed: 19:08:28 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:08:28 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:08:28 pkg-config zip 19:08:28 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:08:29 Need to get 7670 kB of archives. 19:08:29 After this operation, 43.8 MB of additional disk space will be used. 19:08:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 19:08:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.16 [218 kB] 19:08:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.9 [803 kB] 19:08:29 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:08:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.9 [3923 kB] 19:08:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:08:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:08:29 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:08:29 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:08:29 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:08:29 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:08:29 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:08:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:08:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:08:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:08:29 debconf: delaying package configuration, since apt-utils is not installed 19:08:29 Fetched 7670 kB in 1s (10.1 MB/s) 19:08:29 Selecting previously unselected package libglib2.0-0:amd64. 19:08:29 (Reading database ... 13932 files and directories currently installed.) 19:08:29 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 19:08:29 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:08:30 Selecting previously unselected package libpsl5:amd64. 19:08:30 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:08:30 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:08:30 Selecting previously unselected package libnghttp2-14:amd64. 19:08:30 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:08:30 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:08:30 Selecting previously unselected package librtmp1:amd64. 19:08:30 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:08:30 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:08:30 Selecting previously unselected package libcurl3-gnutls:amd64. 19:08:30 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.16_amd64.deb ... 19:08:30 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... 19:08:30 Selecting previously unselected package liberror-perl. 19:08:30 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:08:30 Unpacking liberror-perl (0.17025-1) ... 19:08:30 Selecting previously unselected package git-man. 19:08:30 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.9_all.deb ... 19:08:30 Unpacking git-man (1:2.17.1-1ubuntu0.9) ... 19:08:30 Selecting previously unselected package git. 19:08:30 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.9_amd64.deb ... 19:08:30 Unpacking git (1:2.17.1-1ubuntu0.9) ... 19:08:30 Selecting previously unselected package libnorm1:amd64. 19:08:30 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:08:30 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:08:30 Selecting previously unselected package libpgm-5.2-0:amd64. 19:08:30 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:08:30 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:08:31 Selecting previously unselected package libsodium23:amd64. 19:08:31 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:08:31 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:08:31 Selecting previously unselected package libzmq5:amd64. 19:08:31 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:08:31 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:08:31 Selecting previously unselected package libzmq3-dev:amd64. 19:08:31 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:08:31 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:08:31 Selecting previously unselected package pkg-config. 19:08:31 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:08:31 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:08:31 Selecting previously unselected package zip. 19:08:31 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:08:31 Unpacking zip (3.0-11build1) ... 19:08:31 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:08:31 Setting up git-man (1:2.17.1-1ubuntu0.9) ... 19:08:31 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:08:31 Setting up liberror-perl (0.17025-1) ... 19:08:31 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:08:31 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:08:31 No schema files found: doing nothing. 19:08:31 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:08:31 Setting up zip (3.0-11build1) ... 19:08:31 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:08:31 Setting up libsodium23:amd64 (1.0.16-2) ... 19:08:31 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:08:31 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:08:31 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... 19:08:31 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:08:31 Setting up git (1:2.17.1-1ubuntu0.9) ... 19:08:31 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:08:32 git set to automatically installed. 19:08:32 git-man set to automatically installed. 19:08:32 libcurl3-gnutls set to automatically installed. 19:08:32 liberror-perl set to automatically installed. 19:08:32 libglib2.0-0 set to automatically installed. 19:08:32 libnghttp2-14 set to automatically installed. 19:08:32 libnorm1 set to automatically installed. 19:08:32 libpgm-5.2-0 set to automatically installed. 19:08:32 libpsl5 set to automatically installed. 19:08:32 librtmp1 set to automatically installed. 19:08:32 libsodium23 set to automatically installed. 19:08:32 libzmq3-dev set to automatically installed. 19:08:32 libzmq5 set to automatically installed. 19:08:32 pkg-config set to automatically installed. 19:08:32 zip set to automatically installed. 19:08:33 snapd is not logged in, snap install commands will use sudo 19:08:43 go (1.16/stable) 1.16.9 from Michael Hudson-Doyle (mwhudson) installed 19:08:43 snapd is not logged in, snap install commands will use sudo 19:08:43 snap "core18" has no updates available 19:08:44 Pulling config-common 19:08:44 + snapcraftctl pull 19:08:45 Pulling go-build-helper 19:08:45 + snapcraftctl pull 19:08:47 'edgex-go' has dependencies that need to be staged: go-build-helper 19:08:47 Skipping pull go-build-helper (already ran) 19:08:47 Building go-build-helper 19:08:47 + snapcraftctl build 19:08:49 Staging go-build-helper 19:08:49 + snapcraftctl stage 19:08:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:08:59 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:08:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1906 kB] 19:08:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [346 kB] 19:08:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 19:08:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 19:08:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [469 kB] 19:08:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [63.2 kB] 19:08:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1141 kB] 19:08:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [261 kB] 19:08:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:08:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:08:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:08:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:08:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:08:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:08:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:08:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:08:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:08:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2251 kB] 19:08:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [438 kB] 19:08:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 19:08:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 19:08:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [493 kB] 19:08:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [66.9 kB] 19:08:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1756 kB] 19:08:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [377 kB] 19:08:59 Fetched 25.4 MB in 0s (0 B/s) 19:08:59 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:08:59 Fetched 224 kB in 0s (0 B/s) 19:08:59 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:08:59 Fetched 157 kB in 0s (0 B/s) 19:08:59 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:08:59 Fetched 221 kB in 0s (0 B/s) 19:08:59 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:08:59 Fetched 143 kB in 0s (0 B/s) 19:08:59 Pulling edgex-go 19:08:59 + snapcraftctl pull 19:08:59 Pulling hooks 19:08:59 + snapcraftctl pull 19:09:17 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:09:17 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:09:17 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:09:17 Fetched 0 B in 0s (0 B/s) 19:09:17 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:09:17 Fetched 96.5 kB in 0s (0 B/s) 19:09:17 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:09:17 Fetched 279 kB in 0s (0 B/s) 19:09:17 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:09:17 Fetched 122 kB in 0s (0 B/s) 19:09:17 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:09:17 Fetched 77.8 kB in 0s (0 B/s) 19:09:17 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:09:17 Fetched 8848 B in 0s (0 B/s) 19:09:17 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:09:17 Fetched 47.8 kB in 0s (0 B/s) 19:09:17 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:09:17 Fetched 45.6 kB in 0s (0 B/s) 19:09:17 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:09:17 Fetched 15.0 kB in 0s (0 B/s) 19:09:17 Get:1 libcurl4_7.58.0-2ubuntu3.16_amd64.deb [220 kB] 19:09:17 Fetched 220 kB in 0s (0 B/s) 19:09:17 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:09:17 Fetched 154 kB in 0s (0 B/s) 19:09:17 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:09:17 Fetched 50.6 kB in 0s (0 B/s) 19:09:17 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:09:17 Fetched 14.8 kB in 0s (0 B/s) 19:09:17 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:09:17 Fetched 41.8 kB in 0s (0 B/s) 19:09:17 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:09:17 Fetched 499 kB in 0s (0 B/s) 19:09:17 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:09:17 Fetched 111 kB in 0s (0 B/s) 19:09:17 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:09:17 Fetched 240 kB in 0s (0 B/s) 19:09:17 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:09:17 Fetched 29.3 kB in 0s (0 B/s) 19:09:17 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:09:17 Fetched 85.5 kB in 0s (0 B/s) 19:09:17 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:09:17 Fetched 24.5 kB in 0s (0 B/s) 19:09:17 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:09:17 Fetched 49.2 kB in 0s (0 B/s) 19:09:17 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:09:17 Fetched 54.2 kB in 0s (0 B/s) 19:09:17 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:09:17 Fetched 30.8 kB in 0s (0 B/s) 19:09:17 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:09:17 Fetched 15.8 kB in 0s (0 B/s) 19:09:17 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:09:17 Fetched 85.9 kB in 0s (0 B/s) 19:09:17 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:09:17 Fetched 8720 B in 0s (0 B/s) 19:09:17 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 19:09:17 Fetched 140 kB in 0s (0 B/s) 19:09:17 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:09:17 Fetched 119 kB in 0s (0 B/s) 19:09:17 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 19:09:17 Fetched 111 kB in 0s (0 B/s) 19:09:17 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:09:17 Fetched 11.1 kB in 0s (0 B/s) 19:09:17 Get:1 libgnutls30_3.5.18-1ubuntu1.5_amd64.deb [646 kB] 19:09:17 Fetched 646 kB in 0s (0 B/s) 19:09:17 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:09:17 Fetched 41.3 kB in 0s (0 B/s) 19:09:17 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:09:17 Fetched 17.9 kB in 0s (0 B/s) 19:09:17 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:09:17 Fetched 368 kB in 0s (0 B/s) 19:09:17 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:09:17 Fetched 187 kB in 0s (0 B/s) 19:09:17 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:09:17 Fetched 175 kB in 0s (0 B/s) 19:09:17 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:09:17 Fetched 206 kB in 0s (0 B/s) 19:09:17 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb [1302 kB] 19:09:17 Fetched 1302 kB in 0s (0 B/s) 19:09:17 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:09:17 Fetched 36.2 kB in 0s (0 B/s) 19:09:17 Get:1 curl_7.58.0-2ubuntu3.16_amd64.deb [159 kB] 19:09:17 Fetched 159 kB in 0s (0 B/s) 19:09:17 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:09:17 Fetched 107 kB in 0s (0 B/s) 19:09:17 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:09:17 Fetched 48.7 kB in 0s (0 B/s) 19:09:17 Pulling static-packages 19:09:17 + snapcraftctl pull 19:09:17 Pulling version 19:09:17 + cd /root/project 19:09:17 + git describe --tags --abbrev=0 19:09:17 + sed s/v// 19:09:17 + GIT_VERSION=2.0.1-dev.69 19:09:17 + [ -z 2.0.1-dev.69 ] 19:09:17 + snapcraftctl set-version 2.0.1-dev.69 19:09:18 Building config-common 19:09:18 + snapcraftctl build 19:09:19 Skipping build go-build-helper (already ran) 19:09:20 Building edgex-go 19:09:20 + cd /root/parts/edgex-go/src 19:09:20 + + gitsed s/v// 19:09:20 describe --tags --abbrev=0 19:09:20 + GIT_VERSION=2.0.1-dev.69 19:09:20 + [ -z 2.0.1-dev.69 ] 19:09:20 + echo 2.0.1-dev.69 19:09:20 + [ ! -d vendor ] 19:09:20 + go mod download all 19:09:30 + make build 19:09:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.69" -o cmd/core-data/core-data ./cmd/core-data 19:09:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:09:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:09:37 ./bin/test-attribution-txt.sh [Pipeline] sh 19:09:37 + ls -al . 19:09:37 total 640 19:09:37 drwxrwxr-x 9 1001 1001 4096 Oct 14 19:09 . 19:09:37 drwxr-xr-x 4 root root 4096 Oct 14 19:05 .. 19:09:37 -rw-rw-r-- 1 1001 1001 11 Oct 14 19:02 .dockerignore 19:09:37 drwxrwxr-x 8 1001 1001 4096 Oct 14 19:02 .git 19:09:37 drwxrwxr-x 4 1001 1001 4096 Oct 14 19:02 .github 19:09:37 -rw-rw-r-- 1 1001 1001 804 Oct 14 19:02 .gitignore 19:09:37 -rw-rw-r-- 1 1001 1001 42 Oct 14 19:02 .golangci.yml 19:09:37 -rw-rw-r-- 1 1001 1001 76 Oct 14 19:02 .hadolint.yml 19:09:37 -rw-rw-r-- 1 1001 1001 166 Oct 14 19:02 .sonarcloud.properties 19:09:37 -rw-rw-r-- 1 1001 1001 1171 Oct 14 19:02 ADOPTERS.md 19:09:37 -rw-rw-r-- 1 1001 1001 8608 Oct 14 19:02 Attribution.txt 19:09:37 -rw-rw-r-- 1 1001 1001 43881 Oct 14 19:02 CHANGELOG.md 19:09:37 -rw-rw-r-- 1 1001 1001 3804 Oct 14 19:02 CONTRIBUTING.md 19:09:37 -rw-rw-r-- 1 1001 1001 677 Oct 14 19:02 GOVERNANCE.md 19:09:37 -rw-rw-r-- 1 1001 1001 849 Oct 14 19:02 Jenkinsfile 19:09:37 -rw-rw-r-- 1 1001 1001 10775 Oct 14 19:02 LICENSE 19:09:37 -rw-rw-r-- 1 1001 1001 6508 Oct 14 19:02 Makefile 19:09:37 -rw-rw-r-- 1 1001 1001 582 Oct 14 19:02 OWNERS.md 19:09:37 -rw-rw-r-- 1 1001 1001 8256 Oct 14 19:02 README.md 19:09:37 -rw-rw-r-- 1 1001 1001 6912 Oct 14 19:02 SECURITY.md 19:09:37 -rw-rw-r-- 1 1001 1001 5 Oct 14 18:56 VERSION 19:09:37 -rw-rw-r-- 1 1001 1001 4131 Oct 14 19:02 ZMQWindows.md 19:09:37 drwxrwxr-x 2 1001 1001 4096 Oct 14 19:02 bin 19:09:37 drwxrwxr-x 14 1001 1001 4096 Oct 14 19:02 cmd 19:09:37 -rw-r--r-- 1 root root 403932 Oct 14 19:08 coverage.out 19:09:37 -rw-rw-r-- 1 1001 1001 829 Oct 14 19:02 go.mod 19:09:37 -rw-rw-r-- 1 1001 1001 50143 Oct 14 19:02 go.sum 19:09:37 drwxrwxr-x 8 1001 1001 4096 Oct 14 19:02 internal 19:09:37 drwxrwxr-x 3 1001 1001 4096 Oct 14 19:02 openapi 19:09:37 drwxrwxr-x 4 1001 1001 4096 Oct 14 19:02 snap 19:09:37 -rw-rw-r-- 1 1001 1001 204 Oct 14 19:02 version.go [Pipeline] sh 19:09:38 + '[' -e coverage.out ] 19:09:38 + chown 1001:1001 coverage.out [Pipeline] stash 19:09:38 Warning: overwriting stash ‘coverage-report’ 19:09:39 Stashed 1 file(s) [Pipeline] sh 19:09:40 + make build 19:09:40 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 19:09:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.69" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:09:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.69" -o cmd/core-command/core-command ./cmd/core-command 19:09:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.69" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:09:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.69" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:09:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.69" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:09:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.69" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:09:48 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 19:09:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.69" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:09:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.69" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:09:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.69" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:09:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.69" -o ./cmd/secrets-config ./cmd/secrets-config 19:09:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.69" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:09:56 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:09:56 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:09:56 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:09:56 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:09:56 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:09:56 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:09:56 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:09:56 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:09:56 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:09:56 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:09:56 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:09:56 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:09:56 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:09:56 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:09:56 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:09:56 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:09:56 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:09:56 + 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 19:09:56 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:09:56 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:09:56 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 19:09:56 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:09:56 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:09:56 + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml 19:09:56 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:09:56 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:09:56 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:09:57 Building hooks 19:09:57 + cd /root/parts/hooks/src 19:09:57 + make build 19:09:57 go mod tidy 19:09:58 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.5 19:09:58 go: downloading github.com/davecgh/go-spew v1.1.0 19:09:58 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:09:58 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 19:09:59 GO111MODULE=on go build -o cmd/install/install ./cmd/install 19:09:59 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 19:09:59 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 19:10:03 Building static-packages 19:10:03 + snapcraftctl build 19:10:05 Building version 19:10:05 + snapcraftctl build 19:10:07 Staging config-common 19:10:07 + snapcraftctl stage 19:10:08 Skipping stage go-build-helper (already ran) 19:10:08 Staging edgex-go 19:10:08 + snapcraftctl stage 19:10:09 Staging hooks 19:10:09 + snapcraftctl stage 19:10:10 Staging static-packages 19:10:10 + snapcraftctl stage 19:10: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 19:10: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 19:10:11 Staging version 19:10:11 + snapcraftctl stage 19:10:12 Priming config-common 19:10:12 + snapcraftctl prime 19:10:13 + snapcraftctl prime 19:10:13 Priming go-build-helper 19:10:14 Priming edgex-go 19:10:14 + snapcraftctl prime 19:10:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:10:15 Priming hooks 19:10:15 + snapcraftctl prime 19:10:16 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 19:10:17 Priming static-packages 19:10:17 + snapcraftctl prime 19:10:19 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 19:10:19 Priming version 19:10:19 + snapcraftctl prime 19:10:20 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] } 19:10:23 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 19:10:26 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 19:10: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 19:10:33 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 19:10:37 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] } 19:10:43 $ docker stop --time=1 110498a81c518eb80ed29c2e592815bc0713eda61649979ac152b720539008d0 19:10:46 $ docker rm -f 110498a81c518eb80ed29c2e592815bc0713eda61649979ac152b720539008d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:10:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:10:48 19:10:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:10:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:10:49 latest: Pulling from edgex-devops/edgex-compose-arm64 19:10:49 29e5d40040c1: Pulling fs layer 19:10:49 1ce36da41761: Pulling fs layer 19:10:49 25b303627fd3: Pulling fs layer 19:10:49 29e5d40040c1: Verifying Checksum 19:10:49 29e5d40040c1: Download complete 19:10:49 1ce36da41761: Verifying Checksum 19:10:49 1ce36da41761: Download complete 19:10:49 29e5d40040c1: Pull complete 19:10:50 25b303627fd3: Verifying Checksum 19:10:50 25b303627fd3: Download complete 19:10:51 1ce36da41761: Pull complete 19:11:01 25b303627fd3: Pull complete 19:11:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:11:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:11:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:11:01 prd-ubuntu18.04-docker-arm64-4c-16g-1466 does not seem to be running inside a container 19:11:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 19:11:04 $ docker top a5ae5cb64cf1298fc04c042f1b24198a5a196713399e6c61578125c459a43efa -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:05 + docker-compose build --help 19:11:05 + grep parallel 19:11:09 --parallel Build images in parallel. [Pipeline] } 19:11:09 $ docker stop --time=1 a5ae5cb64cf1298fc04c042f1b24198a5a196713399e6c61578125c459a43efa 19:11:11 $ docker rm -f a5ae5cb64cf1298fc04c042f1b24198a5a196713399e6c61578125c459a43efa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:11:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:11:11 . [Pipeline] withDockerContainer 19:11:11 prd-ubuntu18.04-docker-arm64-4c-16g-1466 does not seem to be running inside a container 19:11:12 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 19:11:13 $ docker top 10c74ece48d0dc8d78158f5c3ab252f826003a681e26546e04719eeffa2e369b -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:14 + docker-compose -f ./docker-compose-build.yml build --parallel 19:11:18 Building core-command ... 19:11:18 Building core-data ... 19:11:18 Building core-metadata ... 19:11:18 Building security-bootstrapper ... 19:11:18 Building security-proxy-setup ... 19:11:18 Building security-secretstore-setup ... 19:11:18 Building support-notifications ... 19:11:18 Building support-scheduler ... 19:11:18 Building sys-mgmt-agent ... 19:11:18 Building support-notifications 19:11:18 Building core-metadata 19:11:18 Building support-scheduler 19:11:18 Building security-secretstore-setup 19:11:18 Building security-proxy-setup 19:12:26 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:12:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:12:26 ---> 8eee5ef760d7 19:12:26 Step 3/21 : WORKDIR /edgex-go 19:12:26 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:12:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:12:26 ---> 8eee5ef760d7 19:12:26 Step 3/23 : WORKDIR /edgex-go 19:12:26 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:12:26 Step 2/20 : FROM ${BUILDER_BASE} AS builder 19:12:26 ---> 8eee5ef760d7 19:12:26 Step 3/20 : WORKDIR /edgex-go 19:12:26 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:12:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:12:26 ---> 8eee5ef760d7 19:12:26 Step 3/22 : WORKDIR /edgex-go 19:12:26 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:12:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:12:26 ---> 8eee5ef760d7 19:12:26 Step 3/24 : WORKDIR /edgex-go 19:12:26 ---> Running in 8dcec3cb1a3b 19:12:26 ---> Running in 593de817684d 19:12:26 ---> Running in 67a94bc01f57 19:12:26 ---> Running in c3c1ec63435d 19:12:26 ---> Running in a037d9122100 19:12:26 Removing intermediate container a037d9122100 19:12:26 ---> ac5b7e3f7d21 19:12:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:26 Removing intermediate container 8dcec3cb1a3b 19:12:26 ---> a01c9173bbd8 19:12:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:26 ---> Running in 4d2029d33ea3 19:12:26 Removing intermediate container 67a94bc01f57 19:12:26 ---> 3343aa049fd9 19:12:26 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:26 Removing intermediate container 593de817684d 19:12:26 ---> e1cfb9fb71b6 19:12:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:26 Removing intermediate container c3c1ec63435d 19:12:26 ---> cb99741b4780 19:12:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:26 ---> Running in e675a65c1ba8 19:12:26 ---> Running in 1083368c7a29 19:12:26 ---> Running in cade29d8009a 19:12:26 ---> Running in ac8511caf2ed 19:12:28 Removing intermediate container 4d2029d33ea3 19:12:28 ---> cf23020b8fc4 19:12:28 Step 5/22 : RUN apk add --update --no-cache make git 19:12:29 ---> Running in 32ba16ee06f0 19:12:29 Removing intermediate container e675a65c1ba8 19:12:29 ---> ab18c6294e99 19:12:29 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 19:12:29 Removing intermediate container cade29d8009a 19:12:29 ---> 874df0c1c430 19:12:29 Step 5/24 : RUN apk add --update --no-cache make git 19:12:29 ---> Running in 1fa7b5e98cbd 19:12:29 Removing intermediate container ac8511caf2ed 19:12:29 ---> c602023a4019 19:12:29 Step 5/23 : RUN apk add --update --no-cache make git 19:12:30 ---> Running in 19b86b403e9a 19:12:30 ---> Running in 91aafd18f0e8 19:12:30 Removing intermediate container 1083368c7a29 19:12:30 ---> f9f5d10d5fb6 19:12:30 Step 5/20 : RUN apk add --update --no-cache make git 19:12:30 ---> Running in 91def9cdf12c 19:12:31 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:12:32 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:12:32 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:12:32 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:12:32 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:12:32 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:12:33 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:12:33 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:12:33 OK: 219 MiB in 52 packages 19:12:33 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:12:33 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:12:34 OK: 219 MiB in 52 packages 19:12:34 OK: 219 MiB in 52 packages 19:12:35 OK: 219 MiB in 52 packages 19:12:35 OK: 219 MiB in 52 packages 19:12:35 Removing intermediate container 32ba16ee06f0 19:12:35 ---> 74082c598370 19:12:35 Step 6/22 : COPY . . 19:12:37 Removing intermediate container 19b86b403e9a 19:12:37 ---> d5901ac9e9ae 19:12:37 Step 6/24 : COPY . . 19:12:37 Removing intermediate container 1fa7b5e98cbd 19:12:37 ---> 12d072097b10 19:12:37 Step 6/21 : COPY . . 19:12:44 Removing intermediate container 91def9cdf12c 19:12:44 ---> 458b6acd1551 19:12:44 Step 6/20 : COPY . . 19:12:44 Removing intermediate container 91aafd18f0e8 19:12:44 ---> d8549b34b7ea 19:12:44 Step 6/23 : COPY go.mod . 19:12:57 ---> f84697a8b071 19:12:57 Step 7/23 : RUN go mod download 19:12:57 ---> c2410f8f35dd 19:12:57 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:57 ---> Running in 47fbfbd52784 19:12:57 ---> 2f5d23274c2c 19:12:57 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:57 ---> Running in 6210287a4ede 19:12:57 ---> 124277238bcb 19:12:57 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:57 ---> ba14fbd14e4b 19:12:57 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:12:57 ---> Running in 48f9296c1728 19:12:57 ---> Running in aa214cb544c4 19:12:57 ---> Running in 21bd4a411170 19:13:02 Removing intermediate container 47fbfbd52784 19:13:02 ---> 6c246f213149 19:13:02 Step 8/23 : COPY . . 19:13:02 Removing intermediate container 6210287a4ede 19:13:02 ---> 04a745e73050 19:13:02 Removing intermediate container 48f9296c1728 19:13:02 ---> fd10c758b475 19:13:02 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:13:02 Step 8/22 : RUN make cmd/core-metadata/core-metadata 19:13:02 Removing intermediate container 21bd4a411170 19:13:02 ---> 9b9e6a766edf 19:13:02 Step 8/21 : RUN make cmd/support-notifications/support-notifications 19:13:02 ---> Running in 9ece3804621c 19:13:02 ---> Running in feb8bc339c95 19:13:03 Removing intermediate container aa214cb544c4 19:13:03 ---> 39b960e806f8 19:13:03 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:13:06 ---> Running in 0244e4a015fe 19:13:06 ---> Running in 0cc2c4ac2152 19:13:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:13:08 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 19:13: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 19:13:09 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 19:13:15 ---> a9cbd4b6601b 19:13:15 Step 9/23 : RUN go mod tidy 19:13:15 ---> Running in cb2baeaa1ca9 19:13:24 Removing intermediate container cb2baeaa1ca9 19:13:24 ---> 830c68b4ac64 19:13:24 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 19:13:24 ---> Running in 3d917920a679 19:13:25 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 19:15:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:15: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 19:15:12 Removing intermediate container 9ece3804621c 19:15:12 ---> 6ca16b8820a3 19:15:12 19:15:12 Step 9/24 : FROM alpine:3.14 19:15:12 3.14: Pulling from library/alpine 19:15:12 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 19:15:12 Removing intermediate container 0cc2c4ac2152 19:15:12 ---> d11d074dfd30 19:15:12 19:15:12 Status: Downloaded newer image for alpine:3.14 19:15:12 Step 9/20 : FROM alpine:3.14 19:15:12 ---> bb3de5531c18 19:15:12 Step 10/20 : RUN apk add --update --no-cache curl 19:15:12 ---> bb3de5531c18 19:15:12 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:15:12 ---> Running in 89790d7870d9 19:15:12 ---> Running in 2608060778f4 19:15:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:15:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:15:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:15:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:15:16 (1/3) Installing ca-certificates (20191127-r5) 19:15:16 (1/5) Installing ca-certificates (20191127-r5) 19:15:16 (2/3) Installing dumb-init (1.2.5-r1) 19:15:16 (3/3) Installing su-exec (0.2-r1) 19:15:16 (2/5) Installing brotli-libs (1.0.9-r5) 19:15:16 Executing busybox-1.33.1-r3.trigger 19:15:16 (3/5) Installing nghttp2-libs (1.43.0-r0) 19:15:16 Executing ca-certificates-20191127-r5.trigger 19:15:16 (4/5) Installing libcurl (7.79.1-r0) 19:15:16 (5/5) Installing curl (7.79.1-r0) 19:15:16 Executing busybox-1.33.1-r3.trigger 19:15:16 Executing ca-certificates-20191127-r5.trigger 19:15:16 OK: 6 MiB in 17 packages 19:15:17 OK: 8 MiB in 19 packages 19:15:18 Removing intermediate container 0244e4a015fe 19:15:18 ---> a7fbb9f3768a 19:15:18 19:15:18 Step 9/21 : FROM alpine:3.14 19:15:18 ---> bb3de5531c18 19:15:18 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 19:15:18 ---> Running in 78317ad103a6 19:15:19 Removing intermediate container feb8bc339c95 19:15:19 ---> 51d07b064f47 19:15:19 19:15:19 Step 9/22 : FROM alpine:3.14 19:15:19 ---> bb3de5531c18 19:15:19 Step 10/22 : RUN apk add --update --no-cache dumb-init 19:15:19 Removing intermediate container 2608060778f4 19:15:19 ---> 252751c0f1ca 19:15:19 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:15:20 Removing intermediate container 89790d7870d9 19:15:20 ---> a64b048403d8 19:15:20 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:15:20 ---> Running in fd001f53b94b 19:15:20 ---> Running in c5f4170341b1 19:15:20 ---> Running in 722f1d4831e4 19:15:21 Removing intermediate container c5f4170341b1 19:15:21 ---> d8460bc459d2 19:15:21 Step 12/20 : WORKDIR /edgex 19:15:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:15:21 Removing intermediate container 722f1d4831e4 19:15:21 ---> 7815d09845b9 19:15:21 Step 12/24 : WORKDIR / 19:15:21 ---> Running in 320c6fbd7c90 19:15:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:15:21 ---> Running in 8a840a7649da 19:15:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:15:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:15:22 (1/2) Installing ca-certificates (20191127-r5) 19:15:22 (2/2) Installing dumb-init (1.2.5-r1) 19:15:22 Removing intermediate container 320c6fbd7c90 19:15:22 ---> bf5d4ab8a91d 19:15:22 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:15:22 Executing busybox-1.33.1-r3.trigger 19:15:22 Executing ca-certificates-20191127-r5.trigger 19:15:23 Removing intermediate container 8a840a7649da 19:15:23 ---> 5b9e0b0e1a71 19:15:23 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:15:23 (1/1) Installing dumb-init (1.2.5-r1) 19:15:23 Executing busybox-1.33.1-r3.trigger 19:15:23 OK: 6 MiB in 16 packages 19:15:23 OK: 5 MiB in 15 packages 19:15:23 Removing intermediate container 3d917920a679 19:15:23 ---> f775742ca9c9 19:15:23 19:15:23 Step 11/23 : FROM alpine:3.14 19:15:23 ---> bb3de5531c18 19:15:23 Step 12/23 : RUN apk add --update --no-cache dumb-init 19:15:23 ---> Running in 2421edb734f2 19:15:24 ---> 5c4ffcd83f89 19:15:24 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:15:24 ---> 75b10fe075bd 19:15:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:15:25 Removing intermediate container fd001f53b94b 19:15:25 ---> e1080c57ddef 19:15:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:15:25 ---> Running in fe941f7a7310 19:15:25 Removing intermediate container 78317ad103a6 19:15:25 ---> 35dece95f03b 19:15:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:15:25 ---> Running in ddeae1394f92 19:15:25 ---> dd0c98a00f3f 19:15:25 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:15:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:15:26 Removing intermediate container fe941f7a7310 19:15:26 ---> c904d073fa8c 19:15:26 Step 12/22 : ENV APP_PORT=59881 19:15:26 ---> 08de88b228a4 19:15:26 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:15:26 ---> Running in fa112e072d98 19:15:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:15:26 Removing intermediate container ddeae1394f92 19:15:26 ---> 1f9980b356f3 19:15:26 Step 12/21 : ENV APP_PORT=59860 19:15:26 ---> Running in 92609cfca8ba 19:15:26 ---> 5d131d2ab84e 19:15:26 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:15:27 Removing intermediate container fa112e072d98 19:15:27 ---> 2870127e4baf 19:15:27 Step 13/22 : EXPOSE $APP_PORT 19:15:27 ---> Running in 299654bb9bbb 19:15:27 Removing intermediate container 92609cfca8ba 19:15:27 ---> 40b6572e4b8b 19:15:27 Step 13/21 : EXPOSE $APP_PORT 19:15:27 ---> Running in ccf1d6ff1415 19:15:27 (1/1) Installing dumb-init (1.2.5-r1) 19:15:27 Executing busybox-1.33.1-r3.trigger 19:15:27 OK: 5 MiB in 15 packages 19:15:28 ---> 462a9b730f39 19:15:28 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:15:28 ---> ecc58c67fd7a 19:15:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:15:28 ---> Running in 12557d0b30e1 19:15:28 Removing intermediate container 299654bb9bbb 19:15:28 ---> 14bbc65de206 19:15:28 Step 14/22 : WORKDIR / 19:15:28 ---> Running in 7138eaa0808b 19:15:28 Removing intermediate container ccf1d6ff1415 19:15:28 ---> 3afe8f848794 19:15:28 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:29 Removing intermediate container 12557d0b30e1 19:15:29 ---> 5abd1e2aabe9 19:15:29 Step 17/20 : CMD ["--init=true"] 19:15:29 Removing intermediate container 2421edb734f2 19:15:29 ---> 6869385ef32f 19:15:29 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:15:29 ---> Running in f9251af5295f 19:15:29 Removing intermediate container 7138eaa0808b 19:15:29 ---> da85a88b667c 19:15:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:29 ---> Running in 34daf209c319 19:15:29 ---> 757fde9de753 19:15:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:15:29 ---> 35a29f771dc5 19:15:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:15:30 Removing intermediate container f9251af5295f 19:15:30 ---> 4428b7df42b8 19:15:30 Step 18/20 : LABEL arch=arm64 19:15:30 ---> Running in aa6f4a828efe 19:15:30 Removing intermediate container 34daf209c319 19:15:30 ---> d3b987334590 19:15:30 Step 14/23 : ENV APP_PORT=59861 19:15:30 ---> Running in f4f9e9f061e0 19:15:30 ---> 911c0044c0ef 19:15:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:15:31 Removing intermediate container aa6f4a828efe 19:15:31 ---> e5e8471619a8 19:15:31 Step 19/20 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:15:31 ---> Running in 39d085d0b421 19:15:31 Removing intermediate container f4f9e9f061e0 19:15:31 ---> 69b91a6af137 19:15:31 Step 15/23 : EXPOSE $APP_PORT 19:15:31 ---> Running in dd92a99ff9fd 19:15:32 ---> 79c7b4bbdb8f 19:15:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:15:32 Removing intermediate container 39d085d0b421 19:15:32 ---> a0c89f5030cb 19:15:32 Step 20/20 : LABEL version=0.0.0 19:15:32 Removing intermediate container dd92a99ff9fd 19:15:32 ---> 9cfb26880f9f 19:15:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:15:32 ---> 35905347d721 19:15:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:15:32 ---> Running in af8b94dce399 19:15:32 ---> ae7bfd2802a7 19:15:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:15:33 Removing intermediate container af8b94dce399 19:15:33 ---> 257128ce68be 19:15:33 19:15:33 ---> 40ee522cce42 19:15:33 Step 17/21 : ENTRYPOINT ["/support-notifications"] 19:15:33 ---> a1e05cd83d4e 19:15:33 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:15:33 ---> 08b1fd84cda0 19:15:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:15:33 Successfully built 257128ce68be 19:15:34 Successfully tagged security-proxy-setup-arm64:latest 19:15:34  Building security-proxy-setup ... done Building sys-mgmt-agent 19:15:34 ---> 9aaca421ff57 19:15:34 Step 18/22 : ENTRYPOINT ["/core-metadata"] 19:15:34 ---> Running in 3a9bc371a36f 19:15:34 ---> Running in 033bb00a4921 19:15:34 ---> Running in 9afca306b343 19:15:35 Removing intermediate container 3a9bc371a36f 19:15:35 ---> cdbd40d2c2af 19:15:35 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:35 Removing intermediate container 9afca306b343 19:15:35 ---> 13a95cfe0229 19:15:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:35 ---> Running in bc16dacb97c6 19:15:35 ---> Running in 9f53b4d82f58 19:15:36 ---> 567b5e080b8d 19:15:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:15:36 Removing intermediate container bc16dacb97c6 19:15:36 ---> d1a43b60a6e3 19:15:36 Step 19/21 : LABEL arch=arm64 19:15:37 ---> Running in 3c5d7e6d2de4 19:15:37 Removing intermediate container 9f53b4d82f58 19:15:37 ---> 194306338af7 19:15:37 Step 20/22 : LABEL arch=arm64 19:15:37 ---> Running in 22345a5214f9 19:15:37 ---> eb9dbd530c88 19:15:37 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 19:15:38 Removing intermediate container 3c5d7e6d2de4 19:15:38 ---> 21e5388c42dc 19:15:38 Step 20/21 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:15:38 ---> Running in 662139fed571 19:15:38 ---> Running in 577342aedcdd 19:15:38 Removing intermediate container 033bb00a4921 19:15:38 ---> ca5da54e8bfa 19:15:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:15:38 Removing intermediate container 22345a5214f9 19:15:38 ---> 9c48ddd81c56 19:15:38 Step 21/22 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:15:38 ---> Running in 6523d3456144 19:15:38 ---> Running in 128de2d9d3b9 19:15:38 Removing intermediate container 662139fed571 19:15:38 ---> ff372a04a869 19:15:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:15:38 Removing intermediate container 577342aedcdd 19:15:38 ---> 50137f1ab96d 19:15:38 Step 21/21 : LABEL version=0.0.0 19:15:39 ---> Running in c848f1e25814 19:15:39 ---> Running in c275185d5eac 19:15:39 Removing intermediate container 6523d3456144 19:15:39 ---> 1bce33c790bb 19:15:39 Step 22/24 : LABEL arch=arm64 19:15:39 Removing intermediate container 128de2d9d3b9 19:15:39 ---> 80ce027e8324 19:15:39 Step 22/22 : LABEL version=0.0.0 19:15:39 ---> Running in 394944a0c0b8 19:15:39 ---> Running in eea6c2860e8b 19:15:39 Removing intermediate container c848f1e25814 19:15:39 ---> daeb821cc2bd 19:15:39 Step 21/23 : LABEL arch=arm64 19:15:40 Removing intermediate container c275185d5eac 19:15:40 ---> 4b622aae07de 19:15:40 19:15:40 ---> Running in d60147570744 19:15:40 Removing intermediate container 394944a0c0b8 19:15:40 ---> e746a26b2219 19:15:40 Step 23/24 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:15:40 Successfully built 4b622aae07de 19:15:40 Successfully tagged support-notifications-arm64:latest 19:15:40  Building support-notifications ... done  ---> Running in cfbad9f82b0d 19:15:40 Building core-command 19:15:40 Removing intermediate container eea6c2860e8b 19:15:40 ---> f6f4aa034964 19:15:40 19:15:40 Removing intermediate container d60147570744 19:15:40 ---> 9ebbdc25c819 19:15:40 Step 22/23 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:15:40 Successfully built f6f4aa034964 19:15:40 ---> Running in fcb0c971f775 19:15:40 Successfully tagged core-metadata-arm64:latest 19:15:40  Building core-metadata ... done Building core-data 19:15:41 Removing intermediate container cfbad9f82b0d 19:15:41 ---> 7235904a8056 19:15:41 Step 24/24 : LABEL version=0.0.0 19:15:41 ---> Running in 8a6eb547a495 19:15:41 Removing intermediate container fcb0c971f775 19:15:41 ---> 80d2b6dfc600 19:15:41 Step 23/23 : LABEL version=0.0.0 19:15:41 ---> Running in f21b0051c79b 19:15:41 Removing intermediate container 8a6eb547a495 19:15:41 ---> 0cb8ee7fc094 19:15:41 19:15:42 Successfully built 0cb8ee7fc094 19:15:42 Successfully tagged security-secretstore-setup-arm64:latest 19:15:42  Building security-secretstore-setup ... done Building security-bootstrapper 19:15:42 Removing intermediate container f21b0051c79b 19:15:42 ---> 1febb731887f 19:15:42 19:15:42 Successfully built 1febb731887f 19:15:42 Successfully tagged support-scheduler-arm64:latest 19:16:21  Building support-scheduler ... done Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:16:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:16:21 ---> 8eee5ef760d7 19:16:21 Step 3/22 : WORKDIR /edgex-go 19:16:21 ---> Using cache 19:16:21 ---> cb99741b4780 19:16:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:21 ---> Using cache 19:16:21 ---> c602023a4019 19:16:21 Step 5/22 : RUN apk add --update --no-cache make bash git 19:16:25 ---> Running in 368be3bf1c97 19:16:25 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:16:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:16:25 ---> 8eee5ef760d7 19:16:25 Step 3/22 : WORKDIR /edgex-go 19:16:25 ---> Using cache 19:16:25 ---> cb99741b4780 19:16:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:25 ---> Using cache 19:16:25 ---> c602023a4019 19:16:25 Step 5/22 : RUN apk add --update --no-cache make git 19:16:25 ---> Using cache 19:16:25 ---> d8549b34b7ea 19:16:25 Step 6/22 : COPY . . 19:16:26 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:16:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:16:26 ---> 8eee5ef760d7 19:16:26 Step 3/22 : WORKDIR /edgex-go 19:16:26 ---> Using cache 19:16:26 ---> cb99741b4780 19:16:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:26 ---> Using cache 19:16:26 ---> c602023a4019 19:16:26 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:16:26 Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 19:16:26 Step 2/30 : FROM ${BUILDER_BASE} AS builder 19:16:26 ---> 8eee5ef760d7 19:16:26 Step 3/30 : WORKDIR /edgex-go 19:16:26 ---> Using cache 19:16:26 ---> cb99741b4780 19:16:26 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:26 ---> Using cache 19:16:26 ---> c602023a4019 19:16:26 Step 5/30 : RUN apk add --update --no-cache make git 19:16:26 ---> Using cache 19:16:26 ---> d8549b34b7ea 19:16:26 Step 6/30 : COPY . . 19:16:28 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:16:29 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:16:29 OK: 219 MiB in 52 packages 19:16:30 ---> Running in 0b362981e990 19:16:36 Removing intermediate container 368be3bf1c97 19:16:36 ---> 74c6f3fc261a 19:16:36 Step 6/22 : COPY . . 19:16:36 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:16:37 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:16:37 ---> bed39bdf37df 19:16:37 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:38 ---> Running in 6294656122a3 19:16:38 OK: 219 MiB in 52 packages 19:16:39 ---> a34c291bf42d 19:16:39 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:40 ---> Running in a8f76e5a533a 19:16:40 Removing intermediate container 0b362981e990 19:16:40 ---> 1cdd76a67e17 19:16:40 Step 6/22 : COPY . . 19:16:43 Removing intermediate container 6294656122a3 19:16:43 ---> 64827c489d5c 19:16:43 Step 8/22 : RUN make cmd/core-command/core-command 19:16:44 ---> Running in 09b8f8d1f92b 19:16:46 Removing intermediate container a8f76e5a533a 19:16:46 ---> ecde3dc4b361 19:16:46 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:16:46 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 19:16:46 ---> Running in 71c30066108c 19:16:48 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 19:16:52 ---> 7e271abbf80f 19:16:52 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:16:52 ---> Running in 4461159e0db0 19:17:00 ---> 3c529606e900 19:17:00 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:17:00 ---> Running in 28778a3380d9 19:17:00 Removing intermediate container 4461159e0db0 19:17:00 ---> d6d12b680a0f 19:17:00 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:17:00 ---> Running in 7f91739c1610 19:17:02 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 19:17:05 Removing intermediate container 28778a3380d9 19:17:05 ---> 5857dce00156 19:17:05 Step 8/22 : RUN make cmd/core-data/core-data 19:17:05 ---> Running in 0e027da4b042 19:17:07 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 19:18:15 Removing intermediate container 09b8f8d1f92b 19:18:15 ---> 2df4aeedd383 19:18:15 19:18:15 Step 9/22 : FROM alpine:3.14 19:18:15 ---> bb3de5531c18 19:18:15 Step 10/22 : RUN apk add --update --no-cache dumb-init 19:18:15 ---> Using cache 19:18:15 ---> 6869385ef32f 19:18:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:18:15 ---> Using cache 19:18:15 ---> d3b987334590 19:18:15 Step 12/22 : ENV APP_PORT=59882 19:18:15 ---> Running in e91ef2bec529 19:18:15 Removing intermediate container e91ef2bec529 19:18:15 ---> eb71eacdd43e 19:18:15 Step 13/22 : EXPOSE $APP_PORT 19:18:15 ---> Running in 42df6baaff5d 19:18:15 Removing intermediate container 42df6baaff5d 19:18:15 ---> 79583203bbbc 19:18:15 Step 14/22 : WORKDIR / 19:18:15 ---> Running in c35ae667b001 19:18:15 Removing intermediate container c35ae667b001 19:18:15 ---> 92dd9cf6a978 19:18:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:18:16 ---> 327c1cc0c051 19:18:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:18:18 ---> de3ffcf6fbbf 19:18:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:18:20 ---> d6b043b068cb 19:18:20 Step 18/22 : ENTRYPOINT ["/core-command"] 19:18:20 ---> Running in 10ee21478167 19:18:22 Removing intermediate container 10ee21478167 19:18:22 ---> 9190c905145e 19:18:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:18:22 ---> Running in 5844bdb1638a 19:18:22 Removing intermediate container 5844bdb1638a 19:18:22 ---> 06d3e1f761ce 19:18:22 Step 20/22 : LABEL arch=arm64 19:18:23 Removing intermediate container 71c30066108c 19:18:23 ---> 9e62d83a2aa8 19:18:23 19:18:23 Step 9/30 : FROM alpine:3.14 19:18:23 ---> bb3de5531c18 19:18:23 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:18:23 ---> Running in 629b52614f4a 19:18:23 ---> Running in 7e073291eee3 19:18:23 Removing intermediate container 629b52614f4a 19:18:23 ---> 8d54d30d8fb4 19:18:23 Step 21/22 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:18:24 ---> Running in 07a60ec9afc9 19:18:24 Removing intermediate container 7e073291eee3 19:18:24 ---> 433aabe68372 19:18:24 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 19:18:24 ---> Running in 6e42b56c87c2 19:18:24 Removing intermediate container 07a60ec9afc9 19:18:24 ---> b4ea95f66b2b 19:18:24 Step 22/22 : LABEL version=0.0.0 19:18:25 ---> Running in e7fabfed9c69 19:18:25 Removing intermediate container e7fabfed9c69 19:18:25 ---> 028b6013453a 19:18:25 19:18:26 Successfully built 028b6013453a 19:18:26 Successfully tagged core-command-arm64:latest 19:18:26  Building core-command ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:18:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:18:27 (1/2) Installing dumb-init (1.2.5-r1) 19:18:27 (2/2) Installing su-exec (0.2-r1) 19:18:27 Executing busybox-1.33.1-r3.trigger 19:18:27 OK: 5 MiB in 16 packages 19:18:29 Removing intermediate container 6e42b56c87c2 19:18:29 ---> cc90c54b53ba 19:18:29 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 19:18:30 ---> Running in b6b1bd5390bd 19:18:31 Removing intermediate container b6b1bd5390bd 19:18:31 ---> 584651faad77 19:18:31 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:18:31 ---> Running in f7279ba920d2 19:18:32 Removing intermediate container f7279ba920d2 19:18:32 ---> b0cb528dfd8f 19:18:32 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:18:32 ---> Running in e60e2afdf8a1 19:18:33 Removing intermediate container 7f91739c1610 19:18:33 ---> 120ea1f1385e 19:18:33 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:18:33 ---> Running in 0b9f2130b1e5 19:18:36 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 19:18:36 Removing intermediate container e60e2afdf8a1 19:18:36 ---> fbcaa7879d8e 19:18:36 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 19:18:36 ---> Running in 2b909e1d0ebf 19:18:36 Removing intermediate container 2b909e1d0ebf 19:18:36 ---> 481398571acb 19:18:36 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:18:37 ---> 8af36003bded 19:18:37 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:18:37 ---> Running in 9e6beee296fc 19:18:38 Removing intermediate container 0b9f2130b1e5 19:18:38 ---> 59c248474f2d 19:18:38 19:18:38 Step 10/22 : FROM docker:20.10.8 19:18:39 20.10.8: Pulling from library/docker 19:18:40 Removing intermediate container 9e6beee296fc 19:18:40 ---> 7126aab48a30 19:18:40 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 19:18:41 ---> bd6910efe1c5 19:18:41 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:18:43 ---> 2aceb19e76b8 19:18:43 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:18:44 ---> 940ffeb40f00 19:18:44 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:18:45 ---> 61b4d5ab4343 19:18:45 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:18:46 Removing intermediate container 0e027da4b042 19:18:46 ---> 90e25accdeee 19:18:46 19:18:46 Step 9/22 : FROM alpine:3.14 19:18:46 ---> bb3de5531c18 19:18:46 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:18:46 ---> Running in 30f2eb8ab525 19:18:47 ---> 6107252b48a0 19:18:47 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 19:18:47 Removing intermediate container 30f2eb8ab525 19:18:47 ---> c08016ceb253 19:18:47 Step 11/22 : ENV APP_PORT=59880 19:18:47 ---> Running in 7e738d6a69c9 19:18:47 ---> Running in 71e1757e9f63 19:18:48 Removing intermediate container 7e738d6a69c9 19:18:48 ---> c0a813186992 19:18:48 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:18:48 Removing intermediate container 71e1757e9f63 19:18:48 ---> 31f13b63ddf1 19:18:48 Step 12/22 : EXPOSE $APP_PORT 19:18:48 ---> Running in c794d7e0eb7c 19:18:48 Removing intermediate container c794d7e0eb7c 19:18:48 ---> 209a360d013a 19:18:48 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:49 ---> 3c8fba960e94 19:18:49 Step 25/30 : RUN chmod +x /entrypoint.sh 19:18:49 ---> Running in 2c8fae9116ad 19:18:49 ---> Running in 1b025cc71b39 19:18:50 Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd 19:18:50 Status: Downloaded newer image for docker:20.10.8 19:18:50 ---> 3734d5adc5ac 19:18:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:18:50 ---> Running in 08aab3561faa 19:18:51 Removing intermediate container 08aab3561faa 19:18:51 ---> 9ee858761e19 19:18:51 Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 19:18:51 ---> Running in 59da8c4d40fc 19:18:51 Removing intermediate container 2c8fae9116ad 19:18:51 ---> 11cc4ee06739 19:18:51 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 19:18:52 ---> Running in d472bc3c0817 19:18:52 Removing intermediate container 1b025cc71b39 19:18:52 ---> 22313f04fa25 19:18:52 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 19:18:52 ---> Running in 7a0276f5677f 19:18:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:18:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:18:53 Removing intermediate container 7a0276f5677f 19:18:53 ---> 7ba66310485d 19:18:53 Step 27/30 : CMD ["gate"] 19:18:53 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:18:53 ---> Running in 5d9c64e676c9 19:18:54 (1/42) Installing readline (8.1.0-r0) 19:18:54 Removing intermediate container 5d9c64e676c9 19:18:54 ---> e195c4b5f39f 19:18:54 Step 28/30 : LABEL arch=arm64 19:18:54 (2/42) Installing bash (5.1.4-r0) 19:18:54 Executing bash-5.1.4-r0.post-install 19:18:54 (3/42) Installing brotli-libs (1.0.9-r5) 19:18:54 (4/42) Installing nghttp2-libs (1.43.0-r0) 19:18:54 (5/42) Installing libcurl (7.79.1-r0) 19:18:54 (6/42) Installing curl (7.79.1-r0) 19:18:54 (7/42) Installing dumb-init (1.2.5-r1) 19:18:54 (8/42) Installing libbz2 (1.0.8-r1) 19:18:54 (9/42) Installing expat (2.4.1-r0) 19:18:54 (10/42) Installing libffi (3.3-r2) 19:18:54 (11/42) Installing gdbm (1.19-r0) 19:18:54 (12/42) Installing xz-libs (5.2.5-r0) 19:18:54 (13/42) Installing libgcc (10.3.1_git20210424-r2) 19:18:54 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 19:18:54 (15/42) Installing mpdecimal (2.5.1-r1) 19:18:54 (16/42) Installing sqlite-libs (3.35.5-r0) 19:18:54 ---> Running in 354716e0bf6e 19:18:54 (17/42) Installing python3 (3.9.5-r1) 19:18:54 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:18:54 Removing intermediate container 354716e0bf6e 19:18:54 ---> ca9c491c33a8 19:18:54 Step 29/30 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:18:55 ---> Running in df7834f093a2 19:18:55 (1/6) Installing dumb-init (1.2.5-r1) 19:18:55 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:18:55 (3/6) Installing libsodium (1.0.18-r0) 19:18:55 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:18:55 Removing intermediate container df7834f093a2 19:18:55 ---> d9b594838912 19:18:55 Step 30/30 : LABEL version=0.0.0 19:18:55 (5/6) Installing libzmq (4.3.4-r0) 19:18:55 (6/6) Installing zeromq (4.3.4-r0) 19:18:55 Executing busybox-1.33.1-r3.trigger 19:18:55 ---> Running in bfcc17069522 19:18:55 OK: 8 MiB in 20 packages 19:18:56 (18/42) Installing py3-appdirs (1.4.4-r2) 19:18:56 (19/42) Installing py3-chardet (4.0.0-r2) 19:18:56 (20/42) Installing py3-idna (3.2-r0) 19:18:56 (21/42) Installing py3-urllib3 (1.26.5-r0) 19:18:56 (22/42) Installing py3-certifi (2020.12.5-r1) 19:18:56 (23/42) Installing py3-requests (2.25.1-r4) 19:18:56 (24/42) Installing py3-msgpack (1.0.2-r1) 19:18:56 (25/42) Installing py3-lockfile (0.12.2-r4) 19:18:56 (26/42) Installing py3-cachecontrol (0.12.6-r1) 19:18:56 (27/42) Installing py3-colorama (0.4.4-r1) 19:18:56 (28/42) Installing py3-contextlib2 (0.6.0-r1) 19:18:56 (29/42) Installing py3-distlib (0.3.1-r3) 19:18:56 (30/42) Installing py3-distro (1.5.0-r3) 19:18:56 (31/42) Installing py3-six (1.15.0-r1) 19:18:56 Removing intermediate container bfcc17069522 19:18:56 ---> 451c2d1b436c 19:18:56 19:18:56 (32/42) Installing py3-webencodings (0.5.1-r4) 19:18:56 (33/42) Installing py3-html5lib (1.1-r1) 19:18:56 (34/42) Installing py3-parsing (2.4.7-r2) 19:18:56 (35/42) Installing py3-packaging (20.9-r1) 19:18:56 (36/42) Installing py3-toml (0.10.2-r2) 19:18:56 (37/42) Installing py3-pep517 (0.10.0-r2) 19:18:56 (38/42) Installing py3-progress (1.5-r2) 19:18:56 (39/42) Installing py3-retrying (1.3.3-r1) 19:18:56 (40/42) Installing py3-ordered-set (4.0.2-r1) 19:18:56 (41/42) Installing py3-setuptools (52.0.0-r3) 19:18:57 Successfully built 451c2d1b436c 19:18:57 Successfully tagged security-bootstrapper-arm64:latest 19:18:57  Building security-bootstrapper ... done (42/42) Installing py3-pip (20.3.4-r1) 19:18:57 Removing intermediate container d472bc3c0817 19:18:57 ---> 752405a29b2d 19:18:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:18:57 Executing busybox-1.33.1-r3.trigger 19:18:57 OK: 84 MiB in 64 packages 19:18:58 ---> 39bf7e07815d 19:18:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:18:59 ---> 7cdd2d42ea38 19:18:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:19:00 ---> 40ca9643f87c 19:19:00 Step 18/22 : ENTRYPOINT ["/core-data"] 19:19:00 ---> Running in 8fa9a0169034 19:19:00 Removing intermediate container 8fa9a0169034 19:19:00 ---> 073a5e642248 19:19:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:19:01 ---> Running in 1f5431a9891f 19:19:01 Collecting docker-compose==1.23.2 19:19:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:19:01 Removing intermediate container 1f5431a9891f 19:19:01 ---> 6b66f98a2b11 19:19:01 Step 20/22 : LABEL arch=arm64 19:19:01 ---> Running in 6174fdcaff03 19:19:02 Removing intermediate container 6174fdcaff03 19:19:02 ---> 5c136a574810 19:19:02 Step 21/22 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:19:02 ---> Running in 54fcb301692b 19:19:02 Collecting PyYAML<4,>=3.10 19:19:02 Downloading PyYAML-3.13.tar.gz (270 kB) 19:19:02 Removing intermediate container 54fcb301692b 19:19:02 ---> 7a4eb13e0762 19:19:02 Step 22/22 : LABEL version=0.0.0 19:19:02 ---> Running in 08d08f9554a3 19:19:03 Removing intermediate container 08d08f9554a3 19:19:03 ---> 51b605974dcd 19:19:03 19:19:03 Successfully built 51b605974dcd 19:19:03 Successfully tagged core-data-arm64:latest 19:19:05  Building core-data ... done Collecting cached-property<2,>=1.2.0 19:19:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:19:05 Collecting dockerpty<0.5,>=0.4.1 19:19:05 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:19:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 19:19:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:19:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:19:07 Collecting texttable<0.10,>=0.9.0 19:19:07 Downloading texttable-0.9.1.tar.gz (11 kB) 19:19:09 Collecting jsonschema<3,>=2.5.1 19:19:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:19:09 Collecting websocket-client<1.0,>=0.32.0 19:19:09 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:19:10 Collecting docker<4.0,>=3.6.0 19:19:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:19:10 Collecting docopt<0.7,>=0.6.1 19:19:10 Downloading docopt-0.6.2.tar.gz (25 kB) 19:19:12 Collecting docker-pycreds>=0.4.0 19:19:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:19:12 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 19:19:12 Collecting chardet<3.1.0,>=3.0.2 19:19:12 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:19:12 Collecting idna<2.8,>=2.5 19:19:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:19:13 Collecting urllib3<1.25,>=1.21.1 19:19:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:19:13 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:19:13 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:19:13 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:19:13 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:19:14 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:19:14 Attempting uninstall: urllib3 19:19:14 Found existing installation: urllib3 1.26.5 19:19:14 Uninstalling urllib3-1.26.5: 19:19:14 Successfully uninstalled urllib3-1.26.5 19:19:14 Attempting uninstall: idna 19:19:14 Found existing installation: idna 3.2 19:19:14 Uninstalling idna-3.2: 19:19:14 Successfully uninstalled idna-3.2 19:19:15 Attempting uninstall: chardet 19:19:15 Found existing installation: chardet 4.0.0 19:19:15 Uninstalling chardet-4.0.0: 19:19:15 Successfully uninstalled chardet-4.0.0 19:19:17 Attempting uninstall: requests 19:19:17 Found existing installation: requests 2.25.1 19:19:17 Uninstalling requests-2.25.1: 19:19:17 Successfully uninstalled requests-2.25.1 19:19:17 Running setup.py install for texttable: started 19:19:19 Running setup.py install for texttable: finished with status 'done' 19:19:19 Running setup.py install for PyYAML: started 19:19:21 Running setup.py install for PyYAML: finished with status 'done' 19:19:21 Running setup.py install for docopt: started 19:19:23 Running setup.py install for docopt: finished with status 'done' 19:19:23 Running setup.py install for dockerpty: started 19:19:25 Running setup.py install for dockerpty: finished with status 'done' 19:19:26 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 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 19:19:35 Removing intermediate container 59da8c4d40fc 19:19:35 ---> 7551461f743c 19:19:35 Step 13/22 : ENV APP_PORT=58890 19:19:35 ---> Running in 5f20bd67381f 19:19:35 Removing intermediate container 5f20bd67381f 19:19:35 ---> 8db8a5d2fd30 19:19:35 Step 14/22 : EXPOSE $APP_PORT 19:19:35 ---> Running in 0ff1c7248f14 19:19:35 Removing intermediate container 0ff1c7248f14 19:19:35 ---> 9e5e8eaeb590 19:19:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:19:36 ---> 33c0a53c87e6 19:19:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:19:37 ---> 0af0479e342e 19:19:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:19:38 ---> 3a69e7015a13 19:19:38 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 19:19:38 ---> Running in e1eedd7c6b2a 19:19:38 Removing intermediate container e1eedd7c6b2a 19:19:38 ---> 5f286d5bbc2c 19:19:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:19:39 ---> Running in f81b2485ad20 19:19:39 Removing intermediate container f81b2485ad20 19:19:39 ---> 90e6e3f28227 19:19:39 Step 20/22 : LABEL arch=arm64 19:19:39 ---> Running in 24396d04c039 19:19:39 Removing intermediate container 24396d04c039 19:19:39 ---> b3b132eb78d4 19:19:39 Step 21/22 : LABEL git_sha=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 19:19:40 ---> Running in 1a9e8ab5a4e0 19:19:40 Removing intermediate container 1a9e8ab5a4e0 19:19:40 ---> 6a04df6a2c51 19:19:40 Step 22/22 : LABEL version=0.0.0 19:19:40 ---> Running in b911fbf1fb7d 19:19:41 Removing intermediate container b911fbf1fb7d 19:19:41 ---> 698fb6b5bb10 19:19:41 19:19:41 Successfully built 698fb6b5bb10 19:19:41 Successfully tagged sys-mgmt-agent-arm64:latest 19:19:42  Building sys-mgmt-agent ... done  [Pipeline] } 19:19:42 $ docker stop --time=1 10c74ece48d0dc8d78158f5c3ab252f826003a681e26546e04719eeffa2e369b 19:19:43 $ docker rm -f 10c74ece48d0dc8d78158f5c3ab252f826003a681e26546e04719eeffa2e369b [Pipeline] // withDockerContainer [Pipeline] sh 19:19:44 + docker images 19:19:44 REPOSITORY TAG IMAGE ID CREATED SIZE 19:19:44 sys-mgmt-agent-arm64 latest 698fb6b5bb10 3 seconds ago 277MB 19:19:44 core-data-arm64 latest 51b605974dcd 41 seconds ago 19.4MB 19:19:44 security-bootstrapper-arm64 latest 451c2d1b436c 48 seconds ago 17.7MB 19:19:44 90e25accdeee 59 seconds ago 1.58GB 19:19:44 59c248474f2d About a minute ago 1.57GB 19:19:44 core-command-arm64 latest 028b6013453a About a minute ago 15.2MB 19:19:44 9e62d83a2aa8 About a minute ago 1.57GB 19:19:44 2df4aeedd383 About a minute ago 1.57GB 19:19:44 security-secretstore-setup-arm64 latest 0cb8ee7fc094 4 minutes ago 26.5MB 19:19:44 support-scheduler-arm64 latest 1febb731887f 4 minutes ago 15.2MB 19:19:44 core-metadata-arm64 latest f6f4aa034964 4 minutes ago 15.8MB 19:19:44 support-notifications-arm64 latest 4b622aae07de 4 minutes ago 15.9MB 19:19:44 security-proxy-setup-arm64 latest 257128ce68be 4 minutes ago 25.3MB 19:19:44 f775742ca9c9 4 minutes ago 1.57GB 19:19:44 51d07b064f47 4 minutes ago 1.57GB 19:19:44 a7fbb9f3768a 4 minutes ago 1.57GB 19:19:44 d11d074dfd30 4 minutes ago 1.57GB 19:19:44 6ca16b8820a3 4 minutes ago 1.58GB 19:19:44 ci-base-image-arm64 latest 8eee5ef760d7 14 minutes ago 1.24GB 19:19:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 8b459fc5aaf0 27 hours ago 534MB 19:19:44 docker 20.10.8 3734d5adc5ac 6 weeks ago 198MB 19:19:44 alpine 3.14 bb3de5531c18 6 weeks ago 5.34MB 19:19:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 15 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:19:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:19:45 19:19:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 19:19:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:19:46 arm64: Pulling from edgex-lftools-log-publisher 19:19:46 448f6bf000e3: Pulling fs layer 19:19:46 f757da607395: Pulling fs layer 19:19:46 05883995daec: Pulling fs layer 19:19:46 8603b9c90790: Pulling fs layer 19:19:46 1560dd03e051: Pulling fs layer 19:19:46 27f5ce0e4adf: Pulling fs layer 19:19:46 c2d8d7efcc4b: Pulling fs layer 19:19:46 8603b9c90790: Waiting 19:19:46 1560dd03e051: Waiting 19:19:46 27f5ce0e4adf: Waiting 19:19:46 f757da607395: Verifying Checksum 19:19:46 f757da607395: Download complete 19:19:46 8603b9c90790: Verifying Checksum 19:19:46 8603b9c90790: Download complete 19:19:46 05883995daec: Verifying Checksum 19:19:46 05883995daec: Download complete 19:19:46 1560dd03e051: Verifying Checksum 19:19:46 1560dd03e051: Download complete 19:19:46 27f5ce0e4adf: Verifying Checksum 19:19:46 27f5ce0e4adf: Download complete 19:19:47 448f6bf000e3: Verifying Checksum 19:19:47 448f6bf000e3: Download complete 19:19:49 c2d8d7efcc4b: Verifying Checksum 19:19:49 c2d8d7efcc4b: Download complete 19:19:50 448f6bf000e3: Pull complete 19:19:51 f757da607395: Pull complete 19:19:53 05883995daec: Pull complete 19:19:53 8603b9c90790: Pull complete 19:19:54 1560dd03e051: Pull complete 19:19:54 27f5ce0e4adf: Pull complete 19:20:09 c2d8d7efcc4b: Pull complete 19:20:09 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 19:20:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:20:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 19:20:10 prd-ubuntu18.04-docker-arm64-4c-16g-1466 does not seem to be running inside a container 19:20:10 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-lftools-log-publisher:arm64 cat 19:20:13 $ docker top 6ff78651299279d8ea22b8950dfa9bc663c4b1667d4d87fa1c4465c35c3ac72f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:20:14 ---> job-cost.sh 19:20:14 lf-activate-venv: SKIPPING 19:20:14 INFO: No Stack... 19:20:36 INFO: Retrieving Pricing Info for: v3-standard-4 19:20:36 INFO: Archiving Costs [Pipeline] sh 19:20:37 + + cutcat -d, /w/workspace/edgex-go/7/archives/cost.csv -f6 19:20:37 [Pipeline] lock 19:20:37 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3748-7-stack-cost] 19:20:37 Resource [jenkins-edgexfoundry-edgex-go-PR-3748-7-stack-cost] did not exist. Created. 19:20:37 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3748-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:20:38 + echo total: 0.10999999940395355 [Pipeline] stash 19:20:38 Stashed 1 file(s) [Pipeline] } 19:20:38 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3748-7-stack-cost] [Pipeline] // lock [Pipeline] } 19:20:38 $ docker stop --time=1 6ff78651299279d8ea22b8950dfa9bc663c4b1667d4d87fa1c4465c35c3ac72f 19:20:40 $ docker rm -f 6ff78651299279d8ea22b8950dfa9bc663c4b1667d4d87fa1c4465c35c3ac72f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider 19:20:41 provisioning config files... 19:20:41 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config2102009040870842760tmp [Pipeline] { [Pipeline] sh 19:20:41 + set +x 19:20:41 + bash -s -- 19:20:41 + curl -s https://codecov.io/bash 19:20:41 19:20:41 _____ _ 19:20:41 / ____| | | 19:20:41 | | ___ __| | ___ ___ _____ __ 19:20:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:20:41 | |___| (_) | (_| | __/ (_| (_) \ V / 19:20:41 \_____\___/ \__,_|\___|\___\___/ \_/ 19:20:41 Bash-1.0.6 19:20:41 19:20:41 19:20:41 ==> git version 2.24.4 found 19:20: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 19:20:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:20:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:20:41 ==> Jenkins CI detected. 19:20:41 current dir:  /w/workspace/edgex-go/7 19:20:41 project root: . 19:20:41 --> token set from env 19:20:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:20:41 ==> Running gcov in . (disable via -X gcov) 19:20:41 ==> Python coveragepy not found 19:20:41 ==> Searching for coverage reports in: 19:20:41 + . 19:20:41 -> Found 1 reports 19:20:41 ==> Detecting git/mercurial file structure 19:20:41 ==> Reading reports 19:20:41 + ./coverage.out bytes=403932 19:20:41 ==> Appending adjustments 19:20:41 https://docs.codecov.io/docs/fixing-reports 19:20:42 + Found adjustments 19:20:42 ==> Gzipping contents 19:20:42 56K /tmp/codecov.5Z8Tkt.gz 19:20:42 ==> Uploading reports 19:20:42 url: https://codecov.io 19:20:42 query: branch=PR-3748&commit=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3748%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3748&job=&cmd_args= 19:20:42 -> Pinging Codecov 19:20:42 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3748&commit=20b6978c518a68a17f1991ad0ddb8a73e49c2fa1&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3748%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3748&job=&cmd_args= 19:20:43 -> Uploading to 19:20:43 https://storage.googleapis.com/codecov/v4/raw/2021-10-14/00271124DB129430A58F1EEE437C3FCB/20b6978c518a68a17f1991ad0ddb8a73e49c2fa1/97027d27-c6d3-4743-8b24-774659c80784.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211014%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211014T192043Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1d9b6ec128263b22f4f11a5830c329f1e6223c183929dd954cbee8a7097de86b 19:20:43 % Total % Received % Xferd Average Speed Time Time Time Current 19:20:43 Dload Upload Total Spent Left Speed 19:20:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54354 0 0 100 54354 0 137k --:--:-- --:--:-- --:--:-- 137k 100 54354 0 0 100 54354 0 137k --:--:-- --:--:-- --:--:-- 137k 19:20:43 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/20b6978c518a68a17f1991ad0ddb8a73e49c2fa1 [Pipeline] } 19:20:43 Deleting 1 temporary files [Pipeline] // configFileProvider [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] sh 19:20:44 + '[' -d /w/workspace/edgex-go/7/archives ']' [Pipeline] libraryResource [Pipeline] sh 19:20:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:20:45 ---> package-listing.sh 19:20:45 ++ facter osfamily 19:20:45 ++ tr '[:upper:]' '[:lower:]' 19:20:45 + OS_FAMILY=redhat 19:20:45 + workspace=/w/workspace/edgex-go/7 19:20:45 + START_PACKAGES=/tmp/packages_start.txt 19:20:45 + END_PACKAGES=/tmp/packages_end.txt 19:20:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:20:45 + PACKAGES=/tmp/packages_start.txt 19:20:45 + '[' /w/workspace/edgex-go/7 ']' 19:20:45 + PACKAGES=/tmp/packages_end.txt 19:20:45 + case "${OS_FAMILY}" in 19:20:45 + sort 19:20:45 + rpm -qa 19:20:49 + '[' -f /tmp/packages_start.txt ']' 19:20:49 + '[' -f /tmp/packages_end.txt ']' 19:20:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:20:49 + '[' /w/workspace/edgex-go/7 ']' 19:20:49 + mkdir -p /w/workspace/edgex-go/7/archives/ 19:20:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 19:20:49 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:20:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:20:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:20:50 19:20:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 19:20:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:20:50 latest: Pulling from edgex-lftools-log-publisher 19:20:50 b4d181a07f80: Pulling fs layer 19:20:50 a1111a8f2ec3: Pulling fs layer 19:20:50 ed53099fbce6: Pulling fs layer 19:20:50 dc539afda2c1: Pulling fs layer 19:20:50 77bc0d833cb6: Pulling fs layer 19:20:50 9065ff56babe: Pulling fs layer 19:20:50 d287ab97295c: Pulling fs layer 19:20:50 dc539afda2c1: Waiting 19:20:50 77bc0d833cb6: Waiting 19:20:50 9065ff56babe: Waiting 19:20:50 d287ab97295c: Waiting 19:20:50 a1111a8f2ec3: Verifying Checksum 19:20:50 a1111a8f2ec3: Download complete 19:20:50 dc539afda2c1: Verifying Checksum 19:20:50 dc539afda2c1: Download complete 19:20:50 ed53099fbce6: Verifying Checksum 19:20:50 ed53099fbce6: Download complete 19:20:50 9065ff56babe: Verifying Checksum 19:20:50 9065ff56babe: Download complete 19:20:50 77bc0d833cb6: Verifying Checksum 19:20:50 77bc0d833cb6: Download complete 19:20:50 b4d181a07f80: Verifying Checksum 19:20:50 b4d181a07f80: Download complete 19:20:51 d287ab97295c: Verifying Checksum 19:20:51 d287ab97295c: Download complete 19:20:52 b4d181a07f80: Pull complete 19:20:52 a1111a8f2ec3: Pull complete 19:20:53 ed53099fbce6: Pull complete 19:20:53 dc539afda2c1: Pull complete 19:20:53 77bc0d833cb6: Pull complete 19:20:53 9065ff56babe: Pull complete 19:20:58 d287ab97295c: Pull complete 19:20:58 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 19:20:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:20:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 19:20:58 prd-centos7-docker-4c-2g-1461 does not seem to be running inside a container 19:20:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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:latest cat 19:21:02 $ docker top 1dee5aa1b3c035c178cc08123811e8793b057c68b15903aaf14a00a6a91ade23 -eo pid,comm [Pipeline] { [Pipeline] sh 19:21:03 + touch /tmp/pre-build-complete [Pipeline] sh 19:21:03 + mkdir -p /var/log/sysstat [Pipeline] sh 19:21:03 + ls /var/log/sa-host 19:21:03 + sadf -c /var/log/sa-host/sa14 19:21:03 file_magic: OK 19:21:03 HZ: Using current value: 100 19:21:03 file_header: OK 19:21:03 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 19:21:03 Statistics: 19:21:03 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... 19:21:03 File successfully converted to sysstat format version 12.0.3 19:21:03 + sadf -c /var/log/sa-host/sa30 19:21:03 file_magic: OK 19:21:03 HZ: Using current value: 100 19:21:03 file_header: OK 19:21:03 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 19:21:03 Statistics: 19:21:03 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:21:03 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:21:04 provisioning config files... 19:21:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config4409751934837769800tmp [Pipeline] { [Pipeline] echo 19:21:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:21:04 ---> create-netrc.sh [Pipeline] } 19:21:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:21:04 ---> python-tools-install.sh [Pipeline] echo 19:21:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:21:05 ---> sudo-logs.sh 19:21:05 Archiving 'sudo' log.. 19:21:05 sudo: unable to resolve host prd-centos7-docker-4c-2g-1461.novalocal: Name or service not known 19:21:05 sudo: unable to resolve host prd-centos7-docker-4c-2g-1461.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 19:21:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:21:05 ---> job-cost.sh 19:21:05 lf-activate-venv: SKIPPING 19:21:05 DEBUG: total: 0.10999999940395355 19:21:05 INFO: Retrieving Stack Cost... 19:21:23 INFO: Retrieving Pricing Info for: v3-standard-2 19:21:23 INFO: Archiving Costs [Pipeline] echo 19:21:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:21:23 ---> logs-deploy.sh 19:21:23 lf-activate-venv: SKIPPING 19:21:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3748/7 19:21:23 INFO: archiving workspace using pattern(s): 19:21:24 Archives upload complete. 19:21:24 INFO: archiving logs to Nexus 19:21:25 ---> uname -a: 19:21:25 Linux prd-centos7-docker-4c-2g-1461.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux 19:21:25 19:21:25 19:21:25 ---> lscpu: 19:21:25 Architecture: x86_64 19:21:25 CPU op-mode(s): 32-bit, 64-bit 19:21:25 Byte Order: Little Endian 19:21:25 Address sizes: 40 bits physical, 48 bits virtual 19:21:25 CPU(s): 2 19:21:25 On-line CPU(s) list: 0,1 19:21:25 Thread(s) per core: 1 19:21:25 Core(s) per socket: 1 19:21:25 Socket(s): 2 19:21:25 NUMA node(s): 1 19:21:25 Vendor ID: AuthenticAMD 19:21:25 CPU family: 23 19:21:25 Model: 49 19:21:25 Model name: AMD EPYC-Rome Processor 19:21:25 Stepping: 0 19:21:25 CPU MHz: 2799.998 19:21:25 BogoMIPS: 5599.99 19:21:25 Virtualization: AMD-V 19:21:25 Hypervisor vendor: KVM 19:21:25 Virtualization type: full 19:21:25 L1d cache: 32K 19:21:25 L1i cache: 32K 19:21:25 L2 cache: 512K 19:21:25 L3 cache: 16384K 19:21:25 NUMA node0 CPU(s): 0,1 19:21:25 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 19:21:25 19:21:25 19:21:25 ---> nproc: 19:21:25 2 19:21:25 19:21:25 19:21:25 ---> df -h: 19:21:25 Filesystem Size Used Avail Use% Mounted on 19:21:25 overlay 40G 13G 28G 31% / 19:21:25 tmpfs 64M 0 64M 0% /dev 19:21:25 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 19:21:25 shm 64M 0 64M 0% /dev/shm 19:21:25 /dev/vda1 40G 13G 28G 31% /facter-os 19:21:25 19:21:25 19:21:25 ---> sar -b -r -n DEV: 19:21:25 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/14/21 _x86_64_ (2 CPU) 19:21:25 19:21:25 18:55:39 LINUX RESTART (2 CPU) 19:21:25 19:21:25 18:56:02 tps rtps wtps bread/s bwrtn/s 19:21:25 18:57:01 163.49 20.60 142.89 5595.13 47509.46 19:21:25 18:58:01 369.10 0.02 369.08 0.27 80666.31 19:21:25 18:59:01 55.47 0.00 55.47 0.00 10679.95 19:21:25 19:00:01 117.89 0.00 117.89 0.00 4757.09 19:21:25 19:01:01 765.39 273.70 491.69 8341.55 314348.06 19:21:25 19:02:01 432.14 28.64 403.51 2364.37 174409.89 19:21:25 19:03:01 383.35 79.64 303.71 3371.83 78313.35 19:21:25 19:04:01 1.90 0.02 1.88 0.27 39.86 19:21:25 19:05:01 0.18 0.00 0.18 0.00 2.15 19:21:25 19:06:02 0.23 0.00 0.23 0.00 3.41 19:21:25 19:07:01 0.53 0.20 0.32 95.68 3.17 19:21:25 19:08:01 0.20 0.00 0.20 0.00 2.87 19:21:25 19:09:01 0.23 0.00 0.23 0.00 2.08 19:21:25 19:10:01 0.20 0.00 0.20 0.00 1.65 19:21:25 19:11:01 0.58 0.35 0.23 8.53 3.43 19:21:25 19:12:01 0.72 0.00 0.72 0.00 13.19 19:21:25 19:13:01 0.15 0.00 0.15 0.00 1.93 19:21:25 19:14:01 0.23 0.00 0.23 0.00 2.00 19:21:25 19:15:01 0.30 0.00 0.30 0.00 3.68 19:21:25 19:16:01 0.22 0.00 0.22 0.00 2.22 19:21:25 19:17:01 0.20 0.00 0.20 0.00 1.93 19:21:25 19:18:01 0.22 0.00 0.22 0.00 1.93 19:21:25 19:19:01 0.20 0.00 0.20 0.00 1.67 19:21:25 19:20:01 292.92 269.79 23.13 3752.56 1160.14 19:21:25 19:21:01 120.54 56.70 63.83 4118.21 13682.54 19:21:25 Average: 108.41 29.23 79.18 1104.47 29073.59 19:21:25 19:21:25 18:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:21:25 18:57:01 4338084 0 764592 9.55 2620 2903636 1611032 17.79 1037732 2317948 666584 19:21:25 18:58:01 3444676 0 1034044 12.91 2620 3527592 1773856 19.58 1343012 2751168 183372 19:21:25 18:59:01 3515276 0 978396 12.22 2620 3512640 1527052 16.86 1201424 2809904 14512 19:21:25 19:00:01 3201560 0 1026716 12.82 2620 3778036 1478548 16.32 1412380 2888836 157812 19:21:25 19:01:01 2041704 0 1677572 20.95 2620 4287036 3834968 42.34 2372656 2965964 10568 19:21:25 19:02:01 630860 0 1460000 18.23 2620 5915452 2882036 31.82 2959908 3772876 552720 19:21:25 19:03:01 3292436 0 1118300 13.96 2620 3595576 1402552 15.48 1300912 2808612 20 19:21:25 19:04:01 3296976 0 1113752 13.91 2620 3595584 1366752 15.09 1298232 2808116 20 19:21:25 19:05:01 3299872 0 1110856 13.87 2620 3595584 1366512 15.09 1313936 2792344 20 19:21:25 19:06:02 3309940 0 1100780 13.74 2620 3595592 1366704 15.09 1312456 2783568 12 19:21:25 19:07:01 3305304 0 1102608 13.77 2620 3598400 1366644 15.09 1317584 2783584 12 19:21:25 19:08:01 3305984 0 1101920 13.76 2620 3598408 1366548 15.09 1317352 2783012 8 19:21:25 19:09:01 3306396 0 1101504 13.75 2620 3598412 1366512 15.09 1317360 2783008 8 19:21:25 19:10:01 3306404 0 1101496 13.75 2620 3598412 1366512 15.09 1317468 2783008 8 19:21:25 19:11:01 3301920 0 1105940 13.81 2620 3598452 1397132 15.43 1320376 2782768 16 19:21:25 19:12:01 3303392 0 1104468 13.79 2620 3598452 1360900 15.03 1320140 2782576 8 19:21:25 19:13:01 3304092 0 1103760 13.78 2620 3598460 1360468 15.02 1319948 2782576 12 19:21:25 19:14:01 3304084 0 1103764 13.78 2620 3598464 1360468 15.02 1319952 2782576 8 19:21:25 19:15:01 3304092 0 1103752 13.78 2620 3598468 1360468 15.02 1319956 2782576 8 19:21:25 19:16:01 3304448 0 1103392 13.78 2620 3598472 1360468 15.02 1319960 2782472 8 19:21:25 19:17:01 3303328 0 1104504 13.79 2620 3598480 1361952 15.04 1320200 2782472 8 19:21:25 19:18:01 3304312 0 1103516 13.78 2620 3598484 1360468 15.02 1319984 2782448 8 19:21:25 19:19:01 3304436 0 1103388 13.78 2620 3598488 1360468 15.02 1319988 2782448 8 19:21:25 19:20:01 3147524 0 1197112 14.95 2620 3661676 1360500 15.02 1360308 2805352 8 19:21:25 19:21:01 2389520 0 1341440 16.75 2620 4275352 1673704 18.48 1448612 3378732 95380 19:21:25 Average: 3154665 0 1130703 14.12 2620 3720944 1575729 17.40 1420473 2842358 67246 19:21:25 19:21:25 18:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:21:25 18:57:01 eth0 1285.21 1331.14 9673.29 178.84 0.00 0.00 0.00 0.00 19:21:25 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 18:57:01 docker0 802.32 446.67 67.92 2719.71 0.00 0.00 0.00 0.00 19:21:25 18:58:01 veth80888b1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:21:25 18:58:01 eth0 269.93 231.70 2068.37 29.93 0.00 0.00 0.00 0.00 19:21:25 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 18:58:01 docker0 214.25 240.58 16.14 2040.39 0.00 0.00 0.00 0.00 19:21:25 18:59:01 veth80888b1 2.15 2.15 0.17 0.18 0.00 0.00 0.00 0.00 19:21:25 18:59:01 eth0 28.91 15.50 22.26 11.81 0.00 0.00 0.00 0.00 19:21:25 18:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 18:59:01 docker0 2.15 2.15 0.14 0.18 0.00 0.00 0.00 0.00 19:21:25 19:00:01 veth80888b1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:00:01 eth0 24.22 12.79 20.83 10.58 0.00 0.00 0.00 0.00 19:21:25 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:01:01 vethc01d8c4 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:21:25 19:01:01 veth4492e30 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 19:21:25 19:01:01 vethc6c4fbb 0.00 0.60 0.00 0.03 0.00 0.00 0.00 0.00 19:21:25 19:01:01 veth316cd02 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 19:21:25 19:02:01 veth2fe5083 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 19:21:25 19:02:01 vethc6c4fbb 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 19:21:25 19:02:01 veth03e06dc 10.69 31.84 0.92 388.56 0.00 0.00 0.00 0.00 19:21:25 19:02:01 eth0 1885.61 1725.74 15192.09 378.81 0.00 0.00 0.00 0.00 19:21:25 19:03:01 eth0 49.70 23.96 124.48 17.00 0.00 0.00 0.00 0.00 19:21:25 19:03:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:21:25 19:03:01 docker0 1051.28 790.51 86.13 5589.48 0.00 0.00 0.00 0.00 19:21:25 19:04:01 eth0 1.45 0.40 0.37 0.17 0.00 0.00 0.00 0.00 19:21:25 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:05:01 eth0 0.40 0.10 0.03 0.04 0.00 0.00 0.00 0.00 19:21:25 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:06:02 eth0 0.77 0.40 0.30 0.20 0.00 0.00 0.00 0.00 19:21:25 19:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:06:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:07:01 eth0 0.24 0.12 0.08 0.07 0.00 0.00 0.00 0.00 19:21:25 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:08:01 eth0 0.23 0.10 0.07 0.01 0.00 0.00 0.00 0.00 19:21:25 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:09:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:21:25 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:10:01 eth0 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:21:25 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:11:01 eth0 2.55 2.55 0.17 21.20 0.00 0.00 0.00 0.00 19:21:25 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:12:01 eth0 1.02 0.97 0.19 6.46 0.00 0.00 0.00 0.00 19:21:25 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:13:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:21:25 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:14:01 eth0 0.08 0.08 0.00 0.01 0.00 0.00 0.00 0.00 19:21:25 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:15:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:21:25 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:16:01 eth0 0.08 0.08 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:17:01 eth0 1.05 1.00 0.19 6.45 0.00 0.00 0.00 0.00 19:21:25 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:18:01 eth0 0.12 0.08 0.01 0.00 0.00 0.00 0.00 0.00 19:21:25 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:19:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:20:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:21:01 eth0 116.09 78.46 2604.43 89.04 0.00 0.00 0.00 0.00 19:21:25 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 Average: eth0 81.64 73.30 717.16 20.81 0.00 0.00 0.00 0.00 19:21:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:21:25 Average: docker0 42.12 31.67 3.45 223.93 0.00 0.00 0.00 0.00 19:21:25 19:21:25 19:21:25 ---> sar -P ALL: 19:21:25 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 10/14/21 _x86_64_ (2 CPU) 19:21:25 19:21:25 18:55:39 LINUX RESTART (2 CPU) 19:21:25 19:21:25 18:56:02 CPU %user %nice %system %iowait %steal %idle 19:21:25 18:57:01 all 38.15 0.00 10.19 6.84 0.10 44.72 19:21:25 18:57:01 0 33.70 0.00 11.23 7.23 0.11 47.73 19:21:25 18:57:01 1 42.64 0.00 9.15 6.45 0.09 41.67 19:21:25 18:58:01 all 47.06 0.00 11.14 3.89 0.11 37.80 19:21:25 18:58:01 0 46.43 0.00 11.31 3.57 0.11 38.59 19:21:25 18:58:01 1 47.70 0.00 10.97 4.21 0.11 37.01 19:21:25 18:59:01 all 33.88 0.00 4.49 0.40 0.08 61.16 19:21:25 18:59:01 0 34.86 0.00 4.53 0.28 0.09 60.24 19:21:25 18:59:01 1 32.91 0.00 4.44 0.51 0.07 62.07 19:21:25 19:00:01 all 75.35 0.00 7.57 1.39 0.13 15.56 19:21:25 19:00:01 0 75.44 0.00 7.66 1.44 0.13 15.32 19:21:25 19:00:01 1 75.26 0.00 7.47 1.34 0.13 15.80 19:21:25 19:01:01 all 36.99 0.00 21.36 23.40 0.12 18.13 19:21:25 19:01:01 0 37.44 0.00 21.19 24.44 0.11 16.82 19:21:25 19:01:01 1 36.53 0.00 21.54 22.36 0.13 19.44 19:21:25 19:02:01 all 79.06 0.00 16.65 3.41 0.13 0.75 19:21:25 19:02:01 0 78.87 0.00 16.98 3.35 0.13 0.67 19:21:25 19:02:01 1 79.24 0.00 16.32 3.47 0.13 0.84 19:21:25 19:03:01 all 49.12 0.00 10.29 1.78 0.11 38.71 19:21:25 19:03:01 0 48.94 0.00 10.38 1.69 0.12 38.86 19:21:25 19:03:01 1 49.30 0.00 10.19 1.86 0.09 38.55 19:21:25 19:04:01 all 0.14 0.00 0.07 0.00 0.03 99.77 19:21:25 19:04:01 0 0.22 0.00 0.10 0.00 0.03 99.65 19:21:25 19:04:01 1 0.07 0.00 0.03 0.00 0.02 99.88 19:21:25 19:05:01 all 0.19 0.00 0.06 0.00 0.03 99.72 19:21:25 19:05:01 0 0.37 0.00 0.07 0.00 0.03 99.53 19:21:25 19:05:01 1 0.02 0.00 0.05 0.00 0.02 99.92 19:21:25 19:06:02 all 0.13 0.00 0.03 0.00 0.03 99.81 19:21:25 19:06:02 0 0.23 0.00 0.03 0.00 0.03 99.70 19:21:25 19:06:02 1 0.03 0.00 0.03 0.00 0.02 99.92 19:21:25 19:07:01 all 0.14 0.00 0.02 0.02 0.03 99.80 19:21:25 19:07:01 0 0.27 0.00 0.02 0.00 0.03 99.68 19:21:25 19:07:01 1 0.02 0.00 0.02 0.03 0.02 99.92 19:21:25 19:21:25 19:07:01 CPU %user %nice %system %iowait %steal %idle 19:21:25 19:08:01 all 0.14 0.00 0.02 0.00 0.03 99.81 19:21:25 19:08:01 0 0.25 0.00 0.02 0.00 0.05 99.68 19:21:25 19:08:01 1 0.03 0.00 0.02 0.00 0.02 99.93 19:21:25 19:09:01 all 0.13 0.00 0.03 0.00 0.02 99.83 19:21:25 19:09:01 0 0.23 0.00 0.03 0.00 0.03 99.70 19:21:25 19:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:21:25 19:10:01 all 0.03 0.00 0.03 0.00 0.03 99.92 19:21:25 19:10:01 0 0.05 0.00 0.03 0.00 0.05 99.87 19:21:25 19:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:21:25 19:11:01 all 0.12 0.00 0.08 0.00 0.03 99.78 19:21:25 19:11:01 0 0.12 0.00 0.07 0.00 0.03 99.78 19:21:25 19:11:01 1 0.12 0.00 0.08 0.00 0.02 99.78 19:21:25 19:12:01 all 0.07 0.00 0.04 0.00 0.02 99.87 19:21:25 19:12:01 0 0.08 0.00 0.05 0.00 0.03 99.83 19:21:25 19:12:01 1 0.05 0.00 0.03 0.00 0.00 99.92 19:21:25 19:13:01 all 0.03 0.00 0.01 0.00 0.03 99.94 19:21:25 19:13:01 0 0.03 0.00 0.02 0.00 0.03 99.92 19:21:25 19:13:01 1 0.02 0.00 0.00 0.00 0.02 99.97 19:21:25 19:14:01 all 0.03 0.00 0.03 0.00 0.03 99.92 19:21:25 19:14:01 0 0.03 0.00 0.03 0.00 0.03 99.90 19:21:25 19:14:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:21:25 19:15:01 all 0.03 0.00 0.03 0.00 0.01 99.94 19:21:25 19:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:21:25 19:15:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:21:25 19:16:01 all 0.03 0.00 0.02 0.00 0.03 99.92 19:21:25 19:16:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:21:25 19:16:01 1 0.05 0.00 0.02 0.00 0.03 99.90 19:21:25 19:17:01 all 0.04 0.00 0.03 0.00 0.03 99.90 19:21:25 19:17:01 0 0.05 0.00 0.03 0.00 0.03 99.88 19:21:25 19:17:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:21:25 19:18:01 all 0.02 0.00 0.03 0.00 0.02 99.94 19:21:25 19:18:01 0 0.02 0.00 0.03 0.00 0.02 99.93 19:21:25 19:18:01 1 0.02 0.00 0.02 0.00 0.02 99.95 19:21:25 19:21:25 19:18:01 CPU %user %nice %system %iowait %steal %idle 19:21:25 19:19:01 all 0.03 0.00 0.01 0.00 0.01 99.95 19:21:25 19:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:21:25 19:19:01 1 0.05 0.00 0.00 0.00 0.02 99.93 19:21:25 19:20:01 all 0.03 4.08 13.80 2.65 0.08 79.34 19:21:25 19:20:01 0 0.02 4.19 14.04 2.32 0.08 79.35 19:21:25 19:20:01 1 0.05 3.97 13.57 2.99 0.08 79.33 19:21:25 19:21:01 all 9.87 0.00 3.69 3.66 0.05 82.72 19:21:25 19:21:01 0 9.22 0.00 3.78 2.59 0.03 84.38 19:21:25 19:21:01 1 10.53 0.00 3.61 4.74 0.07 81.05 19:21:25 Average: all 13.96 0.17 3.80 1.80 0.05 80.23 19:21:25 Average: 0 13.83 0.17 3.88 1.78 0.05 80.30 19:21:25 Average: 1 14.10 0.16 3.72 1.82 0.04 80.16 19:21:25 19:21:25 19:21:25