Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch main at 8af46092e6841b377ce9cc35e8dd7acb653e0cde rather than a42a9483947c1b4c7e440a782ff3555fb7581f92 Obtained Jenkinsfile from 8af46092e6841b377ce9cc35e8dd7acb653e0cde Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4702132328030289041.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2688745376015459848.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 db16f8292de5a0132d944c4e76ede2ca4f84da27 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-3634/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3634/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6578162769449243299.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision db16f8292de5a0132d944c4e76ede2ca4f84da27 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db16f8292de5a0132d944c4e76ede2ca4f84da27 # timeout=10 Commit message: "Merge pull request #343 from ernestojeda/pipeline-optimizations" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7440340052598198056.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 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-3634/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3634/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh6526506578851586087.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-299 in /w/workspace/edgexfoundry_edgex-go_PR-3634 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh5681422966582293836.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 8af46092e6841b377ce9cc35e8dd7acb653e0cde into PR head commit a42a9483947c1b4c7e440a782ff3555fb7581f92 Merge succeeded, producing f48344a2b8434942cf2b2318132bc2559c0fd3ec Checking out Revision f48344a2b8434942cf2b2318132bc2559c0fd3ec (PR-3634) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh8584451157182397161.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3634/head:refs/remotes/origin/PR-3634 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a42a9483947c1b4c7e440a782ff3555fb7581f92 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh462783107840094873.key > git merge 8af46092e6841b377ce9cc35e8dd7acb653e0cde # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f48344a2b8434942cf2b2318132bc2559c0fd3ec # timeout=10 Commit message: "Merge commit '8af46092e6841b377ce9cc35e8dd7acb653e0cde' into HEAD" > git rev-list --no-walk a42a9483947c1b4c7e440a782ff3555fb7581f92 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:30:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:30:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:30:55 ========================================================= 20:30:55 EdgeX Global Pipelines Version Info 20:30:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:30:56 ------------------- 20:30:56 stable info: 20:30:56 ------------------- 20:30:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:30:56 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 20:30:56 Message: update stable to v1.0.197 20:30:57 ------------------- 20:30:57 experimental info: 20:30:57 ------------------- 20:30:57 Commited By: **** collab-it+edgex@linuxfoundation.org 20:30:57 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 20:30:57 Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:30:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:30:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:30:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3634 [Pipeline] echo 20:30:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3634 [Pipeline] echo 20:30:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3634 [Pipeline] echo 20:30:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f48344a2b8434942cf2b2318132bc2559c0fd3ec [Pipeline] echo 20:30:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f48344a [Pipeline] echo 20:30:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:30:58 provisioning config files... 20:30:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8450359077885249843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:30:58 ---> docker-login.sh 20:30:58 nexus3.edgexfoundry.org:10001 20:30:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:58 Configure a credential helper to remove this warning. See 20:30:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:58 20:30:58 Login Succeeded 20:30:58 nexus3.edgexfoundry.org:10002 20:30:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:58 Configure a credential helper to remove this warning. See 20:30:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:58 20:30:58 Login Succeeded 20:30:58 nexus3.edgexfoundry.org:10003 20:30:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:59 Configure a credential helper to remove this warning. See 20:30:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:59 20:30:59 Login Succeeded 20:30:59 nexus3.edgexfoundry.org:10004 20:30:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:59 Configure a credential helper to remove this warning. See 20:30:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:59 20:30:59 Login Succeeded 20:30:59 docker.io 20:30:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:59 Configure a credential helper to remove this warning. See 20:30:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:59 20:30:59 Login Succeeded 20:30:59 ---> docker-login.sh ends [Pipeline] } 20:30:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:31:00 ++ 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 20:31:00 + for file in '`ls cmd/**/Dockerfile`' 20:31:00 ++ dirname cmd/core-command/Dockerfile 20:31:00 ++ cut -d/ -f2 20:31:00 + echo core-command,cmd/core-command/Dockerfile 20:31:00 + for file in '`ls cmd/**/Dockerfile`' 20:31:00 ++ dirname cmd/core-data/Dockerfile 20:31:00 ++ cut -d/ -f2 20:31:00 + echo core-data,cmd/core-data/Dockerfile 20:31:00 + for file in '`ls cmd/**/Dockerfile`' 20:31:00 ++ dirname cmd/core-metadata/Dockerfile 20:31:00 ++ cut -d/ -f2 20:31:00 + echo core-metadata,cmd/core-metadata/Dockerfile 20:31:00 + for file in '`ls cmd/**/Dockerfile`' 20:31:00 ++ cut -d/ -f2 20:31:00 ++ dirname cmd/security-bootstrapper/Dockerfile 20:31:00 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:31:00 + for file in '`ls cmd/**/Dockerfile`' 20:31:00 ++ dirname cmd/security-proxy-setup/Dockerfile 20:31:00 ++ cut -d/ -f2 20:31:00 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:31:00 + for file in '`ls cmd/**/Dockerfile`' 20:31:00 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:31:00 ++ cut -d/ -f2 20:31:00 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:31:00 + for file in '`ls cmd/**/Dockerfile`' 20:31:00 ++ dirname cmd/support-notifications/Dockerfile 20:31:00 ++ cut -d/ -f2 20:31:00 + echo support-notifications,cmd/support-notifications/Dockerfile 20:31:00 + for file in '`ls cmd/**/Dockerfile`' 20:31:00 ++ dirname cmd/support-scheduler/Dockerfile 20:31:00 ++ cut -d/ -f2 20:31:00 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:31:00 + for file in '`ls cmd/**/Dockerfile`' 20:31:00 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:31:00 ++ cut -d/ -f2 20:31:00 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:31:00 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 20:31:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:31:00 20:31:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:31:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:31:01 latest: Pulling from edgex-devops/git-semver 20:31:01 31603596830f: Pulling fs layer 20:31:01 b6dc333f4379: Pulling fs layer 20:31:01 3d9ef1400e77: Pulling fs layer 20:31:01 fd332fbdc1db: Pulling fs layer 20:31:01 fd332fbdc1db: Waiting 20:31:01 b6dc333f4379: Verifying Checksum 20:31:01 b6dc333f4379: Download complete 20:31:01 31603596830f: Verifying Checksum 20:31:01 31603596830f: Download complete 20:31:01 fd332fbdc1db: Verifying Checksum 20:31:01 fd332fbdc1db: Download complete 20:31:01 31603596830f: Pull complete 20:31:01 b6dc333f4379: Pull complete 20:31:01 3d9ef1400e77: Verifying Checksum 20:31:01 3d9ef1400e77: Download complete 20:31:02 3d9ef1400e77: Pull complete 20:31:02 fd332fbdc1db: Pull complete 20:31:02 Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 20:31:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:31:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:31:02 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 20:31:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10004/edgex-devops/git-semver:latest cat 20:31:03 $ docker top 176ddb3a4e22ef29581cf24e4029572281440bc5c253cb34689edf1e8d8285f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:31:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:31:03 [ssh-agent] Looking for ssh-agent implementation... 20:31:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:31:04 $ docker exec 176ddb3a4e22ef29581cf24e4029572281440bc5c253cb34689edf1e8d8285f2 ssh-agent 20:31:04 SSH_AUTH_SOCK=/tmp/ssh-vDyGZl3Z7Kzj/agent.14 20:31:04 SSH_AGENT_PID=21 20:31:04 Running ssh-add (command line suppressed) 20:31:04 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3711619479767998219.key (/w/workspace/edgex-go/2@tmp/private_key_3711619479767998219.key) 20:31:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:31:04 + git tag --points-at HEAD [Pipeline] } 20:31:04 $ docker exec --env ******** --env ******** 176ddb3a4e22ef29581cf24e4029572281440bc5c253cb34689edf1e8d8285f2 ssh-agent -k 20:31:04 unset SSH_AUTH_SOCK; 20:31:04 unset SSH_AGENT_PID; 20:31:04 echo Agent pid 21 killed; 20:31:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:31:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:31:04 [ssh-agent] Looking for ssh-agent implementation... 20:31:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:31:04 $ docker exec 176ddb3a4e22ef29581cf24e4029572281440bc5c253cb34689edf1e8d8285f2 ssh-agent 20:31:05 SSH_AUTH_SOCK=/tmp/ssh-CuLc1bwkuT1d/agent.54 20:31:05 SSH_AGENT_PID=60 20:31:05 Running ssh-add (command line suppressed) 20:31:05 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7227234300979127999.key (/w/workspace/edgex-go/2@tmp/private_key_7227234300979127999.key) 20:31:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:31:05 + git semver init 20:31:05 # -> Open(): unable to determine branch for HEAD 20:31:05 # $GIT_DIR = /w/workspace/edgex-go/2/.git 20:31:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 20:31:05 # $SEMVER_REMOTE_NAME = origin 20:31:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:31:05 # $SEMVER_USER_NAME = edgex-jenkins 20:31:05 # $SEMVER_BRANCH = PR-3634 20:31:05 # $SEMVER_TEMP = /tmp/semver-310822031 20:31:05 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:31:20 # '/tmp/semver-310822031' -> '/w/workspace/edgex-go/2/.semver' 20:31:20 # -> Force: false 20:31:20 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 20:31:20 $ docker exec --env ******** --env ******** 176ddb3a4e22ef29581cf24e4029572281440bc5c253cb34689edf1e8d8285f2 ssh-agent -k 20:31:20 unset SSH_AUTH_SOCK; 20:31:20 unset SSH_AGENT_PID; 20:31:20 echo Agent pid 60 killed; 20:31:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:31:21 + git semver [Pipeline] } 20:31:21 $ docker stop --time=1 176ddb3a4e22ef29581cf24e4029572281440bc5c253cb34689edf1e8d8285f2 20:31:22 $ docker rm -f 176ddb3a4e22ef29581cf24e4029572281440bc5c253cb34689edf1e8d8285f2 [Pipeline] // withDockerContainer [Pipeline] sh 20:31:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:31:23 Stashed 1 file(s) [Pipeline] echo 20:31:23 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 20:31:24 ========================================================= 20:31:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:31:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:31:24 + 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 . 20:31:25 Sending build context to Docker daemon 328.5MB 20:31:25 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 20:31:25 Step 2/6 : FROM ${BASE} 20:31:25 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:31:25 540db60ca938: Pulling fs layer 20:31:25 adcc1eea9eea: Pulling fs layer 20:31:25 4c4ab2625f07: Pulling fs layer 20:31:25 0773c198feca: Pulling fs layer 20:31:25 345f892a5656: Pulling fs layer 20:31:25 4796506630df: Pulling fs layer 20:31:25 cc55df3e53f1: Pulling fs layer 20:31:25 4d027b6c602c: Pulling fs layer 20:31:25 449e75d2c14e: Pulling fs layer 20:31:25 4796506630df: Waiting 20:31:25 cc55df3e53f1: Waiting 20:31:25 4d027b6c602c: Waiting 20:31:25 449e75d2c14e: Waiting 20:31:25 0773c198feca: Waiting 20:31:25 345f892a5656: Waiting 20:31:25 4c4ab2625f07: Verifying Checksum 20:31:25 4c4ab2625f07: Download complete 20:31:25 adcc1eea9eea: Download complete 20:31:25 345f892a5656: Verifying Checksum 20:31:25 345f892a5656: Download complete 20:31:25 4796506630df: Verifying Checksum 20:31:25 4796506630df: Download complete 20:31:25 cc55df3e53f1: Verifying Checksum 20:31:25 cc55df3e53f1: Download complete 20:31:26 540db60ca938: Verifying Checksum 20:31:26 540db60ca938: Download complete 20:31:26 540db60ca938: Pull complete 20:31:26 adcc1eea9eea: Pull complete 20:31:26 4c4ab2625f07: Pull complete 20:31:26 4d027b6c602c: Verifying Checksum 20:31:26 4d027b6c602c: Download complete 20:31:29 449e75d2c14e: Verifying Checksum 20:31:29 449e75d2c14e: Download complete 20:31:30 0773c198feca: Verifying Checksum 20:31:30 0773c198feca: Download complete 20:31:33 0773c198feca: Pull complete 20:31:33 345f892a5656: Pull complete 20:31:33 4796506630df: Pull complete 20:31:33 cc55df3e53f1: Pull complete 20:31:34 4d027b6c602c: Pull complete 20:31:36 449e75d2c14e: Pull complete 20:31:36 Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 20:31:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:31:36 ---> 0d28375d9b5b 20:31:36 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 20:31:37 ---> Running in 2bcdfc4b889f 20:31:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:31:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:31:38 (1/12) Installing libmagic (5.39-r0) 20:31:38 Still waiting to schedule task 20:31:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:31:39 (2/12) Installing file (5.39-r0) 20:31:39 (3/12) Installing libc-dev (0.7.2-r3) 20:31:39 (4/12) Installing g++ (10.2.1_pre1-r3) 20:31:44 (5/12) Installing fortify-headers (1.1-r0) 20:31:44 (6/12) Installing patch (2.7.6-r7) 20:31:44 (7/12) Installing build-base (0.5-r2) 20:31:44 (8/12) Installing libsodium (1.0.18-r0) 20:31:44 (9/12) Installing pkgconf (1.7.3-r0) 20:31:44 (10/12) Installing libsodium-dev (1.0.18-r0) 20:31:44 (11/12) Installing libzmq (4.3.3-r1) 20:31:44 (12/12) Installing zeromq-dev (4.3.3-r1) 20:31:44 Executing busybox-1.32.1-r6.trigger 20:31:44 OK: 219 MiB in 52 packages 20:31:46 Removing intermediate container 2bcdfc4b889f 20:31:46 ---> 74c6d3588c73 20:31:46 Step 4/6 : WORKDIR /edgex-go 20:31:46 ---> Running in d3b7f05a2f28 20:31:46 Removing intermediate container d3b7f05a2f28 20:31:46 ---> 0be9ac7a34ea 20:31:46 Step 5/6 : COPY go.mod . 20:31:46 ---> fe4f66b854f6 20:31:46 Step 6/6 : RUN go mod download 20:31:46 ---> Running in cb1fbad034bf 20:32:18 Removing intermediate container cb1fbad034bf 20:32:18 ---> 53ed99ae674b 20:32:18 Successfully built 53ed99ae674b 20:32:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:32:19 + docker inspect -f . ci-base-image-x86_64 20:32:19 . [Pipeline] withDockerContainer 20:32:19 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 20:32:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:32:19 $ docker top 66f07a92eb79aefd37acc3df2b8fcf1e6e22fa0dad37252e262177ff8362c89e -eo pid,comm [Pipeline] { [Pipeline] sh 20:32:20 + go version 20:32:20 go version go1.16.5 linux/amd64 [Pipeline] } 20:32:20 $ docker stop --time=1 66f07a92eb79aefd37acc3df2b8fcf1e6e22fa0dad37252e262177ff8362c89e 20:32:21 $ docker rm -f 66f07a92eb79aefd37acc3df2b8fcf1e6e22fa0dad37252e262177ff8362c89e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:32:21 + docker inspect -f . ci-base-image-x86_64 20:32:21 . [Pipeline] withDockerContainer 20:32:21 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 20:32:21 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:32:22 $ docker top b736bef49acd217c22a28203c0372c2c25c23ea8e9941087bc8593816b381141 -eo pid,comm [Pipeline] { [Pipeline] echo 20:32:22 ========================================================= 20:32:22 [edgeXBuildGoParallel] Running Tests and Build... 20:32:22 ========================================================= [Pipeline] sh 20:32:22 + go mod tidy [Pipeline] sh 20:32:23 + make test 20:32:23 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:32:23 go mod tidy 20:32:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:32:28 ? github.com/edgexfoundry/edgex-go [no test files] 20:32:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:32:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:32:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:32:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:32:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:32:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:32:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:32:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:32:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:32:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:32:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:32:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:32:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.054s coverage: 28.7% of statements 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.114s coverage: 100.0% of statements 20:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.069s coverage: 46.3% of statements 20:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.118s coverage: 89.9% of statements 20:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.052s coverage: 78.9% of statements 20:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.056s coverage: 81.2% of statements 20:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 20:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.269s coverage: 95.1% of statements 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:33:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.051s coverage: 60.0% of statements 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:33:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.040s coverage: 0.8% of statements 20:33:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:33:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 20:33:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.072s coverage: 22.0% of statements 20:33:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:33:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements 20:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.065s coverage: 94.4% of statements 20:33:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.043s coverage: 44.8% of statements 20:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.177s coverage: 81.8% of statements 20:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.085s coverage: 92.9% of statements 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 58.8% of statements 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.0% of statements 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.2% of statements 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.155s coverage: 64.4% of statements 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 91.3% of statements 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.207s coverage: 66.9% of statements 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.138s coverage: 43.6% of statements 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:33:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements 20:33:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:33:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements 20:33:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:33:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.062s coverage: 19.3% of statements 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:33:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.125s coverage: 91.9% of statements 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:33:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.056s coverage: 62.7% of statements 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:33:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.085s coverage: 97.6% of statements 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 20:33:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 20:33:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:33:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements 20:33:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 95.4% of statements 20:33:49 GO111MODULE=on go vet ./... 20:34:16 gofmt -l . 20:34:16 [ "`gofmt -l .`" = "" ] 20:34:16 ./bin/test-attribution-txt.sh [Pipeline] sh 20:34:16 + ls -al . 20:34:16 total 596 20:34:16 drwxrwxr-x 10 1001 1001 4096 Jul 27 20:34 . 20:34:16 drwxr-xr-x 4 root root 28 Jul 27 20:32 .. 20:34:16 -rw-rw-r-- 1 1001 1001 11 Jul 27 20:30 .dockerignore 20:34:16 drwxrwxr-x 8 1001 1001 179 Jul 27 20:30 .git 20:34:16 drwxrwxr-x 3 1001 1001 125 Jul 27 20:30 .github 20:34:16 -rw-rw-r-- 1 1001 1001 818 Jul 27 20:30 .gitignore 20:34:16 -rw-rw-r-- 1 1001 1001 76 Jul 27 20:30 .hadolint.yml 20:34:16 drwx------ 3 1001 1001 58 Jul 27 20:31 .semver 20:34:16 -rw-rw-r-- 1 1001 1001 166 Jul 27 20:30 .sonarcloud.properties 20:34:16 -rw-rw-r-- 1 1001 1001 8609 Jul 27 20:30 Attribution.txt 20:34:16 -rw-rw-r-- 1 1001 1001 43881 Jul 27 20:30 CHANGELOG.md 20:34:16 -rw-rw-r-- 1 1001 1001 3804 Jul 27 20:30 CONTRIBUTING.md 20:34:16 -rw-rw-r-- 1 1001 1001 931 Jul 27 20:30 Dockerfile.build 20:34:16 -rw-rw-r-- 1 1001 1001 849 Jul 27 20:30 Jenkinsfile 20:34:16 -rw-rw-r-- 1 1001 1001 10775 Jul 27 20:30 LICENSE 20:34:16 -rw-rw-r-- 1 1001 1001 5915 Jul 27 20:30 Makefile 20:34:16 -rw-rw-r-- 1 1001 1001 8649 Jul 27 20:30 README.md 20:34:16 -rw-rw-r-- 1 1001 1001 6912 Jul 27 20:30 SECURITY.md 20:34:16 -rw-rw-r-- 1 1001 1001 5 Jul 27 20:31 VERSION 20:34:16 -rw-rw-r-- 1 1001 1001 4131 Jul 27 20:30 ZMQWindows.md 20:34:16 drwxrwxr-x 2 1001 1001 37 Jul 27 20:30 bin 20:34:16 drwxrwxr-x 14 1001 1001 4096 Jul 27 20:30 cmd 20:34:16 -rw-r--r-- 1 root root 402846 Jul 27 20:33 coverage.out 20:34:16 -rw-rw-r-- 1 1001 1001 812 Jul 27 20:30 go.mod 20:34:16 -rw-r--r-- 1 root root 48353 Jul 27 20:32 go.sum 20:34:16 drwxrwxr-x 7 1001 1001 114 Jul 27 20:30 internal 20:34:16 drwxrwxr-x 3 1001 1001 16 Jul 27 20:30 openapi 20:34:16 drwxrwxr-x 4 1001 1001 71 Jul 27 20:30 snap 20:34:16 -rw-rw-r-- 1 1001 1001 204 Jul 27 20:30 version.go [Pipeline] sh 20:34:16 + '[' -e coverage.out ] 20:34:16 + chown 1001:1001 coverage.out [Pipeline] stash 20:34:16 Stashed 1 file(s) [Pipeline] sh 20:34:17 + make build 20:34:17 go mod tidy 20:34:17 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 20:34:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:34:25 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 20:34:25 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 20:34:26 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 20:34:26 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 20:34:27 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 20:34:28 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 20:34:29 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 20:34:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:34:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:34:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-302 in /w/workspace/edgexfoundry_edgex-go_PR-3634 [Pipeline] { [Pipeline] ws 20:34:31 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 20:34:31 The recommended git tool is: git 20:34:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 20:34:33 $ docker stop --time=1 b736bef49acd217c22a28203c0372c2c25c23ea8e9941087bc8593816b381141 20:34:35 $ docker rm -f b736bef49acd217c22a28203c0372c2c25c23ea8e9941087bc8593816b381141 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:34:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:34:37 20:34:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:34:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:34:37 latest: Pulling from edgex-devops/edgex-compose 20:34:37 cbdbe7a5bc2a: Pulling fs layer 20:34:37 ca9280d653b3: Pulling fs layer 20:34:37 7e9c9ca2126c: Pulling fs layer 20:34:37 using credential edgex-jenkins-ssh 20:34:37 Cloning the remote Git repository 20:34:37 cbdbe7a5bc2a: Verifying Checksum 20:34:37 cbdbe7a5bc2a: Download complete 20:34:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:34:38 cbdbe7a5bc2a: Pull complete 20:34:38 ca9280d653b3: Verifying Checksum 20:34:38 ca9280d653b3: Download complete 20:34:38 ca9280d653b3: Pull complete 20:34:38 > git init /w/workspace/edgex-go/2 # timeout=10 20:34:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:34:38 > git --version # timeout=10 20:34:38 > git --version # 'git version 2.17.1' 20:34:38 using GIT_SSH to set credentials SSH Credentials for GitHub 20:34:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:34:40 7e9c9ca2126c: Verifying Checksum 20:34:40 7e9c9ca2126c: Download complete 20:34:42 7e9c9ca2126c: Pull complete 20:34:42 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:34:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:34:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:34:43 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 20:34:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:34:45 $ docker top a4de7ffed2b4096b75cab34875c7753a1e2e4d335bde8deb37c7cf58755f8933 -eo pid,comm [Pipeline] { [Pipeline] sh 20:34:46 + docker-compose build --help 20:34:46 + grep parallel 20:34:46 --parallel Build images in parallel. [Pipeline] } 20:34:46 $ docker stop --time=1 a4de7ffed2b4096b75cab34875c7753a1e2e4d335bde8deb37c7cf58755f8933 20:34:47 $ docker rm -f a4de7ffed2b4096b75cab34875c7753a1e2e4d335bde8deb37c7cf58755f8933 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:34:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:34:48 . [Pipeline] withDockerContainer 20:34:48 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 20:34:48 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:34:48 $ docker top 85999808069dfdf4691b8708f426c28ce5ba09891ab667378b0644daeb294b3f -eo pid,comm [Pipeline] { [Pipeline] sh 20:34:49 + docker-compose -f ./docker-compose-build.yml build --parallel 20:34:49 Building core-command ... 20:34:49 Building core-data ... 20:34:49 Building core-metadata ... 20:34:49 Building security-bootstrapper ... 20:34:49 Building security-proxy-setup ... 20:34:49 Building security-secretstore-setup ... 20:34:49 Building support-notifications ... 20:34:49 Building support-scheduler ... 20:34:49 Building sys-mgmt-agent ... 20:34:49 Building support-notifications 20:34:49 Building sys-mgmt-agent 20:34:49 Building security-proxy-setup 20:34:49 Building core-command 20:34:49 Building support-scheduler 20:35:00 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:35:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:35:00 ---> 53ed99ae674b 20:35:00 Step 3/23 : WORKDIR /edgex-go 20:35:00 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:35:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:35:00 ---> 53ed99ae674b 20:35:00 Step 3/24 : WORKDIR /edgex-go 20:35:05 ---> Running in 3a97bab0b3d3 20:35:05 ---> Running in 62a006348bde 20:35:09 Removing intermediate container 3a97bab0b3d3 20:35:09 ---> 34ab715ed2ed 20:35:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:09 Removing intermediate container 62a006348bde 20:35:09 ---> f442f4270773 20:35:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:10 Merging remotes/origin/main commit 8af46092e6841b377ce9cc35e8dd7acb653e0cde into PR head commit a42a9483947c1b4c7e440a782ff3555fb7581f92 20:35:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:35:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:35:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:35:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:35:09 using GIT_SSH to set credentials SSH Credentials for GitHub 20:35:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3634/head:refs/remotes/origin/PR-3634 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:35:10 > git config core.sparsecheckout # timeout=10 20:35:10 > git checkout -f a42a9483947c1b4c7e440a782ff3555fb7581f92 # timeout=10 20:35:10 > git remote # timeout=10 20:35:10 > git config --get remote.origin.url # timeout=10 20:35:10 using GIT_SSH to set credentials SSH Credentials for GitHub 20:35:10 > git merge 8af46092e6841b377ce9cc35e8dd7acb653e0cde # timeout=10 20:35:10 Merge succeeded, producing b365974c701c5bca49466e37129d172e47a2dce6 20:35:10 Checking out Revision b365974c701c5bca49466e37129d172e47a2dce6 (PR-3634) 20:35:10 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:35:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:35:10 ---> 53ed99ae674b 20:35:10 Step 3/23 : WORKDIR /edgex-go 20:35:11 ---> Using cache 20:35:11 ---> 34ab715ed2ed 20:35:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:11 ---> Running in cb5f7d410016 20:35:11 ---> Running in 0a64fcc06e88 20:35:12 ---> Running in 1602fe7e6c38 20:35:13 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:35:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:35:13 ---> 53ed99ae674b 20:35:13 Step 3/22 : WORKDIR /edgex-go 20:35:13 ---> Using cache 20:35:13 ---> 34ab715ed2ed 20:35:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:10 > git rev-parse HEAD^{commit} # timeout=10 20:35:10 > git config core.sparsecheckout # timeout=10 20:35:10 > git checkout -f b365974c701c5bca49466e37129d172e47a2dce6 # timeout=10 20:35:14 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:35:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:35:14 ---> 53ed99ae674b 20:35:14 Step 3/24 : WORKDIR /edgex-go 20:35:14 ---> Using cache 20:35:14 ---> 34ab715ed2ed 20:35:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:14 ---> Running in a4c83f0cae4e 20:35:14 ---> Running in 5ddca999994a 20:35:14 Removing intermediate container cb5f7d410016 20:35:14 ---> f2a445697395 20:35:14 Step 5/23 : RUN apk add --update --no-cache make git 20:35:14 ---> Running in 31e2b1741ade 20:35:14 Removing intermediate container 0a64fcc06e88 20:35:14 ---> 4fee95e1ea8b 20:35:14 Step 5/24 : RUN apk add --update --no-cache make bash git 20:35:14 Removing intermediate container 1602fe7e6c38 20:35:14 ---> b79a1af29543 20:35:14 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:35:14 ---> Running in fa6857c381ff 20:35:14 ---> Running in eca260a4559c 20:35:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:35:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:35:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:35:15 Removing intermediate container a4c83f0cae4e 20:35:15 ---> a1d24f654765 20:35:15 Step 5/22 : RUN apk add --update --no-cache make git 20:35:15 ---> Running in ee24c0d1c789 20:35:15 Commit message: "Merge commit '8af46092e6841b377ce9cc35e8dd7acb653e0cde' into HEAD" 20:35:15 > git rev-list --no-walk a42a9483947c1b4c7e440a782ff3555fb7581f92 # timeout=10 20:35:15 Removing intermediate container 5ddca999994a 20:35:15 ---> 927e7fd7414b 20:35:15 Step 5/24 : RUN apk add --update --no-cache make git 20:35:15 ---> Running in 5e3f9e54c807 20:35:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:35:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:35:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:35:15 provisioning config files... 20:35:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4843921867135773581tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:35:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:35:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:35:16 OK: 219 MiB in 52 packages 20:35:16 ---> docker-login.sh 20:35:16 nexus3.edgexfoundry.org:10001 20:35:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:35:16 Removing intermediate container 31e2b1741ade 20:35:16 ---> bf459854016f 20:35:16 Step 6/23 : COPY go.mod . 20:35:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:35:16 OK: 219 MiB in 52 packages 20:35:16 ---> 553f5c3dd177 20:35:16 Step 7/23 : RUN go mod download 20:35:16 ---> Running in 92aa06f5ff36 20:35:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:17 OK: 219 MiB in 52 packages 20:35:17 OK: 219 MiB in 52 packages 20:35:17 OK: 219 MiB in 52 packages 20:35:17 Removing intermediate container eca260a4559c 20:35:17 ---> b7a547dcc9da 20:35:17 Step 6/23 : COPY go.mod . 20:35:17 ---> 3ed9e0773463 20:35:17 Step 7/23 : RUN go mod download 20:35:17 Removing intermediate container ee24c0d1c789 20:35:17 ---> 4e5dec0aebb5 20:35:17 Step 6/22 : COPY go.mod . 20:35:17 Removing intermediate container fa6857c381ff 20:35:17 ---> 6cfdc6b2b675 20:35:17 Step 6/24 : COPY go.mod . 20:35:17 ---> Running in e23ffea7b454 20:35:17 Removing intermediate container 5e3f9e54c807 20:35:17 ---> 914f3c98468f 20:35:17 Step 6/24 : COPY go.mod . 20:35:17 ---> f299667e782f 20:35:17 Step 7/22 : RUN go mod download 20:35:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:17 Configure a credential helper to remove this warning. See 20:35:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:17 20:35:17 Login Succeeded 20:35:17 nexus3.edgexfoundry.org:10002 20:35:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:18 ---> Running in 106bb50220bf 20:35:18 ---> 444e89269969 20:35:18 Step 7/24 : RUN go mod download 20:35:18 ---> 539df8c029af 20:35:18 Step 7/24 : RUN go mod download 20:35:18 ---> Running in cc4bc84bea4a 20:35:18 ---> Running in b8f349bea1eb 20:35:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:18 Configure a credential helper to remove this warning. See 20:35:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:18 20:35:18 Login Succeeded 20:35:18 nexus3.edgexfoundry.org:10003 20:35:18 Removing intermediate container 92aa06f5ff36 20:35:18 ---> c981b0ae72f6 20:35:18 Step 8/23 : COPY . . 20:35:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:18 Configure a credential helper to remove this warning. See 20:35:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:18 20:35:18 Login Succeeded 20:35:18 nexus3.edgexfoundry.org:10004 20:35:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:19 Configure a credential helper to remove this warning. See 20:35:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:19 20:35:19 Login Succeeded 20:35:19 docker.io 20:35:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:35:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:35:20 Configure a credential helper to remove this warning. See 20:35:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:35:20 20:35:20 Login Succeeded 20:35:20 ---> docker-login.sh ends [Pipeline] } 20:35:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:35:21 Removing intermediate container e23ffea7b454 20:35:21 ---> 86b3c94839f8 20:35:21 Step 8/23 : COPY . . [Pipeline] echo 20:35:21 ========================================================= 20:35:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:35:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:35:21 + 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 . 20:35:23 ---> ecceedf5b6da 20:35:23 Step 9/23 : RUN go mod tidy 20:35:23 Removing intermediate container cc4bc84bea4a 20:35:23 ---> 113a795c3c7b 20:35:23 Step 8/24 : COPY . . 20:35:23 Sending build context to Docker daemon 165.8MB 20:35:23 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 20:35:23 Step 2/6 : FROM ${BASE} 20:35:23 ---> Running in f55b2d7d6ab3 20:35:23 Removing intermediate container b8f349bea1eb 20:35:23 ---> 9f48b4f32422 20:35:23 Step 8/24 : COPY . . 20:35:23 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:35:23 595b0fe564bb: Pulling fs layer 20:35:23 24495759ef45: Pulling fs layer 20:35:23 d148012ef14d: Pulling fs layer 20:35:23 cb65c68fc2e2: Pulling fs layer 20:35:23 093eec477d81: Pulling fs layer 20:35:23 a6d5b2bbb924: Pulling fs layer 20:35:23 2446dc1eb7d3: Pulling fs layer 20:35:23 596795e73e0f: Pulling fs layer 20:35:23 cb65c68fc2e2: Waiting 20:35:23 093eec477d81: Waiting 20:35:24 Removing intermediate container 106bb50220bf 20:35:24 ---> ecb578fe3aa5 20:35:24 Step 8/22 : COPY . . 20:35:24 a6d5b2bbb924: Waiting 20:35:24 2446dc1eb7d3: Waiting 20:35:24 596795e73e0f: Waiting 20:35:24 d148012ef14d: Verifying Checksum 20:35:24 d148012ef14d: Download complete 20:35:24 24495759ef45: Verifying Checksum 20:35:24 24495759ef45: Download complete 20:35:24 595b0fe564bb: Verifying Checksum 20:35:24 595b0fe564bb: Download complete 20:35:24 093eec477d81: Verifying Checksum 20:35:24 093eec477d81: Download complete 20:35:24 a6d5b2bbb924: Verifying Checksum 20:35:24 a6d5b2bbb924: Download complete 20:35:24 2446dc1eb7d3: Verifying Checksum 20:35:24 2446dc1eb7d3: Download complete 20:35:25 ---> 0d45527abb38 20:35:25 Step 9/23 : RUN go mod tidy 20:35:25 595b0fe564bb: Pull complete 20:35:26 24495759ef45: Pull complete 20:35:26 d148012ef14d: Pull complete 20:35:27 ---> Running in 40bb61c144b9 20:35:27 596795e73e0f: Verifying Checksum 20:35:27 596795e73e0f: Download complete 20:35:27 cb65c68fc2e2: Verifying Checksum 20:35:27 cb65c68fc2e2: Download complete 20:35:29 Removing intermediate container f55b2d7d6ab3 20:35:29 ---> 0ac5270da4c1 20:35:29 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 20:35:30 ---> Running in 15398d1d9312 20:35:30 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 20:35:30 Removing intermediate container 40bb61c144b9 20:35:30 ---> 5126710fa4f3 20:35:30 Step 10/23 : RUN make cmd/support-notifications/support-notifications 20:35:31 ---> Running in c8e825ccce82 20:35:32 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 20:35:34 ---> 00508824d7d4 20:35:34 Step 9/24 : RUN go mod tidy 20:35:35 ---> 3bbaed00c4b5 20:35:35 Step 9/24 : RUN go mod tidy 20:35:35 ---> Running in d6fcfe90d5d3 20:35:35 ---> Running in 967d61dc985a 20:35:35 ---> b796c6b0a2b2 20:35:35 Step 9/22 : RUN go mod tidy 20:35:35 ---> Running in 4239ef9a1927 20:35:37 Removing intermediate container d6fcfe90d5d3 20:35:37 ---> 0f53586f1c45 20:35:37 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:35:37 ---> Running in d7dea278c768 20:35:37 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 20:35:37 Removing intermediate container 4239ef9a1927 20:35:37 ---> 11598ca9b714 20:35:37 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:35:37 Removing intermediate container 967d61dc985a 20:35:37 ---> a3c51f896b08 20:35:37 Step 10/24 : RUN make cmd/core-command/core-command 20:35:37 ---> Running in 1a36df3d877e 20:35:38 ---> Running in 31c916b3837d 20:35:38 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 20:35:38 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 20:35:40 cb65c68fc2e2: Pull complete 20:35:40 093eec477d81: Pull complete 20:35:40 a6d5b2bbb924: Pull complete 20:35:40 2446dc1eb7d3: Pull complete 20:35:43 596795e73e0f: Pull complete 20:35:43 Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 20:35:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:35:43 ---> d9e956139c92 20:35:43 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 20:35:48 ---> Running in 79c03b540958 20:35:49 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:35:50 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:35:51 (1/12) Installing libmagic (5.39-r0) 20:35:51 (2/12) Installing file (5.39-r0) 20:35:51 (3/12) Installing libc-dev (0.7.2-r3) 20:35:51 (4/12) Installing g++ (10.2.1_pre1-r3) 20:35:57 (5/12) Installing fortify-headers (1.1-r0) 20:35:57 (6/12) Installing patch (2.7.6-r7) 20:35:57 (7/12) Installing build-base (0.5-r2) 20:35:57 (8/12) Installing libsodium (1.0.18-r0) 20:35:57 (9/12) Installing pkgconf (1.7.3-r0) 20:35:57 (10/12) Installing libsodium-dev (1.0.18-r0) 20:35:57 (11/12) Installing libzmq (4.3.3-r1) 20:35:58 (12/12) Installing zeromq-dev (4.3.3-r1) 20:35:58 Executing busybox-1.32.1-r6.trigger 20:35:58 OK: 218 MiB in 52 packages 20:36:02 Removing intermediate container 79c03b540958 20:36:02 ---> 3d1c3afe62fe 20:36:02 Step 4/6 : WORKDIR /edgex-go 20:36:02 ---> Running in d0a8efeb9785 20:36:03 Removing intermediate container d0a8efeb9785 20:36:03 ---> ecc6c6e86c58 20:36:03 Step 5/6 : COPY go.mod . 20:36:04 ---> 2c728b4a03f3 20:36:04 Step 6/6 : RUN go mod download 20:36:04 ---> Running in 259e42f00565 20:36:10 Removing intermediate container 15398d1d9312 20:36:10 ---> 60c4d95078ee 20:36:10 20:36:10 Step 11/23 : FROM alpine:3.12 20:36:10 3.12: Pulling from library/alpine 20:36:10 Removing intermediate container c8e825ccce82 20:36:10 ---> b9b9e155dc7b 20:36:10 20:36:10 Step 11/23 : FROM alpine:3.12 20:36:10 3.12: Pulling from library/alpine 20:36:10 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 20:36:10 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 20:36:10 Status: Downloaded newer image for alpine:3.12 20:36:10 Status: Image is up to date for alpine:3.12 20:36:10 ---> 13621d1b12d4 20:36:10 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:36:10 ---> 13621d1b12d4 20:36:10 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:36:10 ---> Running in 0691f9139737 20:36:10 ---> Running in 9b7e14a7e88b 20:36:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:36:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:36:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:36:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:36:10 (1/1) Installing dumb-init (1.2.2-r1) 20:36:10 Executing busybox-1.31.1-r20.trigger 20:36:10 OK: 6 MiB in 15 packages 20:36:10 (1/2) Installing ca-certificates (20191127-r4) 20:36:10 (2/2) Installing dumb-init (1.2.2-r1) 20:36:10 Executing busybox-1.31.1-r20.trigger 20:36:10 Executing ca-certificates-20191127-r4.trigger 20:36:10 OK: 6 MiB in 16 packages 20:36:11 Removing intermediate container 0691f9139737 20:36:11 ---> 2d4a19313742 20:36:11 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:36:11 ---> Running in 0dfb465782b9 20:36:11 Removing intermediate container 0dfb465782b9 20:36:11 ---> 8706cc8e4f2f 20:36:11 Step 14/23 : ENV APP_PORT=59861 20:36:11 ---> Running in 90357af734e1 20:36:11 Removing intermediate container 9b7e14a7e88b 20:36:11 ---> 8ce59681ad7a 20:36:11 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:36:11 ---> Running in 3bc465d70df7 20:36:11 Removing intermediate container 90357af734e1 20:36:11 ---> b7907bfcd8ae 20:36:11 Step 15/23 : EXPOSE $APP_PORT 20:36:11 ---> Running in b1fcddb04601 20:36:11 Removing intermediate container 3bc465d70df7 20:36:11 ---> 29fcdd56ecf9 20:36:11 Step 14/23 : ENV APP_PORT=59860 20:36:11 Removing intermediate container b1fcddb04601 20:36:11 ---> 4c7a9eb876a8 20:36:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:36:11 ---> Running in ec8fa7722077 20:36:12 Removing intermediate container ec8fa7722077 20:36:12 ---> 146bbd8a33e8 20:36:12 Step 15/23 : EXPOSE $APP_PORT 20:36:12 ---> Running in 5d091df9fead 20:36:12 ---> b468b2998a92 20:36:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:36:12 Removing intermediate container 5d091df9fead 20:36:12 ---> 96aaf106692c 20:36:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:36:13 ---> c090491bc87f 20:36:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:36:13 ---> cc4266ef23e3 20:36:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:36: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 20:36:13 ---> 45a03fa88e58 20:36:13 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:36:13 ---> Running in 97f7659ba09c 20:36:13 ---> 5a7ddf1c3e5a 20:36:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:36:13 Removing intermediate container 97f7659ba09c 20:36:13 ---> 5b94f4a90938 20:36:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:36:13 ---> Running in cb2c89a11c33 20:36:14 ---> 7e0f6b3580c7 20:36:14 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:36:14 ---> Running in 9f52025c178b 20:36:14 Removing intermediate container cb2c89a11c33 20:36:14 ---> 69d4d82b9c51 20:36:14 Step 21/23 : LABEL arch=x86_64 20:36:14 Removing intermediate container d7dea278c768 20:36:14 ---> 9e938904b5b2 20:36:14 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:36:14 ---> Running in 54f05e272e15 20:36:14 ---> Running in 619fa16ff491 20:36:14 Removing intermediate container 9f52025c178b 20:36:14 ---> 7c8fe8283a9e 20:36:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:36:14 ---> Running in 20f7eb01ccdd 20:36:14 Removing intermediate container 31c916b3837d 20:36:14 ---> baa2a92c193b 20:36:14 20:36:14 Step 11/24 : FROM alpine:3.12 20:36:14 ---> 13621d1b12d4 20:36:14 Step 12/24 : RUN apk add --update --no-cache dumb-init 20:36:14 ---> Using cache 20:36:14 ---> 2d4a19313742 20:36:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:36:14 ---> Using cache 20:36:14 ---> 8706cc8e4f2f 20:36:14 Step 14/24 : ENV APP_PORT=59882 20:36:14 Removing intermediate container 54f05e272e15 20:36:14 ---> 112beb0360ff 20:36:14 Step 22/23 : LABEL git_sha=f48344a2b8434942cf2b2318132bc2559c0fd3ec 20:36:14 ---> Running in eb06e2fbf7e1 20:36:14 ---> Running in 891bbd937e4e 20:36:15 Removing intermediate container 20f7eb01ccdd 20:36:15 ---> 8de74f9fee40 20:36:15 Step 21/23 : LABEL arch=x86_64 20:36:15 Removing intermediate container eb06e2fbf7e1 20:36:15 ---> d8adbe0ebff4 20:36:15 Step 15/24 : EXPOSE $APP_PORT 20:36:15 Removing intermediate container 891bbd937e4e 20:36:15 ---> 470089571e0b 20:36:15 Step 23/23 : LABEL version=0.0.0 20:36:15 ---> Running in 02bbc947fc7a 20:36:15 ---> Running in ff9c9ee4ee3c 20:36:15 ---> Running in 9f4aa6acf941 20:36: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 20:36:15 Removing intermediate container ff9c9ee4ee3c 20:36:15 ---> 7f94f14ee357 20:36:15 Step 16/24 : WORKDIR / 20:36:15 Removing intermediate container 02bbc947fc7a 20:36:15 ---> aa0e27cbe9f9 20:36:15 Step 22/23 : LABEL git_sha=f48344a2b8434942cf2b2318132bc2559c0fd3ec 20:36:15 ---> Running in 22cbab597997 20:36:15 ---> Running in 4c7ee680cfa5 20:36:15 Removing intermediate container 9f4aa6acf941 20:36:15 ---> 4bfcf6f94c97 20:36:15 20:36:15 Successfully built 4bfcf6f94c97 20:36:15 Successfully tagged support-scheduler:latest 20:36:15  Building support-scheduler ... done Building security-secretstore-setup 20:36:16 Removing intermediate container 4c7ee680cfa5 20:36:16 ---> e44a05e3bbe7 20:36:16 Step 23/23 : LABEL version=0.0.0 20:36:16 Removing intermediate container 22cbab597997 20:36:16 ---> 61ea33f85eaa 20:36:16 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:36:16 ---> Running in 06c6e18438b4 20:36:17 Removing intermediate container 1a36df3d877e 20:36:17 ---> 0438500f5f26 20:36:17 20:36:17 Step 11/22 : FROM alpine:3.12 20:36:17 ---> 13621d1b12d4 20:36:17 Step 12/22 : RUN apk add --update --no-cache curl 20:36:17 ---> a1efb8f0c870 20:36:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:36:17 Removing intermediate container 06c6e18438b4 20:36:17 ---> 9cb92efe3bdd 20:36:17 20:36:17 Successfully built 9cb92efe3bdd 20:36:17 Successfully tagged support-notifications:latest 20:36:17 Building core-data 20:36:17  Building support-notifications ... done  ---> Running in 8248797ec9a9 20:36:17 Removing intermediate container 619fa16ff491 20:36:17 ---> 0c1a78637c0f 20:36:17 20:36:17 Step 12/24 : FROM docker:20.10.6 20:36:18 20.10.6: Pulling from library/docker 20:36:18 ---> 2f0d9ae70f1d 20:36:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:36:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:36:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:36:18 (1/4) Installing ca-certificates (20191127-r4) 20:36:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:36:18 (3/4) Installing libcurl (7.78.0-r0) 20:36:18 (4/4) Installing curl (7.78.0-r0) 20:36:18 Executing busybox-1.31.1-r20.trigger 20:36:19 Executing ca-certificates-20191127-r4.trigger 20:36:19 OK: 7 MiB in 18 packages 20:36:19 ---> 7c20ede52d42 20:36:19 Step 20/24 : ENTRYPOINT ["/core-command"] 20:36:19 ---> Running in 39dab0bbbf5b 20:36:19 Removing intermediate container 39dab0bbbf5b 20:36:19 ---> dbac39db79a9 20:36:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:36:20 ---> Running in edd10ad1c206 20:36:20 Removing intermediate container 8248797ec9a9 20:36:20 ---> 38cd66e7f2a0 20:36:20 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:36:20 ---> Running in db588d688b79 20:36:20 Removing intermediate container edd10ad1c206 20:36:20 ---> eb674b9435fd 20:36:20 Step 22/24 : LABEL arch=x86_64 20:36:20 Removing intermediate container db588d688b79 20:36:20 ---> a1889731e945 20:36:20 Step 14/22 : WORKDIR /edgex 20:36:20 ---> Running in 92e8ab3e0303 20:36:20 ---> Running in 662cbe7a32a3 20:36:20 Removing intermediate container 92e8ab3e0303 20:36:20 ---> e9dde8da7f38 20:36:20 Step 23/24 : LABEL git_sha=f48344a2b8434942cf2b2318132bc2559c0fd3ec 20:36:20 Removing intermediate container 662cbe7a32a3 20:36:20 ---> 9fbebac41c2c 20:36:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:36:20 ---> Running in cc1aafe0e483 20:36:21 Removing intermediate container cc1aafe0e483 20:36:21 ---> 7bd859ac812e 20:36:21 Step 24/24 : LABEL version=0.0.0 20:36:21 ---> 3306cda26d71 20:36:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:36:21 ---> Running in b7757c6ae21c 20:36:21 Removing intermediate container b7757c6ae21c 20:36:21 ---> 87f706d3bcc5 20:36:21 20:36:21 Successfully built 87f706d3bcc5 20:36:21 Successfully tagged core-command:latest 20:36:21 Building security-bootstrapper 20:36:21  Building core-command ... done  ---> 892fb1670013 20:36:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:36:23 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:36:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:36:23 ---> 53ed99ae674b 20:36:23 Step 3/24 : WORKDIR /edgex-go 20:36:23 ---> Using cache 20:36:23 ---> 34ab715ed2ed 20:36:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:23 ---> Using cache 20:36:23 ---> 927e7fd7414b 20:36:23 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:36:24 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:36:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:36:24 ---> 53ed99ae674b 20:36:24 Step 3/26 : WORKDIR /edgex-go 20:36:24 ---> Using cache 20:36:24 ---> 34ab715ed2ed 20:36:24 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:24 ---> Using cache 20:36:24 ---> 927e7fd7414b 20:36:24 Step 5/26 : RUN apk add --update --no-cache make git 20:36:24 ---> Using cache 20:36:24 ---> 914f3c98468f 20:36:24 Step 6/26 : COPY go.mod . 20:36:24 ---> Using cache 20:36:24 ---> 539df8c029af 20:36:24 Step 7/26 : RUN go mod download 20:36:24 ---> Using cache 20:36:24 ---> 9f48b4f32422 20:36:24 Step 8/26 : COPY . . 20:36:24 ---> Using cache 20:36:24 ---> 3bbaed00c4b5 20:36:24 Step 9/26 : RUN go mod tidy 20:36:24 ---> Using cache 20:36:24 ---> a3c51f896b08 20:36:24 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:36:24 ---> 2e5098d944c0 20:36:24 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:36:24 ---> Running in 0685d52e13e2 20:36:24 ---> Running in c5d757e2d29a 20:36:24 ---> Running in 5e8af21c8147 20:36:24 Removing intermediate container 5e8af21c8147 20:36:24 ---> b35fa840ace7 20:36:24 Step 19/22 : CMD ["--init=true"] 20:36:25 ---> Running in 32feaa5995ac 20:36:25 Removing intermediate container 32feaa5995ac 20:36:25 ---> 633ea978c041 20:36:25 Step 20/22 : LABEL arch=x86_64 20:36:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:36:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:36:25 ---> Running in c4459e3a1e3d 20:36:25 Removing intermediate container c4459e3a1e3d 20:36:25 ---> f43941fffa54 20:36:25 Step 21/22 : LABEL git_sha=f48344a2b8434942cf2b2318132bc2559c0fd3ec 20:36:25 ---> Running in 62ef57524441 20:36:26 Removing intermediate container 62ef57524441 20:36:26 ---> d8ec09f5bea6 20:36:26 Step 22/22 : LABEL version=0.0.0 20:36:26 ---> Running in dce5a7ca6d3f 20:36:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:36:26 Removing intermediate container dce5a7ca6d3f 20:36:26 ---> 79fdc249880d 20:36:26 20:36:26 Successfully built 79fdc249880d 20:36:26 Successfully tagged security-proxy-setup:latest 20:36:26  Building security-proxy-setup ... done Building core-metadata 20:36:27 OK: 219 MiB in 52 packages 20:36:29 Removing intermediate container 0685d52e13e2 20:36:29 ---> 12882aae1eb0 20:36:29 Step 6/24 : COPY go.mod . 20:36:29 Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 20:36:29 Status: Downloaded newer image for docker:20.10.6 20:36:29 ---> d2979b152a7d 20:36:29 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:36:29 ---> Running in b6d867b72b02 20:36:29 ---> 435e4ddd4287 20:36:29 Step 7/24 : RUN go mod download 20:36:29 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:36:29 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:36:29 ---> 53ed99ae674b 20:36:29 Step 3/32 : WORKDIR /edgex-go 20:36:29 ---> Using cache 20:36:29 ---> 34ab715ed2ed 20:36:29 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:29 ---> Using cache 20:36:29 ---> 927e7fd7414b 20:36:29 Step 5/32 : RUN apk add --update --no-cache make git 20:36:29 ---> Using cache 20:36:29 ---> 914f3c98468f 20:36:29 Step 6/32 : COPY go.mod . 20:36:29 ---> Using cache 20:36:29 ---> 539df8c029af 20:36:29 Step 7/32 : RUN go mod download 20:36:29 ---> Using cache 20:36:29 ---> 9f48b4f32422 20:36:29 Step 8/32 : COPY . . 20:36:29 ---> Using cache 20:36:29 ---> 3bbaed00c4b5 20:36:29 Step 9/32 : RUN go mod tidy 20:36:29 ---> Using cache 20:36:29 ---> a3c51f896b08 20:36:29 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:36:29 ---> Running in 545b68e0c278 20:36:29 ---> Running in 71811534d059 20:36:30 Removing intermediate container b6d867b72b02 20:36:30 ---> 4b736120d635 20:36:30 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 20:36:30 ---> Running in a72fa31e00cd 20:36:31 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 20:36:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:36:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:36:31 (1/39) Installing readline (8.1.0-r0) 20:36:31 (2/39) Installing bash (5.1.0-r0) 20:36:31 Executing bash-5.1.0-r0.post-install 20:36:31 (3/39) Installing brotli-libs (1.0.9-r3) 20:36:31 (4/39) Installing nghttp2-libs (1.42.0-r1) 20:36:31 (5/39) Installing libcurl (7.78.0-r0) 20:36:32 (6/39) Installing curl (7.78.0-r0) 20:36:32 (7/39) Installing dumb-init (1.2.5-r0) 20:36:32 (8/39) Installing libbz2 (1.0.8-r1) 20:36:32 (9/39) Installing expat (2.2.10-r1) 20:36:32 (10/39) Installing libffi (3.3-r2) 20:36:32 (11/39) Installing gdbm (1.19-r0) 20:36:32 (12/39) Installing xz-libs (5.2.5-r0) 20:36:32 (13/39) Installing sqlite-libs (3.34.1-r0) 20:36:32 (14/39) Installing python3 (3.8.10-r0) 20:36:32 Removing intermediate container 71811534d059 20:36:32 ---> 456fbed3611d 20:36:32 Step 8/24 : COPY . . 20:36:33 (15/39) Installing py3-appdirs (1.4.4-r1) 20:36:33 (16/39) Installing py3-ordered-set (4.0.2-r0) 20:36:33 (17/39) Installing py3-parsing (2.4.7-r1) 20:36:33 (18/39) Installing py3-six (1.15.0-r0) 20:36:33 (19/39) Installing py3-packaging (20.9-r0) 20:36:33 (20/39) Installing py3-setuptools (51.3.3-r0) 20:36:33 (21/39) Installing py3-chardet (4.0.0-r0) 20:36:33 (22/39) Installing py3-idna (3.1-r0) 20:36:33 (23/39) Installing py3-urllib3 (1.26.2-r1) 20:36:33 (24/39) Installing py3-requests (2.25.1-r1) 20:36:33 (25/39) Installing py3-msgpack (1.0.2-r0) 20:36:33 (26/39) Installing py3-lockfile (0.12.2-r3) 20:36:33 (27/39) Installing py3-cachecontrol (0.12.6-r0) 20:36:33 (28/39) Installing py3-colorama (0.4.4-r0) 20:36:34 (29/39) Installing py3-contextlib2 (0.6.0-r0) 20:36:34 (30/39) Installing py3-distlib (0.3.1-r1) 20:36:34 (31/39) Installing py3-distro (1.5.0-r1) 20:36:34 (32/39) Installing py3-webencodings (0.5.1-r3) 20:36:34 (33/39) Installing py3-html5lib (1.1-r0) 20:36:34 (34/39) Installing py3-pytoml (0.1.21-r0) 20:36:34 (35/39) Installing py3-pep517 (0.9.1-r0) 20:36:34 (36/39) Installing py3-progress (1.5-r0) 20:36:34 (37/39) Installing py3-retrying (1.3.3-r0) 20:36:34 (38/39) Installing py3-toml (0.10.2-r0) 20:36:34 (39/39) Installing py3-pip (20.3.4-r0) 20:36:34 Executing busybox-1.32.1-r6.trigger 20:36:34 OK: 82 MiB in 59 packages 20:36:38 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:36:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:36:38 ---> 53ed99ae674b 20:36:38 Step 3/24 : WORKDIR /edgex-go 20:36:38 ---> Using cache 20:36:38 ---> 34ab715ed2ed 20:36:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:38 ---> Using cache 20:36:38 ---> 927e7fd7414b 20:36:38 Step 5/24 : RUN apk add --update --no-cache make git 20:36:38 ---> Using cache 20:36:38 ---> 914f3c98468f 20:36:38 Step 6/24 : COPY go.mod . 20:36:38 ---> Using cache 20:36:38 ---> 539df8c029af 20:36:38 Step 7/24 : RUN go mod download 20:36:38 ---> Using cache 20:36:38 ---> 9f48b4f32422 20:36:38 Step 8/24 : COPY . . 20:36:38 ---> Using cache 20:36:38 ---> 3bbaed00c4b5 20:36:38 Step 9/24 : RUN go mod tidy 20:36:38 ---> Using cache 20:36:38 ---> a3c51f896b08 20:36:38 Step 10/24 : RUN make cmd/core-metadata/core-metadata 20:36:38 Collecting docker-compose==1.23.2 20:36:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:36:38 Collecting jsonschema<3,>=2.5.1 20:36:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:36:38 Collecting websocket-client<1.0,>=0.32.0 20:36:38 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:36:38 Collecting docker<4.0,>=3.6.0 20:36:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:36:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:36:38 Collecting texttable<0.10,>=0.9.0 20:36:38 Downloading texttable-0.9.1.tar.gz (11 kB) 20:36:39 Collecting PyYAML<4,>=3.10 20:36:39 Downloading PyYAML-3.13.tar.gz (270 kB) 20:36:39 ---> Running in 1f85a3d6109c 20:36:40 ---> 5be6033c9df5 20:36:40 Step 9/24 : RUN go mod tidy 20:36:40 ---> Running in f02e1ac3d29b 20:36:40 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 20:36:41 Collecting cached-property<2,>=1.2.0 20:36:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:36:41 Collecting dockerpty<0.5,>=0.4.1 20:36:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:36:41 Removing intermediate container f02e1ac3d29b 20:36:41 ---> 2f8d656cdcdc 20:36:41 Step 10/24 : RUN make cmd/core-data/core-data 20:36:41 ---> Running in 42a0cdbbc8e5 20:36:42 Collecting docopt<0.7,>=0.6.1 20:36:42 Downloading docopt-0.6.2.tar.gz (25 kB) 20:36:42 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 20:36:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:36:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:36:43 Collecting docker-pycreds>=0.4.0 20:36:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:36:43 Collecting certifi>=2017.4.17 20:36:43 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 20:36:43 Collecting chardet<3.1.0,>=3.0.2 20:36:43 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:36:44 Collecting urllib3<1.25,>=1.21.1 20:36:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:36:44 Collecting idna<2.8,>=2.5 20:36:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:36:44 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:36:44 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:36:44 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:36:44 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:36:44 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 20:36:44 Attempting uninstall: urllib3 20:36:44 Found existing installation: urllib3 1.26.2 20:36:44 Uninstalling urllib3-1.26.2: 20:36:44 Successfully uninstalled urllib3-1.26.2 20:36:45 Attempting uninstall: idna 20:36:45 Found existing installation: idna 3.1 20:36:45 Uninstalling idna-3.1: 20:36:45 Successfully uninstalled idna-3.1 20:36:45 Attempting uninstall: chardet 20:36:45 Found existing installation: chardet 4.0.0 20:36:45 Uninstalling chardet-4.0.0: 20:36:45 Successfully uninstalled chardet-4.0.0 20:36:46 Attempting uninstall: requests 20:36:46 Found existing installation: requests 2.25.1 20:36:46 Uninstalling requests-2.25.1: 20:36:46 Successfully uninstalled requests-2.25.1 20:36:46 Running setup.py install for texttable: started 20:36:47 Running setup.py install for texttable: finished with status 'done' 20:36:47 Running setup.py install for PyYAML: started 20:36:48 Running setup.py install for PyYAML: finished with status 'done' 20:36:48 Running setup.py install for docopt: started 20:36:49 Running setup.py install for docopt: finished with status 'done' 20:36:49 Running setup.py install for dockerpty: started 20:36:50 Running setup.py install for dockerpty: finished with status 'done' 20:36:51 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 20:36:56 Removing intermediate container a72fa31e00cd 20:36:56 ---> b7a59970e4f6 20:36:56 Step 15/24 : ENV APP_PORT=58890 20:36:56 ---> Running in 19fb56f90362 20:36:56 Removing intermediate container 19fb56f90362 20:36:56 ---> 2d3db42c8d1a 20:36:56 Step 16/24 : EXPOSE $APP_PORT 20:36:56 ---> Running in bc5b36c2e66e 20:36:56 Removing intermediate container bc5b36c2e66e 20:36:56 ---> 618fb10de5dc 20:36:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:36:57 ---> 93add2a38d3a 20:36:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:36:57 ---> c1235ccbd477 20:36:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:36:57 ---> bf431b39615b 20:36:57 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 20:36:57 ---> Running in 185b5a2b0b4e 20:36:58 Removing intermediate container 185b5a2b0b4e 20:36:58 ---> 1196c8236257 20:36:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:36:58 ---> Running in dc6280264a3b 20:36:58 Removing intermediate container dc6280264a3b 20:36:58 ---> bd7bba211938 20:36:58 Step 22/24 : LABEL arch=x86_64 20:36:58 ---> Running in bc6485207226 20:36:58 Removing intermediate container bc6485207226 20:36:58 ---> eba8d1adc91f 20:36:58 Step 23/24 : LABEL git_sha=f48344a2b8434942cf2b2318132bc2559c0fd3ec 20:36:58 ---> Running in 5625927087c2 20:36:58 Removing intermediate container 5625927087c2 20:36:58 ---> 93d4355d20dd 20:36:58 Step 24/24 : LABEL version=0.0.0 20:36:58 ---> Running in d92158b66048 20:36:58 Removing intermediate container d92158b66048 20:36:58 ---> bad39eeeb42d 20:36:58 20:36:59 Successfully built bad39eeeb42d 20:36:59 Successfully tagged sys-mgmt-agent:latest 20:36:59  Building sys-mgmt-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:37:04 Removing intermediate container c5d757e2d29a 20:37:04 ---> c9c7c812cb01 20:37:04 20:37:04 Step 11/26 : FROM alpine:3.12 20:37:04 ---> 13621d1b12d4 20:37:04 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:37:04 ---> Running in 8f7aad982985 20:37:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:37:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:37:05 (1/6) Installing ca-certificates (20191127-r4) 20:37:05 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:37:05 (3/6) Installing libcurl (7.78.0-r0) 20:37:05 (4/6) Installing curl (7.78.0-r0) 20:37:05 (5/6) Installing dumb-init (1.2.2-r1) 20:37:05 (6/6) Installing su-exec (0.2-r1) 20:37:05 Executing busybox-1.31.1-r20.trigger 20:37:05 Executing ca-certificates-20191127-r4.trigger 20:37:05 OK: 7 MiB in 20 packages 20:37:06 Removing intermediate container 8f7aad982985 20:37:06 ---> 901ddc93cc12 20:37:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:37:06 ---> Running in 30f731e46612 20:37:06 Removing intermediate container 30f731e46612 20:37:06 ---> 6f8befde53b5 20:37:06 Step 14/26 : WORKDIR / 20:37:06 ---> Running in 3d99f791726c 20:37:06 Removing intermediate container 3d99f791726c 20:37:06 ---> 293ffcd73857 20:37:06 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:37:07 ---> aa7618fe7dd3 20:37:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:37:07 ---> 3389351bb97a 20:37:07 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:37:07 ---> ccf7cc204fd4 20:37:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:37:08 ---> 3b28b17c83a9 20:37:08 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:37:08 ---> 1b8aa9ad309a 20:37:08 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:37:10 ---> 32dce47867db 20:37:10 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:37:10 Removing intermediate container 545b68e0c278 20:37:10 ---> 7bd31ce96d69 20:37:10 20:37:10 Step 11/32 : FROM alpine:3.12 20:37:10 ---> 13621d1b12d4 20:37:10 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:37:10 ---> Running in 4db6d74b8595 20:37:10 Removing intermediate container 4db6d74b8595 20:37:10 ---> 7e0cb77dd53f 20:37:10 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 20:37:10 ---> Running in 775fa2253744 20:37:10 ---> a3d0e7c72fda 20:37:10 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/ 20:37:10 ---> Running in 9a586a01c87b 20:37:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:37:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:37:11 (1/2) Installing dumb-init (1.2.2-r1) 20:37:11 (2/2) Installing su-exec (0.2-r1) 20:37:11 Executing busybox-1.31.1-r20.trigger 20:37:11 OK: 6 MiB in 16 packages 20:37:11 Removing intermediate container 9a586a01c87b 20:37:11 ---> 3530b352dc56 20:37:11 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 20:37:11 ---> Running in 716fac0d0f50 20:37:12 Removing intermediate container 716fac0d0f50 20:37:12 ---> d467dc66de6c 20:37:12 Step 24/26 : LABEL arch=x86_64 20:37:12 ---> Running in 1f4f02e81e1f 20:37:12 Removing intermediate container 1f4f02e81e1f 20:37:12 ---> 75fd65e5ce84 20:37:12 Step 25/26 : LABEL git_sha=f48344a2b8434942cf2b2318132bc2559c0fd3ec 20:37:12 ---> Running in cbf07e791476 20:37:12 Removing intermediate container 775fa2253744 20:37:12 ---> 503c708d5a64 20:37:12 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 20:37:12 ---> Running in 0f07ceff999d 20:37:12 Removing intermediate container cbf07e791476 20:37:12 ---> a4044dc2c8b3 20:37:12 Step 26/26 : LABEL version=0.0.0 20:37:12 ---> Running in 20c478e80f14 20:37:12 Removing intermediate container 0f07ceff999d 20:37:12 ---> be01facdf9f9 20:37:12 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:37:12 ---> Running in 26b2a97027c1 20:37:12 Removing intermediate container 20c478e80f14 20:37:12 ---> 09ffa5004d2b 20:37:12 20:37:12 Removing intermediate container 26b2a97027c1 20:37:12 ---> 65469d63295a 20:37:12 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:37:12 ---> Running in 0d221ed32033 20:37:12 Successfully built 09ffa5004d2b 20:37:12 Successfully tagged security-secretstore-setup:latest 20:37:13  Building security-secretstore-setup ... done Removing intermediate container 0d221ed32033 20:37:13 ---> 16f1726259f1 20:37:13 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 20:37:13 ---> Running in 864e5ee60ad3 20:37:14 Removing intermediate container 864e5ee60ad3 20:37:14 ---> 097949514af0 20:37:14 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:37:14 ---> b285205a8df1 20:37:14 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:37:14 ---> Running in 54c5289fdc2d 20:37:15 Removing intermediate container 54c5289fdc2d 20:37:15 ---> 1cf34ccd1eb1 20:37:15 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:37:16 ---> 49624a8f2f9d 20:37:16 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:37:16 ---> 888dd48752f5 20:37:16 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:37:16 ---> b37c27fb1a12 20:37:16 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:37:17 ---> da5575789700 20:37:17 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:37:17 ---> 0418c7920df6 20:37:17 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 20:37:17 ---> Running in e2217a0ad110 20:37:18 Removing intermediate container e2217a0ad110 20:37:18 ---> 4fd242b69766 20:37:18 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:37:18 ---> 3b727c10b647 20:37:18 Step 27/32 : RUN chmod +x /entrypoint.sh 20:37:18 ---> Running in 63ddefc27b4b 20:37:19 Removing intermediate container 1f85a3d6109c 20:37:19 ---> 6d704bf4a7a7 20:37:19 20:37:19 Step 11/24 : FROM alpine:3.12 20:37:19 ---> 13621d1b12d4 20:37:19 Step 12/24 : RUN apk add --update --no-cache dumb-init 20:37:19 ---> Using cache 20:37:19 ---> 2d4a19313742 20:37:19 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:37:19 ---> Using cache 20:37:19 ---> 8706cc8e4f2f 20:37:19 Step 14/24 : ENV APP_PORT=59881 20:37:19 ---> Running in 6a580873f41f 20:37:19 Removing intermediate container 6a580873f41f 20:37:19 ---> 5934862f370e 20:37:19 Step 15/24 : EXPOSE $APP_PORT 20:37:19 Removing intermediate container 63ddefc27b4b 20:37:19 ---> f37ebf44dcc5 20:37:19 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:37:19 ---> Running in 81415bbafa77 20:37:19 ---> Running in dc083618c043 20:37:19 Removing intermediate container 81415bbafa77 20:37:19 ---> fb7a7cb2b820 20:37:19 Step 16/24 : WORKDIR / 20:37:19 Removing intermediate container dc083618c043 20:37:19 ---> 59bb018542bc 20:37:19 Step 29/32 : CMD ["gate"] 20:37:20 ---> Running in 871e6d87732a 20:37:20 ---> Running in 541da268aa9e 20:37:20 Removing intermediate container 871e6d87732a 20:37:20 ---> 08062c81254d 20:37:20 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:37:20 Removing intermediate container 541da268aa9e 20:37:20 ---> a408d21b8fd7 20:37:20 Step 30/32 : LABEL arch=x86_64 20:37:20 ---> Running in b9c169949086 20:37:20 ---> a14f2cf0a020 20:37:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:37:20 Removing intermediate container b9c169949086 20:37:20 ---> 60affeda63a6 20:37:20 Step 31/32 : LABEL git_sha=f48344a2b8434942cf2b2318132bc2559c0fd3ec 20:37:20 ---> Running in ec583e1f960b 20:37:21 ---> f15c59ab5fb7 20:37:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:37:21 Removing intermediate container ec583e1f960b 20:37:21 ---> cb6db109a21c 20:37:21 Step 32/32 : LABEL version=0.0.0 20:37:21 Removing intermediate container 42a0cdbbc8e5 20:37:21 ---> d99264e72d71 20:37:21 20:37:21 Step 11/24 : FROM alpine:3.12 20:37:21 ---> 13621d1b12d4 20:37:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:37:21 ---> Running in 7097201dfb65 20:37:21 ---> Running in cf89fc2e4efa 20:37:21 ---> a91f95957f5e 20:37:21 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:37:21 ---> Running in 2343a9b3ca70 20:37:21 Removing intermediate container 7097201dfb65 20:37:21 ---> 023da97e2745 20:37:21 20:37:21 Removing intermediate container cf89fc2e4efa 20:37:21 ---> 26f5e1e156ec 20:37:21 Step 13/24 : ENV APP_PORT=59880 20:37:21 Removing intermediate container 2343a9b3ca70 20:37:21 ---> 486f86d01441 20:37:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:37:21 ---> Running in 5114b576f815 20:37:21 Successfully built 023da97e2745 20:37:21 ---> Running in fc9e588390a0 20:37:21 Successfully tagged security-bootstrapper:latest 20:37:21  Building security-bootstrapper ... done Removing intermediate container 5114b576f815 20:37:21 ---> c486a9d53210 20:37:21 Step 14/24 : EXPOSE $APP_PORT 20:37:21 Removing intermediate container fc9e588390a0 20:37:21 ---> 187a28050c74 20:37:21 Step 22/24 : LABEL arch=x86_64 20:37:21 ---> Running in 0b349b18c898 20:37:21 ---> Running in af0a239543ed 20:37:21 Removing intermediate container 0b349b18c898 20:37:21 ---> cadff257d551 20:37:21 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:37:21 Removing intermediate container af0a239543ed 20:37:21 ---> d3a8f6f259dd 20:37:21 Step 23/24 : LABEL git_sha=f48344a2b8434942cf2b2318132bc2559c0fd3ec 20:37:21 ---> Running in ccd1d1df3a39 20:37:21 ---> Running in 575f9e6f9a60 20:37:22 Removing intermediate container ccd1d1df3a39 20:37:22 ---> 8045d7260a5b 20:37:22 Step 24/24 : LABEL version=0.0.0 20:37:22 ---> Running in d62b98312cb4 20:37:22 Removing intermediate container d62b98312cb4 20:37:22 ---> c6d21e73944e 20:37:22 20:37:22 Successfully built c6d21e73944e 20:37:22 Successfully tagged core-metadata:latest 20:37:22  Building core-metadata ... done Removing intermediate container 575f9e6f9a60 20:37:22 ---> 338903f9f535 20:37:22 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 20:37:22 ---> Running in f4db53c10c3b 20:37:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:37:24 (1/6) Installing dumb-init (1.2.2-r1) 20:37:24 (2/6) Installing libgcc (9.3.0-r2) 20:37:24 (3/6) Installing libsodium (1.0.18-r0) 20:37:24 (4/6) Installing libstdc++ (9.3.0-r2) 20:37:24 (5/6) Installing libzmq (4.3.3-r0) 20:37:24 (6/6) Installing zeromq (4.3.3-r0) 20:37:24 Executing busybox-1.31.1-r20.trigger 20:37:24 OK: 8 MiB in 20 packages 20:37:25 Removing intermediate container f4db53c10c3b 20:37:25 ---> cff5dfec5637 20:37:25 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:37:25 ---> 5d80606b5980 20:37:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:37:25 ---> 430bee0ddbb3 20:37:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:37:25 ---> ff475c9388f8 20:37:25 Step 20/24 : ENTRYPOINT ["/core-data"] 20:37:25 ---> Running in a23455d9556f 20:37:26 Removing intermediate container a23455d9556f 20:37:26 ---> f2766b1474b8 20:37:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:37:26 ---> Running in f08aad192c92 20:37:26 Removing intermediate container f08aad192c92 20:37:26 ---> 9e1587b34ffb 20:37:26 Step 22/24 : LABEL arch=x86_64 20:37:26 ---> Running in 45e027e8ff3d 20:37:26 Removing intermediate container 45e027e8ff3d 20:37:26 ---> 7055ac126e20 20:37:26 Step 23/24 : LABEL git_sha=f48344a2b8434942cf2b2318132bc2559c0fd3ec 20:37:26 ---> Running in c6b2e26cde4b 20:37:26 Removing intermediate container c6b2e26cde4b 20:37:26 ---> 470ad3a6c740 20:37:26 Step 24/24 : LABEL version=0.0.0 20:37:26 ---> Running in 9c4b8227a33a 20:37:26 Removing intermediate container 9c4b8227a33a 20:37:26 ---> 7c5be239e690 20:37:26 20:37:26 Successfully built 7c5be239e690 20:37:26 Successfully tagged core-data:latest 20:37:26  Building core-data ... done  [Pipeline] } 20:37:26 $ docker stop --time=1 85999808069dfdf4691b8708f426c28ce5ba09891ab667378b0644daeb294b3f 20:37:28 $ docker rm -f 85999808069dfdf4691b8708f426c28ce5ba09891ab667378b0644daeb294b3f [Pipeline] // withDockerContainer [Pipeline] sh 20:37:28 + docker images 20:37:28 REPOSITORY TAG IMAGE ID CREATED SIZE 20:37:28 core-data latest 7c5be239e690 2 seconds ago 20.4MB 20:37:28 core-metadata latest c6d21e73944e 7 seconds ago 16.7MB 20:37:28 security-bootstrapper latest 023da97e2745 7 seconds ago 18.7MB 20:37:28 d99264e72d71 8 seconds ago 1.75GB 20:37:28 6d704bf4a7a7 10 seconds ago 1.75GB 20:37:28 security-secretstore-setup latest 09ffa5004d2b 16 seconds ago 29MB 20:37:28 7bd31ce96d69 19 seconds ago 1.75GB 20:37:28 c9c7c812cb01 25 seconds ago 1.75GB 20:37:28 sys-mgmt-agent latest bad39eeeb42d 30 seconds ago 324MB 20:37:28 security-proxy-setup latest 79fdc249880d About a minute ago 25.9MB 20:37:28 core-command latest 87f706d3bcc5 About a minute ago 16MB 20:37:28 0c1a78637c0f About a minute ago 1.75GB 20:37:28 0438500f5f26 About a minute ago 1.75GB 20:37:28 support-notifications latest 9cb92efe3bdd About a minute ago 16.8MB 20:37:28 support-scheduler latest 4bfcf6f94c97 About a minute ago 16.1MB 20:37:28 baa2a92c193b About a minute ago 1.74GB 20:37:28 b9b9e155dc7b About a minute ago 1.75GB 20:37:28 60c4d95078ee About a minute ago 1.74GB 20:37:28 ci-base-image-x86_64 latest 53ed99ae674b 5 minutes ago 1.24GB 20:37:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 0d28375d9b5b 13 days ago 475MB 20:37:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest d8573e4929f5 2 weeks ago 37.5MB 20:37:28 docker 20.10.6 d2979b152a7d 3 months ago 246MB 20:37:28 alpine 3.12 13621d1b12d4 3 months ago 5.58MB 20:37:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 13 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 20:37:41 Removing intermediate container 259e42f00565 20:37:41 ---> 8ab4451d8b16 20:37:41 Successfully built 8ab4451d8b16 20:37:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:37:41 + docker inspect -f . ci-base-image-arm64 20:37:41 . [Pipeline] withDockerContainer 20:37:41 prd-ubuntu18.04-docker-arm64-4c-16g-302 does not seem to be running inside a container 20:37:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:37:43 $ docker top bbb2f110f472f087b4c8725e7e49777415260b2bdab24e952c1b4f08d8f17cfe -eo pid,comm [Pipeline] { [Pipeline] sh 20:37:43 Still waiting to schedule task 20:37:43 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:37:44 + go version 20:37:44 go version go1.16.5 linux/arm64 [Pipeline] } 20:37:44 $ docker stop --time=1 bbb2f110f472f087b4c8725e7e49777415260b2bdab24e952c1b4f08d8f17cfe 20:37:46 $ docker rm -f bbb2f110f472f087b4c8725e7e49777415260b2bdab24e952c1b4f08d8f17cfe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:37:47 + docker inspect -f . ci-base-image-arm64 20:37:47 . [Pipeline] withDockerContainer 20:37:47 prd-ubuntu18.04-docker-arm64-4c-16g-302 does not seem to be running inside a container 20:37:47 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:37:48 $ docker top 22e2c18a1fd9ed1c33927eb18ad0aac663baaf1e75192dd47712ff776eb11f96 -eo pid,comm [Pipeline] { [Pipeline] echo 20:37:49 ========================================================= 20:37:49 [edgeXBuildGoParallel] Running Tests and Build... 20:37:49 ========================================================= [Pipeline] sh 20:37:49 + go mod tidy [Pipeline] sh 20:37:51 + make test 20:37:51 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:37:51 go mod tidy 20:37:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:38:18 ? github.com/edgexfoundry/edgex-go [no test files] 20:38:44 Running on prd-ubuntu18.04-docker-8c-8g-304 in /w/workspace/edgexfoundry_edgex-go_PR-3634 [Pipeline] { [Pipeline] ws 20:38:44 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 20:38:45 The recommended git tool is: git 20:38:47 using credential edgex-jenkins-ssh 20:38:47 Cloning the remote Git repository 20:38:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:38:47 > git init /w/workspace/edgex-go/2 # timeout=10 20:38:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:38:47 > git --version # timeout=10 20:38:47 > git --version # 'git version 2.17.1' 20:38:47 using GIT_SSH to set credentials SSH Credentials for GitHub 20:38:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:39:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:39:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:39:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:39:27 Merging remotes/origin/main commit 8af46092e6841b377ce9cc35e8dd7acb653e0cde into PR head commit a42a9483947c1b4c7e440a782ff3555fb7581f92 20:39:27 Merge succeeded, producing 288ed4c9957a092e029ee1a18e43bd94631a3143 20:39:27 Checking out Revision 288ed4c9957a092e029ee1a18e43bd94631a3143 (PR-3634) 20:39:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:39:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:39:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:39:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:39:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:39:26 using GIT_SSH to set credentials SSH Credentials for GitHub 20:39:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3634/head:refs/remotes/origin/PR-3634 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:39:27 > git config core.sparsecheckout # timeout=10 20:39:27 > git checkout -f a42a9483947c1b4c7e440a782ff3555fb7581f92 # timeout=10 20:39:27 > git remote # timeout=10 20:39:27 > git config --get remote.origin.url # timeout=10 20:39:27 using GIT_SSH to set credentials SSH Credentials for GitHub 20:39:27 > git merge 8af46092e6841b377ce9cc35e8dd7acb653e0cde # timeout=10 20:39:27 > git rev-parse HEAD^{commit} # timeout=10 20:39:27 > git config core.sparsecheckout # timeout=10 20:39:27 > git checkout -f 288ed4c9957a092e029ee1a18e43bd94631a3143 # timeout=10 20:39:31 Commit message: "Merge commit '8af46092e6841b377ce9cc35e8dd7acb653e0cde' into HEAD" 20:39:31 > git rev-list --no-walk a42a9483947c1b4c7e440a782ff3555fb7581f92 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:39:32 + echo snap-build.sh 20:39:32 snap-build.sh 20:39:32 + SNAP_BASE_DIR=. 20:39:32 + '[' '!' -z /w/workspace/edgex-go/2 ']' 20:39:32 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 20:39:32 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 20:39:32 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 20:39:32 + cd /w/workspace/edgex-go/2 20:39:32 + sudo apt-get remove -qy --purge lxd lxd-client 20:39:32 Reading package lists... 20:39:32 Building dependency tree... 20:39:32 Reading state information... 20:39:32 The following packages were automatically installed and are no longer required: 20:39:32 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:39:32 uidmap xdelta3 20:39:32 Use 'sudo apt autoremove' to remove them. 20:39:32 The following packages will be REMOVED: 20:39:32 lxd* lxd-client* 20:39:32 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:39:32 After this operation, 31.7 MB disk space will be freed. 20:39:33 (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.) 20:39:33 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:39:33 Removing lxd dnsmasq configuration 20:39:33 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:39:34 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:39:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:39: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 ... 190142 files and directories currently installed.) 20:39:35 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:39:36 Processing triggers for systemd (237-3ubuntu10.45) ... 20:39:36 Processing triggers for ureadahead (0.100.0-21) ... 20:39:36 + sudo snap remove --purge lxd 20:39:36 snap "lxd" is not installed 20:39:36 + sudo groupadd --force --system lxd 20:39:36 ++ whoami 20:39:36 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:39:36 + newgrp - lxd 20:39:36 + sudo snap install lxd 20:39:37 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:39:37 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:39:37 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:39:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:39:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:39:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:39:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:39:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:39:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:39:40 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:39:47 2021-07-27T20:39:44Z INFO Waiting for automatic snapd restart... 20:39:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.217s coverage: 28.7% of statements 20:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:39:57 lxd 4.16 from Canonical* installed 20:39:57 + sudo lxd init --auto 20:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.383s coverage: 100.0% of statements 20:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:39:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.410s coverage: 46.3% of statements 20:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:39:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:40:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.599s coverage: 89.9% of statements 20:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:40:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.243s coverage: 78.9% of statements 20:40:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.227s coverage: 81.2% of statements 20:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 20:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:40:07 + sudo snap install --classic snapcraft 20:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.683s coverage: 95.1% of statements 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:40:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.248s coverage: 60.0% of statements 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:40:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.360s coverage: 0.8% of statements 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:40:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.160s coverage: 58.8% of statements 20:40:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.237s coverage: 22.0% of statements 20:40:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.219s coverage: 47.1% of statements 20:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.316s coverage: 79.5% of statements 20:40:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.218s coverage: 94.1% of statements 20:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.262s coverage: 96.3% of statements 20:40:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.197s coverage: 87.5% of statements 20:40:15 snapcraft 4.8.3 from Canonical* installed 20:40:15 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 20:40:15 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 20:40:15 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:15 Dload Upload Total Spent Left Speed 20:40:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4478 0 --:--:-- --:--:-- --:--:-- 4478 20:40:15 67 3325k 67 2231k 0 0 2991k 0 0:00:01 --:--:-- 0:00:01 2991k 100 3325k 100 3325k 0 0 4125k 0 --:--:-- --:--:-- --:--:-- 17.7M 20:40:15 ./yq_linux_amd64 20:40:15 + sudo snapcraft prime --use-lxd 20:40:17 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:40:17 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: 20:40:17 - README.md 20:40:17 20:40:17 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:40:17 Launching a container. 20:40:24 Waiting for container to be ready 20:40:25 To start your first instance, try: lxc launch ubuntu:18.04 20:40:25 20:40:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.228s coverage: 94.4% of statements 20:40:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.181s coverage: 44.8% of statements 20:40:29 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:40:29 Waiting for network to be ready... 20:40:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:40:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1814 kB] 20:40:29 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:40:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [333 kB] 20:40:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 20:40:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 20:40:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [389 kB] 20:40:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [52.3 kB] 20:40:30 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1132 kB] 20:40:30 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] 20:40:30 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:40:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:40:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:40:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:40:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:40:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:40:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:40:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:40:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:40:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2160 kB] 20:40:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [425 kB] 20:40:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] 20:40:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] 20:40:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [413 kB] 20:40:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [56.0 kB] 20:40:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1743 kB] 20:40:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.685s coverage: 81.8% of statements 20:40:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:40:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [373 kB] 20:40:34 Fetched 24.9 MB in 4s (5933 kB/s) 20:40:34 Reading package lists... 20:40:34 Reading package lists... 20:40:35 Building dependency tree... 20:40:35 Reading state information... 20:40:35 The following additional packages will be installed: 20:40:35 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:40:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:40:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:40:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:40:35 Suggested packages: 20:40:35 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:40:35 Recommended packages: 20:40:35 gnupg libsasl2-modules 20:40:35 The following NEW packages will be installed: 20:40:35 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:40:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:40:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:40:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:40:35 The following packages will be upgraded: 20:40:35 gpg gpg-agent gpgconf libudev1 20:40:35 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. 20:40:35 Need to get 3527 kB of archives. 20:40:35 After this operation, 13.3 MB of additional disk space will be used. 20:40:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libudev1 amd64 237-3ubuntu10.50 [56.4 kB] 20:40:35 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 udev amd64 237-3ubuntu10.50 [1101 kB] 20:40:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 20:40:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 20:40:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 20:40:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 20:40:35 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:40:35 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:40:35 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 20:40:35 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 20:40:36 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 20:40:36 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:40:36 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:40:36 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:40:36 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:40:36 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:40:36 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:40:36 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:40:36 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:40:36 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:40:36 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:40:36 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 20:40:36 debconf: delaying package configuration, since apt-utils is not installed 20:40:36 Fetched 3527 kB in 1s (3372 kB/s) 20:40:36 (Reading database ... 12511 files and directories currently installed.) 20:40:36 Preparing to unpack .../libudev1_237-3ubuntu10.50_amd64.deb ... 20:40:36 Unpacking libudev1:amd64 (237-3ubuntu10.50) over (237-3ubuntu10) ... 20:40:36 Setting up libudev1:amd64 (237-3ubuntu10.50) ... 20:40:36 Selecting previously unselected package udev. 20:40:36 (Reading database ... 12511 files and directories currently installed.) 20:40:36 Preparing to unpack .../00-udev_237-3ubuntu10.50_amd64.deb ... 20:40:36 Unpacking udev (237-3ubuntu10.50) ... 20:40:36 Selecting previously unselected package libfuse2:amd64. 20:40:36 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:40:36 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:40:36 Selecting previously unselected package fuse. 20:40:36 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:40:36 Unpacking fuse (2.9.7-1ubuntu1) ... 20:40:37 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 20:40:37 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:40:37 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 20:40:37 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:40:37 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 20:40:37 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:40:37 Selecting previously unselected package libksba8:amd64. 20:40:37 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:40:37 Unpacking libksba8:amd64 (1.3.5-2) ... 20:40:37 Selecting previously unselected package libroken18-heimdal:amd64. 20:40:37 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:40:37 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:37 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:40:37 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:40:37 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:37 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:40:37 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:40:37 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:37 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:40:37 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:40:37 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:37 Selecting previously unselected package libwind0-heimdal:amd64. 20:40:37 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:40:37 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:37 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:40:37 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:40:37 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:37 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:40:37 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:40:37 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:37 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:40:37 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:40:37 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:37 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:40:37 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:40:37 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:37 Selecting previously unselected package libsasl2-modules-db:amd64. 20:40:37 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:40:37 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:40:37 Selecting previously unselected package libsasl2-2:amd64. 20:40:37 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:40:37 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:40:37 Selecting previously unselected package libldap-common. 20:40:37 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 20:40:37 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:40:37 Selecting previously unselected package libldap-2.4-2:amd64. 20:40:37 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 20:40:37 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:40:38 Selecting previously unselected package dirmngr. 20:40:38 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 20:40:38 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 20:40:38 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:40:38 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 20:40:38 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:40:38 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:40:38 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:40:38 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 20:40:38 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:38 Setting up libksba8:amd64 (1.3.5-2) ... 20:40:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:40:38 Setting up udev (237-3ubuntu10.50) ... 20:40:38 invoke-rc.d: policy-rc.d denied execution of start. 20:40:38 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:38 Processing triggers for systemd (237-3ubuntu10) ... 20:40:38 Setting up fuse (2.9.7-1ubuntu1) ... 20:40:38 Setting up gpg (2.2.4-1ubuntu1.4) ... 20:40:38 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:38 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:38 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:38 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:38 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:38 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:38 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:40:38 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:40:38 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 20:40:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:40:39 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:40:39 settings in the [Install] section, and DefaultInstance for template units). 20:40:39 This means they are not meant to be enabled using systemctl. 20:40:39 Possible reasons for having this kind of units are: 20:40:39 1) A unit may be statically enabled by being symlinked from another unit's 20:40:39 .wants/ or .requires/ directory. 20:40:39 2) A unit's purpose may be to act as a helper for some other unit which has 20:40:39 a requirement dependency on it. 20:40:39 3) A unit may be started when needed via activation (socket, path, timer, 20:40:39 D-Bus, udev, scripted systemctl call, ...). 20:40:39 4) In case of template units, the unit is meant to be enabled with some 20:40:39 instance name specified. 20:40:39 Reading package lists... 20:40:39 Building dependency tree... 20:40:39 Reading state information... 20:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.296s coverage: 92.9% of statements 20:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements 20:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.216s coverage: 87.2% of statements 20:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.173s coverage: 100.0% of statements 20:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.217s coverage: 58.8% of statements 20:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.195s coverage: 80.0% of statements 20:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.313s coverage: 87.2% of statements 20:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.285s coverage: 85.4% of statements 20:40:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.383s coverage: 91.2% of statements 20:40:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:40:39 The following additional packages will be installed: 20:40:39 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:40:39 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:40:39 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:40:39 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:40:39 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:40:39 Suggested packages: 20:40:39 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:40:39 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:40:39 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:40:39 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:40:39 systemd-container policykit-1 20:40:39 Recommended packages: 20:40:39 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:40:39 The following NEW packages will be installed: 20:40:39 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:40:39 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:40:39 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:40:39 multiarch-support openssh-client python3 python3-minimal python3.6 20:40:39 python3.6-minimal snapd squashfs-tools sudo 20:40:39 The following packages will be upgraded: 20:40:39 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:40:39 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. 20:40:39 Need to get 36.7 MB of archives. 20:40:39 After this operation, 147 MB of additional disk space will be used. 20:40:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 systemd amd64 237-3ubuntu10.50 [2914 kB] 20:40:40 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 20:40:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsystemd0 amd64 237-3ubuntu10.50 [207 kB] 20:40:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 20:40:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 20:40:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:40:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 20:40:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 20:40:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 20:40:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:40:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 20:40:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:40:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:40:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:40:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:40:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:40:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 20:40:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 20:40:40 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 20:40:40 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:40:40 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:40:40 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:40:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:40:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:40:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:40:40 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:40:40 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:40:40 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:40:40 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] 20:40:40 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] 20:40:41 debconf: delaying package configuration, since apt-utils is not installed 20:40:42 Fetched 36.7 MB in 2s (17.4 MB/s) 20:40:42 (Reading database ... 12757 files and directories currently installed.) 20:40:42 Preparing to unpack .../systemd_237-3ubuntu10.50_amd64.deb ... 20:40:42 Unpacking systemd (237-3ubuntu10.50) over (237-3ubuntu10) ... 20:40:42 Preparing to unpack .../libsystemd0_237-3ubuntu10.50_amd64.deb ... 20:40:42 Unpacking libsystemd0:amd64 (237-3ubuntu10.50) over (237-3ubuntu10) ... 20:40:42 Setting up libsystemd0:amd64 (237-3ubuntu10.50) ... 20:40:42 (Reading database ... 12757 files and directories currently installed.) 20:40:42 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 20:40:42 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 20:40:42 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 20:40:42 (Reading database ... 12757 files and directories currently installed.) 20:40:42 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 20:40:42 Unpacking apt (1.6.14) over (1.6.1) ... 20:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.930s coverage: 64.4% of statements 20:40:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:40:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.224s coverage: 100.0% of statements 20:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 91.3% of statements 20:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 20:40:43 Setting up apt (1.6.14) ... 20:40:43 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.096s coverage: 73.7% of statements 20:40:43 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:40:43 (Reading database ... 12764 files and directories currently installed.) 20:40:43 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 20:40:43 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 20:40:43 Selecting previously unselected package libpython3.6-minimal:amd64. 20:40:43 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:40:43 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:40:44 Selecting previously unselected package libexpat1:amd64. 20:40:44 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:40:44 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:40:44 Selecting previously unselected package python3.6-minimal. 20:40:44 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:40:44 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:40:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 20:40:44 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 20:40:44 Checking for services that may need to be restarted...done. 20:40:44 Checking for services that may need to be restarted...done. 20:40:44 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:40:44 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:40:44 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:40:44 Selecting previously unselected package python3-minimal. 20:40:44 (Reading database ... 13012 files and directories currently installed.) 20:40:44 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:40:44 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:40:44 Selecting previously unselected package mime-support. 20:40:44 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:40:44 Unpacking mime-support (3.60ubuntu1) ... 20:40:44 Selecting previously unselected package libmpdec2:amd64. 20:40:44 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:40:44 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:40:44 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:40:44 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:40:44 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:40:45 Selecting previously unselected package python3.6. 20:40:45 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:40:45 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:40:45 Selecting previously unselected package libpython3-stdlib:amd64. 20:40:45 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:40:45 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:40:45 Setting up python3-minimal (3.6.7-1~18.04) ... 20:40:45 Selecting previously unselected package python3. 20:40:45 (Reading database ... 13442 files and directories currently installed.) 20:40:45 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:40:45 Unpacking python3 (3.6.7-1~18.04) ... 20:40:45 Selecting previously unselected package multiarch-support. 20:40:45 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:40:45 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:40:45 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:40:45 Selecting previously unselected package liblzo2-2:amd64. 20:40:45 (Reading database ... 13479 files and directories currently installed.) 20:40:45 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:40:45 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:40:45 Selecting previously unselected package libbsd0:amd64. 20:40:45 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:40:45 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:40:45 Selecting previously unselected package sudo. 20:40:45 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 20:40:45 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 20:40:45 Selecting previously unselected package apparmor. 20:40:45 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:40:45 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:40:45 Selecting previously unselected package libedit2:amd64. 20:40:45 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:40:45 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:40:45 Selecting previously unselected package libkrb5support0:amd64. 20:40:45 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:40:45 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:40:46 Selecting previously unselected package libk5crypto3:amd64. 20:40:46 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:40:46 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:40:46 Selecting previously unselected package libkeyutils1:amd64. 20:40:46 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:40:46 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:40:46 Selecting previously unselected package libkrb5-3:amd64. 20:40:46 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:40:46 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:40:46 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:40:46 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:40:46 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:40:46 Selecting previously unselected package libssl1.0.0:amd64. 20:40:46 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 20:40:46 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:40:46 Selecting previously unselected package openssh-client. 20:40:46 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:40:46 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:40:46 Selecting previously unselected package squashfs-tools. 20:40:46 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... 20:40:46 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 20:40:46 Selecting previously unselected package snapd. 20:40:46 Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... 20:40:46 Unpacking snapd (2.49.2+18.04) ... 20:40:48 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:40:48 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:40:48 Setting up mime-support (3.60ubuntu1) ... 20:40:48 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 20:40:48 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:40:49 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:40:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:40:49 Setting up systemd (237-3ubuntu10.50) ... 20:40:49 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.336s coverage: 66.9% of statements 20:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:40:49 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:40:49 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:40:49 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:40:49 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:40:49 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:40:49 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:40:50 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 20:40:50 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:40:50 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:40:50 Setting up python3 (3.6.7-1~18.04) ... 20:40:50 running python rtupdate hooks for python3.6... 20:40:50 running python post-rtupdate hooks for python3.6... 20:40:50 Setting up apparmor (2.12-4ubuntu5.1) ... 20:40:51 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:40:51 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:40:51 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:40:51 Setting up snapd (2.49.2+18.04) ... 20:40:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.914s coverage: 43.6% of statements 20:40:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:40:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:40:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.295s coverage: 89.5% of statements 20:40:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:40:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.263s coverage: 84.8% of statements 20:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:40:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:40:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:40:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:40:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:40:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:40:52 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:40:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:40:52 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:40:52 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:40:53 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:40:53 /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' 20:40:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:40:53 Processing triggers for systemd (237-3ubuntu10.50) ... 20:40:54 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:40:54 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:40:54 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:40:55 Reading package lists... 20:40:55 Reading package lists... 20:40:55 Building dependency tree... 20:40:55 Reading state information... 20:40:55 Calculating upgrade... 20:40:55 The following packages will be upgraded: 20:40:55 advancecomp base-files bash binutils binutils-common 20:40:55 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:40:55 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:40:55 grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 20:40:55 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev 20:40:55 libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 20:40:55 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 20:40:55 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 20:40:55 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 20:40:55 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 20:40:55 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 20:40:55 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 20:40:55 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 20:40:55 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 20:40:55 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 20:40:55 ubuntu-keyring util-linux 20:40:55 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:40:55 Need to get 64.2 MB of archives. 20:40:55 After this operation, 5125 kB of additional disk space will be used. 20:40:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-151.157 [994 kB] 20:40:56 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:40:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:40:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:40:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:40:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:40:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:40:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:40:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:40:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:40:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:40:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:40:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:40:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:40:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 20:40:56 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:40:56 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:40:56 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:40:56 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:40:56 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:40:56 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:40:56 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:40:56 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 20:40:56 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:40:56 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:40:56 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:40:56 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:40:56 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:40:56 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:40:56 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 20:40:56 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:40:56 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:40:56 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 systemd-sysv amd64 237-3ubuntu10.50 [14.2 kB] 20:40:56 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:40:56 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 20:40:56 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 20:40:56 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:40:56 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 20:40:56 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 20:40:56 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 20:40:56 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:40:56 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:40:56 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 20:40:56 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 20:40:56 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:40:56 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:40:56 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:40:56 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 20:40:56 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:40:56 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:40:56 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 20:40:56 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 20:40:56 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 20:40:56 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 20:40:56 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:40:56 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:40:56 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:40:56 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:40:56 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:40:57 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:40:57 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:40:57 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:40:57 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:40:57 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 20:40:57 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:40:57 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:40:57 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:40:57 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:40:57 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:40:57 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 20:40:57 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:40:57 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:40:57 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:40:57 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] 20:40:57 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:40:57 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:40:57 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:40:57 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:40:57 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:40:57 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:40:57 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:40:57 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:40:57 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 20:40:57 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 20:40:57 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 20:40:57 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] 20:40:57 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 20:40:57 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] 20:40:57 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:40:57 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 20:40:57 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:40:57 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 20:40:57 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 20:40:57 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 20:40:57 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:40:57 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:40:57 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 20:40:57 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:40:57 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:40:57 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:40:57 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:40:57 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:40:57 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:40:57 debconf: delaying package configuration, since apt-utils is not installed 20:40:57 Fetched 64.2 MB in 2s (33.4 MB/s) 20:40:58 (Reading database ... 13914 files and directories currently installed.) 20:40:58 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:40:58 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:40:58 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:40:58 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:40:58 Preparing to unpack .../2-linux-libc-dev_4.15.0-151.157_amd64.deb ... 20:40:58 Unpacking linux-libc-dev:amd64 (4.15.0-151.157) over (4.15.0-20.21) ... 20:40:58 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:40:58 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:40:58 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:40:59 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:40:59 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:40:59 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:40:59 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:40:59 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:40:59 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:40:59 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:40:59 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:40:59 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:40:59 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:40:59 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:40:59 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:40:59 (Reading database ... 13914 files and directories currently installed.) 20:40:59 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:40:59 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:40:59 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:40:59 (Reading database ... 13914 files and directories currently installed.) 20:40:59 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:40:59 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:40:59 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:40:59 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:40:59 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:40:59 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:40:59 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:40:59 (Reading database ... 13914 files and directories currently installed.) 20:40:59 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:40:59 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:41:00 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 20:41:00 (Reading database ... 13914 files and directories currently installed.) 20:41:00 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 20:41:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:41:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:41:00 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 20:41:00 Setting up base-files (10.1ubuntu2.10) ... 20:41:00 Installing new version of config file /etc/issue ... 20:41:00 Installing new version of config file /etc/issue.net ... 20:41:00 Installing new version of config file /etc/lsb-release ... 20:41:00 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:41:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:41:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:41:01 Removing obsolete conffile /etc/default/motd-news ... 20:41:01 (Reading database ... 13915 files and directories currently installed.) 20:41:01 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 20:41:01 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:41:01 Setting up bash (4.4.18-2ubuntu1.2) ... 20:41:01 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 20:41:01 (Reading database ... 13915 files and directories currently installed.) 20:41:01 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:41:01 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:41:01 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 20:41:01 (Reading database ... 13915 files and directories currently installed.) 20:41:01 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 20:41:01 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 20:41:01 Setting up tar (1.29b-2ubuntu0.2) ... 20:41:01 (Reading database ... 13915 files and directories currently installed.) 20:41:01 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:41:01 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:41:01 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:41:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.305s coverage: 19.3% of statements 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:41:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.790s coverage: 91.9% of statements 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:41:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.277s coverage: 62.7% of statements 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:41:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.473s coverage: 97.6% of statements 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 20:41:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.198s coverage: 28.9% of statements 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 20:41:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:41:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.193s coverage: 100.0% of statements 20:41:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 95.4% of statements 20:41:01 GO111MODULE=on go vet ./... 20:41:02 (Reading database ... 13915 files and directories currently installed.) 20:41:02 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:41:02 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:41:02 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:41:02 (Reading database ... 13915 files and directories currently installed.) 20:41:02 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:41:02 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:41:02 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:41:02 (Reading database ... 13915 files and directories currently installed.) 20:41:02 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:41:02 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:41:02 Setting up grep (3.1-2build1) ... 20:41:02 (Reading database ... 13915 files and directories currently installed.) 20:41:02 Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... 20:41:02 Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... 20:41:02 Setting up gzip (1.6-5ubuntu1.1) ... 20:41:02 (Reading database ... 13915 files and directories currently installed.) 20:41:02 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:41:02 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:41:02 Setting up login (1:4.5-1ubuntu2) ... 20:41:02 (Reading database ... 13915 files and directories currently installed.) 20:41:02 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:41:02 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:41:02 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 20:41:02 (Reading database ... 13915 files and directories currently installed.) 20:41:02 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:41:02 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:41:03 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:41:03 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:41:03 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 20:41:03 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:41:03 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:41:03 (Reading database ... 13915 files and directories currently installed.) 20:41:03 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:41:03 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:41:03 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:41:03 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:41:03 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:41:04 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:41:04 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 20:41:04 (Reading database ... 13915 files and directories currently installed.) 20:41:04 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:41:04 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:41:04 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 20:41:04 (Reading database ... 13915 files and directories currently installed.) 20:41:04 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:41:04 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:41:04 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:41:04 (Reading database ... 13915 files and directories currently installed.) 20:41:04 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:41:04 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:41:04 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:41:04 (Reading database ... 13915 files and directories currently installed.) 20:41:04 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:41:04 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:41:04 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:41:04 (Reading database ... 13915 files and directories currently installed.) 20:41:04 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:41:04 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:41:04 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:41:04 (Reading database ... 13915 files and directories currently installed.) 20:41:04 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:41:04 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:41:04 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:41:04 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:41:04 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:41:04 (Reading database ... 13915 files and directories currently installed.) 20:41:04 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:41:04 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:41:04 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:41:05 (Reading database ... 13915 files and directories currently installed.) 20:41:05 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:41:05 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:41:05 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:41:05 (Reading database ... 13915 files and directories currently installed.) 20:41:05 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:41:05 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:41:05 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:41:05 (Reading database ... 13915 files and directories currently installed.) 20:41:05 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:41:05 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:41:05 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:41:06 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:41:06 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:41:06 (Reading database ... 13915 files and directories currently installed.) 20:41:06 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:41:06 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:41:06 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:41:06 (Reading database ... 13915 files and directories currently installed.) 20:41:06 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:41:06 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:41:06 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:41:06 (Reading database ... 13917 files and directories currently installed.) 20:41:06 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:41:06 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:41:06 Setting up debconf (1.5.66ubuntu1) ... 20:41:07 (Reading database ... 13917 files and directories currently installed.) 20:41:07 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 20:41:07 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:41:07 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 20:41:07 (Reading database ... 13917 files and directories currently installed.) 20:41:07 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 20:41:07 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:41:07 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 20:41:07 (Reading database ... 13917 files and directories currently installed.) 20:41:07 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 20:41:07 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 20:41:07 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 20:41:07 (Reading database ... 13917 files and directories currently installed.) 20:41:07 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 20:41:07 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 20:41:07 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 20:41:07 (Reading database ... 13919 files and directories currently installed.) 20:41:07 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 20:41:07 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 20:41:07 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 20:41:07 (Reading database ... 13923 files and directories currently installed.) 20:41:07 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:41:07 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:41:07 Preparing to unpack .../systemd-sysv_237-3ubuntu10.50_amd64.deb ... 20:41:07 Unpacking systemd-sysv (237-3ubuntu10.50) over (237-3ubuntu10) ... 20:41:07 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:41:07 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:41:07 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:41:08 (Reading database ... 13923 files and directories currently installed.) 20:41:08 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 20:41:08 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 20:41:08 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 20:41:08 (Reading database ... 13923 files and directories currently installed.) 20:41:08 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 20:41:08 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 20:41:08 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 20:41:08 (Reading database ... 13923 files and directories currently installed.) 20:41:08 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 20:41:08 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 20:41:08 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 20:41:08 (Reading database ... 13923 files and directories currently installed.) 20:41:08 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:41:08 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:41:08 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:41:08 (Reading database ... 13923 files and directories currently installed.) 20:41:08 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 20:41:08 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 20:41:08 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 20:41:08 (Reading database ... 13923 files and directories currently installed.) 20:41:08 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:41:08 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:41:08 Setting up passwd (1:4.5-1ubuntu2) ... 20:41:09 (Reading database ... 13923 files and directories currently installed.) 20:41:09 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 20:41:09 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:41:09 Setting up gpgv (2.2.4-1ubuntu1.4) ... 20:41:09 (Reading database ... 13923 files and directories currently installed.) 20:41:09 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 20:41:09 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 20:41:09 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 20:41:09 (Reading database ... 13923 files and directories currently installed.) 20:41:09 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 20:41:09 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 20:41:09 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 20:41:09 (Reading database ... 13923 files and directories currently installed.) 20:41:09 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:41:09 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:41:09 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:41:09 (Reading database ... 13923 files and directories currently installed.) 20:41:09 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:41:09 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:41:09 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:41:09 (Reading database ... 13923 files and directories currently installed.) 20:41:09 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:41:09 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:41:10 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:41:10 (Reading database ... 13923 files and directories currently installed.) 20:41:10 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 20:41:10 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 20:41:10 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 20:41:10 (Reading database ... 13923 files and directories currently installed.) 20:41:10 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 20:41:10 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 20:41:10 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 20:41:10 (Reading database ... 13923 files and directories currently installed.) 20:41:10 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 20:41:10 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 20:41:10 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 20:41:10 (Reading database ... 13924 files and directories currently installed.) 20:41:10 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:41:10 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:41:10 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:41:10 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:41:10 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 20:41:10 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 20:41:10 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 20:41:10 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 20:41:10 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:41:10 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:41:10 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:41:10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:41:10 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:41:10 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:41:11 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:41:11 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:41:11 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:41:11 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:41:11 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:41:11 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:41:11 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:41:11 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:41:11 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 20:41:11 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 20:41:11 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:41:11 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:41:11 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:41:11 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:41:11 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:41:11 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:41:11 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:41:11 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:41:12 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:41:12 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:41:12 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:41:12 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:41:12 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:41:12 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:41:12 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:41:12 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:41:12 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:41:12 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:41:12 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:41:12 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:41:13 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:41:13 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:41:14 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:41:14 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:41:14 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:41:14 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:41:14 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:41:14 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:41:15 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:41:15 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:41:15 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:41:15 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:41:15 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:41:15 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:41:15 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:41:15 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:41:15 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:41:15 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:41:15 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:41:15 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:41:15 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:41:15 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:41:15 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:41:16 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:41:16 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:41:16 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:41:16 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:41:16 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:41:16 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:41:16 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:41:16 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:41:16 Setting up tzdata (2021a-0ubuntu0.18.04) ... 20:41:16 20:41:16 Current default time zone: 'Etc/UTC' 20:41:16 Local time is now: Tue Jul 27 20:41:16 UTC 2021. 20:41:16 Universal Time is now: Tue Jul 27 20:41:16 UTC 2021. 20:41:16 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:41:16 20:41:16 Setting up systemd-sysv (237-3ubuntu10.50) ... 20:41:16 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:41:16 Setting up linux-libc-dev:amd64 (4.15.0-151.157) ... 20:41:16 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:41:16 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:41:16 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:41:16 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:41:16 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:41:16 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:41:16 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:41:16 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:41:16 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:41:16 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:41:16 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 20:41:16 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:41:16 Setting up patch (2.7.6-2ubuntu1.1) ... 20:41:16 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:41:16 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:41:16 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 20:41:16 Installing new version of config file /etc/ssl/openssl.cnf ... 20:41:16 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:41:16 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:41:16 Setting up ca-certificates (20210119~18.04.1) ... 20:41:18 Updating certificates in /etc/ssl/certs... 20:41:19 23 added, 27 removed; done. 20:41:19 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:41:19 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:41:19 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:41:19 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:41:19 Setting up pkgbinarymangler (138.18.04.1) ... 20:41:19 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:41:19 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 20:41:19 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:41:19 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:41:19 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:41:19 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:41:19 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:41:19 Setting up perl (5.26.1-6ubuntu0.5) ... 20:41:19 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 20:41:19 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:41:19 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:41:19 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 20:41:19 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:41:19 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:41:19 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:41:19 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:41:19 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:41:19 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:41:19 Processing triggers for systemd (237-3ubuntu10.50) ... 20:41:19 Processing triggers for mime-support (3.60ubuntu1) ... 20:41:19 Processing triggers for ca-certificates (20210119~18.04.1) ... 20:41:19 Updating certificates in /etc/ssl/certs... 20:41:20 0 added, 0 removed; done. 20:41:20 Running hooks in /etc/ca-certificates/update.d... 20:41:20 done. 20:41:20 Reading package lists... 20:41:20 Building dependency tree... 20:41:20 Reading state information... 20:41:21 The following NEW packages will be installed: 20:41:21 apt-transport-https 20:41:21 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:41:21 Need to get 4348 B of archives. 20:41:21 After this operation, 154 kB of additional disk space will be used. 20:41:21 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 20:41:21 debconf: delaying package configuration, since apt-utils is not installed 20:41:21 Fetched 4348 B in 0s (24.3 kB/s) 20:41:21 Selecting previously unselected package apt-transport-https. 20:41:21 (Reading database ... 13929 files and directories currently installed.) 20:41:21 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 20:41:21 Unpacking apt-transport-https (1.6.14) ... 20:41:21 Setting up apt-transport-https (1.6.14) ... 20:41:21 Waiting for network to be ready... 20:41:28 2021-07-27T20:41:25Z INFO Waiting for automatic snapd restart... 20:41:29 snapd 2.51.1 from Canonical* installed 20:41:30 "snapd" switched to the "latest/stable" channel 20:41:30 20:41:32 core18 20210611 from Canonical* installed 20:41:32 "core18" switched to the "latest/stable" channel 20:41:32 20:41:36 snapcraft 4.8.3 from Canonical* installed 20:41:36 "snapcraft" switched to the "latest/stable" channel 20:41:36 20:41:40 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 20:41:40 - README.md 20:41:40 20:41:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:41:40 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:41:40 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:41:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:41:41 Reading package lists... 20:41:41 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.14 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 20:41:41 Reading package lists... 20:41:41 Building dependency tree... 20:41:41 Reading state information... 20:41:42 Suggested packages: 20:41:42 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:41:42 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:41:42 Recommended packages: 20:41:42 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:41:42 The following NEW packages will be installed: 20:41:42 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:41:42 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:41:42 pkg-config zip 20:41:42 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:41:42 Need to get 7663 kB of archives. 20:41:42 After this operation, 43.8 MB of additional disk space will be used. 20:41:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 20:41:42 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:41:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] 20:41:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 20:41:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 20:41:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:41:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:41:42 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:41:42 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:41:42 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:41:42 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:41:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:41:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:41:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:41:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 20:41:43 debconf: delaying package configuration, since apt-utils is not installed 20:41:43 Fetched 7663 kB in 1s (10.4 MB/s) 20:41:43 Selecting previously unselected package libglib2.0-0:amd64. 20:41:43 (Reading database ... 13933 files and directories currently installed.) 20:41:43 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 20:41:43 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:41:43 Selecting previously unselected package libpsl5:amd64. 20:41:43 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:41:43 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:41:43 Selecting previously unselected package libnghttp2-14:amd64. 20:41:43 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:41:43 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:41:43 Selecting previously unselected package librtmp1:amd64. 20:41:43 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:41:43 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:41:43 Selecting previously unselected package libcurl3-gnutls:amd64. 20:41:43 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... 20:41:43 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 20:41:43 Selecting previously unselected package liberror-perl. 20:41:43 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:41:43 Unpacking liberror-perl (0.17025-1) ... 20:41:43 Selecting previously unselected package git-man. 20:41:43 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 20:41:43 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 20:41:43 Selecting previously unselected package git. 20:41:43 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 20:41:43 Unpacking git (1:2.17.1-1ubuntu0.8) ... 20:41:44 Selecting previously unselected package libnorm1:amd64. 20:41:44 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:41:44 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:41:44 Selecting previously unselected package libpgm-5.2-0:amd64. 20:41:44 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:41:44 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:41:44 Selecting previously unselected package libsodium23:amd64. 20:41:44 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:41:44 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:41:44 Selecting previously unselected package libzmq5:amd64. 20:41:44 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:41:44 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:41:44 Selecting previously unselected package libzmq3-dev:amd64. 20:41:44 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:41:44 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:41:44 Selecting previously unselected package pkg-config. 20:41:44 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:41:44 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:41:44 Selecting previously unselected package zip. 20:41:44 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:41:44 Unpacking zip (3.0-11build1) ... 20:41:44 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:41:44 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 20:41:44 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:41:44 Setting up liberror-perl (0.17025-1) ... 20:41:44 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:41:44 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:41:44 No schema files found: doing nothing. 20:41:44 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:41:44 Setting up zip (3.0-11build1) ... 20:41:44 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:41:44 Setting up libsodium23:amd64 (1.0.16-2) ... 20:41:44 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:41:44 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:41:44 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 20:41:44 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:41:44 Setting up git (1:2.17.1-1ubuntu0.8) ... 20:41:44 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:41:45 git set to automatically installed. 20:41:45 git-man set to automatically installed. 20:41:45 libcurl3-gnutls set to automatically installed. 20:41:45 liberror-perl set to automatically installed. 20:41:45 libglib2.0-0 set to automatically installed. 20:41:45 libnghttp2-14 set to automatically installed. 20:41:45 libnorm1 set to automatically installed. 20:41:45 libpgm-5.2-0 set to automatically installed. 20:41:45 libpsl5 set to automatically installed. 20:41:45 librtmp1 set to automatically installed. 20:41:45 libsodium23 set to automatically installed. 20:41:45 libzmq3-dev set to automatically installed. 20:41:45 libzmq5 set to automatically installed. 20:41:45 pkg-config set to automatically installed. 20:41:45 zip set to automatically installed. 20:41:46 snapd is not logged in, snap install commands will use sudo 20:41:55 go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed 20:41:55 snapd is not logged in, snap install commands will use sudo 20:41:56 snap "core18" has no updates available 20:41:56 Pulling config-common 20:41:56 + snapcraftctl pull 20:41:58 Pulling go-build-helper 20:41:58 + snapcraftctl pull 20:41:59 'edgex-go' has dependencies that need to be staged: go-build-helper 20:41:59 Skipping pull go-build-helper (already ran) 20:41:59 Building go-build-helper 20:41:59 + snapcraftctl build 20:42:00 Staging go-build-helper 20:42:00 + snapcraftctl stage 20:42:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:42:11 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:42:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1814 kB] 20:42:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [333 kB] 20:42:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 20:42:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 20:42:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [389 kB] 20:42:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [52.3 kB] 20:42:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1132 kB] 20:42:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] 20:42:11 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:42:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:42:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:42:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:42:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:42:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:42:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:42:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:42:11 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:42:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2160 kB] 20:42:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [425 kB] 20:42:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] 20:42:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] 20:42:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [413 kB] 20:42:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [56.0 kB] 20:42:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1743 kB] 20:42:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [373 kB] 20:42:11 Fetched 24.9 MB in 0s (0 B/s) 20:42:11 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:42:11 Fetched 224 kB in 0s (0 B/s) 20:42:11 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:42:11 Fetched 157 kB in 0s (0 B/s) 20:42:11 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:42:11 Fetched 221 kB in 0s (0 B/s) 20:42:11 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:42:11 Fetched 143 kB in 0s (0 B/s) 20:42:11 Pulling edgex-go 20:42:11 + snapcraftctl pull 20:42:11 Pulling hooks 20:42:11 + snapcraftctl pull 20:42:29 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:42:29 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:42:29 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:42:29 Fetched 0 B in 0s (0 B/s) 20:42:29 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:42:29 Fetched 96.5 kB in 0s (0 B/s) 20:42:29 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:42:29 Fetched 279 kB in 0s (0 B/s) 20:42:29 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:42:29 Fetched 122 kB in 0s (0 B/s) 20:42:29 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:42:29 Fetched 77.8 kB in 0s (0 B/s) 20:42:29 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:42:29 Fetched 8848 B in 0s (0 B/s) 20:42:29 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:42:29 Fetched 47.8 kB in 0s (0 B/s) 20:42:29 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:42:29 Fetched 45.6 kB in 0s (0 B/s) 20:42:29 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:42:29 Fetched 15.0 kB in 0s (0 B/s) 20:42:29 Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] 20:42:29 Fetched 219 kB in 0s (0 B/s) 20:42:29 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 20:42:29 Fetched 154 kB in 0s (0 B/s) 20:42:29 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:42:29 Fetched 50.6 kB in 0s (0 B/s) 20:42:29 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:42:29 Fetched 14.8 kB in 0s (0 B/s) 20:42:29 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:42:29 Fetched 41.8 kB in 0s (0 B/s) 20:42:29 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:42:29 Fetched 499 kB in 0s (0 B/s) 20:42:29 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:42:29 Fetched 111 kB in 0s (0 B/s) 20:42:29 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:42:29 Fetched 240 kB in 0s (0 B/s) 20:42:29 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:42:29 Fetched 29.3 kB in 0s (0 B/s) 20:42:29 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:42:29 Fetched 85.5 kB in 0s (0 B/s) 20:42:29 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:42:29 Fetched 24.5 kB in 0s (0 B/s) 20:42:29 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:42:29 Fetched 49.2 kB in 0s (0 B/s) 20:42:29 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:42:29 Fetched 54.2 kB in 0s (0 B/s) 20:42:29 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:42:29 Fetched 30.8 kB in 0s (0 B/s) 20:42:29 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 20:42:29 Fetched 15.8 kB in 0s (0 B/s) 20:42:29 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:42:29 Fetched 85.9 kB in 0s (0 B/s) 20:42:29 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:42:29 Fetched 8720 B in 0s (0 B/s) 20:42:29 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 20:42:29 Fetched 140 kB in 0s (0 B/s) 20:42:29 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:42:29 Fetched 119 kB in 0s (0 B/s) 20:42:29 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 20:42:29 Fetched 111 kB in 0s (0 B/s) 20:42:29 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:42:29 Fetched 11.1 kB in 0s (0 B/s) 20:42:29 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:42:29 Fetched 645 kB in 0s (0 B/s) 20:42:29 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:42:29 Fetched 41.3 kB in 0s (0 B/s) 20:42:29 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:42:29 Fetched 17.9 kB in 0s (0 B/s) 20:42:29 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:42:29 Fetched 368 kB in 0s (0 B/s) 20:42:29 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:42:29 Fetched 187 kB in 0s (0 B/s) 20:42:29 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:42:29 Fetched 175 kB in 0s (0 B/s) 20:42:29 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:42:29 Fetched 206 kB in 0s (0 B/s) 20:42:29 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 20:42:29 Fetched 1301 kB in 0s (0 B/s) 20:42:29 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:42:29 Fetched 36.2 kB in 0s (0 B/s) 20:42:29 Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] 20:42:29 Fetched 159 kB in 0s (0 B/s) 20:42:29 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:42:29 Fetched 107 kB in 0s (0 B/s) 20:42:29 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:42:29 Fetched 48.7 kB in 0s (0 B/s) 20:42:29 Pulling static-packages 20:42:29 + snapcraftctl pull 20:42:29 Pulling version 20:42:29 + cd /root/project 20:42:29 + + git describe --tags --abbrev=0 20:42:29 sed s/v// 20:42:29 + GIT_VERSION=2.0.1-dev.14 20:42:29 + [ -z 2.0.1-dev.14 ] 20:42:29 + snapcraftctl set-version 2.0.1-dev.14 20:42:29 Building config-common 20:42:29 + snapcraftctl build 20:42:31 Skipping build go-build-helper (already ran) 20:42:31 Building edgex-go 20:42:31 + cd /root/parts/edgex-go/src 20:42:31 + git describe --tags --abbrev=0 20:42:31 + sed s/v// 20:42:31 + GIT_VERSION=2.0.1-dev.14 20:42:31 + [ -z 2.0.1-dev.14 ] 20:42:31 + echo 2.0.1-dev.14 20:42:31 + make build 20:42:31 go mod tidy 20:42:35 go: downloading github.com/gorilla/mux v1.8.0 20:42:35 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 20:42:35 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.9 20:42:35 go: downloading github.com/stretchr/testify v1.7.0 20:42:35 go: downloading github.com/google/uuid v1.3.0 20:42:35 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 20:42:35 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 20:42:35 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 20:42:35 go: downloading github.com/pelletier/go-toml v1.9.3 20:42:35 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:42:36 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 20:42:36 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 20:42:36 go: downloading github.com/go-playground/validator/v10 v10.7.0 20:42:36 go: downloading gopkg.in/yaml.v2 v2.4.0 20:42:36 go: downloading github.com/go-kit/kit v0.11.0 20:42:36 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:42:36 go: downloading github.com/davecgh/go-spew v1.1.1 20:42:36 go: downloading github.com/pmezard/go-difflib v1.0.0 20:42:36 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 20:42:36 go: downloading github.com/stretchr/objx v0.1.1 20:42:36 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:42:36 go: downloading github.com/lib/pq v1.10.2 20:42:36 go: downloading golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b 20:42:36 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:42:36 go: downloading github.com/x448/float16 v0.8.4 20:42:36 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:42:36 go: downloading github.com/go-playground/universal-translator v0.17.0 20:42:36 go: downloading github.com/leodido/go-urn v1.2.0 20:42:36 go: downloading golang.org/x/text v0.3.5 20:42:36 go: downloading github.com/go-playground/assert/v2 v2.0.1 20:42:36 go: downloading github.com/go-playground/locales v0.13.0 20:42:36 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 20:42:36 go: downloading github.com/go-redis/redis/v7 v7.3.0 20:42:36 go: downloading github.com/pebbe/zmq4 v1.2.7 20:42:36 go: downloading github.com/go-logfmt/logfmt v0.5.0 20:42:36 go: downloading github.com/go-stack/stack v1.8.0 20:42:37 go: downloading github.com/hashicorp/consul/api v1.8.1 20:42:37 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:42:37 go: downloading github.com/kr/pretty v0.2.0 20:42:37 go: downloading golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 20:42:37 go: downloading github.com/gorilla/websocket v1.4.2 20:42:37 go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 20:42:37 go: downloading github.com/onsi/ginkgo v1.10.1 20:42:37 go: downloading github.com/onsi/gomega v1.7.0 20:42:37 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:42:37 go: downloading github.com/mitchellh/copystructure v1.0.0 20:42:37 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:42:37 go: downloading github.com/kr/text v0.1.0 20:42:37 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:42:37 go: downloading github.com/hashicorp/go-hclog v0.12.0 20:42:37 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 20:42:37 go: downloading github.com/hashicorp/serf v0.9.5 20:42:37 go: downloading github.com/hashicorp/consul/sdk v0.7.0 20:42:38 go: downloading github.com/hashicorp/go-uuid v1.0.1 20:42:38 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:42:38 go: downloading github.com/mitchellh/go-homedir v1.1.0 20:42:38 go: downloading github.com/fatih/color v1.9.0 20:42:38 go: downloading github.com/mattn/go-colorable v0.1.6 20:42:38 go: downloading github.com/mattn/go-isatty v0.0.12 20:42:38 go: downloading github.com/pkg/errors v0.9.1 20:42:38 go: downloading github.com/hpcloud/tail v1.0.0 20:42:38 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:42:38 go: downloading github.com/hashicorp/go-msgpack v0.5.3 20:42:38 go: downloading github.com/hashicorp/memberlist v0.2.2 20:42:38 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 20:42:38 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:42:38 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:42:38 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:42:38 go: downloading gopkg.in/fsnotify.v1 v1.4.7 20:42:38 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:42:38 go: downloading github.com/hashicorp/go-multierror v1.1.0 20:42:38 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 20:42:38 go: downloading github.com/miekg/dns v1.1.26 20:42:38 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:42:38 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:42:38 go: downloading github.com/hashicorp/errwrap v1.0.0 20:42:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/core-data/core-data ./cmd/core-data 20:42:38 gofmt -l . 20:42:38 [ "`gofmt -l .`" = "" ] 20:42:38 ./bin/test-attribution-txt.sh [Pipeline] sh 20:42:39 + ls -al . 20:42:39 total 624 20:42:39 drwxrwxr-x 9 1001 1001 4096 Jul 27 20:42 . 20:42:39 drwxr-xr-x 4 root root 4096 Jul 27 20:37 .. 20:42:39 -rw-rw-r-- 1 1001 1001 11 Jul 27 20:35 .dockerignore 20:42:39 drwxrwxr-x 8 1001 1001 4096 Jul 27 20:35 .git 20:42:39 drwxrwxr-x 3 1001 1001 4096 Jul 27 20:35 .github 20:42:39 -rw-rw-r-- 1 1001 1001 818 Jul 27 20:35 .gitignore 20:42:39 -rw-rw-r-- 1 1001 1001 76 Jul 27 20:35 .hadolint.yml 20:42:39 -rw-rw-r-- 1 1001 1001 166 Jul 27 20:35 .sonarcloud.properties 20:42:39 -rw-rw-r-- 1 1001 1001 8609 Jul 27 20:35 Attribution.txt 20:42:39 -rw-rw-r-- 1 1001 1001 43881 Jul 27 20:35 CHANGELOG.md 20:42:39 -rw-rw-r-- 1 1001 1001 3804 Jul 27 20:35 CONTRIBUTING.md 20:42:39 -rw-rw-r-- 1 1001 1001 931 Jul 27 20:35 Dockerfile.build 20:42:39 -rw-rw-r-- 1 1001 1001 849 Jul 27 20:35 Jenkinsfile 20:42:39 -rw-rw-r-- 1 1001 1001 10775 Jul 27 20:35 LICENSE 20:42:39 -rw-rw-r-- 1 1001 1001 5915 Jul 27 20:35 Makefile 20:42:39 -rw-rw-r-- 1 1001 1001 8649 Jul 27 20:35 README.md 20:42:39 -rw-rw-r-- 1 1001 1001 6912 Jul 27 20:35 SECURITY.md 20:42:39 -rw-rw-r-- 1 1001 1001 5 Jul 27 20:31 VERSION 20:42:39 -rw-rw-r-- 1 1001 1001 4131 Jul 27 20:35 ZMQWindows.md 20:42:39 drwxrwxr-x 2 1001 1001 4096 Jul 27 20:35 bin 20:42:39 drwxrwxr-x 14 1001 1001 4096 Jul 27 20:35 cmd 20:42:39 -rw-r--r-- 1 root root 402846 Jul 27 20:41 coverage.out 20:42:39 -rw-rw-r-- 1 1001 1001 812 Jul 27 20:35 go.mod 20:42:39 -rw-r--r-- 1 root root 48353 Jul 27 20:37 go.sum 20:42:39 drwxrwxr-x 7 1001 1001 4096 Jul 27 20:35 internal 20:42:39 drwxrwxr-x 3 1001 1001 4096 Jul 27 20:35 openapi 20:42:39 drwxrwxr-x 4 1001 1001 4096 Jul 27 20:35 snap 20:42:39 -rw-rw-r-- 1 1001 1001 204 Jul 27 20:35 version.go [Pipeline] sh 20:42:40 + '[' -e coverage.out ] 20:42:40 + chown 1001:1001 coverage.out [Pipeline] stash 20:42:40 Warning: overwriting stash ‘coverage-report’ 20:42:41 Stashed 1 file(s) [Pipeline] sh 20:42:41 + make build 20:42:41 go mod tidy 20:42:42 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 20:42:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:42:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/core-command/core-command ./cmd/core-command 20:42:50 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 20:42:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:42:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:42:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:42:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:42:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:42:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:42:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:42:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/secrets-config ./cmd/secrets-config 20:42:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:43:01 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 20:43:01 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 20:43:01 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 20:43:01 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 20:43:01 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 20:43:01 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 20:43:01 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 20:43:01 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 20:43:01 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 20:43:01 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 20:43:01 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 20:43:01 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 20:43:01 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 20:43:01 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 20:43:01 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 20:43:01 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 20:43:01 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 20:43:01 + 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 20:43:01 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 20:43:01 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 20:43:01 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 20:43:01 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 20:43:01 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 20:43:01 + 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 20:43:01 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 20:43:01 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 20:43:01 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 20:43:02 Building hooks 20:43:02 + cd /root/parts/hooks/src 20:43:02 + make build 20:43:02 go mod tidy 20:43:03 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 20:43:03 go: downloading github.com/stretchr/testify v1.5.1 20:43:03 go: downloading gopkg.in/yaml.v2 v2.2.2 20:43:03 go: downloading github.com/davecgh/go-spew v1.1.0 20:43:03 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 20:43:04 GO111MODULE=on go build -o cmd/install/install ./cmd/install 20:43:04 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 20:43:04 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 20:43:07 Building static-packages 20:43:07 + snapcraftctl build 20:43:09 Building version 20:43:09 + snapcraftctl build 20:43:11 Staging config-common 20:43:11 + snapcraftctl stage 20:43:12 Skipping stage go-build-helper (already ran) 20:43:12 Staging edgex-go 20:43:12 + snapcraftctl stage 20:43:13 Staging hooks 20:43:13 + snapcraftctl stage 20:43:14 Staging static-packages 20:43:14 + snapcraftctl stage 20:43:15 Staging version 20:43:15 + snapcraftctl stage 20:43:16 Priming config-common 20:43:16 + snapcraftctl prime 20:43:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:43:17 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 20:43:17 Priming go-build-helper 20:43:17 + snapcraftctl prime 20:43:18 Priming edgex-go 20:43:18 + snapcraftctl prime 20:43:20 Priming hooks 20:43:20 + snapcraftctl prime 20:43:21 Priming static-packages 20:43:21 + snapcraftctl prime 20:43:21 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 20:43:22 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 20:43:23 Priming version 20:43:23 + snapcraftctl prime 20:43:24 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] } 20:43:27 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 20:43:31 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 20:43:35 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 20:43:40 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 20:43:44 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 20:43:49 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] } 20:43:55 $ docker stop --time=1 22e2c18a1fd9ed1c33927eb18ad0aac663baaf1e75192dd47712ff776eb11f96 20:43:58 $ docker rm -f 22e2c18a1fd9ed1c33927eb18ad0aac663baaf1e75192dd47712ff776eb11f96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:44:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:44:01 20:44:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:44:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:44:01 latest: Pulling from edgex-devops/edgex-compose-arm64 20:44:01 29e5d40040c1: Pulling fs layer 20:44:01 1ce36da41761: Pulling fs layer 20:44:01 25b303627fd3: Pulling fs layer 20:44:02 29e5d40040c1: Verifying Checksum 20:44:02 29e5d40040c1: Download complete 20:44:03 29e5d40040c1: Pull complete 20:44:03 1ce36da41761: Verifying Checksum 20:44:03 1ce36da41761: Download complete 20:44:04 1ce36da41761: Pull complete 20:44:05 25b303627fd3: Verifying Checksum 20:44:05 25b303627fd3: Download complete 20:44:16 25b303627fd3: Pull complete 20:44:16 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:44:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:44:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:44:16 prd-ubuntu18.04-docker-arm64-4c-16g-302 does not seem to be running inside a container 20:44:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:44:20 $ docker top 3986f48f7459f9713026fdc03ebf5b762e46cfcf0e3a22e9a94d0811bf03ead5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:44:21 + docker-compose build --help+ 20:44:21 grep parallel 20:44:26 --parallel Build images in parallel. [Pipeline] } 20:44:26 $ docker stop --time=1 3986f48f7459f9713026fdc03ebf5b762e46cfcf0e3a22e9a94d0811bf03ead5 20:44:28 $ docker rm -f 3986f48f7459f9713026fdc03ebf5b762e46cfcf0e3a22e9a94d0811bf03ead5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:44:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:44:29 . [Pipeline] withDockerContainer 20:44:29 prd-ubuntu18.04-docker-arm64-4c-16g-302 does not seem to be running inside a container 20:44:29 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:44:30 $ docker top a169fc4d10b25aa49aabd564072b5214396abb49930101ba14b92eb6314b2a77 -eo pid,comm [Pipeline] { [Pipeline] sh 20:44:31 + docker-compose -f ./docker-compose-build.yml build --parallel 20:44:38 Building core-command ... 20:44:38 Building core-data ... 20:44:38 Building core-metadata ... 20:44:38 Building security-bootstrapper ... 20:44:38 Building security-proxy-setup ... 20:44:38 Building security-secretstore-setup ... 20:44:38 Building support-notifications ... 20:44:38 Building support-scheduler ... 20:44:38 Building sys-mgmt-agent ... 20:44:38 Building security-secretstore-setup 20:44:38 Building sys-mgmt-agent 20:44:38 Building core-metadata 20:44:38 Building support-notifications 20:44:38 Building security-bootstrapper 20:45:46 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:45:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:45:46 ---> 8ab4451d8b16 20:45:46 Step 3/24 : WORKDIR /edgex-go 20:45:46 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:45:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:45:46 ---> 8ab4451d8b16 20:45:46 Step 3/24 : WORKDIR /edgex-go 20:45:46 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:45:46 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:45:46 ---> 8ab4451d8b16 20:45:46 Step 3/26 : WORKDIR /edgex-go 20:45:46 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:45:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:45:46 ---> 8ab4451d8b16 20:45:46 Step 3/23 : WORKDIR /edgex-go 20:45:46 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:45:46 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:45:46 ---> 8ab4451d8b16 20:45:46 Step 3/32 : WORKDIR /edgex-go 20:45:46 ---> Running in 0676e839130f 20:45:46 ---> Running in 03b73d5071bf 20:45:46 ---> Running in 40bda1392b86 20:45:46 ---> Running in d750a63a9562 20:45:46 ---> Running in 8d7b3e41b5c0 20:45:46 Removing intermediate container 8d7b3e41b5c0 20:45:46 ---> 5f4af8975fce 20:45:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:45:46 Removing intermediate container 40bda1392b86 20:45:46 ---> 03f56dd2db9e 20:45:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:45:46 Removing intermediate container 0676e839130f 20:45:46 ---> 7f21b9c6dc28 20:45:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:45:46 Removing intermediate container 03b73d5071bf 20:45:46 ---> 41f113a636be 20:45:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:45:46 Removing intermediate container d750a63a9562 20:45:46 ---> 5de818d7f8f3 20:45:46 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:45:46 ---> Running in d543fbde4390 20:45:46 ---> Running in a892b48891eb 20:45:46 ---> Running in e148e1410749 20:45:46 ---> Running in a541fc5d096c 20:45:46 ---> Running in 143b0d7f1d28 20:45:46 Removing intermediate container a892b48891eb 20:45:46 ---> bf48a5955ada 20:45:46 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:45:47 ---> Running in 00a446afc1db 20:45:47 Removing intermediate container d543fbde4390 20:45:47 ---> 87d9f420db4b 20:45:47 Step 5/24 : RUN apk add --update --no-cache make git 20:45:47 ---> Running in b25525487152 20:45:47 Removing intermediate container e148e1410749 20:45:47 ---> 5803b9d48762 20:45:47 Step 5/24 : RUN apk add --update --no-cache make bash git 20:45:48 Removing intermediate container 143b0d7f1d28 20:45:48 ---> 839660dd1984 20:45:48 Step 5/32 : RUN apk add --update --no-cache make git 20:45:48 ---> Running in 6ef3582fd665 20:45:48 Removing intermediate container a541fc5d096c 20:45:48 ---> ae4059f39bdd 20:45:48 Step 5/26 : RUN apk add --update --no-cache make git 20:45:48 ---> Running in abcb3daeb02f 20:45:48 ---> Running in fb653d5e40b4 20:45:49 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:45:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:45:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:45:50 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:45:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:45:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:45:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:45:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:45:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:45:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:45:52 OK: 218 MiB in 52 packages 20:45:52 OK: 218 MiB in 52 packages 20:45:52 OK: 218 MiB in 52 packages 20:45:52 OK: 218 MiB in 52 packages 20:45:53 OK: 218 MiB in 52 packages 20:45:54 Removing intermediate container 00a446afc1db 20:45:54 ---> d9a7b0f4a320 20:45:54 Step 6/23 : COPY go.mod . 20:45:54 Removing intermediate container fb653d5e40b4 20:45:54 ---> c374c0f2c3aa 20:45:54 Step 6/26 : COPY go.mod . 20:45:55 Removing intermediate container b25525487152 20:45:55 ---> 3dfbc3a7aa89 20:45:55 Step 6/24 : COPY go.mod . 20:45:55 Removing intermediate container 6ef3582fd665 20:45:55 ---> 609bc6834acb 20:45:55 Step 6/24 : COPY go.mod . 20:45:55 ---> d6278bd7b62e 20:45:55 Step 7/23 : RUN go mod download 20:45:55 Removing intermediate container abcb3daeb02f 20:45:55 ---> f2784b4a8e43 20:45:55 Step 6/32 : COPY go.mod . 20:45:55 ---> Running in 3e42ce27863d 20:45:55 ---> 057c05e003e1 20:45:55 Step 7/26 : RUN go mod download 20:45:56 ---> Running in b3ee13fc85cf 20:45:56 ---> 4f690cdd5b25 20:45:56 ---> 1913ca41c829 20:45:56 ---> 8c4f6eee082b 20:45:56 Step 7/32 : RUN go mod download 20:45:56 Step 7/24 : RUN go mod download 20:45:56 Step 7/24 : RUN go mod download 20:45:57 ---> Running in 7ddaeae7cbbf 20:45:57 ---> Running in 4d09328f8853 20:45:57 ---> Running in 9da8f1d2bb0a 20:46:00 Removing intermediate container 3e42ce27863d 20:46:00 ---> 657a811d316e 20:46:00 Step 8/23 : COPY . . 20:46:02 Removing intermediate container b3ee13fc85cf 20:46:02 ---> 619cf07aa0c6 20:46:02 Step 8/26 : COPY . . 20:46:05 Removing intermediate container 4d09328f8853 20:46:05 ---> b248397f186b 20:46:05 Step 8/32 : COPY . . 20:46:05 Removing intermediate container 9da8f1d2bb0a 20:46:05 ---> 19b2f2e7cc83 20:46:05 Step 8/24 : COPY . . 20:46:06 Removing intermediate container 7ddaeae7cbbf 20:46:06 ---> e388ae313a94 20:46:06 Step 8/24 : COPY . . 20:46:28 ---> 0c533192a8d7 20:46:28 Step 9/26 : RUN go mod tidy 20:46:28 ---> 575053c89854 20:46:28 Step 9/23 : RUN go mod tidy 20:46:28 ---> 384dd1f1a2c1 20:46:28 Step 9/24 : RUN go mod tidy 20:46:28 ---> f304d46266fe 20:46:28 Step 9/32 : RUN go mod tidy 20:46:28 ---> d06ebfc11b7a 20:46:28 Step 9/24 : RUN go mod tidy 20:46:28 ---> Running in a1c679904ade 20:46:28 ---> Running in d3c806eb4d97 20:46:28 ---> Running in 67b5d9e3f40b 20:46:28 ---> Running in d5a748aeedf2 20:46:28 ---> Running in 9a916e560ec0 20:46:35 Removing intermediate container d3c806eb4d97 20:46:35 ---> abe0438f04cc 20:46:35 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:46:35 ---> Running in 0788b21a4f72 20:46:36 Removing intermediate container a1c679904ade 20:46:36 ---> 2095b9e43ff2 20:46:36 Step 10/23 : RUN make cmd/support-notifications/support-notifications 20:46:36 ---> Running in 48c39b9af662 20:46:37 Removing intermediate container 67b5d9e3f40b 20:46:37 ---> 134bdc020dbf 20:46:37 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:46:37 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 20:46:37 ---> Running in 5af8d4d85410 20:46:37 Removing intermediate container 9a916e560ec0 20:46:37 ---> aa8fc0d2ac31 20:46:37 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:46:37 Removing intermediate container d5a748aeedf2 20:46:37 ---> 573d923fd54b 20:46:37 Step 10/24 : RUN make cmd/core-metadata/core-metadata 20:46:38 ---> Running in 6f5ba2579c7d 20:46:38 ---> Running in d70542f81372 20:46:39 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 20:46:40 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 20:46: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 20:46:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:48:48 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 20:49:00 Removing intermediate container 6f5ba2579c7d 20:49:00 ---> 1bb3200cf5f8 20:49:00 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:49:00 Removing intermediate container 0788b21a4f72 20:49:00 ---> 584d3cab9df3 20:49:00 20:49:00 Step 11/26 : FROM alpine:3.12 20:49:00 Removing intermediate container 5af8d4d85410 20:49:00 ---> 33f87e66ea1f 20:49:00 20:49:00 Step 11/32 : FROM alpine:3.12 20:49:01 ---> Running in 7a84bbf596ab 20:49:01 3.12: Pulling from library/alpine 20:49:01 3.12: Pulling from library/alpine 20:49:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:49:03 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 20:49:03 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 20:49:03 Status: Image is up to date for alpine:3.12 20:49:03 Status: Downloaded newer image for alpine:3.12 20:49:03 ---> c4fd0aeabfcf 20:49:03 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:49:03 ---> c4fd0aeabfcf 20:49:03 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:49:04 Removing intermediate container 48c39b9af662 20:49:04 ---> f330015bb09b 20:49:04 20:49:04 Step 11/23 : FROM alpine:3.12 20:49:04 ---> c4fd0aeabfcf 20:49:04 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:49:04 ---> Running in 7e37891765e9 20:49:04 ---> Running in 8a30203917b7 20:49:04 ---> Running in 7e96b7315636 20:49:05 Removing intermediate container 7e37891765e9 20:49:05 ---> 16f3a393b1c1 20:49:05 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 20:49:06 ---> Running in 3cf17f913587 20:49:06 Removing intermediate container d70542f81372 20:49:06 ---> 9f928e32cc64 20:49:06 20:49:06 Step 11/24 : FROM alpine:3.12 20:49:06 ---> c4fd0aeabfcf 20:49:06 Step 12/24 : RUN apk add --update --no-cache dumb-init 20:49:07 ---> Running in 148c5756a6b4 20:49:07 Removing intermediate container 7a84bbf596ab 20:49:07 ---> 60305f185b70 20:49:07 20:49:07 Step 12/24 : FROM docker:20.10.6 20:49:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:49:07 20.10.6: Pulling from library/docker 20:49:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:49:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:49:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:49:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:49:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:49:08 (1/6) Installing ca-certificates (20191127-r4) 20:49:08 (1/2) Installing ca-certificates (20191127-r4) 20:49:08 (2/2) Installing dumb-init (1.2.2-r1) 20:49:08 Executing busybox-1.31.1-r20.trigger 20:49:08 Executing ca-certificates-20191127-r4.trigger 20:49:08 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:49:08 (3/6) Installing libcurl (7.78.0-r0) 20:49:08 (4/6) Installing curl (7.78.0-r0) 20:49:08 (5/6) Installing dumb-init (1.2.2-r1) 20:49:08 (6/6) Installing su-exec (0.2-r1) 20:49:08 Executing busybox-1.31.1-r20.trigger 20:49:08 Executing ca-certificates-20191127-r4.trigger 20:49:08 OK: 6 MiB in 16 packages 20:49:09 OK: 7 MiB in 20 packages 20:49:09 (1/2) Installing dumb-init (1.2.2-r1) 20:49:09 (2/2) Installing su-exec (0.2-r1) 20:49:09 Executing busybox-1.31.1-r20.trigger 20:49:09 OK: 5 MiB in 16 packages 20:49:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:49:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:49:10 (1/1) Installing dumb-init (1.2.2-r1) 20:49:10 Executing busybox-1.31.1-r20.trigger 20:49:10 OK: 5 MiB in 15 packages 20:49:12 Removing intermediate container 8a30203917b7 20:49:12 ---> 40d8096408b5 20:49:12 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:49:12 Removing intermediate container 3cf17f913587 20:49:12 ---> 0b3232663eac 20:49:12 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 20:49:13 ---> Running in 6baafe22e8b5 20:49:13 ---> Running in 7aa67158c71a 20:49:13 Removing intermediate container 148c5756a6b4 20:49:13 ---> 1c168957df63 20:49:13 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:49:13 Removing intermediate container 7e96b7315636 20:49:13 ---> 59b7afd18306 20:49:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:49:14 ---> Running in 6d9bc3da75f8 20:49:14 ---> Running in d6005d3381b8 20:49:14 Removing intermediate container 6baafe22e8b5 20:49:14 ---> 522c75c10a6d 20:49:14 Step 14/23 : ENV APP_PORT=59860 20:49:15 Removing intermediate container 7aa67158c71a 20:49:15 ---> 861619d78791 20:49:15 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:49:15 ---> Running in e211ed831384 20:49:15 ---> Running in ef2fc00a033b 20:49:16 Removing intermediate container d6005d3381b8 20:49:16 ---> 32329906da31 20:49:16 Step 14/26 : WORKDIR / 20:49:16 Removing intermediate container 6d9bc3da75f8 20:49:16 ---> 8c7e3c896ea4 20:49:16 Step 14/24 : ENV APP_PORT=59881 20:49:16 ---> Running in 682df561d3c4 20:49:16 ---> Running in 66b1bcf6996c 20:49:17 Removing intermediate container e211ed831384 20:49:17 ---> e316dfc8ff8e 20:49:17 Step 15/23 : EXPOSE $APP_PORT 20:49:17 Removing intermediate container ef2fc00a033b 20:49:17 ---> a789c99c8d57 20:49:17 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:49:17 ---> Running in 1978d4f3ef9c 20:49:17 ---> Running in 90ddc3e51670 20:49:18 Removing intermediate container 682df561d3c4 20:49:18 ---> 52f823e9d28e 20:49:18 Step 15/24 : EXPOSE $APP_PORT 20:49:18 Removing intermediate container 66b1bcf6996c 20:49:18 ---> de646b1d203b 20:49:18 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:49:18 ---> Running in 901b2a5631e0 20:49:18 Removing intermediate container 1978d4f3ef9c 20:49:18 ---> c255e08bcd18 20:49:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:49:20 Removing intermediate container 901b2a5631e0 20:49:20 ---> c8e7fd3087f9 20:49:20 Step 16/24 : WORKDIR / 20:49:20 ---> 4b9f232c72ca 20:49:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:49:20 ---> cb13b006ff42 20:49:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:49:20 ---> Running in e6cd1697515a 20:49:21 Removing intermediate container e6cd1697515a 20:49:21 ---> 4dbfda6547c7 20:49:21 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:49:21 ---> f21baf78168a 20:49:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:49:22 Removing intermediate container 90ddc3e51670 20:49:22 ---> 973066d0d199 20:49:22 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 20:49:22 Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 20:49:22 ---> 38f987b5e7c7 20:49:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:49:22 Status: Downloaded newer image for docker:20.10.6 20:49:22 ---> cdf2a7733a7b 20:49:22 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:49:23 ---> Running in 07d3e1e7efd5 20:49:23 ---> 67320ad697c7 20:49:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:49:23 ---> Running in 7c93bdea27cd 20:49:23 ---> ea80151efa78 20:49:23 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:49:23 ---> 0e448a8d0b03 20:49:23 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:49:23 ---> Running in 382a5bd8c733 20:49:24 Removing intermediate container 7c93bdea27cd 20:49:24 ---> c7b16d28ad3a 20:49:24 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 20:49:24 Removing intermediate container 07d3e1e7efd5 20:49:24 ---> 5527a4b76e36 20:49:24 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:49:24 ---> Running in 017efa910b74 20:49:24 Removing intermediate container 382a5bd8c733 20:49:24 ---> 8acf6402e04e 20:49:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:49:25 ---> 9f23aa2c78f1 20:49:25 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:49:25 ---> Running in 8ff4dee16a3e 20:49:25 ---> 30d66e847b9d 20:49:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:49:26 ---> 3c3c854057ce 20:49:26 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:49:26 ---> Running in 3bdc407c4f61 20:49:26 Removing intermediate container 8ff4dee16a3e 20:49:26 ---> c1db6b1035e5 20:49:26 Step 21/23 : LABEL arch=arm64 20:49:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:49:27 ---> 6f3a744a4f51 20:49:27 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:49:27 ---> Running in b512eeddc0b5 20:49:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:49:27 ---> b5802530d5ce 20:49:27 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:49:27 ---> Running in ac9028f8cbf0 20:49:28 (1/39) Installing readline (8.1.0-r0) 20:49:28 (2/39) Installing bash (5.1.0-r0) 20:49:28 Executing bash-5.1.0-r0.post-install 20:49:28 (3/39) Installing brotli-libs (1.0.9-r3) 20:49:28 (4/39) Installing nghttp2-libs (1.42.0-r1) 20:49:28 (5/39) Installing libcurl (7.78.0-r0) 20:49:28 (6/39) Installing curl (7.78.0-r0) 20:49:29 (7/39) Installing dumb-init (1.2.5-r0) 20:49:29 (8/39) Installing libbz2 (1.0.8-r1) 20:49:29 (9/39) Installing expat (2.2.10-r1) 20:49:29 (10/39) Installing libffi (3.3-r2) 20:49:29 (11/39) Installing gdbm (1.19-r0) 20:49:29 (12/39) Installing xz-libs (5.2.5-r0) 20:49:29 (13/39) Installing sqlite-libs (3.34.1-r0) 20:49:29 (14/39) Installing python3 (3.8.10-r0) 20:49:29 Removing intermediate container b512eeddc0b5 20:49:29 ---> 5ee07193c652 20:49:29 Removing intermediate container ac9028f8cbf0 20:49:29 ---> 8444367899ce 20:49:29 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:49:29 Step 22/23 : LABEL git_sha=b365974c701c5bca49466e37129d172e47a2dce6 20:49:29 ---> Running in 810aa0c2ba61 20:49:29 ---> Running in 3fea1fa93ac5 20:49:31 (15/39) Installing py3-appdirs (1.4.4-r1) 20:49:31 (16/39) Installing py3-ordered-set (4.0.2-r0) 20:49:31 (17/39) Installing py3-parsing (2.4.7-r1) 20:49:31 (18/39) Installing py3-six (1.15.0-r0) 20:49:31 (19/39) Installing py3-packaging (20.9-r0) 20:49:31 (20/39) Installing py3-setuptools (51.3.3-r0) 20:49:31 ---> 3ead717b0c92 20:49:31 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:49:31 (21/39) Installing py3-chardet (4.0.0-r0) 20:49:31 (22/39) Installing py3-idna (3.1-r0) 20:49:31 (23/39) Installing py3-urllib3 (1.26.2-r1) 20:49:31 (24/39) Installing py3-requests (2.25.1-r1) 20:49:31 (25/39) Installing py3-msgpack (1.0.2-r0) 20:49:32 Removing intermediate container 810aa0c2ba61 20:49:32 ---> de960ee30827 20:49:32 Step 22/24 : LABEL arch=arm64 20:49:32 (26/39) Installing py3-lockfile (0.12.2-r3) 20:49:32 (27/39) Installing py3-cachecontrol (0.12.6-r0) 20:49:32 Removing intermediate container 3fea1fa93ac5 20:49:32 ---> 470e076b09cd 20:49:32 Step 23/23 : LABEL version=0.0.0 20:49:32 (28/39) Installing py3-colorama (0.4.4-r0) 20:49:32 (29/39) Installing py3-contextlib2 (0.6.0-r0) 20:49:32 (30/39) Installing py3-distlib (0.3.1-r1) 20:49:32 (31/39) Installing py3-distro (1.5.0-r1) 20:49:32 (32/39) Installing py3-webencodings (0.5.1-r3) 20:49:32 (33/39) Installing py3-html5lib (1.1-r0) 20:49:32 (34/39) Installing py3-pytoml (0.1.21-r0) 20:49:32 (35/39) Installing py3-pep517 (0.9.1-r0) 20:49:32 (36/39) Installing py3-progress (1.5-r0) 20:49:32 (37/39) Installing py3-retrying (1.3.3-r0) 20:49:32 (38/39) Installing py3-toml (0.10.2-r0) 20:49:32 (39/39) Installing py3-pip (20.3.4-r0) 20:49:33 ---> Running in 9f6abade30a6 20:49:33 ---> Running in 4ef041b519e6 20:49:33 Removing intermediate container 3bdc407c4f61 20:49:33 ---> ef5f9c1d79f1 20:49:33 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:49:33 Executing busybox-1.32.1-r6.trigger 20:49:33 OK: 82 MiB in 59 packages 20:49:33 ---> 3e3dca524b6f 20:49:33 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/ 20:49:33 ---> Running in 933120f656ff 20:49:34 Removing intermediate container 4ef041b519e6 20:49:34 Removing intermediate container 9f6abade30a6 20:49:34 ---> 40d460e00901 20:49:34 20:49:34 ---> 2e7cd73de520 20:49:34 Step 23/24 : LABEL git_sha=b365974c701c5bca49466e37129d172e47a2dce6 20:49:34 ---> Running in d55ccd640db9 20:49:34 Successfully built 40d460e00901 20:49:34 ---> dccfea037778 20:49:34 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:49:34 Successfully tagged support-notifications-arm64:latest 20:49:34 Building core-command 20:49:35  Building support-notifications ... done Removing intermediate container d55ccd640db9 20:49:35 ---> 27da7a4a0875 20:49:35 Step 24/24 : LABEL version=0.0.0 20:49:35 ---> Running in afcd7798a3f6 20:49:38 Removing intermediate container afcd7798a3f6 20:49:38 ---> 20e79a4938f0 20:49:38 20:49:38 Successfully built 20e79a4938f0 20:49:39 Successfully tagged core-metadata-arm64:latest 20:49:39  Building core-metadata ... done Building core-data 20:49:39 ---> e22c173c55ff 20:49:39 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:49:40 Removing intermediate container 933120f656ff 20:49:40 ---> 169f61e38660 20:49:40 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 20:49:41 ---> 3eba783bc423 20:49:41 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:49:41 ---> Running in 96bc8f93f13d 20:49:42 Removing intermediate container 96bc8f93f13d 20:49:42 ---> a7c03fbd0544 20:49:42 Step 24/26 : LABEL arch=arm64 20:49:42 ---> 78a863528717 20:49:42 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:49:42 ---> Running in 4ac7a03ac798 20:49:44 Removing intermediate container 4ac7a03ac798 20:49:44 ---> 8e52292caa47 20:49:44 Step 25/26 : LABEL git_sha=b365974c701c5bca49466e37129d172e47a2dce6 20:49:45 Collecting docker-compose==1.23.2 20:49:45 ---> 2f30ed339987 20:49:45 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 20:49:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:49:45 ---> Running in 40427694ca9e 20:49:45 ---> Running in ab932b74ccb6 20:49:46 Removing intermediate container 40427694ca9e 20:49:46 ---> b58bef897db5 20:49:46 Step 26/26 : LABEL version=0.0.0 20:49:47 ---> Running in ad59fba74389 20:49:47 Removing intermediate container ab932b74ccb6 20:49:47 ---> 60db93675bf0 20:49:47 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:49:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:49:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:49:47 Collecting texttable<0.10,>=0.9.0 20:49:47 Downloading texttable-0.9.1.tar.gz (11 kB) 20:49:48 Removing intermediate container ad59fba74389 20:49:48 ---> 72124faf5ab3 20:49:48 20:49:49 Successfully built 72124faf5ab3 20:49:49 Successfully tagged security-secretstore-setup-arm64:latest 20:49:49  Building security-secretstore-setup ... done Building security-proxy-setup 20:49:49 ---> 3bd97a819899 20:49:49 Step 27/32 : RUN chmod +x /entrypoint.sh 20:49:49 ---> Running in cf6a4706e516 20:49:52 Collecting PyYAML<4,>=3.10 20:49:52 Downloading PyYAML-3.13.tar.gz (270 kB) 20:49:53 Removing intermediate container cf6a4706e516 20:49:53 ---> 70c025495aee 20:49:53 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:49:54 ---> Running in 5069ccaef331 20:49:55 Removing intermediate container 5069ccaef331 20:49:55 ---> 3bca3a48ba79 20:49:55 Step 29/32 : CMD ["gate"] 20:49:56 ---> Running in e14e5efae4ea 20:49:57 Collecting websocket-client<1.0,>=0.32.0 20:49:57 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:49:57 Removing intermediate container e14e5efae4ea 20:49:57 ---> fa9a22a02174 20:49:57 Step 30/32 : LABEL arch=arm64 20:49:58 Collecting docker<4.0,>=3.6.0 20:49:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:49:58 Collecting docopt<0.7,>=0.6.1 20:49:58 Downloading docopt-0.6.2.tar.gz (25 kB) 20:49:58 ---> Running in 7db5bcd3bf4b 20:49:59 Removing intermediate container 7db5bcd3bf4b 20:49:59 ---> 05d8a4833b2d 20:49:59 Step 31/32 : LABEL git_sha=b365974c701c5bca49466e37129d172e47a2dce6 20:50:00 ---> Running in 4425444454d0 20:50:01 Removing intermediate container 4425444454d0 20:50:01 ---> 2020030f16aa 20:50:01 Step 32/32 : LABEL version=0.0.0 20:50:01 Collecting jsonschema<3,>=2.5.1 20:50:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:50:01 Collecting dockerpty<0.5,>=0.4.1 20:50:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:50:01 ---> Running in 1361299941c8 20:50:02 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:50:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:50:02 ---> 8ab4451d8b16 20:50:02 Step 3/24 : WORKDIR /edgex-go 20:50:02 ---> Using cache 20:50:02 ---> 5de818d7f8f3 20:50:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:02 ---> Using cache 20:50:02 ---> 839660dd1984 20:50:02 Step 5/24 : RUN apk add --update --no-cache make git 20:50:02 ---> Using cache 20:50:02 ---> f2784b4a8e43 20:50:02 Step 6/24 : COPY go.mod . 20:50:02 ---> Using cache 20:50:02 ---> 8c4f6eee082b 20:50:02 Step 7/24 : RUN go mod download 20:50:02 ---> Using cache 20:50:02 ---> b248397f186b 20:50:02 Step 8/24 : COPY . . 20:50:02 ---> Using cache 20:50:02 ---> f304d46266fe 20:50:02 Step 9/24 : RUN go mod tidy 20:50:02 ---> Using cache 20:50:02 ---> 134bdc020dbf 20:50:02 Step 10/24 : RUN make cmd/core-command/core-command 20:50:03 Removing intermediate container 1361299941c8 20:50:03 ---> f37001498ac4 20:50:03 20:50:03 ---> Running in ec5e1489aa3a 20:50:03 Successfully built f37001498ac4 20:50:03 Successfully tagged security-bootstrapper-arm64:latest 20:50:03  Building security-bootstrapper ... done Building support-scheduler 20:50:04 Collecting cached-property<2,>=1.2.0 20:50:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:50:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:50:05 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 20:50:05 Collecting docker-pycreds>=0.4.0 20:50:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:50:06 Collecting certifi>=2017.4.17 20:50:06 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 20:50:07 Collecting urllib3<1.25,>=1.21.1 20:50:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:50:08 Collecting idna<2.8,>=2.5 20:50:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:50:08 Collecting chardet<3.1.0,>=3.0.2 20:50:08 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:50:08 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:50:08 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:50:08 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:50:08 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:50:10 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 20:50:10 Attempting uninstall: urllib3 20:50:10 Found existing installation: urllib3 1.26.2 20:50:10 Uninstalling urllib3-1.26.2: 20:50:10 Successfully uninstalled urllib3-1.26.2 20:50:11 Attempting uninstall: idna 20:50:11 Found existing installation: idna 3.1 20:50:11 Uninstalling idna-3.1: 20:50:11 Successfully uninstalled idna-3.1 20:50:13 Attempting uninstall: chardet 20:50:13 Found existing installation: chardet 4.0.0 20:50:13 Uninstalling chardet-4.0.0: 20:50:13 Successfully uninstalled chardet-4.0.0 20:50:15 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:50:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:50:15 ---> 8ab4451d8b16 20:50:15 Step 3/24 : WORKDIR /edgex-go 20:50:15 ---> Using cache 20:50:15 ---> 5de818d7f8f3 20:50:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:15 ---> Using cache 20:50:15 ---> 839660dd1984 20:50:15 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:50:17 Attempting uninstall: requests 20:50:17 Found existing installation: requests 2.25.1 20:50:17 Uninstalling requests-2.25.1: 20:50:18 Successfully uninstalled requests-2.25.1 20:50:18 ---> Running in de0c66663a1d 20:50:18 Running setup.py install for texttable: started 20:50:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:50:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:50:22 Running setup.py install for texttable: finished with status 'done' 20:50:22 Running setup.py install for PyYAML: started 20:50:23 OK: 218 MiB in 52 packages 20:50:26 Running setup.py install for PyYAML: finished with status 'done' 20:50:27 Running setup.py install for docopt: started 20:50:27 Removing intermediate container de0c66663a1d 20:50:27 ---> 40bf95840bf4 20:50:27 Step 6/24 : COPY go.mod . 20:50:29 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:50:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:50:29 ---> 8ab4451d8b16 20:50:29 Step 3/22 : WORKDIR /edgex-go 20:50:29 ---> Using cache 20:50:29 ---> 5de818d7f8f3 20:50:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:29 ---> Using cache 20:50:29 ---> 839660dd1984 20:50:29 Step 5/22 : RUN apk add --update --no-cache make git 20:50:29 ---> Using cache 20:50:29 ---> f2784b4a8e43 20:50:29 Step 6/22 : COPY go.mod . 20:50:29 ---> Using cache 20:50:29 ---> 8c4f6eee082b 20:50:29 Step 7/22 : RUN go mod download 20:50:29 ---> Using cache 20:50:29 ---> b248397f186b 20:50:29 Step 8/22 : COPY . . 20:50:29 ---> Using cache 20:50:29 ---> f304d46266fe 20:50:29 Step 9/22 : RUN go mod tidy 20:50:29 ---> Using cache 20:50:29 ---> 134bdc020dbf 20:50:29 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:50:29 ---> 1f1ad394b589 20:50:29 Step 7/24 : RUN go mod download 20:50:30 ---> Running in b9278eccd5d5 20:50:30 ---> Running in 7fc5d9fb28d0 20:50:30 Running setup.py install for docopt: finished with status 'done' 20:50:31 Running setup.py install for dockerpty: started 20:50:33 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 20:50:34 Running setup.py install for dockerpty: finished with status 'done' 20:50:38 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 20:50:40 Removing intermediate container 7fc5d9fb28d0 20:50:40 ---> e7788d0bbb6f 20:50:40 Step 8/24 : COPY . . 20:50:41 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:50:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:50:41 ---> 8ab4451d8b16 20:50:41 Step 3/23 : WORKDIR /edgex-go 20:50:41 ---> Using cache 20:50:41 ---> 5de818d7f8f3 20:50:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:41 ---> Using cache 20:50:41 ---> 839660dd1984 20:50:41 Step 5/23 : RUN apk add --update --no-cache make git 20:50:41 ---> Using cache 20:50:41 ---> f2784b4a8e43 20:50:41 Step 6/23 : COPY go.mod . 20:50:41 ---> Using cache 20:50:41 ---> 8c4f6eee082b 20:50:41 Step 7/23 : RUN go mod download 20:50:41 ---> Using cache 20:50:41 ---> b248397f186b 20:50:41 Step 8/23 : COPY . . 20:50:41 ---> Using cache 20:50:41 ---> f304d46266fe 20:50:41 Step 9/23 : RUN go mod tidy 20:50:41 ---> Using cache 20:50:41 ---> 134bdc020dbf 20:50:41 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 20:50:41 ---> Running in 3045137b4273 20:50:45 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 20:51:03 Removing intermediate container 017efa910b74 20:51:03 ---> a65f0ca9546a 20:51:03 Step 15/24 : ENV APP_PORT=58890 20:51:04 ---> Running in b9134e6a1552 20:51:06 Removing intermediate container b9134e6a1552 20:51:06 ---> dae090b51e8f 20:51:06 Step 16/24 : EXPOSE $APP_PORT 20:51:06 ---> Running in 5ddfcefdf761 20:51:06 ---> 417b4719bf74 20:51:06 Step 9/24 : RUN go mod tidy 20:51:06 ---> Running in 41d377c77322 20:51:07 Removing intermediate container 5ddfcefdf761 20:51:07 ---> 561275abf419 20:51:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:51:10 ---> 79aba2759536 20:51:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:51:12 ---> 9ec1aca99c60 20:51:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:51:13 ---> 83117bbf572e 20:51:13 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 20:51:14 ---> Running in ad611d8cbbec 20:51:15 Removing intermediate container ad611d8cbbec 20:51:15 ---> 9295d9665eb9 20:51:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:51:16 ---> Running in 84b7877fcddd 20:51:16 Removing intermediate container 41d377c77322 20:51:16 ---> 8d9bac9e8023 20:51:16 Step 10/24 : RUN make cmd/core-data/core-data 20:51:16 ---> Running in f81431334618 20:51:16 Removing intermediate container 84b7877fcddd 20:51:16 ---> f3d7d860bda6 20:51:16 Step 22/24 : LABEL arch=arm64 20:51:17 ---> Running in 2d23e3d21af0 20:51:18 Removing intermediate container 2d23e3d21af0 20:51:18 ---> d278661af75b 20:51:18 Step 23/24 : LABEL git_sha=b365974c701c5bca49466e37129d172e47a2dce6 20:51:18 ---> Running in f9242e21ca23 20:51:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:51:19 Removing intermediate container f9242e21ca23 20:51:19 ---> 77a4c4d8fab1 20:51:19 Step 24/24 : LABEL version=0.0.0 20:51:20 ---> Running in a9d8d46cf948 20:51:21 Removing intermediate container a9d8d46cf948 20:51:21 ---> 548d46572192 20:51:21 20:51:21 Successfully built 548d46572192 20:51:21 Successfully tagged sys-mgmt-agent-arm64:latest 20:52:01  Building sys-mgmt-agent ... done Removing intermediate container ec5e1489aa3a 20:52:01 ---> e2bb11200943 20:52:01 20:52:01 Step 11/24 : FROM alpine:3.12 20:52:01 ---> c4fd0aeabfcf 20:52:01 Step 12/24 : RUN apk add --update --no-cache dumb-init 20:52:01 ---> Using cache 20:52:01 ---> 1c168957df63 20:52:01 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:52:01 ---> Using cache 20:52:01 ---> 8c7e3c896ea4 20:52:01 Step 14/24 : ENV APP_PORT=59882 20:52:01 ---> Running in ae8f1398fe7d 20:52:01 Removing intermediate container ae8f1398fe7d 20:52:01 ---> c76325dffce7 20:52:01 Step 15/24 : EXPOSE $APP_PORT 20:52:01 ---> Running in db081bd23696 20:52:01 Removing intermediate container db081bd23696 20:52:01 ---> bf2bab65b753 20:52:01 Step 16/24 : WORKDIR / 20:52:01 ---> Running in d6d26840b162 20:52:02 Removing intermediate container d6d26840b162 20:52:02 ---> d142f07a614f 20:52:02 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:52:03 ---> f67495a54dbe 20:52:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:52:05 ---> 5f738221ddbe 20:52:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:52:06 ---> cc68defadfaa 20:52:06 Step 20/24 : ENTRYPOINT ["/core-command"] 20:52:06 ---> Running in b7c3ef467d59 20:52:07 Removing intermediate container b7c3ef467d59 20:52:07 ---> 76066e59b0b6 20:52:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:52:07 ---> Running in d1b54f01e8bb 20:52:08 Removing intermediate container d1b54f01e8bb 20:52:08 ---> 6be446cf7d02 20:52:08 Step 22/24 : LABEL arch=arm64 20:52:08 ---> Running in e230c5a43d24 20:52:09 Removing intermediate container e230c5a43d24 20:52:09 ---> 09c849d1c81e 20:52:09 Step 23/24 : LABEL git_sha=b365974c701c5bca49466e37129d172e47a2dce6 20:52:09 ---> Running in 0570babdc881 20:52:10 Removing intermediate container 0570babdc881 20:52:10 ---> 8cb98501fc58 20:52:10 Step 24/24 : LABEL version=0.0.0 20:52:10 ---> Running in 2e63de270849 20:52:11 Removing intermediate container 2e63de270849 20:52:11 ---> af7de2a1f9b0 20:52:11 20:52:11 Successfully built af7de2a1f9b0 20:52:11 Successfully tagged core-command-arm64:latest 20:52:21  Building core-command ... done 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 20:52:37 Removing intermediate container b9278eccd5d5 20:52:37 ---> 41227328c169 20:52:37 20:52:37 Step 11/22 : FROM alpine:3.12 20:52:37 ---> c4fd0aeabfcf 20:52:37 Step 12/22 : RUN apk add --update --no-cache curl 20:52:37 ---> Running in 31a5976f0cab 20:52:38 Removing intermediate container 3045137b4273 20:52:38 ---> 09d5d3db3402 20:52:38 20:52:38 Step 11/23 : FROM alpine:3.12 20:52:38 ---> c4fd0aeabfcf 20:52:38 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:52:38 ---> Using cache 20:52:38 ---> 1c168957df63 20:52:38 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:52:38 ---> Using cache 20:52:38 ---> 8c7e3c896ea4 20:52:38 Step 14/23 : ENV APP_PORT=59861 20:52:39 ---> Running in 2872177c8d97 20:52:40 Removing intermediate container 2872177c8d97 20:52:40 ---> 95df0aabb7bb 20:52:40 Step 15/23 : EXPOSE $APP_PORT 20:52:40 ---> Running in b34814d41a04 20:52:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:52:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:52:41 Removing intermediate container b34814d41a04 20:52:41 ---> e81bc320dbe5 20:52:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:52:41 (1/4) Installing ca-certificates (20191127-r4) 20:52:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:52:41 (3/4) Installing libcurl (7.78.0-r0) 20:52:41 (4/4) Installing curl (7.78.0-r0) 20:52:41 Executing busybox-1.31.1-r20.trigger 20:52:41 Executing ca-certificates-20191127-r4.trigger 20:52:42 OK: 7 MiB in 18 packages 20:52:43 ---> 46677876174d 20:52:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:52:45 Removing intermediate container 31a5976f0cab 20:52:45 ---> f0549b07557d 20:52:45 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:52:45 ---> 78116f03fea6 20:52:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:52:46 ---> Running in d2e9498152ed 20:52:46 Removing intermediate container d2e9498152ed 20:52:46 ---> a01ce9694f39 20:52:46 Step 14/22 : WORKDIR /edgex 20:52:46 ---> Running in f4acefbf2859 20:52:46 ---> d316594c99c1 20:52:46 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:52:46 ---> Running in fb09084850fd 20:52:47 Removing intermediate container f4acefbf2859 20:52:47 ---> 1b1955b2f106 20:52:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:52:47 Removing intermediate container fb09084850fd 20:52:47 ---> c7ed0cfe95da 20:52:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:52:48 ---> Running in 734950c1e2b0 20:52:48 Removing intermediate container 734950c1e2b0 20:52:48 ---> b5977fdb32bb 20:52:48 Step 21/23 : LABEL arch=arm64 20:52:49 ---> 3b4363738ed6 20:52:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:52:49 ---> Running in 1816df5591e7 20:52:49 Removing intermediate container 1816df5591e7 20:52:49 ---> 4db0d557d282 20:52:49 Step 22/23 : LABEL git_sha=b365974c701c5bca49466e37129d172e47a2dce6 20:52:50 ---> Running in bcab13b1da83 20:52:50 ---> c291cebd015b 20:52:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:52:51 Removing intermediate container bcab13b1da83 20:52:51 ---> c3afbe435313 20:52:51 Step 23/23 : LABEL version=0.0.0 20:52:51 ---> Running in 0ceec0c21f9a 20:52:52 ---> 44eca69cb6e9 20:52:52 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:52:52 Removing intermediate container 0ceec0c21f9a 20:52:52 ---> 42fa36b889d9 20:52:52 20:52:52 ---> Running in 98684b1beaaa 20:52:52 Successfully built 42fa36b889d9 20:52:52 Successfully tagged support-scheduler-arm64:latest 20:52:53  Building support-scheduler ... done Removing intermediate container 98684b1beaaa 20:52:53 ---> dd406ef5cd92 20:52:53 Step 19/22 : CMD ["--init=true"] 20:52:53 ---> Running in 536d6ea8f98c 20:52:54 Removing intermediate container 536d6ea8f98c 20:52:54 ---> f1c21d60f7d9 20:52:54 Step 20/22 : LABEL arch=arm64 20:52:54 ---> Running in 02adda1402c6 20:52:55 Removing intermediate container 02adda1402c6 20:52:55 ---> 6a447de14908 20:52:55 Step 21/22 : LABEL git_sha=b365974c701c5bca49466e37129d172e47a2dce6 20:52:56 ---> Running in 3047043844f5 20:52:56 Removing intermediate container f81431334618 20:52:56 ---> 6fd4a8271523 20:52:56 20:52:56 Step 11/24 : FROM alpine:3.12 20:52:56 ---> c4fd0aeabfcf 20:52:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:52:56 ---> Running in 4489dc24635b 20:52:56 Removing intermediate container 3047043844f5 20:52:56 ---> 7ac28232e600 20:52:56 Step 22/22 : LABEL version=0.0.0 20:52:57 ---> Running in 6d6e380622ac 20:52:57 Removing intermediate container 4489dc24635b 20:52:57 ---> 0aefdf8e88e7 20:52:57 Step 13/24 : ENV APP_PORT=59880 20:52:57 ---> Running in a555362fb418 20:52:57 Removing intermediate container 6d6e380622ac 20:52:57 ---> a0eab187cccd 20:52:57 20:52:58 Successfully built a0eab187cccd 20:52:58 Successfully tagged security-proxy-setup-arm64:latest 20:52:58  Building security-proxy-setup ... done Removing intermediate container a555362fb418 20:52:58 ---> 23da3d157353 20:52:58 Step 14/24 : EXPOSE $APP_PORT 20:52:58 ---> Running in 7c0ac38f7770 20:52:59 Removing intermediate container 7c0ac38f7770 20:52:59 ---> 1c82dde7e4be 20:52:59 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:52:59 ---> Running in 9e820fc1e3d3 20:53:01 Removing intermediate container 9e820fc1e3d3 20:53:01 ---> 726ef0b49e06 20:53:01 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 20:53:01 ---> Running in 964cb6db7d49 20:53:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:53:04 (1/6) Installing dumb-init (1.2.2-r1) 20:53:04 (2/6) Installing libgcc (9.3.0-r2) 20:53:04 (3/6) Installing libsodium (1.0.18-r0) 20:53:04 (4/6) Installing libstdc++ (9.3.0-r2) 20:53:05 (5/6) Installing libzmq (4.3.3-r0) 20:53:05 (6/6) Installing zeromq (4.3.3-r0) 20:53:05 Executing busybox-1.31.1-r20.trigger 20:53:05 OK: 8 MiB in 20 packages 20:53:06 Removing intermediate container 964cb6db7d49 20:53:06 ---> a13317e4d30b 20:53:06 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:53:07 ---> 4b9f13fcdf73 20:53:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:53:08 ---> 5fc45aa0b3bc 20:53:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:53:10 ---> 2e5e4c0feab1 20:53:10 Step 20/24 : ENTRYPOINT ["/core-data"] 20:53:10 ---> Running in f85d95bc1d22 20:53:11 Removing intermediate container f85d95bc1d22 20:53:11 ---> 53712427543d 20:53:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:53:11 ---> Running in 58a03156e3bd 20:53:11 Removing intermediate container 58a03156e3bd 20:53:11 ---> 1d18b5ebe062 20:53:11 Step 22/24 : LABEL arch=arm64 20:53:11 ---> Running in cae9712b042c 20:53:12 Removing intermediate container cae9712b042c 20:53:12 ---> 4fffd97606a5 20:53:12 Step 23/24 : LABEL git_sha=b365974c701c5bca49466e37129d172e47a2dce6 20:53:12 ---> Running in ec6ee8283ac9 20:53:13 Removing intermediate container ec6ee8283ac9 20:53:13 ---> 3e1643272359 20:53:13 Step 24/24 : LABEL version=0.0.0 20:53:13 ---> Running in e104f1aa2981 20:53:14 Removing intermediate container e104f1aa2981 20:53:14 ---> 6e247f522ceb 20:53:14 20:53:14 Successfully built 6e247f522ceb 20:53:14 Successfully tagged core-data-arm64:latest 20:53:15  Building core-data ... done  [Pipeline] } 20:53:15 $ docker stop --time=1 a169fc4d10b25aa49aabd564072b5214396abb49930101ba14b92eb6314b2a77 20:53:17 $ docker rm -f a169fc4d10b25aa49aabd564072b5214396abb49930101ba14b92eb6314b2a77 [Pipeline] // withDockerContainer [Pipeline] sh 20:53:17 + docker images 20:53:17 REPOSITORY TAG IMAGE ID CREATED SIZE 20:53:17 core-data-arm64 latest 6e247f522ceb 4 seconds ago 19.3MB 20:53:17 security-proxy-setup-arm64 latest a0eab187cccd 20 seconds ago 24.5MB 20:53:17 6fd4a8271523 22 seconds ago 1.57GB 20:53:17 support-scheduler-arm64 latest 42fa36b889d9 26 seconds ago 15.2MB 20:53:17 09d5d3db3402 39 seconds ago 1.56GB 20:53:17 41227328c169 42 seconds ago 1.56GB 20:53:17 core-command-arm64 latest af7de2a1f9b0 About a minute ago 15.1MB 20:53:17 e2bb11200943 About a minute ago 1.56GB 20:53:17 sys-mgmt-agent-arm64 latest 548d46572192 About a minute ago 311MB 20:53:17 security-bootstrapper-arm64 latest f37001498ac4 3 minutes ago 17.7MB 20:53:17 security-secretstore-setup-arm64 latest 72124faf5ab3 3 minutes ago 27.4MB 20:53:17 core-metadata-arm64 latest 20e79a4938f0 3 minutes ago 15.8MB 20:53:17 support-notifications-arm64 latest 40d460e00901 3 minutes ago 15.9MB 20:53:17 60305f185b70 4 minutes ago 1.56GB 20:53:17 9f928e32cc64 4 minutes ago 1.56GB 20:53:17 f330015bb09b 4 minutes ago 1.56GB 20:53:17 33f87e66ea1f 4 minutes ago 1.56GB 20:53:17 584d3cab9df3 4 minutes ago 1.57GB 20:53:17 ci-base-image-arm64 latest 8ab4451d8b16 15 minutes ago 1.23GB 20:53:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine d9e956139c92 13 days ago 451MB 20:53:17 alpine 3.12 c4fd0aeabfcf 5 weeks ago 5.32MB 20:53:17 docker 20.10.6 cdf2a7733a7b 3 months ago 234MB 20:53:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 13 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:53:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:53:18 20:53:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 20:53:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:53:19 arm64: Pulling from edgex-lftools-log-publisher 20:53:19 448f6bf000e3: Pulling fs layer 20:53:19 f757da607395: Pulling fs layer 20:53:19 05883995daec: Pulling fs layer 20:53:19 8603b9c90790: Pulling fs layer 20:53:19 1560dd03e051: Pulling fs layer 20:53:19 27f5ce0e4adf: Pulling fs layer 20:53:19 c2d8d7efcc4b: Pulling fs layer 20:53:19 1560dd03e051: Waiting 20:53:19 27f5ce0e4adf: Waiting 20:53:19 c2d8d7efcc4b: Waiting 20:53:19 8603b9c90790: Waiting 20:53:19 f757da607395: Download complete 20:53:19 8603b9c90790: Download complete 20:53:20 1560dd03e051: Verifying Checksum 20:53:20 1560dd03e051: Download complete 20:53:20 27f5ce0e4adf: Verifying Checksum 20:53:20 27f5ce0e4adf: Download complete 20:53:20 05883995daec: Verifying Checksum 20:53:20 05883995daec: Download complete 20:53:20 448f6bf000e3: Verifying Checksum 20:53:20 448f6bf000e3: Download complete 20:53:23 c2d8d7efcc4b: Verifying Checksum 20:53:23 c2d8d7efcc4b: Download complete 20:53:24 448f6bf000e3: Pull complete 20:53:25 f757da607395: Pull complete 20:53:26 05883995daec: Pull complete 20:53:27 8603b9c90790: Pull complete 20:53:28 1560dd03e051: Pull complete 20:53:28 27f5ce0e4adf: Pull complete 20:53:43 c2d8d7efcc4b: Pull complete 20:53:43 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 20:53:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:53:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 20:53:43 prd-ubuntu18.04-docker-arm64-4c-16g-302 does not seem to be running inside a container 20:53:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:53:48 $ docker top 318ae1a05c5c09bd233cab6729a051f1321e1479cb2bb3905bc9d54a9ef81292 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:53:49 ---> job-cost.sh 20:53:49 lf-activate-venv: SKIPPING 20:53:49 INFO: No Stack... 20:53:51 INFO: Retrieving Pricing Info for: v2-standard-4 20:53:51 INFO: Archiving Costs [Pipeline] sh 20:53:52 + cat /w/workspace/edgex-go/2/archives/cost.csv 20:53:52 + cut -d, -f6 [Pipeline] lock 20:53:52 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3634-2-stack-cost] 20:53:52 Resource [jenkins-edgexfoundry-edgex-go-PR-3634-2-stack-cost] did not exist. Created. 20:53:52 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3634-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:53:52 + echo total: 0.18000000715255737 [Pipeline] stash 20:53:53 Stashed 1 file(s) [Pipeline] } 20:53:53 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3634-2-stack-cost] [Pipeline] // lock [Pipeline] } 20:53:53 $ docker stop --time=1 318ae1a05c5c09bd233cab6729a051f1321e1479cb2bb3905bc9d54a9ef81292 20:53:54 $ docker rm -f 318ae1a05c5c09bd233cab6729a051f1321e1479cb2bb3905bc9d54a9ef81292 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 20:53:55 provisioning config files... 20:53:55 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3306263822211855334tmp [Pipeline] { [Pipeline] sh 20:53:56 + set +x 20:53:56 + curl -s https://codecov.io/bash 20:53:56 + bash -s -- 20:53:56 20:53:56 _____ _ 20:53:56 / ____| | | 20:53:56 | | ___ __| | ___ ___ _____ __ 20:53:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:53:56 | |___| (_) | (_| | __/ (_| (_) \ V / 20:53:56 \_____\___/ \__,_|\___|\___\___/ \_/ 20:53:56 Bash-1.0.6 20:53:56 20:53:56 20:53:56 ==> git version 2.24.4 found 20:53:56 ==> 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 20:53:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:53:56 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:53:56 ==> Jenkins CI detected. 20:53:56 current dir:  /w/workspace/edgex-go/2 20:53:56 project root: . 20:53:56 --> token set from env 20:53:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:53:56 ==> Running gcov in . (disable via -X gcov) 20:53:56 ==> Python coveragepy not found 20:53:56 ==> Searching for coverage reports in: 20:53:56 + . 20:53:56 -> Found 1 reports 20:53:56 ==> Detecting git/mercurial file structure 20:53:56 ==> Reading reports 20:53:56 + ./coverage.out bytes=402846 20:53:56 ==> Appending adjustments 20:53:56 https://docs.codecov.io/docs/fixing-reports 20:53:57 + Found adjustments 20:53:57 ==> Gzipping contents 20:53:57 56K /tmp/codecov.smAmmx.gz 20:53:57 ==> Uploading reports 20:53:57 url: https://codecov.io 20:53:57 query: branch=PR-3634&commit=f48344a2b8434942cf2b2318132bc2559c0fd3ec&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3634%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3634&job=&cmd_args= 20:53:57 -> Pinging Codecov 20:53:57 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3634&commit=f48344a2b8434942cf2b2318132bc2559c0fd3ec&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3634%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3634&job=&cmd_args= 20:53:57 -> Uploading to 20:53:57 https://storage.googleapis.com/codecov/v4/raw/2021-07-27/00271124DB129430A58F1EEE437C3FCB/f48344a2b8434942cf2b2318132bc2559c0fd3ec/39741b3a-7b38-41fd-8777-1e34b38f4ed3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210727%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210727T205357Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=80862d9a568bebf742dc25d8e30d56ed9b4a8fea391b0799d863d8793d746511 20:53:57 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:57 Dload Upload Total Spent Left Speed 20:53:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54531 0 0 100 54531 0 153k --:--:-- --:--:-- --:--:-- 153k 20:53:58 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f48344a2b8434942cf2b2318132bc2559c0fd3ec [Pipeline] } 20:53:58 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 20:53:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:54:00 ---> package-listing.sh 20:54:00 ++ tr '[:upper:]' '[:lower:]' 20:54:00 ++ facter osfamily 20:54:00 + OS_FAMILY=redhat 20:54:00 + workspace=/w/workspace/edgex-go/2 20:54:00 + START_PACKAGES=/tmp/packages_start.txt 20:54:00 + END_PACKAGES=/tmp/packages_end.txt 20:54:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:54:00 + PACKAGES=/tmp/packages_start.txt 20:54:00 + '[' /w/workspace/edgex-go/2 ']' 20:54:00 + PACKAGES=/tmp/packages_end.txt 20:54:00 + case "${OS_FAMILY}" in 20:54:00 + rpm -qa 20:54:00 + sort 20:54:03 + '[' -f /tmp/packages_start.txt ']' 20:54:03 + '[' -f /tmp/packages_end.txt ']' 20:54:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:54:03 + '[' /w/workspace/edgex-go/2 ']' 20:54:03 + mkdir -p /w/workspace/edgex-go/2/archives/ 20:54:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 20:54:03 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:54:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:54:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:54:03 20:54:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:54:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:54:04 latest: Pulling from edgex-lftools-log-publisher 20:54:04 b4d181a07f80: Pulling fs layer 20:54:04 a1111a8f2ec3: Pulling fs layer 20:54:04 ed53099fbce6: Pulling fs layer 20:54:04 dc539afda2c1: Pulling fs layer 20:54:04 77bc0d833cb6: Pulling fs layer 20:54:04 9065ff56babe: Pulling fs layer 20:54:04 d287ab97295c: Pulling fs layer 20:54:04 77bc0d833cb6: Waiting 20:54:04 9065ff56babe: Waiting 20:54:04 d287ab97295c: Waiting 20:54:04 dc539afda2c1: Waiting 20:54:04 a1111a8f2ec3: Verifying Checksum 20:54:04 a1111a8f2ec3: Download complete 20:54:04 dc539afda2c1: Verifying Checksum 20:54:04 dc539afda2c1: Download complete 20:54:05 77bc0d833cb6: Verifying Checksum 20:54:05 77bc0d833cb6: Download complete 20:54:05 9065ff56babe: Verifying Checksum 20:54:05 9065ff56babe: Download complete 20:54:05 ed53099fbce6: Verifying Checksum 20:54:05 ed53099fbce6: Download complete 20:54:06 b4d181a07f80: Verifying Checksum 20:54:06 b4d181a07f80: Download complete 20:54:07 b4d181a07f80: Pull complete 20:54:07 a1111a8f2ec3: Pull complete 20:54:07 ed53099fbce6: Pull complete 20:54:07 dc539afda2c1: Pull complete 20:54:08 77bc0d833cb6: Pull complete 20:54:08 9065ff56babe: Pull complete 20:54:09 d287ab97295c: Verifying Checksum 20:54:09 d287ab97295c: Download complete 20:54:13 d287ab97295c: Pull complete 20:54:13 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 20:54:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:54:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:54:13 prd-centos7-docker-4c-2g-299 does not seem to be running inside a container 20:54:13 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:54:17 $ docker top 695fbfc4f6567fa20c41f044ae23fcca3c77508d2a7783cbab3b61837ad2c669 -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:17 + touch /tmp/pre-build-complete [Pipeline] sh 20:54:18 + mkdir -p /var/log/sysstat [Pipeline] sh 20:54:18 + ls /var/log/sa-host 20:54:18 + sadf -c /var/log/sa-host/sa05 20:54:18 file_magic: OK 20:54:18 HZ: Using current value: 100 20:54:18 file_header: OK 20:54:18 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 20:54:18 Statistics: 20:54:18 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:54:18 File successfully converted to sysstat format version 12.0.3 20:54:18 + sadf -c /var/log/sa-host/sa27 20:54:18 file_magic: OK 20:54:18 HZ: Using current value: 100 20:54:18 file_header: OK 20:54:18 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 20:54:18 Statistics: 20:54:18 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:54:18 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:54:18 provisioning config files... 20:54:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3629160782146667866tmp [Pipeline] { [Pipeline] echo 20:54:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:54:18 ---> create-netrc.sh [Pipeline] } 20:54:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:54:19 ---> python-tools-install.sh [Pipeline] echo 20:54:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:54:19 ---> sudo-logs.sh 20:54:19 Archiving 'sudo' log.. 20:54:19 sudo: unable to resolve host prd-centos7-docker-4c-2g-299.vexxhost.local: Name or service not known 20:54:19 sudo: unable to resolve host prd-centos7-docker-4c-2g-299.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 20:54:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:54:20 ---> job-cost.sh 20:54:20 lf-activate-venv: SKIPPING 20:54:20 DEBUG: total: 0.18000000715255737 20:54:20 INFO: Retrieving Stack Cost... 20:54:21 INFO: Retrieving Pricing Info for: v3-standard-2 20:54:21 INFO: Archiving Costs [Pipeline] echo 20:54:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:54:21 ---> logs-deploy.sh 20:54:21 lf-activate-venv: SKIPPING 20:54:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3634/2 20:54:21 INFO: archiving workspace using pattern(s): 20:54:22 Archives upload complete. 20:54:22 INFO: archiving logs to Nexus 20:54:23 ---> uname -a: 20:54:23 Linux prd-centos7-docker-4c-2g-299.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 20:54:23 20:54:23 20:54:23 ---> lscpu: 20:54:23 Architecture: x86_64 20:54:23 CPU op-mode(s): 32-bit, 64-bit 20:54:23 Byte Order: Little Endian 20:54:23 Address sizes: 40 bits physical, 48 bits virtual 20:54:23 CPU(s): 2 20:54:23 On-line CPU(s) list: 0,1 20:54:23 Thread(s) per core: 1 20:54:23 Core(s) per socket: 1 20:54:23 Socket(s): 2 20:54:23 NUMA node(s): 1 20:54:23 Vendor ID: AuthenticAMD 20:54:23 CPU family: 23 20:54:23 Model: 49 20:54:23 Model name: AMD EPYC-Rome Processor 20:54:23 Stepping: 0 20:54:23 CPU MHz: 2799.998 20:54:23 BogoMIPS: 5599.99 20:54:23 Virtualization: AMD-V 20:54:23 Hypervisor vendor: KVM 20:54:23 Virtualization type: full 20:54:23 L1d cache: 32K 20:54:23 L1i cache: 32K 20:54:23 L2 cache: 512K 20:54:23 L3 cache: 16384K 20:54:23 NUMA node0 CPU(s): 0,1 20:54:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 20:54:23 20:54:23 20:54:23 ---> nproc: 20:54:23 2 20:54:23 20:54:23 20:54:23 ---> df -h: 20:54:23 Filesystem Size Used Avail Use% Mounted on 20:54:23 overlay 40G 13G 28G 31% / 20:54:23 tmpfs 64M 0 64M 0% /dev 20:54:23 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 20:54:23 shm 64M 0 64M 0% /dev/shm 20:54:23 /dev/vda1 40G 13G 28G 31% /facter-os 20:54:23 20:54:23 20:54:23 ---> sar -b -r -n DEV: 20:54:23 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/27/21 _x86_64_ (2 CPU) 20:54:23 20:54:23 20:30:04 LINUX RESTART (2 CPU) 20:54:23 20:54:23 20:31:01 tps rtps wtps bread/s bwrtn/s 20:54:23 20:32:01 173.90 0.62 173.28 351.77 55412.29 20:54:23 20:33:01 238.88 0.00 238.88 0.00 52819.51 20:54:23 20:34:01 53.66 0.02 53.65 0.53 9931.82 20:54:23 20:35:03 335.68 123.15 212.53 3044.68 130376.10 20:54:23 20:36:01 515.56 178.48 337.07 6398.62 189935.88 20:54:23 20:37:01 520.20 43.90 476.31 4547.66 198449.78 20:54:23 20:38:01 184.77 17.33 167.43 1786.35 25269.00 20:54:23 20:39:01 1.42 0.00 1.42 0.00 24.99 20:54:23 20:40:01 0.15 0.00 0.15 0.00 1.73 20:54:23 20:41:01 0.27 0.00 0.27 0.00 3.43 20:54:23 20:42:01 0.25 0.00 0.25 0.00 3.63 20:54:23 20:43:01 0.15 0.00 0.15 0.00 2.17 20:54:23 20:44:01 0.27 0.00 0.27 0.00 3.53 20:54:23 20:45:01 0.35 0.10 0.25 3.06 2.43 20:54:23 20:46:01 1.15 0.35 0.80 97.82 16.09 20:54:23 20:47:01 0.25 0.00 0.25 0.00 2.57 20:54:23 20:48:01 0.27 0.00 0.27 0.00 3.42 20:54:23 20:49:01 0.25 0.00 0.25 0.00 2.60 20:54:23 20:50:01 0.18 0.00 0.18 0.00 1.75 20:54:23 20:51:01 0.25 0.00 0.25 0.00 2.98 20:54:23 20:52:01 0.25 0.00 0.25 0.00 2.57 20:54:23 20:53:01 0.25 0.00 0.25 0.00 3.13 20:54:23 20:54:01 29.60 29.34 0.27 3370.45 15.94 20:54:23 Average: 89.18 16.99 72.19 846.95 28689.57 20:54:23 20:54:23 20:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:54:23 20:32:01 3237796 0 1130496 14.12 2620 3638020 1759788 19.43 1186648 2951008 572344 20:54:23 20:33:01 3147500 0 1169420 14.60 2620 3689392 1705680 18.83 1365008 2850040 280320 20:54:23 20:34:01 3076368 0 1318600 16.46 2620 3611344 1820400 20.10 1431048 2849724 72644 20:54:23 20:35:03 981248 0 1338248 16.71 2620 5686816 1991648 21.99 1861512 4423604 91620 20:54:23 20:36:01 1274648 0 1824504 22.78 2620 4907160 3689964 40.74 2591636 3354216 221336 20:54:23 20:37:01 1011760 0 1712780 21.39 2620 5281772 3324156 36.70 2223528 3934356 30168 20:54:23 20:38:01 3099824 0 1211504 15.13 2620 3694984 1472756 16.26 1263260 2876304 8 20:54:23 20:39:01 3107676 0 1203648 15.03 2620 3694988 1273036 14.06 1295420 2841744 20 20:54:23 20:40:01 3109832 0 1201488 15.00 2620 3694992 1272868 14.05 1300104 2836540 20 20:54:23 20:41:01 3109552 0 1201764 15.01 2620 3694996 1272964 14.05 1300624 2836540 16 20:54:23 20:42:01 3108800 0 1202512 15.01 2620 3695000 1273012 14.05 1306908 2830432 16 20:54:23 20:43:01 3109032 0 1202272 15.01 2620 3695008 1273084 14.06 1307216 2830428 8 20:54:23 20:44:01 3110320 0 1200980 15.00 2620 3695012 1272868 14.05 1306140 2830428 8 20:54:23 20:45:01 3108536 0 1202760 15.02 2620 3695016 1274608 14.07 1307540 2830428 8 20:54:23 20:46:01 3105000 0 1203456 15.03 2620 3697856 1272952 14.05 1312848 2829520 12 20:54:23 20:47:01 3104988 0 1203464 15.03 2620 3697860 1272868 14.05 1312760 2829520 12 20:54:23 20:48:01 3105012 0 1203436 15.03 2620 3697864 1272868 14.05 1312764 2829520 8 20:54:23 20:49:01 3104904 0 1203536 15.03 2620 3697872 1272868 14.05 1312772 2829520 8 20:54:23 20:50:01 3104880 0 1203560 15.03 2620 3697872 1272868 14.05 1312772 2829520 8 20:54:23 20:51:01 3104792 0 1203640 15.03 2620 3697880 1272964 14.05 1312868 2829524 16 20:54:23 20:52:01 3104432 0 1204000 15.03 2620 3697880 1272868 14.05 1312800 2829520 16 20:54:23 20:53:01 3104376 0 1204052 15.03 2620 3697884 1272904 14.05 1312960 2829520 12 20:54:23 20:54:01 2978800 0 1228236 15.34 2620 3799276 1305136 14.41 1337024 2930528 212 20:54:23 Average: 2843916 0 1259929 15.73 2620 3902467 1572397 17.36 1429833 2984456 55167 20:54:23 20:54:23 20:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:54:23 20:32:01 eth0 1782.18 1464.29 8255.09 189.96 0.00 0.00 0.00 0.00 20:54:23 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:32:01 vethb47d76f 506.45 550.22 46.35 2048.11 0.00 0.00 0.00 0.00 20:54:23 20:32:01 docker0 1095.92 1228.76 95.73 5099.52 0.00 0.00 0.00 0.00 20:54:23 20:33:01 vetha332932 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:54:23 20:33:01 eth0 44.56 25.17 35.96 14.02 0.00 0.00 0.00 0.00 20:54:23 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:33:01 docker0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 20:54:23 20:34:01 vetha332932 2.23 2.23 0.18 0.18 0.00 0.00 0.00 0.00 20:54:23 20:34:01 eth0 32.63 19.53 18.78 59.95 0.00 0.00 0.00 0.00 20:54:23 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:34:01 docker0 2.23 2.23 0.15 0.18 0.00 0.00 0.00 0.00 20:54:23 20:35:03 vethe4ce00d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:54:23 20:35:03 eth0 267.44 173.68 1669.93 63.93 0.00 0.00 0.00 0.00 20:54:23 20:35:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:35:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:36:01 vethe4ce00d 0.00 0.50 0.00 0.03 0.00 0.00 0.00 0.00 20:54:23 20:36:01 veth0bd4601 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:54:23 20:36:01 veth49807b4 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:54:23 20:36:01 vethd1f4c07 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:54:23 20:37:01 vethe4ce00d 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 20:54:23 20:37:01 vethe74c494 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:54:23 20:37:01 vethcf9e2ac 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:54:23 20:37:01 veth79b20ef 0.03 0.18 0.00 0.01 0.00 0.00 0.00 0.00 20:54:23 20:38:01 eth0 3716.52 2597.35 15658.04 590.05 0.00 0.00 0.00 0.00 20:54:23 20:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:54:23 20:38:01 docker0 1220.83 1453.20 104.11 5911.62 0.00 0.00 0.00 0.00 20:54:23 20:39:01 eth0 1.40 0.78 0.70 0.24 0.00 0.00 0.00 0.00 20:54:23 20:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:40:01 eth0 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:54:23 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:41:01 eth0 0.77 0.25 0.20 0.08 0.00 0.00 0.00 0.00 20:54:23 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:42:01 eth0 0.98 0.33 0.32 0.20 0.00 0.00 0.00 0.00 20:54:23 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:43:01 eth0 1.05 0.58 0.54 0.40 0.00 0.00 0.00 0.00 20:54:23 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:44:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:54:23 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:45:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:54:23 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:46:01 eth0 0.33 0.22 0.15 0.07 0.00 0.00 0.00 0.00 20:54:23 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:47:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:54:23 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:48:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:54:23 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:49:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:50:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:51:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:54:23 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:52:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:53:01 eth0 0.22 0.12 0.07 0.01 0.00 0.00 0.00 0.00 20:54:23 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:54:01 eth0 11.04 6.83 9.86 4.32 0.00 0.00 0.00 0.00 20:54:23 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 Average: eth0 116.07 86.52 529.28 21.80 0.00 0.00 0.00 0.00 20:54:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:54:23 Average: docker0 53.12 63.23 4.53 257.20 0.00 0.00 0.00 0.00 20:54:23 20:54:23 20:54:23 ---> sar -P ALL: 20:54:23 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/27/21 _x86_64_ (2 CPU) 20:54:23 20:54:23 20:30:04 LINUX RESTART (2 CPU) 20:54:23 20:54:23 20:31:01 CPU %user %nice %system %iowait %steal %idle 20:54:23 20:32:01 all 29.37 0.00 9.30 4.02 0.09 57.22 20:54:23 20:32:01 0 27.59 0.00 9.96 3.67 0.09 58.70 20:54:23 20:32:01 1 31.13 0.00 8.65 4.38 0.09 55.75 20:54:23 20:33:01 all 59.00 0.00 10.88 1.99 0.11 28.02 20:54:23 20:33:01 0 58.98 0.00 11.08 1.85 0.11 27.98 20:54:23 20:33:01 1 59.02 0.00 10.68 2.13 0.11 28.06 20:54:23 20:34:01 all 33.64 0.00 4.98 0.45 0.07 60.86 20:54:23 20:34:01 0 33.15 0.00 4.90 0.42 0.07 61.46 20:54:23 20:34:01 1 34.12 0.00 5.07 0.47 0.07 60.27 20:54:23 20:35:03 all 43.65 0.00 11.81 10.85 0.11 33.57 20:54:23 20:35:03 0 43.24 0.00 12.08 11.41 0.11 33.16 20:54:23 20:35:03 1 44.07 0.00 11.54 10.30 0.11 33.98 20:54:23 20:36:01 all 60.78 0.00 16.31 18.27 0.11 4.53 20:54:23 20:36:01 0 60.38 0.00 16.76 17.04 0.11 5.71 20:54:23 20:36:01 1 61.17 0.00 15.87 19.50 0.11 3.34 20:54:23 20:37:01 all 75.17 0.00 20.49 3.15 0.13 1.06 20:54:23 20:37:01 0 74.92 0.00 20.70 3.14 0.15 1.09 20:54:23 20:37:01 1 75.43 0.00 20.27 3.15 0.11 1.04 20:54:23 20:38:01 all 25.33 0.00 7.76 1.55 0.07 65.28 20:54:23 20:38:01 0 24.57 0.00 8.72 1.68 0.07 64.96 20:54:23 20:38:01 1 26.10 0.00 6.80 1.43 0.07 65.60 20:54:23 20:39:01 all 0.23 0.00 0.08 0.00 0.02 99.67 20:54:23 20:39:01 0 0.07 0.00 0.07 0.00 0.02 99.85 20:54:23 20:39:01 1 0.40 0.00 0.10 0.00 0.02 99.48 20:54:23 20:40:01 all 0.24 0.00 0.22 0.00 0.01 99.53 20:54:23 20:40:01 0 0.10 0.00 0.22 0.00 0.02 99.67 20:54:23 20:40:01 1 0.38 0.00 0.22 0.00 0.00 99.40 20:54:23 20:41:01 all 0.18 0.00 0.03 0.00 0.02 99.78 20:54:23 20:41:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:54:23 20:41:01 1 0.33 0.00 0.02 0.00 0.02 99.63 20:54:23 20:42:01 all 0.18 0.00 0.03 0.00 0.02 99.77 20:54:23 20:42:01 0 0.05 0.00 0.02 0.00 0.00 99.93 20:54:23 20:42:01 1 0.32 0.00 0.03 0.00 0.03 99.62 20:54:23 20:54:23 20:42:01 CPU %user %nice %system %iowait %steal %idle 20:54:23 20:43:01 all 0.08 0.00 0.03 0.00 0.02 99.87 20:54:23 20:43:01 0 0.05 0.00 0.03 0.00 0.02 99.90 20:54:23 20:43:01 1 0.10 0.00 0.03 0.00 0.02 99.85 20:54:23 20:44:01 all 0.15 0.00 0.03 0.00 0.02 99.81 20:54:23 20:44:01 0 0.27 0.00 0.03 0.00 0.02 99.68 20:54:23 20:44:01 1 0.03 0.00 0.02 0.00 0.02 99.93 20:54:23 20:45:01 all 0.08 0.00 0.03 0.00 0.02 99.88 20:54:23 20:45:01 0 0.13 0.00 0.02 0.00 0.02 99.83 20:54:23 20:45:01 1 0.02 0.00 0.03 0.00 0.02 99.93 20:54:23 20:46:01 all 0.14 0.00 0.03 0.03 0.02 99.78 20:54:23 20:46:01 0 0.27 0.00 0.03 0.00 0.02 99.68 20:54:23 20:46:01 1 0.02 0.00 0.03 0.05 0.02 99.88 20:54:23 20:47:01 all 0.13 0.00 0.03 0.00 0.01 99.83 20:54:23 20:47:01 0 0.25 0.00 0.03 0.00 0.02 99.70 20:54:23 20:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:54:23 20:48:01 all 0.19 0.00 0.03 0.00 0.03 99.76 20:54:23 20:48:01 0 0.35 0.00 0.02 0.00 0.02 99.62 20:54:23 20:48:01 1 0.03 0.00 0.03 0.00 0.03 99.90 20:54:23 20:49:01 all 0.21 0.00 0.03 0.00 0.01 99.75 20:54:23 20:49:01 0 0.35 0.00 0.03 0.00 0.00 99.62 20:54:23 20:49:01 1 0.07 0.00 0.03 0.00 0.02 99.88 20:54:23 20:50:01 all 0.09 0.00 0.03 0.00 0.01 99.87 20:54:23 20:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:54:23 20:50:01 1 0.17 0.00 0.03 0.00 0.02 99.78 20:54:23 20:51:01 all 0.20 0.00 0.03 0.00 0.01 99.77 20:54:23 20:51:01 0 0.05 0.00 0.02 0.00 0.00 99.93 20:54:23 20:51:01 1 0.35 0.00 0.03 0.00 0.02 99.60 20:54:23 20:52:01 all 0.18 0.00 0.04 0.00 0.02 99.76 20:54:23 20:52:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:54:23 20:52:01 1 0.35 0.00 0.05 0.00 0.02 99.58 20:54:23 20:53:01 all 0.12 0.00 0.02 0.00 0.01 99.86 20:54:23 20:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:54:23 20:53:01 1 0.20 0.00 0.02 0.00 0.02 99.77 20:54:23 20:54:23 20:53:01 CPU %user %nice %system %iowait %steal %idle 20:54:23 20:54:01 all 1.88 0.00 0.64 0.89 0.03 96.56 20:54:23 20:54:01 0 2.01 0.00 0.74 1.49 0.03 95.73 20:54:23 20:54:01 1 1.76 0.00 0.55 0.28 0.02 97.39 20:54:23 Average: all 13.56 0.00 3.39 1.67 0.04 81.34 20:54:23 Average: 0 13.37 0.00 3.50 1.66 0.04 81.43 20:54:23 Average: 1 13.75 0.00 3.28 1.69 0.04 81.24 20:54:23 20:54:23 20:54:23