Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c+729eb4739df12e156b446759f30c8b9b764bc7ef (0a870b66548d2f3aa8d3ee17ca624c0f2acb7dc7) 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-ssh6869467180438239475.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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-ssh2694217449758772159.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 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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-3665/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-3665/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4226445402722156651.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 # timeout=10 Commit message: "Merge pull request #353 from ernestojeda/go-mod-tidy-change" > 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-ssh8984441379577689872.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-3665/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-3665/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh535225715149255654.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_BUILD_IMAGE_TARGET: builder 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-679 in /w/workspace/edgexfoundry_edgex-go_PR-3665 [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-ssh2487039517224903125.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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-ssh8485827126924972801.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3665/head:refs/remotes/origin/PR-3665 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 729eb4739df12e156b446759f30c8b9b764bc7ef into PR head commit 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c Merge succeeded, producing 00185a36c08ac37fedfc9887b2a950b5241e55f5 Checking out Revision 00185a36c08ac37fedfc9887b2a950b5241e55f5 (PR-3665) > git config core.sparsecheckout # timeout=10 > git checkout -f 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c # 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-ssh4761726532801092152.key > git merge 729eb4739df12e156b446759f30c8b9b764bc7ef # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 00185a36c08ac37fedfc9887b2a950b5241e55f5 # timeout=10 Commit message: "Merge commit '729eb4739df12e156b446759f30c8b9b764bc7ef' into HEAD" > git rev-list --no-walk 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:29:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:29:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:29:42 ========================================================= 04:29:42 EdgeX Global Pipelines Version Info 04:29:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:29:44 ------------------- 04:29:44 stable info: 04:29:44 ------------------- 04:29:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:29:44 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 04:29:44 Message: update stable to v1.0.205 04:29:44 ------------------- 04:29:44 experimental info: 04:29:44 ------------------- 04:29:44 Commited By: **** collab-it+edgex@linuxfoundation.org 04:29:44 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 04:29:44 Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:29:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:29:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:29:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:29:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:29:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:29:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 04:29:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 04:29:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:29:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3665 [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3665 [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3665 [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 00185a36c08ac37fedfc9887b2a950b5241e55f5 [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 00185a3 [Pipeline] echo 04:29:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:29:45 provisioning config files... 04:29:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5403861648115595116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:29:45 ---> docker-login.sh 04:29:45 nexus3.edgexfoundry.org:10001 04:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:29:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:29:46 Configure a credential helper to remove this warning. See 04:29:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:29:46 04:29:46 Login Succeeded 04:29:46 nexus3.edgexfoundry.org:10002 04:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:29:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:29:46 Configure a credential helper to remove this warning. See 04:29:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:29:46 04:29:46 Login Succeeded 04:29:46 nexus3.edgexfoundry.org:10003 04:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:29:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:29:46 Configure a credential helper to remove this warning. See 04:29:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:29:46 04:29:46 Login Succeeded 04:29:46 nexus3.edgexfoundry.org:10004 04:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:29:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:29:46 Configure a credential helper to remove this warning. See 04:29:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:29:46 04:29:46 Login Succeeded 04:29:46 docker.io 04:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:29:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:29:47 Configure a credential helper to remove this warning. See 04:29:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:29:47 04:29:47 Login Succeeded 04:29:47 ---> docker-login.sh ends [Pipeline] } 04:29:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:29:47 ++ 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 04:29:47 + for file in '`ls cmd/**/Dockerfile`' 04:29:47 ++ dirname cmd/core-command/Dockerfile 04:29:47 ++ cut -d/ -f2 04:29:47 + echo core-command,cmd/core-command/Dockerfile 04:29:47 + for file in '`ls cmd/**/Dockerfile`' 04:29:47 ++ cut -d/ -f2 04:29:47 ++ dirname cmd/core-data/Dockerfile 04:29:47 + echo core-data,cmd/core-data/Dockerfile 04:29:47 + for file in '`ls cmd/**/Dockerfile`' 04:29:47 ++ dirname cmd/core-metadata/Dockerfile 04:29:47 ++ cut -d/ -f2 04:29:47 + echo core-metadata,cmd/core-metadata/Dockerfile 04:29:47 + for file in '`ls cmd/**/Dockerfile`' 04:29:47 ++ dirname cmd/security-bootstrapper/Dockerfile 04:29:47 ++ cut -d/ -f2 04:29:47 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:29:47 + for file in '`ls cmd/**/Dockerfile`' 04:29:47 ++ cut -d/ -f2 04:29:47 ++ dirname cmd/security-proxy-setup/Dockerfile 04:29:47 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:29:47 + for file in '`ls cmd/**/Dockerfile`' 04:29:47 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:29:47 ++ cut -d/ -f2 04:29:47 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:29:47 + for file in '`ls cmd/**/Dockerfile`' 04:29:47 ++ dirname cmd/support-notifications/Dockerfile 04:29:47 ++ cut -d/ -f2 04:29:47 + echo support-notifications,cmd/support-notifications/Dockerfile 04:29:47 + for file in '`ls cmd/**/Dockerfile`' 04:29:47 ++ dirname cmd/support-scheduler/Dockerfile 04:29:47 ++ cut -d/ -f2 04:29:47 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:29:47 + for file in '`ls cmd/**/Dockerfile`' 04:29:47 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:29:47 ++ cut -d/ -f2 04:29:47 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:29:47 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 04:29:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:49 04:29:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:29:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:49 latest: Pulling from edgex-devops/git-semver 04:29:49 31603596830f: Pulling fs layer 04:29:49 d4622e32a9a9: Pulling fs layer 04:29:49 1030fce36090: Pulling fs layer 04:29:49 6c6cb7e1b49b: Pulling fs layer 04:29:49 6c6cb7e1b49b: Waiting 04:29:49 d4622e32a9a9: Verifying Checksum 04:29:49 d4622e32a9a9: Download complete 04:29:49 31603596830f: Download complete 04:29:50 31603596830f: Pull complete 04:29:50 d4622e32a9a9: Pull complete 04:29:50 6c6cb7e1b49b: Verifying Checksum 04:29:50 6c6cb7e1b49b: Download complete 04:29:50 1030fce36090: Verifying Checksum 04:29:50 1030fce36090: Download complete 04:29:51 1030fce36090: Pull complete 04:29:51 6c6cb7e1b49b: Pull complete 04:29:51 Digest: sha256:98b6084a185347f7b64647794a0a4774a411b925a780a33b3032b91fe10e00ab 04:29:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:29:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:29:51 prd-centos7-docker-4c-2g-679 does not seem to be running inside a container 04:29:51 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:29:52 $ docker top 3f297501b4a2430e9a7cbfdf2d20252858f4290b6d48db6d5dca268b66f55ab2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:29:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:29:52 [ssh-agent] Looking for ssh-agent implementation... 04:29:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:29:52 $ docker exec 3f297501b4a2430e9a7cbfdf2d20252858f4290b6d48db6d5dca268b66f55ab2 ssh-agent 04:29:52 SSH_AUTH_SOCK=/tmp/ssh-2r2BobFHETMc/agent.13 04:29:52 SSH_AGENT_PID=19 04:29:52 Running ssh-add (command line suppressed) 04:29:52 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6198020500633163431.key (/w/workspace/edgex-go/2@tmp/private_key_6198020500633163431.key) 04:29:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:29:53 + git tag --points-at HEAD [Pipeline] } 04:29:53 $ docker exec --env ******** --env ******** 3f297501b4a2430e9a7cbfdf2d20252858f4290b6d48db6d5dca268b66f55ab2 ssh-agent -k 04:29:53 unset SSH_AUTH_SOCK; 04:29:53 unset SSH_AGENT_PID; 04:29:53 echo Agent pid 19 killed; 04:29:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:29:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:29:53 [ssh-agent] Looking for ssh-agent implementation... 04:29:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:29:53 $ docker exec 3f297501b4a2430e9a7cbfdf2d20252858f4290b6d48db6d5dca268b66f55ab2 ssh-agent 04:29:53 SSH_AUTH_SOCK=/tmp/ssh-vFvIetMamVJF/agent.52 04:29:53 SSH_AGENT_PID=59 04:29:53 Running ssh-add (command line suppressed) 04:29:53 Identity added: /w/workspace/edgex-go/2@tmp/private_key_335771522037042240.key (/w/workspace/edgex-go/2@tmp/private_key_335771522037042240.key) 04:29:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:29:53 + git semver init 04:29:53 # -> Open(): unable to determine branch for HEAD 04:29:53 # $GIT_DIR = /w/workspace/edgex-go/2/.git 04:29:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 04:29:53 # $SEMVER_REMOTE_NAME = origin 04:29:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:29:53 # $SEMVER_USER_NAME = edgex-jenkins 04:29:53 # $SEMVER_BRANCH = PR-3665 04:29:53 # $SEMVER_TEMP = /tmp/semver-579951524 04:29:53 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:30:08 # '/tmp/semver-579951524' -> '/w/workspace/edgex-go/2/.semver' 04:30:08 # -> Force: false 04:30:08 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 04:30:08 $ docker exec --env ******** --env ******** 3f297501b4a2430e9a7cbfdf2d20252858f4290b6d48db6d5dca268b66f55ab2 ssh-agent -k 04:30:09 unset SSH_AUTH_SOCK; 04:30:09 unset SSH_AGENT_PID; 04:30:09 echo Agent pid 59 killed; 04:30:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:30:09 + git semver [Pipeline] } 04:30:09 $ docker stop --time=1 3f297501b4a2430e9a7cbfdf2d20252858f4290b6d48db6d5dca268b66f55ab2 04:30:11 $ docker rm -f 3f297501b4a2430e9a7cbfdf2d20252858f4290b6d48db6d5dca268b66f55ab2 [Pipeline] // withDockerContainer [Pipeline] sh 04:30:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:30:12 Stashed 1 file(s) [Pipeline] echo 04:30:12 [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 04:30:12 ========================================================= 04:30:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 04:30:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:30:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:30:12 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 04:30:12 540db60ca938: Pulling fs layer 04:30:12 adcc1eea9eea: Pulling fs layer 04:30:12 4c4ab2625f07: Pulling fs layer 04:30:12 db62176df00c: Pulling fs layer 04:30:12 3b30891b0d05: Pulling fs layer 04:30:12 06b49ca38bd5: Pulling fs layer 04:30:12 c788192a36de: Pulling fs layer 04:30:12 a77e37c0d609: Pulling fs layer 04:30:12 c3185cebc471: Pulling fs layer 04:30:12 db62176df00c: Waiting 04:30:12 3b30891b0d05: Waiting 04:30:12 06b49ca38bd5: Waiting 04:30:12 c788192a36de: Waiting 04:30:12 a77e37c0d609: Waiting 04:30:12 c3185cebc471: Waiting 04:30:12 4c4ab2625f07: Verifying Checksum 04:30:12 4c4ab2625f07: Download complete 04:30:13 adcc1eea9eea: Verifying Checksum 04:30:13 adcc1eea9eea: Download complete 04:30:13 3b30891b0d05: Verifying Checksum 04:30:13 3b30891b0d05: Download complete 04:30:13 06b49ca38bd5: Verifying Checksum 04:30:13 06b49ca38bd5: Download complete 04:30:13 c788192a36de: Verifying Checksum 04:30:13 c788192a36de: Download complete 04:30:13 540db60ca938: Verifying Checksum 04:30:13 540db60ca938: Download complete 04:30:13 540db60ca938: Pull complete 04:30:13 adcc1eea9eea: Pull complete 04:30:13 4c4ab2625f07: Pull complete 04:30:13 a77e37c0d609: Verifying Checksum 04:30:13 a77e37c0d609: Download complete 04:30:19 c3185cebc471: Verifying Checksum 04:30:19 c3185cebc471: Download complete 04:30:19 db62176df00c: Verifying Checksum 04:30:19 db62176df00c: Download complete 04:30:22 db62176df00c: Pull complete 04:30:22 3b30891b0d05: Pull complete 04:30:22 06b49ca38bd5: Pull complete 04:30:22 c788192a36de: Pull complete 04:30:22 a77e37c0d609: Pull complete 04:30:24 c3185cebc471: Pull complete 04:30:24 Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd 04:30:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:30:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh 04:30:24 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:30:24 WORKDIR /edgex 04:30:24 COPY go.mod . 04:30:24 RUN go mod download' 04:30:24 + docker build -t ci-base-image-x86_64 -f - . 04:30:26 Sending build context to Docker daemon 328.7MB 04:30:26 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 04:30:26 ---> 031687cdd783 04:30:26 Step 2/4 : WORKDIR /edgex 04:30:27 Still waiting to schedule task 04:30:27 ‘prd-ubuntu18.04-docker-arm64-4c-16g-105’ is offline 04:30:27 ---> Running in c2856b5aae0b 04:30:27 Removing intermediate container c2856b5aae0b 04:30:27 ---> 62ecb074966b 04:30:27 Step 3/4 : COPY go.mod . 04:30:28 ---> ec6c81df7745 04:30:28 Step 4/4 : RUN go mod download 04:30:28 ---> Running in 6266761e4338 04:31:06 Removing intermediate container 6266761e4338 04:31:06 ---> 0319bf7d3ef9 04:31:06 Successfully built 0319bf7d3ef9 04:31:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:31:07 + docker inspect -f . ci-base-image-x86_64 04:31:07 . [Pipeline] withDockerContainer 04:31:07 prd-centos7-docker-4c-2g-679 does not seem to be running inside a container 04:31:07 $ 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 ******** ci-base-image-x86_64 cat 04:31:07 $ docker top ea4cd52b0671bbda30b797beef5dd624ce0a7681c527c5fef181af4cf73de358 -eo pid,comm [Pipeline] { [Pipeline] sh 04:31:08 + go version 04:31:08 go version go1.16.6 linux/amd64 [Pipeline] } 04:31:08 $ docker stop --time=1 ea4cd52b0671bbda30b797beef5dd624ce0a7681c527c5fef181af4cf73de358 04:31:09 $ docker rm -f ea4cd52b0671bbda30b797beef5dd624ce0a7681c527c5fef181af4cf73de358 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:31:09 + docker inspect -f . ci-base-image-x86_64 04:31:09 . [Pipeline] withDockerContainer 04:31:09 prd-centos7-docker-4c-2g-679 does not seem to be running inside a container 04:31:10 $ 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 ******** ci-base-image-x86_64 cat 04:31:10 $ docker top d92a9829fcf33482bda475d7df91fe01aa8e2edb2ecef8568480ac74ba658b62 -eo pid,comm [Pipeline] { [Pipeline] echo 04:31:10 ========================================================= 04:31:10 [edgeXBuildGoParallel] Running Tests and Build... 04:31:10 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:31:10 + go mod tidy [Pipeline] sh 04:31:11 + make test 04:31:11 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 04:31:11 go mod tidy 04:31:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:31:17 ? github.com/edgexfoundry/edgex-go [no test files] 04:31:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:31:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:31:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:31:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:31:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:31:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:31:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:31:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:31:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:31:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:31:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:31:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:31:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:31:42 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 04:31:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.057s coverage: 28.7% of statements 04:31:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:31:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:31:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.065s coverage: 100.0% of statements 04:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 04:31:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.054s coverage: 46.3% of statements 04:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:31:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:31:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.121s coverage: 90.1% of statements 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 04:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 04:31:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.056s coverage: 81.2% of statements 04:31:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:31:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 04:31:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 04:31:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:31:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:31:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.233s coverage: 94.2% of statements 04:31:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 04:31:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 04:31:49 ok github.com/edgexfoundry/edgex-go/internal/io 0.060s coverage: 59.1% of statements 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:31:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.044s coverage: 60.0% of statements 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:31:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.043s coverage: 0.8% of statements 04:31:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 04:31:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 04:31:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.062s coverage: 21.7% of statements 04:31:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements 04:31:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.064s coverage: 79.5% of statements 04:31:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements 04:31:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements 04:31:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.053s coverage: 94.4% of statements 04:32:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 04:32:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.165s coverage: 81.8% of statements 04:32:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 58.8% of statements 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 85.4% of statements 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.2% of statements 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.128s coverage: 64.4% of statements 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.180s coverage: 66.9% of statements 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 04:32:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-681 in /w/workspace/edgexfoundry_edgex-go_PR-3665 [Pipeline] { [Pipeline] ws 04:32:26 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 04:32:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.148s coverage: 43.6% of statements 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:32:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:32:27 The recommended git tool is: git 04:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements 04:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements 04:32:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 04:32:31 using credential edgex-jenkins-ssh 04:32:31 Cloning the remote Git repository 04:32:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:32:32 > git init /w/workspace/edgex-go/2 # timeout=10 04:32:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:32:32 > git --version # timeout=10 04:32:32 > git --version # 'git version 2.17.1' 04:32:32 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.066s coverage: 19.5% of statements 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.136s coverage: 92.0% of statements 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 04:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 62.7% of statements 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.084s coverage: 97.7% of statements 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 04:32:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 04:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:32:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 04:32:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.027s coverage: 95.4% of statements 04:32:34 GO111MODULE=on go vet ./... 04:32:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:32:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:32:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:32:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:32:46 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3665/head:refs/remotes/origin/PR-3665 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:32:47 Merging remotes/origin/main commit 729eb4739df12e156b446759f30c8b9b764bc7ef into PR head commit 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c 04:32:48 Merge succeeded, producing 769f81c456b9fa02e4b31d8281ab32972a436c2a 04:32:48 Checking out Revision 769f81c456b9fa02e4b31d8281ab32972a436c2a (PR-3665) 04:32:47 > git config core.sparsecheckout # timeout=10 04:32:47 > git checkout -f 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c # timeout=10 04:32:47 > git remote # timeout=10 04:32:47 > git config --get remote.origin.url # timeout=10 04:32:47 using GIT_SSH to set credentials SSH Credentials for GitHub 04:32:47 > git merge 729eb4739df12e156b446759f30c8b9b764bc7ef # timeout=10 04:32:48 > git rev-parse HEAD^{commit} # timeout=10 04:32:48 > git config core.sparsecheckout # timeout=10 04:32:48 > git checkout -f 769f81c456b9fa02e4b31d8281ab32972a436c2a # timeout=10 04:32:52 Commit message: "Merge commit '729eb4739df12e156b446759f30c8b9b764bc7ef' into HEAD" 04:32:52 > git rev-list --no-walk 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:32:52 provisioning config files... 04:32:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config43263592592115450tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:32:53 ---> docker-login.sh 04:32:53 nexus3.edgexfoundry.org:10001 04:32:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:54 Configure a credential helper to remove this warning. See 04:32:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:54 04:32:54 Login Succeeded 04:32:54 nexus3.edgexfoundry.org:10002 04:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:55 Configure a credential helper to remove this warning. See 04:32:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:55 04:32:55 Login Succeeded 04:32:55 nexus3.edgexfoundry.org:10003 04:32:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:55 Configure a credential helper to remove this warning. See 04:32:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:55 04:32:55 Login Succeeded 04:32:55 nexus3.edgexfoundry.org:10004 04:32:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:56 Configure a credential helper to remove this warning. See 04:32:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:56 04:32:56 Login Succeeded 04:32:56 docker.io 04:32:56 gofmt -l . 04:32:56 [ "`gofmt -l .`" = "" ] 04:32:56 ./bin/test-attribution-txt.sh 04:32:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:32:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:32:57 Configure a credential helper to remove this warning. See 04:32:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:32:57 04:32:57 Login Succeeded 04:32:57 ---> docker-login.sh ends [Pipeline] } 04:32:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 04:32:57 + ls -al . 04:32:57 total 608 04:32:57 drwxrwxr-x 10 1001 1001 4096 Aug 12 04:32 . 04:32:57 drwxr-xr-x 4 root root 28 Aug 12 04:31 .. 04:32:57 -rw-rw-r-- 1 1001 1001 11 Aug 12 04:29 .dockerignore 04:32:57 drwxrwxr-x 8 1001 1001 179 Aug 12 04:29 .git 04:32:57 drwxrwxr-x 3 1001 1001 125 Aug 12 04:29 .github 04:32:57 -rw-rw-r-- 1 1001 1001 818 Aug 12 04:29 .gitignore 04:32:57 -rw-rw-r-- 1 1001 1001 76 Aug 12 04:29 .hadolint.yml 04:32:57 drwx------ 3 1001 1001 58 Aug 12 04:30 .semver 04:32:57 -rw-rw-r-- 1 1001 1001 166 Aug 12 04:29 .sonarcloud.properties 04:32:57 -rw-rw-r-- 1 1001 1001 1171 Aug 12 04:29 ADOPTERS.md 04:32:57 -rw-rw-r-- 1 1001 1001 8609 Aug 12 04:29 Attribution.txt 04:32:57 -rw-rw-r-- 1 1001 1001 43881 Aug 12 04:29 CHANGELOG.md 04:32:57 -rw-rw-r-- 1 1001 1001 3804 Aug 12 04:29 CONTRIBUTING.md 04:32:57 -rw-rw-r-- 1 1001 1001 677 Aug 12 04:29 GOVERNANCE.md 04:32:57 -rw-rw-r-- 1 1001 1001 849 Aug 12 04:29 Jenkinsfile 04:32:57 -rw-rw-r-- 1 1001 1001 10775 Aug 12 04:29 LICENSE 04:32:57 -rw-rw-r-- 1 1001 1001 5915 Aug 12 04:29 Makefile 04:32:57 -rw-rw-r-- 1 1001 1001 582 Aug 12 04:29 OWNERS.md 04:32:57 -rw-rw-r-- 1 1001 1001 8643 Aug 12 04:29 README.md 04:32:57 -rw-rw-r-- 1 1001 1001 6912 Aug 12 04:29 SECURITY.md 04:32:57 -rw-rw-r-- 1 1001 1001 5 Aug 12 04:30 VERSION 04:32:57 -rw-rw-r-- 1 1001 1001 4131 Aug 12 04:29 ZMQWindows.md 04:32:57 drwxrwxr-x 2 1001 1001 37 Aug 12 04:29 bin 04:32:57 drwxrwxr-x 14 1001 1001 4096 Aug 12 04:29 cmd 04:32:57 -rw-r--r-- 1 root root 404329 Aug 12 04:32 coverage.out 04:32:57 -rw-rw-r-- 1 1001 1001 813 Aug 12 04:29 go.mod 04:32:57 -rw-r--r-- 1 root root 50064 Aug 12 04:31 go.sum 04:32:57 drwxrwxr-x 8 1001 1001 124 Aug 12 04:29 internal 04:32:57 drwxrwxr-x 3 1001 1001 16 Aug 12 04:29 openapi 04:32:57 drwxrwxr-x 4 1001 1001 71 Aug 12 04:29 snap 04:32:57 -rw-rw-r-- 1 1001 1001 204 Aug 12 04:29 version.go [Pipeline] sh [Pipeline] echo 04:32:57 ========================================================= 04:32:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 04:32:57 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:32:57 + '[' -e coverage.out ] 04:32:57 + chown 1001:1001 coverage.out [Pipeline] stash 04:32:58 Stashed 1 file(s) [Pipeline] sh 04:32:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:32:58 + make build 04:32:58 go mod tidy 04:32:58 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 04:32:58 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:32:58 595b0fe564bb: Pulling fs layer 04:32:58 24495759ef45: Pulling fs layer 04:32:58 d148012ef14d: Pulling fs layer 04:32:58 e90a11edd702: Pulling fs layer 04:32:58 d77568369979: Pulling fs layer 04:32:58 fc1c9f9a7f3b: Pulling fs layer 04:32:58 170f2ba95c9a: Pulling fs layer 04:32:58 97ac5df62f85: Pulling fs layer 04:32:58 e90a11edd702: Waiting 04:32:58 fc1c9f9a7f3b: Waiting 04:32:58 d77568369979: Waiting 04:32:58 170f2ba95c9a: Waiting 04:32:58 97ac5df62f85: Waiting 04:32:58 d148012ef14d: Verifying Checksum 04:32:58 d148012ef14d: Download complete 04:32:58 24495759ef45: Verifying Checksum 04:32:58 24495759ef45: Download complete 04:32:58 d77568369979: Verifying Checksum 04:32:58 d77568369979: Download complete 04:32:58 fc1c9f9a7f3b: Download complete 04:32:59 170f2ba95c9a: Download complete 04:32:59 595b0fe564bb: Verifying Checksum 04:32:59 595b0fe564bb: Download complete 04:32:59 595b0fe564bb: Pull complete 04:32:59 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 04:33:00 24495759ef45: Pull complete 04:33:00 d148012ef14d: Pull complete 04:33:02 97ac5df62f85: Verifying Checksum 04:33:02 97ac5df62f85: Download complete 04:33:03 e90a11edd702: Verifying Checksum 04:33:03 e90a11edd702: Download complete 04:33:06 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 04:33:07 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 04:33:08 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 04:33:08 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 04:33:08 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 04:33:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:33:10 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 04:33:11 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 04:33:12 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 04:33:13 e90a11edd702: Pull complete 04:33:13 d77568369979: Pull complete 04:33:13 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 04:33:13 fc1c9f9a7f3b: Pull complete 04:33:14 170f2ba95c9a: Pull complete [Pipeline] } 04:33:14 $ docker stop --time=1 d92a9829fcf33482bda475d7df91fe01aa8e2edb2ecef8568480ac74ba658b62 04:33:16 $ docker rm -f d92a9829fcf33482bda475d7df91fe01aa8e2edb2ecef8568480ac74ba658b62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:19 97ac5df62f85: Pull complete 04:33:19 Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 04:33:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:33:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh 04:33:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:19 04:33:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:33:19 + docker build -t ci-base-image-arm64 -f - . 04:33:19 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:33:19 WORKDIR /edgex 04:33:19 COPY go.mod . 04:33:19 RUN go mod download 04:33:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:20 latest: Pulling from edgex-devops/edgex-compose 04:33:20 cbdbe7a5bc2a: Pulling fs layer 04:33:20 ca9280d653b3: Pulling fs layer 04:33:20 7e9c9ca2126c: Pulling fs layer 04:33:20 cbdbe7a5bc2a: Verifying Checksum 04:33:20 cbdbe7a5bc2a: Download complete 04:33:20 cbdbe7a5bc2a: Pull complete 04:33:21 ca9280d653b3: Verifying Checksum 04:33:21 ca9280d653b3: Download complete 04:33:21 ca9280d653b3: Pull complete 04:33:21 Sending build context to Docker daemon 165.9MB 04:33:21 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 04:33:21 ---> 04bc70af865f 04:33:21 Step 2/4 : WORKDIR /edgex 04:33:23 7e9c9ca2126c: Verifying Checksum 04:33:23 7e9c9ca2126c: Download complete 04:33:25 ---> Running in 17752d279c37 04:33:25 Removing intermediate container 17752d279c37 04:33:25 ---> 8dd66dd74615 04:33:25 Step 3/4 : COPY go.mod . 04:33:26 ---> d3b7e3979821 04:33:26 Step 4/4 : RUN go mod download 04:33:26 ---> Running in 9efab712e1e3 04:33:26 7e9c9ca2126c: Pull complete 04:33:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:33:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:33:27 prd-centos7-docker-4c-2g-679 does not seem to be running inside a container 04:33:27 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:33:29 $ docker top 6dc53a666d11216c51144b7c175baf2f49fb9b68e7cfaa73c0a828a3f6a8beca -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:30 + docker-compose build --help 04:33:30 + grep parallel 04:33:30 --parallel Build images in parallel. [Pipeline] } 04:33:30 $ docker stop --time=1 6dc53a666d11216c51144b7c175baf2f49fb9b68e7cfaa73c0a828a3f6a8beca 04:33:32 $ docker rm -f 6dc53a666d11216c51144b7c175baf2f49fb9b68e7cfaa73c0a828a3f6a8beca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:33:32 . [Pipeline] withDockerContainer 04:33:32 prd-centos7-docker-4c-2g-679 does not seem to be running inside a container 04:33:32 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:33:33 $ docker top 5505810f8c437420c195791f3dd13215a6357bbaee44cc403cea21db349b81c0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:33 + docker-compose -f ./docker-compose-build.yml build --parallel 04:33:34 Building core-command ... 04:33:34 Building core-data ... 04:33:34 Building core-metadata ... 04:33:34 Building security-bootstrapper ... 04:33:34 Building security-proxy-setup ... 04:33:34 Building security-secretstore-setup ... 04:33:34 Building support-notifications ... 04:33:34 Building support-scheduler ... 04:33:34 Building sys-mgmt-agent ... 04:33:34 Building core-data 04:33:34 Building security-secretstore-setup 04:33:34 Building core-metadata 04:33:34 Building support-notifications 04:33:34 Building support-scheduler 04:33:44 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:33:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:33:44 ---> 0319bf7d3ef9 04:33:44 Step 3/23 : WORKDIR /edgex-go 04:33:44 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:33:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:33:44 ---> 0319bf7d3ef9 04:33:44 Step 3/26 : WORKDIR /edgex-go 04:33:48 ---> Running in d589905b78cc 04:33:48 ---> Running in ba1f1a6b54e8 04:33:53 Removing intermediate container ba1f1a6b54e8 04:33:53 ---> 22b63595c996 04:33:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:53 Removing intermediate container d589905b78cc 04:33:53 ---> d7fbe5e6ffed 04:33:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:53 ---> Running in f6ca9a348857 04:33:53 ---> Running in 465df28fdf53 04:33:56 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:33:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:33:56 ---> 0319bf7d3ef9 04:33:56 Step 3/24 : WORKDIR /edgex-go 04:33:56 ---> Using cache 04:33:56 ---> 22b63595c996 04:33:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:59 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:33:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:33:59 ---> 0319bf7d3ef9 04:33:59 Step 3/24 : WORKDIR /edgex-go 04:33:59 ---> Using cache 04:33:59 ---> 22b63595c996 04:33:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:59 ---> Running in e642f72351bb 04:33:59 ---> Running in f3210a0b31d1 04:33:59 Removing intermediate container f6ca9a348857 04:33:59 ---> 9df0f6e05e53 04:33:59 Step 5/26 : RUN apk add --update --no-cache make git 04:33:59 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:33:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:33:59 ---> 0319bf7d3ef9 04:33:59 Step 3/23 : WORKDIR /edgex-go 04:33:59 ---> Using cache 04:33:59 ---> 22b63595c996 04:33:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:33:59 ---> Using cache 04:33:59 ---> 9df0f6e05e53 04:33:59 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 04:33:59 Removing intermediate container 465df28fdf53 04:33:59 ---> c275e8ffe368 04:33:59 Step 5/23 : RUN apk add --update --no-cache make git 04:33:59 ---> Running in a9aab7d4d5df 04:33:59 ---> Running in e9e0cb035932 04:33:59 ---> Running in a7fe0d1ad2de 04:34:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:34:00 Removing intermediate container f3210a0b31d1 04:34:00 ---> 95112037a7f5 04:34:00 Step 5/24 : RUN apk add --update --no-cache make git 04:34:00 Removing intermediate container e642f72351bb 04:34:00 ---> a345dc1daf76 04:34:00 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:34:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:34:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:34:00 ---> Running in 3b725138bffd 04:34:00 ---> Running in 2b0099ec72af 04:34:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:34:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:34:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:34:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:34:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:34:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:34:01 OK: 219 MiB in 52 packages 04:34:01 Removing intermediate container a7fe0d1ad2de 04:34:01 ---> bc50a894c6e9 04:34:01 Step 6/23 : COPY go.mod . 04:34:01 OK: 219 MiB in 52 packages 04:34:02 OK: 219 MiB in 52 packages 04:34:02 OK: 219 MiB in 52 packages 04:34:02 ---> 419d8845d424 04:34:02 Step 7/23 : RUN go mod download 04:34:02 ---> Running in d0165cd1630d 04:34:02 Removing intermediate container e9e0cb035932 04:34:02 ---> e680f862c66c 04:34:02 Step 6/26 : COPY go.mod . 04:34:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:34:02 Removing intermediate container 2b0099ec72af 04:34:02 ---> e1ca18924c88 04:34:02 Step 6/24 : COPY go.mod . 04:34:02 Removing intermediate container 3b725138bffd 04:34:02 ---> 8bb0d657b3f5 04:34:02 Step 6/24 : COPY go.mod . 04:34:02 ---> 77c783debb56 04:34:02 Step 7/26 : RUN go mod download 04:34:02 ---> 170d1bb51320 04:34:02 Step 7/24 : RUN go mod download 04:34:02 ---> 0729c48a1312 04:34:02 Step 7/24 : RUN go mod download 04:34:02 ---> Running in 72717c393936 04:34:02 ---> Running in 833a8f06df8d 04:34:02 ---> Running in c0bca9a23b4e 04:34:03 Removing intermediate container d0165cd1630d 04:34:03 ---> d1cb092897f0 04:34:03 Step 8/23 : COPY . . 04:34:05 OK: 219 MiB in 52 packages 04:34:05 Removing intermediate container 72717c393936 04:34:05 ---> 7cbda281fb92 04:34:05 Step 8/26 : COPY . . 04:34:06 Removing intermediate container c0bca9a23b4e 04:34:06 ---> 4c36bf7b790d 04:34:06 Step 8/24 : COPY . . 04:34:06 Removing intermediate container a9aab7d4d5df 04:34:06 ---> ce4e13905b64 04:34:06 Step 6/23 : COPY go.mod . 04:34:06 Removing intermediate container 833a8f06df8d 04:34:06 ---> 2298a5fe9256 04:34:06 Step 8/24 : COPY . . 04:34:09 ---> be9f99ba95aa 04:34:09 Step 7/23 : RUN go mod download 04:34:11 ---> d2b93738eb1b 04:34:11 Step 9/23 : RUN go mod tidy 04:34:11 ---> Running in 0cef39f83745 04:34:11 ---> Running in b431442b0f07 04:34:14 Removing intermediate container 0cef39f83745 04:34:14 ---> 708ef0263bcb 04:34:14 Step 8/23 : COPY . . 04:34:14 ---> ecd9689d64ea 04:34:14 Step 9/26 : RUN go mod tidy 04:34:14 ---> Running in 495f9d17c253 04:34:15 Removing intermediate container b431442b0f07 04:34:15 ---> 8d9d21304c01 04:34:15 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 04:34:16 ---> f077440d763f 04:34:16 Step 9/24 : RUN go mod tidy 04:34:16 ---> 293df74949ea 04:34:16 Step 9/24 : RUN go mod tidy 04:34:16 ---> Running in b3921caa1e89 04:34:16 ---> Running in 2e886e2b1368 04:34:16 ---> Running in 1cfda05e0c8a 04:34:17 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 04:34:19 Removing intermediate container 495f9d17c253 04:34:19 ---> 37d4b5731088 04:34:19 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:34:19 ---> Running in 9706edd8aa14 04:34:20 Removing intermediate container 1cfda05e0c8a 04:34:20 ---> 63771e0d50d9 04:34:20 Step 10/24 : RUN make cmd/core-data/core-data 04:34:20 ---> Running in f22ec64fb1ca 04:34:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:34:20 Removing intermediate container 2e886e2b1368 04:34:20 ---> 23b520a8da21 04:34:20 Step 10/24 : RUN make cmd/core-metadata/core-metadata 04:34:21 ---> Running in 843f25fea493 04:34:21 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 04:34:22 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 04:34:30 ---> adb912a15d12 04:34:30 Step 9/23 : RUN go mod tidy 04:34:31 ---> Running in b627f8e93db9 04:34:33 Removing intermediate container b627f8e93db9 04:34:33 ---> 5fa2a74d95d4 04:34:33 Step 10/23 : RUN make cmd/support-notifications/support-notifications 04:34:33 ---> Running in 0ea634b433c9 04:34:33 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 04:34:55 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 04:34:55 Removing intermediate container b3921caa1e89 04:34:55 ---> d2e428109c3c 04:34:55 04:34:55 Step 11/23 : FROM alpine:3.12 04:34:55 3.12: Pulling from library/alpine 04:34:56 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 04:34:56 Status: Downloaded newer image for alpine:3.12 04:34:56 ---> 13621d1b12d4 04:34:56 Step 12/23 : RUN apk add --update --no-cache dumb-init 04:34:56 ---> Running in a9b612bd3af9 04:34:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:57 (1/1) Installing dumb-init (1.2.2-r1) 04:34:57 Executing busybox-1.31.1-r20.trigger 04:34:57 OK: 6 MiB in 15 packages 04:34:58 Removing intermediate container 9706edd8aa14 04:34:58 ---> 5c13c2f07bb9 04:34:58 04:34:58 Step 11/26 : FROM alpine:3.12 04:34:58 ---> 13621d1b12d4 04:34:58 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 04:34:58 ---> Running in a2031d08d9b1 04:34:58 Removing intermediate container a9b612bd3af9 04:34:58 ---> 904774d4c9f7 04:34:58 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:34:58 ---> Running in 1c0d8fb39864 04:34:58 Removing intermediate container 1c0d8fb39864 04:34:58 ---> 72ec4448432b 04:34:58 Step 14/23 : ENV APP_PORT=59861 04:34:58 ---> Running in 84dc570629e6 04:34:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:34:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:34:59 Removing intermediate container 84dc570629e6 04:34:59 ---> f7523b5c7417 04:34:59 Step 15/23 : EXPOSE $APP_PORT 04:34:59 ---> Running in 26be377f175c 04:34:59 Removing intermediate container 26be377f175c 04:34:59 ---> 5d4687dbe2c1 04:34:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:34:59 (1/6) Installing ca-certificates (20191127-r4) 04:34:59 (2/6) Installing nghttp2-libs (1.41.0-r0) 04:34:59 (3/6) Installing libcurl (7.78.0-r0) 04:34:59 (4/6) Installing curl (7.78.0-r0) 04:34:59 (5/6) Installing dumb-init (1.2.2-r1) 04:34:59 (6/6) Installing su-exec (0.2-r1) 04:34:59 Executing busybox-1.31.1-r20.trigger 04:34:59 Executing ca-certificates-20191127-r4.trigger 04:34:59 OK: 7 MiB in 20 packages 04:34:59 ---> 9948f172fb94 04:34:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:35:00 ---> 116e25896289 04:35:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:35:00 Removing intermediate container a2031d08d9b1 04:35:00 ---> a19a9149c855 04:35:00 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:35:00 ---> Running in ef1b6e4906e8 04:35:00 Removing intermediate container ef1b6e4906e8 04:35:00 ---> fd7b182b850a 04:35:00 Step 14/26 : WORKDIR / 04:35:00 ---> bb52f556f334 04:35:00 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 04:35:00 ---> Running in aa4d43a229f8 04:35:00 ---> Running in 58c2934eb328 04:35:00 Removing intermediate container aa4d43a229f8 04:35:00 ---> d8c7c9b8eb5f 04:35:00 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:35:01 Removing intermediate container 58c2934eb328 04:35:01 ---> 76cb89f94ae2 04:35:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:35:01 ---> Running in b33b8e74908c 04:35:01 ---> 56656c22bb57 04:35:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:35:01 Removing intermediate container b33b8e74908c 04:35:01 ---> 8ebf1094b681 04:35:01 Step 21/23 : LABEL arch=x86_64 04:35:01 ---> Running in dca709dc2525 04:35:01 ---> 256bb681370b 04:35:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:35:01 Removing intermediate container dca709dc2525 04:35:01 ---> d20762405d07 04:35:01 Step 22/23 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 04:35:01 ---> Running in 1d4aa39557bb 04:35:01 Removing intermediate container 1d4aa39557bb 04:35:01 ---> c7e4e51eefd7 04:35:01 Step 23/23 : LABEL version=0.0.0 04:35:01 ---> Running in fac347e953c6 04:35:01 ---> d740580b01fb 04:35:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 04:35:02 Removing intermediate container fac347e953c6 04:35:02 ---> f919d6007e69 04:35:02 04:35:02 Successfully built f919d6007e69 04:35:02 Successfully tagged support-scheduler:latest 04:35:02 Building security-bootstrapper 04:35:02  Building support-scheduler ... done  ---> 70d8febaafaa 04:35:02 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:35:03 Removing intermediate container 9efab712e1e3 04:35:03 ---> 6cdbd34ec0aa 04:35:03 Successfully built 6cdbd34ec0aa 04:35:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:35:03 Removing intermediate container 843f25fea493 04:35:03 ---> 79458cf69d0f 04:35:03 04:35:03 Step 11/24 : FROM alpine:3.12 04:35:03 ---> 13621d1b12d4 04:35:03 Step 12/24 : RUN apk add --update --no-cache dumb-init 04:35:03 ---> Using cache 04:35:03 ---> 904774d4c9f7 04:35:03 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:35:03 ---> Using cache 04:35:03 ---> 72ec4448432b 04:35:03 Step 14/24 : ENV APP_PORT=59881 04:35:03 + docker inspect -f . ci-base-image-arm64 04:35:03 . [Pipeline] withDockerContainer 04:35:04 prd-ubuntu18.04-docker-arm64-4c-16g-681 does not seem to be running inside a container 04:35:04 ---> Running in c4ef513912df 04:35:04 ---> 9062b4ea63b5 04:35:04 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:35:04 $ 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 ******** ci-base-image-arm64 cat 04:35:04 Removing intermediate container c4ef513912df 04:35:04 ---> a235dcaa8db5 04:35:04 Step 15/24 : EXPOSE $APP_PORT 04:35:04 ---> Running in 564f6ae34cc7 04:35:04 ---> 86256fa196c7 04:35:04 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:35:05 Removing intermediate container 564f6ae34cc7 04:35:05 ---> 41be8d3f822d 04:35:05 Step 16/24 : WORKDIR / 04:35:05 ---> 9fba8d70c9a5 04:35:05 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/ 04:35:05 ---> Running in 1ed20d7f4c50 04:35:05 ---> Running in 86bb3d23df4b 04:35:05 Removing intermediate container 1ed20d7f4c50 04:35:05 ---> 1c0e63f97941 04:35:05 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:35:06 $ docker top d0ad3065a86119c2c16fc7bc3a012e5efde3652e7074ec8126d28f58cfce4ad1 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:06 ---> 111e3e7f83fa 04:35:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:35:06 Removing intermediate container f22ec64fb1ca 04:35:06 ---> 9f2778abc69c 04:35:06 04:35:06 Step 11/24 : FROM alpine:3.12 04:35:06 ---> 13621d1b12d4 04:35:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:35:06 ---> Running in 6291ae02e781 04:35:07 + go version 04:35:07 go version go1.16.6 linux/arm64 [Pipeline] } 04:35:07 $ docker stop --time=1 d0ad3065a86119c2c16fc7bc3a012e5efde3652e7074ec8126d28f58cfce4ad1 04:35:07 ---> 1dccc7b80da5 04:35:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:35:07 Removing intermediate container 6291ae02e781 04:35:07 ---> c292f787c1a3 04:35:07 Step 13/24 : ENV APP_PORT=59880 04:35:07 Removing intermediate container 86bb3d23df4b 04:35:07 ---> bdd930f76172 04:35:07 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:35:07 ---> Running in 8170b66ddbb4 04:35:07 ---> Running in 79cbebbfb871 04:35:07 ---> c2aaf75b9d1b 04:35:07 Step 20/24 : ENTRYPOINT ["/core-metadata"] 04:35:07 Removing intermediate container 79cbebbfb871 04:35:07 ---> 2098aebd5b53 04:35:07 Step 24/26 : LABEL arch=x86_64 04:35:07 Removing intermediate container 8170b66ddbb4 04:35:07 ---> 06f4aad45cb3 04:35:07 Step 14/24 : EXPOSE $APP_PORT 04:35:07 ---> Running in 125de49902eb 04:35:07 ---> Running in 0a8459eacb9f 04:35:07 ---> Running in a3b9e9de7a47 04:35:08 Removing intermediate container 125de49902eb 04:35:08 ---> ed93e96e8394 04:35:08 Step 25/26 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 04:35:08 ---> Running in 15f50ed00261 04:35:08 Removing intermediate container 0a8459eacb9f 04:35:08 ---> 33b0219c73f9 04:35:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:35:08 Removing intermediate container a3b9e9de7a47 04:35:08 ---> 55e9cc9768c5 04:35:08 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:08 ---> Running in 3e78f249ea62 04:35:08 ---> Running in 43516ac0b3a8 04:35:08 Removing intermediate container 15f50ed00261 04:35:08 ---> 50396c2d0f8d 04:35:08 Step 26/26 : LABEL version=0.0.0 04:35:08 ---> Running in 396ff85b6242 04:35:08 Removing intermediate container 43516ac0b3a8 04:35:08 ---> db4a2a96eb1b 04:35:08 Step 22/24 : LABEL arch=x86_64 04:35:08 Removing intermediate container 396ff85b6242 04:35:08 ---> b6a26ce38d42 04:35:08 04:35:08 ---> Running in 0df66f8562dd 04:35:08 Successfully built b6a26ce38d42 04:35:08 Successfully tagged security-secretstore-setup:latest 04:35:08 Building security-proxy-setup 04:35:08  Building security-secretstore-setup ... done Removing intermediate container 0df66f8562dd 04:35:08 ---> 14aee6f61770 04:35:08 Step 23/24 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 04:35:09 $ docker rm -f d0ad3065a86119c2c16fc7bc3a012e5efde3652e7074ec8126d28f58cfce4ad1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:09 + docker inspect -f . ci-base-image-arm64 04:35:09 . [Pipeline] withDockerContainer 04:35:10 prd-ubuntu18.04-docker-arm64-4c-16g-681 does not seem to be running inside a container 04:35:10 $ 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 ******** ci-base-image-arm64 cat 04:35:11 ---> Running in 54687b126de1 04:35:11 Removing intermediate container 0ea634b433c9 04:35:11 ---> f62e241f25ad 04:35:11 04:35:11 Step 11/23 : FROM alpine:3.12 04:35:11 ---> 13621d1b12d4 04:35:11 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 04:35:11 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:35:11 Step 2/32 : FROM ${BUILDER_BASE} AS builder 04:35:11 ---> 0319bf7d3ef9 04:35:11 Step 3/32 : WORKDIR /edgex-go 04:35:11 ---> Using cache 04:35:11 ---> 22b63595c996 04:35:11 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:11 ---> Using cache 04:35:11 ---> a345dc1daf76 04:35:11 Step 5/32 : RUN apk add --update --no-cache make git 04:35:11 ---> Running in 6b3f3147eb42 04:35:11 Removing intermediate container 54687b126de1 04:35:11 ---> 056b03a57e18 04:35:11 Step 24/24 : LABEL version=0.0.0 04:35:11 ---> Running in 2c5a32416c01 04:35:11 ---> Running in 5f9efb5489e3 04:35:11 Removing intermediate container 3e78f249ea62 04:35:11 ---> 7c8484abd713 04:35:11 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 04:35:11 ---> Running in 0a8f0b325db8 04:35:11 $ docker top 94b2c89ae8468a55e638f6aa5683453f48ea3d05efbb8a146512d666662ad479 -eo pid,comm 04:35:12 Removing intermediate container 5f9efb5489e3 04:35:12 ---> 58cef80e32cd 04:35:12 04:35:12 Successfully built 58cef80e32cd 04:35:12 Successfully tagged core-metadata:latest 04:35:12  Building core-metadata ... done Building sys-mgmt-agent [Pipeline] { [Pipeline] echo 04:35:12 ========================================================= 04:35:12 [edgeXBuildGoParallel] Running Tests and Build... 04:35:12 ========================================================= [Pipeline] fileExists [Pipeline] sh 04:35:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:35:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:35:12 (1/2) Installing ca-certificates (20191127-r4) 04:35:12 (2/2) Installing dumb-init (1.2.2-r1) 04:35:12 Executing busybox-1.31.1-r20.trigger 04:35:12 Executing ca-certificates-20191127-r4.trigger 04:35:12 OK: 6 MiB in 16 packages 04:35:12 + go mod tidy 04:35:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:35:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:35:13 (1/6) Installing dumb-init (1.2.2-r1) 04:35:13 (2/6) Installing libgcc (9.3.0-r2) [Pipeline] sh 04:35:14 (3/6) Installing libsodium (1.0.18-r0) 04:35:14 (4/6) Installing libstdc++ (9.3.0-r2) 04:35:14 + make test 04:35:14 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 04:35:14 go mod tidy 04:35:14 (5/6) Installing libzmq (4.3.3-r0) 04:35:14 OK: 219 MiB in 52 packages 04:35:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:35:15 (6/6) Installing zeromq (4.3.3-r0) 04:35:15 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:35:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:35:15 ---> 0319bf7d3ef9 04:35:15 Step 3/22 : WORKDIR /edgex-go 04:35:15 ---> Using cache 04:35:15 ---> 22b63595c996 04:35:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:15 ---> Using cache 04:35:15 ---> a345dc1daf76 04:35:15 Step 5/22 : RUN apk add --update --no-cache make git 04:35:15 Executing busybox-1.31.1-r20.trigger 04:35:15 OK: 8 MiB in 20 packages 04:35:16 Removing intermediate container 6b3f3147eb42 04:35:16 ---> 28572bf75946 04:35:16 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:35:16 ---> Running in f402ab54d98e 04:35:16 ---> Running in e34ff687055b 04:35:16 Removing intermediate container 2c5a32416c01 04:35:16 ---> 17a3b199e0d9 04:35:16 Step 6/32 : COPY go.mod . 04:35:16 Removing intermediate container 0a8f0b325db8 04:35:16 ---> 3de1f72c52e7 04:35:16 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:35:16 Removing intermediate container e34ff687055b 04:35:16 ---> c3cbcc8a1485 04:35:16 Step 14/23 : ENV APP_PORT=59860 04:35:16 ---> Running in 766cf689e8f1 04:35:16 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:35:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:35:16 ---> 0319bf7d3ef9 04:35:16 Step 3/24 : WORKDIR /edgex-go 04:35:16 ---> Using cache 04:35:16 ---> 22b63595c996 04:35:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:16 ---> Using cache 04:35:16 ---> a345dc1daf76 04:35:16 Step 5/24 : RUN apk add --update --no-cache make bash git 04:35:16 ---> Running in d9bc1f0904da 04:35:16 ---> 3167a381a10e 04:35:16 Step 7/32 : RUN go mod download 04:35:16 ---> Running in 29b5228de043 04:35:16 Removing intermediate container 766cf689e8f1 04:35:16 ---> 5cfa85f12a20 04:35:16 Step 15/23 : EXPOSE $APP_PORT 04:35:16 ---> Running in b254ad10e72b 04:35:16 ---> f73ddf622c9b 04:35:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:35:17 Removing intermediate container b254ad10e72b 04:35:17 ---> ac9a97e97135 04:35:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:35:17 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:35:17 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:35:17 ---> ad2997be2d45 04:35:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:35:17 ---> d0ba4a6fcde0 04:35:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:35:17 ---> 4b58774f0ae9 04:35:17 Step 20/24 : ENTRYPOINT ["/core-data"] 04:35:17 ---> Running in 922d703c51b6 04:35:17 ---> 960c733e82a8 04:35:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:35:17 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:35:17 Removing intermediate container 922d703c51b6 04:35:17 ---> 65e5e364251c 04:35:17 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:35:17 ---> Running in 8d1e2df7e0cf 04:35:17 ---> 475f890e70e0 04:35:17 Step 19/23 : ENTRYPOINT ["/support-notifications"] 04:35:17 ---> Running in 7c9ef41cfca2 04:35:18 Removing intermediate container 8d1e2df7e0cf 04:35:18 ---> af36e7009f68 04:35:18 Step 22/24 : LABEL arch=x86_64 04:35:18 ---> Running in 3024b744036e 04:35:18 Removing intermediate container 7c9ef41cfca2 04:35:18 ---> 7acc30d51b3a 04:35:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:35:18 Removing intermediate container 29b5228de043 04:35:18 ---> 31fb9bc3922a 04:35:18 Step 8/32 : COPY . . 04:35:18 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:35:18 ---> Running in 638c33b86745 04:35:18 OK: 219 MiB in 52 packages 04:35:18 Removing intermediate container 3024b744036e 04:35:18 ---> 671d93e6fe06 04:35:18 Step 23/24 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 04:35:18 OK: 219 MiB in 52 packages 04:35:19 ---> Running in 96521c128790 04:35:19 Removing intermediate container 638c33b86745 04:35:19 ---> 41fad3f63369 04:35:19 Step 21/23 : LABEL arch=x86_64 04:35:20 Removing intermediate container 96521c128790 04:35:20 ---> 05b58e4ed744 04:35:20 Step 24/24 : LABEL version=0.0.0 04:35:20 ---> Running in 83155fe94e0b 04:35:20 Removing intermediate container f402ab54d98e 04:35:20 ---> 3350b63b454b 04:35:20 Step 6/22 : COPY go.mod . 04:35:20 ---> Running in c52b91f5b9ef 04:35:20 Removing intermediate container 83155fe94e0b 04:35:20 ---> bbf8556aa27b 04:35:20 Step 22/23 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 04:35:20 Removing intermediate container c52b91f5b9ef 04:35:20 ---> 8280e2779a9b 04:35:20 04:35:20 Removing intermediate container d9bc1f0904da 04:35:20 ---> a5b44d0ab291 04:35:20 Step 6/24 : COPY go.mod . 04:35:20 ---> 3a5ba8a3a12b 04:35:20 Step 7/22 : RUN go mod download 04:35:20 ---> Running in ca8fa442fa1b 04:35:20 Successfully built 8280e2779a9b 04:35:20 Successfully tagged core-data:latest 04:35:20 Building core-command 04:35:20 ---> Running in 1f1bf6946bcc 04:35:20  Building core-data ... done  ---> cd3d3bb12c63 04:35:20 Step 7/24 : RUN go mod download 04:35:20 Removing intermediate container ca8fa442fa1b 04:35:20 ---> a8be4d503a31 04:35:20 Step 23/23 : LABEL version=0.0.0 04:35:22 ---> Running in 77200298a0ca 04:35:22 ---> Running in 76488ba89e8b 04:35:24 ---> 435bc4552b8a 04:35:24 Step 9/32 : RUN go mod tidy 04:35:24 Removing intermediate container 76488ba89e8b 04:35:24 ---> f1fea9d9ee76 04:35:24 04:35:24 ---> Running in 8aa39b81974e 04:35:24 Successfully built f1fea9d9ee76 04:35:24 Successfully tagged support-notifications:latest 04:35:24  Building support-notifications ... done Removing intermediate container 1f1bf6946bcc 04:35:24 ---> 97ab8362faa5 04:35:24 Step 8/22 : COPY . . 04:35:28 Removing intermediate container 77200298a0ca 04:35:28 ---> 4711ba952f42 04:35:28 Step 8/24 : COPY . . 04:35:28 Removing intermediate container 8aa39b81974e 04:35:28 ---> e76e5d9da5ef 04:35:28 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:35:30 ---> Running in 8da5f78022ac 04:35:31 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:35:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:35:31 ---> 0319bf7d3ef9 04:35:31 Step 3/24 : WORKDIR /edgex-go 04:35:31 ---> Using cache 04:35:31 ---> 22b63595c996 04:35:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:35:31 ---> Using cache 04:35:31 ---> a345dc1daf76 04:35:31 Step 5/24 : RUN apk add --update --no-cache make git 04:35:31 ---> Using cache 04:35:31 ---> 3350b63b454b 04:35:31 Step 6/24 : COPY go.mod . 04:35:31 ---> Using cache 04:35:31 ---> 3a5ba8a3a12b 04:35:31 Step 7/24 : RUN go mod download 04:35:31 ---> Using cache 04:35:31 ---> 97ab8362faa5 04:35:31 Step 8/24 : COPY . . 04:35:31 ---> Using cache 04:35:31 ---> 89263b4674bd 04:35:31 Step 9/24 : RUN go mod tidy 04:35:32 ---> Running in e57696038ea2 04:35:32 ---> 89263b4674bd 04:35:32 Step 9/22 : RUN go mod tidy 04:35:32 ---> Running in 0da1f8ceaf1e 04:35: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 04:35:32 ---> 7fec6420a848 04:35:32 Step 9/24 : RUN go mod tidy 04:35:32 ---> Running in ebccde60cd7d 04:35:33 Removing intermediate container 0da1f8ceaf1e 04:35:33 ---> 2819525d05da 04:35:33 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:35:33 ---> Running in 3dcc90ba59d7 04:35:33 Removing intermediate container e57696038ea2 04:35:33 ---> db939fb1cb19 04:35:33 Step 10/24 : RUN make cmd/core-command/core-command 04:35:34 ---> Running in a8d23eab060f 04:35:34 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 04:35:34 Removing intermediate container ebccde60cd7d 04:35:34 ---> 6a1975d6bf57 04:35:34 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:35:34 ---> Running in 77c1bfd36ae7 04:35:34 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 04:35:35 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 04:35:42 ? github.com/edgexfoundry/edgex-go [no test files] 04:36:02 Removing intermediate container 8da5f78022ac 04:36:02 ---> 0df644913499 04:36:02 04:36:02 Step 11/32 : FROM alpine:3.12 04:36:02 ---> 13621d1b12d4 04:36:02 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:36:02 ---> Running in 7fb3fd902fbe 04:36:02 Removing intermediate container 7fb3fd902fbe 04:36:02 ---> 521195e91ba6 04:36:02 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 04:36:02 ---> Running in 8e0c2488dc5f 04:36:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:36:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:03 (1/2) Installing dumb-init (1.2.2-r1) 04:36:03 (2/2) Installing su-exec (0.2-r1) 04:36:03 Executing busybox-1.31.1-r20.trigger 04:36:03 OK: 6 MiB in 16 packages 04:36:03 Removing intermediate container 8e0c2488dc5f 04:36:03 ---> 3b96c3878c6b 04:36:03 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 04:36:03 ---> Running in bb82191f2ef5 04:36:04 Removing intermediate container bb82191f2ef5 04:36:04 ---> 86e97f6a2a73 04:36:04 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:36:04 ---> Running in 4daaa9619889 04:36:04 Removing intermediate container a8d23eab060f 04:36:04 ---> bda6d8575259 04:36:04 04:36:04 Step 11/24 : FROM alpine:3.12 04:36:04 ---> 13621d1b12d4 04:36:04 Step 12/24 : RUN apk add --update --no-cache dumb-init 04:36:04 ---> Using cache 04:36:04 ---> 904774d4c9f7 04:36:04 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:36:04 ---> Using cache 04:36:04 ---> 72ec4448432b 04:36:04 Step 14/24 : ENV APP_PORT=59882 04:36:04 ---> Running in c4187061ce65 04:36:04 Removing intermediate container 4daaa9619889 04:36:04 ---> 8fef61144c2a 04:36:04 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:36:04 ---> Running in 8cd49e17f924 04:36:04 Removing intermediate container c4187061ce65 04:36:04 ---> 4d0578012607 04:36:04 Step 15/24 : EXPOSE $APP_PORT 04:36:04 ---> Running in ea35617408ad 04:36:04 Removing intermediate container ea35617408ad 04:36:04 ---> 7638c3a993b1 04:36:04 Step 16/24 : WORKDIR / 04:36:04 ---> Running in f936ba59db5a 04:36:05 Removing intermediate container f936ba59db5a 04:36:05 ---> 1ddca7f8b543 04:36:05 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:36:05 Removing intermediate container 77c1bfd36ae7 04:36:05 ---> 38985a0a4e27 04:36:05 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:36:05 ---> ba6957cd8e6e 04:36:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:36:05 Removing intermediate container 3dcc90ba59d7 04:36:05 ---> 2e568c82ffbc 04:36:05 04:36:05 Step 11/22 : FROM alpine:3.12 04:36:05 ---> 13621d1b12d4 04:36:05 Step 12/22 : RUN apk add --update --no-cache curl 04:36:05 Removing intermediate container 8cd49e17f924 04:36:05 ---> 720246698e81 04:36:05 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 04:36:05 ---> Running in db67ace16b84 04:36:05 ---> Running in 045d837e87a8 04:36:05 ---> Running in 541a29a4de6c 04:36:05 ---> adf28a669e9b 04:36:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:36:05 Removing intermediate container 541a29a4de6c 04:36:05 ---> 94804e6457a8 04:36:05 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:36:06 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 04:36:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:06 ---> 292ab3be1b1b 04:36:06 Step 20/24 : ENTRYPOINT ["/core-command"] 04:36:06 ---> e7e095324c60 04:36:06 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:36:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:06 ---> Running in 134976e87c95 04:36:06 ---> Running in e53470c98b97 04:36:06 (1/4) Installing ca-certificates (20191127-r4) 04:36:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:36:06 (3/4) Installing libcurl (7.78.0-r0) 04:36:06 (4/4) Installing curl (7.78.0-r0) 04:36:06 Executing busybox-1.31.1-r20.trigger 04:36:06 Removing intermediate container 134976e87c95 04:36:06 ---> 61b506247028 04:36:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:36:06 Executing ca-certificates-20191127-r4.trigger 04:36:06 OK: 7 MiB in 18 packages 04:36:06 ---> Running in 5e248287fda5 04:36:06 Removing intermediate container 5e248287fda5 04:36:06 ---> c9bc8c814f09 04:36:06 Step 22/24 : LABEL arch=x86_64 04:36:07 ---> Running in ecc567be9585 04:36:07 Removing intermediate container 045d837e87a8 04:36:07 ---> 0c7e3cdf7e04 04:36:07 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:36:07 ---> Running in 6afaf78c4dbe 04:36:07 Removing intermediate container ecc567be9585 04:36:07 ---> 182ee5e9183b 04:36:07 Step 23/24 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 04:36:07 ---> Running in 09d151fa32bf 04:36:07 Removing intermediate container 6afaf78c4dbe 04:36:07 ---> a6704b523354 04:36:07 Step 14/22 : WORKDIR /edgex 04:36:07 Removing intermediate container db67ace16b84 04:36:07 ---> a1401ebcada1 04:36:07 04:36:07 Step 12/24 : FROM docker:20.10.7 04:36:07 Removing intermediate container e53470c98b97 04:36:07 ---> c5859ceefd74 04:36:07 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 04:36:07 Removing intermediate container 09d151fa32bf 04:36:07 ---> 55e049a1c383 04:36:07 Step 24/24 : LABEL version=0.0.0 04:36:07 ---> Running in 61445bd13b3b 04:36:07 ---> Running in 381e9d23fd00 04:36:07 20.10.7: Pulling from library/docker 04:36:07 ---> ed8f3d132150 04:36:07 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:36:07 Removing intermediate container 61445bd13b3b 04:36:07 ---> 7f7948e55324 04:36:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:36:07 Removing intermediate container 381e9d23fd00 04:36:07 ---> 69e1c72849c1 04:36:07 04:36:07 Successfully built 69e1c72849c1 04:36:07 Successfully tagged core-command:latest 04:36:07  Building core-command ... done  ---> 4a1bd4d4e253 04:36:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:36:08 ---> 4112732ba958 04:36:08 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:36:08 ---> a85a55f44cb2 04:36:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:36:08 ---> 89815391f2fb 04:36:08 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:36:08 ---> c0eb8cc637cc 04:36:08 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 04:36:08 ---> 1ba65f2b6fe9 04:36:08 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:36:08 ---> Running in ec46e73451bd 04:36:08 ---> f2f8a0d6331d 04:36:08 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 04:36:08 Removing intermediate container ec46e73451bd 04:36:08 ---> 9d00ddb64fb4 04:36:08 Step 19/22 : CMD ["--init=true"] 04:36:08 ---> Running in abff8d22d7a5 04:36:08 Removing intermediate container abff8d22d7a5 04:36:08 ---> c977d3e6cabc 04:36:08 Step 20/22 : LABEL arch=x86_64 04:36:08 ---> Running in c0c8d936aefd 04:36:09 ---> Running in 291b0f972d73 04:36:09 Removing intermediate container c0c8d936aefd 04:36:09 ---> 2a9fd9359e82 04:36:09 Step 21/22 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 04:36:09 ---> Running in 440870fcb7e4 04:36:09 Removing intermediate container 291b0f972d73 04:36:09 ---> 2c48d0c4fde7 04:36:09 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:36:09 Removing intermediate container 440870fcb7e4 04:36:09 ---> 92938d10a8d5 04:36:09 Step 22/22 : LABEL version=0.0.0 04:36:09 ---> Running in ee783d202e0c 04:36:09 Removing intermediate container ee783d202e0c 04:36:09 ---> a1e793087cf6 04:36:09 04:36:09 ---> 2b49f268a11a 04:36:09 Step 27/32 : RUN chmod +x /entrypoint.sh 04:36:09 Successfully built a1e793087cf6 04:36:09 Successfully tagged security-proxy-setup:latest 04:36:09  Building security-proxy-setup ... done  ---> Running in 2d29afc84dd8 04:36:10 Removing intermediate container 2d29afc84dd8 04:36:10 ---> e3f61e4e3a3a 04:36:10 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 04:36:10 ---> Running in 912db04723f1 04:36:10 Removing intermediate container 912db04723f1 04:36:10 ---> b1e69717111d 04:36:10 Step 29/32 : CMD ["gate"] 04:36:10 ---> Running in 260d2eb7b6e6 04:36:10 Removing intermediate container 260d2eb7b6e6 04:36:10 ---> 06c88af078fe 04:36:10 Step 30/32 : LABEL arch=x86_64 04:36:10 ---> Running in 42595783f713 04:36:10 Removing intermediate container 42595783f713 04:36:10 ---> 6472873b842d 04:36:10 Step 31/32 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 04:36:10 ---> Running in b030c4a6f618 04:36:10 Removing intermediate container b030c4a6f618 04:36:10 ---> b21a8ff80c63 04:36:10 Step 32/32 : LABEL version=0.0.0 04:36:10 ---> Running in 395833b0a920 04:36:10 Removing intermediate container 395833b0a920 04:36:10 ---> 8f715c5b1791 04:36:10 04:36:10 Successfully built 8f715c5b1791 04:36:10 Successfully tagged security-bootstrapper:latest 04:36:16  Building security-bootstrapper ... done Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 04:36:16 Status: Downloaded newer image for docker:20.10.7 04:36:16 ---> 08bdaf2f88f9 04:36:16 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 04:36:16 ---> Running in d93bc9672b80 04:36:16 Removing intermediate container d93bc9672b80 04:36:16 ---> f43de9991d54 04:36:16 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 04:36:16 ---> Running in 304b56b99b9d 04:36:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 04:36:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 04:36:16 (1/39) Installing readline (8.1.0-r0) 04:36:16 (2/39) Installing bash (5.1.0-r0) 04:36:16 Executing bash-5.1.0-r0.post-install 04:36:16 (3/39) Installing brotli-libs (1.0.9-r3) 04:36:16 (4/39) Installing nghttp2-libs (1.42.0-r1) 04:36:16 (5/39) Installing libcurl (7.78.0-r0) 04:36:16 (6/39) Installing curl (7.78.0-r0) 04:36:16 (7/39) Installing dumb-init (1.2.5-r0) 04:36:16 (8/39) Installing libbz2 (1.0.8-r1) 04:36:16 (9/39) Installing expat (2.2.10-r1) 04:36:16 (10/39) Installing libffi (3.3-r2) 04:36:16 (11/39) Installing gdbm (1.19-r0) 04:36:16 (12/39) Installing xz-libs (5.2.5-r0) 04:36:16 (13/39) Installing sqlite-libs (3.34.1-r0) 04:36:16 (14/39) Installing python3 (3.8.10-r0) 04:36:17 (15/39) Installing py3-appdirs (1.4.4-r1) 04:36:17 (16/39) Installing py3-ordered-set (4.0.2-r0) 04:36:17 (17/39) Installing py3-parsing (2.4.7-r1) 04:36:17 (18/39) Installing py3-six (1.15.0-r0) 04:36:17 (19/39) Installing py3-packaging (20.9-r0) 04:36:17 (20/39) Installing py3-setuptools (51.3.3-r0) 04:36:17 (21/39) Installing py3-chardet (4.0.0-r0) 04:36:17 (22/39) Installing py3-idna (3.1-r0) 04:36:17 (23/39) Installing py3-urllib3 (1.26.2-r1) 04:36:17 (24/39) Installing py3-requests (2.25.1-r1) 04:36:17 (25/39) Installing py3-msgpack (1.0.2-r0) 04:36:17 (26/39) Installing py3-lockfile (0.12.2-r3) 04:36:17 (27/39) Installing py3-cachecontrol (0.12.6-r0) 04:36:17 (28/39) Installing py3-colorama (0.4.4-r0) 04:36:17 (29/39) Installing py3-contextlib2 (0.6.0-r0) 04:36:17 (30/39) Installing py3-distlib (0.3.1-r1) 04:36:17 (31/39) Installing py3-distro (1.5.0-r1) 04:36:17 (32/39) Installing py3-webencodings (0.5.1-r3) 04:36:17 (33/39) Installing py3-html5lib (1.1-r0) 04:36:18 (34/39) Installing py3-pytoml (0.1.21-r0) 04:36:18 (35/39) Installing py3-pep517 (0.9.1-r0) 04:36:18 (36/39) Installing py3-progress (1.5-r0) 04:36:18 (37/39) Installing py3-retrying (1.3.3-r0) 04:36:18 (38/39) Installing py3-toml (0.10.2-r0) 04:36:18 (39/39) Installing py3-pip (20.3.4-r0) 04:36:18 Executing busybox-1.32.1-r6.trigger 04:36:18 OK: 82 MiB in 59 packages 04:36:19 Collecting docker-compose==1.23.2 04:36:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:36:19 Collecting docopt<0.7,>=0.6.1 04:36:19 Downloading docopt-0.6.2.tar.gz (25 kB) 04:36:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:36:19 Collecting texttable<0.10,>=0.9.0 04:36:19 Downloading texttable-0.9.1.tar.gz (11 kB) 04:36:20 Collecting dockerpty<0.5,>=0.4.1 04:36:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:36:20 Collecting cached-property<2,>=1.2.0 04:36:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:36:20 Collecting docker<4.0,>=3.6.0 04:36:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:36:20 Collecting PyYAML<4,>=3.10 04:36:20 Downloading PyYAML-3.13.tar.gz (270 kB) 04:36:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:36:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:36:21 Collecting websocket-client<1.0,>=0.32.0 04:36:21 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 04:36:21 Collecting jsonschema<3,>=2.5.1 04:36:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:36:21 Collecting docker-pycreds>=0.4.0 04:36:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:36:21 Collecting urllib3<1.25,>=1.21.1 04:36:21 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:36:21 Collecting idna<2.8,>=2.5 04:36:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:36:21 Collecting certifi>=2017.4.17 04:36:21 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 04:36:21 Collecting chardet<3.1.0,>=3.0.2 04:36:21 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 04:36:21 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 04:36:21 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 04:36:21 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 04:36:21 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 04:36:21 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 04:36:21 Attempting uninstall: urllib3 04:36:21 Found existing installation: urllib3 1.26.2 04:36:21 Uninstalling urllib3-1.26.2: 04:36:21 Successfully uninstalled urllib3-1.26.2 04:36:21 Attempting uninstall: idna 04:36:21 Found existing installation: idna 3.1 04:36:21 Uninstalling idna-3.1: 04:36:21 Successfully uninstalled idna-3.1 04:36:22 Attempting uninstall: chardet 04:36:22 Found existing installation: chardet 4.0.0 04:36:22 Uninstalling chardet-4.0.0: 04:36:22 Successfully uninstalled chardet-4.0.0 04:36:22 Attempting uninstall: requests 04:36:22 Found existing installation: requests 2.25.1 04:36:22 Uninstalling requests-2.25.1: 04:36:22 Successfully uninstalled requests-2.25.1 04:36:22 Running setup.py install for texttable: started 04:36:22 Running setup.py install for texttable: finished with status 'done' 04:36:22 Running setup.py install for PyYAML: started 04:36:22 Running setup.py install for PyYAML: finished with status 'done' 04:36:23 Running setup.py install for docopt: started 04:36:23 Running setup.py install for docopt: finished with status 'done' 04:36:23 Running setup.py install for dockerpty: started 04:36:23 Running setup.py install for dockerpty: finished with status 'done' 04:36:24 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 04:36:27 Removing intermediate container 304b56b99b9d 04:36:27 ---> fe6bd0165b78 04:36:27 Step 15/24 : ENV APP_PORT=58890 04:36:27 ---> Running in 9be384b148bb 04:36:27 Removing intermediate container 9be384b148bb 04:36:27 ---> 34b244d00fda 04:36:27 Step 16/24 : EXPOSE $APP_PORT 04:36:27 ---> Running in 5bfc92837d02 04:36:27 Removing intermediate container 5bfc92837d02 04:36:27 ---> 0b1c76887e5b 04:36:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:36:27 ---> cc3f87b327fc 04:36:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:36:27 ---> 576bb92c3e7c 04:36:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:36:28 ---> 018e25db238f 04:36:28 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 04:36:28 ---> Running in ad399c5e7df7 04:36:28 Removing intermediate container ad399c5e7df7 04:36:28 ---> 9ff18a47eb93 04:36:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:36:28 ---> Running in b5053550109a 04:36:28 Removing intermediate container b5053550109a 04:36:28 ---> baa8860403a8 04:36:28 Step 22/24 : LABEL arch=x86_64 04:36:28 ---> Running in 851224a6d98d 04:36:28 Removing intermediate container 851224a6d98d 04:36:28 ---> 8402f98881a9 04:36:28 Step 23/24 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 04:36:28 ---> Running in aed2cf5bcf43 04:36:28 Removing intermediate container aed2cf5bcf43 04:36:28 ---> 3d30e062c26d 04:36:28 Step 24/24 : LABEL version=0.0.0 04:36:28 ---> Running in 4cba556cde8d 04:36:28 Removing intermediate container 4cba556cde8d 04:36:28 ---> f0bbe45cedd1 04:36:28 04:36:28 Successfully built f0bbe45cedd1 04:36:28 Successfully tagged sys-mgmt-agent:latest 04:36:28  Building sys-mgmt-agent ... done  [Pipeline] } 04:36:28 $ docker stop --time=1 5505810f8c437420c195791f3dd13215a6357bbaee44cc403cea21db349b81c0 04:36:30 $ docker rm -f 5505810f8c437420c195791f3dd13215a6357bbaee44cc403cea21db349b81c0 [Pipeline] // withDockerContainer [Pipeline] sh 04:36:30 + docker images 04:36:30 REPOSITORY TAG IMAGE ID CREATED SIZE 04:36:30 sys-mgmt-agent latest f0bbe45cedd1 2 seconds ago 325MB 04:36:30 security-bootstrapper latest 8f715c5b1791 20 seconds ago 18.8MB 04:36:30 security-proxy-setup latest a1e793087cf6 21 seconds ago 25.9MB 04:36:30 core-command latest 69e1c72849c1 23 seconds ago 16MB 04:36:30 a1401ebcada1 23 seconds ago 1.75GB 04:36:30 2e568c82ffbc 25 seconds ago 1.76GB 04:36:30 bda6d8575259 27 seconds ago 1.75GB 04:36:30 0df644913499 29 seconds ago 1.75GB 04:36:30 support-notifications latest f1fea9d9ee76 About a minute ago 16.8MB 04:36:30 core-data latest 8280e2779a9b About a minute ago 20.4MB 04:36:30 core-metadata latest 58cef80e32cd About a minute ago 16.7MB 04:36:30 f62e241f25ad About a minute ago 1.75GB 04:36:30 security-secretstore-setup latest b6a26ce38d42 About a minute ago 29MB 04:36:30 9f2778abc69c About a minute ago 1.76GB 04:36:30 79458cf69d0f About a minute ago 1.75GB 04:36:30 support-scheduler latest f919d6007e69 About a minute ago 16.1MB 04:36:30 5c13c2f07bb9 About a minute ago 1.76GB 04:36:30 d2e428109c3c About a minute ago 1.75GB 04:36:30 ci-base-image-x86_64 latest 0319bf7d3ef9 5 minutes ago 1.25GB 04:36:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 031687cdd783 6 days ago 547MB 04:36:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest f5175e13e4e5 9 days ago 37.5MB 04:36:30 docker 20.10.7 08bdaf2f88f9 2 months ago 246MB 04:36:30 alpine 3.12 13621d1b12d4 3 months ago 5.58MB 04:36:30 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 04:36:46 Still waiting to schedule task 04:36:46 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 04:36:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:36:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:36:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:36:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:37:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:37:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:37:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:37:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:37:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:37:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:37:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:37:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:37:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:37:04 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 04:37:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.188s coverage: 28.7% of statements 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:37:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:37:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.350s coverage: 100.0% of statements 04:37:19 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 04:37:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.384s coverage: 46.3% of statements 04:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:37:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:37:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.596s coverage: 90.1% of statements 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 04:37:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.276s coverage: 81.2% of statements 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.600s coverage: 94.2% of statements 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/io 0.215s coverage: 59.1% of statements 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.246s coverage: 60.0% of statements 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.364s coverage: 0.8% of statements 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.150s coverage: 58.8% of statements 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.207s coverage: 21.7% of statements 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.236s coverage: 47.1% of statements 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.282s coverage: 79.5% of statements 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.186s coverage: 94.1% of statements 04:37:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.216s coverage: 96.3% of statements 04:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.201s coverage: 87.5% of statements 04:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.196s coverage: 94.4% of statements 04:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.188s coverage: 44.8% of statements 04:37:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.590s coverage: 81.8% of statements 04:37:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 04:37:53 Running on prd-ubuntu18.04-docker-8c-8g-683 in /w/workspace/edgexfoundry_edgex-go_PR-3665 [Pipeline] { [Pipeline] ws 04:37:53 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 04:37:53 The recommended git tool is: git 04:37:55 using credential edgex-jenkins-ssh 04:37:55 Cloning the remote Git repository 04:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.270s coverage: 92.9% of statements 04:37:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:37:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:37:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements 04:37:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:37:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 04:37:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 04:37:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 04:37:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 04:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.187s coverage: 87.2% of statements 04:37:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:37:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.164s coverage: 100.0% of statements 04:37:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.179s coverage: 58.8% of statements 04:37:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.190s coverage: 80.0% of statements 04:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.297s coverage: 87.2% of statements 04:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.251s coverage: 85.4% of statements 04:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.358s coverage: 91.2% of statements 04:37:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:37:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:37:55 > git init /w/workspace/edgex-go/2 # timeout=10 04:37:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:37:55 > git --version # timeout=10 04:37:55 > git --version # 'git version 2.17.1' 04:37:55 using GIT_SSH to set credentials SSH Credentials for GitHub 04:37:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:37:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.860s coverage: 64.4% of statements 04:37:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:37:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:37:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.194s coverage: 100.0% of statements 04:37:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.113s coverage: 91.3% of statements 04:37:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.094s coverage: 100.0% of statements 04:37:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 04:37:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.083s coverage: 100.0% of statements 04:38:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.060s coverage: 66.9% of statements 04:38:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:38:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:38:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 04:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.791s coverage: 43.6% of statements 04:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.402s coverage: 89.5% of statements 04:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 04:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.302s coverage: 84.8% of statements 04:38:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 04:38:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.281s coverage: 19.5% of statements 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:38:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.711s coverage: 92.0% of statements 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 04:38:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.239s coverage: 62.7% of statements 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:38:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.429s coverage: 97.7% of statements 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 04:38:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.205s coverage: 28.9% of statements 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 04:38:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:38:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.180s coverage: 100.0% of statements 04:38:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 95.4% of statements 04:38:16 GO111MODULE=on go vet ./... 04:38:18 Merging remotes/origin/main commit 729eb4739df12e156b446759f30c8b9b764bc7ef into PR head commit 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c 04:38:18 Merge succeeded, producing 8566dc74d09de2df04f007576ec006f49854bcc5 04:38:18 Checking out Revision 8566dc74d09de2df04f007576ec006f49854bcc5 (PR-3665) 04:38:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:38:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:38:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:38:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:38:18 using GIT_SSH to set credentials SSH Credentials for GitHub 04:38:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3665/head:refs/remotes/origin/PR-3665 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:38:18 > git config core.sparsecheckout # timeout=10 04:38:18 > git checkout -f 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c # timeout=10 04:38:18 > git remote # timeout=10 04:38:18 > git config --get remote.origin.url # timeout=10 04:38:18 using GIT_SSH to set credentials SSH Credentials for GitHub 04:38:18 > git merge 729eb4739df12e156b446759f30c8b9b764bc7ef # timeout=10 04:38:18 > git rev-parse HEAD^{commit} # timeout=10 04:38:18 > git config core.sparsecheckout # timeout=10 04:38:18 > git checkout -f 8566dc74d09de2df04f007576ec006f49854bcc5 # timeout=10 04:38:22 Commit message: "Merge commit '729eb4739df12e156b446759f30c8b9b764bc7ef' into HEAD" 04:38:22 > git rev-list --no-walk 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:38:23 + echo snap-build.sh 04:38:23 snap-build.sh 04:38:23 + SNAP_BASE_DIR=. 04:38:23 + '[' '!' -z /w/workspace/edgex-go/2 ']' 04:38:23 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 04:38:23 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 04:38:23 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 04:38:23 + cd /w/workspace/edgex-go/2 04:38:23 + sudo apt-get remove -qy --purge lxd lxd-client 04:38:23 Reading package lists... 04:38:23 Building dependency tree... 04:38:23 Reading state information... 04:38:23 The following packages were automatically installed and are no longer required: 04:38:23 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 04:38:23 uidmap xdelta3 04:38:23 Use 'sudo apt autoremove' to remove them. 04:38:23 The following packages will be REMOVED: 04:38:23 lxd* lxd-client* 04:38:23 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 04:38:23 After this operation, 31.7 MB disk space will be freed. 04:38:24 (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.) 04:38:24 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 04:38:25 Removing lxd dnsmasq configuration 04:38:25 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 04:38:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 04:38:26 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:38:26 (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.) 04:38:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 04:38:27 Processing triggers for systemd (237-3ubuntu10.45) ... 04:38:27 Processing triggers for ureadahead (0.100.0-21) ... 04:38:28 + sudo snap remove --purge lxd 04:38:28 snap "lxd" is not installed 04:38:28 + sudo groupadd --force --system lxd 04:38:28 ++ whoami 04:38:28 + sudo /usr/sbin/usermod -G lxd -a jenkins 04:38:28 + newgrp - lxd 04:38:28 + sudo snap install lxd 04:38:36 2021-08-12T04:38:34Z INFO Waiting for automatic snapd restart... 04:38:51 lxd 4.17 from Canonical* installed 04:38:51 + sudo lxd init --auto 04:38:59 + sudo snap install --classic snapcraft 04:39:09 snapcraft 5.0 from Canonical* installed 04:39:09 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 04:39:09 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 04:39:09 % Total % Received % Xferd Average Speed Time Time Time Current 04:39:09 Dload Upload Total Spent Left Speed 04:39:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4750 0 --:--:-- --:--:-- --:--:-- 4750 04:39:09 100 3325k 100 3325k 0 0 8569k 0 --:--:-- --:--:-- --:--:-- 8569k 04:39:09 ./yq_linux_amd64 04:39:09 + sudo snapcraft prime --use-lxd 04:39:11 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 04:39:11 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: 04:39:11 - README.md 04:39:11 04:39:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:39:12 Launching a container. 04:39:18 Waiting for container to be ready 04:39:18 To start your first instance, try: lxc launch ubuntu:18.04 04:39:18 04:39:22 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 04:39:23 Waiting for network to be ready... 04:39:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:39:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1818 kB] 04:39:23 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:39:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [335 kB] 04:39:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 04:39:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 04:39:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [394 kB] 04:39:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [53.0 kB] 04:39:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1133 kB] 04:39:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] 04:39:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:39:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:39:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:39:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:39:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:39:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:39:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:39:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:39:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:39:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 04:39:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [427 kB] 04:39:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.9 kB] 04:39:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6988 B] 04:39:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [418 kB] 04:39:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [56.8 kB] 04:39:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1744 kB] 04:39:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [373 kB] 04:39:27 Fetched 25.0 MB in 4s (6157 kB/s) 04:39:28 Reading package lists... 04:39:28 Reading package lists... 04:39:28 Building dependency tree... 04:39:28 Reading state information... 04:39:28 The following additional packages will be installed: 04:39:28 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:39:28 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:39:28 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:39:28 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 04:39:28 Suggested packages: 04:39:28 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 04:39:28 Recommended packages: 04:39:28 gnupg libsasl2-modules 04:39:28 The following NEW packages will be installed: 04:39:28 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:39:28 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:39:28 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:39:28 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 04:39:28 The following packages will be upgraded: 04:39:28 gpg gpg-agent gpgconf libudev1 04:39:29 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. 04:39:29 Need to get 3527 kB of archives. 04:39:29 After this operation, 13.3 MB of additional disk space will be used. 04:39:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libudev1 amd64 237-3ubuntu10.50 [56.4 kB] 04:39:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 udev amd64 237-3ubuntu10.50 [1101 kB] 04:39:29 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] 04:39:29 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] 04:39:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 04:39:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 04:39:29 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 04:39:29 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 04:39:29 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 04:39:29 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 04:39:29 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 04:39:29 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 04:39:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 04:39:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 04:39:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 04:39:29 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 04:39:29 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 04:39:29 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 04:39:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 04:39:29 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 04:39:29 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 04:39:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 04:39:30 debconf: delaying package configuration, since apt-utils is not installed 04:39:30 Fetched 3527 kB in 1s (3530 kB/s) 04:39:30 (Reading database ... 12511 files and directories currently installed.) 04:39:30 Preparing to unpack .../libudev1_237-3ubuntu10.50_amd64.deb ... 04:39:30 Unpacking libudev1:amd64 (237-3ubuntu10.50) over (237-3ubuntu10) ... 04:39:30 Setting up libudev1:amd64 (237-3ubuntu10.50) ... 04:39:30 Selecting previously unselected package udev. 04:39:30 (Reading database ... 12511 files and directories currently installed.) 04:39:30 Preparing to unpack .../00-udev_237-3ubuntu10.50_amd64.deb ... 04:39:30 Unpacking udev (237-3ubuntu10.50) ... 04:39:30 Selecting previously unselected package libfuse2:amd64. 04:39:30 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 04:39:30 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:39:30 Selecting previously unselected package fuse. 04:39:30 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 04:39:30 Unpacking fuse (2.9.7-1ubuntu1) ... 04:39:30 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 04:39:30 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:39:30 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 04:39:30 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:39:30 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 04:39:30 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:39:30 Selecting previously unselected package libksba8:amd64. 04:39:30 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 04:39:30 Unpacking libksba8:amd64 (1.3.5-2) ... 04:39:30 Selecting previously unselected package libroken18-heimdal:amd64. 04:39:30 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:39:30 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:30 Selecting previously unselected package libasn1-8-heimdal:amd64. 04:39:30 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:39:30 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:30 Selecting previously unselected package libheimbase1-heimdal:amd64. 04:39:30 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:39:30 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:30 Selecting previously unselected package libhcrypto4-heimdal:amd64. 04:39:30 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:39:30 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:30 Selecting previously unselected package libwind0-heimdal:amd64. 04:39:30 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:39:30 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:31 Selecting previously unselected package libhx509-5-heimdal:amd64. 04:39:31 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:39:31 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:31 Selecting previously unselected package libkrb5-26-heimdal:amd64. 04:39:31 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:39:31 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:31 Selecting previously unselected package libheimntlm0-heimdal:amd64. 04:39:31 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:39:31 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:31 Selecting previously unselected package libgssapi3-heimdal:amd64. 04:39:31 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:39:31 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:31 Selecting previously unselected package libsasl2-modules-db:amd64. 04:39:31 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:39:31 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:39:31 Selecting previously unselected package libsasl2-2:amd64. 04:39:31 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:39:31 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:39:31 Selecting previously unselected package libldap-common. 04:39:31 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 04:39:31 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 04:39:31 Selecting previously unselected package libldap-2.4-2:amd64. 04:39:31 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 04:39:31 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 04:39:31 Selecting previously unselected package dirmngr. 04:39:31 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 04:39:31 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 04:39:31 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 04:39:31 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 04:39:31 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:39:31 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:39:31 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:39:31 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 04:39:31 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:31 Setting up libksba8:amd64 (1.3.5-2) ... 04:39:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:39:31 Setting up udev (237-3ubuntu10.50) ... 04:39:31 invoke-rc.d: policy-rc.d denied execution of start. 04:39:31 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:31 Processing triggers for systemd (237-3ubuntu10) ... 04:39:31 Setting up fuse (2.9.7-1ubuntu1) ... 04:39:31 Setting up gpg (2.2.4-1ubuntu1.4) ... 04:39:31 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:32 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:32 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:32 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:32 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:32 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:32 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:39:32 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 04:39:32 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 04:39:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:39:32 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 04:39:32 settings in the [Install] section, and DefaultInstance for template units). 04:39:32 This means they are not meant to be enabled using systemctl. 04:39:32 Possible reasons for having this kind of units are: 04:39:32 1) A unit may be statically enabled by being symlinked from another unit's 04:39:32 .wants/ or .requires/ directory. 04:39:32 2) A unit's purpose may be to act as a helper for some other unit which has 04:39:32 a requirement dependency on it. 04:39:32 3) A unit may be started when needed via activation (socket, path, timer, 04:39:32 D-Bus, udev, scripted systemctl call, ...). 04:39:32 4) In case of template units, the unit is meant to be enabled with some 04:39:32 instance name specified. 04:39:33 Reading package lists... 04:39:33 Building dependency tree... 04:39:33 Reading state information... 04:39:33 The following additional packages will be installed: 04:39:33 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 04:39:33 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 04:39:33 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 04:39:33 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 04:39:33 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 04:39:33 Suggested packages: 04:39:33 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 04:39:33 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 04:39:33 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 04:39:33 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 04:39:33 systemd-container policykit-1 04:39:33 Recommended packages: 04:39:33 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 04:39:33 The following NEW packages will be installed: 04:39:33 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 04:39:33 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 04:39:33 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 04:39:33 multiarch-support openssh-client python3 python3-minimal python3.6 04:39:33 python3.6-minimal snapd squashfs-tools sudo 04:39:33 The following packages will be upgraded: 04:39:33 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 04:39:33 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. 04:39:33 Need to get 36.7 MB of archives. 04:39:33 After this operation, 147 MB of additional disk space will be used. 04:39:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 systemd amd64 237-3ubuntu10.50 [2914 kB] 04:39:33 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 04:39:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsystemd0 amd64 237-3ubuntu10.50 [207 kB] 04:39:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 04:39:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 04:39:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 04:39:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 04:39:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 04:39:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 04:39:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 04:39:33 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 04:39:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 04:39:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 04:39:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 04:39:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 04:39:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 04:39:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 04:39:34 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 04:39:34 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.10 [1301 kB] 04:39:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 04:39:34 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 04:39:34 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 04:39:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 04:39:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 04:39:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 04:39:34 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 04:39:34 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 04:39:34 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 04:39:34 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] 04:39:34 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] 04:39:36 debconf: delaying package configuration, since apt-utils is not installed 04:39:36 Fetched 36.7 MB in 3s (13.4 MB/s) 04:39:36 (Reading database ... 12757 files and directories currently installed.) 04:39:36 Preparing to unpack .../systemd_237-3ubuntu10.50_amd64.deb ... 04:39:36 Unpacking systemd (237-3ubuntu10.50) over (237-3ubuntu10) ... 04:39:36 Preparing to unpack .../libsystemd0_237-3ubuntu10.50_amd64.deb ... 04:39:36 Unpacking libsystemd0:amd64 (237-3ubuntu10.50) over (237-3ubuntu10) ... 04:39:36 Setting up libsystemd0:amd64 (237-3ubuntu10.50) ... 04:39:36 (Reading database ... 12757 files and directories currently installed.) 04:39:36 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 04:39:36 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 04:39:36 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 04:39:36 (Reading database ... 12757 files and directories currently installed.) 04:39:36 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 04:39:37 Unpacking apt (1.6.14) over (1.6.1) ... 04:39:37 Setting up apt (1.6.14) ... 04:39:37 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 04:39:37 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 04:39:37 (Reading database ... 12764 files and directories currently installed.) 04:39:37 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.10_amd64.deb ... 04:39:37 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.10) over (1.1.0g-2ubuntu4) ... 04:39:37 Selecting previously unselected package libpython3.6-minimal:amd64. 04:39:37 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:39:37 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:39:38 Selecting previously unselected package libexpat1:amd64. 04:39:38 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 04:39:38 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:39:38 Selecting previously unselected package python3.6-minimal. 04:39:38 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:39:38 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 04:39:38 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.10) ... 04:39:38 Checking for services that may need to be restarted...done. 04:39:38 Checking for services that may need to be restarted...done. 04:39:38 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:39:38 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:39:38 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 04:39:38 Selecting previously unselected package python3-minimal. 04:39:38 (Reading database ... 13012 files and directories currently installed.) 04:39:38 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 04:39:38 Unpacking python3-minimal (3.6.7-1~18.04) ... 04:39:38 Selecting previously unselected package mime-support. 04:39:38 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 04:39:38 Unpacking mime-support (3.60ubuntu1) ... 04:39:38 Selecting previously unselected package libmpdec2:amd64. 04:39:38 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 04:39:38 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:39:38 Selecting previously unselected package libpython3.6-stdlib:amd64. 04:39:38 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:39:38 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:39:39 Selecting previously unselected package python3.6. 04:39:39 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 04:39:39 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 04:39:39 Selecting previously unselected package libpython3-stdlib:amd64. 04:39:39 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 04:39:39 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:39:39 Setting up python3-minimal (3.6.7-1~18.04) ... 04:39:39 Selecting previously unselected package python3. 04:39:39 (Reading database ... 13442 files and directories currently installed.) 04:39:39 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 04:39:39 Unpacking python3 (3.6.7-1~18.04) ... 04:39:39 Selecting previously unselected package multiarch-support. 04:39:39 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 04:39:39 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 04:39:39 Setting up multiarch-support (2.27-3ubuntu1.4) ... 04:39:39 Selecting previously unselected package liblzo2-2:amd64. 04:39:39 (Reading database ... 13479 files and directories currently installed.) 04:39:39 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 04:39:39 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 04:39:39 Selecting previously unselected package libbsd0:amd64. 04:39:39 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 04:39:39 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:39:39 Selecting previously unselected package sudo. 04:39:39 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 04:39:39 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 04:39:40 Selecting previously unselected package apparmor. 04:39:40 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 04:39:40 Unpacking apparmor (2.12-4ubuntu5.1) ... 04:39:40 Selecting previously unselected package libedit2:amd64. 04:39:40 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 04:39:40 Unpacking libedit2:amd64 (3.1-20170329-1) ... 04:39:40 Selecting previously unselected package libkrb5support0:amd64. 04:39:40 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 04:39:40 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:39:40 Selecting previously unselected package libk5crypto3:amd64. 04:39:40 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 04:39:40 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:39:40 Selecting previously unselected package libkeyutils1:amd64. 04:39:40 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 04:39:40 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:39:40 Selecting previously unselected package libkrb5-3:amd64. 04:39:40 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 04:39:40 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:39:40 Selecting previously unselected package libgssapi-krb5-2:amd64. 04:39:40 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 04:39:40 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:39:40 Selecting previously unselected package libssl1.0.0:amd64. 04:39:40 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 04:39:40 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 04:39:40 Selecting previously unselected package openssh-client. 04:39:40 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 04:39:40 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 04:39:40 Selecting previously unselected package squashfs-tools. 04:39:40 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... 04:39:40 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 04:39:40 Selecting previously unselected package snapd. 04:39:40 Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... 04:39:40 Unpacking snapd (2.49.2+18.04) ... 04:39:42 Setting up libedit2:amd64 (3.1-20170329-1) ... 04:39:42 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 04:39:42 Setting up mime-support (3.60ubuntu1) ... 04:39:42 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 04:39:42 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:39:42 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:39:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:39:42 Setting up systemd (237-3ubuntu10.50) ... 04:39:42 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 04:39:43 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:39:43 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:39:43 Setting up liblzo2-2:amd64 (2.08-1.2) ... 04:39:43 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 04:39:43 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:39:43 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 04:39:43 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 04:39:43 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:39:43 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:39:43 Setting up python3 (3.6.7-1~18.04) ... 04:39:44 running python rtupdate hooks for python3.6... 04:39:44 running python post-rtupdate hooks for python3.6... 04:39:44 Setting up apparmor (2.12-4ubuntu5.1) ... 04:39:44 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 04:39:45 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:39:45 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 04:39:45 Setting up snapd (2.49.2+18.04) ... 04:39:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 04:39:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 04:39:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 04:39:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 04:39:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:39:46 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:39:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 04:39:46 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 04:39:46 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 04:39:47 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 04:39:47 /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' 04:39:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:39:47 Processing triggers for systemd (237-3ubuntu10.50) ... 04:39:48 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:39:48 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:39:48 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:39:49 Reading package lists... 04:39:49 Reading package lists... 04:39:49 Building dependency tree... 04:39:49 Reading state information... 04:39:49 Calculating upgrade... 04:39:49 The following packages will be upgraded: 04:39:49 advancecomp base-files bash binutils binutils-common 04:39:49 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 04:39:49 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 04:39:49 grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 04:39:49 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev 04:39:49 libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 04:39:49 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 04:39:49 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 04:39:49 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 04:39:49 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 04:39:49 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 04:39:49 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 04:39:49 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 04:39:49 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 04:39:49 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 04:39:49 ubuntu-keyring util-linux 04:39:49 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 04:39:49 Need to get 64.2 MB of archives. 04:39:49 After this operation, 5125 kB of additional disk space will be used. 04:39:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-153.160 [994 kB] 04:39:49 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 04:39:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 04:39:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 04:39:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 04:39:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 04:39:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 04:39:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 04:39:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 04:39:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 04:39:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 04:39:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 04:39:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 04:39:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 04:39:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 04:39:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 04:39:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 04:39:50 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 04:39:50 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 04:39:50 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 04:39:50 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 04:39:50 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 04:39:50 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 04:39:50 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 04:39:50 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 04:39:50 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 04:39:50 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 04:39:50 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 04:39:50 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 04:39:50 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 04:39:50 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 04:39:50 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 04:39:50 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 systemd-sysv amd64 237-3ubuntu10.50 [14.2 kB] 04:39:50 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 04:39:50 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 04:39:50 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 04:39:50 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 04:39:50 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 04:39:50 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 04:39:50 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 04:39:50 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 04:39:50 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 04:39:50 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 04:39:50 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 04:39:50 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 04:39:50 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 04:39:50 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 04:39:50 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 04:39:50 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 04:39:50 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 04:39:50 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 04:39:50 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 04:39:50 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 04:39:50 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 04:39:50 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 04:39:50 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 04:39:50 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 04:39:50 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 04:39:50 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 04:39:50 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 04:39:50 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 04:39:50 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 04:39:50 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 04:39:50 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 04:39:50 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 04:39:50 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 04:39:50 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 04:39:51 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 04:39:51 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 04:39:51 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 04:39:51 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 04:39:51 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 04:39:51 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] 04:39:51 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 04:39:51 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 04:39:51 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 04:39:51 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 04:39:51 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 04:39:51 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 04:39:51 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 04:39:51 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 04:39:51 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 04:39:51 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 04:39:51 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 04:39:51 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] 04:39:51 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 04:39:51 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] 04:39:51 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 04:39:51 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 04:39:51 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 04:39:51 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 04:39:51 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 04:39:51 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 04:39:51 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 04:39:51 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 04:39:51 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.10 [614 kB] 04:39:51 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] 04:39:51 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 04:39:51 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 04:39:51 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 04:39:51 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 04:39:52 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 04:39:52 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 04:39:52 debconf: delaying package configuration, since apt-utils is not installed 04:39:52 Fetched 64.2 MB in 2s (29.1 MB/s) 04:39:52 (Reading database ... 13914 files and directories currently installed.) 04:39:52 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 04:39:52 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:39:52 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 04:39:52 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:39:52 Preparing to unpack .../2-linux-libc-dev_4.15.0-153.160_amd64.deb ... 04:39:52 Unpacking linux-libc-dev:amd64 (4.15.0-153.160) over (4.15.0-20.21) ... 04:39:52 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:39:52 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:39:52 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:39:52 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:39:52 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:39:53 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:39:53 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:39:53 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:39:53 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:39:53 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:39:53 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:39:53 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:39:53 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:39:53 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:39:53 gofmt -l . 04:39:53 [ "`gofmt -l .`" = "" ] 04:39:53 ./bin/test-attribution-txt.sh [Pipeline] sh 04:39:53 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 04:39:53 (Reading database ... 13914 files and directories currently installed.) 04:39:53 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 04:39:53 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 04:39:53 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 04:39:53 (Reading database ... 13914 files and directories currently installed.) 04:39:53 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:39:53 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:39:53 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:39:53 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:39:53 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:39:53 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:39:53 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 04:39:53 (Reading database ... 13914 files and directories currently installed.) 04:39:53 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 04:39:53 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:39:53 + ls -al . 04:39:53 total 636 04:39:53 drwxrwxr-x 9 1001 1001 4096 Aug 12 04:39 . 04:39:53 drwxr-xr-x 4 root root 4096 Aug 12 04:35 .. 04:39:53 -rw-rw-r-- 1 1001 1001 11 Aug 12 04:32 .dockerignore 04:39:53 drwxrwxr-x 8 1001 1001 4096 Aug 12 04:32 .git 04:39:53 drwxrwxr-x 3 1001 1001 4096 Aug 12 04:32 .github 04:39:53 -rw-rw-r-- 1 1001 1001 818 Aug 12 04:32 .gitignore 04:39:53 -rw-rw-r-- 1 1001 1001 76 Aug 12 04:32 .hadolint.yml 04:39:53 -rw-rw-r-- 1 1001 1001 166 Aug 12 04:32 .sonarcloud.properties 04:39:53 -rw-rw-r-- 1 1001 1001 1171 Aug 12 04:32 ADOPTERS.md 04:39:53 -rw-rw-r-- 1 1001 1001 8609 Aug 12 04:32 Attribution.txt 04:39:53 -rw-rw-r-- 1 1001 1001 43881 Aug 12 04:32 CHANGELOG.md 04:39:53 -rw-rw-r-- 1 1001 1001 3804 Aug 12 04:32 CONTRIBUTING.md 04:39:53 -rw-rw-r-- 1 1001 1001 677 Aug 12 04:32 GOVERNANCE.md 04:39:53 -rw-rw-r-- 1 1001 1001 849 Aug 12 04:32 Jenkinsfile 04:39:53 -rw-rw-r-- 1 1001 1001 10775 Aug 12 04:32 LICENSE 04:39:53 -rw-rw-r-- 1 1001 1001 5915 Aug 12 04:32 Makefile 04:39:53 -rw-rw-r-- 1 1001 1001 582 Aug 12 04:32 OWNERS.md 04:39:53 -rw-rw-r-- 1 1001 1001 8643 Aug 12 04:32 README.md 04:39:53 -rw-rw-r-- 1 1001 1001 6912 Aug 12 04:32 SECURITY.md 04:39:53 -rw-rw-r-- 1 1001 1001 5 Aug 12 04:30 VERSION 04:39:53 -rw-rw-r-- 1 1001 1001 4131 Aug 12 04:32 ZMQWindows.md 04:39:53 drwxrwxr-x 2 1001 1001 4096 Aug 12 04:32 bin 04:39:53 drwxrwxr-x 14 1001 1001 4096 Aug 12 04:32 cmd 04:39:53 -rw-r--r-- 1 root root 404329 Aug 12 04:38 coverage.out 04:39:53 -rw-rw-r-- 1 1001 1001 813 Aug 12 04:32 go.mod 04:39:53 -rw-r--r-- 1 root root 50064 Aug 12 04:35 go.sum 04:39:53 drwxrwxr-x 8 1001 1001 4096 Aug 12 04:32 internal 04:39:53 drwxrwxr-x 3 1001 1001 4096 Aug 12 04:32 openapi 04:39:53 drwxrwxr-x 4 1001 1001 4096 Aug 12 04:32 snap 04:39:53 -rw-rw-r-- 1 1001 1001 204 Aug 12 04:32 version.go [Pipeline] sh 04:39:54 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 04:39:54 (Reading database ... 13914 files and directories currently installed.) 04:39:54 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 04:39:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 04:39:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 04:39:54 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 04:39:54 + '[' -e coverage.out ] 04:39:54 + chown 1001:1001 coverage.out [Pipeline] stash 04:39:54 Warning: overwriting stash ‘coverage-report’ 04:39:54 Setting up base-files (10.1ubuntu2.10) ... 04:39:54 Installing new version of config file /etc/issue ... 04:39:54 Installing new version of config file /etc/issue.net ... 04:39:54 Installing new version of config file /etc/lsb-release ... 04:39:54 Installing new version of config file /etc/update-motd.d/50-motd-news ... 04:39:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 04:39:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 04:39:55 Removing obsolete conffile /etc/default/motd-news ... 04:39:55 (Reading database ... 13915 files and directories currently installed.) 04:39:55 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 04:39:55 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 04:39:55 Setting up bash (4.4.18-2ubuntu1.2) ... 04:39:55 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 04:39:55 (Reading database ... 13915 files and directories currently installed.) 04:39:55 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 04:39:55 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 04:39:55 Stashed 1 file(s) [Pipeline] sh 04:39:55 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 04:39:55 (Reading database ... 13915 files and directories currently installed.) 04:39:55 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 04:39:55 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 04:39:55 Setting up tar (1.29b-2ubuntu0.2) ... 04:39:55 (Reading database ... 13915 files and directories currently installed.) 04:39:55 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 04:39:55 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:39:55 Setting up dpkg (1.19.0.5ubuntu2.3) ... 04:39:56 + make build 04:39:56 go mod tidy 04:39:56 (Reading database ... 13915 files and directories currently installed.) 04:39:56 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 04:39:56 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:39:56 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 04:39:56 (Reading database ... 13915 files and directories currently installed.) 04:39:56 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 04:39:56 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:39:56 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 04:39:56 (Reading database ... 13915 files and directories currently installed.) 04:39:56 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 04:39:56 Unpacking grep (3.1-2build1) over (3.1-2) ... 04:39:56 Setting up grep (3.1-2build1) ... 04:39:56 (Reading database ... 13915 files and directories currently installed.) 04:39:56 Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... 04:39:56 Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... 04:39:56 Setting up gzip (1.6-5ubuntu1.1) ... 04:39:56 (Reading database ... 13915 files and directories currently installed.) 04:39:56 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 04:39:56 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:39:56 Setting up login (1:4.5-1ubuntu2) ... 04:39:56 (Reading database ... 13915 files and directories currently installed.) 04:39:56 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 04:39:56 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:39:56 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 04:39:56 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 04:39:56 (Reading database ... 13915 files and directories currently installed.) 04:39:56 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 04:39:56 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:39:57 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 04:39:57 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:39:57 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 04:39:57 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:39:57 Setting up perl-base (5.26.1-6ubuntu0.5) ... 04:39:57 (Reading database ... 13915 files and directories currently installed.) 04:39:57 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 04:39:57 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:39:57 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:39:57 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:39:58 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:39:58 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:39:58 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 04:39:58 (Reading database ... 13915 files and directories currently installed.) 04:39:58 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 04:39:58 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 04:39:58 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 04:39:58 (Reading database ... 13915 files and directories currently installed.) 04:39:58 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:39:58 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:39:58 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:39:58 (Reading database ... 13915 files and directories currently installed.) 04:39:58 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:39:58 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:39:58 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:39:58 (Reading database ... 13915 files and directories currently installed.) 04:39:58 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:39:58 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:39:58 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:39:58 (Reading database ... 13915 files and directories currently installed.) 04:39:58 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:39:58 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:39:58 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:39:58 (Reading database ... 13915 files and directories currently installed.) 04:39:58 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 04:39:58 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:39:59 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 04:39:59 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:39:59 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 04:39:59 (Reading database ... 13915 files and directories currently installed.) 04:39:59 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 04:39:59 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:39:59 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 04:39:59 (Reading database ... 13915 files and directories currently installed.) 04:39:59 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:39:59 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:39:59 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:39:59 (Reading database ... 13915 files and directories currently installed.) 04:39:59 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:39:59 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:39:59 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 04:39:59 (Reading database ... 13915 files and directories currently installed.) 04:39:59 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:39:59 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:39:59 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 04:40:00 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 04:40:00 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 04:40:00 (Reading database ... 13915 files and directories currently installed.) 04:40:00 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 04:40:00 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:40:00 Setting up libc-bin (2.27-3ubuntu1.4) ... 04:40:00 (Reading database ... 13915 files and directories currently installed.) 04:40:00 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 04:40:00 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:40:00 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 04:40:00 (Reading database ... 13917 files and directories currently installed.) 04:40:00 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 04:40:00 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 04:40:00 Setting up debconf (1.5.66ubuntu1) ... 04:40:01 (Reading database ... 13917 files and directories currently installed.) 04:40:01 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 04:40:01 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:40:01 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 04:40:01 (Reading database ... 13917 files and directories currently installed.) 04:40:01 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 04:40:01 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:40:01 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 04:40:01 (Reading database ... 13917 files and directories currently installed.) 04:40:01 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 04:40:01 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 04:40:01 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 04:40:01 (Reading database ... 13917 files and directories currently installed.) 04:40:01 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 04:40:01 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 04:40:01 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 04:40:01 (Reading database ... 13919 files and directories currently installed.) 04:40:01 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 04:40:01 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 04:40:01 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 04:40:02 (Reading database ... 13923 files and directories currently installed.) 04:40:02 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:40:02 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:40:02 Preparing to unpack .../systemd-sysv_237-3ubuntu10.50_amd64.deb ... 04:40:02 Unpacking systemd-sysv (237-3ubuntu10.50) over (237-3ubuntu10) ... 04:40:02 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 04:40:02 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:40:02 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 04:40:02 (Reading database ... 13923 files and directories currently installed.) 04:40:02 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 04:40:02 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 04:40:02 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 04:40:02 (Reading database ... 13923 files and directories currently installed.) 04:40:02 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 04:40:02 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 04:40:02 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 04:40:02 (Reading database ... 13923 files and directories currently installed.) 04:40:02 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 04:40:02 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 04:40:02 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 04:40:02 (Reading database ... 13923 files and directories currently installed.) 04:40:02 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 04:40:02 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:40:02 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 04:40:02 (Reading database ... 13923 files and directories currently installed.) 04:40:02 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 04:40:02 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 04:40:02 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 04:40:02 (Reading database ... 13923 files and directories currently installed.) 04:40:02 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 04:40:02 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:40:03 Setting up passwd (1:4.5-1ubuntu2) ... 04:40:03 (Reading database ... 13923 files and directories currently installed.) 04:40:03 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 04:40:03 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 04:40:03 Setting up gpgv (2.2.4-1ubuntu1.4) ... 04:40:03 (Reading database ... 13923 files and directories currently installed.) 04:40:03 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 04:40:03 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 04:40:03 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 04:40:03 (Reading database ... 13923 files and directories currently installed.) 04:40:03 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 04:40:03 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 04:40:03 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 04:40:03 (Reading database ... 13923 files and directories currently installed.) 04:40:03 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 04:40:03 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 04:40:03 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 04:40:03 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 04:40:03 (Reading database ... 13923 files and directories currently installed.) 04:40:03 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 04:40:03 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 04:40:03 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 04:40:03 (Reading database ... 13923 files and directories currently installed.) 04:40:03 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 04:40:03 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 04:40:03 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 04:40:03 (Reading database ... 13923 files and directories currently installed.) 04:40:03 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 04:40:03 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 04:40:03 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 04:40:04 (Reading database ... 13923 files and directories currently installed.) 04:40:04 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 04:40:04 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 04:40:04 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 04:40:04 (Reading database ... 13923 files and directories currently installed.) 04:40:04 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 04:40:04 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 04:40:04 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 04:40:04 (Reading database ... 13924 files and directories currently installed.) 04:40:04 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:40:04 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:40:04 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:40:04 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:40:04 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.10_amd64.deb ... 04:40:04 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.10) over (1.1.0g-2ubuntu4) ... 04:40:04 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 04:40:04 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 04:40:04 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 04:40:04 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 04:40:04 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 04:40:04 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 04:40:04 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 04:40:04 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 04:40:04 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 04:40:04 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 04:40:04 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 04:40:04 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 04:40:04 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 04:40:04 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 04:40:04 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 04:40:04 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 04:40:05 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 04:40:05 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 04:40:05 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 04:40:05 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 04:40:05 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 04:40:05 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 04:40:05 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:40:05 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:40:05 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:40:05 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:40:05 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:40:05 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:40:06 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 04:40:06 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 04:40:06 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:40:06 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:40:06 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:40:06 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:40:06 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:40:06 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:40:06 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:40:06 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:40:07 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:40:07 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:40:07 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:40:07 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:40:08 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:40:08 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:40:08 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:40:08 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:40:09 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:40:09 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:40:09 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:40:09 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:40:09 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 04:40:09 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:40:09 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 04:40:09 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:40:09 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 04:40:09 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 04:40:09 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:40:09 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:40:09 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:40:09 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:40:09 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 04:40:09 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 04:40:09 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:40:09 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 04:40:09 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:40:09 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:40:09 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:40:09 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 04:40:09 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 04:40:09 Setting up tzdata (2021a-0ubuntu0.18.04) ... 04:40:09 04:40:09 Current default time zone: 'Etc/UTC' 04:40:09 Local time is now: Thu Aug 12 04:40:09 UTC 2021. 04:40:09 Universal Time is now: Thu Aug 12 04:40:09 UTC 2021. 04:40:09 Run 'dpkg-reconfigure tzdata' if you wish to change it. 04:40:09 04:40:09 Setting up systemd-sysv (237-3ubuntu10.50) ... 04:40:09 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:40:09 Setting up linux-libc-dev:amd64 (4.15.0-153.160) ... 04:40:09 Setting up mount (2.31.1-0.4ubuntu3.7) ... 04:40:09 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 04:40:09 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 04:40:09 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 04:40:09 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 04:40:09 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 04:40:09 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 04:40:09 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:40:09 Setting up procps (2:3.3.12-3ubuntu1.2) ... 04:40:10 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 04:40:10 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 04:40:10 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 04:40:10 Setting up patch (2.7.6-2ubuntu1.1) ... 04:40:10 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 04:40:10 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 04:40:10 Setting up openssl (1.1.1-1ubuntu2.1~18.04.10) ... 04:40:10 Installing new version of config file /etc/ssl/openssl.cnf ... 04:40:10 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 04:40:10 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 04:40:10 Setting up ca-certificates (20210119~18.04.1) ... 04:40:12 Updating certificates in /etc/ssl/certs... 04:40:13 23 added, 27 removed; done. 04:40:13 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 04:40:13 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:40:13 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 04:40:13 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 04:40:13 Setting up pkgbinarymangler (138.18.04.1) ... 04:40:13 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 04:40:13 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 04:40:13 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 04:40:13 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 04:40:13 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:40:13 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 04:40:13 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:40:13 Setting up perl (5.26.1-6ubuntu0.5) ... 04:40:13 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 04:40:13 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 04:40:13 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 04:40:13 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 04:40:13 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 04:40:13 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 04:40:13 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 04:40:13 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 04:40:13 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 04:40:13 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:40:13 Processing triggers for systemd (237-3ubuntu10.50) ... 04:40:13 Processing triggers for mime-support (3.60ubuntu1) ... 04:40:13 Processing triggers for ca-certificates (20210119~18.04.1) ... 04:40:13 Updating certificates in /etc/ssl/certs... 04:40:13 0 added, 0 removed; done. 04:40:13 Running hooks in /etc/ca-certificates/update.d... 04:40:13 done. 04:40:14 Reading package lists... 04:40:14 Building dependency tree... 04:40:14 Reading state information... 04:40:14 The following NEW packages will be installed: 04:40:14 apt-transport-https 04:40:14 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 04:40:14 Need to get 4348 B of archives. 04:40:14 After this operation, 154 kB of additional disk space will be used. 04:40:14 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 04:40:14 debconf: delaying package configuration, since apt-utils is not installed 04:40:14 Fetched 4348 B in 0s (23.9 kB/s) 04:40:14 Selecting previously unselected package apt-transport-https. 04:40:14 (Reading database ... 13929 files and directories currently installed.) 04:40:14 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 04:40:14 Unpacking apt-transport-https (1.6.14) ... 04:40:14 Setting up apt-transport-https (1.6.14) ... 04:40:15 Waiting for network to be ready... 04:40:20 2021-08-12T04:40:17Z INFO Waiting for automatic snapd restart... 04:40:20 snapd 2.51.3 from Canonical* installed 04:40:21 "snapd" switched to the "latest/stable" channel 04:40:21 04:40:23 core18 20210722 from Canonical* installed 04:40:23 "core18" switched to the "latest/stable" channel 04:40:23 04:40:26 snapcraft 5.0 from Canonical* installed 04:40:26 "snapcraft" switched to the "latest/stable" channel 04:40:26 04:40:30 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 04:40:30 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 04:40:30 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: 04:40:30 - README.md 04:40:30 04:40:30 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:40:30 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:40:30 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:40:31 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:40:32 Reading package lists... 04:40:32 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 04:40:32 Reading package lists... 04:40:32 Building dependency tree... 04:40:32 Reading state information... 04:40:32 Suggested packages: 04:40:32 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:40:32 git-gui gitk gitweb git-cvs git-mediawiki git-svn 04:40:32 Recommended packages: 04:40:32 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 04:40:32 The following NEW packages will be installed: 04:40:32 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 04:40:32 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 04:40:32 pkg-config zip 04:40:32 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 04:40:32 Need to get 7663 kB of archives. 04:40:32 After this operation, 43.8 MB of additional disk space will be used. 04:40:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 04:40:33 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 04:40:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] 04:40:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 04:40:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 04:40:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 04:40:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 04:40:33 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 04:40:33 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 04:40:33 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 04:40:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 04:40:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 04:40:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 04:40:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 04:40:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 04:40:33 debconf: delaying package configuration, since apt-utils is not installed 04:40:33 Fetched 7663 kB in 1s (9212 kB/s) 04:40:33 Selecting previously unselected package libglib2.0-0:amd64. 04:40:33 (Reading database ... 13933 files and directories currently installed.) 04:40:33 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 04:40:33 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 04:40:33 Selecting previously unselected package libpsl5:amd64. 04:40:33 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 04:40:33 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 04:40:34 Selecting previously unselected package libnghttp2-14:amd64. 04:40:34 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 04:40:34 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:40:34 Selecting previously unselected package librtmp1:amd64. 04:40:34 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 04:40:34 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:40:34 Selecting previously unselected package libcurl3-gnutls:amd64. 04:40:34 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... 04:40:34 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 04:40:34 Selecting previously unselected package liberror-perl. 04:40:34 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 04:40:34 Unpacking liberror-perl (0.17025-1) ... 04:40:34 Selecting previously unselected package git-man. 04:40:34 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 04:40:34 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 04:40:34 Selecting previously unselected package git. 04:40:34 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 04:40:34 Unpacking git (1:2.17.1-1ubuntu0.8) ... 04:40:34 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 04:40:35 Selecting previously unselected package libnorm1:amd64. 04:40:35 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 04:40:35 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:40:35 Selecting previously unselected package libpgm-5.2-0:amd64. 04:40:35 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 04:40:35 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:40:35 Selecting previously unselected package libsodium23:amd64. 04:40:35 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 04:40:35 Unpacking libsodium23:amd64 (1.0.16-2) ... 04:40:35 Selecting previously unselected package libzmq5:amd64. 04:40:35 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 04:40:35 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:40:35 Selecting previously unselected package libzmq3-dev:amd64. 04:40:35 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 04:40:35 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:40:35 Selecting previously unselected package pkg-config. 04:40:35 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 04:40:35 Unpacking pkg-config (0.29.1-0ubuntu2) ... 04:40:35 Selecting previously unselected package zip. 04:40:35 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 04:40:35 Unpacking zip (3.0-11build1) ... 04:40:35 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:40:35 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 04:40:35 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:40:35 Setting up liberror-perl (0.17025-1) ... 04:40:35 Setting up libpsl5:amd64 (0.19.1-5build1) ... 04:40:35 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 04:40:35 No schema files found: doing nothing. 04:40:35 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:40:35 Setting up zip (3.0-11build1) ... 04:40:35 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:40:35 Setting up libsodium23:amd64 (1.0.16-2) ... 04:40:35 Setting up pkg-config (0.29.1-0ubuntu2) ... 04:40:35 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:40:35 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 04:40:35 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:40:35 Setting up git (1:2.17.1-1ubuntu0.8) ... 04:40:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:40:35 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 04:40:36 git set to automatically installed. 04:40:36 git-man set to automatically installed. 04:40:36 libcurl3-gnutls set to automatically installed. 04:40:36 liberror-perl set to automatically installed. 04:40:36 libglib2.0-0 set to automatically installed. 04:40:36 libnghttp2-14 set to automatically installed. 04:40:36 libnorm1 set to automatically installed. 04:40:36 libpgm-5.2-0 set to automatically installed. 04:40:36 libpsl5 set to automatically installed. 04:40:36 librtmp1 set to automatically installed. 04:40:36 libsodium23 set to automatically installed. 04:40:36 libzmq3-dev set to automatically installed. 04:40:36 libzmq5 set to automatically installed. 04:40:36 pkg-config set to automatically installed. 04:40:36 zip set to automatically installed. 04:40:37 snapd is not logged in, snap install commands will use sudo 04:40:40 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 04:40:43 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 04:40:44 go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed 04:40:44 snapd is not logged in, snap install commands will use sudo 04:40:44 snap "core18" has no updates available 04:40:45 Pulling config-common 04:40:45 + snapcraftctl pull 04:40:46 Pulling go-build-helper 04:40:46 + snapcraftctl pull 04:40:46 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 04:40:47 'edgex-go' has dependencies that need to be staged: go-build-helper 04:40:47 Skipping pull go-build-helper (already ran) 04:40:47 Building go-build-helper 04:40:47 + snapcraftctl build 04:40:49 Staging go-build-helper 04:40:49 + snapcraftctl stage 04:40:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:40:53 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 04:40:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:40:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:40:58 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:40:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1818 kB] 04:40:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [335 kB] 04:40:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 04:40:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 04:40:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [394 kB] 04:40:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [53.0 kB] 04:40:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1133 kB] 04:40:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] 04:40:58 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:40:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:40:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:40:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:40:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:40:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:40:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:40:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:40:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:40:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 04:40:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [427 kB] 04:40:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.9 kB] 04:40:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6988 B] 04:40:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [418 kB] 04:40:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [56.8 kB] 04:40:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1744 kB] 04:40:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [373 kB] 04:40:58 Fetched 25.0 MB in 0s (0 B/s) 04:40:58 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 04:40:58 Fetched 224 kB in 0s (0 B/s) 04:40:58 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 04:40:58 Fetched 157 kB in 0s (0 B/s) 04:40:58 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 04:40:58 Fetched 221 kB in 0s (0 B/s) 04:40:58 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 04:40:58 Fetched 143 kB in 0s (0 B/s) 04:40:58 Pulling edgex-go 04:40:58 + snapcraftctl pull 04:40:59 Pulling hooks 04:40:59 + snapcraftctl pull [Pipeline] } 04:41:02 $ docker stop --time=1 94b2c89ae8468a55e638f6aa5683453f48ea3d05efbb8a146512d666662ad479 04:41:04 $ docker rm -f 94b2c89ae8468a55e638f6aa5683453f48ea3d05efbb8a146512d666662ad479 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:06 04:41:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:41:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:06 latest: Pulling from edgex-devops/edgex-compose-arm64 04:41:06 29e5d40040c1: Pulling fs layer 04:41:06 1ce36da41761: Pulling fs layer 04:41:06 25b303627fd3: Pulling fs layer 04:41:07 29e5d40040c1: Verifying Checksum 04:41:07 29e5d40040c1: Download complete 04:41:07 1ce36da41761: Verifying Checksum 04:41:07 1ce36da41761: Download complete 04:41:07 29e5d40040c1: Pull complete 04:41:09 1ce36da41761: Pull complete 04:41:09 25b303627fd3: Verifying Checksum 04:41:09 25b303627fd3: Download complete 04:41:17 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 04:41:17 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 04:41:17 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:41:17 Fetched 0 B in 0s (0 B/s) 04:41:17 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 04:41:17 Fetched 96.5 kB in 0s (0 B/s) 04:41:17 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 04:41:17 Fetched 279 kB in 0s (0 B/s) 04:41:17 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 04:41:17 Fetched 122 kB in 0s (0 B/s) 04:41:17 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 04:41:17 Fetched 77.8 kB in 0s (0 B/s) 04:41:17 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 04:41:17 Fetched 8848 B in 0s (0 B/s) 04:41:17 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 04:41:17 Fetched 47.8 kB in 0s (0 B/s) 04:41:17 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 04:41:17 Fetched 45.6 kB in 0s (0 B/s) 04:41:17 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 04:41:17 Fetched 15.0 kB in 0s (0 B/s) 04:41:17 Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] 04:41:17 Fetched 219 kB in 0s (0 B/s) 04:41:17 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 04:41:17 Fetched 154 kB in 0s (0 B/s) 04:41:17 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 04:41:17 Fetched 50.6 kB in 0s (0 B/s) 04:41:17 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 04:41:17 Fetched 14.8 kB in 0s (0 B/s) 04:41:17 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 04:41:17 Fetched 41.8 kB in 0s (0 B/s) 04:41:17 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 04:41:17 Fetched 499 kB in 0s (0 B/s) 04:41:17 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 04:41:17 Fetched 111 kB in 0s (0 B/s) 04:41:17 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 04:41:17 Fetched 240 kB in 0s (0 B/s) 04:41:17 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 04:41:17 Fetched 29.3 kB in 0s (0 B/s) 04:41:17 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 04:41:17 Fetched 85.5 kB in 0s (0 B/s) 04:41:17 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 04:41:17 Fetched 24.5 kB in 0s (0 B/s) 04:41:17 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 04:41:17 Fetched 49.2 kB in 0s (0 B/s) 04:41:17 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 04:41:17 Fetched 54.2 kB in 0s (0 B/s) 04:41:17 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 04:41:17 Fetched 30.8 kB in 0s (0 B/s) 04:41:17 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 04:41:17 Fetched 15.8 kB in 0s (0 B/s) 04:41:17 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 04:41:17 Fetched 85.9 kB in 0s (0 B/s) 04:41:17 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 04:41:17 Fetched 8720 B in 0s (0 B/s) 04:41:17 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 04:41:17 Fetched 140 kB in 0s (0 B/s) 04:41:17 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 04:41:17 Fetched 119 kB in 0s (0 B/s) 04:41:17 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 04:41:17 Fetched 111 kB in 0s (0 B/s) 04:41:17 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 04:41:17 Fetched 11.1 kB in 0s (0 B/s) 04:41:17 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 04:41:17 Fetched 645 kB in 0s (0 B/s) 04:41:17 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 04:41:17 Fetched 41.3 kB in 0s (0 B/s) 04:41:17 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 04:41:17 Fetched 17.9 kB in 0s (0 B/s) 04:41:17 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 04:41:17 Fetched 368 kB in 0s (0 B/s) 04:41:17 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 04:41:17 Fetched 187 kB in 0s (0 B/s) 04:41:17 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 04:41:17 Fetched 175 kB in 0s (0 B/s) 04:41:17 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 04:41:17 Fetched 206 kB in 0s (0 B/s) 04:41:17 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.10_amd64.deb [1301 kB] 04:41:17 Fetched 1301 kB in 0s (0 B/s) 04:41:17 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 04:41:17 Fetched 36.2 kB in 0s (0 B/s) 04:41:17 Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] 04:41:17 Fetched 159 kB in 0s (0 B/s) 04:41:17 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 04:41:17 Fetched 107 kB in 0s (0 B/s) 04:41:17 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 04:41:17 Fetched 48.7 kB in 0s (0 B/s) 04:41:17 Pulling static-packages 04:41:17 + snapcraftctl pull 04:41:18 Pulling version 04:41:18 + cd /root/project 04:41:18 + git describe --tags --abbrev=0 04:41:18 + sed s/v// 04:41:18 + GIT_VERSION=2.0.1-dev.29 04:41:18 + [ -z 2.0.1-dev.29 ] 04:41:18 + snapcraftctl set-version 2.0.1-dev.29 04:41:19 Building config-common 04:41:19 + snapcraftctl build 04:41:19 25b303627fd3: Pull complete 04:41:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:41:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:41:19 prd-ubuntu18.04-docker-arm64-4c-16g-681 does not seem to be running inside a container 04:41:19 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:41:21 Skipping build go-build-helper (already ran) 04:41:21 Building edgex-go 04:41:21 + cd /root/parts/edgex-go/src 04:41:21 + git describe --tags --abbrev=0 04:41:21 + sed s/v// 04:41:21 + GIT_VERSION=2.0.1-dev.29 04:41:21 + [ -z 2.0.1-dev.29 ] 04:41:21 + echo 2.0.1-dev.29 04:41:21 + make build 04:41:21 go mod tidy 04:41:23 $ docker top d50576b6d0d44c8e98a81dccbd4dac09f021e2a0d9b0bf48442350172b44b6d7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:24 + docker-compose build --help 04:41:24 + grep parallel 04:41:24 go: downloading github.com/gorilla/mux v1.8.0 04:41:24 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 04:41:24 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.14 04:41:24 go: downloading github.com/stretchr/testify v1.7.0 04:41:24 go: downloading github.com/google/uuid v1.3.0 04:41:24 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 04:41:24 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 04:41:24 go: downloading gopkg.in/yaml.v2 v2.4.0 04:41:24 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 04:41:24 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:41:24 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 04:41:24 go: downloading github.com/lib/pq v1.10.2 04:41:25 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:41:25 go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 04:41:25 go: downloading github.com/pelletier/go-toml v1.9.3 04:41:25 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 04:41:25 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 04:41:26 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 04:41:26 go: downloading github.com/davecgh/go-spew v1.1.1 04:41:26 go: downloading github.com/pmezard/go-difflib v1.0.0 04:41:26 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 04:41:26 go: downloading github.com/go-playground/validator/v10 v10.9.0 04:41:26 go: downloading github.com/go-kit/kit v0.11.0 04:41:26 go: downloading github.com/stretchr/objx v0.1.1 04:41:26 go: downloading github.com/x448/float16 v0.8.4 04:41:26 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 04:41:26 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 04:41:26 go: downloading github.com/go-redis/redis/v7 v7.3.0 04:41:26 go: downloading github.com/pebbe/zmq4 v1.2.7 04:41:26 go: downloading github.com/go-playground/universal-translator v0.18.0 04:41:26 go: downloading github.com/leodido/go-urn v1.2.1 04:41:26 go: downloading golang.org/x/text v0.3.6 04:41:26 go: downloading github.com/go-playground/assert/v2 v2.0.1 04:41:26 go: downloading github.com/go-playground/locales v0.14.0 04:41:26 go: downloading github.com/kr/pretty v0.3.0 04:41:26 go: downloading github.com/go-logfmt/logfmt v0.5.0 04:41:26 go: downloading github.com/go-stack/stack v1.8.0 04:41:26 go: downloading github.com/hashicorp/consul/api v1.8.1 04:41:26 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:41:26 go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 04:41:27 go: downloading github.com/gorilla/websocket v1.4.2 04:41:27 go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 04:41:27 go: downloading github.com/onsi/ginkgo v1.10.1 04:41:27 go: downloading github.com/onsi/gomega v1.7.0 04:41:27 go: downloading github.com/kr/text v0.2.0 04:41:27 go: downloading github.com/rogpeppe/go-internal v1.8.0 04:41:27 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:41:27 go: downloading github.com/hashicorp/go-hclog v0.12.0 04:41:27 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 04:41:27 go: downloading github.com/hashicorp/serf v0.9.5 04:41:27 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:41:27 go: downloading github.com/hashicorp/consul/sdk v0.7.0 04:41:27 go: downloading github.com/hashicorp/go-uuid v1.0.1 04:41:27 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:41:27 go: downloading github.com/mitchellh/copystructure v1.0.0 04:41:27 go: downloading github.com/fatih/color v1.9.0 04:41:27 go: downloading github.com/mattn/go-colorable v0.1.6 04:41:27 go: downloading github.com/mattn/go-isatty v0.0.12 04:41:27 go: downloading github.com/mitchellh/go-homedir v1.1.0 04:41:27 go: downloading github.com/pkg/errors v0.9.1 04:41:27 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:41:27 go: downloading github.com/hashicorp/go-msgpack v0.5.3 04:41:27 go: downloading github.com/hashicorp/memberlist v0.2.2 04:41:27 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:41:28 go: downloading github.com/hpcloud/tail v1.0.0 04:41:28 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 04:41:28 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:41:28 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:41:28 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:41:28 go: downloading github.com/hashicorp/go-multierror v1.1.0 04:41:28 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 04:41:28 go: downloading github.com/miekg/dns v1.1.26 04:41:28 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:41:28 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 04:41:28 go: downloading github.com/hashicorp/golang-lru v0.5.0 04:41:28 go: downloading github.com/hashicorp/errwrap v1.0.0 04:41:28 go: downloading gopkg.in/fsnotify.v1 v1.4.7 04:41:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o cmd/core-data/core-data ./cmd/core-data 04:41:28 --parallel Build images in parallel. [Pipeline] } 04:41:28 $ docker stop --time=1 d50576b6d0d44c8e98a81dccbd4dac09f021e2a0d9b0bf48442350172b44b6d7 04:41:30 $ docker rm -f d50576b6d0d44c8e98a81dccbd4dac09f021e2a0d9b0bf48442350172b44b6d7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:41:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:41:31 . [Pipeline] withDockerContainer 04:41:31 prd-ubuntu18.04-docker-arm64-4c-16g-681 does not seem to be running inside a container 04:41:31 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:41:32 $ docker top b563c08d560e775128365ed454ca3423eca57248bafc97724f6f5b44acd08e06 -eo pid,comm [Pipeline] { [Pipeline] sh 04:41:33 + docker-compose -f ./docker-compose-build.yml build --parallel 04:41:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:41:38 Building core-command ... 04:41:38 Building core-data ... 04:41:38 Building core-metadata ... 04:41:38 Building security-bootstrapper ... 04:41:38 Building security-proxy-setup ... 04:41:38 Building security-secretstore-setup ... 04:41:38 Building support-notifications ... 04:41:38 Building support-scheduler ... 04:41:38 Building sys-mgmt-agent ... 04:41:38 Building security-proxy-setup 04:41:38 Building support-scheduler 04:41:38 Building security-bootstrapper 04:41:38 Building support-notifications 04:41:38 Building sys-mgmt-agent 04:41:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o cmd/core-command/core-command ./cmd/core-command 04:41:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:41:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:41:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:41:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:41:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:41:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:41:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:41:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o ./cmd/secrets-config ./cmd/secrets-config 04:41:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:41:51 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 04:41:51 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 04:41:51 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 04:41:51 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 04:41:51 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 04:41:51 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 04:41:51 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 04:41:51 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 04:41:51 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 04:41:51 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 04:41:51 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 04:41:51 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 04:41:51 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 04:41:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 04:41:51 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 04:41:51 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 04:41:51 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 04:41:51 + 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 04:41:51 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 04:41:51 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 04:41:51 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 04:41:51 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 04:41:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 04:41:51 + 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 04:41:51 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 04:41:51 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 04:41:51 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 04:41:52 Building hooks 04:41:52 + cd /root/parts/hooks/src 04:41:52 + make build 04:41:52 go mod tidy 04:41:52 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 04:41:52 go: downloading github.com/stretchr/testify v1.5.1 04:41:53 go: downloading gopkg.in/yaml.v2 v2.2.2 04:41:53 go: downloading github.com/davecgh/go-spew v1.1.0 04:41:53 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 04:41:53 GO111MODULE=on go build -o cmd/install/install ./cmd/install 04:41:54 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 04:41:54 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 04:41:57 Building static-packages 04:41:57 + snapcraftctl build 04:41:59 Building version 04:41:59 + snapcraftctl build 04:42:01 Staging config-common 04:42:01 + snapcraftctl stage 04:42:02 Skipping stage go-build-helper (already ran) 04:42:02 Staging edgex-go 04:42:02 + snapcraftctl stage 04:42:03 Staging hooks 04:42:03 + snapcraftctl stage 04:42:04 Staging static-packages 04:42:04 + snapcraftctl stage 04:42:05 Staging version 04:42:05 + snapcraftctl stage 04:42:06 Priming config-common 04:42:06 + snapcraftctl prime 04:42:07 Priming go-build-helper 04:42:07 + snapcraftctl prime 04:42:08 Priming edgex-go 04:42:08 + snapcraftctl prime 04:42:09 Priming hooks 04:42:09 + snapcraftctl prime 04:42:10 Priming static-packages 04:42:10 + snapcraftctl prime 04:42:13 Priming version 04:42:13 + snapcraftctl prime 04:42:14 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] } 04:42:46 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:42:46 Step 2/32 : FROM ${BUILDER_BASE} AS builder 04:42:46 ---> 6cdbd34ec0aa 04:42:46 Step 3/32 : WORKDIR /edgex-go 04:42:46 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:42:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:42:46 ---> 6cdbd34ec0aa 04:42:46 Step 3/23 : WORKDIR /edgex-go 04:42:46 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:42:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:42:46 ---> 6cdbd34ec0aa 04:42:46 Step 3/22 : WORKDIR /edgex-go 04:42:46 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:42:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:42:46 ---> 6cdbd34ec0aa 04:42:46 Step 3/24 : WORKDIR /edgex-go 04:42:46 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:42:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:42:46 ---> 6cdbd34ec0aa 04:42:46 Step 3/23 : WORKDIR /edgex-go 04:42:46 ---> Running in 3d01938671f1 04:42:46 ---> Running in 74e676f133d6 04:42:46 ---> Running in 54d054f0a01b 04:42:46 ---> Running in a5caf1233450 04:42:46 ---> Running in 942556248a92 04:42:47 Removing intermediate container 3d01938671f1 04:42:47 ---> fafb11a791c1 04:42:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:47 Removing intermediate container 942556248a92 04:42:47 ---> 2ee5ecbb42bf 04:42:47 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:47 Removing intermediate container 54d054f0a01b 04:42:47 ---> 50207e10e65b 04:42:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:47 Removing intermediate container a5caf1233450 04:42:47 ---> 5c3a0863f027 04:42:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:47 Removing intermediate container 74e676f133d6 04:42:47 ---> 08da1b8a0bad 04:42:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:47 ---> Running in 5e83c4915d21 04:42:47 ---> Running in 135abbc61f02 04:42:47 ---> Running in 6dc0dbe04a2f 04:42:47 ---> Running in c5730a5a9086 04:42:47 ---> Running in 0e6c1bb17f14 04:42:51 Removing intermediate container 5e83c4915d21 04:42:51 ---> 194b2f8ba99e 04:42:51 Step 5/24 : RUN apk add --update --no-cache make bash git 04:42:51 ---> Running in bf48611ee89d 04:42:51 Removing intermediate container 6dc0dbe04a2f 04:42:51 ---> 9987d4244a4d 04:42:51 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 04:42:51 ---> Running in d95660d476d0 04:42:51 Removing intermediate container 135abbc61f02 04:42:51 ---> 6d0dfb89da22 04:42:51 Step 5/32 : RUN apk add --update --no-cache make git 04:42:52 Removing intermediate container c5730a5a9086 04:42:52 ---> a97992e90cf4 04:42:52 Step 5/22 : RUN apk add --update --no-cache make git 04:42:52 Removing intermediate container 0e6c1bb17f14 04:42:52 ---> 7afe565e2d89 04:42:52 Step 5/23 : RUN apk add --update --no-cache make git 04:42:52 ---> Running in 0fa7ad51237b 04:42:52 ---> Running in 744351edd6c5 04:42:52 ---> Running in 14d424027132 04:42:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:42:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:42:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:42:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:42:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:42:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:42:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:42:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:42:55 OK: 218 MiB in 52 packages 04:42:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:42:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:42:55 OK: 218 MiB in 52 packages 04:42:56 OK: 218 MiB in 52 packages 04:42:56 OK: 218 MiB in 52 packages 04:42:56 OK: 218 MiB in 52 packages 04:42:56 Removing intermediate container bf48611ee89d 04:42:56 ---> 2daa96dc05a5 04:42:56 Step 6/24 : COPY go.mod . 04:42:57 Removing intermediate container d95660d476d0 04:42:57 ---> 87524a79e2d5 04:42:57 Step 6/23 : COPY go.mod . 04:42:58 ---> 3b9096a0efaa 04:42:58 Step 7/24 : RUN go mod download 04:42:58 Removing intermediate container 0fa7ad51237b 04:42:58 ---> 38fc6c1ba265 04:42:58 Step 6/32 : COPY go.mod . 04:42:58 ---> Running in 89502db57250 04:42:58 Removing intermediate container 744351edd6c5 04:42:58 ---> cb2f36959b81 04:42:58 Step 6/22 : COPY go.mod . 04:42:58 Removing intermediate container 14d424027132 04:42:58 ---> a80f83214cf8 04:42:58 Step 6/23 : COPY go.mod . 04:42:58 ---> 22e3ec5586df 04:42:58 Step 7/23 : RUN go mod download 04:42:59 ---> Running in 2cc1ec8be5d9 04:42:59 ---> 20da30d415fa 04:42:59 Step 7/32 : RUN go mod download 04:42:59 ---> Running in 459cb90740dd 04:42:59 ---> f664b41e6790 04:42:59 Step 7/22 : RUN go mod download 04:42:59 ---> 7a7cfeee0f12 04:42:59 Step 7/23 : RUN go mod download 04:43:00 ---> Running in 517abb213585 04:43:00 ---> Running in f0b404098071 04:43:03 Removing intermediate container 89502db57250 04:43:03 ---> 71083896ab72 04:43:03 Step 8/24 : COPY . . 04:43:06 Removing intermediate container 2cc1ec8be5d9 04:43:06 ---> 4ffb92b875a5 04:43:06 Step 8/23 : COPY . . 04:43:07 Removing intermediate container 459cb90740dd 04:43:07 ---> 3735092f495e 04:43:07 Step 8/32 : COPY . . 04:43:08 Removing intermediate container 517abb213585 04:43:08 ---> 88c3c83a86c4 04:43:08 Step 8/22 : COPY . . 04:43:08 Removing intermediate container f0b404098071 04:43:08 ---> f9d76f28f45d 04:43:08 Step 8/23 : COPY . . 04:43:30 ---> e9139df5e48f 04:43:30 Step 9/24 : RUN go mod tidy 04:43:30 ---> d184df2cf5cd 04:43:30 Step 9/32 : RUN go mod tidy 04:43:30 ---> 078fce768c05 04:43:30 Step 9/23 : RUN go mod tidy 04:43:30 ---> 29871084ced2 04:43:30 Step 9/23 : RUN go mod tidy 04:43:30 ---> Running in 22eb1330b8af 04:43:30 ---> b7b9602ffacf 04:43:30 Step 9/22 : RUN go mod tidy 04:43:30 ---> Running in 543a2b40a968 04:43:30 ---> Running in 03305dac8476 04:43:30 ---> Running in 7b8d01675bf1 04:43:30 ---> Running in 9cbce99a7979 04:43:35 Removing intermediate container 22eb1330b8af 04:43:35 ---> d523159ef374 04:43:35 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:43:35 ---> Running in 57b8db7d06af 04:43:36 Removing intermediate container 03305dac8476 04:43:36 ---> cb70b8d1ae4a 04:43:36 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 04:43:36 ---> Running in f359f053076f 04:43: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 04:43:37 Removing intermediate container 7b8d01675bf1 04:43:37 ---> bbeb37ebf3aa 04:43:37 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 04:43:37 Removing intermediate container 543a2b40a968 04:43:37 ---> 0b0178acd3ab 04:43:37 Step 10/23 : RUN make cmd/support-notifications/support-notifications 04:43:37 Removing intermediate container 9cbce99a7979 04:43:37 ---> 0d519213ed05 04:43:37 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:43:37 ---> Running in 79ec4256c214 04:43:37 ---> Running in 6dbe22f80e32 04:43:37 ---> Running in 42b91ca5c88e 04:43:39 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 04:43:40 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 04:43:40 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 04:43:40 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 04:45:32 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 04:45:32 Removing intermediate container 57b8db7d06af 04:45:32 ---> fd219c61344b 04:45:32 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:45:32 ---> Running in 045a4229560f 04:45:33 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 04:45:36 Removing intermediate container f359f053076f 04:45:36 ---> f4952cc60cfe 04:45:36 04:45:36 Step 11/32 : FROM alpine:3.12 04:45:36 3.12: Pulling from library/alpine 04:45:39 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 04:45:39 Status: Downloaded newer image for alpine:3.12 04:45:39 ---> c4fd0aeabfcf 04:45:39 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:45:39 Removing intermediate container 045a4229560f 04:45:39 ---> 9dfb8f29cbea 04:45:39 04:45:39 Step 12/24 : FROM docker:20.10.7 04:45:39 ---> Running in 105f118830b4 04:45:40 20.10.7: Pulling from library/docker 04:45:40 Removing intermediate container 42b91ca5c88e 04:45:40 ---> eef32b5f41e3 04:45:40 04:45:40 Step 11/22 : FROM alpine:3.12 04:45:40 ---> c4fd0aeabfcf 04:45:40 Step 12/22 : RUN apk add --update --no-cache curl 04:45:40 Removing intermediate container 105f118830b4 04:45:40 ---> df8e03f6d05f 04:45:40 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 04:45:41 ---> Running in 821c252f31b6 04:45:41 ---> Running in abe1e614adf5 04:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:43 Removing intermediate container 6dbe22f80e32 04:45:43 ---> ade498fad580 04:45:43 04:45:43 Step 11/23 : FROM alpine:3.12 04:45:43 ---> c4fd0aeabfcf 04:45:43 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 04:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:43 Removing intermediate container 79ec4256c214 04:45:43 ---> 89f8624b959f 04:45:43 04:45:43 Step 11/23 : FROM alpine:3.12 04:45:43 ---> c4fd0aeabfcf 04:45:43 Step 12/23 : RUN apk add --update --no-cache dumb-init 04:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:43 ---> Running in a4e21d44df82 04:45:43 ---> Running in fd76e5f7c6c2 04:45:44 (1/4) Installing ca-certificates (20191127-r4) 04:45:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:45:44 (3/4) Installing libcurl (7.78.0-r0) 04:45:44 (4/4) Installing curl (7.78.0-r0) 04:45:44 Executing busybox-1.31.1-r20.trigger 04:45:44 Executing ca-certificates-20191127-r4.trigger 04:45:44 (1/2) Installing dumb-init (1.2.2-r1) 04:45:44 (2/2) Installing su-exec (0.2-r1) 04:45:44 Executing busybox-1.31.1-r20.trigger 04:45:44 OK: 5 MiB in 16 packages 04:45:44 OK: 7 MiB in 18 packages 04:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:45:46 Removing intermediate container abe1e614adf5 04:45:46 ---> a83a5dfcf83c 04:45:46 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 04:45:47 (1/2) Installing ca-certificates (20191127-r4) 04:45:47 ---> Running in 68e945b38720 04:45:47 (2/2) Installing dumb-init (1.2.2-r1) 04:45:47 Executing busybox-1.31.1-r20.trigger 04:45:47 Executing ca-certificates-20191127-r4.trigger 04:45:47 (1/1) Installing dumb-init (1.2.2-r1) 04:45:47 Executing busybox-1.31.1-r20.trigger 04:45:47 OK: 5 MiB in 15 packages 04:45:47 OK: 6 MiB in 16 packages 04:45:47 Removing intermediate container 821c252f31b6 04:45:47 ---> 3aaa7e1f392c 04:45:47 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:45:48 ---> Running in e1b961946a62 04:45:48 Removing intermediate container 68e945b38720 04:45:48 ---> 69efb686c96b 04:45:48 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:45:48 ---> Running in 6291f12ae478 04:45:49 Removing intermediate container e1b961946a62 04:45:49 ---> 284bd6c5958f 04:45:49 Step 14/22 : WORKDIR /edgex 04:45:49 Removing intermediate container fd76e5f7c6c2 04:45:49 ---> 3d27c97ec44e 04:45:49 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:45:49 ---> Running in 530e21b1aa15 04:45:50 ---> Running in 52ab20cea759 04:45:50 Removing intermediate container 6291f12ae478 04:45:50 ---> a0ee042f1b9a 04:45:50 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:45:50 Removing intermediate container a4e21d44df82 04:45:50 ---> 323afd0641b1 04:45:50 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:45:50 ---> Running in 752d2a627050 04:45:51 ---> Running in e4269292b3ac 04:45:51 Removing intermediate container 530e21b1aa15 04:45:51 ---> 009b0ec8392a 04:45:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:45:51 Removing intermediate container 52ab20cea759 04:45:51 ---> f3c53558649a 04:45:51 Step 14/23 : ENV APP_PORT=59861 04:45:51 Removing intermediate container e4269292b3ac 04:45:51 ---> d522863b1714 04:45:51 Step 14/23 : ENV APP_PORT=59860 04:45:51 ---> Running in aec7068c25fe 04:45:52 ---> Running in 2e6918db8dde 04:45:52 ---> 1c70df7dc88d 04:45:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:45:52 Removing intermediate container aec7068c25fe 04:45:52 ---> 8f8e60420f12 04:45:52 Step 15/23 : EXPOSE $APP_PORT 04:45:53 Removing intermediate container 2e6918db8dde 04:45:53 ---> 43aad76240e7 04:45:53 Step 15/23 : EXPOSE $APP_PORT 04:45:53 ---> Running in 590278d3f7db 04:45:53 ---> Running in 6449b70866e5 04:45:54 Removing intermediate container 590278d3f7db 04:45:54 ---> ef5bfa3a237c 04:45:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:45:54 ---> 5f3a631f3730 04:45:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:45:54 Removing intermediate container 6449b70866e5 04:45:54 ---> 1baf43d92c12 04:45:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:45:54 Removing intermediate container 752d2a627050 04:45:54 ---> b74b3f16b13d 04:45:54 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 04:45:55 ---> Running in f5ebce148f6c 04:45:55 ---> 5c1c09cbda7c 04:45:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:45:56 ---> 7ca3d80ca609 04:45:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:45:56 ---> 1b47d47ee666 04:45:56 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:45:56 Removing intermediate container f5ebce148f6c 04:45:56 ---> 0278f07440ad 04:45:56 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:45:56 ---> Running in e530fbdf93d6 04:45:57 ---> 9d6ce541263f 04:45:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:45:57 Removing intermediate container e530fbdf93d6 04:45:57 ---> 7503133a7c39 04:45:57 Step 19/22 : CMD ["--init=true"] 04:45:57 Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 04:45:57 Status: Downloaded newer image for docker:20.10.7 04:45:57 ---> df445af6242a 04:45:57 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 04:45:57 ---> 127749daa472 04:45:57 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:45:58 ---> Running in 763ecc5f5c4a 04:45:58 ---> Running in 635f2862359c 04:45:58 ---> 1a8f49092f4e 04:45:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:45:58 ---> Running in 6806bbe9b7dd 04:45:58 ---> ffd8c7456e70 04:45:58 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 04:45:58 Removing intermediate container 763ecc5f5c4a 04:45:58 ---> b6ca214ce037 04:45:58 Step 20/22 : LABEL arch=arm64 04:45:58 ---> Running in 1f69b90867bc 04:45:58 Removing intermediate container 635f2862359c 04:45:58 ---> 9f4990b2a542 04:45:58 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 04:45:58 ---> Running in 7d728fe4f4a6 04:45:59 ---> Running in d6acd023e4ff 04:45:59 ---> 07e2c5d785f2 04:45:59 Step 19/23 : ENTRYPOINT ["/support-notifications"] 04:45:59 ---> Running in 190cbb2be903 04:45:59 Removing intermediate container 1f69b90867bc 04:45:59 ---> 2a85d136e0ef 04:45:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:46:00 Removing intermediate container 7d728fe4f4a6 04:46:00 ---> 7f2f31bd3a5d 04:46:00 Step 21/22 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a 04:46:00 ---> Running in 22a2a5df18f2 04:46:00 ---> Running in 7a843b397d8b 04:46:00 Removing intermediate container 190cbb2be903 04:46:00 ---> de2d1038e7e6 04:46:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:46:00 ---> Running in 3e32b372912d 04:46:00 Removing intermediate container 22a2a5df18f2 04:46:00 ---> a4245a6fa8b3 04:46:00 Step 21/23 : LABEL arch=arm64Removing intermediate container 7a843b397d8b 04:46:00 04:46:00 ---> 3e7ccc53b957 04:46:00 Step 22/22 : LABEL version=0.0.0 04:46:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:46:01 ---> Running in 42bfae5592a8 04:46:01 ---> Running in 1b863a8f6c49 04:46:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:46:01 Removing intermediate container 3e32b372912d 04:46:01 ---> 478d9bf36420 04:46:01 Step 21/23 : LABEL arch=arm64 04:46:01 Removing intermediate container 6806bbe9b7dd 04:46:01 ---> 59fb601eb1c5 04:46:01 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 04:46:01 ---> Running in 555cd1671c69 04:46:02 (1/39) Installing readline (8.1.0-r0) 04:46:02 Removing intermediate container 42bfae5592a8 04:46:02 ---> 50cd9aed0906 04:46:02 Step 22/23 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a 04:46:02 (2/39) Installing bash (5.1.0-r0) 04:46:02 Removing intermediate container 1b863a8f6c49 04:46:02 ---> 749cc84c6a42 04:46:02 04:46:02 Executing bash-5.1.0-r0.post-install 04:46:02 (3/39) Installing brotli-libs (1.0.9-r3) 04:46:02 (4/39) Installing nghttp2-libs (1.42.0-r1) 04:46:02 (5/39) Installing libcurl (7.78.0-r0) 04:46:02 (6/39) Installing curl (7.78.0-r0) 04:46:02 (7/39) Installing dumb-init (1.2.5-r0) 04:46:02 (8/39) Installing libbz2 (1.0.8-r1) 04:46:02 (9/39) Installing expat (2.2.10-r1) 04:46:02 (10/39) Installing libffi (3.3-r2) 04:46:02 (11/39) Installing gdbm (1.19-r0) 04:46:02 (12/39) Installing xz-libs (5.2.5-r0) 04:46:02 (13/39) Installing sqlite-libs (3.34.1-r0) 04:46:02 (14/39) Installing python3 (3.8.10-r0) 04:46:02 Successfully built 749cc84c6a42 04:46:02 ---> Running in 9ddf041c6d4b 04:46:02 Successfully tagged security-proxy-setup-arm64:latest 04:46:02  Building security-proxy-setup ... done Building core-command 04:46:02 Removing intermediate container 555cd1671c69 04:46:02 ---> ca03e32cc9eb 04:46:02 Step 22/23 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a 04:46:02 ---> a4552e64eed7 04:46:02 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:46:02 ---> Running in c641e1acb683 04:46:03 Removing intermediate container 9ddf041c6d4b 04:46:03 ---> 13a20c3d7a25 04:46:03 Step 23/23 : LABEL version=0.0.0 04:46:03 ---> Running in 7033add6755c 04:46:04 (15/39) Installing py3-appdirs (1.4.4-r1) 04:46:04 (16/39) Installing py3-ordered-set (4.0.2-r0) 04:46:04 (17/39) Installing py3-parsing (2.4.7-r1) 04:46:04 (18/39) Installing py3-six (1.15.0-r0) 04:46:04 (19/39) Installing py3-packaging (20.9-r0) 04:46:04 (20/39) Installing py3-setuptools (51.3.3-r0) 04:46:04 Removing intermediate container c641e1acb683 04:46:04 ---> 6b593fc2038a 04:46:04 Step 23/23 : LABEL version=0.0.0 04:46:04 (21/39) Installing py3-chardet (4.0.0-r0) 04:46:04 (22/39) Installing py3-idna (3.1-r0) 04:46:04 (23/39) Installing py3-urllib3 (1.26.2-r1) 04:46:04 (24/39) Installing py3-requests (2.25.1-r1) 04:46:04 (25/39) Installing py3-msgpack (1.0.2-r0) 04:46:04 (26/39) Installing py3-lockfile (0.12.2-r3) 04:46:04 (27/39) Installing py3-cachecontrol (0.12.6-r0) 04:46:04 (28/39) Installing py3-colorama (0.4.4-r0) 04:46:04 (29/39) Installing py3-contextlib2 (0.6.0-r0) 04:46:04 (30/39) Installing py3-distlib (0.3.1-r1) 04:46:04 (31/39) Installing py3-distro (1.5.0-r1) 04:46:04 (32/39) Installing py3-webencodings (0.5.1-r3) 04:46:04 (33/39) Installing py3-html5lib (1.1-r0) 04:46:04 (34/39) Installing py3-pytoml (0.1.21-r0) 04:46:04 (35/39) Installing py3-pep517 (0.9.1-r0) 04:46:04 (36/39) Installing py3-progress (1.5-r0) 04:46:04 (37/39) Installing py3-retrying (1.3.3-r0) 04:46:04 (38/39) Installing py3-toml (0.10.2-r0) 04:46:04 (39/39) Installing py3-pip (20.3.4-r0) 04:46:05 ---> Running in b74a2c81dc8b 04:46:05 Executing busybox-1.32.1-r6.trigger 04:46:05 Removing intermediate container 7033add6755c 04:46:05 ---> f9ffb6f14eb4 04:46:05 04:46:05 OK: 82 MiB in 59 packages 04:46:05 ---> fc729a8fa304 04:46:05 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:46:06 Successfully built f9ffb6f14eb4 04:46:06 Successfully tagged support-scheduler-arm64:latest 04:46:06  Building support-scheduler ... done Building core-data 04:46:06 Removing intermediate container b74a2c81dc8b 04:46:06 ---> ab190c4f54c7 04:46:06 04:46:06 ---> 91a74baee8fa 04:46:06 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:46:06 Successfully built ab190c4f54c7 04:46:07 Successfully tagged support-notifications-arm64:latest 04:46:07  Building support-notifications ... done Building security-secretstore-setup 04:46:08 ---> a456251c691c 04:46:08 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 04:46:09 ---> e037f9df491f 04:46:09 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 04:46:10 ---> Running in dad0b184e0fc 04:46:11 Removing intermediate container dad0b184e0fc 04:46:11 ---> 962f8a0bb6b6 04:46:11 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:46:13 ---> 474eea55c3c9 04:46:13 Step 27/32 : RUN chmod +x /entrypoint.sh 04:46:13 ---> Running in c12920a410e3 04:46:14 Collecting docker-compose==1.23.2 04:46:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:46:14 Collecting cached-property<2,>=1.2.0 04:46:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:46:15 Collecting docker<4.0,>=3.6.0 04:46:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:46:15 Collecting dockerpty<0.5,>=0.4.1 04:46:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:46:17 Collecting texttable<0.10,>=0.9.0 04:46:17 Downloading texttable-0.9.1.tar.gz (11 kB) 04:46:18 Removing intermediate container c12920a410e3 04:46:18 ---> b248fe46ccbb 04:46:18 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 04:46:19 ---> Running in 5b94381b1590 04:46:20 Removing intermediate container 5b94381b1590 04:46:20 ---> 5ea074061373 04:46:20 Step 29/32 : CMD ["gate"] 04:46:20 Collecting PyYAML<4,>=3.10 04:46:20 Downloading PyYAML-3.13.tar.gz (270 kB) 04:46:20 ---> Running in 38072e2088c1 04:46:21 Removing intermediate container 38072e2088c1 04:46:21 ---> f23d2dd66ede 04:46:21 Step 30/32 : LABEL arch=arm64 04:46:21 ---> Running in 57ac9f102595 04:46:22 Removing intermediate container 57ac9f102595 04:46:22 ---> bb946dd6b626 04:46:22 Step 31/32 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a 04:46:22 ---> Running in 1270090d46a8 04:46:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:46:24 Removing intermediate container 1270090d46a8 04:46:24 ---> 540de92b083d 04:46:24 Step 32/32 : LABEL version=0.0.0 04:46:24 ---> Running in f7e7afc6db61 04:46:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:46:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:46:25 Collecting jsonschema<3,>=2.5.1 04:46:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:46:25 Removing intermediate container f7e7afc6db61 04:46:25 ---> 2b681b61eb0d 04:46:25 04:46:25 Collecting websocket-client<1.0,>=0.32.0 04:46:25 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 04:46:25 Collecting docopt<0.7,>=0.6.1 04:46:25 Downloading docopt-0.6.2.tar.gz (25 kB) 04:46:26 Successfully built 2b681b61eb0d 04:46:26 Successfully tagged security-bootstrapper-arm64:latest 04:46:26  Building security-bootstrapper ... done Building core-metadata 04:46:28 Collecting docker-pycreds>=0.4.0 04:46:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:46:29 Collecting urllib3<1.25,>=1.21.1 04:46:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:46:29 Collecting idna<2.8,>=2.5 04:46:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:46:30 Collecting certifi>=2017.4.17 04:46:30 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 04:46:30 Collecting chardet<3.1.0,>=3.0.2 04:46:30 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 04:46:31 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 04:46:31 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 04:46:31 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 04:46:31 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 04:46:32 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 04:46:32 Attempting uninstall: urllib3 04:46:32 Found existing installation: urllib3 1.26.2 04:46:32 Uninstalling urllib3-1.26.2: 04:46:32 Successfully uninstalled urllib3-1.26.2 04:46:32 Attempting uninstall: idna 04:46:32 Found existing installation: idna 3.1 04:46:32 Uninstalling idna-3.1: 04:46:32 Successfully uninstalled idna-3.1 04:46:33 Attempting uninstall: chardet 04:46:33 Found existing installation: chardet 4.0.0 04:46:33 Uninstalling chardet-4.0.0: 04:46:33 Successfully uninstalled chardet-4.0.0 04:46:34 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:46:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:46:34 ---> 6cdbd34ec0aa 04:46:34 Step 3/24 : WORKDIR /edgex-go 04:46:34 ---> Using cache 04:46:34 ---> 08da1b8a0bad 04:46:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:34 ---> Using cache 04:46:34 ---> 7afe565e2d89 04:46:34 Step 5/24 : RUN apk add --update --no-cache make git 04:46:34 ---> Using cache 04:46:34 ---> a80f83214cf8 04:46:34 Step 6/24 : COPY go.mod . 04:46:34 ---> Using cache 04:46:34 ---> 7a7cfeee0f12 04:46:34 Step 7/24 : RUN go mod download 04:46:34 ---> Using cache 04:46:34 ---> f9d76f28f45d 04:46:34 Step 8/24 : COPY . . 04:46:34 ---> Using cache 04:46:34 ---> 078fce768c05 04:46:34 Step 9/24 : RUN go mod tidy 04:46:34 ---> Using cache 04:46:34 ---> bbeb37ebf3aa 04:46:34 Step 10/24 : RUN make cmd/core-command/core-command 04:46:36 Attempting uninstall: requests 04:46:36 Found existing installation: requests 2.25.1 04:46:36 Uninstalling requests-2.25.1: 04:46:36 ---> Running in 1f18059c9763 04:46:36 Successfully uninstalled requests-2.25.1 04:46:37 Running setup.py install for texttable: started 04:46: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 04:46:39 Running setup.py install for texttable: finished with status 'done' 04:46:39 Running setup.py install for PyYAML: started 04:46:42 Running setup.py install for PyYAML: finished with status 'done' 04:46:42 Running setup.py install for docopt: started 04:46:44 Running setup.py install for docopt: finished with status 'done' 04:46:44 Running setup.py install for dockerpty: started 04:46:45 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:46:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:46:45 ---> 6cdbd34ec0aa 04:46:45 Step 3/26 : WORKDIR /edgex-go 04:46:45 ---> Using cache 04:46:45 ---> 08da1b8a0bad 04:46:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:45 ---> Using cache 04:46:45 ---> 7afe565e2d89 04:46:45 Step 5/26 : RUN apk add --update --no-cache make git 04:46:45 ---> Using cache 04:46:45 ---> a80f83214cf8 04:46:45 Step 6/26 : COPY go.mod . 04:46:45 ---> Using cache 04:46:45 ---> 7a7cfeee0f12 04:46:45 Step 7/26 : RUN go mod download 04:46:45 ---> Using cache 04:46:45 ---> f9d76f28f45d 04:46:45 Step 8/26 : COPY . . 04:46:45 ---> Using cache 04:46:45 ---> 078fce768c05 04:46:45 Step 9/26 : RUN go mod tidy 04:46:45 ---> Using cache 04:46:45 ---> bbeb37ebf3aa 04:46:45 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:46:45 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:46:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:46:45 ---> 6cdbd34ec0aa 04:46:45 Step 3/24 : WORKDIR /edgex-go 04:46:45 ---> Using cache 04:46:45 ---> 08da1b8a0bad 04:46:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:45 ---> Using cache 04:46:45 ---> 7afe565e2d89 04:46:45 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:46:46 Running setup.py install for dockerpty: finished with status 'done' 04:46:47 ---> Running in 48c65da3620e 04:46:47 ---> Running in 33fd1343c0dd 04:46:49 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 04:46:50 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 04:46:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 04:46:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 04:46:52 OK: 218 MiB in 52 packages 04:46:54 Removing intermediate container 48c65da3620e 04:46:54 ---> e415bccd4136 04:46:54 Step 6/24 : COPY go.mod . 04:46:58 ---> 4e23a5a87213 04:46:58 Step 7/24 : RUN go mod download 04:46:58 ---> Running in 77bee80ff0cf 04:47:04 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 04:47:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:47:04 ---> 6cdbd34ec0aa 04:47:04 Step 3/24 : WORKDIR /edgex-go 04:47:04 ---> Using cache 04:47:04 ---> 08da1b8a0bad 04:47:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:04 ---> Using cache 04:47:04 ---> 7afe565e2d89 04:47:04 Step 5/24 : RUN apk add --update --no-cache make git 04:47:04 ---> Using cache 04:47:04 ---> a80f83214cf8 04:47:04 Step 6/24 : COPY go.mod . 04:47:04 ---> Using cache 04:47:04 ---> 7a7cfeee0f12 04:47:04 Step 7/24 : RUN go mod download 04:47:04 ---> Using cache 04:47:04 ---> f9d76f28f45d 04:47:04 Step 8/24 : COPY . . 04:47:04 ---> Using cache 04:47:04 ---> 078fce768c05 04:47:04 Step 9/24 : RUN go mod tidy 04:47:04 ---> Using cache 04:47:04 ---> bbeb37ebf3aa 04:47:04 Step 10/24 : RUN make cmd/core-metadata/core-metadata 04:47:05 ---> Running in 19fb7bf2e655 04:47:06 Removing intermediate container 77bee80ff0cf 04:47:06 ---> aff69ef1109d 04:47:06 Step 8/24 : COPY . . 04:47:07 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 04:47:11 Removing intermediate container d6acd023e4ff 04:47:11 ---> 1bf86dede34f 04:47:11 Step 15/24 : ENV APP_PORT=58890 04:47:12 ---> Running in 52ea4b168f82 04:47:13 Removing intermediate container 52ea4b168f82 04:47:13 ---> 5668b081bbaa 04:47:13 Step 16/24 : EXPOSE $APP_PORT 04:47:14 ---> Running in 7e1f99ecb897 04:47:15 Removing intermediate container 7e1f99ecb897 04:47:15 ---> 683e7c67a07e 04:47:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:47:18 ---> 9dda35a17020 04:47:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:47:20 ---> fd9e1ba0e725 04:47:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:47:23 ---> caaded16546d 04:47:23 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 04:47:23 ---> Running in 4738a927ee9b 04:47:24 Removing intermediate container 4738a927ee9b 04:47:24 ---> fc65f2fa6573 04:47:24 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:47:25 ---> Running in 33bf57201a91 04:47:26 Removing intermediate container 33bf57201a91 04:47:26 ---> 4dc0b1f8e124 04:47:26 Step 22/24 : LABEL arch=arm64 04:47:26 ---> 11dd04db9748 04:47:26 Step 9/24 : RUN go mod tidy 04:47:26 ---> Running in eb74983281cb 04:47:26 ---> Running in 251bfc015dce 04:47:27 Removing intermediate container eb74983281cb 04:47:27 ---> ee3915720c3b 04:47:27 Step 23/24 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a 04:47:27 ---> Running in e88852dca44a 04:47:28 Removing intermediate container e88852dca44a 04:47:28 ---> 3aeca5bb4a49 04:47:28 Step 24/24 : LABEL version=0.0.0 04:47:28 ---> Running in 834687fd00b3 04:47:29 Removing intermediate container 834687fd00b3 04:47:29 ---> ab5bc21ece43 04:47:29 04:47:30 Successfully built ab5bc21ece43 04:47:30 Successfully tagged sys-mgmt-agent-arm64:latest 04:47:33  Building sys-mgmt-agent ... done Removing intermediate container 251bfc015dce 04:47:33 ---> d5c4ef404857 04:47:33 Step 10/24 : RUN make cmd/core-data/core-data 04:47:33 ---> Running in 50c078116027 04:47:36 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 04:48:08 Removing intermediate container 1f18059c9763 04:48:08 ---> a01ec7795878 04:48:08 04:48:08 Step 11/24 : FROM alpine:3.12 04:48:08 ---> c4fd0aeabfcf 04:48:08 Step 12/24 : RUN apk add --update --no-cache dumb-init 04:48:08 ---> Using cache 04:48:08 ---> 3d27c97ec44e 04:48:08 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:48:08 ---> Using cache 04:48:08 ---> f3c53558649a 04:48:08 Step 14/24 : ENV APP_PORT=59882 04:48:08 ---> Running in a744ae5c0f60 04:48:09 Removing intermediate container a744ae5c0f60 04:48:09 ---> 4251e7f73d92 04:48:09 Step 15/24 : EXPOSE $APP_PORT 04:48:09 ---> Running in 7341ceba4dbd 04:48:10 Removing intermediate container 7341ceba4dbd 04:48:10 ---> 32fe6480e003 04:48:10 Step 16/24 : WORKDIR / 04:48:10 ---> Running in 32233561f1da 04:48:11 Removing intermediate container 32233561f1da 04:48:11 ---> c509ddbf9c75 04:48:11 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:48:12 ---> d813a54a1543 04:48:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:48:14 ---> 1b20fc6e770f 04:48:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:48:15 ---> fe7265287f9e 04:48:15 Step 20/24 : ENTRYPOINT ["/core-command"] 04:48:15 ---> Running in 2ebcaa30e74f 04:48:16 Removing intermediate container 2ebcaa30e74f 04:48:16 ---> d636a951bd93 04:48:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:48:16 ---> Running in 5b5149ec3dee 04:48:17 Removing intermediate container 5b5149ec3dee 04:48:17 ---> 1aa44ded4c2e 04:48:17 Step 22/24 : LABEL arch=arm64 04:48:17 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 04:48:17 ---> Running in 64eb26fce2c1 04:48:18 Removing intermediate container 64eb26fce2c1 04:48:18 ---> 5057d587a196 04:48:18 Step 23/24 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a 04:48:18 ---> Running in ebb4b01d85c5 04:48:19 Removing intermediate container ebb4b01d85c5 04:48:19 ---> 6b108c557027 04:48:19 Step 24/24 : LABEL version=0.0.0 04:48:19 ---> Running in 88818d46feed 04:48:20 Removing intermediate container 88818d46feed 04:48:20 ---> 8d4f37d115ac 04:48:20 04:48:20 Successfully built 8d4f37d115ac 04:48:20 Successfully tagged core-command-arm64:latest 04:48:31  Building core-command ... done Removing intermediate container 33fd1343c0dd 04:48:31 ---> bb969cd8cb68 04:48:31 04:48:31 Step 11/26 : FROM alpine:3.12 04:48:31 ---> c4fd0aeabfcf 04:48:31 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 04:48:31 ---> Running in abd557b1a685 04:48:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:32 (1/6) Installing ca-certificates (20191127-r4) 04:48:32 (2/6) Installing nghttp2-libs (1.41.0-r0) 04:48:32 (3/6) Installing libcurl (7.78.0-r0) 04:48:32 (4/6) Installing curl (7.78.0-r0) 04:48:32 (5/6) Installing dumb-init (1.2.2-r1) 04:48:32 (6/6) Installing su-exec (0.2-r1) 04:48:32 Executing busybox-1.31.1-r20.trigger 04:48:32 Executing ca-certificates-20191127-r4.trigger 04:48:32 OK: 7 MiB in 20 packages 04:48:35 Removing intermediate container abd557b1a685 04:48:35 ---> afc59f77d529 04:48:35 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:48:35 ---> Running in c32e400dd785 04:48:36 Removing intermediate container c32e400dd785 04:48:36 ---> c244d327b324 04:48:36 Step 14/26 : WORKDIR / 04:48:36 ---> Running in bcf24dbf53b9 04:48:37 Removing intermediate container bcf24dbf53b9 04:48:37 ---> 0d7d6740f3f8 04:48:37 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:48:38 ---> 7fb7e4793322 04:48:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:48:40 ---> 2b1849f346bb 04:48:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:48:41 ---> 30cf83f63dd5 04:48:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 04:48:42 ---> cb3d23956f34 04:48:42 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:48:46 ---> 37d93874f6c9 04:48:46 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:48:47 Removing intermediate container 19fb7bf2e655 04:48:47 ---> b51b8da4e5d0 04:48:47 04:48:47 Step 11/24 : FROM alpine:3.12 04:48:47 ---> c4fd0aeabfcf 04:48:47 Step 12/24 : RUN apk add --update --no-cache dumb-init 04:48:47 ---> Using cache 04:48:47 ---> 3d27c97ec44e 04:48:47 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:48:47 ---> Using cache 04:48:47 ---> f3c53558649a 04:48:47 Step 14/24 : ENV APP_PORT=59881 04:48:47 ---> Running in 5956ab020e49 04:48:47 ---> 5fc91e66fc15 04:48:47 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:48:48 Removing intermediate container 5956ab020e49 04:48:48 ---> b5445f5e879d 04:48:48 Step 15/24 : EXPOSE $APP_PORT 04:48:48 ---> Running in 79f7c259519a 04:48:49 ---> f56e439e9d21 04:48:49 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/ 04:48:49 ---> Running in 952e069607fc 04:48:49 Removing intermediate container 79f7c259519a 04:48:49 ---> 16e0fbf89da4 04:48:49 Step 16/24 : WORKDIR / 04:48:49 ---> Running in e5b67d74fe98 04:48:50 Removing intermediate container e5b67d74fe98 04:48:50 ---> d96632a107fd 04:48:50 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:48:51 ---> 58c50f13f735 04:48:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:48:52 Removing intermediate container 952e069607fc 04:48:52 ---> 3119cf378715 04:48:52 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 04:48:52 ---> Running in 65c4dc2791be 04:48:53 ---> 571d64bfb16c 04:48:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:48:53 Removing intermediate container 65c4dc2791be 04:48:53 ---> 4872dfdcaab1 04:48:53 Step 24/26 : LABEL arch=arm64 04:48:53 ---> Running in 99b770a3a7dd 04:48:53 ---> 652044e12a8e 04:48:53 Step 20/24 : ENTRYPOINT ["/core-metadata"] 04:48:54 ---> Running in 1edceeccac57 04:48:54 Removing intermediate container 99b770a3a7dd 04:48:54 ---> c8525bc3b5f0 04:48:54 Step 25/26 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a 04:48:54 ---> Running in 906d4260f6e5 04:48:54 Removing intermediate container 1edceeccac57 04:48:54 ---> 3a9b9dc263de 04:48:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:48:54 ---> Running in f61520be5bd6 04:48:54 Removing intermediate container 906d4260f6e5 04:48:54 ---> 1e8cb87d5f74 04:48:54 Step 26/26 : LABEL version=0.0.0 04:48:55 ---> Running in cd06116c0899 04:48:55 Removing intermediate container f61520be5bd6 04:48:55 ---> 11f9b70e9fc3 04:48:55 Step 22/24 : LABEL arch=arm64 04:48:55 ---> Running in 1a11e3846905 04:48:55 Removing intermediate container cd06116c0899 04:48:55 ---> 72d3f516b248 04:48:55 04:48:56 Successfully built 72d3f516b248 04:48:56 Successfully tagged security-secretstore-setup-arm64:latest 04:48:56  Building security-secretstore-setup ... done Removing intermediate container 1a11e3846905 04:48:56 ---> 746611959282 04:48:56 Step 23/24 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a 04:48:56 ---> Running in 62353497e1a3 04:48:57 Removing intermediate container 62353497e1a3 04:48:57 ---> 09da3fa09f50 04:48:57 Step 24/24 : LABEL version=0.0.0 04:48:57 ---> Running in 19609980fd46 04:48:58 Removing intermediate container 50c078116027 04:48:58 ---> ffd2f51de6b9 04:48:58 04:48:58 Step 11/24 : FROM alpine:3.12 04:48:58 ---> c4fd0aeabfcf 04:48:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:48:58 ---> Running in 570d388f8a8d 04:48:58 Removing intermediate container 19609980fd46 04:48:58 ---> f7a29c630416 04:48:58 04:48:58 Successfully built f7a29c630416 04:48:58 Successfully tagged core-metadata-arm64:latest 04:48:58  Building core-metadata ... done Removing intermediate container 570d388f8a8d 04:48:58 ---> ef89acec97cb 04:48:58 Step 13/24 : ENV APP_PORT=59880 04:48:59 ---> Running in 77e31c71893c 04:48:59 Removing intermediate container 77e31c71893c 04:48:59 ---> 2f2af935638c 04:48:59 Step 14/24 : EXPOSE $APP_PORT 04:48:59 ---> Running in 211beadb6dfe 04:49:00 Removing intermediate container 211beadb6dfe 04:49:00 ---> 995ca0feae15 04:49:00 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:00 ---> Running in 1ead97d4cc7f 04:49:02 Removing intermediate container 1ead97d4cc7f 04:49:02 ---> 7b38bfcab057 04:49:02 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 04:49:02 ---> Running in 1ebb63e81233 04:49:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:05 (1/6) Installing dumb-init (1.2.2-r1) 04:49:05 (2/6) Installing libgcc (9.3.0-r2) 04:49:05 (3/6) Installing libsodium (1.0.18-r0) 04:49:05 (4/6) Installing libstdc++ (9.3.0-r2) 04:49:05 (5/6) Installing libzmq (4.3.3-r0) 04:49:05 (6/6) Installing zeromq (4.3.3-r0) 04:49:06 Executing busybox-1.31.1-r20.trigger 04:49:06 OK: 8 MiB in 20 packages 04:49:07 Removing intermediate container 1ebb63e81233 04:49:07 ---> c7f758e11ef5 04:49:07 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:49:07 ---> 6b5c3a72d34c 04:49:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:49:09 ---> d8a536198375 04:49:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:49:10 ---> b1ed919e068a 04:49:10 Step 20/24 : ENTRYPOINT ["/core-data"] 04:49:10 ---> Running in c9595bf0d3e5 04:49:10 Removing intermediate container c9595bf0d3e5 04:49:10 ---> 5e38726a69dd 04:49:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:49:11 ---> Running in 44a406129478 04:49:11 Removing intermediate container 44a406129478 04:49:11 ---> 4935eaf5865d 04:49:11 Step 22/24 : LABEL arch=arm64 04:49:11 ---> Running in 2d578c18c07c 04:49:12 Removing intermediate container 2d578c18c07c 04:49:12 ---> 30406087568e 04:49:12 Step 23/24 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a 04:49:12 ---> Running in 56fe6c6a0738 04:49:12 Removing intermediate container 56fe6c6a0738 04:49:12 ---> 7c52ad24f700 04:49:12 Step 24/24 : LABEL version=0.0.0 04:49:13 ---> Running in e31a44de5941 04:49:13 Removing intermediate container e31a44de5941 04:49:13 ---> 81b388828592 04:49:13 04:49:14 Successfully built 81b388828592 04:49:14 Successfully tagged core-data-arm64:latest 04:49:14  Building core-data ... done  [Pipeline] } 04:49:14 $ docker stop --time=1 b563c08d560e775128365ed454ca3423eca57248bafc97724f6f5b44acd08e06 04:49:16 $ docker rm -f b563c08d560e775128365ed454ca3423eca57248bafc97724f6f5b44acd08e06 [Pipeline] // withDockerContainer [Pipeline] sh 04:49:16 + docker images 04:49:17 REPOSITORY TAG IMAGE ID CREATED SIZE 04:49:17 core-data-arm64 latest 81b388828592 3 seconds ago 19.3MB 04:49:17 core-metadata-arm64 latest f7a29c630416 18 seconds ago 15.8MB 04:49:17 ffd2f51de6b9 19 seconds ago 1.57GB 04:49:17 security-secretstore-setup-arm64 latest 72d3f516b248 21 seconds ago 27.4MB 04:49:17 b51b8da4e5d0 30 seconds ago 1.57GB 04:49:17 bb969cd8cb68 48 seconds ago 1.57GB 04:49:17 core-command-arm64 latest 8d4f37d115ac 56 seconds ago 15.2MB 04:49:17 a01ec7795878 About a minute ago 1.56GB 04:49:17 sys-mgmt-agent-arm64 latest ab5bc21ece43 About a minute ago 311MB 04:49:17 security-bootstrapper-arm64 latest 2b681b61eb0d 2 minutes ago 17.7MB 04:49:17 support-notifications-arm64 latest ab190c4f54c7 3 minutes ago 15.9MB 04:49:17 support-scheduler-arm64 latest f9ffb6f14eb4 3 minutes ago 15.2MB 04:49:17 security-proxy-setup-arm64 latest 749cc84c6a42 3 minutes ago 24.5MB 04:49:17 ade498fad580 3 minutes ago 1.57GB 04:49:17 89f8624b959f 3 minutes ago 1.57GB 04:49:17 eef32b5f41e3 3 minutes ago 1.57GB 04:49:17 9dfb8f29cbea 3 minutes ago 1.57GB 04:49:17 f4952cc60cfe 3 minutes ago 1.57GB 04:49:17 ci-base-image-arm64 latest 6cdbd34ec0aa 14 minutes ago 1.24GB 04:49:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 04bc70af865f 6 days ago 533MB 04:49:17 docker 20.10.7 df445af6242a 8 weeks ago 234MB 04:49:17 alpine 3.12 c4fd0aeabfcf 8 weeks ago 5.32MB 04:49: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 04:49:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:49:17 04:49:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:49:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:49:18 arm64: Pulling from edgex-lftools-log-publisher 04:49:18 448f6bf000e3: Pulling fs layer 04:49:18 f757da607395: Pulling fs layer 04:49:18 05883995daec: Pulling fs layer 04:49:18 8603b9c90790: Pulling fs layer 04:49:18 1560dd03e051: Pulling fs layer 04:49:18 27f5ce0e4adf: Pulling fs layer 04:49:18 c2d8d7efcc4b: Pulling fs layer 04:49:18 8603b9c90790: Waiting 04:49:18 1560dd03e051: Waiting 04:49:18 27f5ce0e4adf: Waiting 04:49:18 c2d8d7efcc4b: Waiting 04:49:18 f757da607395: Verifying Checksum 04:49:18 f757da607395: Download complete 04:49:18 8603b9c90790: Download complete 04:49:18 1560dd03e051: Verifying Checksum 04:49:18 1560dd03e051: Download complete 04:49:18 27f5ce0e4adf: Download complete 04:49:19 05883995daec: Download complete 04:49:19 448f6bf000e3: Download complete 04:49:23 c2d8d7efcc4b: Verifying Checksum 04:49:23 c2d8d7efcc4b: Download complete 04:49:23 448f6bf000e3: Pull complete 04:49:23 f757da607395: Pull complete 04:49:25 05883995daec: Pull complete 04:49:25 8603b9c90790: Pull complete 04:49:26 1560dd03e051: Pull complete 04:49:27 27f5ce0e4adf: Pull complete 04:49:42 c2d8d7efcc4b: Pull complete 04:49:42 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 04:49:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:49:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:49:42 prd-ubuntu18.04-docker-arm64-4c-16g-681 does not seem to be running inside a container 04:49:43 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:49:47 $ docker top eaeda6ec0ee045cfaa50c9e171602cc73b0209c8bfb895d09ecd8ada81e2ccee -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:49:48 ---> job-cost.sh 04:49:48 lf-activate-venv: SKIPPING 04:49:48 INFO: No Stack... 04:49:49 INFO: Retrieving Pricing Info for: v2-standard-4 04:49:50 INFO: Archiving Costs [Pipeline] sh 04:49:50 + cat /w/workspace/edgex-go/2/archives/cost.csv 04:49:50 + cut -d, -f6 [Pipeline] lock 04:49:50 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3665-2-stack-cost] 04:49:50 Resource [jenkins-edgexfoundry-edgex-go-PR-3665-2-stack-cost] did not exist. Created. 04:49:50 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3665-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:49:51 + echo total: 0.18000000715255737 [Pipeline] stash 04:49:51 Stashed 1 file(s) [Pipeline] } 04:49:51 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3665-2-stack-cost] [Pipeline] // lock [Pipeline] } 04:49:51 $ docker stop --time=1 eaeda6ec0ee045cfaa50c9e171602cc73b0209c8bfb895d09ecd8ada81e2ccee 04:49:53 $ docker rm -f eaeda6ec0ee045cfaa50c9e171602cc73b0209c8bfb895d09ecd8ada81e2ccee [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 04:49:54 provisioning config files... 04:49:54 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4464421624989605835tmp [Pipeline] { [Pipeline] sh 04:49:54 + set +x 04:49:54 + bash -s -- 04:49:54 + curl -s https://codecov.io/bash 04:49:54 04:49:54 _____ _ 04:49:54 / ____| | | 04:49:54 | | ___ __| | ___ ___ _____ __ 04:49:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:49:54 | |___| (_) | (_| | __/ (_| (_) \ V / 04:49:54 \_____\___/ \__,_|\___|\___\___/ \_/ 04:49:54 Bash-1.0.6 04:49:54 04:49:54 04:49:54 ==> git version 2.24.4 found 04:49:54 ==> 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 04:49:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:49:54 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:49:54 ==> Jenkins CI detected. 04:49:54 current dir:  /w/workspace/edgex-go/2 04:49:54 project root: . 04:49:54 --> token set from env 04:49:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:49:54 ==> Running gcov in . (disable via -X gcov) 04:49:54 ==> Python coveragepy not found 04:49:54 ==> Searching for coverage reports in: 04:49:54 + . 04:49:54 -> Found 1 reports 04:49:54 ==> Detecting git/mercurial file structure 04:49:54 ==> Reading reports 04:49:54 + ./coverage.out bytes=404329 04:49:54 ==> Appending adjustments 04:49:54 https://docs.codecov.io/docs/fixing-reports 04:49:55 + Found adjustments 04:49:55 ==> Gzipping contents 04:49:55 56K /tmp/codecov.3W1tTM.gz 04:49:55 ==> Uploading reports 04:49:55 url: https://codecov.io 04:49:55 query: branch=PR-3665&commit=00185a36c08ac37fedfc9887b2a950b5241e55f5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3665%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3665&job=&cmd_args= 04:49:55 -> Pinging Codecov 04:49:55 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3665&commit=00185a36c08ac37fedfc9887b2a950b5241e55f5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3665%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3665&job=&cmd_args= 04:49:56 -> Uploading to 04:49:56 https://storage.googleapis.com/codecov/v4/raw/2021-08-12/00271124DB129430A58F1EEE437C3FCB/00185a36c08ac37fedfc9887b2a950b5241e55f5/2835d3c3-3634-4b44-9154-3e969943eb2f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210812%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210812T044956Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b711b8a4516542eca54d90b757067f4e423f259ddbaea4585c38be2022aeb130 04:49:56 % Total % Received % Xferd Average Speed Time Time Time Current 04:49:56 Dload Upload Total Spent Left Speed 04:49:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54471 0 0 100 54471 0 130k --:--:-- --:--:-- --:--:-- 130k 04:49:56 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/00185a36c08ac37fedfc9887b2a950b5241e55f5 [Pipeline] } 04:49:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:49:57 + '[' -d /w/workspace/edgex-go/2/archives ']' [Pipeline] libraryResource [Pipeline] sh 04:49:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:49:58 ---> package-listing.sh 04:49:58 ++ facter osfamily 04:49:58 ++ tr '[:upper:]' '[:lower:]' 04:49:58 + OS_FAMILY=redhat 04:49:58 + workspace=/w/workspace/edgex-go/2 04:49:58 + START_PACKAGES=/tmp/packages_start.txt 04:49:58 + END_PACKAGES=/tmp/packages_end.txt 04:49:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:49:58 + PACKAGES=/tmp/packages_start.txt 04:49:58 + '[' /w/workspace/edgex-go/2 ']' 04:49:58 + PACKAGES=/tmp/packages_end.txt 04:49:58 + case "${OS_FAMILY}" in 04:49:58 + rpm -qa 04:49:58 + sort 04:50:00 + '[' -f /tmp/packages_start.txt ']' 04:50:00 + '[' -f /tmp/packages_end.txt ']' 04:50:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:50:00 + '[' /w/workspace/edgex-go/2 ']' 04:50:00 + mkdir -p /w/workspace/edgex-go/2/archives/ 04:50:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 04:50:00 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 04:50:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:50:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:50:01 04:50:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:50:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:50:02 latest: Pulling from edgex-lftools-log-publisher 04:50:02 b4d181a07f80: Pulling fs layer 04:50:02 a1111a8f2ec3: Pulling fs layer 04:50:02 ed53099fbce6: Pulling fs layer 04:50:02 dc539afda2c1: Pulling fs layer 04:50:02 77bc0d833cb6: Pulling fs layer 04:50:02 9065ff56babe: Pulling fs layer 04:50:02 d287ab97295c: Pulling fs layer 04:50:02 dc539afda2c1: Waiting 04:50:02 77bc0d833cb6: Waiting 04:50:02 d287ab97295c: Waiting 04:50:02 9065ff56babe: Waiting 04:50:02 a1111a8f2ec3: Verifying Checksum 04:50:02 a1111a8f2ec3: Download complete 04:50:02 dc539afda2c1: Verifying Checksum 04:50:02 dc539afda2c1: Download complete 04:50:02 77bc0d833cb6: Verifying Checksum 04:50:02 77bc0d833cb6: Download complete 04:50:02 9065ff56babe: Verifying Checksum 04:50:02 9065ff56babe: Download complete 04:50:02 ed53099fbce6: Verifying Checksum 04:50:02 ed53099fbce6: Download complete 04:50:04 b4d181a07f80: Verifying Checksum 04:50:04 b4d181a07f80: Download complete 04:50:05 b4d181a07f80: Pull complete 04:50:05 a1111a8f2ec3: Pull complete 04:50:05 ed53099fbce6: Pull complete 04:50:05 dc539afda2c1: Pull complete 04:50:06 77bc0d833cb6: Pull complete 04:50:06 9065ff56babe: Pull complete 04:50:07 d287ab97295c: Verifying Checksum 04:50:07 d287ab97295c: Download complete 04:50:12 d287ab97295c: Pull complete 04:50:12 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:50:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:50:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:50:12 prd-centos7-docker-4c-2g-679 does not seem to be running inside a container 04:50:12 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:50:15 $ docker top 2ad21e364eba20251c938f63e87bf920550cacd3ed30b3f84d707f6986f98e55 -eo pid,comm [Pipeline] { [Pipeline] sh 04:50:16 + touch /tmp/pre-build-complete [Pipeline] sh 04:50:16 + mkdir -p /var/log/sysstat [Pipeline] sh 04:50:16 + ls /var/log/sa-host 04:50:16 + sadf -c /var/log/sa-host/sa05 04:50:16 file_magic: OK 04:50:16 HZ: Using current value: 100 04:50:16 file_header: OK 04:50:16 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 04:50:16 Statistics: 04:50:16 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:50:16 File successfully converted to sysstat format version 12.0.3 04:50:16 + sadf -c /var/log/sa-host/sa12 04:50:16 file_magic: OK 04:50:16 HZ: Using current value: 100 04:50:16 file_header: OK 04:50:16 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 04:50:16 Statistics: 04:50:16 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... 04:50:16 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:50:16 provisioning config files... 04:50:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8101395431004366683tmp [Pipeline] { [Pipeline] echo 04:50:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:50:17 ---> create-netrc.sh [Pipeline] } 04:50:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:50:17 ---> python-tools-install.sh [Pipeline] echo 04:50:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:50:17 ---> sudo-logs.sh 04:50:17 Archiving 'sudo' log.. 04:50:17 sudo: unable to resolve host prd-centos7-docker-4c-2g-679.vexxhost.local: Name or service not known 04:50:17 sudo: unable to resolve host prd-centos7-docker-4c-2g-679.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 04:50:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:50:18 ---> job-cost.sh 04:50:18 lf-activate-venv: SKIPPING 04:50:18 DEBUG: total: 0.18000000715255737 04:50:18 INFO: Retrieving Stack Cost... 04:50:19 INFO: Retrieving Pricing Info for: v3-standard-2 04:50:19 INFO: Archiving Costs [Pipeline] echo 04:50:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:50:20 ---> logs-deploy.sh 04:50:20 lf-activate-venv: SKIPPING 04:50:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3665/2 04:50:20 INFO: archiving workspace using pattern(s): 04:50:20 Archives upload complete. 04:50:20 INFO: archiving logs to Nexus 04:50:21 ---> uname -a: 04:50:21 Linux prd-centos7-docker-4c-2g-679.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 04:50:21 04:50:21 04:50:21 ---> lscpu: 04:50:21 Architecture: x86_64 04:50:21 CPU op-mode(s): 32-bit, 64-bit 04:50:21 Byte Order: Little Endian 04:50:21 Address sizes: 40 bits physical, 48 bits virtual 04:50:21 CPU(s): 2 04:50:21 On-line CPU(s) list: 0,1 04:50:21 Thread(s) per core: 1 04:50:21 Core(s) per socket: 1 04:50:21 Socket(s): 2 04:50:21 NUMA node(s): 1 04:50:21 Vendor ID: AuthenticAMD 04:50:21 CPU family: 23 04:50:21 Model: 49 04:50:21 Model name: AMD EPYC-Rome Processor 04:50:21 Stepping: 0 04:50:21 CPU MHz: 2799.998 04:50:21 BogoMIPS: 5599.99 04:50:21 Virtualization: AMD-V 04:50:21 Hypervisor vendor: KVM 04:50:21 Virtualization type: full 04:50:21 L1d cache: 32K 04:50:21 L1i cache: 32K 04:50:21 L2 cache: 512K 04:50:21 L3 cache: 16384K 04:50:21 NUMA node0 CPU(s): 0,1 04:50:21 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 04:50:21 04:50:21 04:50:21 ---> nproc: 04:50:21 2 04:50:21 04:50:21 04:50:21 ---> df -h: 04:50:21 Filesystem Size Used Avail Use% Mounted on 04:50:21 overlay 40G 14G 27G 35% / 04:50:21 tmpfs 64M 0 64M 0% /dev 04:50:21 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 04:50:21 shm 64M 0 64M 0% /dev/shm 04:50:21 /dev/vda1 40G 14G 27G 35% /facter-os 04:50:21 04:50:21 04:50:21 ---> sar -b -r -n DEV: 04:50:21 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 08/12/21 _x86_64_ (2 CPU) 04:50:21 04:50:21 04:28:59 LINUX RESTART (2 CPU) 04:50:21 04:50:21 04:30:01 tps rtps wtps bread/s bwrtn/s 04:50:21 04:31:01 293.59 0.15 293.44 22.11 76137.64 04:50:21 04:32:01 144.65 0.00 144.65 0.00 29330.56 04:50:21 04:33:01 55.70 0.02 55.68 0.53 5474.45 04:50:21 04:34:01 586.62 313.28 273.35 9194.21 166646.90 04:50:21 04:35:01 606.92 257.42 349.50 14281.04 168146.69 04:50:21 04:36:01 565.55 92.91 472.64 4533.42 232886.83 04:50:21 04:37:01 206.83 23.28 183.55 1915.95 29250.28 04:50:21 04:38:02 0.62 0.00 0.62 0.00 15.23 04:50:21 04:39:01 0.32 0.00 0.32 0.00 3.95 04:50:21 04:40:01 0.58 0.28 0.30 94.35 3.55 04:50:21 04:41:01 0.33 0.00 0.33 0.00 4.46 04:50:21 04:42:01 0.17 0.00 0.17 0.00 1.40 04:50:21 04:43:01 0.37 0.00 0.37 0.00 4.96 04:50:21 04:44:01 0.48 0.18 0.30 5.73 4.08 04:50:21 04:45:01 1.03 0.00 1.03 0.00 18.11 04:50:21 04:46:01 0.47 0.00 0.47 0.00 4.88 04:50:21 04:47:01 0.27 0.00 0.27 0.00 3.51 04:50:21 04:48:01 0.25 0.00 0.25 0.00 2.78 04:50:21 04:49:01 0.22 0.00 0.22 0.00 2.07 04:50:21 04:50:01 41.41 41.12 0.28 4124.05 16.32 04:50:21 Average: 125.51 36.50 89.01 1711.41 35452.50 04:50:21 04:50:21 04:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:50:21 04:31:01 2357872 0 1188108 14.83 2620 4460340 1435404 15.85 1883504 3056808 619948 04:50:21 04:32:01 3022744 0 1271448 15.88 2620 3712128 1736184 19.17 1480552 2857684 142948 04:50:21 04:33:01 2984604 0 1371336 17.12 2620 3650380 1735964 19.17 1507976 2862068 88976 04:50:21 04:34:01 1087152 0 1471372 18.37 2620 5447796 2188716 24.16 1595108 4581100 44 04:50:21 04:35:01 583464 0 1618796 20.21 2620 5804060 2696604 29.77 2933240 3707784 0 04:50:21 04:36:01 1003360 0 1502016 18.75 2620 5500944 2941864 32.48 2673100 3517200 3484 04:50:21 04:37:01 2523136 0 1361332 17.00 2620 4121852 1643720 18.15 1235920 3465288 8 04:50:21 04:38:02 2538992 0 1345472 16.80 2620 4121856 1394688 15.40 1235456 3457748 12 04:50:21 04:39:01 2540184 0 1344276 16.78 2620 4121860 1394556 15.40 1234372 3457836 12 04:50:21 04:40:01 2534376 0 1347276 16.82 2620 4124668 1394640 15.40 1240036 3457864 8 04:50:21 04:41:01 2534504 0 1347144 16.82 2620 4124672 1394556 15.40 1240064 3457864 12 04:50:21 04:42:01 2534860 0 1346784 16.82 2620 4124676 1394556 15.40 1239952 3457864 8 04:50:21 04:43:01 2534736 0 1346904 16.82 2620 4124680 1394556 15.40 1239960 3457864 8 04:50:21 04:44:01 2534488 0 1347116 16.82 2620 4124716 1394556 15.40 1240944 3456916 16 04:50:21 04:45:01 2534476 0 1347124 16.82 2620 4124720 1394640 15.40 1241024 3456916 8 04:50:21 04:46:01 2534464 0 1347132 16.82 2620 4124724 1394556 15.40 1240948 3456916 8 04:50:21 04:47:01 2534968 0 1346624 16.81 2620 4124728 1394592 15.40 1241076 3456916 8 04:50:21 04:48:01 2534736 0 1346848 16.82 2620 4124736 1394556 15.40 1240960 3456916 16 04:50:21 04:49:01 2534736 0 1346848 16.82 2620 4124736 1394556 15.40 1241080 3456916 8 04:50:21 04:50:01 2407188 0 1350348 16.86 2620 4248784 1396220 15.42 1245392 3579492 284 04:50:21 Average: 2319752 0 1364715 17.04 2620 4321853 1625484 17.95 1471533 3455798 42791 04:50:21 04:50:21 04:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:50:21 04:31:01 eth0 1022.76 794.69 5353.58 72.44 0.00 0.00 0.00 0.00 04:50:21 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:31:01 docker0 437.52 495.89 33.07 2056.51 0.00 0.00 0.00 0.00 04:50:21 04:32:01 vethc27a9f4 0.53 0.67 0.04 0.07 0.00 0.00 0.00 0.00 04:50:21 04:32:01 eth0 48.79 26.48 38.66 16.12 0.00 0.00 0.00 0.00 04:50:21 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:32:01 docker0 0.53 0.53 0.04 0.06 0.00 0.00 0.00 0.00 04:50:21 04:33:01 vethc27a9f4 1.31 1.31 0.10 0.10 0.00 0.00 0.00 0.00 04:50:21 04:33:01 eth0 26.40 14.62 19.86 10.41 0.00 0.00 0.00 0.00 04:50:21 04:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:33:01 docker0 1.31 1.31 0.09 0.10 0.00 0.00 0.00 0.00 04:50:21 04:34:01 veth5d28acb 11.48 13.81 0.95 33.29 0.00 0.00 0.00 0.00 04:50:21 04:34:01 eth0 341.41 232.77 1849.04 141.05 0.00 0.00 0.00 0.00 04:50:21 04:34:01 vethf4a4ecb 9.57 11.38 0.78 33.13 0.00 0.00 0.00 0.00 04:50:21 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:35:01 veth41ded3c 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 04:50:21 04:35:01 eth0 70.87 35.55 172.87 15.37 0.00 0.00 0.00 0.00 04:50:21 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:35:01 veth9ea8ee1 0.00 0.63 0.00 0.04 0.00 0.00 0.00 0.00 04:50:21 04:36:01 veth11fd81c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:36:01 veth6e47836 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:50:21 04:36:01 vetha17ecc6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 04:50:21 04:36:01 eth0 102.25 69.91 205.34 18.41 0.00 0.00 0.00 0.00 04:50:21 04:37:01 eth0 267.68 154.50 1676.54 132.23 0.00 0.00 0.00 0.00 04:50:21 04:37:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:50:21 04:37:01 docker0 1472.11 1467.93 115.04 5630.29 0.00 0.00 0.00 0.00 04:50:21 04:38:02 eth0 1.17 0.43 0.68 0.18 0.00 0.00 0.00 0.00 04:50:21 04:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:39:01 eth0 0.14 0.08 0.01 0.04 0.00 0.00 0.00 0.00 04:50:21 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:40:01 eth0 0.38 0.28 0.17 0.08 0.00 0.00 0.00 0.00 04:50:21 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:41:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:50:21 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:42:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:50:21 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:43:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:50:21 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:44:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:50:21 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:45:01 eth0 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 04:50:21 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:46:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:50:21 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:47:01 eth0 0.20 0.18 0.10 0.01 0.00 0.00 0.00 0.00 04:50:21 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:48:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:49:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 04:50:21 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:50:01 eth0 14.62 8.64 13.00 5.42 0.00 0.00 0.00 0.00 04:50:21 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 Average: eth0 94.98 67.02 467.02 20.62 0.00 0.00 0.00 0.00 04:50:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:50:21 Average: docker0 29.20 36.25 2.13 146.92 0.00 0.00 0.00 0.00 04:50:21 04:50:21 04:50:21 ---> sar -P ALL: 04:50:21 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 08/12/21 _x86_64_ (2 CPU) 04:50:21 04:50:21 04:28:59 LINUX RESTART (2 CPU) 04:50:21 04:50:21 04:30:01 CPU %user %nice %system %iowait %steal %idle 04:50:21 04:31:01 all 26.73 0.00 10.66 3.69 0.09 58.83 04:50:21 04:31:01 0 24.56 0.00 11.06 3.38 0.09 60.90 04:50:21 04:31:01 1 28.89 0.00 10.26 4.00 0.09 56.77 04:50:21 04:32:01 all 56.70 0.00 7.63 1.46 0.10 34.11 04:50:21 04:32:01 0 56.62 0.00 8.11 1.65 0.11 33.52 04:50:21 04:32:01 1 56.77 0.00 7.16 1.27 0.09 34.71 04:50:21 04:33:01 all 44.74 0.00 6.25 0.31 0.08 48.62 04:50:21 04:33:01 0 43.69 0.00 6.49 0.35 0.07 49.40 04:50:21 04:33:01 1 45.78 0.00 6.02 0.27 0.09 47.84 04:50:21 04:34:01 all 31.98 0.00 12.98 23.24 0.09 31.70 04:50:21 04:34:01 0 31.89 0.00 12.96 23.23 0.09 31.83 04:50:21 04:34:01 1 32.08 0.00 13.01 23.25 0.09 31.57 04:50:21 04:35:01 all 73.67 0.00 17.71 6.78 0.15 1.69 04:50:21 04:35:01 0 73.38 0.00 18.06 6.61 0.15 1.80 04:50:21 04:35:01 1 73.95 0.00 17.35 6.96 0.15 1.59 04:50:21 04:36:01 all 65.95 0.00 19.97 11.28 0.14 2.65 04:50:21 04:36:01 0 65.72 0.00 20.34 10.77 0.17 3.00 04:50:21 04:36:01 1 66.18 0.00 19.62 11.78 0.11 2.30 04:50:21 04:37:01 all 14.78 0.00 7.25 3.60 0.07 74.29 04:50:21 04:37:01 0 12.62 0.00 6.96 3.38 0.07 76.98 04:50:21 04:37:01 1 16.95 0.00 7.55 3.83 0.07 71.60 04:50:21 04:38:02 all 0.17 0.00 0.08 0.00 0.03 99.72 04:50:21 04:38:02 0 0.05 0.00 0.10 0.00 0.02 99.83 04:50:21 04:38:02 1 0.28 0.00 0.07 0.00 0.03 99.62 04:50:21 04:39:01 all 0.18 0.00 0.03 0.00 0.01 99.79 04:50:21 04:39:01 0 0.05 0.00 0.03 0.00 0.02 99.90 04:50:21 04:39:01 1 0.31 0.00 0.02 0.00 0.00 99.68 04:50:21 04:40:01 all 0.10 0.00 0.03 0.03 0.03 99.82 04:50:21 04:40:01 0 0.02 0.00 0.05 0.05 0.03 99.85 04:50:21 04:40:01 1 0.18 0.00 0.02 0.00 0.02 99.78 04:50:21 04:41:01 all 0.17 0.00 0.03 0.00 0.03 99.77 04:50:21 04:41:01 0 0.05 0.00 0.03 0.00 0.03 99.88 04:50:21 04:41:01 1 0.28 0.00 0.03 0.00 0.02 99.67 04:50:21 04:50:21 04:41:01 CPU %user %nice %system %iowait %steal %idle 04:50:21 04:42:01 all 0.13 0.00 0.03 0.00 0.03 99.81 04:50:21 04:42:01 0 0.03 0.00 0.03 0.00 0.05 99.88 04:50:21 04:42:01 1 0.23 0.00 0.02 0.00 0.02 99.73 04:50:21 04:43:01 all 0.06 0.00 0.02 0.00 0.02 99.91 04:50:21 04:43:01 0 0.03 0.00 0.02 0.00 0.02 99.93 04:50:21 04:43:01 1 0.08 0.00 0.02 0.00 0.02 99.88 04:50:21 04:44:01 all 0.13 0.00 0.07 0.00 0.01 99.79 04:50:21 04:44:01 0 0.22 0.00 0.07 0.00 0.02 99.70 04:50:21 04:44:01 1 0.05 0.00 0.07 0.00 0.00 99.88 04:50:21 04:45:01 all 0.09 0.00 0.03 0.00 0.03 99.85 04:50:21 04:45:01 0 0.15 0.00 0.05 0.00 0.03 99.77 04:50:21 04:45:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:50:21 04:46:01 all 0.13 0.00 0.02 0.00 0.01 99.85 04:50:21 04:46:01 0 0.25 0.00 0.02 0.00 0.02 99.72 04:50:21 04:46:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:50:21 04:47:01 all 0.15 0.00 0.02 0.00 0.03 99.81 04:50:21 04:47:01 0 0.27 0.00 0.02 0.00 0.03 99.68 04:50:21 04:47:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:50:21 04:48:01 all 0.17 0.00 0.03 0.00 0.02 99.78 04:50:21 04:48:01 0 0.28 0.00 0.03 0.00 0.00 99.68 04:50:21 04:48:01 1 0.05 0.00 0.03 0.00 0.03 99.88 04:50:21 04:49:01 all 0.13 0.00 0.03 0.00 0.01 99.84 04:50:21 04:49:01 0 0.22 0.00 0.03 0.00 0.00 99.75 04:50:21 04:49:01 1 0.03 0.00 0.02 0.00 0.02 99.93 04:50:21 04:50:01 all 2.36 0.00 0.76 0.94 0.03 95.90 04:50:21 04:50:01 0 2.90 0.00 0.81 1.54 0.03 94.71 04:50:21 04:50:01 1 1.82 0.00 0.72 0.33 0.03 97.09 04:50:21 Average: all 15.06 0.00 3.96 2.43 0.05 78.50 04:50:21 Average: 0 14.76 0.00 4.02 2.41 0.05 78.75 04:50:21 Average: 1 15.36 0.00 3.89 2.45 0.04 78.26 04:50:21 04:50:21 04:50:21