Pull request #3531 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4+7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 (7adc4559d14b0e262d8aba818cb660d9be3d63ed) 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1953204015684000648.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1900934250911410818.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 6a41506d72e8e131afc862d141935157bee59f41 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-3531/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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3531/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2639267800682499765.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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 > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1387798072197006656.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd 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-3531/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 > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3531/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4223491256704123217.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1677 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/23 [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/23 # 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/23@tmp/jenkins-gitclient-ssh834126955454596518.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 into PR head commit b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 Merge succeeded, producing b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 Checking out Revision b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 (PR-3531) > 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/23@tmp/jenkins-gitclient-ssh4285973138375168900.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3531/head:refs/remotes/origin/PR-3531 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 # 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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/23@tmp/jenkins-gitclient-ssh562024506011765724.key > git merge 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 # timeout=10 Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:22:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:22:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk f84ea4f7ac4a04f9d9222eb8355854bd4e64cc7d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:22:59 ========================================================= 07:22:59 EdgeX Global Pipelines Version Info 07:22:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:23:01 ------------------- 07:23:01 stable info: 07:23:01 ------------------- 07:23:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:23:01 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 07:23:01 Message: update stable to v1.0.195 07:23:02 ------------------- 07:23:02 experimental info: 07:23:02 ------------------- 07:23:02 Commited By: **** collab-it+edgex@linuxfoundation.org 07:23:02 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 07:23:02 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:23:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:23:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:23:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 07:23:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:23:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:23:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3531 [Pipeline] echo 07:23:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3531 [Pipeline] echo 07:23:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3531 [Pipeline] echo 07:23:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [Pipeline] echo 07:23:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b1f38a9 [Pipeline] echo 07:23:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:23:03 provisioning config files... 07:23:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config292282560386248466tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:23:03 ---> docker-login.sh 07:23:03 nexus3.edgexfoundry.org:10001 07:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:03 Configure a credential helper to remove this warning. See 07:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:03 07:23:03 Login Succeeded 07:23:03 nexus3.edgexfoundry.org:10002 07:23:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:04 Configure a credential helper to remove this warning. See 07:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:04 07:23:04 Login Succeeded 07:23:04 nexus3.edgexfoundry.org:10003 07:23:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:04 Configure a credential helper to remove this warning. See 07:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:04 07:23:04 Login Succeeded 07:23:04 nexus3.edgexfoundry.org:10004 07:23:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:04 Configure a credential helper to remove this warning. See 07:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:04 07:23:04 Login Succeeded 07:23:04 docker.io 07:23:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:23:04 Configure a credential helper to remove this warning. See 07:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:23:04 07:23:04 Login Succeeded 07:23:04 ---> docker-login.sh ends [Pipeline] } 07:23:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:23:05 ++ 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 07:23:05 + for file in '`ls cmd/**/Dockerfile`' 07:23:05 ++ dirname cmd/core-command/Dockerfile 07:23:05 ++ cut -d/ -f2 07:23:05 + echo core-command,cmd/core-command/Dockerfile 07:23:05 + for file in '`ls cmd/**/Dockerfile`' 07:23:05 ++ dirname cmd/core-data/Dockerfile 07:23:05 ++ cut -d/ -f2 07:23:05 + echo core-data,cmd/core-data/Dockerfile 07:23:05 + for file in '`ls cmd/**/Dockerfile`' 07:23:05 ++ dirname cmd/core-metadata/Dockerfile 07:23:05 ++ cut -d/ -f2 07:23:05 + echo core-metadata,cmd/core-metadata/Dockerfile 07:23:05 + for file in '`ls cmd/**/Dockerfile`' 07:23:05 ++ dirname cmd/security-bootstrapper/Dockerfile 07:23:05 ++ cut -d/ -f2 07:23:05 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:23:05 + for file in '`ls cmd/**/Dockerfile`' 07:23:05 ++ dirname cmd/security-proxy-setup/Dockerfile 07:23:05 ++ cut -d/ -f2 07:23:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:23:05 + for file in '`ls cmd/**/Dockerfile`' 07:23:05 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:23:05 ++ cut -d/ -f2 07:23:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:23:05 + for file in '`ls cmd/**/Dockerfile`' 07:23:05 ++ dirname cmd/support-notifications/Dockerfile 07:23:05 ++ cut -d/ -f2 07:23:05 + echo support-notifications,cmd/support-notifications/Dockerfile 07:23:05 + for file in '`ls cmd/**/Dockerfile`' 07:23:05 ++ dirname cmd/support-scheduler/Dockerfile 07:23:05 ++ cut -d/ -f2 07:23:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:23:05 + for file in '`ls cmd/**/Dockerfile`' 07:23:05 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:23:05 ++ cut -d/ -f2 07:23:05 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:23:05 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 07:23:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:23:07 07:23:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:23:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:23:08 latest: Pulling from edgex-devops/git-semver 07:23:08 31603596830f: Pulling fs layer 07:23:08 54011a49482f: Pulling fs layer 07:23:08 a6820b24f6d8: Pulling fs layer 07:23:08 f581987b2513: Pulling fs layer 07:23:08 f581987b2513: Waiting 07:23:08 54011a49482f: Verifying Checksum 07:23:08 54011a49482f: Download complete 07:23:08 31603596830f: Verifying Checksum 07:23:08 31603596830f: Download complete 07:23:08 a6820b24f6d8: Verifying Checksum 07:23:08 a6820b24f6d8: Download complete 07:23:08 f581987b2513: Verifying Checksum 07:23:08 f581987b2513: Download complete 07:23:08 31603596830f: Pull complete 07:23:08 54011a49482f: Pull complete 07:23:09 a6820b24f6d8: Pull complete 07:23:09 f581987b2513: Pull complete 07:23:09 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:23:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:23:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:23:09 prd-centos7-docker-4c-2g-1677 does not seem to be running inside a container 07:23:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:23:10 $ docker top 160cc3189e3b439502421ec16e5c3570ac414fa0523f6a342124392bf37971fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:23:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:23:11 [ssh-agent] Looking for ssh-agent implementation... 07:23:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:23:11 $ docker exec 160cc3189e3b439502421ec16e5c3570ac414fa0523f6a342124392bf37971fd ssh-agent 07:23:11 SSH_AUTH_SOCK=/tmp/ssh-NjIqF0D2tTFj/agent.14 07:23:11 SSH_AGENT_PID=21 07:23:11 Running ssh-add (command line suppressed) 07:23:11 Identity added: /w/workspace/edgex-go/23@tmp/private_key_1323032163104305091.key (/w/workspace/edgex-go/23@tmp/private_key_1323032163104305091.key) 07:23:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:23:11 + git tag --points-at HEAD [Pipeline] } 07:23:11 $ docker exec --env ******** --env ******** 160cc3189e3b439502421ec16e5c3570ac414fa0523f6a342124392bf37971fd ssh-agent -k 07:23:11 unset SSH_AUTH_SOCK; 07:23:11 unset SSH_AGENT_PID; 07:23:11 echo Agent pid 21 killed; 07:23:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:23:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:23:12 [ssh-agent] Looking for ssh-agent implementation... 07:23:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:23:12 $ docker exec 160cc3189e3b439502421ec16e5c3570ac414fa0523f6a342124392bf37971fd ssh-agent 07:23:12 SSH_AUTH_SOCK=/tmp/ssh-YLY2vxARrfTw/agent.54 07:23:12 SSH_AGENT_PID=61 07:23:12 Running ssh-add (command line suppressed) 07:23:12 Identity added: /w/workspace/edgex-go/23@tmp/private_key_6734171002009610794.key (/w/workspace/edgex-go/23@tmp/private_key_6734171002009610794.key) 07:23:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:23:12 + git semver init 07:23:12 # -> Open(): unable to determine branch for HEAD 07:23:12 # $GIT_DIR = /w/workspace/edgex-go/23/.git 07:23:12 # $GIT_WORK_TREE = /w/workspace/edgex-go/23 07:23:12 # $SEMVER_REMOTE_NAME = origin 07:23:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:23:12 # $SEMVER_USER_NAME = edgex-jenkins 07:23:12 # $SEMVER_BRANCH = PR-3531 07:23:12 # $SEMVER_TEMP = /tmp/semver-293541443 07:23:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:23:34 # '/tmp/semver-293541443' -> '/w/workspace/edgex-go/23/.semver' 07:23:34 # -> Force: false 07:23:34 # $SEMVER_DIR = /w/workspace/edgex-go/23/.semver [Pipeline] } 07:23:34 $ docker exec --env ******** --env ******** 160cc3189e3b439502421ec16e5c3570ac414fa0523f6a342124392bf37971fd ssh-agent -k 07:23:34 unset SSH_AUTH_SOCK; 07:23:34 unset SSH_AGENT_PID; 07:23:34 echo Agent pid 61 killed; 07:23:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:23:35 + git semver [Pipeline] } 07:23:35 $ docker stop --time=1 160cc3189e3b439502421ec16e5c3570ac414fa0523f6a342124392bf37971fd 07:23:37 $ docker rm -f 160cc3189e3b439502421ec16e5c3570ac414fa0523f6a342124392bf37971fd [Pipeline] // withDockerContainer [Pipeline] sh 07:23:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:23:38 Stashed 1 file(s) [Pipeline] echo 07:23:38 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:23:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:23:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:23:39 + sudo service docker restart 07:23:39 + true 07:23:39 Redirecting to /bin/systemctl restart docker.service 07:23:53 Still waiting to schedule task 07:23:53 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [Pipeline] echo 07:23:57 ========================================================= 07:23:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 07:23:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:23:58 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 07:23:59 Sending build context to Docker daemon 329.4MB 07:23:59 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 07:23:59 Step 2/6 : FROM ${BASE} 07:23:59 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 07:23:59 540db60ca938: Pulling fs layer 07:23:59 adcc1eea9eea: Pulling fs layer 07:23:59 4c4ab2625f07: Pulling fs layer 07:23:59 0510c868ecb4: Pulling fs layer 07:23:59 afea3b2eda06: Pulling fs layer 07:23:59 7809a108b3ef: Pulling fs layer 07:23:59 f706445af74f: Pulling fs layer 07:23:59 0510c868ecb4: Waiting 07:23:59 afea3b2eda06: Waiting 07:23:59 7809a108b3ef: Waiting 07:23:59 f706445af74f: Waiting 07:23:59 4c4ab2625f07: Verifying Checksum 07:23:59 4c4ab2625f07: Download complete 07:23:59 adcc1eea9eea: Verifying Checksum 07:23:59 adcc1eea9eea: Download complete 07:23:59 afea3b2eda06: Verifying Checksum 07:23:59 afea3b2eda06: Download complete 07:23:59 7809a108b3ef: Verifying Checksum 07:23:59 7809a108b3ef: Download complete 07:23:59 540db60ca938: Verifying Checksum 07:23:59 540db60ca938: Download complete 07:24:00 540db60ca938: Pull complete 07:24:00 adcc1eea9eea: Pull complete 07:24:00 4c4ab2625f07: Pull complete 07:24:01 f706445af74f: Verifying Checksum 07:24:01 f706445af74f: Download complete 07:24:01 0510c868ecb4: Download complete 07:24:06 0510c868ecb4: Pull complete 07:24:06 afea3b2eda06: Pull complete 07:24:06 7809a108b3ef: Pull complete 07:24:09 f706445af74f: Pull complete 07:24:09 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 07:24:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 07:24:09 ---> b068be0155e3 07:24:09 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:24:10 ---> Running in c6e6a798c8d7 07:24:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:24:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:24:12 (1/12) Installing libmagic (5.39-r0) 07:24:12 (2/12) Installing file (5.39-r0) 07:24:12 (3/12) Installing libc-dev (0.7.2-r3) 07:24:12 (4/12) Installing g++ (10.2.1_pre1-r3) 07:24:17 (5/12) Installing fortify-headers (1.1-r0) 07:24:17 (6/12) Installing patch (2.7.6-r6) 07:24:17 (7/12) Installing build-base (0.5-r2) 07:24:17 (8/12) Installing libsodium (1.0.18-r0) 07:24:17 (9/12) Installing pkgconf (1.7.3-r0) 07:24:17 (10/12) Installing libsodium-dev (1.0.18-r0) 07:24:17 (11/12) Installing libzmq (4.3.3-r1) 07:24:17 (12/12) Installing zeromq-dev (4.3.3-r1) 07:24:17 Executing busybox-1.32.1-r6.trigger 07:24:17 OK: 219 MiB in 52 packages 07:24:18 Removing intermediate container c6e6a798c8d7 07:24:18 ---> f805c1b3504b 07:24:18 Step 4/6 : WORKDIR /edgex-go 07:24:18 ---> Running in 173e83d9ccc9 07:24:19 Removing intermediate container 173e83d9ccc9 07:24:19 ---> bd443287e1b7 07:24:19 Step 5/6 : COPY go.mod . 07:24:19 ---> f13a64ff64e0 07:24:19 Step 6/6 : RUN go mod download 07:24:19 ---> Running in 3d28e9181dae 07:24:31 Removing intermediate container 3d28e9181dae 07:24:31 ---> c2ebe7cb93be 07:24:31 Successfully built c2ebe7cb93be 07:24:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:24:31 + docker inspect -f . ci-base-image-x86_64 07:24:31 . [Pipeline] withDockerContainer 07:24:31 prd-centos7-docker-4c-2g-1677 does not seem to be running inside a container 07:24:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** ci-base-image-x86_64 cat 07:24:32 $ docker top 53952cd9d3f1e97c4a031349d2552e6e304e723886926bc2802a6ff679f81727 -eo pid,comm [Pipeline] { [Pipeline] sh 07:24:32 + go version 07:24:32 go version go1.16.3 linux/amd64 [Pipeline] } 07:24:32 $ docker stop --time=1 53952cd9d3f1e97c4a031349d2552e6e304e723886926bc2802a6ff679f81727 07:24:33 $ docker rm -f 53952cd9d3f1e97c4a031349d2552e6e304e723886926bc2802a6ff679f81727 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:24:34 + docker inspect -f . ci-base-image-x86_64 07:24:34 . [Pipeline] withDockerContainer 07:24:34 prd-centos7-docker-4c-2g-1677 does not seem to be running inside a container 07:24:34 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** ci-base-image-x86_64 cat 07:24:35 $ docker top 774a0cabd2204d0d0199e4cd49acdf60d9ec4af075a0e7b3bcb48dece591c559 -eo pid,comm [Pipeline] { [Pipeline] echo 07:24:35 ========================================================= 07:24:35 [edgeXBuildGoParallel] Running Tests and Build... 07:24:35 ========================================================= [Pipeline] sh 07:24:35 + go mod tidy [Pipeline] sh 07:24:36 + make test 07:24:36 go mod tidy 07:24:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:24:43 ? github.com/edgexfoundry/edgex-go [no test files] 07:25:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:25:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:25:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:25:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:25:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:25:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:25:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:25:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:25:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:25:11 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 07:25:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.051s coverage: 28.7% of statements 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:25:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.074s coverage: 100.0% of statements 07:25:15 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 07:25:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.082s coverage: 53.4% of statements 07:25:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:25:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:25:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.084s coverage: 87.7% of statements 07:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:25:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 07:25:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.050s coverage: 78.9% of statements 07:25:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.051s coverage: 81.2% of statements 07:25:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:25:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 07:25:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 07:25:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:25:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:25:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.237s coverage: 95.1% of statements 07:25:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:25:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 07:25:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 07:25:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:25:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 07:25:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 07:25:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:25:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:25:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.054s coverage: 60.0% of statements 07:25:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:25:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:25:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:25:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.055s coverage: 0.8% of statements 07:25:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:25:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements 07:25:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.049s coverage: 22.0% of statements 07:25:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:25:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 47.1% of statements 07:25:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 79.5% of statements 07:25:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 07:25:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements 07:25:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements 07:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.065s coverage: 94.4% of statements 07:25:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 07:25:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.207s coverage: 81.8% of statements 07:25:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements 07:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements 07:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements 07:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 07:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 76.0% of statements 07:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements 07:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 07:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements 07:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.2% of statements 07:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.154s coverage: 64.4% of statements 07:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements 07:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements 07:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements 07:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 07:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 07:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.170s coverage: 66.9% of statements 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 43.6% of statements 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:25:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:25:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements 07:25:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:25:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements 07:25:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 07:26:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 19.3% of statements 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:26:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.140s coverage: 91.9% of statements 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 07:26:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 62.7% of statements 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:26:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.6% of statements 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 07:26:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.055s coverage: 28.9% of statements 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 07:26:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:26:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements 07:26:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 95.4% of statements 07:26:05 GO111MODULE=on go vet ./... 07:26:34 gofmt -l . 07:26:34 [ "`gofmt -l .`" = "" ] 07:26:34 ./bin/test-attribution-txt.sh [Pipeline] sh 07:26:34 + ls -al . 07:26:34 total 516 07:26:34 drwxrwxr-x 10 1001 1001 4096 Jun 16 07:26 . 07:26:34 drwxr-xr-x 4 root root 30 Jun 16 07:24 .. 07:26:34 -rw-rw-r-- 1 1001 1001 11 Jun 16 07:22 .dockerignore 07:26:34 drwxrwxr-x 8 1001 1001 179 Jun 16 07:22 .git 07:26:34 drwxrwxr-x 3 1001 1001 125 Jun 16 07:22 .github 07:26:34 -rw-rw-r-- 1 1001 1001 818 Jun 16 07:22 .gitignore 07:26:34 drwx------ 3 1001 1001 60 Jun 16 07:23 .semver 07:26:34 -rw-rw-r-- 1 1001 1001 166 Jun 16 07:22 .sonarcloud.properties 07:26:34 -rw-rw-r-- 1 1001 1001 8609 Jun 16 07:22 Attribution.txt 07:26:34 -rw-rw-r-- 1 1001 1001 3804 Jun 16 07:22 CONTRIBUTING.md 07:26:34 -rw-rw-r-- 1 1001 1001 931 Jun 16 07:22 Dockerfile.build 07:26:34 -rw-rw-r-- 1 1001 1001 849 Jun 16 07:22 Jenkinsfile 07:26:34 -rw-rw-r-- 1 1001 1001 10775 Jun 16 07:22 LICENSE 07:26:34 -rw-rw-r-- 1 1001 1001 5605 Jun 16 07:22 Makefile 07:26:34 -rw-rw-r-- 1 1001 1001 7905 Jun 16 07:22 README.md 07:26:34 -rw-rw-r-- 1 1001 1001 7071 Jun 16 07:22 SECURITY.md 07:26:34 -rw-rw-r-- 1 1001 1001 5 Jun 16 07:23 VERSION 07:26:34 -rw-rw-r-- 1 1001 1001 4131 Jun 16 07:22 ZMQWindows.md 07:26:34 drwxrwxr-x 2 1001 1001 37 Jun 16 07:22 bin 07:26:34 drwxrwxr-x 14 1001 1001 4096 Jun 16 07:22 cmd 07:26:34 -rw-r--r-- 1 root root 398195 Jun 16 07:26 coverage.out 07:26:34 -rw-rw-r-- 1 1001 1001 841 Jun 16 07:22 go.mod 07:26:34 -rw-r--r-- 1 root root 20934 Jun 16 07:24 go.sum 07:26:34 drwxrwxr-x 7 1001 1001 114 Jun 16 07:22 internal 07:26:34 drwxrwxr-x 3 1001 1001 16 Jun 16 07:22 openapi 07:26:34 drwxrwxr-x 4 1001 1001 71 Jun 16 07:22 snap 07:26:34 -rw-rw-r-- 1 1001 1001 168 Jun 16 07:22 version.go [Pipeline] sh 07:26:35 + '[' -e coverage.out ] 07:26:35 + chown 1001:1001 coverage.out [Pipeline] stash 07:26:35 Stashed 1 file(s) [Pipeline] sh 07:26:35 + make build 07:26:35 go mod tidy 07:26:35 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 07:26:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:26:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:26:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:26:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:26:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:26:47 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 07:26:48 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 07:26:49 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 07:26:51 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 07:26:51 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 07:26:52 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] } 07:26:54 $ docker stop --time=1 774a0cabd2204d0d0199e4cd49acdf60d9ec4af075a0e7b3bcb48dece591c559 07:26:56 $ docker rm -f 774a0cabd2204d0d0199e4cd49acdf60d9ec4af075a0e7b3bcb48dece591c559 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:27:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:00 07:27:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:27:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:00 latest: Pulling from edgex-devops/edgex-compose 07:27:00 cbdbe7a5bc2a: Pulling fs layer 07:27:00 ca9280d653b3: Pulling fs layer 07:27:00 7e9c9ca2126c: Pulling fs layer 07:27:00 cbdbe7a5bc2a: Verifying Checksum 07:27:00 cbdbe7a5bc2a: Download complete 07:27:00 cbdbe7a5bc2a: Pull complete 07:27:01 ca9280d653b3: Verifying Checksum 07:27:01 ca9280d653b3: Download complete 07:27:02 ca9280d653b3: Pull complete 07:27:02 7e9c9ca2126c: Verifying Checksum 07:27:02 7e9c9ca2126c: Download complete 07:27:05 7e9c9ca2126c: Pull complete 07:27:05 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:27:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:27:05 prd-centos7-docker-4c-2g-1677 does not seem to be running inside a container 07:27:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:27:07 $ docker top 586a915b536a6523c71b16a4525bfb84ef99953d6ed830df583d666f8d979005 -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:07 + docker-compose build --help 07:27:07 + grep parallel 07:27:08 --parallel Build images in parallel. [Pipeline] } 07:27:08 $ docker stop --time=1 586a915b536a6523c71b16a4525bfb84ef99953d6ed830df583d666f8d979005 07:27:09 $ docker rm -f 586a915b536a6523c71b16a4525bfb84ef99953d6ed830df583d666f8d979005 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:27:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:27:09 . [Pipeline] withDockerContainer 07:27:10 prd-centos7-docker-4c-2g-1677 does not seem to be running inside a container 07:27:10 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-devops/edgex-compose:latest cat 07:27:10 $ docker top 506a77515da70e615eafdb1a0c0574be4b368164ce90b6d1f86937053575779a -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:10 + docker-compose -f ./docker-compose-build.yml build --parallel 07:27:11 Building core-command ... 07:27:11 Building core-data ... 07:27:11 Building core-metadata ... 07:27:11 Building security-bootstrapper ... 07:27:11 Building security-proxy-setup ... 07:27:11 Building security-secretstore-setup ... 07:27:11 Building support-notifications ... 07:27:11 Building support-scheduler ... 07:27:11 Building sys-mgmt-agent ... 07:27:11 Building support-notifications 07:27:11 Building security-secretstore-setup 07:27:11 Building security-proxy-setup 07:27:11 Building security-bootstrapper 07:27:11 Building sys-mgmt-agent 07:27:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1679 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws 07:27:19 Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout 07:27:19 The recommended git tool is: git 07:27:26 using credential edgex-jenkins-ssh 07:27:26 Cloning the remote Git repository 07:27:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:27:26 > git init /w/workspace/edgex-go/23 # timeout=10 07:27:26 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:27:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:27:26 ---> c2ebe7cb93be 07:27:26 Step 3/24 : WORKDIR /edgex-go 07:27:26 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:27:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:27:26 ---> c2ebe7cb93be 07:27:26 Step 3/23 : WORKDIR /edgex-go 07:27:26 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:27:26 Step 2/32 : FROM ${BUILDER_BASE} AS builder 07:27:26 ---> c2ebe7cb93be 07:27:26 Step 3/32 : WORKDIR /edgex-go 07:27:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:27:26 > git --version # timeout=10 07:27:26 > git --version # 'git version 2.17.1' 07:27:26 using GIT_SSH to set credentials SSH Credentials for GitHub 07:27:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:27:32 ---> Running in e26642afc188 07:27:32 ---> Running in 698f6861cf79 07:27:32 ---> Running in 8c1ea34da8b4 07:27:33 Removing intermediate container 698f6861cf79 07:27:33 ---> b8cb8949f22d 07:27:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:33 Removing intermediate container e26642afc188 07:27:33 ---> 12d9e864d8a5 07:27:33 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:33 Removing intermediate container 8c1ea34da8b4 07:27:33 ---> 51a780644189 07:27:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:33 ---> Running in 57598e003e5d 07:27:33 ---> Running in 032899c082bc 07:27:33 ---> Running in c3b73aaf0b75 07:27:34 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:27:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:27:34 ---> c2ebe7cb93be 07:27:34 Step 3/22 : WORKDIR /edgex-go 07:27:34 ---> Using cache 07:27:34 ---> 51a780644189 07:27:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:35 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:27:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:27:35 ---> c2ebe7cb93be 07:27:35 Step 3/26 : WORKDIR /edgex-go 07:27:35 ---> Using cache 07:27:35 ---> 51a780644189 07:27:35 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:35 ---> Running in aec9879e5d6f 07:27:35 ---> Running in 438e418df1e0 07:27:37 Removing intermediate container 57598e003e5d 07:27:37 ---> 890b89f0d759 07:27:37 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 07:27:37 ---> Running in e66a53d7de50 07:27:37 Removing intermediate container 032899c082bc 07:27:37 ---> 6c65725aad47 07:27:37 Step 5/32 : RUN apk add --update --no-cache make git 07:27:37 Removing intermediate container c3b73aaf0b75 07:27:37 ---> cce6e0f4833d 07:27:37 Step 5/24 : RUN apk add --update --no-cache make bash git 07:27:37 Removing intermediate container aec9879e5d6f 07:27:37 ---> f8480ad0dd10 07:27:37 Step 5/22 : RUN apk add --update --no-cache make git 07:27:37 ---> Running in cb03c4a64c54 07:27:37 Removing intermediate container 438e418df1e0 07:27:37 ---> f2d0c5c083e5 07:27:37 Step 5/26 : RUN apk add --update --no-cache make git 07:27:37 ---> Running in bede44cc9a95 07:27:37 ---> Running in dc4f20ca7e59 07:27:37 ---> Running in 3490fc6cd3b5 07:27:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:27:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:27:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:27:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:27:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:27:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:27:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:27:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:27:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:27:39 OK: 219 MiB in 52 packages 07:27:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:27:39 Removing intermediate container e66a53d7de50 07:27:39 ---> 24dab88a20f9 07:27:39 Step 6/23 : COPY go.mod . 07:27:39 OK: 219 MiB in 52 packages 07:27:39 OK: 219 MiB in 52 packages 07:27:39 OK: 219 MiB in 52 packages 07:27:39 ---> e6e0a6f2b508 07:27:39 Step 7/23 : RUN go mod download 07:27:39 ---> Running in fa4f0f2a28fa 07:27:40 Removing intermediate container cb03c4a64c54 07:27:40 ---> 75411664d656 07:27:40 Step 6/32 : COPY go.mod . 07:27:40 Removing intermediate container bede44cc9a95 07:27:40 ---> b703fb04a9ac 07:27:40 Step 6/22 : COPY go.mod . 07:27:40 ---> 9255319469de 07:27:40 Step 7/32 : RUN go mod download 07:27:40 ---> Running in 677221b6c49c 07:27:40 Removing intermediate container dc4f20ca7e59 07:27:40 ---> 5d59f59ed4ad 07:27:40 Step 6/24 : COPY go.mod . 07:27:40 ---> 38638d1d2542 07:27:40 Step 7/22 : RUN go mod download 07:27:40 OK: 219 MiB in 52 packages 07:27:40 ---> Running in bb67ac55dc21 07:27:40 ---> cf932b6ad602 07:27:40 Step 7/24 : RUN go mod download 07:27:40 ---> Running in dd19ea67138c 07:27:41 Removing intermediate container 3490fc6cd3b5 07:27:41 ---> 162ac0aa80aa 07:27:41 Step 6/26 : COPY go.mod . 07:27:41 Removing intermediate container fa4f0f2a28fa 07:27:41 ---> b0c5927494b8 07:27:41 Step 8/23 : COPY . . 07:27:41 Removing intermediate container 677221b6c49c 07:27:41 ---> c800e686d2b8 07:27:41 Step 8/32 : COPY . . 07:27:41 ---> 29576a06656c 07:27:41 Step 7/26 : RUN go mod download 07:27:42 Merging remotes/origin/master commit 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 into PR head commit b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:27:42 ---> Running in b0a8a756f301 07:27:42 Merge succeeded, producing b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:27:42 Checking out Revision b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 (PR-3531) 07:27:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:27:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:27:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:27:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:27:41 using GIT_SSH to set credentials SSH Credentials for GitHub 07:27:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3531/head:refs/remotes/origin/PR-3531 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:27:42 > git config core.sparsecheckout # timeout=10 07:27:42 > git checkout -f b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 # timeout=10 07:27:42 > git remote # timeout=10 07:27:42 > git config --get remote.origin.url # timeout=10 07:27:42 using GIT_SSH to set credentials SSH Credentials for GitHub 07:27:42 > git merge 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 # timeout=10 07:27:42 > git rev-parse HEAD^{commit} # timeout=10 07:27:42 > git config core.sparsecheckout # timeout=10 07:27:42 > git checkout -f b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 # timeout=10 07:27:46 Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:27:47 Removing intermediate container bb67ac55dc21 07:27:47 ---> 29f1d770b26f 07:27:47 Step 8/22 : COPY . . 07:27:47 Removing intermediate container dd19ea67138c 07:27:47 ---> a0eb751eb07a 07:27:47 Step 8/24 : COPY . . 07:27:47 ---> 0b7d9262425e 07:27:47 Step 9/32 : RUN go mod tidy 07:27:47 ---> Running in 9fbe58e4b501 07:27:47 ---> 0b2c727f6cb4 07:27:47 Step 9/23 : RUN go mod tidy 07:27:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:27:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:27:48 + true 07:27:48 + sudo service docker restart 07:27:54 ---> Running in 600ac96fc509 07:27:56 Removing intermediate container b0a8a756f301 07:27:56 ---> 43b094e39703 07:27:56 Step 8/26 : COPY . . 07:27:56 Removing intermediate container 9fbe58e4b501 07:27:56 ---> 349b4ec7bbd2 07:27:56 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:27:56 ---> Running in 21364dc62ce3 07:27:56 ---> 070647e5a540 07:27:56 Step 9/24 : RUN go mod tidy 07:27:56 ---> f29f5694a0bf 07:27:56 Step 9/22 : RUN go mod tidy 07:27:57 ---> Running in f3612bebbcb1 07:27:57 ---> Running in 685fc4437ba1 07:27: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 07:27:59 Removing intermediate container 600ac96fc509 07:27:59 ---> 068b23bf008a 07:27:59 Step 10/23 : RUN make cmd/support-notifications/support-notifications 07:27:59 ---> Running in 6240bc98e88d 07:28:01 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 07:28:02 Removing intermediate container f3612bebbcb1 07:28:02 ---> 081ca5cd2390 07:28:02 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:28:02 Removing intermediate container 685fc4437ba1 07:28:02 ---> b9360cb5b68b 07:28:02 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:28:02 ---> Running in a3241c8a9d10 07:28:02 ---> Running in e8dcd53e81f7 07:28:03 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 07:28:03 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:28:07 provisioning config files... 07:28:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config1757895475272871230tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:28:07 ---> docker-login.sh 07:28:07 nexus3.edgexfoundry.org:10001 07:28:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:08 Configure a credential helper to remove this warning. See 07:28:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:08 07:28:08 Login Succeeded 07:28:08 nexus3.edgexfoundry.org:10002 07:28:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:09 Configure a credential helper to remove this warning. See 07:28:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:09 07:28:09 Login Succeeded 07:28:09 nexus3.edgexfoundry.org:10003 07:28:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:09 Configure a credential helper to remove this warning. See 07:28:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:09 07:28:09 Login Succeeded 07:28:09 nexus3.edgexfoundry.org:10004 07:28:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:10 Configure a credential helper to remove this warning. See 07:28:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:10 07:28:10 Login Succeeded 07:28:10 docker.io 07:28:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:11 Configure a credential helper to remove this warning. See 07:28:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:11 07:28:11 Login Succeeded 07:28:11 ---> docker-login.sh ends [Pipeline] } 07:28:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:28:11 ========================================================= 07:28:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 07:28:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:28:11 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 07:28:14 Sending build context to Docker daemon 166.3MB 07:28:14 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 07:28:14 Step 2/6 : FROM ${BASE} 07:28:14 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:28:14 595b0fe564bb: Pulling fs layer 07:28:14 3088b5b3c5c0: Pulling fs layer 07:28:14 5b7225fbf94c: Pulling fs layer 07:28:14 ba82ee9f976e: Pulling fs layer 07:28:14 506bd15cee9f: Pulling fs layer 07:28:14 75a0a4a0db45: Pulling fs layer 07:28:14 618dc40b7e24: Pulling fs layer 07:28:14 506bd15cee9f: Waiting 07:28:14 ba82ee9f976e: Waiting 07:28:14 75a0a4a0db45: Waiting 07:28:14 618dc40b7e24: Waiting 07:28:14 5b7225fbf94c: Verifying Checksum 07:28:14 5b7225fbf94c: Download complete 07:28:14 3088b5b3c5c0: Download complete 07:28:14 506bd15cee9f: Verifying Checksum 07:28:14 506bd15cee9f: Download complete 07:28:14 75a0a4a0db45: Verifying Checksum 07:28:14 75a0a4a0db45: Download complete 07:28:14 595b0fe564bb: Verifying Checksum 07:28:14 595b0fe564bb: Download complete 07:28:15 595b0fe564bb: Pull complete 07:28:15 3088b5b3c5c0: Pull complete 07:28:16 5b7225fbf94c: Pull complete 07:28:16 618dc40b7e24: Verifying Checksum 07:28:16 618dc40b7e24: Download complete 07:28:17 ba82ee9f976e: Verifying Checksum 07:28:17 ba82ee9f976e: Download complete 07:28:19 ---> e42ac1e7d3e4 07:28:19 Step 9/26 : RUN go mod tidy 07:28:19 ---> Running in 1d8cdd0b19cb 07:28:21 Removing intermediate container 1d8cdd0b19cb 07:28:21 ---> 3091ec144836 07:28:21 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:28:21 ---> Running in ff6276f943f1 07:28:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:28:27 ba82ee9f976e: Pull complete 07:28:27 506bd15cee9f: Pull complete 07:28:28 75a0a4a0db45: Pull complete 07:28:32 618dc40b7e24: Pull complete 07:28:32 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 07:28:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 07:28:32 ---> a36622ca3599 07:28:32 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:28:33 Removing intermediate container 21364dc62ce3 07:28:33 ---> 1f628db866d9 07:28:33 07:28:33 Step 11/32 : FROM alpine:3.12 07:28:33 3.12: Pulling from library/alpine 07:28:33 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:28:33 Status: Downloaded newer image for alpine:3.12 07:28:33 ---> 13621d1b12d4 07:28:33 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:28:33 ---> Running in be528ba76797 07:28:33 Removing intermediate container be528ba76797 07:28:33 ---> 293a1bdabe39 07:28:33 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 07:28:33 ---> Running in d100d2dfa067 07:28:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:34 (1/2) Installing dumb-init (1.2.2-r1) 07:28:34 (2/2) Installing su-exec (0.2-r1) 07:28:34 Executing busybox-1.31.1-r20.trigger 07:28:34 OK: 6 MiB in 16 packages 07:28:34 Removing intermediate container d100d2dfa067 07:28:34 ---> 3ef83757e498 07:28:34 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 07:28:34 ---> Running in 598b40c0fc86 07:28:34 Removing intermediate container 598b40c0fc86 07:28:34 ---> 41ff9ab62838 07:28:34 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:28:34 ---> Running in 1c3f705d9755 07:28:35 ---> Running in 68b95d387691 07:28:35 Removing intermediate container 1c3f705d9755 07:28:35 ---> 5e8ffadff001 07:28:35 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:28:35 ---> Running in bb57da296eab 07:28:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:28:36 Removing intermediate container bb57da296eab 07:28:36 ---> d6441eac60fd 07:28:36 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 07:28:36 ---> Running in 2a74ad522365 07:28:36 Removing intermediate container 2a74ad522365 07:28:36 ---> 9075b8d5e1e6 07:28:36 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:28:36 ---> 5f295564aaa8 07:28:36 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:28:36 ---> Running in 422c0edc36f0 07:28:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:28:38 Removing intermediate container 6240bc98e88d 07:28:38 ---> 84e9a24fd737 07:28:38 07:28:38 Step 11/23 : FROM alpine:3.12 07:28:38 ---> 13621d1b12d4 07:28:38 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 07:28:38 ---> Running in ee8290a38c39 07:28:38 (1/12) Installing libmagic (5.39-r0) 07:28:38 Removing intermediate container 422c0edc36f0 07:28:38 ---> 53d76392be5b 07:28:38 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:38 (2/12) Installing file (5.39-r0) 07:28:38 (3/12) Installing libc-dev (0.7.2-r3) 07:28:38 (4/12) Installing g++ (10.2.1_pre1-r3) 07:28:38 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 07:28:38 ---> 0655d26d0980 07:28:38 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:28:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:39 (1/2) Installing ca-certificates (20191127-r4) 07:28:39 (2/2) Installing dumb-init (1.2.2-r1) 07:28:39 Executing busybox-1.31.1-r20.trigger 07:28:39 Executing ca-certificates-20191127-r4.trigger 07:28:39 OK: 6 MiB in 16 packages 07:28:39 ---> 98ebafe506f7 07:28:39 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:28:40 ---> 88fe7e22bfd4 07:28:40 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:28:40 Removing intermediate container ee8290a38c39 07:28:40 ---> 86907cc84fba 07:28:40 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:28:40 ---> Running in aac08172be6f 07:28:40 ---> 216deb7495ac 07:28:40 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 07:28:40 Removing intermediate container aac08172be6f 07:28:40 ---> ffd7dae7a300 07:28:40 Step 14/23 : ENV APP_PORT=59860 07:28:40 ---> Running in fa355af6387b 07:28:40 ---> 8ac310ff4e38 07:28:40 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 07:28:40 ---> Running in 689d3e855e49 07:28:40 Removing intermediate container fa355af6387b 07:28:40 ---> 9f4a44e1e22f 07:28:40 Step 15/23 : EXPOSE $APP_PORT 07:28:40 ---> Running in ef1a3411e633 07:28:40 Removing intermediate container 689d3e855e49 07:28:40 ---> 164d5ad7e8fb 07:28:40 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:28:41 Removing intermediate container ef1a3411e633 07:28:41 ---> 1645d70e15ef 07:28:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:41 ---> 1dc508bcb2f0 07:28:41 Step 27/32 : RUN chmod +x /entrypoint.sh 07:28:41 ---> Running in 006ccb9997a4 07:28:41 ---> 926b3888c881 07:28:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:28:42 Removing intermediate container e8dcd53e81f7 07:28:42 ---> 47125c05865f 07:28:42 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:28:43 ---> 96992203ccdf 07:28:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:28:43 ---> Running in fab0c65ae8fa 07:28:43 Removing intermediate container a3241c8a9d10 07:28:43 ---> 6da064c40660 07:28:43 07:28:43 Step 11/22 : FROM alpine:3.12 07:28:43 ---> 13621d1b12d4 07:28:43 Step 12/22 : RUN apk add --update --no-cache curl 07:28:43 ---> 20a05c463dc0 07:28:43 Step 19/23 : ENTRYPOINT ["/support-notifications"] 07:28:43 ---> Running in 37ada2150993 07:28:43 ---> Running in 63346f0edab2 07:28:43 Removing intermediate container 006ccb9997a4 07:28:43 ---> e9f8186e2699 07:28:43 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 07:28:44 (5/12) Installing fortify-headers (1.1-r0) 07:28:44 (6/12) Installing patch (2.7.6-r6) 07:28:44 (7/12) Installing build-base (0.5-r2) 07:28:44 (8/12) Installing libsodium (1.0.18-r0) 07:28:44 (9/12) Installing pkgconf (1.7.3-r0) 07:28:44 (10/12) Installing libsodium-dev (1.0.18-r0) 07:28:44 (11/12) Installing libzmq (4.3.3-r1) 07:28:44 (12/12) Installing zeromq-dev (4.3.3-r1) 07:28:44 Executing busybox-1.32.1-r6.trigger 07:28:44 OK: 218 MiB in 52 packages 07:28:44 Removing intermediate container 63346f0edab2 07:28:44 ---> e81dd00d39fa 07:28:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:44 ---> Running in f625c4d834b1 07:28:44 ---> Running in 2b5c21d4a781 07:28:44 Removing intermediate container f625c4d834b1 07:28:44 ---> e60ba1df06be 07:28:44 Step 21/23 : LABEL arch=x86_64 07:28:44 ---> Running in a0d397e8e279 07:28:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:44 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 07:28:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:44 (1/4) Installing ca-certificates (20191127-r4) 07:28:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:28:44 (3/4) Installing libcurl (7.77.0-r0) 07:28:44 (4/4) Installing curl (7.77.0-r0) 07:28:44 Executing busybox-1.31.1-r20.trigger 07:28:44 Executing ca-certificates-20191127-r4.trigger 07:28:44 OK: 7 MiB in 18 packages 07:28:47 Removing intermediate container 2b5c21d4a781 07:28:47 ---> b358e3fc9a74 07:28:47 Step 29/32 : CMD ["gate"] 07:28:47 Removing intermediate container a0d397e8e279 07:28:47 ---> ee2735c06d52 07:28:47 Step 22/23 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:28:47 Removing intermediate container 68b95d387691 07:28:47 ---> 689d7f2e91e2 07:28:47 Step 4/6 : WORKDIR /edgex-go 07:28:47 ---> Running in fb6554340165 07:28:47 ---> Running in cecbc913abff 07:28:47 ---> Running in aa2c2d6363df 07:28:47 Removing intermediate container cecbc913abff 07:28:47 ---> d20dccd376f5 07:28:47 Step 23/23 : LABEL version=0.0.0 07:28:47 Removing intermediate container fb6554340165 07:28:47 ---> 35d9d324160e 07:28:47 Step 30/32 : LABEL arch=x86_64 07:28:47 ---> Running in 74b0dcdcbb56 07:28:48 ---> Running in 500838e58d93 07:28:48 Removing intermediate container 37ada2150993 07:28:48 ---> fb252473b1a1 07:28:48 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:28:48 Removing intermediate container 74b0dcdcbb56 07:28:48 ---> 0bb1d1dacf52 07:28:48 07:28:48 ---> Running in 69b99e959844 07:28:48 Successfully built 0bb1d1dacf52 07:28:48 Successfully tagged support-notifications:latest 07:28:48 Building core-command 07:28:48  Building support-notifications ... done Removing intermediate container 500838e58d93 07:28:48 ---> a103988b9985 07:28:48 Step 31/32 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:28:48 Removing intermediate container fab0c65ae8fa 07:28:48 ---> f59565a11729 07:28:48 07:28:48 Step 12/24 : FROM docker:20.10.0 07:28:48 Removing intermediate container aa2c2d6363df 07:28:48 ---> dd13b2951f3e 07:28:48 Step 5/6 : COPY go.mod . 07:28:48 Removing intermediate container 69b99e959844 07:28:48 ---> 75d95c2928bd 07:28:48 Step 14/22 : WORKDIR /edgex 07:28:48 ---> Running in 65ca424a9d3e 07:28:48 20.10.0: Pulling from library/docker 07:28:48 ---> 7b7d7393bfc2 07:28:48 Step 6/6 : RUN go mod download 07:28:48 ---> Running in b28701016d3e 07:28:49 ---> Running in 8f61c5477149 07:28:49 Removing intermediate container 65ca424a9d3e 07:28:49 ---> 496b3f81b80c 07:28:49 Step 32/32 : LABEL version=0.0.0 07:28:50 ---> Running in a747cedc1e37 07:28:50 Removing intermediate container 8f61c5477149 07:28:50 ---> d1f406cfff23 07:28:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:28:51 Removing intermediate container a747cedc1e37 07:28:51 ---> ded58958d7a8 07:28:51 07:28:51 Successfully built ded58958d7a8 07:28:52 Successfully tagged security-bootstrapper:latest 07:28:52  Building security-bootstrapper ... done  ---> c7e2ec56ef55 07:28:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:28:52 Building core-data 07:28: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 07:28:59 ---> bad7e304421b 07:28:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:28:59 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:28:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:28:59 ---> c2ebe7cb93be 07:28:59 Step 3/24 : WORKDIR /edgex-go 07:28:59 ---> Using cache 07:28:59 ---> 51a780644189 07:28:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:59 ---> Using cache 07:28:59 ---> f2d0c5c083e5 07:28:59 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:28:59 ---> 0f1d611268d8 07:28:59 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:28:59 ---> Running in 0b841a24dcbe 07:28:59 ---> Running in 2d9f47ecdb5b 07:28:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:28:59 Status: Downloaded newer image for docker:20.10.0 07:28:59 ---> aefe523efa57 07:28:59 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 07:29:00 Removing intermediate container 2d9f47ecdb5b 07:29:00 ---> 0da9c582165a 07:29:00 Step 19/22 : CMD ["--init=true"] 07:29:00 ---> Running in a7ecc5a079b6 07:29:00 ---> Running in 414a5c37a93a 07:29:00 Removing intermediate container a7ecc5a079b6 07:29:00 ---> 95b89fc2be56 07:29:00 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 07:29:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:29:00 ---> Running in c3875bdb70d5 07:29:00 Removing intermediate container 414a5c37a93a 07:29:00 ---> 647ad6084c1a 07:29:00 Step 20/22 : LABEL arch=x86_64 07:29:01 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:29:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:29:01 ---> c2ebe7cb93be 07:29:01 Step 3/24 : WORKDIR /edgex-go 07:29:01 ---> Using cache 07:29:01 ---> 51a780644189 07:29:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:01 ---> Using cache 07:29:01 ---> f2d0c5c083e5 07:29:01 Step 5/24 : RUN apk add --update --no-cache make git 07:29:01 ---> Using cache 07:29:01 ---> 162ac0aa80aa 07:29:01 Step 6/24 : COPY go.mod . 07:29:01 ---> Using cache 07:29:01 ---> 29576a06656c 07:29:01 Step 7/24 : RUN go mod download 07:29:01 ---> Using cache 07:29:01 ---> 43b094e39703 07:29:01 Step 8/24 : COPY . . 07:29:01 ---> Using cache 07:29:01 ---> e42ac1e7d3e4 07:29:01 Step 9/24 : RUN go mod tidy 07:29:01 ---> Using cache 07:29:01 ---> 3091ec144836 07:29:01 Step 10/24 : RUN make cmd/core-command/core-command 07:29:01 ---> Running in e4a81a31046e 07:29:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:29:01 ---> Running in c05a608b1121 07:29:01 Removing intermediate container e4a81a31046e 07:29:01 ---> 08aaa235766a 07:29:01 Step 21/22 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:29:01 OK: 219 MiB in 52 packages 07:29:01 ---> Running in b86224874377 07:29:01 Removing intermediate container ff6276f943f1 07:29:01 ---> c5a983962e94 07:29:01 07:29:01 Step 11/26 : FROM alpine:3.12 07:29:01 ---> 13621d1b12d4 07:29:01 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 07:29:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:01 ---> Running in 210507fad9d3 07:29:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:02 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 07:29:02 Removing intermediate container b86224874377 07:29:02 ---> 930ae137aa25 07:29:02 Step 22/22 : LABEL version=0.0.0 07:29:02 ---> Running in 0e9829375b25 07:29:02 (1/39) Installing readline (8.0.4-r0) 07:29:02 (2/39) Installing bash (5.0.17-r0) 07:29:02 Removing intermediate container 0b841a24dcbe 07:29:02 ---> 28aae1d99d1b 07:29:02 Step 6/24 : COPY go.mod . 07:29:02 Executing bash-5.0.17-r0.post-install 07:29:02 (3/39) Installing nghttp2-libs (1.41.0-r0) 07:29:02 (4/39) Installing libcurl (7.77.0-r0) 07:29:02 (5/39) Installing curl (7.77.0-r0) 07:29:02 (6/39) Installing dumb-init (1.2.2-r1) 07:29:02 (7/39) Installing libbz2 (1.0.8-r1) 07:29:02 Removing intermediate container 0e9829375b25 07:29:02 ---> 791953de0e0f 07:29:02 07:29:02 (8/39) Installing expat (2.2.9-r1) 07:29:02 (9/39) Installing libffi (3.3-r2) 07:29:02 (10/39) Installing gdbm (1.13-r1) 07:29:02 (11/39) Installing xz-libs (5.2.5-r0) 07:29:02 (12/39) Installing sqlite-libs (3.32.1-r1) 07:29:02 (13/39) Installing python3 (3.8.10-r0) 07:29:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:02 (1/6) Installing ca-certificates (20191127-r4) 07:29:02 (2/6) Installing nghttp2-libs (1.41.0-r0) 07:29:02 (3/6) Installing libcurl (7.77.0-r0) 07:29:02 (4/6) Installing curl (7.77.0-r0) 07:29:02 (5/6) Installing dumb-init (1.2.2-r1) 07:29:02 (6/6) Installing su-exec (0.2-r1) 07:29:02 Executing busybox-1.31.1-r20.trigger 07:29:02 Executing ca-certificates-20191127-r4.trigger 07:29:02 OK: 7 MiB in 20 packages 07:29:02 Successfully built 791953de0e0f 07:29:03 ---> 76b44ed34045 07:29:03 Step 7/24 : RUN go mod download 07:29:03 Successfully tagged security-proxy-setup:latest 07:29:03 Building support-scheduler 07:29:03  Building security-proxy-setup ... done  ---> Running in b061f9d59559 07:29:04 (14/39) Installing py3-appdirs (1.4.4-r1) 07:29:04 (15/39) Installing py3-ordered-set (4.0.1-r0) 07:29:04 (16/39) Installing py3-parsing (2.4.7-r0) 07:29:04 (17/39) Installing py3-six (1.15.0-r0) 07:29:04 (18/39) Installing py3-packaging (20.4-r0) 07:29:04 (19/39) Installing py3-setuptools (47.0.0-r0) 07:29:04 (20/39) Installing py3-chardet (3.0.4-r4) 07:29:04 (21/39) Installing py3-idna (2.9-r0) 07:29:04 (22/39) Installing py3-certifi (2020.4.5.1-r0) 07:29:04 (23/39) Installing py3-urllib3 (1.25.9-r0) 07:29:04 (24/39) Installing py3-requests (2.23.0-r0) 07:29:04 (25/39) Installing py3-msgpack (1.0.0-r0) 07:29:04 (26/39) Installing py3-lockfile (0.12.2-r3) 07:29:04 (27/39) Installing py3-cachecontrol (0.12.6-r0) 07:29:04 (28/39) Installing py3-colorama (0.4.3-r0) 07:29:04 (29/39) Installing py3-distlib (0.3.0-r0) 07:29:04 (30/39) Installing py3-distro (1.5.0-r1) 07:29:04 (31/39) Installing py3-webencodings (0.5.1-r3) 07:29:04 (32/39) Installing py3-html5lib (1.0.1-r4) 07:29:04 (33/39) Installing py3-pytoml (0.1.21-r0) 07:29:04 (34/39) Installing py3-pep517 (0.8.2-r0) 07:29:04 (35/39) Installing py3-progress (1.5-r0) 07:29:04 (36/39) Installing py3-toml (0.10.1-r0) 07:29:06 (37/39) Installing py3-retrying (1.3.3-r0) 07:29:06 (38/39) Installing py3-contextlib2 (0.6.0-r0) 07:29:06 (39/39) Installing py3-pip (20.1.1-r0) 07:29:06 Removing intermediate container 210507fad9d3 07:29:06 ---> 8da4f00895d0 07:29:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:29:07 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:29:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:29:07 ---> c2ebe7cb93be 07:29:07 Step 3/23 : WORKDIR /edgex-go 07:29:07 ---> Using cache 07:29:07 ---> 51a780644189 07:29:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:07 ---> Using cache 07:29:07 ---> f2d0c5c083e5 07:29:07 Step 5/23 : RUN apk add --update --no-cache make git 07:29:07 ---> Using cache 07:29:07 ---> 162ac0aa80aa 07:29:07 Step 6/23 : COPY go.mod . 07:29:07 ---> Using cache 07:29:07 ---> 29576a06656c 07:29:07 Step 7/23 : RUN go mod download 07:29:07 ---> Using cache 07:29:07 ---> 43b094e39703 07:29:07 Step 8/23 : COPY . . 07:29:07 ---> Using cache 07:29:07 ---> e42ac1e7d3e4 07:29:07 Step 9/23 : RUN go mod tidy 07:29:07 ---> Using cache 07:29:07 ---> 3091ec144836 07:29:07 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 07:29:15 Executing busybox-1.31.1-r19.trigger 07:29:15 OK: 72 MiB in 59 packages 07:29:15 ---> Running in ea8740519289 07:29:15 ---> Running in 7e095a7ea78a 07:29:15 Removing intermediate container ea8740519289 07:29:15 ---> 476f55d0fb41 07:29:15 Step 14/26 : WORKDIR / 07:29:15 Removing intermediate container b061f9d59559 07:29:15 ---> 3c294f47d4dc 07:29:15 Step 8/24 : COPY . . 07:29:15 ---> Running in a44426493f48 07:29:15 Removing intermediate container a44426493f48 07:29:15 ---> cc0171a4ab0c 07:29:15 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:29:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:29:15 Collecting docker-compose==1.23.2 07:29:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:29:15 Removing intermediate container b28701016d3e 07:29:15 ---> c9c7fb42211a 07:29:15 Successfully built c9c7fb42211a 07:29:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:29:16 + docker inspect -f . ci-base-image-arm64 07:29:16 . [Pipeline] withDockerContainer 07:29:16 prd-ubuntu18.04-docker-arm64-4c-16g-1679 does not seem to be running inside a container 07:29:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** ci-base-image-arm64 cat 07:29:18 $ docker top bd9dda9d25e1892a05ea566ef48e3be301408cd77914d5eff96134c8fb14808e -eo pid,comm [Pipeline] { [Pipeline] sh 07:29:19 + go version 07:29:19 go version go1.16.5 linux/arm64 [Pipeline] } 07:29:19 $ docker stop --time=1 bd9dda9d25e1892a05ea566ef48e3be301408cd77914d5eff96134c8fb14808e 07:29:19 ---> b0484c352870 07:29:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:29:19 Collecting cached-property<2,>=1.2.0 07:29:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:29:19 Collecting texttable<0.10,>=0.9.0 07:29:19 Downloading texttable-0.9.1.tar.gz (11 kB) 07:29:19 ---> 4baafda7a2eb 07:29:19 Step 9/24 : RUN go mod tidy 07:29:19 ---> Running in b1bd06ca8474 07:29:19 ---> 5da7f1e628fe 07:29:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:29:20 Collecting docopt<0.7,>=0.6.1 07:29:20 Downloading docopt-0.6.2.tar.gz (25 kB) 07:29:20 ---> c2ddc0348e8d 07:29:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 07:29:20 ---> f35ed5b95505 07:29:20 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:29:20 Collecting jsonschema<3,>=2.5.1 07:29:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:29:20 Collecting dockerpty<0.5,>=0.4.1 07:29:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:29:21 ---> 5be7c51d10a0 07:29:21 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:29:21 $ docker rm -f bd9dda9d25e1892a05ea566ef48e3be301408cd77914d5eff96134c8fb14808e 07:29:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:29:21 ---> 87283bf3dd59 07:29:21 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:29:21 Collecting PyYAML<4,>=3.10 07:29:21 Downloading PyYAML-3.13.tar.gz (270 kB) 07:29:21 ---> 87d14d429646 07:29:21 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 07:29:21 + docker inspect -f . ci-base-image-arm64 07:29:21 . [Pipeline] withDockerContainer 07:29:22 ---> Running in 959a6db84819 07:29:22 Removing intermediate container b1bd06ca8474 07:29:22 ---> 0549e0d2a94f 07:29:22 Step 10/24 : RUN make cmd/core-data/core-data 07:29:22 ---> Running in f4c4e22d35a2 07:29:22 prd-ubuntu18.04-docker-arm64-4c-16g-1679 does not seem to be running inside a container 07:29:22 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** ci-base-image-arm64 cat 07:29:22 Collecting docker<4.0,>=3.6.0 07:29:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:29:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:29:22 Collecting websocket-client<1.0,>=0.32.0 07:29:22 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 07:29:23 Removing intermediate container 959a6db84819 07:29:23 ---> 8ce9a964c9dd 07:29:23 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:29:23 ---> Running in 2f95b50049e5 07:29:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:29:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:29:23 Collecting docker-pycreds>=0.4.0 07:29:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:29:23 Removing intermediate container 2f95b50049e5 07:29:23 ---> db20af66777d 07:29:23 Step 24/26 : LABEL arch=x86_64 07:29:23 ---> Running in 1acf36630013 07:29:23 Collecting urllib3<1.25,>=1.21.1 07:29:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:29:23 Removing intermediate container 1acf36630013 07:29:23 ---> 5a3692e7b13a 07:29:23 Step 25/26 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:29:23 Collecting idna<2.8,>=2.5 07:29:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:29:23 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 07:29:23 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:29:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:29:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:29:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:29:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:29:23 ---> Running in 47033af0f3b9 07:29:23 Installing collected packages: cached-property, texttable, docopt, jsonschema, dockerpty, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docker-compose 07:29:23 Removing intermediate container 47033af0f3b9 07:29:23 ---> af9310a26f82 07:29:23 Step 26/26 : LABEL version=0.0.0 07:29:23 Running setup.py install for texttable: started 07:29:23 ---> Running in b91efc458b94 07:29:23 $ docker top fecc3f7667fae66830869c4c8d1f9c895e47db18818a8162cc5c0bfe56d77078 -eo pid,comm 07:29:23 Removing intermediate container b91efc458b94 07:29:23 ---> 057647cbec7c 07:29:23 07:29:23 Successfully built 057647cbec7c 07:29:23 Successfully tagged security-secretstore-setup:latest 07:29:23 Building core-metadata [Pipeline] { [Pipeline] echo 07:29:24 ========================================================= 07:29:24 [edgeXBuildGoParallel] Running Tests and Build... 07:29:24 ========================================================= [Pipeline] sh 07:29:26  Building security-secretstore-setup ... done  Running setup.py install for texttable: finished with status 'done' 07:29:26 Running setup.py install for docopt: started 07:29:26 Running setup.py install for docopt: finished with status 'done' 07:29:26 Running setup.py install for dockerpty: started 07:29:26 Running setup.py install for dockerpty: finished with status 'done' 07:29:26 Running setup.py install for PyYAML: started 07:29:26 + go mod tidy [Pipeline] sh 07:29:27 + make test 07:29:27 go mod tidy 07:29:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:29:27 Running setup.py install for PyYAML: finished with status 'done' 07:29:27 Attempting uninstall: urllib3 07:29:27 Found existing installation: urllib3 1.25.9 07:29:27 Uninstalling urllib3-1.25.9: 07:29:27 Successfully uninstalled urllib3-1.25.9 07:29:27 Attempting uninstall: idna 07:29:27 Found existing installation: idna 2.9 07:29:28 Uninstalling idna-2.9: 07:29:28 Successfully uninstalled idna-2.9 07:29:28 Attempting uninstall: requests 07:29:28 Found existing installation: requests 2.23.0 07:29:28 Uninstalling requests-2.23.0: 07:29:28 Successfully uninstalled requests-2.23.0 07:29:32 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:29:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:29:32 ---> c2ebe7cb93be 07:29:32 Step 3/24 : WORKDIR /edgex-go 07:29:32 ---> Using cache 07:29:32 ---> 51a780644189 07:29:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:32 ---> Using cache 07:29:32 ---> f2d0c5c083e5 07:29:32 Step 5/24 : RUN apk add --update --no-cache make git 07:29:32 ---> Using cache 07:29:32 ---> 162ac0aa80aa 07:29:32 Step 6/24 : COPY go.mod . 07:29:32 ---> Using cache 07:29:32 ---> 29576a06656c 07:29:32 Step 7/24 : RUN go mod download 07:29:32 ---> Using cache 07:29:32 ---> 43b094e39703 07:29:32 Step 8/24 : COPY . . 07:29:32 ---> Using cache 07:29:32 ---> e42ac1e7d3e4 07:29:32 Step 9/24 : RUN go mod tidy 07:29:32 ---> Using cache 07:29:32 ---> 3091ec144836 07:29:32 Step 10/24 : RUN make cmd/core-metadata/core-metadata 07:29:38 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 07:29:38 ---> Running in 999bfbf81eb3 07:29: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 07:29:49 Removing intermediate container c3875bdb70d5 07:29:49 ---> 9ee0ff2c3073 07:29:49 Step 15/24 : ENV APP_PORT=58890 07:29:50 ---> Running in 7967d4cbb611 07:29:51 Removing intermediate container 7967d4cbb611 07:29:51 ---> a5493e4e86a1 07:29:51 Step 16/24 : EXPOSE $APP_PORT 07:29:51 ---> Running in f37f31536695 07:29:51 ? github.com/edgexfoundry/edgex-go [no test files] 07:29:51 Removing intermediate container f37f31536695 07:29:51 ---> 8e903f1accbc 07:29:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:29:53 ---> d3e4ff4e47fa 07:29:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:29:56 ---> 925877337aca 07:29:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:29:59 ---> 4ddf49ae1c68 07:29:59 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 07:29:59 Removing intermediate container c05a608b1121 07:29:59 ---> 5c4103f45a1b 07:29:59 07:29:59 Step 11/24 : FROM alpine:3.12 07:29:59 ---> 13621d1b12d4 07:29:59 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:29:59 ---> Running in 87fd03181981 07:29:59 ---> Running in 29dd7c752760 07:30:00 Removing intermediate container 29dd7c752760 07:30:00 ---> b341cf185af7 07:30:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:00 (1/1) Installing dumb-init (1.2.2-r1) 07:30:00 Executing busybox-1.31.1-r20.trigger 07:30:01 OK: 6 MiB in 15 packages 07:30:01 ---> Running in 22fa70479d1b 07:30:02 Removing intermediate container 22fa70479d1b 07:30:02 ---> 250cb88d37e9 07:30:02 Step 22/24 : LABEL arch=x86_64 07:30:03 ---> Running in 7b5d5ed3b299 07:30:03 Removing intermediate container 7b5d5ed3b299 07:30:03 ---> 928823449294 07:30:03 Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:30:03 ---> Running in b626e762f8d0 07:30:03 Removing intermediate container 87fd03181981 07:30:03 ---> 3b44fa789739 07:30:03 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:30:03 ---> Running in 1c2018e4b3f2 07:30:03 Removing intermediate container b626e762f8d0 07:30:03 ---> 3cbf7234e90c 07:30:03 Step 24/24 : LABEL version=0.0.0 07:30:04 ---> Running in 57e347ec6161 07:30:04 Removing intermediate container 1c2018e4b3f2 07:30:04 ---> f23a65a04637 07:30:04 Step 14/24 : ENV APP_PORT=59882 07:30:04 ---> Running in 810e17fc20a7 07:30:04 Removing intermediate container 57e347ec6161 07:30:04 ---> f7a3748e0dfe 07:30:04 07:30:04 Removing intermediate container 7e095a7ea78a 07:30:04 ---> d50c9bd5349f 07:30:04 07:30:04 Step 11/23 : FROM alpine:3.12 07:30:04 ---> 13621d1b12d4 07:30:04 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:30:04 ---> Using cache 07:30:04 ---> 3b44fa789739 07:30:04 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:30:04 ---> Using cache 07:30:04 ---> f23a65a04637 07:30:04 Step 14/23 : ENV APP_PORT=59861 07:30:04 Removing intermediate container 810e17fc20a7 07:30:04 ---> 86cbe5417be0 07:30:04 Step 15/24 : EXPOSE $APP_PORT 07:30:04 Successfully built f7a3748e0dfe 07:30:04 Successfully tagged sys-mgmt-agent:latest 07:30:04  Building sys-mgmt-agent ... done  ---> Running in a97aeca6420c 07:30:04 ---> Running in 4f60dbab5f47 07:30:05 Removing intermediate container 4f60dbab5f47 07:30:05 ---> b6ff7c830591 07:30:05 Step 16/24 : WORKDIR / 07:30:05 Removing intermediate container a97aeca6420c 07:30:05 ---> 54eca9111759 07:30:05 Step 15/23 : EXPOSE $APP_PORT 07:30:05 ---> Running in 4d7927320be5 07:30:05 ---> Running in 1fa5cd984e68 07:30:05 Removing intermediate container 4d7927320be5 07:30:05 ---> b374960701f9 07:30:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:30:05 Removing intermediate container 1fa5cd984e68 07:30:05 ---> d03fc4f5da1f 07:30:05 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:30:05 ---> eb4d193a905d 07:30:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:30:05 ---> 3ae070f0a446 07:30:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:30:06 ---> 408a1f9ce0b1 07:30:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:30:06 ---> b2ceb30c52a5 07:30:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:30:07 ---> 911ee1ab1ddd 07:30:07 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 07:30:07 ---> Running in 6512d8ff7b0e 07:30:07 ---> d0d73077c818 07:30:07 Step 20/24 : ENTRYPOINT ["/core-command"] 07:30:07 ---> Running in 62ff40f02477 07:30:07 Removing intermediate container 62ff40f02477 07:30:07 ---> c5901a6f1a57 07:30:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:07 Removing intermediate container 6512d8ff7b0e 07:30:07 ---> fe1231cb7ce7 07:30:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:07 ---> Running in 3ee6519d0f22 07:30:07 ---> Running in 92c227ec8be9 07:30:07 Removing intermediate container 3ee6519d0f22 07:30:07 ---> d3f752db8304 07:30:07 Step 21/23 : LABEL arch=x86_64 07:30:07 Removing intermediate container 92c227ec8be9 07:30:07 ---> 01d0a7b896e1 07:30:07 Step 22/24 : LABEL arch=x86_64 07:30:07 ---> Running in d3c34370ddfc 07:30:07 ---> Running in e45e4c0d5ccb 07:30:08 Removing intermediate container d3c34370ddfc 07:30:08 ---> 15f20bb9e751 07:30:08 Step 22/23 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:30:08 Removing intermediate container e45e4c0d5ccb 07:30:08 ---> 2e352fc12fc4 07:30:08 Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:30:08 ---> Running in 2fa0a182314e 07:30:08 ---> Running in 95daa4d3b041 07:30:08 Removing intermediate container 95daa4d3b041 07:30:08 ---> 0d191d468d4d 07:30:08 Step 24/24 : LABEL version=0.0.0 07:30:08 Removing intermediate container 2fa0a182314e 07:30:08 ---> cb8d6e82aa12 07:30:08 Step 23/23 : LABEL version=0.0.0 07:30:08 ---> Running in 293c2cbd0bdc 07:30:08 ---> Running in a59920591931 07:30:08 Removing intermediate container 293c2cbd0bdc 07:30:08 ---> d787735874af 07:30:08 07:30:08 Removing intermediate container a59920591931 07:30:08 ---> cec96232eea2 07:30:08 07:30:08 Successfully built d787735874af 07:30:09 Successfully tagged core-command:latest 07:30:09  Building core-command ... done Successfully built cec96232eea2 07:30:09 Successfully tagged support-scheduler:latest 07:30:10  Building support-scheduler ... done Removing intermediate container f4c4e22d35a2 07:30:10 ---> aab8fcab5ea2 07:30:10 07:30:10 Step 11/24 : FROM alpine:3.12 07:30:10 ---> 13621d1b12d4 07:30:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:30:10 ---> Running in 805d065af70c 07:30:10 Removing intermediate container 805d065af70c 07:30:10 ---> c4711dc7ea98 07:30:10 Step 13/24 : ENV APP_PORT=59880 07:30:10 ---> Running in 6d6334d6668e 07:30:10 Removing intermediate container 6d6334d6668e 07:30:10 ---> 53c5c5a8c22a 07:30:10 Step 14/24 : EXPOSE $APP_PORT 07:30:10 ---> Running in 1b3a503e9e8e 07:30:10 Removing intermediate container 1b3a503e9e8e 07:30:10 ---> 82708fa54c30 07:30:10 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:10 ---> Running in 34ebb5a0c0d1 07:30:11 Removing intermediate container 999bfbf81eb3 07:30:11 ---> 9785757cd73e 07:30:11 07:30:11 Step 11/24 : FROM alpine:3.12 07:30:11 ---> 13621d1b12d4 07:30:11 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:30:11 ---> Using cache 07:30:11 ---> 3b44fa789739 07:30:11 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:30:11 ---> Using cache 07:30:11 ---> f23a65a04637 07:30:11 Step 14/24 : ENV APP_PORT=59881 07:30:11 ---> Running in 3e6a3dc63644 07:30:11 Removing intermediate container 34ebb5a0c0d1 07:30:11 ---> c256c4e90d1a 07:30:11 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 07:30:11 ---> Running in 6808550b129f 07:30:12 Removing intermediate container 3e6a3dc63644 07:30:12 ---> b260bc14e9ff 07:30:12 Step 15/24 : EXPOSE $APP_PORT 07:30:12 ---> Running in e6f99b72d726 07:30:12 Removing intermediate container e6f99b72d726 07:30:12 ---> 5931f34adb2d 07:30:12 Step 16/24 : WORKDIR / 07:30:12 ---> Running in 537468378a45 07:30:12 Removing intermediate container 537468378a45 07:30:12 ---> dfff1406af18 07:30:12 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:30:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:12 ---> 54d346fc6a0c 07:30:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:30:12 ---> c4ff66e9b69a 07:30:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:30:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:12 ---> 341e1e02f8d4 07:30:12 Step 20/24 : ENTRYPOINT ["/core-metadata"] 07:30:12 ---> Running in 5ea68206713d 07:30:13 Removing intermediate container 5ea68206713d 07:30:13 ---> bf80530fa25d 07:30:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:13 ---> Running in 38c206e9182e 07:30:13 Removing intermediate container 38c206e9182e 07:30:13 ---> 45018abd574d 07:30:13 Step 22/24 : LABEL arch=x86_64 07:30:13 ---> Running in 4f910de1ba15 07:30:13 (1/6) Installing dumb-init (1.2.2-r1) 07:30:13 (2/6) Installing libgcc (9.3.0-r2) 07:30:13 Removing intermediate container 4f910de1ba15 07:30:13 ---> 78b8dd94d1b1 07:30:13 Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:30:13 ---> Running in 125944703a6f 07:30:13 (3/6) Installing libsodium (1.0.18-r0) 07:30:13 Removing intermediate container 125944703a6f 07:30:13 ---> 11cc498a80d1 07:30:13 Step 24/24 : LABEL version=0.0.0 07:30:13 (4/6) Installing libstdc++ (9.3.0-r2) 07:30:13 ---> Running in ada951ec4e04 07:30:13 Removing intermediate container ada951ec4e04 07:30:13 ---> 510b5c79c6a1 07:30:13 07:30:13 Successfully built 510b5c79c6a1 07:30:13 Successfully tagged core-metadata:latest 07:30:14  Building core-metadata ... done (5/6) Installing libzmq (4.3.3-r0) 07:30:14 (6/6) Installing zeromq (4.3.3-r0) 07:30:14 Executing busybox-1.31.1-r20.trigger 07:30:14 OK: 8 MiB in 20 packages 07:30:14 Removing intermediate container 6808550b129f 07:30:14 ---> 12a4afde93c3 07:30:14 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:30:14 ---> b9ea077741aa 07:30:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:30:15 ---> 9bdc91095127 07:30:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:30:15 ---> cbee6f205a78 07:30:15 Step 20/24 : ENTRYPOINT ["/core-data"] 07:30:15 ---> Running in fc6227bc5638 07:30:15 Removing intermediate container fc6227bc5638 07:30:15 ---> 8843b0739285 07:30:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:15 ---> Running in 203b5b570197 07:30:15 Removing intermediate container 203b5b570197 07:30:15 ---> 7d06d62c9893 07:30:15 Step 22/24 : LABEL arch=x86_64 07:30:15 ---> Running in f7853bd9e70f 07:30:16 Removing intermediate container f7853bd9e70f 07:30:16 ---> 9fcd2d57a166 07:30:16 Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:30:16 ---> Running in 1cb153bd6577 07:30:16 Removing intermediate container 1cb153bd6577 07:30:16 ---> 62db8bee8669 07:30:16 Step 24/24 : LABEL version=0.0.0 07:30:16 ---> Running in 179802e5fc98 07:30:16 Removing intermediate container 179802e5fc98 07:30:16 ---> 0eccd31ceac5 07:30:16 07:30:16 Successfully built 0eccd31ceac5 07:30:16 Successfully tagged core-data:latest 07:30:16  Building core-data ... done  [Pipeline] } 07:30:16 $ docker stop --time=1 506a77515da70e615eafdb1a0c0574be4b368164ce90b6d1f86937053575779a 07:30:17 $ docker rm -f 506a77515da70e615eafdb1a0c0574be4b368164ce90b6d1f86937053575779a [Pipeline] // withDockerContainer [Pipeline] sh 07:30:17 + docker images 07:30:17 REPOSITORY TAG IMAGE ID CREATED SIZE 07:30:17 core-data latest 0eccd31ceac5 1 second ago 20.3MB 07:30:17 core-metadata latest 510b5c79c6a1 4 seconds ago 16.6MB 07:30:17 9785757cd73e 6 seconds ago 1.15GB 07:30:17 aab8fcab5ea2 8 seconds ago 1.15GB 07:30:17 core-command latest d787735874af 9 seconds ago 15.9MB 07:30:17 support-scheduler latest cec96232eea2 9 seconds ago 15.9MB 07:30:17 d50c9bd5349f 13 seconds ago 1.15GB 07:30:17 sys-mgmt-agent latest f7a3748e0dfe 13 seconds ago 312MB 07:30:17 5c4103f45a1b 21 seconds ago 1.14GB 07:30:17 security-secretstore-setup latest 057647cbec7c 54 seconds ago 28.7MB 07:30:17 security-proxy-setup latest 791953de0e0f About a minute ago 25.7MB 07:30:17 c5a983962e94 About a minute ago 1.15GB 07:30:17 security-bootstrapper latest ded58958d7a8 About a minute ago 18.6MB 07:30:17 f59565a11729 About a minute ago 1.15GB 07:30:17 support-notifications latest 0bb1d1dacf52 About a minute ago 16.7MB 07:30:17 6da064c40660 About a minute ago 1.15GB 07:30:17 84e9a24fd737 About a minute ago 1.15GB 07:30:17 1f628db866d9 About a minute ago 1.15GB 07:30:17 ci-base-image-x86_64 latest c2ebe7cb93be 5 minutes ago 647MB 07:30:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 6 weeks ago 445MB 07:30:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 7 weeks ago 37.5MB 07:30:17 alpine 3.12 13621d1b12d4 2 months ago 5.58MB 07:30:17 docker 20.10.0 aefe523efa57 6 months ago 240MB 07:30:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 11 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 07:30:18 Running on prd-ubuntu18.04-docker-8c-8g-1666 in /w/workspace/edgexfoundry_edgex-go_PR-3531 [Pipeline] { [Pipeline] ws 07:30:18 Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout 07:30:18 The recommended git tool is: git 07:30:20 using credential edgex-jenkins-ssh 07:30:20 Cloning the remote Git repository 07:30:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:30:20 > git init /w/workspace/edgex-go/23 # timeout=10 07:30:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:30:20 > git --version # timeout=10 07:30:20 > git --version # 'git version 2.17.1' 07:30:20 using GIT_SSH to set credentials SSH Credentials for GitHub 07:30:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:30:28 Merging remotes/origin/master commit 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 into PR head commit b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:30:28 Merge succeeded, producing b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:30:28 Checking out Revision b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 (PR-3531) 07:30:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:30:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:30:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:30:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:30:27 using GIT_SSH to set credentials SSH Credentials for GitHub 07:30:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3531/head:refs/remotes/origin/PR-3531 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:30:28 > git config core.sparsecheckout # timeout=10 07:30:28 > git checkout -f b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 # timeout=10 07:30:28 > git remote # timeout=10 07:30:28 > git config --get remote.origin.url # timeout=10 07:30:28 using GIT_SSH to set credentials SSH Credentials for GitHub 07:30:28 > git merge 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 # timeout=10 07:30:28 > git rev-parse HEAD^{commit} # timeout=10 07:30:28 > git config core.sparsecheckout # timeout=10 07:30:28 > git checkout -f b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 # timeout=10 07:30:32 Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.2.0 to 2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:30:35 + echo snap-build.sh 07:30:35 snap-build.sh 07:30:35 + SNAP_BASE_DIR=. 07:30:35 + '[' '!' -z /w/workspace/edgex-go/23 ']' 07:30:35 + SNAP_BASE_DIR=/w/workspace/edgex-go/23 07:30:35 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/23]' 07:30:35 [snap-build] Building snap in dir [/w/workspace/edgex-go/23] 07:30:35 + cd /w/workspace/edgex-go/23 07:30:35 + sudo apt-get remove -qy --purge lxd lxd-client 07:30:35 Reading package lists... 07:30:35 Building dependency tree... 07:30:35 Reading state information... 07:30:35 The following packages were automatically installed and are no longer required: 07:30:35 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 07:30:35 uidmap xdelta3 07:30:35 Use 'sudo apt autoremove' to remove them. 07:30:35 The following packages will be REMOVED: 07:30:35 lxd* lxd-client* 07:30:35 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 07:30:35 After this operation, 31.7 MB disk space will be freed. 07:30:35 (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.) 07:30:35 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 07:30:35 Removing lxd dnsmasq configuration 07:30:35 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 07:30:35 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 07:30:36 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:30:36 (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.) 07:30:36 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 07:30:37 Processing triggers for systemd (237-3ubuntu10.45) ... 07:30:37 Processing triggers for ureadahead (0.100.0-21) ... 07:30:39 + sudo snap remove --purge lxd 07:30:39 snap "lxd" is not installed 07:30:39 + sudo groupadd --force --system lxd 07:30:39 ++ whoami 07:30:39 + sudo /usr/sbin/usermod -G lxd -a jenkins 07:30:39 + newgrp - lxd 07:30:39 + sudo snap install lxd 07:30:47 2021-06-16T07:30:45Z INFO Waiting for automatic snapd restart... 07:30:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:30:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:30:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:31:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:31:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:31:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:31:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:31:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:31:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:31:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:31:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:31:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:31:05 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 07:31:05 lxd 4.15 from Canonical* installed 07:31:05 + sudo lxd init --auto 07:31:12 + sudo snap install --classic snapcraft 07:31:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.229s coverage: 28.7% of statements 07:31:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:31:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:31:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.308s coverage: 100.0% of statements 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 07:31:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.334s coverage: 53.4% of statements 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:31:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.528s coverage: 87.7% of statements 07:31:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:31:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 07:31:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.209s coverage: 78.9% of statements 07:31:22 snapcraft 4.8.1 from Canonical* installed 07:31:22 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 07:31:22 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 07:31:22 % Total % Received % Xferd Average Speed Time Time Time Current 07:31:22 Dload Upload Total Spent Left Speed 07:31:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4860 0 --:--:-- --:--:-- --:--:-- 4823 07:31:22 100 3325k 100 3325k 0 0 11.8M 0 --:--:-- --:--:-- --:--:-- 11.8M 07:31:22 ./yq_linux_amd64 07:31:22 + sudo snapcraft prime --use-lxd 07:31:23 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 07:31:23 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: 07:31:23 - README.md 07:31:23 07:31:23 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:31:23 Launching a container. 07:31:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.189s coverage: 81.2% of statements 07:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 07:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 07:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:31:30 Waiting for container to be ready 07:31:30 To start your first instance, try: lxc launch ubuntu:18.04 07:31:30 07:31:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.567s coverage: 95.1% of statements 07:31:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:31:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 07:31:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 07:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 07:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 07:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:31:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.205s coverage: 60.0% of statements 07:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:31:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.224s coverage: 0.8% of statements 07:31:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:31:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.147s coverage: 58.8% of statements 07:31:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.175s coverage: 22.0% of statements 07:31:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:31:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.198s coverage: 47.1% of statements 07:31:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.211s coverage: 79.5% of statements 07:31:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.173s coverage: 94.1% of statements 07:31:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.209s coverage: 96.3% of statements 07:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.178s coverage: 87.5% of statements 07:31:33 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 07:31:34 Waiting for network to be ready... 07:31:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:31:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1753 kB] 07:31:34 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:31:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [326 kB] 07:31:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 07:31:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 07:31:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [347 kB] 07:31:35 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [46.3 kB] 07:31:35 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1128 kB] 07:31:35 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [255 kB] 07:31:35 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:31:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:31:35 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:31:35 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:31:35 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:31:35 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:31:35 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:31:35 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:31:36 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:31:36 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2099 kB] 07:31:36 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [417 kB] 07:31:36 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] 07:31:36 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] 07:31:36 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [370 kB] 07:31:36 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [50.1 kB] 07:31:36 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1736 kB] 07:31:36 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [370 kB] 07:31:38 Fetched 24.7 MB in 4s (5944 kB/s) 07:31:39 Reading package lists... 07:31:39 Reading package lists... 07:31:39 Building dependency tree... 07:31:39 Reading state information... 07:31:40 The following additional packages will be installed: 07:31:40 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:31:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:31:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:31:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 07:31:40 Suggested packages: 07:31:40 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 07:31:40 Recommended packages: 07:31:40 gnupg libsasl2-modules 07:31:40 The following NEW packages will be installed: 07:31:40 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:31:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:31:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:31:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 07:31:40 The following packages will be upgraded: 07:31:40 gpg gpg-agent gpgconf libudev1 07:31:40 4 upgraded, 18 newly installed, 0 to remove and 107 not upgraded. 07:31:40 Need to get 3530 kB of archives. 07:31:40 After this operation, 13.3 MB of additional disk space will be used. 07:31:40 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] 07:31:40 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] 07:31:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 07:31:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 07:31:40 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] 07:31:40 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] 07:31:40 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 07:31:40 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 07:31:40 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 07:31:41 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 07:31:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 07:31:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 07:31:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 07:31:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 07:31:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 07:31:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 07:31:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 07:31:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 07:31:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 07:31:41 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 07:31:41 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 07:31:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 07:31:41 debconf: delaying package configuration, since apt-utils is not installed 07:31:41 Fetched 3530 kB in 1s (3161 kB/s) 07:31:41 (Reading database ... 12511 files and directories currently installed.) 07:31:41 Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... 07:31:41 Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:31:41 Setting up libudev1:amd64 (237-3ubuntu10.47) ... 07:31:41 Selecting previously unselected package udev. 07:31:41 (Reading database ... 12511 files and directories currently installed.) 07:31:41 Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... 07:31:41 Unpacking udev (237-3ubuntu10.47) ... 07:31:41 Selecting previously unselected package libfuse2:amd64. 07:31:41 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 07:31:41 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:31:41 Selecting previously unselected package fuse. 07:31:41 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 07:31:41 Unpacking fuse (2.9.7-1ubuntu1) ... 07:31:41 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 07:31:41 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:31:41 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 07:31:41 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:31:41 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 07:31:41 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:31:41 Selecting previously unselected package libksba8:amd64. 07:31:41 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 07:31:41 Unpacking libksba8:amd64 (1.3.5-2) ... 07:31:41 Selecting previously unselected package libroken18-heimdal:amd64. 07:31:41 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:31:41 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:42 Selecting previously unselected package libasn1-8-heimdal:amd64. 07:31:42 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:31:42 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:42 Selecting previously unselected package libheimbase1-heimdal:amd64. 07:31:42 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:31:42 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:42 Selecting previously unselected package libhcrypto4-heimdal:amd64. 07:31:42 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:31:42 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:42 Selecting previously unselected package libwind0-heimdal:amd64. 07:31:42 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:31:42 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:42 Selecting previously unselected package libhx509-5-heimdal:amd64. 07:31:42 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:31:42 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:42 Selecting previously unselected package libkrb5-26-heimdal:amd64. 07:31:42 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:31:42 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:42 Selecting previously unselected package libheimntlm0-heimdal:amd64. 07:31:42 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:31:42 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:42 Selecting previously unselected package libgssapi3-heimdal:amd64. 07:31:42 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:31:42 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:42 Selecting previously unselected package libsasl2-modules-db:amd64. 07:31:42 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:31:42 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:31:42 Selecting previously unselected package libsasl2-2:amd64. 07:31:42 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:31:42 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:31:42 Selecting previously unselected package libldap-common. 07:31:42 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 07:31:42 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 07:31:42 Selecting previously unselected package libldap-2.4-2:amd64. 07:31:42 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 07:31:42 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 07:31:42 Selecting previously unselected package dirmngr. 07:31:42 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 07:31:42 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 07:31:42 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 07:31:42 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 07:31:43 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:31:43 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:31:43 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:31:43 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 07:31:43 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:43 Setting up libksba8:amd64 (1.3.5-2) ... 07:31:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:31:43 Setting up udev (237-3ubuntu10.47) ... 07:31:43 invoke-rc.d: policy-rc.d denied execution of start. 07:31:43 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:43 Processing triggers for systemd (237-3ubuntu10) ... 07:31:43 Setting up fuse (2.9.7-1ubuntu1) ... 07:31:43 Setting up gpg (2.2.4-1ubuntu1.4) ... 07:31:43 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:43 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:43 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:43 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:43 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:43 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:43 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:31:43 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 07:31:43 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 07:31:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:31:43 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 07:31:43 settings in the [Install] section, and DefaultInstance for template units). 07:31:43 This means they are not meant to be enabled using systemctl. 07:31:43 Possible reasons for having this kind of units are: 07:31:43 1) A unit may be statically enabled by being symlinked from another unit's 07:31:43 .wants/ or .requires/ directory. 07:31:43 2) A unit's purpose may be to act as a helper for some other unit which has 07:31:43 a requirement dependency on it. 07:31:43 3) A unit may be started when needed via activation (socket, path, timer, 07:31:43 D-Bus, udev, scripted systemctl call, ...). 07:31:43 4) In case of template units, the unit is meant to be enabled with some 07:31:43 instance name specified. 07:31:44 Reading package lists... 07:31:44 Building dependency tree... 07:31:44 Reading state information... 07:31:44 The following additional packages will be installed: 07:31:44 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 07:31:44 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 07:31:44 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 07:31:44 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 07:31:44 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 07:31:44 Suggested packages: 07:31:44 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 07:31:44 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 07:31:44 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 07:31:44 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 07:31:44 systemd-container policykit-1 07:31:44 Recommended packages: 07:31:44 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 07:31:44 The following NEW packages will be installed: 07:31:44 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 07:31:44 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 07:31:44 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 07:31:44 multiarch-support openssh-client python3 python3-minimal python3.6 07:31:44 python3.6-minimal snapd squashfs-tools sudo 07:31:44 The following packages will be upgraded: 07:31:44 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 07:31:44 5 upgraded, 25 newly installed, 0 to remove and 102 not upgraded. 07:31:44 Need to get 36.7 MB of archives. 07:31:44 After this operation, 147 MB of additional disk space will be used. 07:31:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 07:31:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 07:31:44 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] 07:31:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 07:31:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 07:31:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 07:31:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 07:31:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 07:31:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 07:31:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 07:31:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 07:31:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 07:31:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 07:31:44 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 07:31:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 07:31:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 07:31:45 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 07:31:45 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 07:31:45 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 07:31:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 07:31:45 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 07:31:45 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 07:31:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 07:31:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 07:31:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 07:31:45 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 07:31:45 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 07:31:45 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 07:31:45 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] 07:31:45 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] 07:31:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.238s coverage: 94.4% of statements 07:31:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.178s coverage: 44.8% of statements 07:31:47 debconf: delaying package configuration, since apt-utils is not installed 07:31:47 Fetched 36.7 MB in 2s (15.2 MB/s) 07:31:47 (Reading database ... 12757 files and directories currently installed.) 07:31:47 Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 07:31:47 Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:31:47 Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 07:31:47 Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:31:47 Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 07:31:47 (Reading database ... 12757 files and directories currently installed.) 07:31:47 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 07:31:47 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 07:31:47 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 07:31:48 (Reading database ... 12757 files and directories currently installed.) 07:31:48 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 07:31:48 Unpacking apt (1.6.13) over (1.6.1) ... 07:31:48 Setting up apt (1.6.13) ... 07:31:48 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 07:31:48 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 07:31:48 (Reading database ... 12764 files and directories currently installed.) 07:31:48 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 07:31:48 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 07:31:48 Selecting previously unselected package libpython3.6-minimal:amd64. 07:31:48 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:31:48 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:31:48 Selecting previously unselected package libexpat1:amd64. 07:31:48 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 07:31:48 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:31:49 Selecting previously unselected package python3.6-minimal. 07:31:49 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:31:49 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 07:31:49 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 07:31:49 Checking for services that may need to be restarted...done. 07:31:49 Checking for services that may need to be restarted...done. 07:31:49 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:31:49 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:31:49 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 07:31:50 Selecting previously unselected package python3-minimal. 07:31:50 (Reading database ... 13012 files and directories currently installed.) 07:31:50 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 07:31:50 Unpacking python3-minimal (3.6.7-1~18.04) ... 07:31:50 Selecting previously unselected package mime-support. 07:31:50 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 07:31:50 Unpacking mime-support (3.60ubuntu1) ... 07:31:50 Selecting previously unselected package libmpdec2:amd64. 07:31:50 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 07:31:50 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:31:50 Selecting previously unselected package libpython3.6-stdlib:amd64. 07:31:50 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:31:50 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.589s coverage: 81.8% of statements 07:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:31:50 Selecting previously unselected package python3.6. 07:31:50 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:31:50 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 07:31:50 Selecting previously unselected package libpython3-stdlib:amd64. 07:31:50 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 07:31:50 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:31:50 Setting up python3-minimal (3.6.7-1~18.04) ... 07:31:50 Selecting previously unselected package python3. 07:31:50 (Reading database ... 13442 files and directories currently installed.) 07:31:50 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 07:31:50 Unpacking python3 (3.6.7-1~18.04) ... 07:31:50 Selecting previously unselected package multiarch-support. 07:31:50 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 07:31:50 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 07:31:50 Setting up multiarch-support (2.27-3ubuntu1.4) ... 07:31:50 Selecting previously unselected package liblzo2-2:amd64. 07:31:50 (Reading database ... 13479 files and directories currently installed.) 07:31:50 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 07:31:50 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 07:31:50 Selecting previously unselected package libbsd0:amd64. 07:31:50 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 07:31:50 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:31:50 Selecting previously unselected package sudo. 07:31:50 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 07:31:50 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 07:31:51 Selecting previously unselected package apparmor. 07:31:51 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 07:31:51 Unpacking apparmor (2.12-4ubuntu5.1) ... 07:31:51 Selecting previously unselected package libedit2:amd64. 07:31:51 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 07:31:51 Unpacking libedit2:amd64 (3.1-20170329-1) ... 07:31:51 Selecting previously unselected package libkrb5support0:amd64. 07:31:51 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 07:31:51 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:31:51 Selecting previously unselected package libk5crypto3:amd64. 07:31:51 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 07:31:51 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:31:51 Selecting previously unselected package libkeyutils1:amd64. 07:31:51 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 07:31:51 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:31:51 Selecting previously unselected package libkrb5-3:amd64. 07:31:51 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 07:31:51 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:31:51 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:31:51 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 07:31:51 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:31:51 Selecting previously unselected package libssl1.0.0:amd64. 07:31:51 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 07:31:51 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 07:31:51 Selecting previously unselected package openssh-client. 07:31:51 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 07:31:51 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 07:31:51 Selecting previously unselected package squashfs-tools. 07:31:51 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... 07:31:51 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 07:31:51 Selecting previously unselected package snapd. 07:31:51 Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... 07:31:51 Unpacking snapd (2.49.2+18.04) ... 07:31:53 Setting up libedit2:amd64 (3.1-20170329-1) ... 07:31:53 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 07:31:54 Setting up mime-support (3.60ubuntu1) ... 07:31:54 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 07:31:54 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:31:54 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:31:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:31:54 Setting up systemd (237-3ubuntu10.47) ... 07:31:54 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 07:31:54 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:31:54 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:31:54 Setting up liblzo2-2:amd64 (2.08-1.2) ... 07:31:54 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:31:54 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:31:54 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 07:31:55 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 07:31:55 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:31:55 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:31:55 Setting up python3 (3.6.7-1~18.04) ... 07:31:55 running python rtupdate hooks for python3.6... 07:31:55 running python post-rtupdate hooks for python3.6... 07:31:55 Setting up apparmor (2.12-4ubuntu5.1) ... 07:31:56 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 07:31:56 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:31:56 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 07:31:56 Setting up snapd (2.49.2+18.04) ... 07:31:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 07:31:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 07:31:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 07:31:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 07:31:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:31:57 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:31:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 07:31:57 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 07:31:57 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 07:31:58 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 07:31:58 /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' 07:31:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:31:58 Processing triggers for systemd (237-3ubuntu10.47) ... 07:31:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.352s coverage: 92.9% of statements 07:31:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:31:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:31:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:31:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 07:31:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:31:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:31:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:31:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:31:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:31:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.389s coverage: 87.2% of statements 07:31:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:31:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:31:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.151s coverage: 100.0% of statements 07:31:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:31:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.441s coverage: 76.0% of statements 07:31:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:31:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.178s coverage: 80.0% of statements 07:31:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.257s coverage: 87.2% of statements 07:31:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.243s coverage: 85.4% of statements 07:31:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.281s coverage: 91.2% of statements 07:31:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:31:59 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:31:59 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:31:59 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.770s coverage: 64.4% of statements 07:31:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:31:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.164s coverage: 100.0% of statements 07:31:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 91.3% of statements 07:32:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements 07:32:00 Reading package lists... 07:32:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 07:32:00 Reading package lists... 07:32:00 Building dependency tree... 07:32:00 Reading state information... 07:32:00 Calculating upgrade... 07:32:00 The following packages will be upgraded: 07:32:00 advancecomp base-files bash binutils binutils-common 07:32:00 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 07:32:00 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 07:32:00 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 07:32:00 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 07:32:00 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 07:32:00 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 07:32:00 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 07:32:00 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 07:32:00 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 07:32:00 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 07:32:00 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 07:32:00 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 07:32:00 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 07:32:00 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 07:32:00 ubuntu-keyring util-linux 07:32:00 102 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 07:32:00 Need to get 64.1 MB of archives. 07:32:00 After this operation, 5097 kB of additional disk space will be used. 07:32:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-144.148 [1003 kB] 07:32:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:32:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:32:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:32:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:32:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:32:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:32:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 07:32:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 07:32:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:32:01 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:32:01 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 07:32:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 07:32:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 07:32:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 07:32:01 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 07:32:01 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 07:32:01 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 07:32:01 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 07:32:01 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 07:32:01 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 07:32:01 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 07:32:01 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 07:32:01 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 07:32:01 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 07:32:01 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 07:32:01 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 07:32:01 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 07:32:01 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 07:32:01 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 07:32:01 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 07:32:01 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 07:32:01 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 07:32:01 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 07:32:01 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 07:32:01 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 07:32:01 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 07:32:01 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 07:32:01 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 07:32:01 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 07:32:01 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 07:32:01 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 07:32:01 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 07:32:01 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 07:32:01 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 07:32:01 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 07:32:01 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 07:32:01 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 07:32:01 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 07:32:01 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] 07:32:01 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 07:32:01 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 07:32:01 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 07:32:01 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:32:01 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:32:01 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:32:01 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:32:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.112s coverage: 100.0% of statements 07:32:01 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:32:01 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:32:01 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:32:01 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:32:01 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:32:01 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:32:01 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:32:01 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:32:01 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:32:02 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 07:32:02 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 07:32:02 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 07:32:02 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 07:32:02 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 07:32:02 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 07:32:02 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 07:32:02 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 07:32:02 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 07:32:02 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 07:32:02 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 07:32:02 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 07:32:02 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 07:32:02 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 07:32:02 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 07:32:02 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 07:32:02 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 07:32:02 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] 07:32:02 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 07:32:02 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] 07:32:02 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] 07:32:02 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 07:32:02 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 07:32:02 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 07:32:02 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 07:32:02 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 07:32:02 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 07:32:02 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 07:32:02 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 07:32:02 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 07:32:02 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 07:32:02 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 07:32:02 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 07:32:02 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:32:02 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:32:02 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 07:32:03 debconf: delaying package configuration, since apt-utils is not installed 07:32:03 Fetched 64.1 MB in 2s (30.1 MB/s) 07:32:03 (Reading database ... 13914 files and directories currently installed.) 07:32:03 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 07:32:03 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:32:03 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 07:32:03 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:32:03 Preparing to unpack .../2-linux-libc-dev_4.15.0-144.148_amd64.deb ... 07:32:03 Unpacking linux-libc-dev:amd64 (4.15.0-144.148) over (4.15.0-20.21) ... 07:32:03 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:32:03 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:32:03 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:32:03 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:32:03 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:32:03 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:32:04 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:32:04 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:32:04 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:32:04 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:32:04 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:32:04 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:32:04 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:32:04 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:32:04 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 07:32:04 (Reading database ... 13914 files and directories currently installed.) 07:32:04 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:32:04 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 07:32:04 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 07:32:04 (Reading database ... 13914 files and directories currently installed.) 07:32:04 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:32:04 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:32:04 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:32:04 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:32:04 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:32:04 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:32:04 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 07:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.992s coverage: 66.9% of statements 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:32:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:32:04 (Reading database ... 13914 files and directories currently installed.) 07:32:04 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 07:32:04 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:32:05 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 07:32:05 (Reading database ... 13914 files and directories currently installed.) 07:32:05 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 07:32:05 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 07:32:05 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 07:32:05 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 07:32:05 Setting up base-files (10.1ubuntu2.10) ... 07:32:05 Installing new version of config file /etc/issue ... 07:32:05 Installing new version of config file /etc/issue.net ... 07:32:06 Installing new version of config file /etc/lsb-release ... 07:32:06 Installing new version of config file /etc/update-motd.d/50-motd-news ... 07:32:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 07:32:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 07:32:06 Removing obsolete conffile /etc/default/motd-news ... 07:32:06 (Reading database ... 13915 files and directories currently installed.) 07:32:06 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 07:32:06 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 07:32:06 Setting up bash (4.4.18-2ubuntu1.2) ... 07:32:06 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 07:32:06 (Reading database ... 13915 files and directories currently installed.) 07:32:06 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 07:32:06 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 07:32:06 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 07:32:06 (Reading database ... 13915 files and directories currently installed.) 07:32:06 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 07:32:06 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 07:32:06 Setting up tar (1.29b-2ubuntu0.2) ... 07:32:06 (Reading database ... 13915 files and directories currently installed.) 07:32:06 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 07:32:06 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:32:06 Setting up dpkg (1.19.0.5ubuntu2.3) ... 07:32:07 (Reading database ... 13915 files and directories currently installed.) 07:32:07 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 07:32:07 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:32:07 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 07:32:07 (Reading database ... 13915 files and directories currently installed.) 07:32:07 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 07:32:07 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:32:07 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 07:32:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.799s coverage: 43.6% of statements 07:32:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:32:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:32:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.214s coverage: 89.5% of statements 07:32:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:32:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.222s coverage: 84.8% of statements 07:32:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 07:32:07 (Reading database ... 13915 files and directories currently installed.) 07:32:07 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 07:32:07 Unpacking grep (3.1-2build1) over (3.1-2) ... 07:32:07 Setting up grep (3.1-2build1) ... 07:32:07 (Reading database ... 13915 files and directories currently installed.) 07:32:07 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 07:32:07 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:32:07 Setting up login (1:4.5-1ubuntu2) ... 07:32:07 (Reading database ... 13915 files and directories currently installed.) 07:32:07 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 07:32:07 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:32:07 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 07:32:07 (Reading database ... 13915 files and directories currently installed.) 07:32:07 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 07:32:08 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:32:08 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 07:32:08 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:32:08 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 07:32:08 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:32:08 Setting up perl-base (5.26.1-6ubuntu0.5) ... 07:32:09 (Reading database ... 13915 files and directories currently installed.) 07:32:09 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 07:32:09 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:32:09 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:32:09 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:32:09 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:32:09 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:32:09 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 07:32:09 (Reading database ... 13915 files and directories currently installed.) 07:32:09 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 07:32:09 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 07:32:09 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 07:32:09 (Reading database ... 13915 files and directories currently installed.) 07:32:09 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:32:09 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:32:09 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:32:09 (Reading database ... 13915 files and directories currently installed.) 07:32:09 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:32:09 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:32:09 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:32:09 (Reading database ... 13915 files and directories currently installed.) 07:32:09 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:32:09 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:32:10 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:32:10 (Reading database ... 13915 files and directories currently installed.) 07:32:10 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:32:10 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:32:10 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:32:10 (Reading database ... 13915 files and directories currently installed.) 07:32:10 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 07:32:10 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:32:10 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 07:32:10 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:32:10 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 07:32:10 (Reading database ... 13915 files and directories currently installed.) 07:32:10 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 07:32:10 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:32:10 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 07:32:10 (Reading database ... 13915 files and directories currently installed.) 07:32:10 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:32:10 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:32:10 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:32:10 (Reading database ... 13915 files and directories currently installed.) 07:32:10 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:32:10 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:32:10 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 07:32:11 (Reading database ... 13915 files and directories currently installed.) 07:32:11 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:32:11 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:32:11 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 07:32:11 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 07:32:11 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 07:32:11 (Reading database ... 13915 files and directories currently installed.) 07:32:11 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 07:32:11 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:32:12 Setting up libc-bin (2.27-3ubuntu1.4) ... 07:32:12 (Reading database ... 13915 files and directories currently installed.) 07:32:12 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 07:32:12 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:32:12 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 07:32:12 (Reading database ... 13917 files and directories currently installed.) 07:32:12 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 07:32:12 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 07:32:12 Setting up debconf (1.5.66ubuntu1) ... 07:32:12 (Reading database ... 13917 files and directories currently installed.) 07:32:12 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 07:32:12 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:32:12 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 07:32:12 (Reading database ... 13917 files and directories currently installed.) 07:32:12 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 07:32:12 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:32:12 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 07:32:12 (Reading database ... 13917 files and directories currently installed.) 07:32:12 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 07:32:12 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 07:32:12 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 07:32:13 (Reading database ... 13917 files and directories currently installed.) 07:32:13 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 07:32:13 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 07:32:13 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 07:32:13 (Reading database ... 13919 files and directories currently installed.) 07:32:13 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 07:32:13 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 07:32:13 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 07:32:13 (Reading database ... 13923 files and directories currently installed.) 07:32:13 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:32:13 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:32:13 Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... 07:32:13 Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:32:13 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 07:32:13 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:32:13 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 07:32:13 (Reading database ... 13923 files and directories currently installed.) 07:32:13 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 07:32:13 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 07:32:13 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 07:32:13 (Reading database ... 13923 files and directories currently installed.) 07:32:13 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 07:32:13 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 07:32:13 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 07:32:13 (Reading database ... 13923 files and directories currently installed.) 07:32:13 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 07:32:13 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 07:32:14 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 07:32:14 (Reading database ... 13923 files and directories currently installed.) 07:32:14 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 07:32:14 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:32:14 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 07:32:14 (Reading database ... 13923 files and directories currently installed.) 07:32:14 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 07:32:14 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 07:32:14 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 07:32:14 (Reading database ... 13923 files and directories currently installed.) 07:32:14 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 07:32:14 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:32:14 Setting up passwd (1:4.5-1ubuntu2) ... 07:32:14 (Reading database ... 13923 files and directories currently installed.) 07:32:14 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 07:32:14 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:32:14 Setting up gpgv (2.2.4-1ubuntu1.4) ... 07:32:14 (Reading database ... 13923 files and directories currently installed.) 07:32:14 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 07:32:14 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 07:32:14 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 07:32:15 (Reading database ... 13923 files and directories currently installed.) 07:32:15 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 07:32:15 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 07:32:15 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 07:32:15 (Reading database ... 13923 files and directories currently installed.) 07:32:15 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 07:32:15 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 07:32:15 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 07:32:15 (Reading database ... 13923 files and directories currently installed.) 07:32:15 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 07:32:15 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 07:32:15 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 07:32:15 (Reading database ... 13923 files and directories currently installed.) 07:32:15 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 07:32:15 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 07:32:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.253s coverage: 19.3% of statements 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:32:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.534s coverage: 91.9% of statements 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 07:32:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.219s coverage: 62.7% of statements 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:32:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.434s coverage: 97.6% of statements 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 07:32:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.150s coverage: 28.9% of statements 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 07:32:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:32:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.173s coverage: 100.0% of statements 07:32:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 95.4% of statements 07:32:15 GO111MODULE=on go vet ./... 07:32:15 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 07:32:15 (Reading database ... 13923 files and directories currently installed.) 07:32:15 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 07:32:15 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 07:32:15 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 07:32:15 (Reading database ... 13923 files and directories currently installed.) 07:32:15 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 07:32:15 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 07:32:16 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 07:32:16 (Reading database ... 13923 files and directories currently installed.) 07:32:16 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 07:32:16 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 07:32:16 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 07:32:16 (Reading database ... 13924 files and directories currently installed.) 07:32:16 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:32:16 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:32:16 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:32:16 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:32:16 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 07:32:16 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 07:32:16 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 07:32:16 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 07:32:16 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 07:32:16 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 07:32:16 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 07:32:16 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 07:32:16 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 07:32:16 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 07:32:16 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 07:32:16 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 07:32:16 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 07:32:16 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 07:32:16 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 07:32:16 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 07:32:16 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 07:32:16 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 07:32:17 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 07:32:17 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 07:32:17 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 07:32:17 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 07:32:17 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 07:32:17 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 07:32:17 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:32:17 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:32:17 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:32:17 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:32:17 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:32:17 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:32:17 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:32:17 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:32:17 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:32:17 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:32:18 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:32:18 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:32:18 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:32:18 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:32:18 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:32:18 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:32:19 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:32:19 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:32:22 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:32:22 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:32:22 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:32:22 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:32:22 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:32:22 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:32:22 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:32:22 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:32:22 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:32:22 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:32:22 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 07:32:22 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:32:22 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 07:32:22 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:32:22 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:32:22 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 07:32:22 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:32:22 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:32:22 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:32:22 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:32:22 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 07:32:22 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 07:32:22 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:32:22 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 07:32:22 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:32:22 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:32:22 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:32:22 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 07:32:22 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 07:32:22 Setting up tzdata (2021a-0ubuntu0.18.04) ... 07:32:22 07:32:22 Current default time zone: 'Etc/UTC' 07:32:22 Local time is now: Wed Jun 16 07:32:21 UTC 2021. 07:32:22 Universal Time is now: Wed Jun 16 07:32:21 UTC 2021. 07:32:22 Run 'dpkg-reconfigure tzdata' if you wish to change it. 07:32:22 07:32:22 Setting up systemd-sysv (237-3ubuntu10.47) ... 07:32:22 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:32:22 Setting up linux-libc-dev:amd64 (4.15.0-144.148) ... 07:32:22 Setting up mount (2.31.1-0.4ubuntu3.7) ... 07:32:22 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 07:32:22 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 07:32:22 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 07:32:22 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 07:32:22 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 07:32:22 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 07:32:22 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:32:22 Setting up procps (2:3.3.12-3ubuntu1.2) ... 07:32:22 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:32:22 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 07:32:22 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:32:22 Setting up patch (2.7.6-2ubuntu1.1) ... 07:32:22 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 07:32:22 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 07:32:22 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 07:32:22 Installing new version of config file /etc/ssl/openssl.cnf ... 07:32:22 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 07:32:22 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 07:32:22 Setting up ca-certificates (20210119~18.04.1) ... 07:32:24 Updating certificates in /etc/ssl/certs... 07:32:24 23 added, 27 removed; done. 07:32:24 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 07:32:24 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:32:24 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 07:32:24 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 07:32:24 Setting up pkgbinarymangler (138.18.04.1) ... 07:32:24 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:32:24 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 07:32:24 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:32:24 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:32:24 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:32:24 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:32:24 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:32:24 Setting up perl (5.26.1-6ubuntu0.5) ... 07:32:24 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 07:32:24 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 07:32:24 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:32:24 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 07:32:24 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:32:24 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 07:32:24 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 07:32:24 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 07:32:24 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 07:32:24 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:32:24 Processing triggers for systemd (237-3ubuntu10.47) ... 07:32:24 Processing triggers for mime-support (3.60ubuntu1) ... 07:32:24 Processing triggers for ca-certificates (20210119~18.04.1) ... 07:32:25 Updating certificates in /etc/ssl/certs... 07:32:25 0 added, 0 removed; done. 07:32:25 Running hooks in /etc/ca-certificates/update.d... 07:32:25 done. 07:32:26 Reading package lists... 07:32:26 Building dependency tree... 07:32:26 Reading state information... 07:32:26 The following NEW packages will be installed: 07:32:26 apt-transport-https 07:32:26 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 07:32:26 Need to get 1692 B of archives. 07:32:26 After this operation, 154 kB of additional disk space will be used. 07:32:26 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 07:32:26 debconf: delaying package configuration, since apt-utils is not installed 07:32:26 Fetched 1692 B in 0s (9453 B/s) 07:32:26 Selecting previously unselected package apt-transport-https. 07:32:26 (Reading database ... 13929 files and directories currently installed.) 07:32:26 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 07:32:26 Unpacking apt-transport-https (1.6.13) ... 07:32:26 Setting up apt-transport-https (1.6.13) ... 07:32:27 Waiting for network to be ready... 07:32:39 2021-06-16T07:32:30Z INFO Waiting for automatic snapd restart... 07:32:39 snapd 2.51 from Canonical* installed 07:32:39 "snapd" switched to the "latest/stable" channel 07:32:39 07:32:42 core18 20210507 from Canonical* installed 07:32:42 "core18" switched to the "latest/stable" channel 07:32:42 07:32:45 snapcraft 4.8.1 from Canonical* installed 07:32:45 "snapcraft" switched to the "latest/stable" channel 07:32:45 07:32:50 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: 07:32:50 - README.md 07:32:50 07:32:50 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:32:50 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:32:50 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:32:50 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:32:51 Reading package lists... 07:32:51 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 07:32:51 Reading package lists... 07:32:52 Building dependency tree... 07:32:52 Reading state information... 07:32:52 Suggested packages: 07:32:52 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:32:52 git-gui gitk gitweb git-cvs git-mediawiki git-svn 07:32:52 Recommended packages: 07:32:52 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 07:32:52 The following NEW packages will be installed: 07:32:52 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 07:32:52 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 07:32:52 pkg-config zip 07:32:52 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 07:32:52 Need to get 7663 kB of archives. 07:32:52 After this operation, 43.8 MB of additional disk space will be used. 07:32:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 07:32:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 07:32:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 07:32:52 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 07:32:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 07:32:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 07:32:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 07:32:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 07:32:52 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 07:32:52 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:32:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 07:32:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 07:32:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 07:32:52 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 07:32:52 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 07:32:53 debconf: delaying package configuration, since apt-utils is not installed 07:32:53 Fetched 7663 kB in 1s (9426 kB/s) 07:32:53 Selecting previously unselected package libglib2.0-0:amd64. 07:32:53 (Reading database ... 13933 files and directories currently installed.) 07:32:53 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 07:32:53 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 07:32:53 Selecting previously unselected package libpsl5:amd64. 07:32:53 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 07:32:53 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 07:32:53 Selecting previously unselected package libnghttp2-14:amd64. 07:32:53 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 07:32:53 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:32:53 Selecting previously unselected package librtmp1:amd64. 07:32:53 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 07:32:53 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:32:53 Selecting previously unselected package libcurl3-gnutls:amd64. 07:32:53 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 07:32:53 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 07:32:53 Selecting previously unselected package liberror-perl. 07:32:53 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 07:32:53 Unpacking liberror-perl (0.17025-1) ... 07:32:53 Selecting previously unselected package git-man. 07:32:53 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 07:32:53 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 07:32:53 Selecting previously unselected package git. 07:32:53 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 07:32:53 Unpacking git (1:2.17.1-1ubuntu0.8) ... 07:32:54 Selecting previously unselected package libnorm1:amd64. 07:32:54 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 07:32:54 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:32:54 Selecting previously unselected package libpgm-5.2-0:amd64. 07:32:54 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 07:32:54 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:32:54 Selecting previously unselected package libsodium23:amd64. 07:32:54 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 07:32:54 Unpacking libsodium23:amd64 (1.0.16-2) ... 07:32:54 Selecting previously unselected package libzmq5:amd64. 07:32:54 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 07:32:54 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:32:54 Selecting previously unselected package libzmq3-dev:amd64. 07:32:54 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 07:32:54 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:32:54 Selecting previously unselected package pkg-config. 07:32:54 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 07:32:54 Unpacking pkg-config (0.29.1-0ubuntu2) ... 07:32:54 Selecting previously unselected package zip. 07:32:54 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 07:32:54 Unpacking zip (3.0-11build1) ... 07:32:54 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:32:54 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 07:32:54 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:32:54 Setting up liberror-perl (0.17025-1) ... 07:32:54 Setting up libpsl5:amd64 (0.19.1-5build1) ... 07:32:54 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 07:32:54 No schema files found: doing nothing. 07:32:54 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:32:54 Setting up zip (3.0-11build1) ... 07:32:54 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:32:54 Setting up libsodium23:amd64 (1.0.16-2) ... 07:32:54 Setting up pkg-config (0.29.1-0ubuntu2) ... 07:32:54 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:32:54 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 07:32:54 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:32:54 Setting up git (1:2.17.1-1ubuntu0.8) ... 07:32:54 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:32:55 git set to automatically installed. 07:32:55 git-man set to automatically installed. 07:32:55 libcurl3-gnutls set to automatically installed. 07:32:55 liberror-perl set to automatically installed. 07:32:55 libglib2.0-0 set to automatically installed. 07:32:55 libnghttp2-14 set to automatically installed. 07:32:55 libnorm1 set to automatically installed. 07:32:55 libpgm-5.2-0 set to automatically installed. 07:32:55 libpsl5 set to automatically installed. 07:32:55 librtmp1 set to automatically installed. 07:32:55 libsodium23 set to automatically installed. 07:32:55 libzmq3-dev set to automatically installed. 07:32:55 libzmq5 set to automatically installed. 07:32:55 pkg-config set to automatically installed. 07:32:55 zip set to automatically installed. 07:32:59 snapd is not logged in, snap install commands will use sudo 07:33:02 snap "core18" has no updates available 07:33:03 snapd is not logged in, snap install commands will use sudo 07:33:15 go (1.16/stable) 1.16.5 from Michael Hudson-Doyle (mwhudson) installed 07:33:15 Downloading snap 'edgex-app-service-configurable' 07:33:18 2021/06/16 07:33:17.904931 store_download.go:482: Download size for https://api.snapcraft.io/api/v1/snaps/download/wW8JyHIizgTdIP8m6nZjdtvUCj5wEeoL_557.snap: 7307264 07:33:39 gofmt -l . 07:33:39 [ "`gofmt -l .`" = "" ] 07:33:39 ./bin/test-attribution-txt.sh [Pipeline] sh 07:33:40 + ls -al . 07:33:40 total 544 07:33:40 drwxrwxr-x 9 1001 1001 4096 Jun 16 07:33 . 07:33:40 drwxr-xr-x 4 root root 4096 Jun 16 07:29 .. 07:33:40 -rw-rw-r-- 1 1001 1001 11 Jun 16 07:27 .dockerignore 07:33:40 drwxrwxr-x 8 1001 1001 4096 Jun 16 07:27 .git 07:33:40 drwxrwxr-x 3 1001 1001 4096 Jun 16 07:27 .github 07:33:40 -rw-rw-r-- 1 1001 1001 818 Jun 16 07:27 .gitignore 07:33:40 -rw-rw-r-- 1 1001 1001 166 Jun 16 07:27 .sonarcloud.properties 07:33:40 -rw-rw-r-- 1 1001 1001 8609 Jun 16 07:27 Attribution.txt 07:33:40 -rw-rw-r-- 1 1001 1001 3804 Jun 16 07:27 CONTRIBUTING.md 07:33:40 -rw-rw-r-- 1 1001 1001 931 Jun 16 07:27 Dockerfile.build 07:33:40 -rw-rw-r-- 1 1001 1001 849 Jun 16 07:27 Jenkinsfile 07:33:40 -rw-rw-r-- 1 1001 1001 10775 Jun 16 07:27 LICENSE 07:33:40 -rw-rw-r-- 1 1001 1001 5605 Jun 16 07:27 Makefile 07:33:40 -rw-rw-r-- 1 1001 1001 7905 Jun 16 07:27 README.md 07:33:40 -rw-rw-r-- 1 1001 1001 7071 Jun 16 07:27 SECURITY.md 07:33:40 -rw-rw-r-- 1 1001 1001 5 Jun 16 07:23 VERSION 07:33:40 -rw-rw-r-- 1 1001 1001 4131 Jun 16 07:27 ZMQWindows.md 07:33:40 drwxrwxr-x 2 1001 1001 4096 Jun 16 07:27 bin 07:33:40 drwxrwxr-x 14 1001 1001 4096 Jun 16 07:27 cmd 07:33:40 -rw-r--r-- 1 root root 398195 Jun 16 07:32 coverage.out 07:33:40 -rw-rw-r-- 1 1001 1001 841 Jun 16 07:27 go.mod 07:33:40 -rw-r--r-- 1 root root 20934 Jun 16 07:29 go.sum 07:33:40 drwxrwxr-x 7 1001 1001 4096 Jun 16 07:27 internal 07:33:40 drwxrwxr-x 3 1001 1001 4096 Jun 16 07:27 openapi 07:33:40 drwxrwxr-x 4 1001 1001 4096 Jun 16 07:27 snap 07:33:40 -rw-rw-r-- 1 1001 1001 168 Jun 16 07:27 version.go [Pipeline] sh 07:33:41 + '[' -e coverage.out ] 07:33:41 + chown 1001:1001 coverage.out [Pipeline] stash 07:33:41 Warning: overwriting stash ‘coverage-report’ 07:33:41 Stashed 1 file(s) [Pipeline] sh 07:33:42 + make build 07:33:42 go mod tidy 07:33:43 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 07:33:49 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 07:34:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:34: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 07:34:16 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 07:34:17 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 07:34:20 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 07:34:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:34:27 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 07:34:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:34:34 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 07:34: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] } 07:34:43 $ docker stop --time=1 fecc3f7667fae66830869c4c8d1f9c895e47db18818a8162cc5c0bfe56d77078 07:34:45 $ docker rm -f fecc3f7667fae66830869c4c8d1f9c895e47db18818a8162cc5c0bfe56d77078 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:34:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:34:47 07:34:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:34:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:34:48 latest: Pulling from edgex-devops/edgex-compose-arm64 07:34:48 29e5d40040c1: Pulling fs layer 07:34:48 1ce36da41761: Pulling fs layer 07:34:48 25b303627fd3: Pulling fs layer 07:34:48 29e5d40040c1: Verifying Checksum 07:34:48 29e5d40040c1: Download complete 07:34:49 1ce36da41761: Verifying Checksum 07:34:49 1ce36da41761: Download complete 07:34:49 29e5d40040c1: Pull complete 07:34:50 1ce36da41761: Pull complete 07:34:50 25b303627fd3: Verifying Checksum 07:34:50 25b303627fd3: Download complete 07:35:01 25b303627fd3: Pull complete 07:35:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:35:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:35:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:35:01 prd-ubuntu18.04-docker-arm64-4c-16g-1679 does not seem to be running inside a container 07:35:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:35:04 $ docker top 30356b08a2e63690d7bd24d3c68ab8627ad29e8b1f0767609388627488e18807 -eo pid,comm [Pipeline] { [Pipeline] sh 07:35:05 + docker-compose build --help 07:35:05 + grep parallel 07:35:09 --parallel Build images in parallel. [Pipeline] } 07:35:09 $ docker stop --time=1 30356b08a2e63690d7bd24d3c68ab8627ad29e8b1f0767609388627488e18807 07:35:11 $ docker rm -f 30356b08a2e63690d7bd24d3c68ab8627ad29e8b1f0767609388627488e18807 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:35:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:35:11 . [Pipeline] withDockerContainer 07:35:12 prd-ubuntu18.04-docker-arm64-4c-16g-1679 does not seem to be running inside a container 07:35: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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-devops/edgex-compose-arm64:latest cat 07:35:14 $ docker top 411caaa88eec8bab430b53ec359b877f5d24a420c1029512a29e8171ec0a3f0c -eo pid,comm [Pipeline] { [Pipeline] sh 07:35:15 + docker-compose -f ./docker-compose-build.yml build --parallel 07:35:18 Building core-command ... 07:35:18 Building core-data ... 07:35:18 Building core-metadata ... 07:35:18 Building security-bootstrapper ... 07:35:18 Building security-proxy-setup ... 07:35:18 Building security-secretstore-setup ... 07:35:18 Building support-notifications ... 07:35:18 Building support-scheduler ... 07:35:18 Building sys-mgmt-agent ... 07:35:18 Building core-command 07:35:18 Building support-scheduler 07:35:18 Building security-proxy-setup 07:35:18 Building sys-mgmt-agent 07:35:18 Building security-secretstore-setup 07:36:26 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:36:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:36:26 ---> c9c7fb42211a 07:36:26 Step 3/22 : WORKDIR /edgex-go 07:36:26 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:36:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:36:26 ---> c9c7fb42211a 07:36:26 Step 3/24 : WORKDIR /edgex-go 07:36:26 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:36:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:36:26 ---> c9c7fb42211a 07:36:26 Step 3/23 : WORKDIR /edgex-go 07:36:26 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:36:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:36:26 ---> c9c7fb42211a 07:36:26 Step 3/26 : WORKDIR /edgex-go 07:36:26 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:36:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:36:26 ---> c9c7fb42211a 07:36:26 Step 3/24 : WORKDIR /edgex-go 07:36:27 ---> Running in 9b743e3a8db3 07:36:27 ---> Running in aab0e0793e33 07:36:27 ---> Running in 8453d934cb22 07:36:27 ---> Running in 0ee20e9d2dd7 07:36:27 ---> Running in cdde6dc95569 07:36:27 Removing intermediate container 8453d934cb22 07:36:27 ---> 1e9b8aea8d0d 07:36:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:27 Removing intermediate container cdde6dc95569 07:36:27 ---> b6073b1c21ee 07:36:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:27 Removing intermediate container 0ee20e9d2dd7 07:36:27 ---> 26c249842653 07:36:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:27 ---> Running in 01cece51e620 07:36:27 Removing intermediate container 9b743e3a8db3 07:36:27 ---> f96c2ed10fe1 07:36:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:27 Removing intermediate container aab0e0793e33 07:36:27 ---> d0f7d4c3349e 07:36:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:28 ---> Running in 030a952de003 07:36:28 ---> Running in 7d9f4e6780fe 07:36:28 ---> Running in 407f33b0c76c 07:36:28 ---> Running in 1f32ade7cde5 07:36:31 Removing intermediate container 01cece51e620 07:36:31 ---> d59aac3bad10 07:36:31 Step 5/23 : RUN apk add --update --no-cache make git 07:36:31 ---> Running in 148c39b45b57 07:36:31 Removing intermediate container 030a952de003 07:36:31 ---> 26c371c96dda 07:36:31 Step 5/22 : RUN apk add --update --no-cache make git 07:36:32 Removing intermediate container 7d9f4e6780fe 07:36:32 ---> 8644698d9561 07:36:32 Step 5/26 : RUN apk add --update --no-cache make git 07:36:32 ---> Running in 3c234ba092c8 07:36:32 Removing intermediate container 407f33b0c76c 07:36:32 ---> 6c9c03a9b35b 07:36:32 Step 5/24 : RUN apk add --update --no-cache make bash git 07:36:32 ---> Running in 83ade55d2ca1 07:36:32 Removing intermediate container 1f32ade7cde5 07:36:32 ---> 917f350bb480 07:36:32 Step 5/24 : RUN apk add --update --no-cache make git 07:36:32 ---> Running in bb4c4bcebb61 07:36:32 ---> Running in c6cf2d0aab79 07:36:33 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:36:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:36:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:36:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:36:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:36:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:36:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:36:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:36:35 OK: 218 MiB in 52 packages 07:36:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:36:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:36:36 OK: 218 MiB in 52 packages 07:36:37 OK: 218 MiB in 52 packages 07:36:37 OK: 218 MiB in 52 packages 07:36:37 OK: 218 MiB in 52 packages 07:36:37 Removing intermediate container 148c39b45b57 07:36:37 ---> ead76f83036b 07:36:37 Step 6/23 : COPY go.mod . 07:36:39 Removing intermediate container 83ade55d2ca1 07:36:39 ---> 83a55ebfffcc 07:36:39 Step 6/26 : COPY go.mod . 07:36:39 Removing intermediate container 3c234ba092c8 07:36:39 ---> 1e0d4252a275 07:36:39 Step 6/22 : COPY go.mod . 07:36:39 ---> fc27d40c9ed8 07:36:39 Step 7/23 : RUN go mod download 07:36:39 Removing intermediate container bb4c4bcebb61 07:36:39 ---> aa36b532ba01 07:36:39 Step 6/24 : COPY go.mod . 07:36:39 Removing intermediate container c6cf2d0aab79 07:36:39 ---> 8a3acfaf9b59 07:36:39 Step 6/24 : COPY go.mod . 07:36:39 ---> Running in 75a27b5d7844 07:36:40 ---> 38f87357d3b5 07:36:40 Step 7/26 : RUN go mod download 07:36:40 ---> Running in 227e27c7ec86 07:36:40 ---> d91e38d1c890 07:36:40 Step 7/22 : RUN go mod download 07:36:40 ---> 1bd1c356e7af 07:36:40 Step 7/24 : RUN go mod download 07:36:41 ---> Running in 55b8bda2382d 07:36:41 ---> Running in 6cfcae51a903 07:36:41 ---> 7d16019f1764 07:36:41 Step 7/24 : RUN go mod download 07:36:41 ---> Running in f0dacf63fa42 07:36:43 Removing intermediate container 75a27b5d7844 07:36:43 ---> 6762fa1daeb3 07:36:43 Step 8/23 : COPY . . 07:36:45 Removing intermediate container 227e27c7ec86 07:36:45 ---> 0013b5005c71 07:36:45 Step 8/26 : COPY . . 07:36:45 Removing intermediate container 55b8bda2382d 07:36:45 ---> cefcad33d182 07:36:45 Step 8/22 : COPY . . 07:36:46 Removing intermediate container 6cfcae51a903 07:36:46 ---> 9ebc3696b587 07:36:46 Step 8/24 : COPY . . 07:36:46 Removing intermediate container f0dacf63fa42 07:36:46 ---> 5c575dc21314 07:36:46 Step 8/24 : COPY . . 07:37:09 ---> c67cfa19ab99 07:37:09 Step 9/26 : RUN go mod tidy 07:37:09 ---> 76f56b857d7b 07:37:09 Step 9/23 : RUN go mod tidy 07:37:09 ---> 70506af2e9e1 07:37:09 Step 9/22 : RUN go mod tidy 07:37:09 ---> d536eadb241c 07:37:09 Step 9/24 : RUN go mod tidy 07:37:09 ---> cbbff53376eb 07:37:09 Step 9/24 : RUN go mod tidy 07:37:09 ---> Running in 5515bccd8bc1 07:37:09 ---> Running in d95c90fbe7d2 07:37:09 ---> Running in f090d927df6f 07:37:09 ---> Running in a7a44fab1a0b 07:37:09 ---> Running in 9b23c3c420bd 07:37:16 Removing intermediate container 5515bccd8bc1 07:37:16 ---> 26ba9a5833ca 07:37:16 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:37:16 ---> Running in 7ee91ab39c3e 07:37:16 Removing intermediate container f090d927df6f 07:37:16 ---> 90cccf03ed51 07:37:16 Step 10/24 : RUN make cmd/core-command/core-command 07:37:16 Removing intermediate container a7a44fab1a0b 07:37:16 ---> d43419f08f26 07:37:16 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:37:16 ---> Running in 525cf85c6822 07:37:17 ---> Running in 4054fef511be 07:37:17 Removing intermediate container d95c90fbe7d2 07:37:17 ---> 0a9f026e83c3 07:37:17 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 07:37:17 Removing intermediate container 9b23c3c420bd 07:37:17 ---> cbbd913df6b1 07:37:17 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:37:17 ---> Running in 07432b077daa 07:37:17 ---> Running in b419e87ef6db 07:37:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:37:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:37:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:37:19 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 07:37:20 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 07:37:24 Pulling app-service-config 07:37:24 + snapcraftctl pull 07:37:24 Pulling config-common 07:37:24 + snapcraftctl pull 07:37:24 Pulling go-build-helper 07:37:24 + snapcraftctl pull 07:37:24 'edgex-go' has dependencies that need to be staged: go-build-helper 07:37:24 Skipping pull go-build-helper (already ran) 07:37:24 Building go-build-helper 07:37:24 + snapcraftctl build 07:37:24 Staging go-build-helper 07:37:24 + snapcraftctl stage 07:37:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:37:34 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:37:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1753 kB] 07:37:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [326 kB] 07:37:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 07:37:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 07:37:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [347 kB] 07:37:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [46.3 kB] 07:37:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1128 kB] 07:37:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [255 kB] 07:37:34 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:37:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:37:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:37:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:37:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:37:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:37:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:37:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:37:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:37:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2099 kB] 07:37:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [417 kB] 07:37:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] 07:37:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] 07:37:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [370 kB] 07:37:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [50.1 kB] 07:37:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1736 kB] 07:37:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [370 kB] 07:37:34 Fetched 24.7 MB in 0s (0 B/s) 07:37:34 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:37:34 Fetched 224 kB in 0s (0 B/s) 07:37:34 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:37:34 Fetched 157 kB in 0s (0 B/s) 07:37:34 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:37:34 Fetched 221 kB in 0s (0 B/s) 07:37:34 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:37:34 Fetched 143 kB in 0s (0 B/s) 07:37:34 Pulling edgex-go 07:37:34 + snapcraftctl pull 07:37:49 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:37:49 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:37:49 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:37:49 Fetched 0 B in 0s (0 B/s) 07:37:49 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 07:37:49 Fetched 96.5 kB in 0s (0 B/s) 07:37:49 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 07:37:49 Fetched 279 kB in 0s (0 B/s) 07:37:49 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 07:37:49 Fetched 122 kB in 0s (0 B/s) 07:37:49 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 07:37:49 Fetched 77.8 kB in 0s (0 B/s) 07:37:49 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 07:37:49 Fetched 8848 B in 0s (0 B/s) 07:37:49 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 07:37:49 Fetched 47.8 kB in 0s (0 B/s) 07:37:49 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 07:37:49 Fetched 45.6 kB in 0s (0 B/s) 07:37:49 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 07:37:49 Fetched 15.0 kB in 0s (0 B/s) 07:37:49 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 07:37:49 Fetched 219 kB in 0s (0 B/s) 07:37:49 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 07:37:49 Fetched 154 kB in 0s (0 B/s) 07:37:49 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 07:37:49 Fetched 50.6 kB in 0s (0 B/s) 07:37:49 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 07:37:49 Fetched 14.8 kB in 0s (0 B/s) 07:37:49 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 07:37:49 Fetched 41.8 kB in 0s (0 B/s) 07:37:49 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 07:37:49 Fetched 499 kB in 0s (0 B/s) 07:37:49 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 07:37:49 Fetched 111 kB in 0s (0 B/s) 07:37:49 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 07:37:49 Fetched 240 kB in 0s (0 B/s) 07:37:49 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 07:37:49 Fetched 29.3 kB in 0s (0 B/s) 07:37:49 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 07:37:49 Fetched 85.5 kB in 0s (0 B/s) 07:37:49 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 07:37:49 Fetched 24.5 kB in 0s (0 B/s) 07:37:49 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 07:37:49 Fetched 49.2 kB in 0s (0 B/s) 07:37:49 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 07:37:49 Fetched 54.2 kB in 0s (0 B/s) 07:37:49 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 07:37:49 Fetched 30.8 kB in 0s (0 B/s) 07:37:49 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 07:37:49 Fetched 15.8 kB in 0s (0 B/s) 07:37:49 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 07:37:49 Fetched 85.9 kB in 0s (0 B/s) 07:37:49 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 07:37:49 Fetched 8720 B in 0s (0 B/s) 07:37:49 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 07:37:49 Fetched 137 kB in 0s (0 B/s) 07:37:49 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 07:37:49 Fetched 119 kB in 0s (0 B/s) 07:37:49 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 07:37:49 Fetched 110 kB in 0s (0 B/s) 07:37:49 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 07:37:49 Fetched 11.1 kB in 0s (0 B/s) 07:37:49 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 07:37:49 Fetched 645 kB in 0s (0 B/s) 07:37:49 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 07:37:49 Fetched 41.3 kB in 0s (0 B/s) 07:37:49 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 07:37:49 Fetched 17.9 kB in 0s (0 B/s) 07:37:49 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 07:37:49 Fetched 368 kB in 0s (0 B/s) 07:37:49 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 07:37:49 Fetched 187 kB in 0s (0 B/s) 07:37:49 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 07:37:49 Fetched 175 kB in 0s (0 B/s) 07:37:49 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 07:37:49 Fetched 206 kB in 0s (0 B/s) 07:37:49 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 07:37:49 Fetched 1301 kB in 0s (0 B/s) 07:37:49 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 07:37:49 Fetched 36.2 kB in 0s (0 B/s) 07:37:49 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 07:37:49 Fetched 159 kB in 0s (0 B/s) 07:37:49 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 07:37:49 Fetched 107 kB in 0s (0 B/s) 07:37:49 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 07:37:49 Fetched 48.7 kB in 0s (0 B/s) 07:37:49 Pulling static-packages 07:37:49 + snapcraftctl pull 07:37:49 Pulling version 07:37:49 + cd /root/project 07:37:49 + + git describe --tags --abbrev=0 07:37:49 sed s/v// 07:37:49 + GIT_VERSION=2.0.0-dev.266 07:37:49 + [ -z 2.0.0-dev.266 ] 07:37:49 + snapcraftctl set-version 2.0.0-dev.266 07:37:50 Building app-service-config 07:37:50 + snapcraftctl build 07:37:51 Building config-common 07:37:51 + snapcraftctl build 07:37:53 Skipping build go-build-helper (already ran) 07:37:54 Building edgex-go 07:37:54 + cd /root/parts/edgex-go/src 07:37:54 + make build 07:37:54 go mod tidy 07:37:56 go: downloading github.com/gorilla/mux v1.8.0 07:37:56 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.66 07:37:56 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.100 07:37:56 go: downloading github.com/stretchr/testify v1.7.0 07:37:56 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.16 07:37:56 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 07:37:56 go: downloading github.com/google/uuid v1.2.0 07:37:56 go: downloading gopkg.in/yaml.v2 v2.4.0 07:37:56 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 07:37:56 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:37:56 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.26 07:37:56 go: downloading github.com/lib/pq v1.10.2 07:37:56 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:37:56 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 07:37:56 go: downloading github.com/pelletier/go-toml v1.9.2 07:37:57 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.8 07:37:57 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 07:37:57 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.10 07:37:58 go: downloading github.com/davecgh/go-spew v1.1.1 07:37:58 go: downloading github.com/pmezard/go-difflib v1.0.0 07:37:58 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 07:37:58 go: downloading github.com/go-playground/validator/v10 v10.6.1 07:37:58 go: downloading github.com/go-kit/kit v0.9.0 07:37:58 go: downloading github.com/stretchr/objx v0.1.0 07:37:58 go: downloading github.com/x448/float16 v0.8.4 07:37:58 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:37:58 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 07:37:58 go: downloading github.com/go-redis/redis/v7 v7.3.0 07:37:58 go: downloading github.com/pebbe/zmq4 v1.2.7 07:37:58 go: downloading github.com/go-playground/universal-translator v0.17.0 07:37:58 go: downloading github.com/leodido/go-urn v1.2.0 07:37:58 go: downloading golang.org/x/text v0.3.2 07:37:58 go: downloading github.com/go-playground/assert/v2 v2.0.1 07:37:58 go: downloading github.com/go-playground/locales v0.13.0 07:37:58 go: downloading github.com/kr/pretty v0.2.0 07:37:58 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:37:58 go: downloading github.com/go-stack/stack v1.8.0 07:37:58 go: downloading github.com/hashicorp/consul/api v1.8.1 07:37:58 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:37:58 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 07:37:58 go: downloading github.com/gorilla/websocket v1.4.2 07:37:58 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 07:37:58 go: downloading github.com/onsi/ginkgo v1.10.1 07:37:59 go: downloading github.com/onsi/gomega v1.7.0 07:37:59 go: downloading github.com/kr/text v0.1.0 07:37:59 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:37:59 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:37:59 go: downloading github.com/hashicorp/go-hclog v0.12.0 07:37:59 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 07:37:59 go: downloading github.com/hashicorp/serf v0.9.5 07:37:59 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:37:59 go: downloading github.com/hashicorp/consul/sdk v0.7.0 07:37:59 go: downloading github.com/hashicorp/go-uuid v1.0.1 07:37:59 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:37:59 go: downloading github.com/mitchellh/copystructure v1.0.0 07:37:59 go: downloading github.com/fatih/color v1.9.0 07:37:59 go: downloading github.com/mattn/go-colorable v0.1.6 07:37:59 go: downloading github.com/mattn/go-isatty v0.0.12 07:37:59 go: downloading github.com/mitchellh/go-homedir v1.1.0 07:37:59 go: downloading github.com/pkg/errors v0.8.1 07:37:59 go: downloading github.com/hpcloud/tail v1.0.0 07:37:59 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:37:59 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:37:59 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 07:37:59 go: downloading github.com/hashicorp/go-msgpack v0.5.3 07:37:59 go: downloading github.com/hashicorp/memberlist v0.2.2 07:37:59 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 07:37:59 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:37:59 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:37:59 go: downloading gopkg.in/fsnotify.v1 v1.4.7 07:37:59 go: downloading github.com/hashicorp/golang-lru v0.5.0 07:37:59 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:37:59 go: downloading github.com/hashicorp/go-multierror v1.1.0 07:37:59 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 07:37:59 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:37:59 go: downloading github.com/miekg/dns v1.1.26 07:37:59 go: downloading github.com/hashicorp/errwrap v1.0.0 07:37:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:38:09 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 07:38:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:38:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:38:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:38:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:38: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 07:38:17 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 07:38:18 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 07:38:19 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 07:38:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:38:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:38:23 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 07:38:23 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 07:38:23 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 07:38:23 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 07:38:23 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 07:38:23 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 07:38:23 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 07:38:23 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 07:38:23 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 07:38:23 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 07:38:23 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 07:38:23 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 07:38:23 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 07:38:23 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 07:38:23 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 07:38:23 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 07:38:23 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 07:38:23 + 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 07:38:23 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 07:38:23 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 07:38:23 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 07:38:23 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 07:38:23 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 07:38:23 + 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 07:38:23 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 07:38:23 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 07:38:23 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 07:38:26 Building static-packages 07:38:26 + snapcraftctl build 07:38:28 Building version 07:38:28 + snapcraftctl build 07:38:30 Staging app-service-config 07:38:30 + snapcraftctl stage 07:38:31 Staging config-common 07:38:31 + snapcraftctl stage 07:38:32 Skipping stage go-build-helper (already ran) 07:38:32 Staging edgex-go 07:38:32 + snapcraftctl stage 07:38:33 Staging static-packages 07:38:33 + snapcraftctl stage 07:38:34 Staging version 07:38:34 + snapcraftctl stage 07:38:35 Priming app-service-config 07:38:35 + snapcraftctl prime 07:38:37 Priming config-common 07:38:37 + snapcraftctl prime 07:38:38 Priming go-build-helper 07:38:38 + snapcraftctl prime 07:38:39 Priming edgex-go 07:38:39 + snapcraftctl prime 07:38:40 Priming static-packages 07:38:40 + snapcraftctl prime 07:38:43 Priming version 07:38:43 + snapcraftctl prime 07:38:44 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] } 07:39:13 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 07:39:13 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 07:39:13 Removing intermediate container 525cf85c6822 07:39:13 ---> b8c28a9a2803 07:39:13 07:39:13 Step 11/24 : FROM alpine:3.12 07:39:13 3.12: Pulling from library/alpine 07:39:13 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:39:13 Status: Downloaded newer image for alpine:3.12 07:39:13 ---> 9852663dfa18 07:39:13 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:39:13 ---> Running in 8ce304080083 07:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:39:13 Removing intermediate container b419e87ef6db 07:39:13 ---> 7c5381b8662d 07:39:13 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:39:13 (1/1) Installing dumb-init (1.2.2-r1) 07:39:13 Executing busybox-1.31.1-r20.trigger 07:39:13 OK: 5 MiB in 15 packages 07:39:13 ---> Running in c8f86e0a790a 07:39:13 Removing intermediate container 7ee91ab39c3e 07:39:13 ---> a953ac9ecacb 07:39:13 07:39:13 Step 11/26 : FROM alpine:3.12 07:39:13 ---> 9852663dfa18 07:39:13 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 07:39:13 Removing intermediate container 07432b077daa 07:39:13 ---> f17544dfddba 07:39:13 07:39:13 Step 11/23 : FROM alpine:3.12 07:39:13 ---> 9852663dfa18 07:39:13 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:39:13 ---> Running in 7df1cf2c1834 07:39:14 ---> Running in 2416b3d13afa 07:39:14 Removing intermediate container 4054fef511be 07:39:14 ---> 20659e190c51 07:39:14 07:39:14 Step 11/22 : FROM alpine:3.12 07:39:14 ---> 9852663dfa18 07:39:14 Step 12/22 : RUN apk add --update --no-cache curl 07:39:14 ---> Running in 337f1fb3fa3c 07:39:14 Removing intermediate container 8ce304080083 07:39:14 ---> 49d3bfedd3cc 07:39:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:39:14 ---> Running in 00b2361d1b21 07:39: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 07:39:15 Removing intermediate container 00b2361d1b21 07:39:15 ---> db4c1acea76a 07:39:15 Step 14/24 : ENV APP_PORT=59882 07:39:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:39:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:39:16 ---> Running in 194a6b18718b 07:39:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:39:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:39:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:39:16 (1/6) Installing ca-certificates (20191127-r4) 07:39:16 (2/6) Installing nghttp2-libs (1.41.0-r0) 07:39:16 (3/6) Installing libcurl (7.77.0-r0) 07:39:16 (4/6) Installing curl (7.77.0-r0) 07:39:16 (5/6) Installing dumb-init (1.2.2-r1) 07:39:16 (6/6) Installing su-exec (0.2-r1) 07:39:16 Executing busybox-1.31.1-r20.trigger 07:39:16 Executing ca-certificates-20191127-r4.trigger 07:39:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:39:16 Removing intermediate container 194a6b18718b 07:39:16 ---> 46119fd85305 07:39:16 Step 15/24 : EXPOSE $APP_PORT 07:39:17 (1/1) Installing dumb-init (1.2.2-r1) 07:39:17 Executing busybox-1.31.1-r20.trigger 07:39:17 OK: 5 MiB in 15 packages 07:39:17 OK: 7 MiB in 20 packages 07:39:17 ---> Running in c83630362fb6 07:39:17 (1/4) Installing ca-certificates (20191127-r4) 07:39:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:39:17 (3/4) Installing libcurl (7.77.0-r0) 07:39:17 (4/4) Installing curl (7.77.0-r0) 07:39:17 Executing busybox-1.31.1-r20.trigger 07:39:17 Executing ca-certificates-20191127-r4.trigger 07:39:18 OK: 7 MiB in 18 packages 07:39:18 Removing intermediate container c83630362fb6 07:39:18 ---> 53e4dcbfd67f 07:39:18 Step 16/24 : WORKDIR / 07:39:18 ---> Running in 9c1c63c8b213 07:39:19 Removing intermediate container 2416b3d13afa 07:39:19 ---> 674eed45d6ea 07:39:19 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:39:19 ---> Running in b90865bf96ee 07:39:19 Removing intermediate container 9c1c63c8b213 07:39:19 ---> 4aca01894857 07:39:19 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:39:19 Removing intermediate container c8f86e0a790a 07:39:19 ---> a1c96f915487 07:39:19 07:39:19 Step 12/24 : FROM docker:20.10.0 07:39:19 Removing intermediate container 7df1cf2c1834 07:39:19 ---> 1c83e8bb38f8 07:39:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:39:20 20.10.0: Pulling from library/docker 07:39:20 ---> Running in ea735f5a6c7e 07:39:20 Removing intermediate container b90865bf96ee 07:39:20 ---> 00d2fe2a9df1 07:39:20 Step 14/23 : ENV APP_PORT=59861 07:39:20 Removing intermediate container 337f1fb3fa3c 07:39:20 ---> 9f7ee0741a76 07:39:20 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:39:20 ---> Running in be6a4288ec9a 07:39:20 ---> Running in 716eb30e12cc 07:39:20 ---> cc0d3e44aa72 07:39:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:39:20 Removing intermediate container ea735f5a6c7e 07:39:20 ---> a9034ff26c0c 07:39:20 Step 14/26 : WORKDIR / 07:39:21 ---> Running in 24f26a488c6c 07:39:21 Removing intermediate container be6a4288ec9a 07:39:21 ---> f44fddffc623 07:39:21 Step 15/23 : EXPOSE $APP_PORT 07:39:21 Removing intermediate container 716eb30e12cc 07:39:21 ---> 2c607054ba02 07:39:21 Step 14/22 : WORKDIR /edgex 07:39:22 ---> Running in 7c6ead8a7f5c 07:39:22 ---> Running in ae08b532bb08 07:39:22 Removing intermediate container 24f26a488c6c 07:39:22 ---> ac2e3c2c989d 07:39:22 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:39:22 Removing intermediate container 7c6ead8a7f5c 07:39:22 ---> 90a6747ef8ee 07:39:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:39:22 ---> 6d25c1535de8 07:39:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:39:23 Removing intermediate container ae08b532bb08 07:39:23 ---> f64d7a5f5a15 07:39:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:39:25 ---> 05c6f3e67015 07:39:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:39:25 ---> 405a8f2aba07 07:39:25 Step 20/24 : ENTRYPOINT ["/core-command"] 07:39:25 ---> 7fdd399cf5f7 07:39:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:39:25 ---> 13ef78944534 07:39:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:39:25 ---> Running in e33244a622a5 07:39:26 ---> d80c25ccbc8a 07:39:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:39:26 Removing intermediate container e33244a622a5 07:39:26 ---> f05674f61e45 07:39:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:39:27 ---> Running in f14eda90fe23 07:39:27 ---> a4c4de30e782 07:39:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:39:27 ---> 12ff27220eac 07:39:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:39:28 Removing intermediate container f14eda90fe23 07:39:28 ---> a78b49384b53 07:39:28 Step 22/24 : LABEL arch=arm64 07:39:28 ---> 0a74a100a6cf 07:39:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 07:39:28 ---> Running in 34fd2a9064b1 07:39:28 ---> 894ef5c71185 07:39:28 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 07:39:29 ---> Running in dcdf8eaaca13 07:39:29 Removing intermediate container 34fd2a9064b1 07:39:29 ---> d07879cb90ad 07:39:29 Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:39:29 ---> 1e61a7237e9f 07:39:29 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:39:29 ---> f52a8c8fd321 07:39:29 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:39:29 ---> Running in e86f4521d2ee 07:39:30 ---> Running in 9238ae2dae64 07:39:30 Removing intermediate container dcdf8eaaca13 07:39:30 ---> 68ac0f8a4e2c 07:39:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:39:30 ---> Running in 2f3048b306a8 07:39:30 Removing intermediate container e86f4521d2ee 07:39:30 ---> 5833fdf77072 07:39:30 Step 24/24 : LABEL version=0.0.0 07:39:30 Removing intermediate container 9238ae2dae64 07:39:30 ---> 634060ca0ca4 07:39:30 Step 19/22 : CMD ["--init=true"] 07:39:31 ---> Running in 16b82145e4bd 07:39:31 ---> Running in 71bc9990534f 07:39:31 Removing intermediate container 2f3048b306a8 07:39:31 ---> 2ace0d18f608 07:39:31 Step 21/23 : LABEL arch=arm64 07:39:31 ---> Running in b4920c645c23 07:39:31 Removing intermediate container 16b82145e4bd 07:39:31 ---> 47a93469d523 07:39:31 07:39:31 ---> e52eb4450c36 07:39:31 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:39:32 Removing intermediate container 71bc9990534f 07:39:32 ---> 2b230e63d8fa 07:39:32 Step 20/22 : LABEL arch=arm64 07:39:32 Removing intermediate container b4920c645c23 07:39:32 ---> 6c35784194a2 07:39:32 Step 22/23 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:39:32 Successfully built 47a93469d523 07:39:32 Successfully tagged core-command-arm64:latest 07:39:32  Building core-command ... done Building support-notifications 07:39:32 ---> Running in 65b6ca294e86 07:39:32 ---> Running in cfec7b5cfc81 07:39:33 Removing intermediate container 65b6ca294e86 07:39:33 ---> 1d616e12d566 07:39:33 Step 21/22 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:39:33 Removing intermediate container cfec7b5cfc81 07:39:33 ---> 596442fb38d4 07:39:33 Step 23/23 : LABEL version=0.0.0 07:39:34 ---> Running in d2aa691e1774 07:39:34 ---> Running in 336d5000f086 07:39:34 ---> c46f6198aa43 07:39:34 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:39:34 Removing intermediate container d2aa691e1774 07:39:34 ---> a20a60b9010d 07:39:34 Step 22/22 : LABEL version=0.0.0 07:39:36 Removing intermediate container 336d5000f086 07:39:36 ---> 5c9258e030fa 07:39:36 07:39:37 Successfully built 5c9258e030fa 07:39:37 Successfully tagged support-scheduler-arm64:latest 07:39:37  Building support-scheduler ... done Building core-metadata 07:39:37 ---> Running in d145698e432c 07:39:37 ---> 7c869e0357a6 07:39:37 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 07:39:38 ---> Running in 196b1de6662b 07:39:38 Removing intermediate container d145698e432c 07:39:38 ---> 5a0a238c1e0c 07:39:38 07:39:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:39:38 Status: Downloaded newer image for docker:20.10.0 07:39:38 ---> eeaf43b92773 07:39:38 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 07:39:38 Successfully built 5a0a238c1e0c 07:39:39 Successfully tagged security-proxy-setup-arm64:latest 07:39:39 ---> Running in 88a4d5b850e3 07:39:39  Building security-proxy-setup ... done Building security-bootstrapper 07:39:39 Removing intermediate container 88a4d5b850e3 07:39:39 ---> a6748e7cb5bf 07:39:39 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 07:39:40 ---> Running in 2f569b42b926 07:39:41 Removing intermediate container 196b1de6662b 07:39:41 ---> 78783e194d4b 07:39:41 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:39:41 ---> Running in 9b813704228b 07:39:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:39:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:39:42 Removing intermediate container 9b813704228b 07:39:42 ---> 17bf65e752fb 07:39:42 Step 24/26 : LABEL arch=arm64 07:39:42 (1/39) Installing readline (8.0.4-r0) 07:39:42 (2/39) Installing bash (5.0.17-r0) 07:39:42 Executing bash-5.0.17-r0.post-install 07:39:42 (3/39) Installing nghttp2-libs (1.41.0-r0) 07:39:42 (4/39) Installing libcurl (7.77.0-r0) 07:39:42 (5/39) Installing curl (7.77.0-r0) 07:39:42 (6/39) Installing dumb-init (1.2.2-r1) 07:39:42 (7/39) Installing libbz2 (1.0.8-r1) 07:39:42 (8/39) Installing expat (2.2.9-r1) 07:39:42 (9/39) Installing libffi (3.3-r2) 07:39:42 (10/39) Installing gdbm (1.13-r1) 07:39:42 (11/39) Installing xz-libs (5.2.5-r0) 07:39:42 (12/39) Installing sqlite-libs (3.32.1-r1) 07:39:42 (13/39) Installing python3 (3.8.10-r0) 07:39:42 ---> Running in 6946443ab8be 07:39:44 Removing intermediate container 6946443ab8be 07:39:44 ---> 026d98a8ddd1 07:39:44 Step 25/26 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:39:44 (14/39) Installing py3-appdirs (1.4.4-r1) 07:39:44 (15/39) Installing py3-ordered-set (4.0.1-r0) 07:39:44 (16/39) Installing py3-parsing (2.4.7-r0) 07:39:44 (17/39) Installing py3-six (1.15.0-r0) 07:39:44 (18/39) Installing py3-packaging (20.4-r0) 07:39:44 (19/39) Installing py3-setuptools (47.0.0-r0) 07:39:44 (20/39) Installing py3-chardet (3.0.4-r4) 07:39:45 (21/39) Installing py3-idna (2.9-r0) 07:39:45 (22/39) Installing py3-certifi (2020.4.5.1-r0) 07:39:45 (23/39) Installing py3-urllib3 (1.25.9-r0) 07:39:45 (24/39) Installing py3-requests (2.23.0-r0) 07:39:45 (25/39) Installing py3-msgpack (1.0.0-r0) 07:39:45 (26/39) Installing py3-lockfile (0.12.2-r3) 07:39:45 (27/39) Installing py3-cachecontrol (0.12.6-r0) 07:39:45 (28/39) Installing py3-colorama (0.4.3-r0) 07:39:45 (29/39) Installing py3-distlib (0.3.0-r0) 07:39:45 ---> Running in 81527a54c921 07:39:45 (30/39) Installing py3-distro (1.5.0-r1) 07:39:45 (31/39) Installing py3-webencodings (0.5.1-r3) 07:39:45 (32/39) Installing py3-html5lib (1.0.1-r4) 07:39:45 (33/39) Installing py3-pytoml (0.1.21-r0) 07:39:45 (34/39) Installing py3-pep517 (0.8.2-r0) 07:39:45 (35/39) Installing py3-progress (1.5-r0) 07:39:45 (36/39) Installing py3-toml (0.10.1-r0) 07:39:45 (37/39) Installing py3-retrying (1.3.3-r0) 07:39:45 (38/39) Installing py3-contextlib2 (0.6.0-r0) 07:39:45 (39/39) Installing py3-pip (20.1.1-r0) 07:39:45 Executing busybox-1.31.1-r19.trigger 07:39:45 OK: 72 MiB in 59 packages 07:39:46 Removing intermediate container 81527a54c921 07:39:46 ---> c9ede1a5ecab 07:39:46 Step 26/26 : LABEL version=0.0.0 07:39:47 ---> Running in f827cfef4a3a 07:39:47 Removing intermediate container f827cfef4a3a 07:39:47 ---> 21fd994b2821 07:39:47 07:39:48 Successfully built 21fd994b2821 07:39:48 Successfully tagged security-secretstore-setup-arm64:latest 07:39:48 Building core-data 07:39:50  Building security-secretstore-setup ... done Collecting docker-compose==1.23.2 07:39:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:39:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:39:51 Collecting texttable<0.10,>=0.9.0 07:39:51 Downloading texttable-0.9.1.tar.gz (11 kB) 07:39:53 Collecting websocket-client<1.0,>=0.32.0 07:39:53 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 07:39:54 Collecting docker<4.0,>=3.6.0 07:39:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:39:56 Collecting PyYAML<4,>=3.10 07:39:56 Downloading PyYAML-3.13.tar.gz (270 kB) 07:39:59 Collecting dockerpty<0.5,>=0.4.1 07:39:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:40:01 Collecting cached-property<2,>=1.2.0 07:40:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:40:02 Collecting jsonschema<3,>=2.5.1 07:40:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:40:02 Collecting docopt<0.7,>=0.6.1 07:40:02 Downloading docopt-0.6.2.tar.gz (25 kB) 07:40:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:40:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:40:06 Collecting docker-pycreds>=0.4.0 07:40:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:40:06 Collecting idna<2.8,>=2.5 07:40:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:40:07 Collecting urllib3<1.25,>=1.21.1 07:40:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:40:07 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 07:40:07 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:40:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:40:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:40:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:40:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:40:08 Installing collected packages: texttable, websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, dockerpty, cached-property, jsonschema, docopt, docker-compose 07:40:08 Running setup.py install for texttable: started 07:40:09 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:40:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:40:09 ---> c9c7fb42211a 07:40:09 Step 3/23 : WORKDIR /edgex-go 07:40:09 ---> Using cache 07:40:09 ---> d0f7d4c3349e 07:40:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:09 ---> Using cache 07:40:09 ---> 917f350bb480 07:40:09 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 07:40:11 Running setup.py install for texttable: finished with status 'done' 07:40:12 Attempting uninstall: idna 07:40:12 Found existing installation: idna 2.9 07:40:12 Uninstalling idna-2.9: 07:40:12 Successfully uninstalled idna-2.9 07:40:13 Attempting uninstall: urllib3 07:40:13 Found existing installation: urllib3 1.25.9 07:40:13 Uninstalling urllib3-1.25.9: 07:40:13 Successfully uninstalled urllib3-1.25.9 07:40:14 ---> Running in 1943914f3bbc 07:40:14 Attempting uninstall: requests 07:40:14 Found existing installation: requests 2.23.0 07:40:14 Uninstalling requests-2.23.0: 07:40:14 Successfully uninstalled requests-2.23.0 07:40:16 Running setup.py install for PyYAML: started 07:40:16 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:40:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:40:17 OK: 218 MiB in 52 packages 07:40:18 Running setup.py install for PyYAML: finished with status 'done' 07:40:18 Running setup.py install for dockerpty: started 07:40:20 Removing intermediate container 1943914f3bbc 07:40:20 ---> 96b101bccb86 07:40:20 Step 6/23 : COPY go.mod . 07:40:20 Running setup.py install for dockerpty: finished with status 'done' 07:40:21 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:40:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:40:21 ---> c9c7fb42211a 07:40:21 Step 3/24 : WORKDIR /edgex-go 07:40:21 ---> Using cache 07:40:21 ---> d0f7d4c3349e 07:40:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:21 ---> Using cache 07:40:21 ---> 917f350bb480 07:40:21 Step 5/24 : RUN apk add --update --no-cache make git 07:40:21 ---> Using cache 07:40:21 ---> 8a3acfaf9b59 07:40:21 Step 6/24 : COPY go.mod . 07:40:21 ---> Using cache 07:40:21 ---> 1bd1c356e7af 07:40:21 Step 7/24 : RUN go mod download 07:40:21 ---> Using cache 07:40:21 ---> 9ebc3696b587 07:40:21 Step 8/24 : COPY . . 07:40:21 Running setup.py install for docopt: started 07:40:21 ---> Using cache 07:40:21 ---> cbbff53376eb 07:40:21 Step 9/24 : RUN go mod tidy 07:40:21 ---> Using cache 07:40:21 ---> 90cccf03ed51 07:40:21 Step 10/24 : RUN make cmd/core-metadata/core-metadata 07:40:21 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:40:21 Step 2/32 : FROM ${BUILDER_BASE} AS builder 07:40:21 ---> c9c7fb42211a 07:40:21 Step 3/32 : WORKDIR /edgex-go 07:40:21 ---> Using cache 07:40:21 ---> d0f7d4c3349e 07:40:21 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:21 ---> Using cache 07:40:21 ---> 917f350bb480 07:40:21 Step 5/32 : RUN apk add --update --no-cache make git 07:40:21 ---> Using cache 07:40:21 ---> 8a3acfaf9b59 07:40:21 Step 6/32 : COPY go.mod . 07:40:21 ---> Using cache 07:40:21 ---> 1bd1c356e7af 07:40:21 Step 7/32 : RUN go mod download 07:40:21 ---> Using cache 07:40:21 ---> 9ebc3696b587 07:40:21 Step 8/32 : COPY . . 07:40:21 ---> Using cache 07:40:21 ---> cbbff53376eb 07:40:21 Step 9/32 : RUN go mod tidy 07:40:21 ---> Using cache 07:40:21 ---> 90cccf03ed51 07:40:21 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:40:21 ---> eac250161cd9 07:40:21 Step 7/23 : RUN go mod download 07:40:22 ---> Running in 9064f3f843b5 07:40:22 ---> Running in 3e81cf6ebb3e 07:40:22 ---> Running in 234a4afbad5e 07:40:24 Running setup.py install for docopt: finished with status 'done' 07:40:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:40:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:40:25 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 07:40:28 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:40:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:40:28 ---> c9c7fb42211a 07:40:28 Step 3/24 : WORKDIR /edgex-go 07:40:28 ---> Using cache 07:40:28 ---> d0f7d4c3349e 07:40:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:28 ---> Using cache 07:40:28 ---> 917f350bb480 07:40:28 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:40:28 ---> Running in 4663139fb6b4 07:40:28 Removing intermediate container 234a4afbad5e 07:40:28 ---> 79faa60301a3 07:40:28 Step 8/23 : COPY . . 07:40:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:40:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:40:33 OK: 218 MiB in 52 packages 07:40:36 Removing intermediate container 4663139fb6b4 07:40:36 ---> c6d7f8a4d33e 07:40:36 Step 6/24 : COPY go.mod . 07:40:39 ---> e3c448f17a8c 07:40:39 Step 7/24 : RUN go mod download 07:40:39 ---> Running in 9e1616023f35 07:40:46 Removing intermediate container 9e1616023f35 07:40:46 ---> 1c3b1e660917 07:40:46 Step 8/24 : COPY . . 07:40:46 Removing intermediate container 2f569b42b926 07:40:46 ---> cede93dbc8cb 07:40:46 Step 15/24 : ENV APP_PORT=58890 07:40:46 ---> Running in 89ef9df4ef55 07:40:48 Removing intermediate container 89ef9df4ef55 07:40:48 ---> 588ccea7c659 07:40:48 Step 16/24 : EXPOSE $APP_PORT 07:40:48 ---> Running in 9f135f4d4c70 07:40:50 Removing intermediate container 9f135f4d4c70 07:40:50 ---> 1574827ff3bf 07:40:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:40:55 ---> cba525d040f0 07:40:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:40:59 ---> 47e62ed718bb 07:40:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:41:00 ---> 0f0dd3bb11b7 07:41:00 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 07:41:00 ---> Running in d5f7f7ca6dc8 07:41:01 ---> a3ff0f4dc29d 07:41:01 Step 9/23 : RUN go mod tidy 07:41:01 Removing intermediate container d5f7f7ca6dc8 07:41:01 ---> 892484feb271 07:41:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:41:01 ---> Running in 21a5dd45ab24 07:41:02 ---> Running in 905707b711e9 07:41:04 Removing intermediate container 905707b711e9 07:41:04 ---> a3d4944a6664 07:41:04 Step 22/24 : LABEL arch=arm64 07:41:04 ---> Running in 11b78f8f8af0 07:41:05 Removing intermediate container 11b78f8f8af0 07:41:05 ---> 7767e56d1b69 07:41:05 Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:41:05 ---> Running in f2f3126305a4 07:41:06 Removing intermediate container f2f3126305a4 07:41:06 ---> 51e6dcb6276a 07:41:06 Step 24/24 : LABEL version=0.0.0 07:41:07 ---> Running in 7ea50f52aa68 07:41:08 Removing intermediate container 7ea50f52aa68 07:41:08 ---> 473f14246a35 07:41:08 07:41:09 Successfully built 473f14246a35 07:41:09 Successfully tagged sys-mgmt-agent-arm64:latest 07:41:10  Building sys-mgmt-agent ... done Removing intermediate container 21a5dd45ab24 07:41:10 ---> a337dfde5e19 07:41:10 Step 10/23 : RUN make cmd/support-notifications/support-notifications 07:41:10 ---> Running in f4e286558a49 07:41: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 07:41:14 ---> 2c6d040f2376 07:41:14 Step 9/24 : RUN go mod tidy 07:41:14 ---> Running in b259f3a438f4 07:41:21 Removing intermediate container b259f3a438f4 07:41:21 ---> 2d610095b025 07:41:21 Step 10/24 : RUN make cmd/core-data/core-data 07:41:21 ---> Running in 58552b413fef 07:41:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:41:55 Removing intermediate container 3e81cf6ebb3e 07:41:55 ---> 892af8a2b39f 07:41:55 07:41:55 Step 11/32 : FROM alpine:3.12 07:41:55 ---> 9852663dfa18 07:41:55 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:41:55 ---> Running in 6127fb9dee77 07:41:55 Removing intermediate container 6127fb9dee77 07:41:55 ---> 7781a067b49f 07:41:55 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 07:41:55 ---> Running in d8939a443b1f 07:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:41:56 (1/2) Installing dumb-init (1.2.2-r1) 07:41:56 (2/2) Installing su-exec (0.2-r1) 07:41:56 Executing busybox-1.31.1-r20.trigger 07:41:57 OK: 5 MiB in 16 packages 07:41:59 Removing intermediate container d8939a443b1f 07:41:59 ---> 2edba9df097a 07:41:59 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 07:42:00 ---> Running in 6e2f6ae9bfd4 07:42:00 Removing intermediate container 6e2f6ae9bfd4 07:42:00 ---> 431709fc8a1d 07:42:00 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:42:01 Removing intermediate container 9064f3f843b5 07:42:01 ---> 1ad7fcdf5ecf 07:42:01 07:42:01 Step 11/24 : FROM alpine:3.12 07:42:01 ---> 9852663dfa18 07:42:01 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:42:01 ---> Using cache 07:42:01 ---> 674eed45d6ea 07:42:01 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:42:01 ---> Using cache 07:42:01 ---> 00d2fe2a9df1 07:42:01 Step 14/24 : ENV APP_PORT=59881 07:42:01 ---> Running in 499d7f50ba94 07:42:01 ---> Running in 6834903df823 07:42:01 Removing intermediate container 499d7f50ba94 07:42:01 ---> 292232e2851b 07:42:01 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:42:02 ---> Running in faf6e3776dc3 07:42:02 Removing intermediate container 6834903df823 07:42:02 ---> bd73e7c90bb3 07:42:02 Step 15/24 : EXPOSE $APP_PORT 07:42:02 ---> Running in 5bc82680f4f5 07:42:03 Removing intermediate container 5bc82680f4f5 07:42:03 ---> d87608cbebd0 07:42:03 Step 16/24 : WORKDIR / 07:42:03 ---> Running in 753ad6263e52 07:42:04 Removing intermediate container 753ad6263e52 07:42:04 ---> 3d22fbfd39c9 07:42:04 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:42:05 Removing intermediate container faf6e3776dc3 07:42:05 ---> e33ce00d285e 07:42:05 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 07:42:05 ---> Running in bb73d306b1dd 07:42:05 ---> 1e7966d46de2 07:42:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:42:06 Removing intermediate container bb73d306b1dd 07:42:06 ---> 689abc46dcad 07:42:06 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:42:08 ---> 3c6514dd3bc8 07:42:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:42:08 ---> 241307697e50 07:42:08 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:42:08 ---> Running in ab4bfc0d4245 07:42:10 ---> 23c4775637d2 07:42:10 Step 20/24 : ENTRYPOINT ["/core-metadata"] 07:42:10 ---> Running in d7e0070b6fef 07:42:11 Removing intermediate container d7e0070b6fef 07:42:11 ---> e1a1dfcd7c0a 07:42:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:42:11 ---> Running in c6606b24a31c 07:42:14 Removing intermediate container c6606b24a31c 07:42:14 ---> 635d8b77f88a 07:42:14 Step 22/24 : LABEL arch=arm64 07:42:14 Removing intermediate container ab4bfc0d4245 07:42:14 ---> 320fe9c7bfaf 07:42:14 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 07:42:14 ---> Running in 743c4e84968c 07:42:14 Removing intermediate container 743c4e84968c 07:42:14 ---> 55ba3eb78a1c 07:42:14 Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:42:15 ---> Running in 943122aec295 07:42:15 ---> 46ab39b7c61d 07:42:15 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:42:16 Removing intermediate container 943122aec295 07:42:16 ---> d1056306a370 07:42:16 Step 24/24 : LABEL version=0.0.0 07:42:16 ---> Running in 935f6ea7125e 07:42:17 Removing intermediate container 935f6ea7125e 07:42:17 ---> ed49755016c8 07:42:17 07:42:17 ---> 7fb721dc25ef 07:42:17 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:42:17 Successfully built ed49755016c8 07:42:17 Successfully tagged core-metadata-arm64:latest 07:42:19  Building core-metadata ... done  ---> 0d8c566482bd 07:42:19 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:42:20 ---> b500a135342b 07:42:20 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 07:42:21 ---> 79180d637757 07:42:21 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 07:42:22 ---> Running in ce26cca538b6 07:42:22 Removing intermediate container ce26cca538b6 07:42:22 ---> db1a43a57be7 07:42:22 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:42:24 ---> e2a1076ffe43 07:42:24 Step 27/32 : RUN chmod +x /entrypoint.sh 07:42:24 ---> Running in 98c61dd61631 07:42:27 Removing intermediate container 98c61dd61631 07:42:27 ---> 0c67d626ca4d 07:42:27 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 07:42:27 ---> Running in f41f02b68745 07:42:28 Removing intermediate container f41f02b68745 07:42:28 ---> c1ec5cc4360d 07:42:28 Step 29/32 : CMD ["gate"] 07:42:29 ---> Running in 04e0a1ccae76 07:42:29 Removing intermediate container 04e0a1ccae76 07:42:29 ---> 3560537d5893 07:42:29 Step 30/32 : LABEL arch=arm64 07:42:30 ---> Running in fc4e2c496319 07:42:30 Removing intermediate container fc4e2c496319 07:42:30 ---> 9429ff525d7c 07:42:30 Step 31/32 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:42:31 ---> Running in 6fceabbb80c5 07:42:32 Removing intermediate container 6fceabbb80c5 07:42:32 ---> 97e847182f72 07:42:32 Step 32/32 : LABEL version=0.0.0 07:42:33 ---> Running in 9e8d8a378959 07:42:34 Removing intermediate container 9e8d8a378959 07:42:34 ---> 2dce62c30f16 07:42:34 07:42:34 Successfully built 2dce62c30f16 07:42:34 Successfully tagged security-bootstrapper-arm64:latest 07:42:35  Building security-bootstrapper ... done Removing intermediate container f4e286558a49 07:42:35 ---> 292757db73c8 07:42:35 07:42:35 Step 11/23 : FROM alpine:3.12 07:42:35 ---> 9852663dfa18 07:42:35 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 07:42:35 ---> Running in f5c0d0ff53a1 07:42:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:42:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:42:38 (1/2) Installing ca-certificates (20191127-r4) 07:42:38 (2/2) Installing dumb-init (1.2.2-r1) 07:42:38 Executing busybox-1.31.1-r20.trigger 07:42:38 Executing ca-certificates-20191127-r4.trigger 07:42:38 OK: 6 MiB in 16 packages 07:42:39 Removing intermediate container f5c0d0ff53a1 07:42:39 ---> d8db178c5be1 07:42:39 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:42:40 ---> Running in 7424365044df 07:42:40 Removing intermediate container 7424365044df 07:42:40 ---> 1fe647460356 07:42:40 Step 14/23 : ENV APP_PORT=59860 07:42:41 ---> Running in b29180344e13 07:42:41 Removing intermediate container b29180344e13 07:42:41 ---> 044841f37810 07:42:41 Step 15/23 : EXPOSE $APP_PORT 07:42:41 ---> Running in 2644b88917db 07:42:42 Removing intermediate container 2644b88917db 07:42:42 ---> 3b07beac0783 07:42:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:42:43 Removing intermediate container 58552b413fef 07:42:43 ---> aec9572d69cf 07:42:43 07:42:43 Step 11/24 : FROM alpine:3.12 07:42:43 ---> 9852663dfa18 07:42:43 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:42:43 ---> 043beb8c650b 07:42:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:42:43 ---> Running in 9f367d677439 07:42:44 Removing intermediate container 9f367d677439 07:42:44 ---> f40ce6559587 07:42:44 Step 13/24 : ENV APP_PORT=59880 07:42:44 ---> Running in 5ab3139ec7ca 07:42:45 ---> 031f1bb61ef3 07:42:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:42:45 Removing intermediate container 5ab3139ec7ca 07:42:45 ---> 0bf8ec3b2c5a 07:42:45 Step 14/24 : EXPOSE $APP_PORT 07:42:45 ---> Running in 763ded668a31 07:42:46 ---> 5d1f3054a037 07:42:46 Step 19/23 : ENTRYPOINT ["/support-notifications"] 07:42:46 Removing intermediate container 763ded668a31 07:42:46 ---> 130cc79023ae 07:42:46 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:42:46 ---> Running in e3d08099ba21 07:42:46 ---> Running in 50da1edf32c3 07:42:46 Removing intermediate container e3d08099ba21 07:42:46 ---> cce38a7e17e7 07:42:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:42:47 ---> Running in b812752ba17d 07:42:47 Removing intermediate container b812752ba17d 07:42:47 ---> 01026fdd8bc4 07:42:47 Step 21/23 : LABEL arch=arm64 07:42:47 ---> Running in d48a720393db 07:42:48 Removing intermediate container d48a720393db 07:42:48 ---> 1dad008c0e1d 07:42:48 Step 22/23 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:42:48 ---> Running in a97fc8785e61 07:42:48 Removing intermediate container 50da1edf32c3 07:42:48 ---> 6188f7886171 07:42:48 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 07:42:48 ---> Running in f01e03e13e7a 07:42:49 Removing intermediate container a97fc8785e61 07:42:49 ---> b5497f4ad594 07:42:49 Step 23/23 : LABEL version=0.0.0 07:42:49 ---> Running in c6bb6314d55f 07:42:49 Removing intermediate container c6bb6314d55f 07:42:49 ---> 6d84f462f5ed 07:42:49 07:42:50 Successfully built 6d84f462f5ed 07:42:50 Successfully tagged support-notifications-arm64:latest 07:42:50  Building support-notifications ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:42:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:42:51 (1/6) Installing dumb-init (1.2.2-r1) 07:42:52 (2/6) Installing libgcc (9.3.0-r2) 07:42:52 (3/6) Installing libsodium (1.0.18-r0) 07:42:52 (4/6) Installing libstdc++ (9.3.0-r2) 07:42:52 (5/6) Installing libzmq (4.3.3-r0) 07:42:52 (6/6) Installing zeromq (4.3.3-r0) 07:42:55 Executing busybox-1.31.1-r20.trigger 07:42:55 OK: 8 MiB in 20 packages 07:42:55 Removing intermediate container f01e03e13e7a 07:42:55 ---> f165532c0777 07:42:55 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:42:55 ---> 54c8db0052d2 07:42:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:42:55 ---> 43dfd017c611 07:42:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:42:56 ---> 3597045e50d3 07:42:56 Step 20/24 : ENTRYPOINT ["/core-data"] 07:42:56 ---> Running in 034999bcc2dd 07:42:57 Removing intermediate container 034999bcc2dd 07:42:57 ---> 85a7e522adf5 07:42:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:42:57 ---> Running in b9a66d1012e9 07:42:57 Removing intermediate container b9a66d1012e9 07:42:57 ---> 4be29bbe545a 07:42:57 Step 22/24 : LABEL arch=arm64 07:42:57 ---> Running in 1e7a6f5c178f 07:42:58 Removing intermediate container 1e7a6f5c178f 07:42:58 ---> 378b75afac00 07:42:58 Step 23/24 : LABEL git_sha=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 07:42:58 ---> Running in 0b19742d3886 07:42:59 Removing intermediate container 0b19742d3886 07:42:59 ---> f826acc376b4 07:42:59 Step 24/24 : LABEL version=0.0.0 07:42:59 ---> Running in 96bfa07220f8 07:42:59 Removing intermediate container 96bfa07220f8 07:42:59 ---> c94d480171b9 07:42:59 07:43:00 Successfully built c94d480171b9 07:43:00 Successfully tagged core-data-arm64:latest 07:43:00  Building core-data ... done  [Pipeline] } 07:43:00 $ docker stop --time=1 411caaa88eec8bab430b53ec359b877f5d24a420c1029512a29e8171ec0a3f0c 07:43:02 $ docker rm -f 411caaa88eec8bab430b53ec359b877f5d24a420c1029512a29e8171ec0a3f0c [Pipeline] // withDockerContainer [Pipeline] sh 07:43:03 + docker images 07:43:03 REPOSITORY TAG IMAGE ID CREATED SIZE 07:43:03 core-data-arm64 latest c94d480171b9 4 seconds ago 19.2MB 07:43:03 support-notifications-arm64 latest 6d84f462f5ed 14 seconds ago 15.7MB 07:43:03 aec9572d69cf 20 seconds ago 975MB 07:43:03 292757db73c8 28 seconds ago 969MB 07:43:03 security-bootstrapper-arm64 latest 2dce62c30f16 30 seconds ago 17.5MB 07:43:03 core-metadata-arm64 latest ed49755016c8 47 seconds ago 15.7MB 07:43:03 1ad7fcdf5ecf About a minute ago 972MB 07:43:03 892af8a2b39f About a minute ago 970MB 07:43:03 sys-mgmt-agent-arm64 latest 473f14246a35 About a minute ago 299MB 07:43:03 security-secretstore-setup-arm64 latest 21fd994b2821 3 minutes ago 27.1MB 07:43:03 security-proxy-setup-arm64 latest 5a0a238c1e0c 3 minutes ago 24.3MB 07:43:03 support-scheduler-arm64 latest 5c9258e030fa 3 minutes ago 15.1MB 07:43:03 core-command-arm64 latest 47a93469d523 3 minutes ago 15MB 07:43:03 a1c96f915487 3 minutes ago 970MB 07:43:03 f17544dfddba 3 minutes ago 969MB 07:43:03 20659e190c51 3 minutes ago 974MB 07:43:03 a953ac9ecacb 3 minutes ago 976MB 07:43:03 b8c28a9a2803 3 minutes ago 967MB 07:43:03 ci-base-image-arm64 latest c9c7fb42211a 13 minutes ago 641MB 07:43:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine a36622ca3599 6 days ago 429MB 07:43:03 alpine 3.12 9852663dfa18 2 months ago 5.32MB 07:43:03 docker 20.10.0 eeaf43b92773 6 months ago 228MB 07:43:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 11 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 07:43:04 ---> job-cost.sh 07:43:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Yw4T 07:43:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:45:22 lf-activate-venv(): INFO: Adding /tmp/venv-Yw4T/bin to PATH 07:45:22 INFO: No Stack... 07:45:22 INFO: Retrieving Pricing Info for: v2-standard-4 07:45:22 INFO: Archiving Costs [Pipeline] sh 07:45:22 + cat /w/workspace/edgex-go/23/archives/cost.csv 07:45:22 + cut -d, -f6 [Pipeline] lock 07:45:22 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3531-23-stack-cost] 07:45:22 Resource [jenkins-edgexfoundry-edgex-go-PR-3531-23-stack-cost] did not exist. Created. 07:45:22 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3531-23-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:45:23 + echo total: 0.18000000715255737 [Pipeline] stash 07:45:23 Stashed 1 file(s) [Pipeline] } 07:45:23 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3531-23-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 07:45:24 provisioning config files... 07:45:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/23@tmp/config2332126802161451588tmp [Pipeline] { [Pipeline] sh 07:45:24 + set +x 07:45:24 + curl -s https://codecov.io/bash 07:45:24 + bash -s -- 07:45:24 07:45:24 _____ _ 07:45:24 / ____| | | 07:45:24 | | ___ __| | ___ ___ _____ __ 07:45:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:45:24 | |___| (_) | (_| | __/ (_| (_) \ V / 07:45:24 \_____\___/ \__,_|\___|\___\___/ \_/ 07:45:24 Bash-1.0.3 07:45:24 07:45:24 07:45:24 ==> git version 2.24.4 found 07:45:24 ==> 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 07:45:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:45:24 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:45:24 ==> Jenkins CI detected. 07:45:24 project root: . 07:45:24 --> token set from env 07:45:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:45:24 ==> Running gcov in . (disable via -X gcov) 07:45:24 ==> Python coveragepy not found 07:45:24 ==> Searching for coverage reports in: 07:45:24 + . 07:45:24 -> Found 1 reports 07:45:24 ==> Detecting git/mercurial file structure 07:45:24 ==> Reading reports 07:45:24 + ./coverage.out bytes=398195 07:45:24 ==> Appending adjustments 07:45:24 https://docs.codecov.io/docs/fixing-reports 07:45:25 + Found adjustments 07:45:25 ==> Gzipping contents 07:45:25 56K /tmp/codecov.dn4kqG.gz 07:45:25 ==> Uploading reports 07:45:25 url: https://codecov.io 07:45:25 query: branch=PR-3531&commit=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3531%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3531&job=&cmd_args= 07:45:25 -> Pinging Codecov 07:45:25 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3531&commit=b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3531%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3531&job=&cmd_args= 07:45:26 -> Uploading to 07:45:26 https://storage.googleapis.com/codecov/v4/raw/2021-06-16/00271124DB129430A58F1EEE437C3FCB/b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4/89e04c07-2699-46bf-90d4-eb008e89bcd6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210616%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210616T074526Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=57fcae6ae197f83c3a15e3402056783d74377272efe85d36ef095eac59a8aa79 07:45:26 % Total % Received % Xferd Average Speed Time Time Time Current 07:45:26 Dload Upload Total Spent Left Speed 07:45:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54481 0 0 100 54481 0 118k --:--:-- --:--:-- --:--:-- 117k 100 54481 0 0 100 54481 0 118k --:--:-- --:--:-- --:--:-- 117k 07:45:26 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b1f38a9fcccd15f8d095eb7d5f2d5bc4b2eafeb4 [Pipeline] } 07:45:26 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] libraryResource [Pipeline] sh 07:45:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:45:28 ---> package-listing.sh 07:45:28 ++ facter osfamily 07:45:28 ++ tr '[:upper:]' '[:lower:]' 07:45:28 + OS_FAMILY=redhat 07:45:28 + workspace=/w/workspace/edgex-go/23 07:45:28 + START_PACKAGES=/tmp/packages_start.txt 07:45:28 + END_PACKAGES=/tmp/packages_end.txt 07:45:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:45:28 + PACKAGES=/tmp/packages_start.txt 07:45:28 + '[' /w/workspace/edgex-go/23 ']' 07:45:28 + PACKAGES=/tmp/packages_end.txt 07:45:28 + case "${OS_FAMILY}" in 07:45:28 + sort 07:45:28 + rpm -qa 07:45:32 + '[' -f /tmp/packages_start.txt ']' 07:45:32 + '[' -f /tmp/packages_end.txt ']' 07:45:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:45:32 + '[' /w/workspace/edgex-go/23 ']' 07:45:32 + mkdir -p /w/workspace/edgex-go/23/archives/ 07:45:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/23/archives/ [Pipeline] echo 07:45:32 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/23/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:45:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:45:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:45:33 07:45:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:45:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:45:33 alpine: Pulling from edgex-lftools-log-publisher 07:45:33 df20fa9351a1: Pulling fs layer 07:45:33 36b3adc4ff6f: Pulling fs layer 07:45:33 8ad3a11d3b57: Pulling fs layer 07:45:33 46f8f816bc3b: Pulling fs layer 07:45:33 93b61091891f: Pulling fs layer 07:45:33 93b9cdb0e59b: Pulling fs layer 07:45:33 5e14af77c1be: Pulling fs layer 07:45:33 01666e4c0597: Pulling fs layer 07:45:33 aa168da1d23b: Pulling fs layer 07:45:33 46f8f816bc3b: Waiting 07:45:33 93b61091891f: Waiting 07:45:33 5e14af77c1be: Waiting 07:45:33 93b9cdb0e59b: Waiting 07:45:33 01666e4c0597: Waiting 07:45:33 aa168da1d23b: Waiting 07:45:33 36b3adc4ff6f: Verifying Checksum 07:45:33 36b3adc4ff6f: Download complete 07:45:33 46f8f816bc3b: Verifying Checksum 07:45:33 46f8f816bc3b: Download complete 07:45:33 df20fa9351a1: Verifying Checksum 07:45:33 df20fa9351a1: Download complete 07:45:33 93b9cdb0e59b: Verifying Checksum 07:45:33 93b9cdb0e59b: Download complete 07:45:33 5e14af77c1be: Verifying Checksum 07:45:33 5e14af77c1be: Download complete 07:45:33 01666e4c0597: Verifying Checksum 07:45:33 01666e4c0597: Download complete 07:45:33 93b61091891f: Verifying Checksum 07:45:33 93b61091891f: Download complete 07:45:33 8ad3a11d3b57: Verifying Checksum 07:45:33 8ad3a11d3b57: Download complete 07:45:33 df20fa9351a1: Pull complete 07:45:34 36b3adc4ff6f: Pull complete 07:45:34 8ad3a11d3b57: Pull complete 07:45:34 46f8f816bc3b: Pull complete 07:45:35 93b61091891f: Pull complete 07:45:35 93b9cdb0e59b: Pull complete 07:45:35 5e14af77c1be: Pull complete 07:45:35 01666e4c0597: Pull complete 07:45:35 aa168da1d23b: Verifying Checksum 07:45:35 aa168da1d23b: Download complete 07:45:40 aa168da1d23b: Pull complete 07:45:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:45:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:45:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:45:40 prd-centos7-docker-4c-2g-1677 does not seem to be running inside a container 07:45:41 $ 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/23/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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:45:47 $ docker top 552a8bceeb8b5c78eb5a1659bd6f8279382678007f2b1cd3b7249244ce0489a8 -eo pid,comm [Pipeline] { [Pipeline] sh 07:45:47 + touch /tmp/pre-build-complete [Pipeline] sh 07:45:48 + mkdir -p /var/log/sa [Pipeline] sh 07:45:48 + ls /var/log/sa-host 07:45:48 + sadf -c /var/log/sa-host/sa05 07:45:48 file_magic: OK 07:45:48 HZ: Using current value: 100 07:45:48 file_header: OK 07:45:48 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 07:45:48 Statistics: 07:45:48 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:45:48 File successfully converted to sysstat format version 12.2.1 07:45:48 + sadf -c /var/log/sa-host/sa16 07:45:48 file_magic: OK 07:45:48 HZ: Using current value: 100 07:45:48 file_header: OK 07:45:48 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 07:45:48 Statistics: 07:45:48 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... 07:45:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:45:48 provisioning config files... 07:45:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/23@tmp/config8486383633183272901tmp [Pipeline] { [Pipeline] echo 07:45:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:45:48 ---> create-netrc.sh [Pipeline] } 07:45:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:45:49 ---> python-tools-install.sh [Pipeline] echo 07:45:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:45:49 ---> sudo-logs.sh 07:45:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:45:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:45:49 ---> job-cost.sh 07:45:49 lf-activate-venv: SKIPPING 07:45:49 DEBUG: total: 0.18000000715255737 07:45:49 INFO: Retrieving Stack Cost... 07:45:50 INFO: Retrieving Pricing Info for: v3-standard-2 07:45:51 INFO: Archiving Costs [Pipeline] echo 07:45:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:45:51 ---> logs-deploy.sh 07:45:51 lf-activate-venv: SKIPPING 07:45:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3531/23 07:45:51 INFO: archiving workspace using pattern(s): 07:45:52 Archives upload complete. 07:45:52 INFO: archiving logs to Nexus 07:45:52 ---> uname -a: 07:45:52 Linux prd-centos7-docker-4c-2g-1677.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 07:45:52 07:45:52 07:45:52 ---> lscpu: 07:45:52 Architecture: x86_64 07:45:52 CPU op-mode(s): 32-bit, 64-bit 07:45:52 Byte Order: Little Endian 07:45:52 Address sizes: 40 bits physical, 48 bits virtual 07:45:52 CPU(s): 2 07:45:52 On-line CPU(s) list: 0,1 07:45:52 Thread(s) per core: 1 07:45:52 Core(s) per socket: 1 07:45:52 Socket(s): 2 07:45:52 NUMA node(s): 1 07:45:52 Vendor ID: AuthenticAMD 07:45:52 CPU family: 23 07:45:52 Model: 49 07:45:52 Model name: AMD EPYC-Rome Processor 07:45:52 Stepping: 0 07:45:52 CPU MHz: 2800.000 07:45:52 BogoMIPS: 5600.00 07:45:52 Virtualization: AMD-V 07:45:52 Hypervisor vendor: KVM 07:45:52 Virtualization type: full 07:45:52 L1d cache: 64 KiB 07:45:52 L1i cache: 64 KiB 07:45:52 L2 cache: 1 MiB 07:45:52 L3 cache: 32 MiB 07:45:52 NUMA node0 CPU(s): 0,1 07:45:52 Vulnerability Itlb multihit: Not affected 07:45:52 Vulnerability L1tf: Not affected 07:45:52 Vulnerability Mds: Not affected 07:45:52 Vulnerability Meltdown: Not affected 07:45:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:45:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:45:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:45:52 Vulnerability Srbds: Not affected 07:45:52 Vulnerability Tsx async abort: Not affected 07:45:52 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 07:45:52 07:45:52 07:45:52 ---> nproc: 07:45:52 2 07:45:52 07:45:52 07:45:52 ---> df -h: 07:45:52 Filesystem Size Used Available Use% Mounted on 07:45:52 overlay 40.0G 12.1G 27.9G 30% / 07:45:52 tmpfs 64.0M 0 64.0M 0% /dev 07:45:52 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 07:45:52 shm 64.0M 0 64.0M 0% /dev/shm 07:45:52 /dev/vda1 40.0G 12.1G 27.9G 30% /facter-os 07:45:52 /dev/vda1 40.0G 12.1G 27.9G 30% /etc/resolv.conf 07:45:52 /dev/vda1 40.0G 12.1G 27.9G 30% /etc/hostname 07:45:52 /dev/vda1 40.0G 12.1G 27.9G 30% /etc/hosts 07:45:52 /dev/vda1 40.0G 12.1G 27.9G 30% /var/log/sa-host 07:45:52 /dev/vda1 40.0G 12.1G 27.9G 30% /var/log/secure 07:45:52 /dev/vda1 40.0G 12.1G 27.9G 30% /var/log/auth.log 07:45:52 /dev/vda1 40.0G 12.1G 27.9G 30% /run/cloud-init/result.json 07:45:52 /dev/vda1 40.0G 12.1G 27.9G 30% /w/workspace/edgex-go/23 07:45:52 /dev/vda1 40.0G 12.1G 27.9G 30% /w/workspace/edgex-go/23@tmp 07:45:52 07:45:52 07:45:52 ---> free -m: 07:45:52 total used free shared buff/cache available 07:45:52 Mem: 7821 1341 2308 0 4170 6438 07:45:52 Swap: 1023 2 1021 07:45:52 07:45:52 07:45:52 ---> ip addr: 07:45:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:45:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:45:52 inet 127.0.0.1/8 scope host lo 07:45:52 valid_lft forever preferred_lft forever 07:45:52 inet6 ::1/128 scope host 07:45:52 valid_lft forever preferred_lft forever 07:45:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:45:52 link/ether fa:16:3e:51:7a:43 brd ff:ff:ff:ff:ff:ff 07:45:52 inet 10.30.122.98/23 brd 10.30.123.255 scope global dynamic eth0 07:45:52 valid_lft 84984sec preferred_lft 84984sec 07:45:52 inet6 fe80::f816:3eff:fe51:7a43/64 scope link 07:45:52 valid_lft forever preferred_lft forever 07:45:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:45:52 link/ether 02:42:ad:f8:67:13 brd ff:ff:ff:ff:ff:ff 07:45:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:45:52 valid_lft forever preferred_lft forever 07:45:52 inet6 fe80::42:adff:fef8:6713/64 scope link 07:45:52 valid_lft forever preferred_lft forever 07:45:52 07:45:52 07:45:52 ---> sar -b -r -n DEV: 07:45:52 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/16/21 _x86_64_ (2 CPU) 07:45:52 07:45:52 07:22:05 LINUX RESTART (2 CPU) 07:45:52 07:45:52 07:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:45:52 07:24:01 35.73 3.38 32.35 0.00 2564.50 13956.84 0.00 07:45:52 07:25:01 177.12 0.00 177.12 0.00 0.00 48333.20 0.00 07:45:52 07:26:01 59.10 0.00 59.10 0.00 0.00 10692.99 0.00 07:45:52 07:27:01 54.85 0.00 54.85 0.00 0.00 8597.30 0.00 07:45:52 07:28:02 716.57 289.11 427.46 0.00 9801.09 281064.67 0.00 07:45:52 07:29:01 543.45 212.83 330.61 0.00 11258.92 126888.88 0.00 07:45:52 07:30:01 306.36 27.58 278.78 0.00 2325.93 102005.65 0.00 07:45:52 07:31:01 131.04 14.32 116.72 0.00 1598.14 14098.33 0.00 07:45:52 07:32:01 1.88 0.00 1.88 0.00 0.00 30.71 0.00 07:45:52 07:33:01 0.42 0.12 0.30 0.00 1.73 4.05 0.00 07:45:52 07:34:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 07:45:52 07:35:01 0.23 0.00 0.23 0.00 0.00 2.38 0.00 07:45:52 07:36:01 0.25 0.00 0.25 0.00 0.00 2.25 0.00 07:45:52 07:37:01 0.52 0.18 0.33 0.00 5.73 3.63 0.00 07:45:52 07:38:01 0.83 0.00 0.83 0.00 0.00 16.33 0.00 07:45:52 07:39:01 0.33 0.02 0.32 0.00 0.53 3.60 0.00 07:45:52 07:40:01 0.37 0.00 0.37 0.00 0.00 4.68 0.00 07:45:52 07:41:01 0.27 0.00 0.27 0.00 0.00 3.70 0.00 07:45:52 07:42:01 0.23 0.00 0.23 0.00 0.00 2.57 0.00 07:45:52 07:43:01 0.27 0.00 0.27 0.00 0.00 3.28 0.00 07:45:52 07:44:01 0.28 0.00 0.28 0.00 0.00 3.43 0.00 07:45:52 07:45:01 0.35 0.00 0.35 0.00 0.00 4.60 0.00 07:45:52 Average: 92.34 24.90 67.44 0.00 1250.10 27605.82 0.00 07:45:52 07:45:52 07:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:45:52 07:24:01 4642976 0 871360 10.88 2620 2491984 1434040 15.83 1004144 1932228 431676 07:45:52 07:25:01 3886952 0 1184272 14.79 2620 2935096 1749036 19.31 1342420 2233228 180976 07:45:52 07:26:01 3720112 0 1186452 14.81 2620 3099756 1696928 18.74 1426024 2300764 35724 07:45:52 07:27:01 3906352 0 1172160 14.64 2620 2927808 1945572 21.48 1305756 2247500 59788 07:45:52 07:28:02 677028 0 1474880 18.42 2620 5854412 2419036 26.71 2687592 3931072 248 07:45:52 07:29:01 988200 0 1381732 17.25 2620 5636388 1886604 20.83 2585436 3715004 10412 07:45:52 07:30:01 625752 0 1486484 18.56 2620 5894084 2616952 28.89 2503036 4079848 5472 07:45:52 07:31:01 2982524 0 1282712 16.02 2620 3741084 1435972 15.85 1436452 2872128 8 07:45:52 07:32:01 2987024 0 1278212 15.96 2620 3741084 1394840 15.40 1434900 2872060 8 07:45:52 07:33:01 2985208 0 1280020 15.98 2620 3741092 1394924 15.40 1440556 2869308 8 07:45:52 07:34:01 2985668 0 1279560 15.98 2620 3741092 1394840 15.40 1440580 2869308 8 07:45:52 07:35:01 2985768 0 1279452 15.98 2620 3741100 1394888 15.40 1440484 2869308 12 07:45:52 07:36:01 2985608 0 1279604 15.98 2620 3741108 1394840 15.40 1440480 2869308 12 07:45:52 07:37:01 2983716 0 1281492 16.00 2620 3741112 1396740 15.42 1441992 2869308 8 07:45:52 07:38:01 2984892 0 1280280 15.99 2620 3741148 1394936 15.40 1441220 2869124 8 07:45:52 07:39:01 2985056 0 1280112 15.98 2620 3741152 1394912 15.40 1441092 2869140 12 07:45:52 07:40:01 2985516 0 1279648 15.98 2620 3741156 1394840 15.40 1440848 2869140 20 07:45:52 07:41:01 2985632 0 1279524 15.98 2620 3741164 1394840 15.40 1440736 2869144 8 07:45:52 07:42:01 2985672 0 1279484 15.98 2620 3741164 1394840 15.40 1440740 2869140 8 07:45:52 07:43:01 2984760 0 1280392 15.99 2620 3741168 1394960 15.40 1441456 2869140 16 07:45:52 07:44:01 2985432 0 1279716 15.98 2620 3741172 1394840 15.40 1440764 2869140 12 07:45:52 07:45:01 2985620 0 1279524 15.98 2620 3741176 1394840 15.40 1440768 2869140 8 07:45:52 Average: 2873885 0 1270776 15.87 2620 3861659 1577919 17.42 1566249 2885613 32930 07:45:52 07:45:52 07:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:45:52 07:24:01 eth0 1103.11 1214.47 4792.75 123.38 0.00 0.00 0.00 0.00 07:45:52 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:24:01 docker0 1006.36 856.53 79.49 2706.46 0.00 0.00 0.00 0.00 07:45:52 07:25:01 vethc9e37d1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:45:52 07:25:01 eth0 355.53 279.40 1812.27 35.85 0.00 0.00 0.00 0.00 07:45:52 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:25:01 docker0 188.06 242.76 13.23 841.29 0.00 0.00 0.00 0.00 07:45:52 07:26:01 vethc9e37d1 1.95 1.95 0.15 0.15 0.00 0.00 0.00 0.00 07:45:52 07:26:01 eth0 28.53 15.39 21.55 11.43 0.00 0.00 0.00 0.00 07:45:52 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:26:01 docker0 1.95 1.95 0.13 0.15 0.00 0.00 0.00 0.00 07:45:52 07:27:01 eth0 107.63 88.56 813.92 114.61 0.00 0.00 0.00 0.00 07:45:52 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:28:02 veth3b0ac5a 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 07:45:52 07:28:02 eth0 169.30 131.32 1069.32 25.67 0.00 0.00 0.00 0.00 07:45:52 07:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:28:02 veth3421fe1 0.00 1.18 0.00 0.06 0.00 0.00 0.00 0.00 07:45:52 07:29:01 veth017dc11 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:29:01 veth67ce003 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:29:01 veth52534a0 2.32 4.10 0.16 10.83 0.00 0.00 0.00 0.00 07:45:52 07:29:01 eth0 158.35 122.03 1426.73 21.59 0.00 0.00 0.00 0.00 07:45:52 07:30:01 veth78c2985 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:45:52 07:30:01 vethe9496f7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:45:52 07:30:01 eth0 114.39 78.13 467.31 125.10 0.00 0.00 0.00 0.00 07:45:52 07:30:01 vethf6d2dbd 2.60 4.73 0.17 29.77 0.00 0.00 0.00 0.00 07:45:52 07:31:01 eth0 37.60 26.74 61.36 9.03 0.00 0.00 0.00 0.00 07:45:52 07:31:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:45:52 07:31:01 docker0 1321.71 1274.21 100.96 4310.09 0.00 0.00 0.00 0.00 07:45:52 07:32:01 eth0 0.37 0.35 0.03 0.03 0.00 0.00 0.00 0.00 07:45:52 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:33:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 07:45:52 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:34:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:45:52 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:35:01 eth0 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 07:45:52 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:36:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:45:52 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:37:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:45:52 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:38:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:45:52 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:39:01 eth0 0.17 0.15 0.07 0.01 0.00 0.00 0.00 0.00 07:45:52 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:40:01 eth0 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 07:45:52 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:41:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:42:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:43:01 eth0 0.28 0.23 0.14 0.07 0.00 0.00 0.00 0.00 07:45:52 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:44:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:45:52 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:45:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 Average: eth0 94.41 89.02 475.47 21.23 0.00 0.00 0.00 0.00 07:45:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:52 Average: docker0 60.11 57.95 4.59 196.02 0.00 0.00 0.00 0.00 07:45:52 07:45:52 07:45:52 ---> sar -P ALL: 07:45:52 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/16/21 _x86_64_ (2 CPU) 07:45:52 07:45:52 07:22:05 LINUX RESTART (2 CPU) 07:45:52 07:45:52 07:23:01 CPU %user %nice %system %iowait %steal %idle 07:45:52 07:24:01 all 16.29 0.00 5.58 1.77 0.07 76.28 07:45:52 07:24:01 0 19.58 0.00 6.09 1.13 0.07 73.13 07:45:52 07:24:01 1 13.03 0.00 5.08 2.41 0.07 79.41 07:45:52 07:25:01 all 46.37 0.00 10.74 3.53 0.10 39.26 07:45:52 07:25:01 0 46.38 0.00 11.26 3.73 0.11 38.52 07:45:52 07:25:01 1 46.37 0.00 10.24 3.32 0.09 39.98 07:45:52 07:26:01 all 37.56 0.00 5.48 0.59 0.09 56.28 07:45:52 07:26:01 0 37.50 0.00 5.43 0.41 0.11 56.56 07:45:52 07:26:01 1 37.61 0.00 5.53 0.78 0.07 56.01 07:45:52 07:27:01 all 56.64 0.00 9.21 0.90 0.09 33.16 07:45:52 07:27:01 0 56.24 0.00 9.39 1.19 0.09 33.09 07:45:52 07:27:01 1 57.04 0.00 9.03 0.62 0.09 33.23 07:45:52 07:28:02 all 32.26 0.00 24.43 26.85 0.13 16.34 07:45:52 07:28:02 0 31.90 0.00 24.40 27.13 0.11 16.46 07:45:52 07:28:02 1 32.61 0.00 24.46 26.57 0.15 16.22 07:45:52 07:29:01 all 69.69 0.00 15.17 13.81 0.13 1.20 07:45:52 07:29:01 0 69.61 0.00 15.28 13.43 0.13 1.55 07:45:52 07:29:01 1 69.77 0.00 15.07 14.19 0.13 0.84 07:45:52 07:30:01 all 52.46 0.00 11.89 35.28 0.10 0.28 07:45:52 07:30:01 0 52.02 0.00 12.17 35.29 0.09 0.43 07:45:52 07:30:01 1 52.90 0.00 11.60 35.27 0.11 0.13 07:45:52 07:31:01 all 12.01 0.00 4.13 3.00 0.06 80.81 07:45:52 07:31:01 0 11.66 0.00 4.43 3.47 0.07 80.37 07:45:52 07:31:01 1 12.35 0.00 3.83 2.53 0.05 81.24 07:45:52 07:32:01 all 0.10 0.00 0.06 0.00 0.02 99.82 07:45:52 07:32:01 0 0.02 0.00 0.07 0.00 0.02 99.90 07:45:52 07:32:01 1 0.18 0.00 0.05 0.00 0.02 99.75 07:45:52 07:33:01 all 0.07 0.00 0.04 0.00 0.03 99.87 07:45:52 07:33:01 0 0.10 0.00 0.03 0.00 0.03 99.83 07:45:52 07:33:01 1 0.03 0.00 0.05 0.00 0.02 99.90 07:45:52 07:34:01 all 0.13 0.00 0.01 0.00 0.02 99.85 07:45:52 07:34:01 0 0.22 0.00 0.00 0.00 0.02 99.77 07:45:52 07:34:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:45:52 07:45:52 07:34:01 CPU %user %nice %system %iowait %steal %idle 07:45:52 07:35:01 all 0.10 0.00 0.02 0.00 0.03 99.86 07:45:52 07:35:01 0 0.17 0.00 0.02 0.00 0.03 99.78 07:45:52 07:35:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:45:52 07:36:01 all 0.08 0.00 0.02 0.00 0.02 99.89 07:45:52 07:36:01 0 0.15 0.00 0.02 0.00 0.02 99.82 07:45:52 07:36:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:45:52 07:37:01 all 0.13 0.00 0.03 0.00 0.02 99.82 07:45:52 07:37:01 0 0.20 0.00 0.05 0.00 0.02 99.73 07:45:52 07:37:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:45:52 07:38:01 all 0.08 0.00 0.02 0.00 0.03 99.87 07:45:52 07:38:01 0 0.15 0.00 0.02 0.00 0.02 99.82 07:45:52 07:38:01 1 0.02 0.00 0.02 0.00 0.03 99.93 07:45:52 07:39:01 all 0.11 0.00 0.03 0.00 0.02 99.85 07:45:52 07:39:01 0 0.18 0.00 0.02 0.00 0.00 99.80 07:45:52 07:39:01 1 0.03 0.00 0.03 0.00 0.03 99.90 07:45:52 07:40:01 all 0.03 0.00 0.03 0.00 0.03 99.92 07:45:52 07:40:01 0 0.03 0.00 0.03 0.00 0.02 99.92 07:45:52 07:40:01 1 0.02 0.00 0.02 0.00 0.03 99.93 07:45:52 07:41:01 all 0.09 0.00 0.02 0.00 0.02 99.87 07:45:52 07:41:01 0 0.13 0.00 0.02 0.00 0.00 99.85 07:45:52 07:41:01 1 0.05 0.00 0.02 0.00 0.03 99.90 07:45:52 07:42:01 all 0.10 0.00 0.02 0.00 0.03 99.86 07:45:52 07:42:01 0 0.17 0.00 0.02 0.00 0.02 99.80 07:45:52 07:42:01 1 0.03 0.00 0.02 0.00 0.03 99.92 07:45:52 07:43:01 all 0.08 0.00 0.02 0.00 0.01 99.90 07:45:52 07:43:01 0 0.12 0.00 0.02 0.00 0.00 99.87 07:45:52 07:43:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:45:52 07:44:01 all 0.08 0.00 0.02 0.00 0.03 99.87 07:45:52 07:44:01 0 0.12 0.00 0.02 0.00 0.02 99.85 07:45:52 07:44:01 1 0.05 0.00 0.02 0.00 0.03 99.90 07:45:52 07:45:01 all 0.08 0.00 0.03 0.00 0.03 99.87 07:45:52 07:45:01 0 0.15 0.00 0.02 0.00 0.02 99.82 07:45:52 07:45:01 1 0.02 0.00 0.03 0.00 0.03 99.92 07:45:52 07:45:52 Average: CPU %user %nice %system %iowait %steal %idle 07:45:52 Average: all 13.96 0.00 3.74 3.68 0.05 78.57 07:45:52 Average: 0 14.06 0.00 3.82 3.69 0.04 78.38 07:45:52 Average: 1 13.85 0.00 3.66 3.68 0.05 78.76 07:45:52 07:45:52 07:45:52