Pull request #3671 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 8fa67b5464d781e97ad3bb56324fc859cbe71084+1f6b99b9bdf21fcf8be2fd8bdc86928884f825e3 (34756bc565e113e01da5164e939aa3ef21c3e5e5) 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-ssh775380415639895491.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-ssh8738186825499779640.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-3671/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-3671/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8166153166815877895.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-ssh8214823940191382033.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-3671/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-3671/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8308805506290445804.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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-402 in /w/workspace/edgexfoundry_edgex-go_PR-3671 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # 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/10@tmp/jenkins-gitclient-ssh639531933439022419.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 1f6b99b9bdf21fcf8be2fd8bdc86928884f825e3 into PR head commit 8fa67b5464d781e97ad3bb56324fc859cbe71084 Merge succeeded, producing 8fa67b5464d781e97ad3bb56324fc859cbe71084 Checking out Revision 8fa67b5464d781e97ad3bb56324fc859cbe71084 (PR-3671) > 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/10@tmp/jenkins-gitclient-ssh4337594548402125783.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3671/head:refs/remotes/origin/PR-3671 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8fa67b5464d781e97ad3bb56324fc859cbe71084 # 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/10@tmp/jenkins-gitclient-ssh8448424104522622879.key > git merge 1f6b99b9bdf21fcf8be2fd8bdc86928884f825e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8fa67b5464d781e97ad3bb56324fc859cbe71084 # timeout=10 Commit message: "fix(security): use localhost for kuiper config" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:59:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:59:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:59:03 ========================================================= 17:59:03 EdgeX Global Pipelines Version Info 17:59:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ce44feff22c90d3acea22d7d42256d7d6e4b4afe # timeout=10 17:59:05 ------------------- 17:59:05 stable info: 17:59:05 ------------------- 17:59:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:59:05 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 17:59:05 Message: update stable to v1.0.205 17:59:05 ------------------- 17:59:05 experimental info: 17:59:05 ------------------- 17:59:05 Commited By: **** collab-it+edgex@linuxfoundation.org 17:59:05 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 17:59:05 Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:59:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:59:05 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:59:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:59:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:59:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:59:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 17:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 17:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3671 [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3671 [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3671 [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8fa67b5464d781e97ad3bb56324fc859cbe71084 [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8fa67b5 [Pipeline] echo 17:59:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:59:06 provisioning config files... 17:59:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config1845264844617286530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:59:06 ---> docker-login.sh 17:59:06 nexus3.edgexfoundry.org:10001 17:59:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:59:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:59:07 Configure a credential helper to remove this warning. See 17:59:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:59:07 17:59:07 Login Succeeded 17:59:07 nexus3.edgexfoundry.org:10002 17:59:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:59:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:59:07 Configure a credential helper to remove this warning. See 17:59:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:59:07 17:59:07 Login Succeeded 17:59:07 nexus3.edgexfoundry.org:10003 17:59:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:59:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:59:07 Configure a credential helper to remove this warning. See 17:59:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:59:07 17:59:07 Login Succeeded 17:59:07 nexus3.edgexfoundry.org:10004 17:59:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:59:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:59:07 Configure a credential helper to remove this warning. See 17:59:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:59:07 17:59:07 Login Succeeded 17:59:07 docker.io 17:59:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:59:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:59:08 Configure a credential helper to remove this warning. See 17:59:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:59:08 17:59:08 Login Succeeded 17:59:08 ---> docker-login.sh ends [Pipeline] } 17:59:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:59:08 ++ 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 17:59:08 + for file in '`ls cmd/**/Dockerfile`' 17:59:08 ++ dirname cmd/core-command/Dockerfile 17:59:08 ++ cut -d/ -f2 17:59:08 + echo core-command,cmd/core-command/Dockerfile 17:59:08 + for file in '`ls cmd/**/Dockerfile`' 17:59:08 ++ dirname cmd/core-data/Dockerfile 17:59:08 ++ cut -d/ -f2 17:59:08 + echo core-data,cmd/core-data/Dockerfile 17:59:08 + for file in '`ls cmd/**/Dockerfile`' 17:59:08 ++ dirname cmd/core-metadata/Dockerfile 17:59:08 ++ cut -d/ -f2 17:59:08 + echo core-metadata,cmd/core-metadata/Dockerfile 17:59:08 + for file in '`ls cmd/**/Dockerfile`' 17:59:08 ++ dirname cmd/security-bootstrapper/Dockerfile 17:59:08 ++ cut -d/ -f2 17:59:08 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:59:08 + for file in '`ls cmd/**/Dockerfile`' 17:59:08 ++ dirname cmd/security-proxy-setup/Dockerfile 17:59:08 ++ cut -d/ -f2 17:59:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:59:08 + for file in '`ls cmd/**/Dockerfile`' 17:59:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:59:08 ++ cut -d/ -f2 17:59:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:59:08 + for file in '`ls cmd/**/Dockerfile`' 17:59:08 ++ dirname cmd/support-notifications/Dockerfile 17:59:08 ++ cut -d/ -f2 17:59:08 + echo support-notifications,cmd/support-notifications/Dockerfile 17:59:08 + for file in '`ls cmd/**/Dockerfile`' 17:59:08 ++ dirname cmd/support-scheduler/Dockerfile 17:59:08 ++ cut -d/ -f2 17:59:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:59:08 + for file in '`ls cmd/**/Dockerfile`' 17:59:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:59:08 ++ cut -d/ -f2 17:59:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:59:08 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 17:59:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:59:10 17:59:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:59:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:59:10 latest: Pulling from edgex-devops/git-semver 17:59:10 31603596830f: Pulling fs layer 17:59:10 04fac38145f0: Pulling fs layer 17:59:10 701f6daf10bf: Pulling fs layer 17:59:10 24f72da36158: Pulling fs layer 17:59:10 24f72da36158: Waiting 17:59:10 04fac38145f0: Verifying Checksum 17:59:10 04fac38145f0: Download complete 17:59:11 31603596830f: Verifying Checksum 17:59:11 31603596830f: Download complete 17:59:11 24f72da36158: Verifying Checksum 17:59:11 24f72da36158: Download complete 17:59:11 31603596830f: Pull complete 17:59:11 04fac38145f0: Pull complete 17:59:11 701f6daf10bf: Verifying Checksum 17:59:11 701f6daf10bf: Download complete 17:59:11 701f6daf10bf: Pull complete 17:59:12 24f72da36158: Pull complete 17:59:12 Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 17:59:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:59:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:59:12 prd-centos7-docker-4c-2g-402 does not seem to be running inside a container 17:59:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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:10004/edgex-devops/git-semver:latest cat 17:59:13 $ docker top 3d71e687aa1d97ddcb222d8e193018952b86ad0bb885c76034cd6834f8d723e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:59:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:59:13 [ssh-agent] Looking for ssh-agent implementation... 17:59:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:59:13 $ docker exec 3d71e687aa1d97ddcb222d8e193018952b86ad0bb885c76034cd6834f8d723e5 ssh-agent 17:59:13 SSH_AUTH_SOCK=/tmp/ssh-jagdCZ0DJBi8/agent.13 17:59:13 SSH_AGENT_PID=19 17:59:13 Running ssh-add (command line suppressed) 17:59:13 Identity added: /w/workspace/edgex-go/10@tmp/private_key_3704315984615017868.key (/w/workspace/edgex-go/10@tmp/private_key_3704315984615017868.key) 17:59:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:59:13 + git tag --points-at HEAD [Pipeline] } 17:59:13 $ docker exec --env ******** --env ******** 3d71e687aa1d97ddcb222d8e193018952b86ad0bb885c76034cd6834f8d723e5 ssh-agent -k 17:59:13 unset SSH_AUTH_SOCK; 17:59:13 unset SSH_AGENT_PID; 17:59:13 echo Agent pid 19 killed; 17:59:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:59:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:59:14 [ssh-agent] Looking for ssh-agent implementation... 17:59:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:59:14 $ docker exec 3d71e687aa1d97ddcb222d8e193018952b86ad0bb885c76034cd6834f8d723e5 ssh-agent 17:59:14 SSH_AUTH_SOCK=/tmp/ssh-6oNT0uv3X4kK/agent.53 17:59:14 SSH_AGENT_PID=59 17:59:14 Running ssh-add (command line suppressed) 17:59:14 Identity added: /w/workspace/edgex-go/10@tmp/private_key_1648060708505726260.key (/w/workspace/edgex-go/10@tmp/private_key_1648060708505726260.key) 17:59:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:59:14 + git semver init 17:59:14 # -> Open(): unable to determine branch for HEAD 17:59:14 # $GIT_DIR = /w/workspace/edgex-go/10/.git 17:59:14 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 17:59:14 # $SEMVER_REMOTE_NAME = origin 17:59:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:59:14 # $SEMVER_USER_NAME = edgex-jenkins 17:59:14 # $SEMVER_BRANCH = PR-3671 17:59:14 # $SEMVER_TEMP = /tmp/semver-682618956 17:59:14 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:00:01 # '/tmp/semver-682618956' -> '/w/workspace/edgex-go/10/.semver' 18:00:01 # -> Force: false 18:00:01 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 18:00:01 $ docker exec --env ******** --env ******** 3d71e687aa1d97ddcb222d8e193018952b86ad0bb885c76034cd6834f8d723e5 ssh-agent -k 18:00:01 unset SSH_AUTH_SOCK; 18:00:01 unset SSH_AGENT_PID; 18:00:01 echo Agent pid 59 killed; 18:00:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:00:02 + git semver [Pipeline] } 18:00:02 $ docker stop --time=1 3d71e687aa1d97ddcb222d8e193018952b86ad0bb885c76034cd6834f8d723e5 18:00:03 $ docker rm -f 3d71e687aa1d97ddcb222d8e193018952b86ad0bb885c76034cd6834f8d723e5 [Pipeline] // withDockerContainer [Pipeline] sh 18:00:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:00:04 Stashed 1 file(s) [Pipeline] echo 18:00:04 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 18:00:04 ========================================================= 18:00:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 18:00:04 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:00:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:00:05 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 18:00:05 540db60ca938: Pulling fs layer 18:00:05 adcc1eea9eea: Pulling fs layer 18:00:05 4c4ab2625f07: Pulling fs layer 18:00:05 db62176df00c: Pulling fs layer 18:00:05 3b30891b0d05: Pulling fs layer 18:00:05 06b49ca38bd5: Pulling fs layer 18:00:05 c788192a36de: Pulling fs layer 18:00:05 a77e37c0d609: Pulling fs layer 18:00:05 c3185cebc471: Pulling fs layer 18:00:05 db62176df00c: Waiting 18:00:05 3b30891b0d05: Waiting 18:00:05 06b49ca38bd5: Waiting 18:00:05 c788192a36de: Waiting 18:00:05 a77e37c0d609: Waiting 18:00:05 c3185cebc471: Waiting 18:00:05 4c4ab2625f07: Verifying Checksum 18:00:05 4c4ab2625f07: Download complete 18:00:05 adcc1eea9eea: Download complete 18:00:05 3b30891b0d05: Verifying Checksum 18:00:05 3b30891b0d05: Download complete 18:00:05 06b49ca38bd5: Verifying Checksum 18:00:05 06b49ca38bd5: Download complete 18:00:05 c788192a36de: Verifying Checksum 18:00:05 c788192a36de: Download complete 18:00:05 540db60ca938: Verifying Checksum 18:00:05 540db60ca938: Download complete 18:00:06 540db60ca938: Pull complete 18:00:06 adcc1eea9eea: Pull complete 18:00:06 4c4ab2625f07: Pull complete 18:00:06 a77e37c0d609: Verifying Checksum 18:00:06 a77e37c0d609: Download complete 18:00:13 c3185cebc471: Verifying Checksum 18:00:13 c3185cebc471: Download complete 18:00:13 db62176df00c: Verifying Checksum 18:00:13 db62176df00c: Download complete 18:00:16 db62176df00c: Pull complete 18:00:16 3b30891b0d05: Pull complete 18:00:16 06b49ca38bd5: Pull complete 18:00:16 c788192a36de: Pull complete 18:00:16 a77e37c0d609: Pull complete 18:00:18 c3185cebc471: Pull complete 18:00:18 Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd 18:00:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:00:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh 18:00:18 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:00:18 WORKDIR /edgex 18:00:18 COPY go.mod . 18:00:18 RUN go mod download' 18:00:18 + docker build -t ci-base-image-x86_64 -f - . 18:00:19 Still waiting to schedule task 18:00:19 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:00:20 Sending build context to Docker daemon 328.7MB 18:00:20 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:00:20 ---> 031687cdd783 18:00:20 Step 2/4 : WORKDIR /edgex 18:00:22 ---> Running in ba508ff098e9 18:00:22 Removing intermediate container ba508ff098e9 18:00:22 ---> 8b2a12889e84 18:00:22 Step 3/4 : COPY go.mod . 18:00:22 ---> c9345c7f0fcb 18:00:22 Step 4/4 : RUN go mod download 18:00:22 ---> Running in 9d12b71e6869 18:01:01 Removing intermediate container 9d12b71e6869 18:01:01 ---> 2a610a662ca4 18:01:01 Successfully built 2a610a662ca4 18:01:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:01:01 + docker inspect -f . ci-base-image-x86_64 18:01:01 . [Pipeline] withDockerContainer 18:01:02 prd-centos7-docker-4c-2g-402 does not seem to be running inside a container 18:01:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:01:02 $ docker top 4139484a1e033db6ed670b717d2fd744da588b24241e914b95bdf40a9b9972ca -eo pid,comm [Pipeline] { [Pipeline] sh 18:01:02 + go version 18:01:02 go version go1.16.6 linux/amd64 [Pipeline] } 18:01:02 $ docker stop --time=1 4139484a1e033db6ed670b717d2fd744da588b24241e914b95bdf40a9b9972ca 18:01:04 $ docker rm -f 4139484a1e033db6ed670b717d2fd744da588b24241e914b95bdf40a9b9972ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:01:04 + docker inspect -f . ci-base-image-x86_64 18:01:04 . [Pipeline] withDockerContainer 18:01:04 prd-centos7-docker-4c-2g-402 does not seem to be running inside a container 18:01:04 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:01:05 $ docker top 61983411ea6a979fdacbece8161542084f71c36f22459f6db8089e933007f2b1 -eo pid,comm [Pipeline] { [Pipeline] echo 18:01:05 ========================================================= 18:01:05 [edgeXBuildGoParallel] Running Tests and Build... 18:01:05 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:01:05 + go mod tidy [Pipeline] sh 18:01:06 + make test 18:01:06 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 18:01:06 go mod tidy 18:01:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:01:11 ? github.com/edgexfoundry/edgex-go [no test files] 18:01:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:01:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:01:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:01:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:01:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:01:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:01:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:01:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:01:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:01:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:01:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:01:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:01:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:01:37 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:01:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.044s coverage: 28.7% of statements 18:01:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:01:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:01:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.049s coverage: 100.0% of statements 18:01:40 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:01:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.060s coverage: 46.3% of statements 18:01:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:01:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:01:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.121s coverage: 90.1% of statements 18:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:01:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:01:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.053s coverage: 81.2% of statements 18:01:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:01:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:01:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 18:01:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:01:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:01:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.244s coverage: 94.2% of statements 18:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:01:43 ok github.com/edgexfoundry/edgex-go/internal/io 0.043s coverage: 59.1% of statements 18:01:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:01:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:01:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:01:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:01:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:01:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.046s coverage: 60.0% of statements 18:01:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:01:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:01:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:01:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.079s coverage: 0.8% of statements 18:01:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:01:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 18:01:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.051s coverage: 21.7% of statements 18:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:01:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements 18:01:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements 18:01:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements 18:01:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.109s coverage: 96.3% of statements 18:01:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements 18:01:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.047s coverage: 94.4% of statements 18:01:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements 18:02:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.221s coverage: 81.8% of statements 18:02:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.080s coverage: 92.9% of statements 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 58.8% of statements 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.052s coverage: 80.0% of statements 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 85.4% of statements 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.072s coverage: 91.2% of statements 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.127s coverage: 64.4% of statements 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 18:02:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.167s coverage: 66.9% of statements 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:02:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:02:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.119s coverage: 43.6% of statements 18:02:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:02:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:02:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements 18:02:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:02:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.073s coverage: 84.8% of statements 18:02:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:02:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-403 in /w/workspace/edgexfoundry_edgex-go_PR-3671 [Pipeline] { [Pipeline] ws 18:02:24 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 18:02:25 The recommended git tool is: git 18:02:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.060s coverage: 19.5% of statements 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:02:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.130s coverage: 92.0% of statements 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:02:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.051s coverage: 62.7% of statements 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:02:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.085s coverage: 97.7% of statements 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 18:02:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:02:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 18:02:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 95.4% of statements 18:02:28 GO111MODULE=on go vet ./... 18:02:30 using credential edgex-jenkins-ssh 18:02:30 Cloning the remote Git repository 18:02:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:02:30 > git init /w/workspace/edgex-go/10 # timeout=10 18:02:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:02:30 > git --version # timeout=10 18:02:30 > git --version # 'git version 2.17.1' 18:02:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:02:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:02:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:02:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:02:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:02:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:02:48 using GIT_SSH to set credentials SSH Credentials for GitHub 18:02:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3671/head:refs/remotes/origin/PR-3671 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:02:49 Merging remotes/origin/main commit 1f6b99b9bdf21fcf8be2fd8bdc86928884f825e3 into PR head commit 8fa67b5464d781e97ad3bb56324fc859cbe71084 18:02:49 Merge succeeded, producing 8fa67b5464d781e97ad3bb56324fc859cbe71084 18:02:49 Checking out Revision 8fa67b5464d781e97ad3bb56324fc859cbe71084 (PR-3671) 18:02:49 > git config core.sparsecheckout # timeout=10 18:02:49 > git checkout -f 8fa67b5464d781e97ad3bb56324fc859cbe71084 # timeout=10 18:02:49 > git remote # timeout=10 18:02:49 > git config --get remote.origin.url # timeout=10 18:02:49 using GIT_SSH to set credentials SSH Credentials for GitHub 18:02:49 > git merge 1f6b99b9bdf21fcf8be2fd8bdc86928884f825e3 # timeout=10 18:02:49 > git rev-parse HEAD^{commit} # timeout=10 18:02:49 > git config core.sparsecheckout # timeout=10 18:02:49 > git checkout -f 8fa67b5464d781e97ad3bb56324fc859cbe71084 # timeout=10 18:02:54 Commit message: "fix(security): use localhost for kuiper config" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:02:55 provisioning config files... 18:02:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config72339326930605484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:02:55 gofmt -l . 18:02:55 [ "`gofmt -l .`" = "" ] 18:02:55 ./bin/test-attribution-txt.sh [Pipeline] sh 18:02:55 + ls -al . 18:02:55 total 608 18:02:55 drwxrwxr-x 10 1001 1001 4096 Aug 20 18:02 . 18:02:55 drwxr-xr-x 4 root root 30 Aug 20 18:01 .. 18:02:55 -rw-rw-r-- 1 1001 1001 11 Aug 20 17:58 .dockerignore 18:02:55 drwxrwxr-x 8 1001 1001 179 Aug 20 17:59 .git 18:02:55 drwxrwxr-x 3 1001 1001 125 Aug 20 17:58 .github 18:02:55 -rw-rw-r-- 1 1001 1001 818 Aug 20 17:58 .gitignore 18:02:55 -rw-rw-r-- 1 1001 1001 76 Aug 20 17:58 .hadolint.yml 18:02:55 drwx------ 3 1001 1001 58 Aug 20 17:59 .semver 18:02:55 -rw-rw-r-- 1 1001 1001 166 Aug 20 17:58 .sonarcloud.properties 18:02:55 -rw-rw-r-- 1 1001 1001 1171 Aug 20 17:58 ADOPTERS.md 18:02:55 -rw-rw-r-- 1 1001 1001 8609 Aug 20 17:58 Attribution.txt 18:02:55 -rw-rw-r-- 1 1001 1001 43881 Aug 20 17:58 CHANGELOG.md 18:02:55 -rw-rw-r-- 1 1001 1001 3804 Aug 20 17:58 CONTRIBUTING.md 18:02:55 -rw-rw-r-- 1 1001 1001 677 Aug 20 17:58 GOVERNANCE.md 18:02:55 -rw-rw-r-- 1 1001 1001 849 Aug 20 17:58 Jenkinsfile 18:02:55 -rw-rw-r-- 1 1001 1001 10775 Aug 20 17:58 LICENSE 18:02:55 -rw-rw-r-- 1 1001 1001 5915 Aug 20 17:58 Makefile 18:02:55 -rw-rw-r-- 1 1001 1001 582 Aug 20 17:58 OWNERS.md 18:02:55 -rw-rw-r-- 1 1001 1001 8643 Aug 20 17:58 README.md 18:02:55 -rw-rw-r-- 1 1001 1001 6912 Aug 20 17:58 SECURITY.md 18:02:55 -rw-rw-r-- 1 1001 1001 5 Aug 20 18:00 VERSION 18:02:55 -rw-rw-r-- 1 1001 1001 4131 Aug 20 17:58 ZMQWindows.md 18:02:55 drwxrwxr-x 2 1001 1001 37 Aug 20 17:58 bin 18:02:55 drwxrwxr-x 14 1001 1001 4096 Aug 20 17:58 cmd 18:02:55 -rw-r--r-- 1 root root 404330 Aug 20 18:02 coverage.out 18:02:55 -rw-rw-r-- 1 1001 1001 813 Aug 20 17:58 go.mod 18:02:55 -rw-r--r-- 1 root root 50064 Aug 20 18:01 go.sum 18:02:55 drwxrwxr-x 8 1001 1001 124 Aug 20 17:58 internal 18:02:55 drwxrwxr-x 3 1001 1001 16 Aug 20 17:58 openapi 18:02:55 drwxrwxr-x 4 1001 1001 71 Aug 20 17:58 snap 18:02:55 -rw-rw-r-- 1 1001 1001 204 Aug 20 17:58 version.go [Pipeline] sh 18:02:56 ---> docker-login.sh 18:02:56 nexus3.edgexfoundry.org:10001 18:02:56 + '[' -e coverage.out ] 18:02:56 + chown 1001:1001 coverage.out [Pipeline] stash 18:02:56 Stashed 1 file(s) [Pipeline] sh 18:02:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:56 + make build 18:02:56 go mod tidy 18:02: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 18:02:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:57 Configure a credential helper to remove this warning. See 18:02:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:57 18:02:57 Login Succeeded 18:02:57 nexus3.edgexfoundry.org:10002 18:02:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:57 Configure a credential helper to remove this warning. See 18:02:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:57 18:02:57 Login Succeeded 18:02:57 nexus3.edgexfoundry.org:10003 18:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:58 Configure a credential helper to remove this warning. See 18:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:58 18:02:58 Login Succeeded 18:02:58 nexus3.edgexfoundry.org:10004 18:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:58 Configure a credential helper to remove this warning. See 18:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:58 18:02:58 Login Succeeded 18:02:58 docker.io 18:02:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:59 Configure a credential helper to remove this warning. See 18:02:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:59 18:02:59 Login Succeeded 18:02:59 ---> docker-login.sh ends [Pipeline] } 18:02:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:03:00 ========================================================= 18:03:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 18:03:00 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:03:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 18:03:01 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:03:01 595b0fe564bb: Pulling fs layer 18:03:01 24495759ef45: Pulling fs layer 18:03:01 d148012ef14d: Pulling fs layer 18:03:01 e90a11edd702: Pulling fs layer 18:03:01 d77568369979: Pulling fs layer 18:03:01 fc1c9f9a7f3b: Pulling fs layer 18:03:01 170f2ba95c9a: Pulling fs layer 18:03:01 97ac5df62f85: Pulling fs layer 18:03:01 e90a11edd702: Waiting 18:03:01 d77568369979: Waiting 18:03:01 fc1c9f9a7f3b: Waiting 18:03:01 97ac5df62f85: Waiting 18:03:01 170f2ba95c9a: Waiting 18:03:01 d148012ef14d: Download complete 18:03:01 24495759ef45: Verifying Checksum 18:03:01 24495759ef45: Download complete 18:03:01 d77568369979: Verifying Checksum 18:03:01 d77568369979: Download complete 18:03:01 fc1c9f9a7f3b: Download complete 18:03:01 595b0fe564bb: Verifying Checksum 18:03:01 170f2ba95c9a: Verifying Checksum 18:03:01 170f2ba95c9a: Download complete 18:03:02 595b0fe564bb: Pull complete 18:03:02 24495759ef45: Pull complete 18:03:03 d148012ef14d: Pull complete 18:03:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:03:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:03:05 97ac5df62f85: Verifying Checksum 18:03:05 97ac5df62f85: Download complete 18:03:06 e90a11edd702: Verifying Checksum 18:03:06 e90a11edd702: Download complete 18:03: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 18:03:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:03:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:03:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:03:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:03:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:03:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:03:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 18:03:13 $ docker stop --time=1 61983411ea6a979fdacbece8161542084f71c36f22459f6db8089e933007f2b1 18:03:15 $ docker rm -f 61983411ea6a979fdacbece8161542084f71c36f22459f6db8089e933007f2b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 18:03:16 e90a11edd702: Pull complete 18:03:16 d77568369979: Pull complete 18:03:17 fc1c9f9a7f3b: Pull complete 18:03:17 170f2ba95c9a: Pull complete [Pipeline] isUnix [Pipeline] sh 18:03:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:03:18 18:03:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:03:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:03:18 latest: Pulling from edgex-devops/edgex-compose 18:03:18 cbdbe7a5bc2a: Pulling fs layer 18:03:18 ca9280d653b3: Pulling fs layer 18:03:18 7e9c9ca2126c: Pulling fs layer 18:03:19 cbdbe7a5bc2a: Verifying Checksum 18:03:19 cbdbe7a5bc2a: Download complete 18:03:19 cbdbe7a5bc2a: Pull complete 18:03:20 ca9280d653b3: Verifying Checksum 18:03:20 ca9280d653b3: Download complete 18:03:20 ca9280d653b3: Pull complete 18:03:22 7e9c9ca2126c: Verifying Checksum 18:03:22 7e9c9ca2126c: Download complete 18:03:23 97ac5df62f85: Pull complete 18:03:23 Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 18:03:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 18:03:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh 18:03:23 + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 18:03:23 WORKDIR /edgex 18:03:23 COPY go.mod . 18:03:23 RUN go mod download 18:03:23 docker build -t ci-base-image-arm64 -f - . 18:03:25 Sending build context to Docker daemon 166MB 18:03:25 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 18:03:25 ---> 04bc70af865f 18:03:25 Step 2/4 : WORKDIR /edgex 18:03:27 7e9c9ca2126c: Pull complete 18:03:27 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:03:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:03:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:03:27 prd-centos7-docker-4c-2g-402 does not seem to be running inside a container 18:03:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:03:29 ---> Running in 3167b23a7ebc 18:03:29 $ docker top 81a5eba38a21ccd9027b6487be8ae7769b02c35138c3448bbddbb66cbba972dd -eo pid,comm [Pipeline] { [Pipeline] sh 18:03:30 Removing intermediate container 3167b23a7ebc 18:03:30 ---> d0352f88b7ba 18:03:30 Step 3/4 : COPY go.mod . 18:03:30 + docker-compose build --help 18:03:30 + grep parallel 18:03:30 --parallel Build images in parallel. [Pipeline] } 18:03:30 $ docker stop --time=1 81a5eba38a21ccd9027b6487be8ae7769b02c35138c3448bbddbb66cbba972dd 18:03:31 ---> 5bcdb1c61aaf 18:03:31 Step 4/4 : RUN go mod download 18:03:31 ---> Running in a9a36ca0a1aa 18:03:32 $ docker rm -f 81a5eba38a21ccd9027b6487be8ae7769b02c35138c3448bbddbb66cbba972dd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:03:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:03:32 . [Pipeline] withDockerContainer 18:03:32 prd-centos7-docker-4c-2g-402 does not seem to be running inside a container 18:03: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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:03:33 $ docker top d8fa4a91a15cf746195a43f82defdfa21aaf3df5850f4cdd53fc64b12acbe0ab -eo pid,comm [Pipeline] { [Pipeline] sh 18:03:33 + docker-compose -f ./docker-compose-build.yml build --parallel 18:03:34 Building core-command ... 18:03:34 Building core-data ... 18:03:34 Building core-metadata ... 18:03:34 Building security-bootstrapper ... 18:03:34 Building security-proxy-setup ... 18:03:34 Building security-secretstore-setup ... 18:03:34 Building support-notifications ... 18:03:34 Building support-scheduler ... 18:03:34 Building sys-mgmt-agent ... 18:03:34 Building sys-mgmt-agent 18:03:34 Building core-command 18:03:34 Building core-data 18:03:34 Building security-secretstore-setup 18:03:34 Building security-proxy-setup 18:03:46 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:03:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:03:46 ---> 2a610a662ca4 18:03:46 Step 3/24 : WORKDIR /edgex-go 18:03:46 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:03:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:03:46 ---> 2a610a662ca4 18:03:46 Step 3/24 : WORKDIR /edgex-go 18:03:46 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:03:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:03:46 ---> 2a610a662ca4 18:03:46 Step 3/24 : WORKDIR /edgex-go 18:03:50 ---> Running in 9d10d45234e7 18:03:50 ---> Running in 38ee154e33c5 18:03:50 ---> Running in c644e6a2b564 18:03:53 Removing intermediate container c644e6a2b564 18:03:53 ---> ebfb25984fd3 18:03:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:53 Removing intermediate container 38ee154e33c5 18:03:53 ---> 5dcd4d30e4ea 18:03:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:53 ---> Running in c43485edb644 18:03:53 Removing intermediate container 9d10d45234e7 18:03:53 ---> f2302211b5ad 18:03:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:53 ---> Running in a3d723644e4f 18:03:53 ---> Running in 8d70f79c9471 18:03:58 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:03:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:03:58 ---> 2a610a662ca4 18:03:58 Step 3/26 : WORKDIR /edgex-go 18:03:58 ---> Using cache 18:03:58 ---> f2302211b5ad 18:03:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:58 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:03:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:03:58 ---> 2a610a662ca4 18:03:58 Step 3/22 : WORKDIR /edgex-go 18:03:58 ---> Using cache 18:03:58 ---> f2302211b5ad 18:03:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:59 ---> Running in 1e89e25e455e 18:03:59 ---> Running in 0268c2050821 18:03:59 Removing intermediate container a3d723644e4f 18:03:59 ---> 3386f8ba1219 18:03:59 Step 5/24 : RUN apk add --update --no-cache make git 18:03:59 ---> Running in 395a081cbc43 18:03:59 Removing intermediate container c43485edb644 18:03:59 ---> 1f4599239bf1 18:03:59 Step 5/24 : RUN apk add --update --no-cache make bash git 18:03:59 Removing intermediate container 8d70f79c9471 18:03:59 ---> b203dc7b51b2 18:03:59 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:03:59 ---> Running in 3d954097c1c5 18:03:59 ---> Running in 8f02e168b759 18:03:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:04:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:04:00 Removing intermediate container 1e89e25e455e 18:04:00 ---> 354b5f2808c3 18:04:00 Step 5/26 : RUN apk add --update --no-cache make git 18:04:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:04:00 ---> Running in 772b923287a0 18:04:00 Removing intermediate container 0268c2050821 18:04:00 ---> 8383b4a663eb 18:04:00 Step 5/22 : RUN apk add --update --no-cache make git 18:04:00 ---> Running in aeaaa5eb59fe 18:04:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:04:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:04:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:04:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:04:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:04:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:04:01 OK: 219 MiB in 52 packages 18:04:01 OK: 219 MiB in 52 packages 18:04:01 Removing intermediate container 395a081cbc43 18:04:01 ---> 9cf3a85df3b8 18:04:01 Step 6/24 : COPY go.mod . 18:04:01 OK: 219 MiB in 52 packages 18:04:01 OK: 219 MiB in 52 packages 18:04:01 Removing intermediate container 3d954097c1c5 18:04:01 ---> 5cc29f5509e4 18:04:01 Step 6/24 : COPY go.mod . 18:04:01 ---> b36eee87323f 18:04:01 Step 7/24 : RUN go mod download 18:04:01 ---> Running in fb0c231f6622 18:04:01 ---> 0b52e30efff9 18:04:01 Step 7/24 : RUN go mod download 18:04:01 ---> Running in 838937a3cd27 18:04:02 Removing intermediate container 8f02e168b759 18:04:02 ---> c80e37bde611 18:04:02 Step 6/24 : COPY go.mod . 18:04:02 Removing intermediate container 772b923287a0 18:04:02 ---> 9725f29862f3 18:04:02 Step 6/26 : COPY go.mod . 18:04:02 ---> a598733af06d 18:04:02 Step 7/24 : RUN go mod download 18:04:02 ---> 12997c5ef9db 18:04:02 Step 7/26 : RUN go mod download 18:04:02 ---> Running in 2d4c37f62c2a 18:04:02 ---> Running in b102aacc5142 18:04:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:04:04 Removing intermediate container fb0c231f6622 18:04:04 ---> 04b917b34395 18:04:04 Step 8/24 : COPY . . 18:04:04 Removing intermediate container 838937a3cd27 18:04:04 ---> d48737d71e3d 18:04:04 Step 8/24 : COPY . . 18:04:06 OK: 219 MiB in 52 packages 18:04:12 Removing intermediate container 2d4c37f62c2a 18:04:12 ---> fbe514ba8cd3 18:04:12 Step 8/26 : COPY . . 18:04:12 Removing intermediate container b102aacc5142 18:04:12 ---> 207eb22349ec 18:04:12 Step 8/24 : COPY . . 18:04:12 ---> d57eea11dea6 18:04:12 Step 9/24 : RUN go mod tidy 18:04:12 ---> a61463f3c176 18:04:12 Step 9/24 : RUN go mod tidy 18:04:12 ---> Running in f92755ea412b 18:04:23 ---> Running in 40320f8dbef4 18:04:23 Removing intermediate container aeaaa5eb59fe 18:04:23 ---> f1b92b1b83c4 18:04:23 Step 6/22 : COPY go.mod . 18:04:23 ---> ab517d9b7354 18:04:23 Step 9/26 : RUN go mod tidy 18:04:23 ---> e9351232b4c5 18:04:23 Step 9/24 : RUN go mod tidy 18:04:23 ---> Running in d99ccdf91c08 18:04:23 ---> 24f8e372bbcf 18:04:23 Step 7/22 : RUN go mod download 18:04:23 ---> Running in b1136c9c6e15 18:04:23 ---> Running in 27ee37c7725e 18:04:23 Removing intermediate container f92755ea412b 18:04:23 ---> bf1f50315be5 18:04:23 Step 10/24 : RUN make cmd/core-command/core-command 18:04:23 ---> Running in 67c309407dfd 18:04:24 Removing intermediate container 40320f8dbef4 18:04:24 ---> 5c4f2f512868 18:04:24 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:04:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:04:24 ---> Running in badbe68087d7 18:04:24 Removing intermediate container d99ccdf91c08 18:04:24 ---> 71c6153be1da 18:04:24 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:04:24 ---> Running in 105512927a7d 18:04:24 Removing intermediate container b1136c9c6e15 18:04:24 ---> dcf4c6e309cc 18:04:24 Step 10/24 : RUN make cmd/core-data/core-data 18:04:24 ---> Running in 268a703c9e76 18:04:25 Removing intermediate container 27ee37c7725e 18:04:25 ---> 6ee7ece9d32b 18:04:25 Step 8/22 : COPY . . 18:04:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:04:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:04:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:04:32 ---> 31cddbea3915 18:04:32 Step 9/22 : RUN go mod tidy 18:04:32 ---> Running in e135248dc12f 18:04:34 Removing intermediate container e135248dc12f 18:04:34 ---> 44fffcc59a71 18:04:34 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:04:34 ---> Running in 05d8e449f330 18:04:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:04:52 Removing intermediate container a9a36ca0a1aa 18:04:52 ---> 891e09a80f2b 18:04:53 Successfully built 891e09a80f2b 18:04:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:04:53 + docker inspect -f . ci-base-image-arm64 18:04:53 . [Pipeline] withDockerContainer 18:04:53 prd-ubuntu18.04-docker-arm64-4c-16g-403 does not seem to be running inside a container 18:04:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:04:55 $ docker top fad3622dd35be748fcfdbf77a4bf12dd7a05379b2e9f86253a8966aeeace31e1 -eo pid,comm [Pipeline] { [Pipeline] sh 18:04:56 + go version 18:04:56 go version go1.16.6 linux/arm64 [Pipeline] } 18:04:56 $ docker stop --time=1 fad3622dd35be748fcfdbf77a4bf12dd7a05379b2e9f86253a8966aeeace31e1 18:04:58 $ docker rm -f fad3622dd35be748fcfdbf77a4bf12dd7a05379b2e9f86253a8966aeeace31e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:04:59 + docker inspect -f . ci-base-image-arm64 18:04:59 . [Pipeline] withDockerContainer 18:04:59 prd-ubuntu18.04-docker-arm64-4c-16g-403 does not seem to be running inside a container 18:04:59 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:05:00 $ docker top 207e89dd5cc6c253da3dfe8f050b2485223915ecddb95e6988c10be511b7a3e1 -eo pid,comm [Pipeline] { [Pipeline] echo 18:05:01 ========================================================= 18:05:01 [edgeXBuildGoParallel] Running Tests and Build... 18:05:01 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:05:01 + go mod tidy 18:05:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] sh 18:05:03 + make test 18:05:03 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 18:05:03 go mod tidy 18:05:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:05:04 Removing intermediate container 67c309407dfd 18:05:04 ---> 1ab60701cb95 18:05:04 18:05:04 Step 11/24 : FROM alpine:3.12 18:05:04 Removing intermediate container 105512927a7d 18:05:04 ---> 59fedc7248e3 18:05:04 18:05:04 Step 11/26 : FROM alpine:3.12 18:05:05 Removing intermediate container badbe68087d7 18:05:05 ---> ab8087f59675 18:05:05 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:05:05 3.12: Pulling from library/alpine 18:05:05 ---> Running in c0258106a01f 18:05:05 3.12: Pulling from library/alpine 18:05:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:05:06 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 18:05:06 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 18:05:06 Status: Image is up to date for alpine:3.12 18:05:06 Status: Downloaded newer image for alpine:3.12 18:05:06 ---> 13621d1b12d4 18:05:06 Step 12/24 : RUN apk add --update --no-cache dumb-init 18:05:06 ---> 13621d1b12d4 18:05:06 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:05:06 ---> Running in 6536fbcc4917 18:05:06 ---> Running in 2cd831288a54 18:05:07 Removing intermediate container c0258106a01f 18:05:07 ---> d7ced7d1bac5 18:05:07 18:05:07 Step 12/24 : FROM docker:20.10.7 18:05:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:05:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:05:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:05:07 20.10.7: Pulling from library/docker 18:05:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:05:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:05:07 (1/3) Installing ca-certificates (20191127-r4) 18:05:07 (1/1) Installing dumb-init (1.2.2-r1) 18:05:08 Executing busybox-1.31.1-r20.trigger 18:05:08 (2/3) Installing dumb-init (1.2.2-r1) 18:05:08 (3/3) Installing su-exec (0.2-r1) 18:05:08 Executing busybox-1.31.1-r20.trigger 18:05:08 OK: 6 MiB in 15 packages 18:05:08 Executing ca-certificates-20191127-r4.trigger 18:05:08 OK: 6 MiB in 17 packages 18:05:09 Removing intermediate container 6536fbcc4917 18:05:09 ---> 9c48979a2042 18:05:09 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:05:09 ---> Running in 6d30ad0b28b0 18:05:09 Removing intermediate container 2cd831288a54 18:05:09 ---> f958f160c020 18:05:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:05:09 ---> Running in 804a6c4bbe0b 18:05:09 Removing intermediate container 6d30ad0b28b0 18:05:09 ---> b5e631ee5616 18:05:09 Step 14/24 : ENV APP_PORT=59882 18:05:09 Removing intermediate container 804a6c4bbe0b 18:05:09 ---> 89c96f34883f 18:05:09 Step 14/26 : WORKDIR / 18:05:09 ---> Running in 01c0be737b78 18:05:09 ---> Running in bb8abce865ae 18:05:09 Removing intermediate container 01c0be737b78 18:05:09 ---> bbf1effa9011 18:05:09 Step 15/24 : EXPOSE $APP_PORT 18:05:09 Removing intermediate container bb8abce865ae 18:05:09 ---> 8adaefa872d3 18:05:09 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:05:09 ---> Running in e9cc25539c3a 18:05:09 ---> c601506e0745 18:05:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:05:09 Removing intermediate container e9cc25539c3a 18:05:09 ---> f2ab8fb8940d 18:05:09 Step 16/24 : WORKDIR / 18:05:10 ---> Running in 725e3e86a40c 18:05:10 Removing intermediate container 725e3e86a40c 18:05:10 ---> 2a75375faa9f 18:05:10 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:05:10 ---> 01b5a3e4a6cf 18:05:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:05:10 Removing intermediate container 05d8e449f330 18:05:10 ---> 906b5b7675f7 18:05:10 18:05:10 Step 11/22 : FROM alpine:3.12 18:05:10 ---> 13621d1b12d4 18:05:10 Step 12/22 : RUN apk add --update --no-cache curl 18:05:10 ---> Running in d730f8a22fea 18:05:11 ---> 6cd1952d7af9 18:05:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:05:11 ---> c928cb905ce8 18:05:11 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 18:05:11 ---> d516f682bfd1 18:05:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:05:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:05:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:05:11 ---> 4005e696e4bd 18:05:11 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:05:12 (1/4) Installing ca-certificates (20191127-r4) 18:05:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:05:12 (3/4) Installing libcurl (7.78.0-r0) 18:05:12 (4/4) Installing curl (7.78.0-r0) 18:05:12 Executing busybox-1.31.1-r20.trigger 18:05:12 Executing ca-certificates-20191127-r4.trigger 18:05:12 ---> 36cf03434f06 18:05:12 Step 20/24 : ENTRYPOINT ["/core-command"] 18:05:12 OK: 7 MiB in 18 packages 18:05:12 ---> Running in 57e348b9ce0e 18:05:12 ---> e638224ac22b 18:05:12 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:05:12 Removing intermediate container 268a703c9e76 18:05:12 ---> c57bb5e383b1 18:05:12 18:05:12 Step 11/24 : FROM alpine:3.12 18:05:12 ---> 13621d1b12d4 18:05:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:05:12 ---> Running in d9ed55fb4f48 18:05:12 Removing intermediate container 57e348b9ce0e 18:05:12 ---> 3f361816cb61 18:05:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:05:12 ---> Running in f0c5d0e8fa16 18:05:12 Removing intermediate container d9ed55fb4f48 18:05:12 ---> a6a50b69933a 18:05:12 Step 13/24 : ENV APP_PORT=59880 18:05:12 ---> Running in ab0b42a13b6e 18:05:12 ---> 6092b2e9f579 18:05:12 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:05:12 Removing intermediate container d730f8a22fea 18:05:12 ---> fb30d551e6b5 18:05:12 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:05:12 Removing intermediate container f0c5d0e8fa16 18:05:12 ---> 9efbf34c1172 18:05:12 Step 22/24 : LABEL arch=x86_64 18:05:12 ---> Running in 8f4178f6ab27 18:05:12 ---> Running in a52b67b9fad8 18:05:12 Removing intermediate container ab0b42a13b6e 18:05:12 ---> 636ed1c113af 18:05:12 Step 14/24 : EXPOSE $APP_PORT 18:05:12 Removing intermediate container 8f4178f6ab27 18:05:12 ---> e8e7136227bf 18:05:12 Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:05:12 Removing intermediate container a52b67b9fad8 18:05:12 ---> d2a4627e98fe 18:05:12 Step 14/22 : WORKDIR /edgex 18:05:12 ---> Running in 4fc78cb5fb5c 18:05:13 ---> da632e49c4c3 18:05:13 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/ 18:05:13 ---> Running in b5a2e2af2c2e 18:05:13 ---> Running in ebf910cc80c6 18:05:13 ---> Running in 4d903226035f 18:05:13 Removing intermediate container b5a2e2af2c2e 18:05:13 ---> 7673e12cc349 18:05:13 Step 24/24 : LABEL version=0.0.0 18:05:13 Removing intermediate container 4fc78cb5fb5c 18:05:13 ---> 57f67a5b073d 18:05:13 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:13 Removing intermediate container ebf910cc80c6 18:05:13 ---> f7d3a507fbcf 18:05:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:05:13 ---> Running in 55871dc4313d 18:05:13 ---> Running in 940c769357d0 18:05:13 Removing intermediate container 55871dc4313d 18:05:13 ---> 7f74d6477c89 18:05:13 18:05:13 Successfully built 7f74d6477c89 18:05:13 Successfully tagged core-command:latest 18:05:13 Building core-metadata 18:05:13  Building core-command ... done  ---> bb96be151e61 18:05:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:05:19 ---> 3f0e96e203bb 18:05:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:05:19 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:05:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:05:19 ---> 2a610a662ca4 18:05:19 Step 3/24 : WORKDIR /edgex-go 18:05:19 ---> Using cache 18:05:19 ---> f2302211b5ad 18:05:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:19 ---> Using cache 18:05:19 ---> 8383b4a663eb 18:05:19 Step 5/24 : RUN apk add --update --no-cache make git 18:05:19 ---> Using cache 18:05:19 ---> f1b92b1b83c4 18:05:19 Step 6/24 : COPY go.mod . 18:05:19 ---> Using cache 18:05:19 ---> 24f8e372bbcf 18:05:19 Step 7/24 : RUN go mod download 18:05:19 ---> Using cache 18:05:19 ---> 6ee7ece9d32b 18:05:19 Step 8/24 : COPY . . 18:05:19 ---> Using cache 18:05:19 ---> 31cddbea3915 18:05:19 Step 9/24 : RUN go mod tidy 18:05:19 ---> Using cache 18:05:19 ---> 44fffcc59a71 18:05:19 Step 10/24 : RUN make cmd/core-metadata/core-metadata 18:05:20 Removing intermediate container 4d903226035f 18:05:20 ---> 406a2cba6dba 18:05:20 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 18:05:20 ---> Running in 76b5756147f2 18:05:20 ---> Running in 2fc88be73af5 18:05:20 Removing intermediate container 940c769357d0 18:05:20 ---> 197f1802c639 18:05:20 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 18:05:20 Removing intermediate container 2fc88be73af5 18:05:20 ---> 03d6022a5313 18:05:20 Step 24/26 : LABEL arch=x86_64 18:05:20 ---> 791502027767 18:05:20 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:05:20 ---> Running in 8c89210dd2b6 18:05:20 ---> Running in 73eacb4ff360 18:05:20 ---> Running in c7ea0ff15c08 18:05:20 Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 18:05:20 Status: Downloaded newer image for docker:20.10.7 18:05:20 ---> 08bdaf2f88f9 18:05:20 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:05:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:05:20 Removing intermediate container 73eacb4ff360 18:05:20 ---> 1631b8d686f2 18:05:20 Step 25/26 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:05:20 ---> Running in 4b1adcf24857 18:05:20 Removing intermediate container c7ea0ff15c08 18:05:20 ---> bf72e0c92590 18:05:20 Step 19/22 : CMD ["--init=true"] 18:05:20 ---> Running in bcbe67f3a61d 18:05:20 ---> Running in b2ee05ef59a8 18:05:20 Removing intermediate container 4b1adcf24857 18:05:20 ---> 5dafd6beb460 18:05:20 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 18:05:20 Removing intermediate container bcbe67f3a61d 18:05:20 ---> 11cd369d9815 18:05:20 Step 26/26 : LABEL version=0.0.0 18:05:21 ---> Running in dec7e4a8beb5 18:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:05:21 ---> Running in 1dc6bae6a05a 18:05:21 Removing intermediate container b2ee05ef59a8 18:05:21 ---> 7bc3692a387b 18:05:21 Step 20/22 : LABEL arch=x86_64 18:05:21 ---> Running in 6b639cfbe3b1 18:05:21 Removing intermediate container 1dc6bae6a05a 18:05:21 ---> 41f8548e9c9c 18:05:21 18:05:21 Successfully built 41f8548e9c9c 18:05:21 Successfully tagged security-secretstore-setup:latest 18:05:21 Building support-notifications 18:05:21  Building security-secretstore-setup ... done Removing intermediate container 6b639cfbe3b1 18:05:21 ---> 32a2d107ea8f 18:05:21 Step 21/22 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:05:21 ---> Running in 6460e0432123 18:05:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:05:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:05:21 (1/39) Installing readline (8.1.0-r0) 18:05:21 (2/39) Installing bash (5.1.0-r0) 18:05:21 Executing bash-5.1.0-r0.post-install 18:05:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:05:22 (3/39) Installing brotli-libs (1.0.9-r3) 18:05:22 (4/39) Installing nghttp2-libs (1.42.0-r1) 18:05:22 (5/39) Installing libcurl (7.78.0-r0) 18:05:22 (6/39) Installing curl (7.78.0-r0) 18:05:22 (7/39) Installing dumb-init (1.2.5-r0) 18:05:22 (8/39) Installing libbz2 (1.0.8-r1) 18:05:22 (9/39) Installing expat (2.2.10-r1) 18:05:22 (10/39) Installing libffi (3.3-r2) 18:05:22 (11/39) Installing gdbm (1.19-r0) 18:05:22 (12/39) Installing xz-libs (5.2.5-r0) 18:05:22 (13/39) Installing sqlite-libs (3.34.1-r0) 18:05:22 (14/39) Installing python3 (3.8.10-r0) 18:05:22 Removing intermediate container 6460e0432123 18:05:22 ---> 800efae1dd4d 18:05:22 Step 22/22 : LABEL version=0.0.0 18:05:22 (1/6) Installing dumb-init (1.2.2-r1) 18:05:22 (2/6) Installing libgcc (9.3.0-r2) 18:05:22 ---> Running in 8516369c7298 18:05:22 (3/6) Installing libsodium (1.0.18-r0) 18:05:22 (4/6) Installing libstdc++ (9.3.0-r2) 18:05:23 (5/6) Installing libzmq (4.3.3-r0) 18:05:23 (6/6) Installing zeromq (4.3.3-r0) 18:05:23 Executing busybox-1.31.1-r20.trigger 18:05:23 OK: 8 MiB in 20 packages 18:05:24 Removing intermediate container 8516369c7298 18:05:24 ---> 74e37c801681 18:05:24 18:05:24 Successfully built 74e37c801681 18:05:26 Successfully tagged security-proxy-setup:latest 18:05:26 Building security-bootstrapper 18:05:26  Building security-proxy-setup ... done (15/39) Installing py3-appdirs (1.4.4-r1) 18:05:26 (16/39) Installing py3-ordered-set (4.0.2-r0) 18:05:26 (17/39) Installing py3-parsing (2.4.7-r1) 18:05:26 (18/39) Installing py3-six (1.15.0-r0) 18:05:26 (19/39) Installing py3-packaging (20.9-r0) 18:05:26 (20/39) Installing py3-setuptools (51.3.3-r0) 18:05:26 Removing intermediate container 8c89210dd2b6 18:05:26 ---> b6140110efe8 18:05:26 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:05:26 (21/39) Installing py3-chardet (4.0.0-r0) 18:05:26 (22/39) Installing py3-idna (3.1-r0) 18:05:26 (23/39) Installing py3-urllib3 (1.26.2-r1) 18:05:27 (24/39) Installing py3-requests (2.25.1-r1) 18:05:27 (25/39) Installing py3-msgpack (1.0.2-r0) 18:05:28 (26/39) Installing py3-lockfile (0.12.2-r3) 18:05:28 (27/39) Installing py3-cachecontrol (0.12.6-r0) 18:05:28 (28/39) Installing py3-colorama (0.4.4-r0) 18:05:28 (29/39) Installing py3-contextlib2 (0.6.0-r0) 18:05:28 (30/39) Installing py3-distlib (0.3.1-r1) 18:05:29 (31/39) Installing py3-distro (1.5.0-r1) 18:05:30 (32/39) Installing py3-webencodings (0.5.1-r3) 18:05:30 (33/39) Installing py3-html5lib (1.1-r0) 18:05:31 ? github.com/edgexfoundry/edgex-go [no test files] 18:05:31 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:05:31 Step 2/32 : FROM ${BUILDER_BASE} AS builder 18:05:31 ---> 2a610a662ca4 18:05:31 Step 3/32 : WORKDIR /edgex-go 18:05:31 ---> Using cache 18:05:31 ---> f2302211b5ad 18:05:31 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:31 ---> Using cache 18:05:31 ---> 8383b4a663eb 18:05:31 Step 5/32 : RUN apk add --update --no-cache make git 18:05:31 ---> Using cache 18:05:31 ---> f1b92b1b83c4 18:05:31 Step 6/32 : COPY go.mod . 18:05:31 ---> Using cache 18:05:31 ---> 24f8e372bbcf 18:05:31 Step 7/32 : RUN go mod download 18:05:31 ---> Using cache 18:05:31 ---> 6ee7ece9d32b 18:05:31 Step 8/32 : COPY . . 18:05:31 ---> Using cache 18:05:31 ---> 31cddbea3915 18:05:31 Step 9/32 : RUN go mod tidy 18:05:31 ---> Using cache 18:05:31 ---> 44fffcc59a71 18:05:31 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:05:33 (34/39) Installing py3-pytoml (0.1.21-r0) 18:05:33 (35/39) Installing py3-pep517 (0.9.1-r0) 18:05:33 (36/39) Installing py3-progress (1.5-r0) 18:05:34 (37/39) Installing py3-retrying (1.3.3-r0) 18:05:34 ---> de6a5792a8bb 18:05:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:05:34 (38/39) Installing py3-toml (0.10.2-r0) 18:05:34 (39/39) Installing py3-pip (20.3.4-r0) 18:05:34 ---> Running in c20a2765261e 18:05:34 Executing busybox-1.32.1-r6.trigger 18:05:34 OK: 82 MiB in 59 packages 18:05:34 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:05:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:05:34 ---> 2a610a662ca4 18:05:34 Step 3/23 : WORKDIR /edgex-go 18:05:34 ---> Using cache 18:05:34 ---> f2302211b5ad 18:05:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:34 ---> Using cache 18:05:34 ---> 8383b4a663eb 18:05:34 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 18:05:35 ---> Running in b89b60e18d53 18:05:35 ---> 64a2b486bd8b 18:05:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:05:35 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 18:05:35 ---> b76a69e9eee6 18:05:35 Step 20/24 : ENTRYPOINT ["/core-data"] 18:05:35 ---> Running in 63351a3eefbc 18:05:35 Removing intermediate container 63351a3eefbc 18:05:35 ---> 7b114cd24f7b 18:05:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:05:35 ---> Running in aba5e4b39e3a 18:05:36 Removing intermediate container aba5e4b39e3a 18:05:36 ---> 1f61061075fd 18:05:36 Step 22/24 : LABEL arch=x86_64 18:05:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:05:36 ---> Running in 7add363ed717 18:05:36 Removing intermediate container 7add363ed717 18:05:36 ---> a54db2da5cbb 18:05:36 Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:05:36 ---> Running in 0d1dc0308a69 18:05:36 Removing intermediate container 0d1dc0308a69 18:05:36 ---> 8ec0f3555beb 18:05:36 Step 24/24 : LABEL version=0.0.0 18:05:36 ---> Running in 833ca9489d30 18:05:36 Removing intermediate container 833ca9489d30 18:05:36 ---> 5edb9b1c1128 18:05:36 18:05:36 Successfully built 5edb9b1c1128 18:05:36 Successfully tagged core-data:latest 18:05:36 Building support-scheduler 18:05:36  Building core-data ... done fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:05:37 Collecting docker-compose==1.23.2 18:05:37 OK: 219 MiB in 52 packages 18:05:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:05:37 Collecting texttable<0.10,>=0.9.0 18:05:37 Downloading texttable-0.9.1.tar.gz (11 kB) 18:05:38 Collecting docker<4.0,>=3.6.0 18:05:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:05:38 Collecting dockerpty<0.5,>=0.4.1 18:05:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:05:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:05:39 Collecting websocket-client<1.0,>=0.32.0 18:05:39 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 18:05:39 Collecting PyYAML<4,>=3.10 18:05:39 Downloading PyYAML-3.13.tar.gz (270 kB) 18:05:40 Collecting jsonschema<3,>=2.5.1 18:05:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:05:40 Collecting docopt<0.7,>=0.6.1 18:05:40 Downloading docopt-0.6.2.tar.gz (25 kB) 18:05:40 Collecting cached-property<2,>=1.2.0 18:05:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:05:40 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:05:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:05:40 ---> 2a610a662ca4 18:05:40 Step 3/23 : WORKDIR /edgex-go 18:05:40 ---> Using cache 18:05:40 ---> f2302211b5ad 18:05:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:40 ---> Using cache 18:05:40 ---> 8383b4a663eb 18:05:40 Step 5/23 : RUN apk add --update --no-cache make git 18:05:40 ---> Using cache 18:05:40 ---> f1b92b1b83c4 18:05:40 Step 6/23 : COPY go.mod . 18:05:40 ---> Using cache 18:05:40 ---> 24f8e372bbcf 18:05:40 Step 7/23 : RUN go mod download 18:05:40 ---> Using cache 18:05:40 ---> 6ee7ece9d32b 18:05:40 Step 8/23 : COPY . . 18:05:40 ---> Using cache 18:05:40 ---> 31cddbea3915 18:05:40 Step 9/23 : RUN go mod tidy 18:05:40 ---> Using cache 18:05:40 ---> 44fffcc59a71 18:05:40 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 18:05:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:05:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:05:40 Collecting docker-pycreds>=0.4.0 18:05:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:05:40 Collecting urllib3<1.25,>=1.21.1 18:05:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:05:41 Collecting certifi>=2017.4.17 18:05:41 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 18:05:41 Collecting chardet<3.1.0,>=3.0.2 18:05:41 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 18:05:41 Collecting idna<2.8,>=2.5 18:05:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:05:41 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 18:05:41 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 18:05:41 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 18:05:41 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 18:05:41 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 18:05:41 Attempting uninstall: urllib3 18:05:41 Found existing installation: urllib3 1.26.2 18:05:41 Uninstalling urllib3-1.26.2: 18:05:41 Successfully uninstalled urllib3-1.26.2 18:05:41 ---> Running in c4a0a4660c8c 18:05:41 Attempting uninstall: idna 18:05:41 Found existing installation: idna 3.1 18:05:41 Uninstalling idna-3.1: 18:05:42 Successfully uninstalled idna-3.1 18:05:42 Removing intermediate container b89b60e18d53 18:05:42 ---> ffc9316dad8d 18:05:42 Step 6/23 : COPY go.mod . 18:05:42 Attempting uninstall: chardet 18:05:42 Found existing installation: chardet 4.0.0 18:05:42 Uninstalling chardet-4.0.0: 18:05:42 Successfully uninstalled chardet-4.0.0 18:05:42 ---> cc01c6bad609 18:05:42 Step 7/23 : RUN go mod download 18:05:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:05:42 ---> Running in 31257def3e30 18:05:42 Attempting uninstall: requests 18:05:42 Found existing installation: requests 2.25.1 18:05:42 Uninstalling requests-2.25.1: 18:05:42 Successfully uninstalled requests-2.25.1 18:05:43 Running setup.py install for texttable: started 18:05:44 Running setup.py install for texttable: finished with status 'done' 18:05:44 Running setup.py install for PyYAML: started 18:05:44 Removing intermediate container 31257def3e30 18:05:44 ---> f275967c2dcc 18:05:44 Step 8/23 : COPY . . 18:05:45 Running setup.py install for PyYAML: finished with status 'done' 18:05:45 Running setup.py install for docopt: started 18:05:47 Running setup.py install for docopt: finished with status 'done' 18:05:47 Running setup.py install for dockerpty: started 18:05:48 Running setup.py install for dockerpty: finished with status 'done' 18:05:53 ---> f4b4805c3aec 18:05:53 Step 9/23 : RUN go mod tidy 18:05:53 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 18:05:53 ---> Running in b5cb816f6221 18:05:56 Removing intermediate container b5cb816f6221 18:05:56 ---> 29518cc0d72d 18:05:56 Step 10/23 : RUN make cmd/support-notifications/support-notifications 18:05:56 ---> Running in ebe23dfe97f9 18:05:57 Removing intermediate container dec7e4a8beb5 18:05:57 ---> 053775ad2a14 18:05:57 Step 15/24 : ENV APP_PORT=58890 18:05:57 ---> Running in c70ba1760591 18:05:57 Removing intermediate container c70ba1760591 18:05:57 ---> 84f9e1ebc083 18:05:57 Step 16/24 : EXPOSE $APP_PORT 18:05:57 ---> Running in 30c0299acba6 18:05:57 Removing intermediate container 30c0299acba6 18:05:57 ---> a3d0a6c0b7eb 18:05:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:05:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:05:58 ---> 9096816a847e 18:05:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:05:58 ---> fc9b8794539b 18:05:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:05:58 ---> f16333a811f1 18:05:58 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 18:05:58 ---> Running in 369d123e202d 18:05:59 Removing intermediate container 369d123e202d 18:05:59 ---> e5e73bcb10ce 18:05:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:05:59 ---> Running in eb2542c8be2e 18:05:59 Removing intermediate container eb2542c8be2e 18:05:59 ---> 6d99eadb46f2 18:05:59 Step 22/24 : LABEL arch=x86_64 18:05:59 ---> Running in af4495651665 18:05:59 Removing intermediate container af4495651665 18:05:59 ---> 36ff79b1f1d3 18:05:59 Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:05:59 ---> Running in eab1cc4ea194 18:06:00 Removing intermediate container eab1cc4ea194 18:06:00 ---> 6c01c27d6232 18:06:00 Step 24/24 : LABEL version=0.0.0 18:06:00 ---> Running in 3c29771ac4db 18:06:00 Removing intermediate container 3c29771ac4db 18:06:00 ---> 4482869bf92b 18:06:00 18:06:00 Successfully built 4482869bf92b 18:06:00 Successfully tagged sys-mgmt-agent:latest 18:06:02  Building sys-mgmt-agent ... done Removing intermediate container 76b5756147f2 18:06:02 ---> 39d3d8551536 18:06:02 18:06:02 Step 11/24 : FROM alpine:3.12 18:06:02 ---> 13621d1b12d4 18:06:02 Step 12/24 : RUN apk add --update --no-cache dumb-init 18:06:02 ---> Using cache 18:06:02 ---> 9c48979a2042 18:06:02 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:06:02 ---> Using cache 18:06:02 ---> b5e631ee5616 18:06:02 Step 14/24 : ENV APP_PORT=59881 18:06:02 ---> Running in 0476bb02dbc4 18:06:02 Removing intermediate container 0476bb02dbc4 18:06:02 ---> a37f47dd5c3e 18:06:02 Step 15/24 : EXPOSE $APP_PORT 18:06:02 ---> Running in 84779477ce62 18:06:02 Removing intermediate container 84779477ce62 18:06:02 ---> 4fde6d103a26 18:06:02 Step 16/24 : WORKDIR / 18:06:02 ---> Running in 914dd6fafda9 18:06:03 Removing intermediate container 914dd6fafda9 18:06:03 ---> 8a023c6f172b 18:06:03 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:06:03 ---> 6d1a482a3e0b 18:06:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:06:04 ---> e8fdfd416351 18:06:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:06:04 ---> b46e9c31b625 18:06:04 Step 20/24 : ENTRYPOINT ["/core-metadata"] 18:06:04 ---> Running in 6972f91ca93f 18:06:04 Removing intermediate container 6972f91ca93f 18:06:04 ---> fda5ead9b5cf 18:06:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:06:04 ---> Running in c6963200adfe 18:06:04 Removing intermediate container c6963200adfe 18:06:04 ---> 83c141dc6add 18:06:04 Step 22/24 : LABEL arch=x86_64 18:06:04 ---> Running in cdb42fcf8c86 18:06:04 Removing intermediate container cdb42fcf8c86 18:06:04 ---> d9b048e3bad7 18:06:04 Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:06:05 ---> Running in 7fdb451796d7 18:06:05 Removing intermediate container 7fdb451796d7 18:06:05 ---> 5ec880439f30 18:06:05 Step 24/24 : LABEL version=0.0.0 18:06:05 ---> Running in 6b5c4d9eae2b 18:06:05 Removing intermediate container 6b5c4d9eae2b 18:06:05 ---> 216fafc56578 18:06:05 18:06:05 Successfully built 216fafc56578 18:06:05 Successfully tagged core-metadata:latest 18:06:10  Building core-metadata ... done Removing intermediate container c20a2765261e 18:06:10 ---> c0689c71a5f5 18:06:10 18:06:10 Step 11/32 : FROM alpine:3.12 18:06:10 ---> 13621d1b12d4 18:06:10 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:06:10 ---> Running in 63cd0c32f1b5 18:06:10 Removing intermediate container 63cd0c32f1b5 18:06:10 ---> 450068535783 18:06:10 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 18:06:10 ---> Running in e2971d480374 18:06:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:06:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:06:11 (1/2) Installing dumb-init (1.2.2-r1) 18:06:11 (2/2) Installing su-exec (0.2-r1) 18:06:11 Executing busybox-1.31.1-r20.trigger 18:06:11 OK: 6 MiB in 16 packages 18:06:12 Removing intermediate container e2971d480374 18:06:12 ---> f976e2ba6e76 18:06:12 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 18:06:12 ---> Running in f42d8bb576cd 18:06:12 Removing intermediate container f42d8bb576cd 18:06:12 ---> 9141971b879b 18:06:12 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:06:12 ---> Running in 0be80f773977 18:06:12 Removing intermediate container 0be80f773977 18:06:12 ---> 7288a251a99d 18:06:12 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:06:12 ---> Running in 4c37fd74f602 18:06:13 Removing intermediate container 4c37fd74f602 18:06:13 ---> 9f2386e99be4 18:06:13 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 18:06:13 ---> Running in f87b858e22e7 18:06:13 Removing intermediate container f87b858e22e7 18:06:13 ---> 2860c5ee2f3c 18:06:13 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:06:14 ---> 06b9083f37cc 18:06:14 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:06:14 ---> Running in 717e34a3d22f 18:06:15 Removing intermediate container 717e34a3d22f 18:06:15 ---> e442afd68461 18:06:15 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 18:06:16 ---> 4c5c533f5ebd 18:06:16 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:06:16 Removing intermediate container c4a0a4660c8c 18:06:16 ---> 326e12dcd6b2 18:06:16 18:06:16 Step 11/23 : FROM alpine:3.12 18:06:16 ---> 13621d1b12d4 18:06:16 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:06:16 ---> Using cache 18:06:16 ---> 9c48979a2042 18:06:16 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:06:16 ---> Using cache 18:06:16 ---> b5e631ee5616 18:06:16 Step 14/23 : ENV APP_PORT=59861 18:06:16 ---> Running in 83bddf91d039 18:06:16 ---> 98dd98613684 18:06:16 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:06:16 Removing intermediate container 83bddf91d039 18:06:16 ---> 7796fb777ac3 18:06:16 Step 15/23 : EXPOSE $APP_PORT 18:06:16 ---> Running in b8323765ecf7 18:06:17 ---> a0aca92ac2e5 18:06:17 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:06:17 Removing intermediate container b8323765ecf7 18:06:17 ---> c08bad4f6fee 18:06:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:06:17 ---> 6843041794f2 18:06:17 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:06:17 ---> a2805d1c3bc0 18:06:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:06:17 ---> bf65bd83d659 18:06:17 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 18:06:17 ---> Running in fa6d15636507 18:06:18 ---> f3f717034599 18:06:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:06:18 Removing intermediate container fa6d15636507 18:06:18 ---> 424462e4adbf 18:06:18 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:06:18 ---> 8c99fc5c9fbe 18:06:18 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 18:06:18 ---> af63d686d1f7 18:06:18 Step 27/32 : RUN chmod +x /entrypoint.sh 18:06:18 ---> Running in 06b833690ba5 18:06:18 ---> Running in 3259b4578d95 18:06:18 Removing intermediate container 06b833690ba5 18:06:18 ---> 30bb7f87a545 18:06:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:06:18 ---> Running in d33e5dbd06ac 18:06:19 Removing intermediate container d33e5dbd06ac 18:06:19 ---> eae24936f166 18:06:19 Step 21/23 : LABEL arch=x86_64 18:06:19 ---> Running in 4dc96281f5ff 18:06:19 Removing intermediate container 4dc96281f5ff 18:06:19 ---> 314b73cec024 18:06:19 Step 22/23 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:06:19 ---> Running in 4bb2c7d60cf7 18:06:19 Removing intermediate container 4bb2c7d60cf7 18:06:19 ---> ebf828afd6a1 18:06:19 Step 23/23 : LABEL version=0.0.0 18:06:19 ---> Running in 46700d13c48a 18:06:19 Removing intermediate container 3259b4578d95 18:06:19 ---> 27d41b78c1b8 18:06:19 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 18:06:19 ---> Running in 71587e749782 18:06:19 Removing intermediate container 46700d13c48a 18:06:19 ---> 984ce9872775 18:06:19 18:06:20 Successfully built 984ce9872775 18:06:20 Successfully tagged support-scheduler:latest 18:06:20  Building support-scheduler ... done Removing intermediate container 71587e749782 18:06:20 ---> 0bae16f0cec9 18:06:20 Step 29/32 : CMD ["gate"] 18:06:20 ---> Running in fcda74d9039a 18:06:20 Removing intermediate container ebe23dfe97f9 18:06:20 ---> cb52eef8b07f 18:06:20 18:06:20 Step 11/23 : FROM alpine:3.12 18:06:20 ---> 13621d1b12d4 18:06:20 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 18:06:20 ---> Running in b9c8241c8156 18:06:20 Removing intermediate container fcda74d9039a 18:06:20 ---> 84e4f1730e50 18:06:20 Step 30/32 : LABEL arch=x86_64 18:06:20 ---> Running in d7f2f13f2de2 18:06:20 Removing intermediate container d7f2f13f2de2 18:06:20 ---> ca75034d60cc 18:06:20 Step 31/32 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:06:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:06:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:06:20 ---> Running in 0bd3fa702b37 18:06:20 (1/2) Installing ca-certificates (20191127-r4) 18:06:21 (2/2) Installing dumb-init (1.2.2-r1) 18:06:21 Executing busybox-1.31.1-r20.trigger 18:06:21 Executing ca-certificates-20191127-r4.trigger 18:06:21 OK: 6 MiB in 16 packages 18:06:21 Removing intermediate container 0bd3fa702b37 18:06:21 ---> fe4cb86ddd6f 18:06:21 Step 32/32 : LABEL version=0.0.0 18:06:21 ---> Running in 2870def31230 18:06:21 Removing intermediate container 2870def31230 18:06:21 ---> 905cc33139c6 18:06:21 18:06:21 Successfully built 905cc33139c6 18:06:21 Successfully tagged security-bootstrapper:latest 18:06:21  Building security-bootstrapper ... done Removing intermediate container b9c8241c8156 18:06:21 ---> 1e7d3268ac5d 18:06:21 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:06:21 ---> Running in ce6d6204864d 18:06:21 Removing intermediate container ce6d6204864d 18:06:21 ---> bb7621238b02 18:06:21 Step 14/23 : ENV APP_PORT=59860 18:06:21 ---> Running in dd21c8bcc732 18:06:21 Removing intermediate container dd21c8bcc732 18:06:21 ---> a87d3a7a6fa2 18:06:21 Step 15/23 : EXPOSE $APP_PORT 18:06:21 ---> Running in eefbeacb2a68 18:06:21 Removing intermediate container eefbeacb2a68 18:06:21 ---> f584829aeef6 18:06:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:06:22 ---> a1b1a5cec05d 18:06:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:06:22 ---> bb7e91119fa1 18:06:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:06:22 ---> ac65ab23c8ad 18:06:22 Step 19/23 : ENTRYPOINT ["/support-notifications"] 18:06:22 ---> Running in 23c27d2bb4e4 18:06:22 Removing intermediate container 23c27d2bb4e4 18:06:22 ---> 6f0df69fb0b0 18:06:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:06:22 ---> Running in a0a333cdd25d 18:06:22 Removing intermediate container a0a333cdd25d 18:06:22 ---> 117838ce4973 18:06:22 Step 21/23 : LABEL arch=x86_64 18:06:22 ---> Running in db06e94298e6 18:06:22 Removing intermediate container db06e94298e6 18:06:22 ---> 5cbf45b717c7 18:06:22 Step 22/23 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:06:23 ---> Running in 50370127aa47 18:06:23 Removing intermediate container 50370127aa47 18:06:23 ---> 53369a10e361 18:06:23 Step 23/23 : LABEL version=0.0.0 18:06:23 ---> Running in ed5847d594b2 18:06:23 Removing intermediate container ed5847d594b2 18:06:23 ---> eaaf6b2e0957 18:06:23 18:06:23 Successfully built eaaf6b2e0957 18:06:23 Successfully tagged support-notifications:latest 18:06:23  Building support-notifications ... done  [Pipeline] } 18:06:23 $ docker stop --time=1 d8fa4a91a15cf746195a43f82defdfa21aaf3df5850f4cdd53fc64b12acbe0ab 18:06:24 $ docker rm -f d8fa4a91a15cf746195a43f82defdfa21aaf3df5850f4cdd53fc64b12acbe0ab [Pipeline] // withDockerContainer [Pipeline] sh 18:06:25 + docker images 18:06:25 REPOSITORY TAG IMAGE ID CREATED SIZE 18:06:25 support-notifications latest eaaf6b2e0957 1 second ago 16.8MB 18:06:25 security-bootstrapper latest 905cc33139c6 3 seconds ago 18.8MB 18:06:25 cb52eef8b07f 4 seconds ago 1.75GB 18:06:25 support-scheduler latest 984ce9872775 5 seconds ago 16.1MB 18:06:25 326e12dcd6b2 8 seconds ago 1.75GB 18:06:25 c0689c71a5f5 15 seconds ago 1.75GB 18:06:25 core-metadata latest 216fafc56578 19 seconds ago 16.7MB 18:06:25 39d3d8551536 23 seconds ago 1.75GB 18:06:25 sys-mgmt-agent latest 4482869bf92b 25 seconds ago 325MB 18:06:25 core-data latest 5edb9b1c1128 48 seconds ago 20.4MB 18:06:25 security-proxy-setup latest 74e37c801681 About a minute ago 25.9MB 18:06:25 security-secretstore-setup latest 41f8548e9c9c About a minute ago 28.1MB 18:06:25 core-command latest 7f74d6477c89 About a minute ago 16MB 18:06:25 c57bb5e383b1 About a minute ago 1.76GB 18:06:25 906b5b7675f7 About a minute ago 1.76GB 18:06:25 d7ced7d1bac5 About a minute ago 1.75GB 18:06:25 59fedc7248e3 About a minute ago 1.76GB 18:06:25 1ab60701cb95 About a minute ago 1.75GB 18:06:25 ci-base-image-x86_64 latest 2a610a662ca4 5 minutes ago 1.25GB 18:06:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest 49cee7a5bbb7 2 days ago 37.5MB 18:06:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 031687cdd783 2 weeks ago 547MB 18:06:25 docker 20.10.7 08bdaf2f88f9 2 months ago 246MB 18:06:25 alpine 3.12 13621d1b12d4 4 months ago 5.58MB 18:06:25 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 18:06:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:06:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:06:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:06:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:06:40 Still waiting to schedule task 18:06:40 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:06:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:06:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:06:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:06:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:06:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:06:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:06:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:06:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:06:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:06:44 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:06:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.181s coverage: 28.7% of statements 18:06:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:06:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:06:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.425s coverage: 100.0% of statements 18:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:07:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.411s coverage: 46.3% of statements 18:07:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:07:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:07:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.630s coverage: 90.1% of statements 18:07:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:07:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:07:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.239s coverage: 81.2% of statements 18:07:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:07:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:07:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 18:07:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:07:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:07:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.469s coverage: 94.2% of statements 18:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:07:10 ok github.com/edgexfoundry/edgex-go/internal/io 0.185s coverage: 59.1% of statements 18:07:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:07:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:07:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:07:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:07:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:07:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.221s coverage: 60.0% of statements 18:07:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:07:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:07:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:07:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.353s coverage: 0.8% of statements 18:07:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:07:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.169s coverage: 58.8% of statements 18:07:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.182s coverage: 21.7% of statements 18:07:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:07:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.203s coverage: 47.1% of statements 18:07:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.237s coverage: 79.5% of statements 18:07:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.163s coverage: 94.1% of statements 18:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.230s coverage: 96.3% of statements 18:07:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.196s coverage: 87.5% of statements 18:07:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.239s coverage: 94.4% of statements 18:07:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.173s coverage: 44.8% of statements 18:07:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.628s coverage: 81.8% of statements 18:07:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.274s coverage: 92.9% of statements 18:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements 18:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.175s coverage: 87.2% of statements 18:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.162s coverage: 100.0% of statements 18:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.184s coverage: 58.8% of statements 18:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.189s coverage: 80.0% of statements 18:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.242s coverage: 87.2% of statements 18:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.266s coverage: 85.4% of statements 18:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.296s coverage: 91.2% of statements 18:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.725s coverage: 64.4% of statements 18:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.154s coverage: 100.0% of statements 18:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 18:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.077s coverage: 100.0% of statements 18:07:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 18:07:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 18:07:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.936s coverage: 66.9% of statements 18:07:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:07:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:07:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:07:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.705s coverage: 43.6% of statements 18:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:07:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.215s coverage: 89.5% of statements 18:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:07:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.222s coverage: 84.8% of statements 18:07:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:07:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.229s coverage: 19.5% of statements 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:07:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.550s coverage: 92.0% of statements 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:07:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.243s coverage: 62.7% of statements 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:07:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.365s coverage: 97.7% of statements 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 18:07:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.190s coverage: 28.9% of statements 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 18:07:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:07:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.230s coverage: 100.0% of statements 18:07:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 95.4% of statements 18:07:55 GO111MODULE=on go vet ./... 18:09:17 gofmt -l . 18:09:17 [ "`gofmt -l .`" = "" ] 18:09:17 ./bin/test-attribution-txt.sh [Pipeline] sh 18:09:17 + ls -al . 18:09:17 total 636 18:09:17 drwxrwxr-x 9 1001 1001 4096 Aug 20 18:09 . 18:09:17 drwxr-xr-x 4 root root 4096 Aug 20 18:05 .. 18:09:17 -rw-rw-r-- 1 1001 1001 11 Aug 20 18:02 .dockerignore 18:09:17 drwxrwxr-x 8 1001 1001 4096 Aug 20 18:02 .git 18:09:17 drwxrwxr-x 3 1001 1001 4096 Aug 20 18:02 .github 18:09:17 -rw-rw-r-- 1 1001 1001 818 Aug 20 18:02 .gitignore 18:09:17 -rw-rw-r-- 1 1001 1001 76 Aug 20 18:02 .hadolint.yml 18:09:17 -rw-rw-r-- 1 1001 1001 166 Aug 20 18:02 .sonarcloud.properties 18:09:17 -rw-rw-r-- 1 1001 1001 1171 Aug 20 18:02 ADOPTERS.md 18:09:17 -rw-rw-r-- 1 1001 1001 8609 Aug 20 18:02 Attribution.txt 18:09:17 -rw-rw-r-- 1 1001 1001 43881 Aug 20 18:02 CHANGELOG.md 18:09:17 -rw-rw-r-- 1 1001 1001 3804 Aug 20 18:02 CONTRIBUTING.md 18:09:17 -rw-rw-r-- 1 1001 1001 677 Aug 20 18:02 GOVERNANCE.md 18:09:17 -rw-rw-r-- 1 1001 1001 849 Aug 20 18:02 Jenkinsfile 18:09:17 -rw-rw-r-- 1 1001 1001 10775 Aug 20 18:02 LICENSE 18:09:17 -rw-rw-r-- 1 1001 1001 5915 Aug 20 18:02 Makefile 18:09:17 -rw-rw-r-- 1 1001 1001 582 Aug 20 18:02 OWNERS.md 18:09:17 -rw-rw-r-- 1 1001 1001 8643 Aug 20 18:02 README.md 18:09:17 -rw-rw-r-- 1 1001 1001 6912 Aug 20 18:02 SECURITY.md 18:09:17 -rw-rw-r-- 1 1001 1001 5 Aug 20 18:00 VERSION 18:09:17 -rw-rw-r-- 1 1001 1001 4131 Aug 20 18:02 ZMQWindows.md 18:09:17 drwxrwxr-x 2 1001 1001 4096 Aug 20 18:02 bin 18:09:17 drwxrwxr-x 14 1001 1001 4096 Aug 20 18:02 cmd 18:09:17 -rw-r--r-- 1 root root 404331 Aug 20 18:07 coverage.out 18:09:17 -rw-rw-r-- 1 1001 1001 813 Aug 20 18:02 go.mod 18:09:17 -rw-r--r-- 1 root root 50064 Aug 20 18:05 go.sum 18:09:17 drwxrwxr-x 8 1001 1001 4096 Aug 20 18:02 internal 18:09:17 drwxrwxr-x 3 1001 1001 4096 Aug 20 18:02 openapi 18:09:17 drwxrwxr-x 4 1001 1001 4096 Aug 20 18:02 snap 18:09:17 -rw-rw-r-- 1 1001 1001 204 Aug 20 18:02 version.go [Pipeline] sh 18:09:18 + '[' -e coverage.out ] 18:09:18 + chown 1001:1001 coverage.out [Pipeline] stash 18:09:18 Warning: overwriting stash ‘coverage-report’ 18:09:19 Stashed 1 file(s) [Pipeline] sh 18:09:19 + make build 18:09:19 go mod tidy 18:09:20 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:09:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:09:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:09:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:09:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:09:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:09:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:10:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:10:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:10:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:10:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:10:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 18:10:20 $ docker stop --time=1 207e89dd5cc6c253da3dfe8f050b2485223915ecddb95e6988c10be511b7a3e1 18:10:20 Running on prd-ubuntu18.04-docker-8c-8g-405 in /w/workspace/edgexfoundry_edgex-go_PR-3671 18:10:23 $ docker rm -f 207e89dd5cc6c253da3dfe8f050b2485223915ecddb95e6988c10be511b7a3e1 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 18:10:24 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:10:24 The recommended git tool is: git 18:10:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:10:25 18:10:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:10:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:10:25 latest: Pulling from edgex-devops/edgex-compose-arm64 18:10:25 29e5d40040c1: Pulling fs layer 18:10:25 1ce36da41761: Pulling fs layer 18:10:25 25b303627fd3: Pulling fs layer 18:10:26 29e5d40040c1: Verifying Checksum 18:10:26 29e5d40040c1: Download complete 18:10:26 29e5d40040c1: Pull complete 18:10:26 1ce36da41761: Download complete 18:10:27 using credential edgex-jenkins-ssh 18:10:27 Cloning the remote Git repository 18:10:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:10:27 > git init /w/workspace/edgex-go/10 # timeout=10 18:10:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:10:27 > git --version # timeout=10 18:10:27 > git --version # 'git version 2.17.1' 18:10:27 using GIT_SSH to set credentials SSH Credentials for GitHub 18:10:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:10:28 1ce36da41761: Pull complete 18:10:28 25b303627fd3: Verifying Checksum 18:10:28 25b303627fd3: Download complete 18:10:39 25b303627fd3: Pull complete 18:10:39 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:10:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:10:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:10:39 prd-ubuntu18.04-docker-arm64-4c-16g-403 does not seem to be running inside a container 18:10:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:10:42 $ docker top 8d6153774c4e22035d7d19f59aad02abe4d0671fed9fe8439855e5991caaeff9 -eo pid,comm [Pipeline] { [Pipeline] sh 18:10:43 + grep parallel 18:10:43 + docker-compose build --help 18:10:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:10:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:10:45 Merging remotes/origin/main commit 1f6b99b9bdf21fcf8be2fd8bdc86928884f825e3 into PR head commit 8fa67b5464d781e97ad3bb56324fc859cbe71084 18:10:45 Merge succeeded, producing 8fa67b5464d781e97ad3bb56324fc859cbe71084 18:10:45 Checking out Revision 8fa67b5464d781e97ad3bb56324fc859cbe71084 (PR-3671) 18:10:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:10:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:10:44 using GIT_SSH to set credentials SSH Credentials for GitHub 18:10:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3671/head:refs/remotes/origin/PR-3671 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:10:45 > git config core.sparsecheckout # timeout=10 18:10:45 > git checkout -f 8fa67b5464d781e97ad3bb56324fc859cbe71084 # timeout=10 18:10:45 > git remote # timeout=10 18:10:45 > git config --get remote.origin.url # timeout=10 18:10:45 using GIT_SSH to set credentials SSH Credentials for GitHub 18:10:45 > git merge 1f6b99b9bdf21fcf8be2fd8bdc86928884f825e3 # timeout=10 18:10:45 > git rev-parse HEAD^{commit} # timeout=10 18:10:45 > git config core.sparsecheckout # timeout=10 18:10:45 > git checkout -f 8fa67b5464d781e97ad3bb56324fc859cbe71084 # timeout=10 18:10:48 --parallel Build images in parallel. [Pipeline] } 18:10:48 $ docker stop --time=1 8d6153774c4e22035d7d19f59aad02abe4d0671fed9fe8439855e5991caaeff9 18:10:49 Commit message: "fix(security): use localhost for kuiper config" 18:10:50 $ docker rm -f 8d6153774c4e22035d7d19f59aad02abe4d0671fed9fe8439855e5991caaeff9 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:10:51 + echo snap-build.sh 18:10:51 snap-build.sh 18:10:51 + SNAP_BASE_DIR=. 18:10:51 + '[' '!' -z /w/workspace/edgex-go/10 ']' 18:10:51 + SNAP_BASE_DIR=/w/workspace/edgex-go/10 18:10:51 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' 18:10:51 [snap-build] Building snap in dir [/w/workspace/edgex-go/10] 18:10:51 + cd /w/workspace/edgex-go/10 18:10:51 + sudo apt-get remove -qy --purge lxd lxd-client 18:10:51 Reading package lists... 18:10:51 Building dependency tree... 18:10:51 Reading state information... 18:10:51 The following packages were automatically installed and are no longer required: 18:10:51 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:10:51 uidmap xdelta3 18:10:51 Use 'sudo apt autoremove' to remove them. 18:10:51 The following packages will be REMOVED: 18:10:51 lxd* lxd-client* 18:10:51 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:10:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:10:51 . [Pipeline] withDockerContainer 18:10:51 After this operation, 31.7 MB disk space will be freed. 18:10:51 prd-ubuntu18.04-docker-arm64-4c-16g-403 does not seem to be running inside a container 18:10:51 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:10:51 (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 ... 190624 files and directories currently installed.) 18:10:51 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:10:52 Removing lxd dnsmasq configuration 18:10:52 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:10:52 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:10:53 $ docker top b7d89875be2d5d5c905c4bb930ec0c41f166fa80972dcd29cabad9a5a0841c7d -eo pid,comm [Pipeline] { [Pipeline] sh 18:10:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:10:53 (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 ... 190449 files and directories currently installed.) 18:10:53 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:10:54 + docker-compose -f ./docker-compose-build.yml build --parallel 18:10:55 Processing triggers for systemd (237-3ubuntu10.51) ... 18:10:55 Processing triggers for ureadahead (0.100.0-21) ... 18:10:55 + sudo snap remove --purge lxd 18:10:55 snap "lxd" is not installed 18:10:55 + sudo groupadd --force --system lxd 18:10:55 ++ whoami 18:10:55 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:10:56 + newgrp - lxd 18:10:56 + sudo snap install lxd 18:10:58 Building core-command ... 18:10:58 Building core-data ... 18:10:58 Building core-metadata ... 18:10:58 Building security-bootstrapper ... 18:10:58 Building security-proxy-setup ... 18:10:58 Building security-secretstore-setup ... 18:10:58 Building support-notifications ... 18:10:58 Building support-scheduler ... 18:10:58 Building sys-mgmt-agent ... 18:10:58 Building security-secretstore-setup 18:10:58 Building security-proxy-setup 18:10:58 Building support-scheduler 18:10:58 Building sys-mgmt-agent 18:10:58 Building core-data 18:11:04 2021-08-20T18:11:01Z INFO Waiting for automatic snapd restart... 18:11:14 lxd 4.17 from Canonical* installed 18:11:14 + sudo lxd init --auto 18:11:24 + sudo snap install --classic snapcraft 18:11:34 snapcraft 5.0 from Canonical* installed 18:11:34 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 18:11:34 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 18:11:34 % Total % Received % Xferd Average Speed Time Time Time Current 18:11:34 Dload Upload Total Spent Left Speed 18:11:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3645 0 --:--:-- --:--:-- --:--:-- 3645 18:11:34 100 3325k 100 3325k 0 0 6250k 0 --:--:-- --:--:-- --:--:-- 6250k 18:11:34 ./yq_linux_amd64 18:11:34 + sudo snapcraft prime --use-lxd 18:11:36 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:11:36 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: 18:11:36 - README.md 18:11:36 18:11:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:11:36 Launching a container. 18:11:44 Waiting for container to be ready 18:11:44 To start your first instance, try: lxc launch ubuntu:18.04 18:11:44 18:11:48 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:11:48 Waiting for network to be ready... 18:11:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:11:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1845 kB] 18:11:49 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:11:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] 18:11:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 18:11:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 18:11:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] 18:11:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] 18:11:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1136 kB] 18:11:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [258 kB] 18:11:49 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:11:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:11:49 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:11:49 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:11:49 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:11:49 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:11:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:11:49 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:11:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:11:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2191 kB] 18:11:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] 18:11:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 18:11:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 18:11:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] 18:11:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] 18:11:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1747 kB] 18:11:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [374 kB] 18:11:53 Fetched 25.1 MB in 4s (6067 kB/s) 18:11:53 Reading package lists... 18:11:54 Reading package lists... 18:11:54 Building dependency tree... 18:11:54 Reading state information... 18:11:54 The following additional packages will be installed: 18:11:54 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:11:54 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:11:54 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:11:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:11:54 Suggested packages: 18:11:54 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:11:54 Recommended packages: 18:11:54 gnupg libsasl2-modules 18:11:54 The following NEW packages will be installed: 18:11:54 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:11:54 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:11:54 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:11:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:11:54 The following packages will be upgraded: 18:11:54 gpg gpg-agent gpgconf libudev1 18:11:54 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. 18:11:54 Need to get 3527 kB of archives. 18:11:54 After this operation, 13.3 MB of additional disk space will be used. 18:11:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 18:11:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 18:11:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 18:11:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 18:11:54 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.51 [56.2 kB] 18:11:54 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.51 [1102 kB] 18:11:55 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:11:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:11:55 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 18:11:55 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 18:11:55 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 18:11:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:11:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:11:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:11:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:11:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:11:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:11:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:11:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:11:55 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:11:55 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:11:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 18:11:55 debconf: delaying package configuration, since apt-utils is not installed 18:11:55 Fetched 3527 kB in 1s (3158 kB/s) 18:11:55 (Reading database ... 12511 files and directories currently installed.) 18:11:55 Preparing to unpack .../libudev1_237-3ubuntu10.51_amd64.deb ... 18:11:55 Unpacking libudev1:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... 18:11:55 Setting up libudev1:amd64 (237-3ubuntu10.51) ... 18:11:55 Selecting previously unselected package udev. 18:11:55 (Reading database ... 12511 files and directories currently installed.) 18:11:55 Preparing to unpack .../00-udev_237-3ubuntu10.51_amd64.deb ... 18:11:56 Unpacking udev (237-3ubuntu10.51) ... 18:11:56 Selecting previously unselected package libfuse2:amd64. 18:11:56 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:11:56 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:11:56 Selecting previously unselected package fuse. 18:11:56 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:11:56 Unpacking fuse (2.9.7-1ubuntu1) ... 18:11:56 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 18:11:56 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:11:56 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 18:11:56 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:11:56 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 18:11:56 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:11:56 Selecting previously unselected package libksba8:amd64. 18:11:56 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:11:56 Unpacking libksba8:amd64 (1.3.5-2) ... 18:11:56 Selecting previously unselected package libroken18-heimdal:amd64. 18:11:56 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:11:56 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:56 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:11:56 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:11:56 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:56 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:11:56 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:11:56 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:56 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:11:56 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:11:56 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:56 Selecting previously unselected package libwind0-heimdal:amd64. 18:11:56 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:11:56 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:56 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:11:56 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:11:56 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:56 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:11:56 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:11:56 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:57 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:11:57 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:11:57 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:57 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:11:57 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:11:57 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:57 Selecting previously unselected package libsasl2-modules-db:amd64. 18:11:57 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:11:57 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:11:57 Selecting previously unselected package libsasl2-2:amd64. 18:11:57 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:11:57 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:11:57 Selecting previously unselected package libldap-common. 18:11:57 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 18:11:57 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:11:57 Selecting previously unselected package libldap-2.4-2:amd64. 18:11:57 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 18:11:57 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:11:57 Selecting previously unselected package dirmngr. 18:11:57 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 18:11:57 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 18:11:57 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:11:57 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 18:11:57 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:11:57 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:11:57 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:11:57 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 18:11:57 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:57 Setting up libksba8:amd64 (1.3.5-2) ... 18:11:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:11:57 Setting up udev (237-3ubuntu10.51) ... 18:11:57 invoke-rc.d: policy-rc.d denied execution of start. 18:11:57 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:57 Processing triggers for systemd (237-3ubuntu10) ... 18:11:57 Setting up fuse (2.9.7-1ubuntu1) ... 18:11:58 Setting up gpg (2.2.4-1ubuntu1.4) ... 18:11:58 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:58 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:58 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:58 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:58 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:58 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:58 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:11:58 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:11:58 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 18:11:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:11:58 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:11:58 settings in the [Install] section, and DefaultInstance for template units). 18:11:58 This means they are not meant to be enabled using systemctl. 18:11:58 Possible reasons for having this kind of units are: 18:11:58 1) A unit may be statically enabled by being symlinked from another unit's 18:11:58 .wants/ or .requires/ directory. 18:11:58 2) A unit's purpose may be to act as a helper for some other unit which has 18:11:58 a requirement dependency on it. 18:11:58 3) A unit may be started when needed via activation (socket, path, timer, 18:11:58 D-Bus, udev, scripted systemctl call, ...). 18:11:58 4) In case of template units, the unit is meant to be enabled with some 18:11:58 instance name specified. 18:11:59 Reading package lists... 18:11:59 Building dependency tree... 18:11:59 Reading state information... 18:11:59 The following additional packages will be installed: 18:11:59 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:11:59 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:11:59 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:11:59 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:11:59 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:11:59 Suggested packages: 18:11:59 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:11:59 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:11:59 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:11:59 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:11:59 systemd-container policykit-1 18:11:59 Recommended packages: 18:11:59 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:11:59 The following NEW packages will be installed: 18:11:59 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:11:59 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:11:59 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:11:59 multiarch-support openssh-client python3 python3-minimal python3.6 18:11:59 python3.6-minimal snapd squashfs-tools sudo 18:11:59 The following packages will be upgraded: 18:11:59 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:11:59 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. 18:11:59 Need to get 36.7 MB of archives. 18:11:59 After this operation, 147 MB of additional disk space will be used. 18:11:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 18:11:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:11:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 18:11:59 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.51 [2913 kB] 18:11:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 18:11:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 18:11:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:11:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:11:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:11:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:11:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:11:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:11:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:11:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 18:11:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] 18:12:00 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.51 [207 kB] 18:12:00 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 18:12:00 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 18:12:00 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.10 [1301 kB] 18:12:00 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:12:00 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:12:00 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:12:00 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:12:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:12:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:12:00 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:12:00 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:12:00 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:12:00 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] 18:12:00 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] 18:12:01 debconf: delaying package configuration, since apt-utils is not installed 18:12:01 Fetched 36.7 MB in 2s (14.8 MB/s) 18:12:02 (Reading database ... 12757 files and directories currently installed.) 18:12:02 Preparing to unpack .../systemd_237-3ubuntu10.51_amd64.deb ... 18:12:02 Unpacking systemd (237-3ubuntu10.51) over (237-3ubuntu10) ... 18:12:02 Preparing to unpack .../libsystemd0_237-3ubuntu10.51_amd64.deb ... 18:12:02 Unpacking libsystemd0:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... 18:12:02 Setting up libsystemd0:amd64 (237-3ubuntu10.51) ... 18:12:02 (Reading database ... 12757 files and directories currently installed.) 18:12:02 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 18:12:02 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 18:12:03 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 18:12:03 (Reading database ... 12757 files and directories currently installed.) 18:12:03 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 18:12:03 Unpacking apt (1.6.14) over (1.6.1) ... 18:12:03 Setting up apt (1.6.14) ... 18:12:03 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:12:03 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:12:03 (Reading database ... 12764 files and directories currently installed.) 18:12:03 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.10_amd64.deb ... 18:12:03 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.10) over (1.1.0g-2ubuntu4) ... 18:12:03 Selecting previously unselected package libpython3.6-minimal:amd64. 18:12:03 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:12:03 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:12:04 Selecting previously unselected package libexpat1:amd64. 18:12:04 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:12:04 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:12:04 Selecting previously unselected package python3.6-minimal. 18:12:04 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:12:04 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:12:04 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.10) ... 18:12:04 Checking for services that may need to be restarted...done. 18:12:04 Checking for services that may need to be restarted...done. 18:12:04 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:12:04 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:12:04 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:12:04 Selecting previously unselected package python3-minimal. 18:12:04 (Reading database ... 13012 files and directories currently installed.) 18:12:04 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:12:04 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:12:04 Selecting previously unselected package mime-support. 18:12:04 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:12:04 Unpacking mime-support (3.60ubuntu1) ... 18:12:05 Selecting previously unselected package libmpdec2:amd64. 18:12:05 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:12:05 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:12:05 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:12:05 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:12:05 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:12:05 Selecting previously unselected package python3.6. 18:12:05 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:12:05 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:12:05 Selecting previously unselected package libpython3-stdlib:amd64. 18:12:05 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:12:05 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:12:05 Setting up python3-minimal (3.6.7-1~18.04) ... 18:12:05 Selecting previously unselected package python3. 18:12:05 (Reading database ... 13442 files and directories currently installed.) 18:12:05 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:12:05 Unpacking python3 (3.6.7-1~18.04) ... 18:12:05 Selecting previously unselected package multiarch-support. 18:12:05 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:12:05 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:12:05 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:12:05 Selecting previously unselected package liblzo2-2:amd64. 18:12:06 (Reading database ... 13479 files and directories currently installed.) 18:12:06 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:12:06 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:12:06 Selecting previously unselected package libbsd0:amd64. 18:12:06 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:12:06 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:12:06 Selecting previously unselected package sudo. 18:12:06 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:12:06 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:12:06 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:12:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:12:06 ---> 891e09a80f2b 18:12:06 Step 3/24 : WORKDIR /edgex-go 18:12:06 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:12:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:12:06 ---> 891e09a80f2b 18:12:06 Step 3/22 : WORKDIR /edgex-go 18:12:06 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:12:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:12:06 ---> 891e09a80f2b 18:12:06 Step 3/26 : WORKDIR /edgex-go 18:12:06 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:12:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:12:06 ---> 891e09a80f2b 18:12:06 Step 3/24 : WORKDIR /edgex-go 18:12:06 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:12:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:12:06 ---> 891e09a80f2b 18:12:06 Step 3/23 : WORKDIR /edgex-go 18:12:06 Selecting previously unselected package apparmor. 18:12:06 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:12:06 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:12:06 Selecting previously unselected package libedit2:amd64. 18:12:06 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:12:06 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:12:06 Selecting previously unselected package libkrb5support0:amd64. 18:12:06 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:12:06 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:12:06 Selecting previously unselected package libk5crypto3:amd64. 18:12:06 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:12:06 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:12:06 Selecting previously unselected package libkeyutils1:amd64. 18:12:06 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:12:06 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:12:06 Selecting previously unselected package libkrb5-3:amd64. 18:12:06 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:12:06 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:12:06 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:12:06 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:12:06 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:12:06 Selecting previously unselected package libssl1.0.0:amd64. 18:12:06 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 18:12:06 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:12:06 Selecting previously unselected package openssh-client. 18:12:06 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... 18:12:06 Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... 18:12:07 Selecting previously unselected package squashfs-tools. 18:12:07 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... 18:12:07 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 18:12:07 Selecting previously unselected package snapd. 18:12:07 Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... 18:12:07 Unpacking snapd (2.49.2+18.04) ... 18:12:07 ---> Running in 5ab0f9c923f7 18:12:07 ---> Running in 38e3746862e9 18:12:07 ---> Running in 9afeb21fbbce 18:12:07 ---> Running in 271490e29782 18:12:07 ---> Running in 84c8ccf225b9 18:12:08 Removing intermediate container 271490e29782 18:12:08 ---> 6ac10a58e8cf 18:12:08 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:12:08 ---> Running in 0d37921b26af 18:12:08 Removing intermediate container 9afeb21fbbce 18:12:08 ---> e8f862524cbc 18:12:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:12:08 Removing intermediate container 84c8ccf225b9 18:12:08 ---> 71720d36571d 18:12:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:12:08 Removing intermediate container 38e3746862e9 18:12:08 ---> 6c92be8c6121 18:12:08 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:12:08 Removing intermediate container 5ab0f9c923f7 18:12:08 ---> c06263ba6f75 18:12:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:12:08 ---> Running in dbc3fe6fdc40 18:12:08 ---> Running in bd22820f3c3f 18:12:08 ---> Running in 8c3656301cdb 18:12:08 ---> Running in 2399202b483f 18:12:09 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:12:09 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:12:09 Setting up mime-support (3.60ubuntu1) ... 18:12:09 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:12:09 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:12:09 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:12:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:12:09 Setting up systemd (237-3ubuntu10.51) ... 18:12:09 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:12:09 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:12:09 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:12:09 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:12:09 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:12:10 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:12:10 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:12:10 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 18:12:10 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:12:10 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:12:10 Setting up python3 (3.6.7-1~18.04) ... 18:12:10 running python rtupdate hooks for python3.6... 18:12:10 running python post-rtupdate hooks for python3.6... 18:12:10 Setting up apparmor (2.12-4ubuntu5.1) ... 18:12:11 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:12:11 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:12:12 Removing intermediate container 0d37921b26af 18:12:12 ---> 0616dee1d5e7 18:12:12 Step 5/24 : RUN apk add --update --no-cache make bash git 18:12:12 ---> Running in ad8700e9cab4 18:12:12 Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... 18:12:12 Removing intermediate container dbc3fe6fdc40 18:12:12 ---> b3031ce10d04 18:12:12 Step 5/26 : RUN apk add --update --no-cache make git 18:12:12 Setting up snapd (2.49.2+18.04) ... 18:12:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:12:13 ---> Running in c1797986b438 18:12:13 Removing intermediate container 8c3656301cdb 18:12:13 ---> 0cd4edd9c315 18:12:13 Step 5/22 : RUN apk add --update --no-cache make git 18:12:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:12:13 ---> Running in 8c5cf38f97e5 18:12:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:12:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:12:13 Removing intermediate container 2399202b483f 18:12:13 ---> 0086b21a83ca 18:12:13 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:12:13 Removing intermediate container bd22820f3c3f 18:12:13 ---> fd5e5a624164 18:12:13 Step 5/23 : RUN apk add --update --no-cache make git 18:12:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:12:13 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:12:14 ---> Running in 31594ee36b80 18:12:14 ---> Running in d5142ad48f4d 18:12:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:12:14 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:12:14 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:12:14 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:12:14 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:12:14 /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' 18:12:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:12:14 Processing triggers for systemd (237-3ubuntu10.51) ... 18:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:12:15 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:12:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:12:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:12:15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:12:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:12:16 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:12:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:12:16 OK: 218 MiB in 52 packages 18:12:16 Reading package lists... 18:12:16 Reading package lists... 18:12:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:12:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:12:16 OK: 218 MiB in 52 packages 18:12:17 Building dependency tree... 18:12:17 Reading state information... 18:12:17 Calculating upgrade... 18:12:17 The following packages will be upgraded: 18:12:17 advancecomp base-files bash binutils binutils-common 18:12:17 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:12:17 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:12:17 grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 18:12:17 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev 18:12:17 libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:12:17 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:12:17 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 18:12:17 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 18:12:17 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 18:12:17 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 18:12:17 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 18:12:17 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 18:12:17 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 18:12:17 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 18:12:17 ubuntu-keyring util-linux 18:12:17 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:12:17 Need to get 64.2 MB of archives. 18:12:17 After this operation, 5126 kB of additional disk space will be used. 18:12:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-154.161 [988 kB] 18:12:17 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:12:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:12:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:12:17 OK: 218 MiB in 52 packages 18:12:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:12:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:12:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:12:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:12:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:12:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:12:17 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:12:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:12:17 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:12:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:12:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:12:17 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:12:17 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:12:17 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:12:17 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:12:17 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:12:17 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:12:17 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:12:17 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:12:17 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:12:17 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:12:17 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:12:17 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:12:17 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:12:17 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:12:17 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:12:17 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:12:17 OK: 218 MiB in 52 packages 18:12:18 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:12:18 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:12:18 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:12:18 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 18:12:18 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:12:18 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 18:12:18 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 18:12:18 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 18:12:18 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:12:18 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:12:18 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 18:12:18 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:12:18 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:12:18 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:12:18 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 18:12:18 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:12:18 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:12:18 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 18:12:18 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 18:12:18 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 18:12:18 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 18:12:18 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:12:18 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:12:18 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:12:18 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:12:18 OK: 218 MiB in 52 packages 18:12:18 Removing intermediate container ad8700e9cab4 18:12:18 ---> 84cf3e942e5d 18:12:18 Step 6/24 : COPY go.mod . 18:12:18 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:12:18 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:12:18 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:12:18 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:12:18 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:12:18 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:12:18 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:12:18 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:12:18 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:12:18 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:12:18 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:12:18 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:12:18 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:12:18 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:12:18 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:12:18 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] 18:12:18 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:12:18 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:12:18 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:12:18 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:12:18 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:12:18 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:12:18 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:12:18 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:12:18 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:12:18 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:12:19 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 18:12:19 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] 18:12:19 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 18:12:19 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.51 [13.9 kB] 18:12:19 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] 18:12:19 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:12:19 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 18:12:19 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:12:19 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:12:19 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 18:12:19 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 18:12:19 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:12:19 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:12:19 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.10 [614 kB] 18:12:19 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] 18:12:19 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:12:19 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:12:19 Removing intermediate container c1797986b438 18:12:19 ---> 1405d079efba 18:12:19 Step 6/26 : COPY go.mod . 18:12:19 Removing intermediate container 8c5cf38f97e5 18:12:19 ---> 71419b4dfbf1 18:12:19 Step 6/22 : COPY go.mod . 18:12:19 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:12:19 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:12:19 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:12:19 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:12:19 debconf: delaying package configuration, since apt-utils is not installed 18:12:19 ---> cfc8bea7cc5d 18:12:19 Step 7/24 : RUN go mod download 18:12:19 Fetched 64.2 MB in 2s (32.9 MB/s) 18:12:19 (Reading database ... 13914 files and directories currently installed.) 18:12:19 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:12:19 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:12:19 ---> Running in c10a61e19e36 18:12:19 Removing intermediate container 31594ee36b80 18:12:19 ---> e42df84abc10 18:12:19 Step 6/24 : COPY go.mod . 18:12:19 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:12:19 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:12:19 Preparing to unpack .../2-linux-libc-dev_4.15.0-154.161_amd64.deb ... 18:12:19 Removing intermediate container d5142ad48f4d 18:12:19 ---> 8d1384765f81 18:12:19 Step 6/23 : COPY go.mod . 18:12:20 Unpacking linux-libc-dev:amd64 (4.15.0-154.161) over (4.15.0-20.21) ... 18:12:20 ---> 5a13c36a4382 18:12:20 Step 7/22 : RUN go mod download 18:12:20 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:12:20 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:12:20 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:12:20 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:12:20 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:12:20 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:12:20 ---> bce065cc35bd 18:12:20 Step 7/26 : RUN go mod download 18:12:20 ---> Running in 59fa18b5a45b 18:12:20 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:12:20 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:12:20 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:12:20 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:12:20 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:12:20 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:12:20 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:12:20 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:12:20 ---> Running in 552ed6737fc2 18:12:20 ---> af1822ec7368 18:12:20 Step 7/24 : RUN go mod download 18:12:21 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:12:21 (Reading database ... 13914 files and directories currently installed.) 18:12:21 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:12:21 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:12:21 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:12:21 (Reading database ... 13914 files and directories currently installed.) 18:12:21 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:12:21 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:12:21 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:12:21 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:12:21 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:12:21 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:12:21 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:12:21 ---> Running in a12a9ad949e4 18:12:21 ---> 2556dff0f07c 18:12:21 Step 7/23 : RUN go mod download 18:12:21 (Reading database ... 13914 files and directories currently installed.) 18:12:21 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:12:21 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:12:21 ---> Running in 7a4e786b3c18 18:12:22 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:12:22 (Reading database ... 13914 files and directories currently installed.) 18:12:22 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:12:22 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:12:22 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:12:22 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:12:22 Setting up base-files (10.1ubuntu2.10) ... 18:12:22 Installing new version of config file /etc/issue ... 18:12:22 Installing new version of config file /etc/issue.net ... 18:12:22 Installing new version of config file /etc/lsb-release ... 18:12:22 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:12:22 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:12:22 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:12:22 Removing obsolete conffile /etc/default/motd-news ... 18:12:23 (Reading database ... 13915 files and directories currently installed.) 18:12:23 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:12:23 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:12:23 Setting up bash (4.4.18-2ubuntu1.2) ... 18:12:23 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 18:12:23 (Reading database ... 13915 files and directories currently installed.) 18:12:23 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:12:23 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:12:23 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:12:23 (Reading database ... 13915 files and directories currently installed.) 18:12:23 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:12:23 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:12:23 Setting up tar (1.29b-2ubuntu0.2) ... 18:12:23 (Reading database ... 13915 files and directories currently installed.) 18:12:23 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:12:23 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:12:23 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:12:24 (Reading database ... 13915 files and directories currently installed.) 18:12:24 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:12:24 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:12:24 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:12:24 (Reading database ... 13915 files and directories currently installed.) 18:12:24 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:12:24 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:12:24 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:12:24 (Reading database ... 13915 files and directories currently installed.) 18:12:24 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:12:24 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:12:24 Setting up grep (3.1-2build1) ... 18:12:24 (Reading database ... 13915 files and directories currently installed.) 18:12:24 Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... 18:12:24 Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... 18:12:24 Setting up gzip (1.6-5ubuntu1.1) ... 18:12:24 (Reading database ... 13915 files and directories currently installed.) 18:12:24 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:12:24 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:12:24 Setting up login (1:4.5-1ubuntu2) ... 18:12:24 (Reading database ... 13915 files and directories currently installed.) 18:12:24 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:12:24 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:12:24 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:12:24 (Reading database ... 13915 files and directories currently installed.) 18:12:24 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:12:24 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:12:25 Removing intermediate container c10a61e19e36 18:12:25 ---> 1313548922df 18:12:25 Step 8/24 : COPY . . 18:12:25 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:12:25 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:12:25 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:12:25 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:12:25 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:12:25 (Reading database ... 13915 files and directories currently installed.) 18:12:25 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:12:25 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:12:26 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:12:26 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:12:26 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:12:26 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:12:26 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:12:26 (Reading database ... 13915 files and directories currently installed.) 18:12:26 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:12:26 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:12:26 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:12:26 (Reading database ... 13915 files and directories currently installed.) 18:12:26 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:12:26 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:12:26 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:12:26 (Reading database ... 13915 files and directories currently installed.) 18:12:26 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:12:26 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:12:26 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:12:26 (Reading database ... 13915 files and directories currently installed.) 18:12:26 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:12:26 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:12:27 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:12:27 (Reading database ... 13915 files and directories currently installed.) 18:12:27 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:12:27 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:12:27 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:12:27 (Reading database ... 13915 files and directories currently installed.) 18:12:27 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:12:27 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:12:27 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:12:27 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:12:27 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:12:27 (Reading database ... 13915 files and directories currently installed.) 18:12:27 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:12:27 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:12:27 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:12:27 (Reading database ... 13915 files and directories currently installed.) 18:12:27 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:12:27 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:12:27 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:12:27 (Reading database ... 13915 files and directories currently installed.) 18:12:27 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:12:27 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:12:27 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:12:27 (Reading database ... 13915 files and directories currently installed.) 18:12:27 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:12:27 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:12:28 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:12:28 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:12:28 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:12:28 (Reading database ... 13915 files and directories currently installed.) 18:12:28 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:12:28 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:12:28 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:12:28 (Reading database ... 13915 files and directories currently installed.) 18:12:28 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:12:28 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:12:29 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:12:29 (Reading database ... 13917 files and directories currently installed.) 18:12:29 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:12:29 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:12:29 Setting up debconf (1.5.66ubuntu1) ... 18:12:29 (Reading database ... 13917 files and directories currently installed.) 18:12:29 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:12:29 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:12:29 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:12:29 (Reading database ... 13917 files and directories currently installed.) 18:12:29 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:12:29 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:12:29 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:12:29 (Reading database ... 13917 files and directories currently installed.) 18:12:29 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 18:12:29 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 18:12:29 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 18:12:30 (Reading database ... 13917 files and directories currently installed.) 18:12:30 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 18:12:30 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 18:12:30 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 18:12:30 (Reading database ... 13919 files and directories currently installed.) 18:12:30 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 18:12:30 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 18:12:30 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 18:12:30 Removing intermediate container 59fa18b5a45b 18:12:30 ---> 07f46911f76d 18:12:30 Step 8/22 : COPY . . 18:12:30 Removing intermediate container a12a9ad949e4 18:12:30 ---> 939a82b94535 18:12:30 Step 8/24 : COPY . . 18:12:30 Removing intermediate container 7a4e786b3c18 18:12:30 ---> 8c5755855ae5 18:12:30 Step 8/23 : COPY . . 18:12:30 (Reading database ... 13923 files and directories currently installed.) 18:12:30 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:12:30 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:12:30 Preparing to unpack .../systemd-sysv_237-3ubuntu10.51_amd64.deb ... 18:12:30 Unpacking systemd-sysv (237-3ubuntu10.51) over (237-3ubuntu10) ... 18:12:30 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:12:30 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:12:30 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:12:30 Removing intermediate container 552ed6737fc2 18:12:30 ---> 1f22a40d6e3a 18:12:30 Step 8/26 : COPY . . 18:12:30 (Reading database ... 13923 files and directories currently installed.) 18:12:30 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:12:30 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:12:30 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:12:30 (Reading database ... 13923 files and directories currently installed.) 18:12:30 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 18:12:30 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 18:12:31 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 18:12:31 (Reading database ... 13923 files and directories currently installed.) 18:12:31 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 18:12:31 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 18:12:31 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 18:12:31 (Reading database ... 13923 files and directories currently installed.) 18:12:31 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:12:31 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:12:31 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:12:31 (Reading database ... 13923 files and directories currently installed.) 18:12:31 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 18:12:31 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 18:12:31 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 18:12:31 (Reading database ... 13923 files and directories currently installed.) 18:12:31 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:12:31 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:12:31 Setting up passwd (1:4.5-1ubuntu2) ... 18:12:31 (Reading database ... 13923 files and directories currently installed.) 18:12:31 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 18:12:31 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:12:32 Setting up gpgv (2.2.4-1ubuntu1.4) ... 18:12:32 (Reading database ... 13923 files and directories currently installed.) 18:12:32 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 18:12:32 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 18:12:32 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 18:12:32 (Reading database ... 13923 files and directories currently installed.) 18:12:32 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 18:12:32 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 18:12:32 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 18:12:32 (Reading database ... 13923 files and directories currently installed.) 18:12:32 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:12:32 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:12:32 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:12:32 (Reading database ... 13923 files and directories currently installed.) 18:12:32 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:12:32 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:12:32 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:12:32 (Reading database ... 13923 files and directories currently installed.) 18:12:32 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:12:32 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:12:32 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:12:32 (Reading database ... 13923 files and directories currently installed.) 18:12:32 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:12:32 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:12:32 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:12:33 (Reading database ... 13923 files and directories currently installed.) 18:12:33 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 18:12:33 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 18:12:33 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 18:12:33 (Reading database ... 13923 files and directories currently installed.) 18:12:33 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 18:12:33 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 18:12:33 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 18:12:33 (Reading database ... 13924 files and directories currently installed.) 18:12:33 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:12:33 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:12:33 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:12:33 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:12:33 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.10_amd64.deb ... 18:12:33 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.10) over (1.1.0g-2ubuntu4) ... 18:12:33 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 18:12:33 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 18:12:33 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:12:33 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:12:34 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:12:34 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:12:34 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:12:34 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:12:34 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:12:34 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:12:34 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:12:34 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:12:34 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:12:34 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:12:34 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:12:34 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:12:34 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 18:12:34 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 18:12:34 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:12:34 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:12:34 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:12:34 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:12:34 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:12:34 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:12:35 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:12:35 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:12:35 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:12:35 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:12:35 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:12:35 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:12:35 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:12:35 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:12:35 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:12:35 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:12:35 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:12:35 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:12:35 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:12:35 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:12:36 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:12:36 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:12:37 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:12:37 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:12:37 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:12:37 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:12:37 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:12:37 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:12:38 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:12:38 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:12:38 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:12:38 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:12:38 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:12:38 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:12:39 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:12:39 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:12:39 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:12:39 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:12:39 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:12:39 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:12:39 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:12:39 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:12:39 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:12:39 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:12:39 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:12:39 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:12:39 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:12:39 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:12:39 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:12:39 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:12:39 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:12:39 Setting up tzdata (2021a-0ubuntu0.18.04) ... 18:12:39 18:12:39 Current default time zone: 'Etc/UTC' 18:12:39 Local time is now: Fri Aug 20 18:12:39 UTC 2021. 18:12:39 Universal Time is now: Fri Aug 20 18:12:39 UTC 2021. 18:12:39 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:12:39 18:12:39 Setting up systemd-sysv (237-3ubuntu10.51) ... 18:12:39 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:12:39 Setting up linux-libc-dev:amd64 (4.15.0-154.161) ... 18:12:39 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:12:39 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:12:39 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:12:39 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:12:39 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:12:39 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:12:39 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:12:39 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:12:39 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:12:39 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:12:39 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 18:12:39 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:12:39 Setting up patch (2.7.6-2ubuntu1.1) ... 18:12:39 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:12:39 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:12:39 Setting up openssl (1.1.1-1ubuntu2.1~18.04.10) ... 18:12:39 Installing new version of config file /etc/ssl/openssl.cnf ... 18:12:39 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:12:39 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:12:39 Setting up ca-certificates (20210119~18.04.1) ... 18:12:41 Updating certificates in /etc/ssl/certs... 18:12:42 23 added, 27 removed; done. 18:12:42 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:12:42 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:12:42 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:12:42 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:12:42 Setting up pkgbinarymangler (138.18.04.1) ... 18:12:42 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:12:42 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 18:12:42 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:12:42 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:12:42 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:12:42 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:12:42 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:12:42 Setting up perl (5.26.1-6ubuntu0.5) ... 18:12:42 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 18:12:42 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:12:42 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:12:42 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 18:12:42 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:12:43 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:12:43 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:12:43 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:12:43 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:12:43 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:12:43 Processing triggers for systemd (237-3ubuntu10.51) ... 18:12:43 Processing triggers for mime-support (3.60ubuntu1) ... 18:12:43 Processing triggers for ca-certificates (20210119~18.04.1) ... 18:12:43 Updating certificates in /etc/ssl/certs... 18:12:43 0 added, 0 removed; done. 18:12:43 Running hooks in /etc/ca-certificates/update.d... 18:12:43 done. 18:12:44 Reading package lists... 18:12:44 Building dependency tree... 18:12:44 Reading state information... 18:12:44 The following NEW packages will be installed: 18:12:44 apt-transport-https 18:12:44 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:12:44 Need to get 4348 B of archives. 18:12:44 After this operation, 154 kB of additional disk space will be used. 18:12:44 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 18:12:44 debconf: delaying package configuration, since apt-utils is not installed 18:12:45 Fetched 4348 B in 0s (21.6 kB/s) 18:12:45 Selecting previously unselected package apt-transport-https. 18:12:45 (Reading database ... 13929 files and directories currently installed.) 18:12:45 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 18:12:45 Unpacking apt-transport-https (1.6.14) ... 18:12:45 Setting up apt-transport-https (1.6.14) ... 18:12:45 Waiting for network to be ready... 18:12:51 2021-08-20T18:12:48Z INFO Waiting for automatic snapd restart... 18:12:51 snapd 2.51.3 from Canonical* installed 18:12:52 "snapd" switched to the "latest/stable" channel 18:12:52 18:12:53 ---> 6cd3ca466fdf 18:12:53 Step 9/24 : RUN go mod tidy 18:12:53 ---> Running in 0c2b4075f9d2 18:12:53 ---> cceae389c143 18:12:53 Step 9/23 : RUN go mod tidy 18:12:53 ---> 83170dbdea2b 18:12:53 Step 9/24 : RUN go mod tidy 18:12:53 ---> 61287ae326d7 18:12:53 Step 9/22 : RUN go mod tidy 18:12:53 ---> 2ad6df339717 18:12:53 Step 9/26 : RUN go mod tidy 18:12:53 ---> Running in ee96fbe68f59 18:12:53 ---> Running in ad6266208a6a 18:12:53 ---> Running in 2b13f164dc66 18:12:53 ---> Running in 313064f6e6cb 18:12:55 core18 20210722 from Canonical* installed 18:12:55 "core18" switched to the "latest/stable" channel 18:12:55 18:12:55 Removing intermediate container 0c2b4075f9d2 18:12:55 ---> c3b4f96b8d8c 18:12:55 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:12:55 ---> Running in 1c6e67749287 18:12:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:12:58 snapcraft 5.0 from Canonical* installed 18:12:58 Removing intermediate container ee96fbe68f59 18:12:58 ---> a1ddca945bce 18:12:58 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 18:12:58 "snapcraft" switched to the "latest/stable" channel 18:12:58 18:12:58 ---> Running in a6be34afb42d 18:12:58 Removing intermediate container ad6266208a6a 18:12:58 ---> 9aa4c4760e15 18:12:58 Step 10/24 : RUN make cmd/core-data/core-data 18:12:59 Removing intermediate container 2b13f164dc66 18:12:59 ---> 2161b18f9f93 18:12:59 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:12:59 ---> Running in c200a814eb1b 18:12:59 Removing intermediate container 313064f6e6cb 18:12:59 ---> 310b6fcc4bee 18:12:59 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:12:59 ---> Running in 89b05285af74 18:12:59 ---> Running in 39755c7dd0cb 18:13:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:13:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:13:02 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 18:13:02 - README.md 18:13:02 18:13:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:13:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:13:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:13:03 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:13:03 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:13:03 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:13:03 Fetched 88.7 kB in 1s (142 kB/s) 18:13:04 Reading package lists... 18:13:05 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 18:13:05 Reading package lists... 18:13:05 Building dependency tree... 18:13:05 Reading state information... 18:13:05 Suggested packages: 18:13:05 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:13:05 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:13:05 Recommended packages: 18:13:05 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:13:05 The following NEW packages will be installed: 18:13:05 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:13:05 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:13:05 pkg-config zip 18:13:05 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:13:05 Need to get 7663 kB of archives. 18:13:05 After this operation, 43.8 MB of additional disk space will be used. 18:13:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 18:13:05 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:13:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] 18:13:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 18:13:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 18:13:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:13:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:13:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:13:06 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:13:06 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:13:06 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:13:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:13:06 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:13:06 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:13:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:13:06 debconf: delaying package configuration, since apt-utils is not installed 18:13:06 Fetched 7663 kB in 1s (10.0 MB/s) 18:13:06 Selecting previously unselected package libglib2.0-0:amd64. 18:13:06 (Reading database ... 13933 files and directories currently installed.) 18:13:06 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 18:13:06 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:13:06 Selecting previously unselected package libpsl5:amd64. 18:13:06 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:13:06 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:13:06 Selecting previously unselected package libnghttp2-14:amd64. 18:13:06 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:13:06 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:13:06 Selecting previously unselected package librtmp1:amd64. 18:13:06 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:13:06 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:13:06 Selecting previously unselected package libcurl3-gnutls:amd64. 18:13:06 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... 18:13:06 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 18:13:07 Selecting previously unselected package liberror-perl. 18:13:07 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:13:07 Unpacking liberror-perl (0.17025-1) ... 18:13:07 Selecting previously unselected package git-man. 18:13:07 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 18:13:07 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 18:13:07 Selecting previously unselected package git. 18:13:07 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 18:13:07 Unpacking git (1:2.17.1-1ubuntu0.8) ... 18:13:07 Selecting previously unselected package libnorm1:amd64. 18:13:07 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:13:07 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:13:07 Selecting previously unselected package libpgm-5.2-0:amd64. 18:13:07 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:13:07 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:13:07 Selecting previously unselected package libsodium23:amd64. 18:13:07 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:13:07 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:13:07 Selecting previously unselected package libzmq5:amd64. 18:13:07 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:13:07 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:13:07 Selecting previously unselected package libzmq3-dev:amd64. 18:13:07 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:13:07 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:13:08 Selecting previously unselected package pkg-config. 18:13:08 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:13:08 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:13:08 Selecting previously unselected package zip. 18:13:08 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:13:08 Unpacking zip (3.0-11build1) ... 18:13:08 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:13:08 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 18:13:08 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:13:08 Setting up liberror-perl (0.17025-1) ... 18:13:08 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:13:08 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:13:08 No schema files found: doing nothing. 18:13:08 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:13:08 Setting up zip (3.0-11build1) ... 18:13:08 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:13:08 Setting up libsodium23:amd64 (1.0.16-2) ... 18:13:08 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:13:08 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:13:08 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 18:13:08 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:13:08 Setting up git (1:2.17.1-1ubuntu0.8) ... 18:13:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:13:09 git set to automatically installed. 18:13:09 git-man set to automatically installed. 18:13:09 libcurl3-gnutls set to automatically installed. 18:13:09 liberror-perl set to automatically installed. 18:13:09 libglib2.0-0 set to automatically installed. 18:13:09 libnghttp2-14 set to automatically installed. 18:13:09 libnorm1 set to automatically installed. 18:13:09 libpgm-5.2-0 set to automatically installed. 18:13:09 libpsl5 set to automatically installed. 18:13:09 librtmp1 set to automatically installed. 18:13:09 libsodium23 set to automatically installed. 18:13:09 libzmq3-dev set to automatically installed. 18:13:09 libzmq5 set to automatically installed. 18:13:09 pkg-config set to automatically installed. 18:13:09 zip set to automatically installed. 18:13:11 snapd is not logged in, snap install commands will use sudo 18:13:16 go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed 18:13:17 snapd is not logged in, snap install commands will use sudo 18:13:18 snap "core18" has no updates available 18:13:19 Pulling config-common 18:13:19 + snapcraftctl pull 18:13:20 Pulling go-build-helper 18:13:20 + snapcraftctl pull 18:13:21 'edgex-go' has dependencies that need to be staged: go-build-helper 18:13:21 Skipping pull go-build-helper (already ran) 18:13:21 Building go-build-helper 18:13:21 + snapcraftctl build 18:13:23 Staging go-build-helper 18:13:23 + snapcraftctl stage 18:13:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:13:33 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:13:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1845 kB] 18:13:33 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:13:33 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:13:33 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:13:33 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:13:33 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:13:33 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:13:33 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:13:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:13:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] 18:13:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 18:13:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 18:13:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] 18:13:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] 18:13:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1136 kB] 18:13:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [258 kB] 18:13:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:13:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2191 kB] 18:13:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] 18:13:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 18:13:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 18:13:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] 18:13:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] 18:13:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1747 kB] 18:13:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [374 kB] 18:13:33 Fetched 25.1 MB in 0s (0 B/s) 18:13:33 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:13:33 Fetched 224 kB in 0s (0 B/s) 18:13:33 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:13:33 Fetched 157 kB in 0s (0 B/s) 18:13:33 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:13:33 Fetched 221 kB in 0s (0 B/s) 18:13:33 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:13:33 Fetched 143 kB in 0s (0 B/s) 18:13:33 Pulling edgex-go 18:13:33 + snapcraftctl pull 18:13:33 Pulling hooks 18:13:33 + snapcraftctl pull 18:13:51 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:13:51 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:13:51 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:13:51 Fetched 0 B in 0s (0 B/s) 18:13:51 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:13:51 Fetched 96.5 kB in 0s (0 B/s) 18:13:51 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:13:51 Fetched 279 kB in 0s (0 B/s) 18:13:51 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:13:51 Fetched 122 kB in 0s (0 B/s) 18:13:51 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:13:51 Fetched 77.8 kB in 0s (0 B/s) 18:13:51 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:13:51 Fetched 8848 B in 0s (0 B/s) 18:13:51 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:13:51 Fetched 47.8 kB in 0s (0 B/s) 18:13:51 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:13:51 Fetched 45.6 kB in 0s (0 B/s) 18:13:51 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:13:51 Fetched 15.0 kB in 0s (0 B/s) 18:13:51 Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] 18:13:51 Fetched 219 kB in 0s (0 B/s) 18:13:51 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 18:13:51 Fetched 154 kB in 0s (0 B/s) 18:13:51 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:13:51 Fetched 50.6 kB in 0s (0 B/s) 18:13:51 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:13:51 Fetched 14.8 kB in 0s (0 B/s) 18:13:51 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:13:51 Fetched 41.8 kB in 0s (0 B/s) 18:13:51 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:13:51 Fetched 499 kB in 0s (0 B/s) 18:13:51 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:13:51 Fetched 111 kB in 0s (0 B/s) 18:13:51 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:13:51 Fetched 240 kB in 0s (0 B/s) 18:13:51 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:13:51 Fetched 29.3 kB in 0s (0 B/s) 18:13:51 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:13:51 Fetched 85.5 kB in 0s (0 B/s) 18:13:51 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:13:51 Fetched 24.5 kB in 0s (0 B/s) 18:13:51 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:13:51 Fetched 49.2 kB in 0s (0 B/s) 18:13:51 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:13:51 Fetched 54.2 kB in 0s (0 B/s) 18:13:51 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:13:51 Fetched 30.8 kB in 0s (0 B/s) 18:13:51 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 18:13:51 Fetched 15.8 kB in 0s (0 B/s) 18:13:51 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:13:51 Fetched 85.9 kB in 0s (0 B/s) 18:13:51 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:13:51 Fetched 8720 B in 0s (0 B/s) 18:13:51 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 18:13:51 Fetched 140 kB in 0s (0 B/s) 18:13:51 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:13:51 Fetched 119 kB in 0s (0 B/s) 18:13:51 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 18:13:51 Fetched 111 kB in 0s (0 B/s) 18:13:51 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:13:51 Fetched 11.1 kB in 0s (0 B/s) 18:13:51 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:13:51 Fetched 645 kB in 0s (0 B/s) 18:13:51 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:13:51 Fetched 41.3 kB in 0s (0 B/s) 18:13:51 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:13:51 Fetched 17.9 kB in 0s (0 B/s) 18:13:51 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:13:51 Fetched 368 kB in 0s (0 B/s) 18:13:51 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:13:51 Fetched 187 kB in 0s (0 B/s) 18:13:51 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:13:51 Fetched 175 kB in 0s (0 B/s) 18:13:51 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:13:51 Fetched 206 kB in 0s (0 B/s) 18:13:51 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.10_amd64.deb [1301 kB] 18:13:51 Fetched 1301 kB in 0s (0 B/s) 18:13:51 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:13:51 Fetched 36.2 kB in 0s (0 B/s) 18:13:51 Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] 18:13:51 Fetched 159 kB in 0s (0 B/s) 18:13:51 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:13:51 Fetched 107 kB in 0s (0 B/s) 18:13:51 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:13:51 Fetched 48.7 kB in 0s (0 B/s) 18:13:51 Pulling static-packages 18:13:51 + snapcraftctl pull 18:13:52 Pulling version 18:13:52 + cd /root/project 18:13:52 + git describe --tags --abbrev=0 18:13:52 + sed s/v// 18:13:52 + GIT_VERSION=2.0.1-dev.32 18:13:52 + [ -z 2.0.1-dev.32 ] 18:13:52 + snapcraftctl set-version 2.0.1-dev.32 18:13:53 Building config-common 18:13:53 + snapcraftctl build 18:13:56 Skipping build go-build-helper (already ran) 18:13:56 Building edgex-go 18:13:56 + cd /root/parts/edgex-go/src 18:13:56 + git describe --tags --abbrev=0 18:13:56 + sed s/v// 18:13:56 + GIT_VERSION=2.0.1-dev.32 18:13:56 + [ -z 2.0.1-dev.32 ] 18:13:56 + echo 2.0.1-dev.32 18:13:56 + make build 18:13:56 go mod tidy 18:13:59 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 18:13:59 go: downloading github.com/gorilla/mux v1.8.0 18:13:59 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.15 18:13:59 go: downloading github.com/stretchr/testify v1.7.0 18:13:59 go: downloading github.com/google/uuid v1.3.0 18:13:59 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 18:13:59 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 18:13:59 go: downloading gopkg.in/yaml.v2 v2.4.0 18:13:59 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:13:59 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:13:59 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 18:13:59 go: downloading github.com/lib/pq v1.10.2 18:13:59 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:13:59 go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 18:14:00 go: downloading github.com/pelletier/go-toml v1.9.3 18:14:00 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:14:00 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 18:14:00 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 18:14:00 go: downloading github.com/davecgh/go-spew v1.1.1 18:14:00 go: downloading github.com/pmezard/go-difflib v1.0.0 18:14:00 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 18:14:00 go: downloading github.com/go-playground/validator/v10 v10.9.0 18:14:00 go: downloading github.com/go-kit/kit v0.11.0 18:14:01 go: downloading github.com/stretchr/objx v0.1.1 18:14:01 go: downloading github.com/x448/float16 v0.8.4 18:14:01 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 18:14:01 go: downloading github.com/go-playground/universal-translator v0.18.0 18:14:01 go: downloading github.com/leodido/go-urn v1.2.1 18:14:01 go: downloading golang.org/x/text v0.3.6 18:14:01 go: downloading github.com/go-playground/assert/v2 v2.0.1 18:14:01 go: downloading github.com/go-playground/locales v0.14.0 18:14:01 go: downloading github.com/go-logfmt/logfmt v0.5.0 18:14:01 go: downloading github.com/go-stack/stack v1.8.0 18:14:01 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 18:14:01 go: downloading github.com/go-redis/redis/v7 v7.3.0 18:14:01 go: downloading github.com/pebbe/zmq4 v1.2.7 18:14:01 go: downloading github.com/kr/pretty v0.3.0 18:14:01 go: downloading github.com/hashicorp/consul/api v1.8.1 18:14:01 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:14:01 go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 18:14:02 go: downloading github.com/gorilla/websocket v1.4.2 18:14:02 go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 18:14:02 go: downloading github.com/onsi/ginkgo v1.10.1 18:14:02 go: downloading github.com/onsi/gomega v1.7.0 18:14:02 go: downloading github.com/kr/text v0.2.0 18:14:02 go: downloading github.com/rogpeppe/go-internal v1.8.0 18:14:02 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:14:02 go: downloading github.com/mitchellh/copystructure v1.0.0 18:14:02 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:14:02 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:14:02 go: downloading github.com/hashicorp/go-hclog v0.12.0 18:14:02 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 18:14:02 go: downloading github.com/hashicorp/serf v0.9.5 18:14:02 go: downloading github.com/hashicorp/consul/sdk v0.7.0 18:14:02 go: downloading github.com/hashicorp/go-uuid v1.0.1 18:14:02 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:14:02 go: downloading github.com/fatih/color v1.9.0 18:14:02 go: downloading github.com/mattn/go-colorable v0.1.6 18:14:02 go: downloading github.com/mattn/go-isatty v0.0.12 18:14:02 go: downloading github.com/mitchellh/go-homedir v1.1.0 18:14:02 go: downloading github.com/pkg/errors v0.9.1 18:14:02 go: downloading github.com/hpcloud/tail v1.0.0 18:14:02 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 18:14:02 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:14:02 go: downloading github.com/hashicorp/go-msgpack v0.5.3 18:14:02 go: downloading github.com/hashicorp/memberlist v0.2.2 18:14:02 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 18:14:02 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:14:02 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:14:02 go: downloading gopkg.in/fsnotify.v1 v1.4.7 18:14:02 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:14:02 go: downloading github.com/hashicorp/go-multierror v1.1.0 18:14:02 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 18:14:02 go: downloading github.com/miekg/dns v1.1.26 18:14:02 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:14:02 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:14:02 go: downloading github.com/hashicorp/errwrap v1.0.0 18:14:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/core-data/core-data ./cmd/core-data 18:14:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:14:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/core-command/core-command ./cmd/core-command 18:14:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:14:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:14:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:14:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:14:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:14:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:14:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:14:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o ./cmd/secrets-config ./cmd/secrets-config 18:14:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:14:28 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 18:14:28 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 18:14:28 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 18:14:28 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 18:14:28 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 18:14:28 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 18:14:28 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 18:14:28 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 18:14:28 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 18:14:28 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 18:14:28 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 18:14:28 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 18:14:28 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 18:14:28 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 18:14:28 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 18:14:28 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 18:14:28 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 18:14:28 + 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 18:14:28 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 18:14:28 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 18:14:28 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 18:14:28 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 18:14:29 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 18:14:29 + 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 18:14:29 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 18:14:29 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 18:14:29 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 18:14:30 Building hooks 18:14:30 + cd /root/parts/hooks/src 18:14:30 + make build 18:14:30 go mod tidy 18:14:30 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 18:14:30 go: downloading github.com/stretchr/testify v1.5.1 18:14:30 go: downloading github.com/davecgh/go-spew v1.1.0 18:14:30 go: downloading gopkg.in/yaml.v2 v2.2.2 18:14:30 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 18:14:31 GO111MODULE=on go build -o cmd/install/install ./cmd/install 18:14:31 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 18:14:31 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 18:14:35 Building static-packages 18:14:35 + snapcraftctl build 18:14:37 Building version 18:14:37 + snapcraftctl build 18:14:39 Staging config-common 18:14:39 + snapcraftctl stage 18:14:40 Skipping stage go-build-helper (already ran) 18:14:40 Staging edgex-go 18:14:40 + snapcraftctl stage 18:14:41 Staging hooks 18:14:41 + snapcraftctl stage 18:14:42 Staging static-packages 18:14:42 + snapcraftctl stage 18:14:43 Staging version 18:14:43 + snapcraftctl stage 18:14:44 Priming config-common 18:14:44 + snapcraftctl prime 18:14:45 Priming go-build-helper 18:14:45 + snapcraftctl prime 18:14:46 Priming edgex-go 18:14:46 + snapcraftctl prime 18:14:48 Priming hooks 18:14:48 + snapcraftctl prime 18:14:49 Priming static-packages 18:14:49 + snapcraftctl prime 18:14:52 Priming version 18:14:52 + snapcraftctl prime 18:14:53 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 18:14:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:14:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:14:54 Removing intermediate container 1c6e67749287 18:14:54 ---> 19febd3c5e6c 18:14:54 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:14:54 ---> Running in 60a792dcb8b8 18:14:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:15:01 Removing intermediate container 60a792dcb8b8 18:15:01 ---> 8f930411bfd9 18:15:01 18:15:01 Step 12/24 : FROM docker:20.10.7 18:15:01 20.10.7: Pulling from library/docker 18:15:08 Removing intermediate container 39755c7dd0cb 18:15:08 ---> e3c09950234e 18:15:08 18:15:08 Step 11/22 : FROM alpine:3.12 18:15:08 3.12: Pulling from library/alpine 18:15:08 Removing intermediate container a6be34afb42d 18:15:08 ---> e7339497f4b2 18:15:08 18:15:08 Step 11/23 : FROM alpine:3.12 18:15:08 Removing intermediate container 89b05285af74 18:15:08 ---> 668a40105077 18:15:08 18:15:08 Step 11/26 : FROM alpine:3.12 18:15:08 3.12: Pulling from library/alpine 18:15:08 3.12: Pulling from library/alpine 18:15:10 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 18:15:10 Status: Downloaded newer image for alpine:3.12 18:15:10 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 18:15:10 Status: Image is up to date for alpine:3.12 18:15:10 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 18:15:10 Status: Image is up to date for alpine:3.12 18:15:10 ---> c4fd0aeabfcf 18:15:10 Step 12/22 : RUN apk add --update --no-cache curl 18:15:10 ---> c4fd0aeabfcf 18:15:10 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:15:10 ---> c4fd0aeabfcf 18:15:10 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:15:13 ---> Running in fee94d650f93 18:15:13 ---> Running in 3457bbc0dedc 18:15:13 ---> Running in 22e1f6773293 18:15:14 Removing intermediate container c200a814eb1b 18:15:14 ---> 681ee0274c2e 18:15:14 18:15:14 Step 11/24 : FROM alpine:3.12 18:15:14 ---> c4fd0aeabfcf 18:15:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:15:15 ---> Running in f413e68dde54 18:15:16 Removing intermediate container f413e68dde54 18:15:16 ---> 2365755cffb8 18:15:16 Step 13/24 : ENV APP_PORT=59880 18:15:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:15:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:15:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:15:16 ---> Running in 2efe0c4b6d84 18:15:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:15:16 Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 18:15:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:15:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:15:16 Status: Downloaded newer image for docker:20.10.7 18:15:16 ---> df445af6242a 18:15: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' 18:15:16 ---> Running in 73f4346c7ab0 18:15:16 (1/1) Installing dumb-init (1.2.2-r1) 18:15:16 Executing busybox-1.31.1-r20.trigger 18:15:16 OK: 5 MiB in 15 packages 18:15:16 (1/3) Installing ca-certificates (20191127-r4) 18:15:16 (1/4) Installing ca-certificates (20191127-r4) 18:15:17 (2/3) Installing dumb-init (1.2.2-r1) 18:15:17 (3/3) Installing su-exec (0.2-r1) 18:15:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:15:17 Executing busybox-1.31.1-r20.trigger 18:15:17 (3/4) Installing libcurl (7.78.0-r0) 18:15:17 (4/4) Installing curl (7.78.0-r0) 18:15:17 Executing ca-certificates-20191127-r4.trigger 18:15:17 Executing busybox-1.31.1-r20.trigger 18:15:17 Executing ca-certificates-20191127-r4.trigger 18:15:17 Removing intermediate container 2efe0c4b6d84 18:15:17 ---> 5232a3d54a13 18:15:17 Step 14/24 : EXPOSE $APP_PORT 18:15:17 OK: 6 MiB in 17 packages 18:15:17 OK: 7 MiB in 18 packages 18:15:18 ---> Running in e2853edb1a47 18:15:18 Removing intermediate container 73f4346c7ab0 18:15:18 ---> 5745761c972e 18:15:18 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 18:15:19 ---> Running in 07234a532daa 18:15:19 Removing intermediate container e2853edb1a47 18:15:19 ---> 27ca3ef070af 18:15:19 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:15:19 Removing intermediate container fee94d650f93 18:15:19 ---> c1fed7c34305 18:15:19 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:15:19 ---> Running in db2eae81df3a 18:15:20 ---> Running in 7f60fd994f64 18:15:20 Removing intermediate container 22e1f6773293 18:15:20 ---> 64edacad1e29 18:15:20 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.'Removing intermediate container 3457bbc0dedc 18:15:20 18:15:20 ---> 9a88f47708b4 18:15:20 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:15:21 ---> Running in 2d033f1ce4a3 18:15:21 ---> Running in 73f811a24eb8 18:15:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:15:21 Removing intermediate container 7f60fd994f64 18:15:21 ---> 9be3a50a2fd0 18:15:21 Step 14/23 : ENV APP_PORT=59861 18:15:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:15:21 ---> Running in 14e1cfc3f207 18:15:21 Removing intermediate container 73f811a24eb8 18:15:21 ---> 2270c5589da0 18:15:21 Step 14/22 : WORKDIR /edgex 18:15:21 Removing intermediate container 2d033f1ce4a3 18:15:21 ---> 12a208c69f4f 18:15:21 Step 14/26 : WORKDIR / 18:15:22 (1/39) Installing readline (8.1.0-r0) 18:15:22 (2/39) Installing bash (5.1.0-r0) 18:15:22 Executing bash-5.1.0-r0.post-install 18:15:22 (3/39) Installing brotli-libs (1.0.9-r3) 18:15:22 (4/39) Installing nghttp2-libs (1.42.0-r1) 18:15:22 (5/39) Installing libcurl (7.78.0-r0) 18:15:22 ---> Running in 697bbc64b4c4 18:15:22 (6/39) Installing curl (7.78.0-r0) 18:15:22 (7/39) Installing dumb-init (1.2.5-r0) 18:15:22 ---> Running in 9e896d1c18ec 18:15:22 (8/39) Installing libbz2 (1.0.8-r1) 18:15:22 (9/39) Installing expat (2.2.10-r1) 18:15:22 (10/39) Installing libffi (3.3-r2) 18:15:22 (11/39) Installing gdbm (1.19-r0) 18:15:22 (12/39) Installing xz-libs (5.2.5-r0) 18:15:22 (13/39) Installing sqlite-libs (3.34.1-r0) 18:15:22 (14/39) Installing python3 (3.8.10-r0) 18:15:22 Removing intermediate container 14e1cfc3f207 18:15:22 ---> 55b8ada4e76d 18:15:22 Step 15/23 : EXPOSE $APP_PORT 18:15:23 ---> Running in 4594ff7f7856 18:15:23 Removing intermediate container 697bbc64b4c4 18:15:23 ---> 5a81d30b70f1 18:15:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:15:24 Removing intermediate container 9e896d1c18ec 18:15:24 ---> a11a693d554c 18:15:24 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:15:24 Removing intermediate container db2eae81df3a 18:15:24 ---> ee89c879d284 18:15:24 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 18:15:24 (15/39) Installing py3-appdirs (1.4.4-r1) 18:15:24 (16/39) Installing py3-ordered-set (4.0.2-r0) 18:15:24 (17/39) Installing py3-parsing (2.4.7-r1) 18:15:24 (18/39) Installing py3-six (1.15.0-r0) 18:15:24 (19/39) Installing py3-packaging (20.9-r0) 18:15:24 (20/39) Installing py3-setuptools (51.3.3-r0) 18:15:24 (21/39) Installing py3-chardet (4.0.0-r0) 18:15:24 (22/39) Installing py3-idna (3.1-r0) 18:15:24 (23/39) Installing py3-urllib3 (1.26.2-r1) 18:15:25 (24/39) Installing py3-requests (2.25.1-r1) 18:15:25 (25/39) Installing py3-msgpack (1.0.2-r0) 18:15:25 (26/39) Installing py3-lockfile (0.12.2-r3) 18:15:25 (27/39) Installing py3-cachecontrol (0.12.6-r0) 18:15:25 (28/39) Installing py3-colorama (0.4.4-r0) 18:15:25 (29/39) Installing py3-contextlib2 (0.6.0-r0) 18:15:25 (30/39) Installing py3-distlib (0.3.1-r1) 18:15:25 (31/39) Installing py3-distro (1.5.0-r1) 18:15:25 (32/39) Installing py3-webencodings (0.5.1-r3) 18:15:25 (33/39) Installing py3-html5lib (1.1-r0) 18:15:25 (34/39) Installing py3-pytoml (0.1.21-r0) 18:15:25 (35/39) Installing py3-pep517 (0.9.1-r0) 18:15:25 (36/39) Installing py3-progress (1.5-r0) 18:15:25 (37/39) Installing py3-retrying (1.3.3-r0) 18:15:25 (38/39) Installing py3-toml (0.10.2-r0) 18:15:25 (39/39) Installing py3-pip (20.3.4-r0) 18:15:25 ---> Running in 230fbe93d948 18:15:25 Executing busybox-1.32.1-r6.trigger 18:15:25 OK: 82 MiB in 59 packages 18:15:25 ---> 03281a27fa5c 18:15:25 ---> e6c1b2833ec8 18:15:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:15:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:15:25 Removing intermediate container 4594ff7f7856 18:15:25 ---> 5bae0b60692a 18:15:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:15:27 ---> fc531402e761 18:15:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:15:27 ---> 10943bb87aba 18:15:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:15:27 ---> c92777a4c2ad 18:15:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:15:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:15:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:15:29 ---> c0175c336486 18:15:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 18:15:29 ---> bea246439e1d 18:15:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:15:29 (1/6) Installing dumb-init (1.2.2-r1) 18:15:29 (2/6) Installing libgcc (9.3.0-r2) 18:15:29 (3/6) Installing libsodium (1.0.18-r0) 18:15:29 (4/6) Installing libstdc++ (9.3.0-r2) 18:15:29 (5/6) Installing libzmq (4.3.3-r0) 18:15:29 ---> d10f5bce8573 18:15:29 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:15:30 (6/6) Installing zeromq (4.3.3-r0) 18:15:30 Executing busybox-1.31.1-r20.trigger 18:15:30 OK: 8 MiB in 20 packages 18:15:30 ---> Running in 045f23860eb9 18:15:30 ---> 57d8f7fc8735 18:15:30 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:15:30 ---> 9e42074b2ccc 18:15:30 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 18:15:31 ---> Running in a875366ba148 18:15:31 Removing intermediate container 045f23860eb9 18:15:31 ---> 6fca54961452 18:15:31 Step 19/22 : CMD ["--init=true"] 18:15:31 ---> Running in bef072359e8a 18:15:32 Removing intermediate container a875366ba148 18:15:32 ---> 72ddcb6c6ebf 18:15:32 ---> ae18d3d84627 18:15:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:15:32 18:15:32 Removing intermediate container 230fbe93d948 18:15:32 ---> f5d0af358c68 18:15:32 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:15:32 Removing intermediate container bef072359e8a 18:15:32 ---> b50d37dd8cf6 18:15:32 Step 20/22 : LABEL arch=arm64 18:15:32 ---> Running in 4ef3c1ffcb6b 18:15:32 ---> Running in 78116b12f69b 18:15:33 Removing intermediate container 4ef3c1ffcb6b 18:15:33 ---> 804205a781dd 18:15:33 Step 21/23 : LABEL arch=arm64 18:15:33 Removing intermediate container 78116b12f69b 18:15:33 ---> b2595109dc4a 18:15:33 Step 21/22 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:15:33 ---> Running in b682c2742d2e 18:15:33 ---> d6dfd4c44f24 18:15:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:15:33 ---> Running in 3187005f329e 18:15:33 ---> 748e7de8b8d3 18:15:33 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:15:34 Removing intermediate container b682c2742d2e 18:15:34 ---> 66faf2c7ed95 18:15:34 Step 22/23 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:15:34 ---> Running in ab2cfab0c2fe 18:15:34 Removing intermediate container 3187005f329e 18:15:34 ---> 7f996cfb690f 18:15:34 Step 22/22 : LABEL version=0.0.0 18:15:34 ---> Running in f65c1e3f67e4 18:15:35 Collecting docker-compose==1.23.2 18:15:35 ---> 602f4dc190e5 18:15:35 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/ 18:15:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:15:35 Removing intermediate container ab2cfab0c2fe 18:15:35 ---> 782586cc014a 18:15:35 Step 23/23 : LABEL version=0.0.0 18:15:35 ---> Running in e9e156641a7c 18:15:35 ---> Running in 9c5802376b68 18:15:36 Removing intermediate container f65c1e3f67e4 18:15:36 ---> 775f15f1ce46 18:15:36 18:15:36 ---> 9d9c230d5da5 18:15:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:15:36 Collecting PyYAML<4,>=3.10 18:15:36 Removing intermediate container 9c5802376b68 18:15:36 ---> 44cceec7b03d 18:15:36 18:15:36 Downloading PyYAML-3.13.tar.gz (270 kB) 18:15:36 Successfully built 775f15f1ce46 18:15:36 Successfully tagged security-proxy-setup-arm64:latest 18:15:36  Building security-proxy-setup ... done Building security-bootstrapper 18:15:37 Successfully built 44cceec7b03d 18:15:37 Successfully tagged support-scheduler-arm64:latest 18:15:37  Building support-scheduler ... done Building support-notifications 18:15:37 ---> ae445023a969 18:15:37 Step 20/24 : ENTRYPOINT ["/core-data"] 18:15:37 ---> Running in a2956c0e764f 18:15:38 Removing intermediate container a2956c0e764f 18:15:38 ---> 84d2333ddb01 18:15:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:15:39 ---> Running in 11d94d1154cb 18:15:39 Removing intermediate container e9e156641a7c 18:15:39 ---> 1805a007bbae 18:15:39 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 18:15:40 ---> Running in 935f5e10c2cc 18:15:40 Removing intermediate container 11d94d1154cb 18:15:40 ---> 0abd00d66dca 18:15:40 Step 22/24 : LABEL arch=arm64 18:15:40 ---> Running in 475633b3e9f3 18:15:41 Removing intermediate container 935f5e10c2cc 18:15:41 ---> 94ebe0d7d447 18:15:41 Step 24/26 : LABEL arch=arm64 18:15:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:15:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:15:41 Removing intermediate container 475633b3e9f3 18:15:41 ---> ea1e60cc6f6b 18:15:41 Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:15:41 ---> Running in e2ac5a3cc197 18:15:42 ---> Running in 42e7b218d9a3 18:15:42 Collecting docker<4.0,>=3.6.0 18:15:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:15:42 Removing intermediate container e2ac5a3cc197 18:15:42 ---> 9e5334534144 18:15:42 Step 25/26 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:15:42 Collecting websocket-client<1.0,>=0.32.0 18:15:42 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 18:15:43 Collecting cached-property<2,>=1.2.0 18:15:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:15:43 Removing intermediate container 42e7b218d9a3 18:15:43 ---> 1cb4e6dafdbb 18:15:43 Step 24/24 : LABEL version=0.0.0 18:15:43 Collecting dockerpty<0.5,>=0.4.1 18:15:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:15:43 ---> Running in 2057afe8b5ee 18:15:43 ---> Running in 62f184455fd2 18:15:44 Removing intermediate container 2057afe8b5ee 18:15:44 ---> 98d2d7f5bdad 18:15:44 Step 26/26 : LABEL version=0.0.0 18:15:44 Removing intermediate container 62f184455fd2 18:15:44 ---> 29c8ee4afa48 18:15:44 18:15:44 ---> Running in d41082e044e1 18:15:45 Successfully built 29c8ee4afa48 18:15:45 Successfully tagged core-data-arm64:latest 18:15:45  Building core-data ... done Building core-command 18:15:45 Collecting jsonschema<3,>=2.5.1 18:15:45 Removing intermediate container d41082e044e1 18:15:45 ---> 274f3acfaf28 18:15:45 18:15:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:15:45 Collecting texttable<0.10,>=0.9.0 18:15:45 Downloading texttable-0.9.1.tar.gz (11 kB) 18:15:45 Successfully built 274f3acfaf28 18:15:45 Successfully tagged security-secretstore-setup-arm64:latest 18:15:45  Building security-secretstore-setup ... done Building core-metadata 18:15:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:15:47 Collecting docopt<0.7,>=0.6.1 18:15:47 Downloading docopt-0.6.2.tar.gz (25 kB) 18:15:50 Collecting docker-pycreds>=0.4.0 18:15:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:15:51 Collecting certifi>=2017.4.17 18:15:51 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 18:15:51 Collecting idna<2.8,>=2.5 18:15:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:15:52 Collecting urllib3<1.25,>=1.21.1 18:15:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:15:52 Collecting chardet<3.1.0,>=3.0.2 18:15:52 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 18:15:52 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 18:15:52 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 18:15:52 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 18:15:52 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 18:15:53 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 18:15:53 Attempting uninstall: urllib3 18:15:53 Found existing installation: urllib3 1.26.2 18:15:53 Uninstalling urllib3-1.26.2: 18:15:53 Successfully uninstalled urllib3-1.26.2 18:15:54 Attempting uninstall: idna 18:15:54 Found existing installation: idna 3.1 18:15:54 Uninstalling idna-3.1: 18:15:54 Successfully uninstalled idna-3.1 18:15:55 Attempting uninstall: chardet 18:15:55 Found existing installation: chardet 4.0.0 18:15:55 Uninstalling chardet-4.0.0: 18:15:55 Successfully uninstalled chardet-4.0.0 18:15:56 Attempting uninstall: requests 18:15:56 Found existing installation: requests 2.25.1 18:15:56 Uninstalling requests-2.25.1: 18:15:57 Successfully uninstalled requests-2.25.1 18:15:57 Running setup.py install for texttable: started 18:15:59 Running setup.py install for texttable: finished with status 'done' 18:15:59 Running setup.py install for PyYAML: started 18:16:01 Running setup.py install for PyYAML: finished with status 'done' 18:16:02 Running setup.py install for docopt: started 18:16:04 Running setup.py install for docopt: finished with status 'done' 18:16:04 Running setup.py install for dockerpty: started 18:16:06 Running setup.py install for dockerpty: finished with status 'done' 18:16:08 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 18:16:20 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:16:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:16:20 ---> 891e09a80f2b 18:16:20 Step 3/23 : WORKDIR /edgex-go 18:16:20 ---> Using cache 18:16:20 ---> 6c92be8c6121 18:16:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:16:20 ---> Using cache 18:16:20 ---> 0086b21a83ca 18:16:20 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 18:16:20 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:16:20 Step 2/32 : FROM ${BUILDER_BASE} AS builder 18:16:20 ---> 891e09a80f2b 18:16:20 Step 3/32 : WORKDIR /edgex-go 18:16:20 ---> Using cache 18:16:20 ---> 6c92be8c6121 18:16:20 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:16:20 ---> Using cache 18:16:20 ---> 0086b21a83ca 18:16:20 Step 5/32 : RUN apk add --update --no-cache make git 18:16:21 ---> Running in 18b902aadff5 18:16:21 ---> Running in 6f3350c12ba9 18:16:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:16:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:16:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:16:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:16:25 OK: 218 MiB in 52 packages 18:16:25 OK: 218 MiB in 52 packages 18:16:29 Removing intermediate container 07234a532daa 18:16:29 ---> 4d28d72f94a5 18:16:29 Step 15/24 : ENV APP_PORT=58890 18:16:29 Removing intermediate container 18b902aadff5 18:16:29 ---> 17b1ced0b18c 18:16:29 Step 6/32 : COPY go.mod . 18:16:29 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:16:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:16:29 ---> 891e09a80f2b 18:16:29 Step 3/24 : WORKDIR /edgex-go 18:16:29 ---> Using cache 18:16:29 ---> 6c92be8c6121 18:16:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:16:29 ---> Using cache 18:16:29 ---> 0086b21a83ca 18:16:29 Step 5/24 : RUN apk add --update --no-cache make git 18:16:29 ---> Using cache 18:16:29 ---> 17b1ced0b18c 18:16:29 Step 6/24 : COPY go.mod . 18:16:29 ---> Running in 267aad6c686b 18:16:29 Removing intermediate container 6f3350c12ba9 18:16:29 ---> dd64d97ed71f 18:16:29 Step 6/23 : COPY go.mod . 18:16:29 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:16:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:16:29 ---> 891e09a80f2b 18:16:29 Step 3/24 : WORKDIR /edgex-go 18:16:29 ---> Using cache 18:16:29 ---> 6c92be8c6121 18:16:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:16:29 ---> Using cache 18:16:29 ---> 0086b21a83ca 18:16:29 Step 5/24 : RUN apk add --update --no-cache make git 18:16:29 ---> Using cache 18:16:29 ---> 17b1ced0b18c 18:16:29 Step 6/24 : COPY go.mod . 18:16:30 Removing intermediate container 267aad6c686b 18:16:30 ---> 00991977f756 18:16:30 Step 16/24 : EXPOSE $APP_PORT 18:16:30 ---> 3381feed77ee 18:16:30 Step 7/24 : RUN go mod download 18:16:30 ---> Running in 8000e26280cb 18:16:30 ---> b1ad604958d2 18:16:30 Step 7/32 : RUN go mod download ---> Running in 88ead529b5cd 18:16:30 18:16:30 ---> Running in 528174fb66d2 18:16:30 ---> ce11fa549c4f 18:16:30 Step 7/23 : RUN go mod download 18:16:30 ---> 5f7052aabb8a 18:16:30 Step 7/24 : RUN go mod download 18:16:31 ---> Running in f8ea0a6be62e 18:16:31 Removing intermediate container 8000e26280cb 18:16:31 ---> 7dcfde8d2787 18:16:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:16:31 ---> Running in d10dc8e28324 18:16:33 ---> 1d4ce2d9400d 18:16:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:16:34 ---> 5e5211e2dcf6 18:16:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:16:36 ---> bccf0f4314f8 18:16:36 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 18:16:36 ---> Running in af6a34a9276c 18:16:36 Removing intermediate container 88ead529b5cd 18:16:36 ---> d9622c996f07 18:16:36 Step 8/24 : COPY . . 18:16:37 Removing intermediate container af6a34a9276c 18:16:37 ---> 629d7c49317e 18:16:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:16:37 Removing intermediate container 528174fb66d2 18:16:37 ---> 39abee0aba87 18:16:37 Step 8/32 : COPY . . 18:16:37 ---> Running in 5d1baffecc7b 18:16:37 Removing intermediate container f8ea0a6be62e 18:16:37 ---> e5403778cc3a 18:16:37 Step 8/23 : COPY . . 18:16:38 Removing intermediate container d10dc8e28324 18:16:38 ---> 717743268f82 18:16:38 Step 8/24 : COPY . . 18:16:38 Removing intermediate container 5d1baffecc7b 18:16:38 ---> bea27b41c745 18:16:38 Step 22/24 : LABEL arch=arm64 18:16:38 ---> Running in de3eccefc8fe 18:16:40 Removing intermediate container de3eccefc8fe 18:16:40 ---> 709b2f42e5b4 18:16:40 Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:16:42 ---> Running in d53ee86bf642 18:16:43 Removing intermediate container d53ee86bf642 18:16:43 ---> 85368f64f844 18:16:43 Step 24/24 : LABEL version=0.0.0 18:16:43 ---> Running in d9fd70a26b8e 18:16:45 Removing intermediate container d9fd70a26b8e 18:16:45 ---> 40e4c8ea517e 18:16:45 18:16:46 Successfully built 40e4c8ea517e 18:16:46 Successfully tagged sys-mgmt-agent-arm64:latest 18:17:01  Building sys-mgmt-agent ... done  ---> 2ef934089eed 18:17:01 Step 9/32 : RUN go mod tidy 18:17:01 ---> 9b06c6e1a24f 18:17:01 Step 9/24 : RUN go mod tidy 18:17:01 ---> a8cd359d7a2d 18:17:01 Step 9/23 : RUN go mod tidy 18:17:01 ---> 692b96ab5a90 18:17:01 Step 9/24 : RUN go mod tidy 18:17:01 ---> Running in 74bf5baf9ebb 18:17:01 ---> Running in 546013c50e88 18:17:01 ---> Running in 17832a53881f 18:17:01 ---> Running in e323bc874f05 18:17:05 Removing intermediate container 74bf5baf9ebb 18:17:05 ---> 8d1a1c187bd7 18:17:05 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:17:05 ---> Running in f91501606239 18:17:05 Removing intermediate container e323bc874f05 18:17:05 ---> e1f71b3b3d21 18:17:05 Removing intermediate container 17832a53881f 18:17:05 Step 10/23 : RUN make cmd/support-notifications/support-notifications 18:17:05 ---> ca7fdab4b252 18:17:05 Step 10/24 : RUN make cmd/core-metadata/core-metadata 18:17:05 Removing intermediate container 546013c50e88 18:17:05 ---> 430a0a65b0fb 18:17:05 Step 10/24 : RUN make cmd/core-command/core-command 18:17:05 ---> Running in 506c2ba7c031 18:17:05 ---> Running in 3c70e410e968 18:17:06 ---> Running in a2e3b5132b3b 18:17:07 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 18:17: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 18:17: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 18:17:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:18:45 Removing intermediate container a2e3b5132b3b 18:18:45 ---> 3281d5da2aeb 18:18:45 18:18:45 Step 11/24 : FROM alpine:3.12 18:18:45 ---> c4fd0aeabfcf 18:18:45 Step 12/24 : RUN apk add --update --no-cache dumb-init 18:18:45 ---> Using cache 18:18:45 ---> c1fed7c34305 18:18:45 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:18:45 ---> Using cache 18:18:45 ---> 9be3a50a2fd0 18:18:45 Step 14/24 : ENV APP_PORT=59882 18:18:45 Removing intermediate container f91501606239 18:18:45 ---> 3bb4a80a7764 18:18:45 18:18:45 Step 11/32 : FROM alpine:3.12 18:18:45 ---> c4fd0aeabfcf 18:18:45 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:18:45 ---> Running in 5c95a9597fe3 18:18:45 ---> Running in 4dfc9923772d 18:18:45 Removing intermediate container 5c95a9597fe3 18:18:45 ---> 7f59e4035eeb 18:18:45 Step 15/24 : EXPOSE $APP_PORT 18:18:45 Removing intermediate container 4dfc9923772d 18:18:45 ---> 64985b227f77 18:18:45 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 18:18:45 ---> Running in 466ef856f824 18:18:45 ---> Running in bac966245d9c 18:18:45 Removing intermediate container 466ef856f824 18:18:45 ---> cdd33b8e129e 18:18:45 Step 16/24 : WORKDIR / 18:18:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:18:45 ---> Running in 635d8ec034a5 18:18:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:18:45 Removing intermediate container 3c70e410e968 18:18:45 ---> 3b91db84887a 18:18:45 18:18:45 Step 11/23 : FROM alpine:3.12 18:18:45 ---> c4fd0aeabfcf 18:18:45 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 18:18:45 Removing intermediate container 506c2ba7c031 18:18:45 ---> b1eaf5a2b9ac 18:18:45 18:18:45 Step 11/24 : FROM alpine:3.12 18:18:45 ---> c4fd0aeabfcf 18:18:45 Step 12/24 : RUN apk add --update --no-cache dumb-init 18:18:45 ---> Using cache 18:18:45 ---> c1fed7c34305 18:18:45 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:18:45 ---> Using cache 18:18:45 ---> 9be3a50a2fd0 18:18:45 Step 14/24 : ENV APP_PORT=59881 18:18:45 ---> Running in f0aa3007df5b 18:18:45 ---> Running in 27c55a865f75 18:18:45 Removing intermediate container 635d8ec034a5 18:18:45 ---> 85fc50402c94 18:18:45 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:18:45 (1/2) Installing dumb-init (1.2.2-r1) 18:18:45 (2/2) Installing su-exec (0.2-r1) 18:18:45 Executing busybox-1.31.1-r20.trigger 18:18:46 OK: 5 MiB in 16 packages 18:18:46 Removing intermediate container 27c55a865f75 18:18:46 ---> ecb2c826bdf1 18:18:46 Step 15/24 : EXPOSE $APP_PORT 18:18:46 ---> Running in 52f7640303d3 18:18:46 ---> dec161d0c71d 18:18:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:18:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:18:47 Removing intermediate container 52f7640303d3 18:18:47 ---> 0372cd98742a 18:18:47 Step 16/24 : WORKDIR / 18:18:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:18:47 Removing intermediate container bac966245d9c 18:18:47 ---> 96a5fe7f9d8b 18:18:47 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 18:18:47 ---> Running in 7ec69ab68cc6 18:18:47 ---> Running in 9c9b84b909c9 18:18:47 (1/2) Installing ca-certificates (20191127-r4) 18:18:48 (2/2) Installing dumb-init (1.2.2-r1) 18:18:48 Executing busybox-1.31.1-r20.trigger 18:18:48 Executing ca-certificates-20191127-r4.trigger 18:18:48 OK: 6 MiB in 16 packages 18:18:48 Removing intermediate container 7ec69ab68cc6 18:18:48 ---> 39f372819ce8 18:18:48 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:18:48 Removing intermediate container 9c9b84b909c9 18:18:48 ---> 2c2047766778 18:18:48 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:18:48 ---> 09c40fb765a1 18:18:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:18:48 ---> Running in 4b4c10c2bc1a 18:18:49 Removing intermediate container 4b4c10c2bc1a 18:18:49 ---> 90b4e8b4db6d 18:18:49 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:18:49 ---> 3786993816fe 18:18:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:18:49 ---> Running in 2207cd0e034f 18:18:49 ---> f2ef83be172f 18:18:49 Step 20/24 : ENTRYPOINT ["/core-command"] 18:18:50 Removing intermediate container f0aa3007df5b 18:18:50 ---> 0563ba262670 18:18:50 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:18:50 ---> Running in 4a36e3e43a78 18:18:50 ---> Running in 3aaa43503c14 18:18:50 Removing intermediate container 4a36e3e43a78 18:18:50 ---> 2363df8c1554 18:18:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:18:51 ---> Running in 33e354f12388 18:18:51 Removing intermediate container 3aaa43503c14 18:18:51 ---> 2107274acad9 18:18:51 Step 14/23 : ENV APP_PORT=59860 18:18:51 ---> af0725dfd90a 18:18:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:18:51 ---> Running in 5f9fd6247d2c 18:18:51 Removing intermediate container 33e354f12388 18:18:51 ---> f6247ef62fe7 18:18:51 Step 22/24 : LABEL arch=arm64 18:18:52 Removing intermediate container 5f9fd6247d2c 18:18:52 ---> a8813bd9d5a6 18:18:52 Step 15/23 : EXPOSE $APP_PORT 18:18:52 ---> Running in 20ab2468dd6e 18:18:52 ---> Running in 86367035f05a 18:18:52 ---> ef82b517003b 18:18:52 Step 20/24 : ENTRYPOINT ["/core-metadata"] 18:18:52 ---> Running in 3dde07f6b71a 18:18:52 Removing intermediate container 2207cd0e034f 18:18:52 ---> a401419c4797 18:18:52 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 18:18:52 Removing intermediate container 20ab2468dd6e 18:18:52 ---> 58ecf869e748 18:18:52 Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:18:53 Removing intermediate container 86367035f05a 18:18:53 ---> 6de160833741 18:18:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:18:53 ---> Running in 4e34cd9db537 18:18:53 ---> Running in aeda193019ff 18:18:53 Removing intermediate container 3dde07f6b71a 18:18:53 ---> 87619ffd0ec8 18:18:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:18:53 ---> Running in 0aabc0e0722c 18:18:53 Removing intermediate container aeda193019ff 18:18:53 ---> f4d16418d6dc 18:18:53 Step 24/24 : LABEL version=0.0.0 18:18:53 Removing intermediate container 4e34cd9db537 18:18:53 ---> d07b14d37a6c 18:18:53 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:18:54 ---> Running in 6bdc5564e948 18:18:54 ---> b29f41980fe6 18:18:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:18:54 Removing intermediate container 0aabc0e0722c 18:18:54 ---> 8238c2262ce2 18:18:54 Step 22/24 : LABEL arch=arm64 18:18:54 ---> Running in b54ded9a33ae 18:18:54 Removing intermediate container 6bdc5564e948 18:18:54 ---> 8cbe6fb3e6df 18:18:54 18:18:54 Successfully built 8cbe6fb3e6df 18:18:55 ---> be87b1a070d3 18:18:55 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:18:55 Successfully tagged core-command-arm64:latest 18:18:55  Building core-command ... done Removing intermediate container b54ded9a33ae 18:18:55 ---> 7525062ffa35 18:18:55 Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:18:55 ---> Running in 1b804c2a5c05 18:18:55 ---> 29796c50411f 18:18:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:18:55 ---> Running in f94851a39381 18:18:56 Removing intermediate container f94851a39381 18:18:56 ---> e95eab3b8380 18:18:56 Step 24/24 : LABEL version=0.0.0 18:18:56 ---> Running in 84184357d131 18:18:56 ---> 7a0463ef4eea 18:18:56 Step 19/23 : ENTRYPOINT ["/support-notifications"] 18:18:56 ---> Running in 5d7ea6145b00 18:18:57 Removing intermediate container 84184357d131 18:18:57 ---> 2fef5233b1ea 18:18:57 18:18:57 Removing intermediate container 5d7ea6145b00 18:18:57 ---> 3751634a2529 18:18:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:18:57 Successfully built 2fef5233b1ea 18:18:57 Successfully tagged core-metadata-arm64:latest 18:18:57  Building core-metadata ... done  ---> Running in 9dbcffd165ee 18:18:58 Removing intermediate container 9dbcffd165ee 18:18:58 ---> f9be08f53be2 18:18:58 Step 21/23 : LABEL arch=arm64 18:18:58 Removing intermediate container 1b804c2a5c05 18:18:58 ---> a2e0ff431c80 18:18:58 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 18:18:58 ---> Running in aa5c8ba102ce 18:18:58 Removing intermediate container aa5c8ba102ce 18:18:58 ---> 5a5ccb542d9c 18:18:58 Step 22/23 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:18:58 ---> Running in 0e47e3770d78 18:18:58 ---> 08675d73f681 18:18:58 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:18:59 Removing intermediate container 0e47e3770d78 18:18:59 ---> 0e732ffa42a1 18:18:59 Step 23/23 : LABEL version=0.0.0 18:18:59 ---> Running in 9d976587f586 18:19:00 ---> 2fd896c78011 18:19:00 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:19:00 Removing intermediate container 9d976587f586 18:19:00 ---> 390aa8e79114 18:19:00 18:19:00 Successfully built 390aa8e79114 18:19:00 Successfully tagged support-notifications-arm64:latest 18:19:01  Building support-notifications ... done  ---> 24f82301c2e2 18:19:01 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:19:01 ---> f71e0244a072 18:19:01 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:19:02 ---> e07ff4c3c7b1 18:19:02 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 18:19:03 ---> Running in c1df9aa4d25f 18:19:03 Removing intermediate container c1df9aa4d25f 18:19:03 ---> e06880b579b5 18:19:03 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:19:04 ---> 93d55a032f32 18:19:04 Step 27/32 : RUN chmod +x /entrypoint.sh 18:19:04 ---> Running in 676eb94377b9 18:19:07 Removing intermediate container 676eb94377b9 18:19:07 ---> f89328f89310 18:19:07 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 18:19:07 ---> Running in 95fc026b3b80 18:19:07 Removing intermediate container 95fc026b3b80 18:19:07 ---> da4840e72586 18:19:07 Step 29/32 : CMD ["gate"] 18:19:07 ---> Running in 93aea8e22e69 18:19:08 Removing intermediate container 93aea8e22e69 18:19:08 ---> 007a6bdfd970 18:19:08 Step 30/32 : LABEL arch=arm64 18:19:08 ---> Running in 5e590f1c456e 18:19:09 Removing intermediate container 5e590f1c456e 18:19:09 ---> a9917b73e03d 18:19:09 Step 31/32 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 18:19:09 ---> Running in 1a843174ef06 18:19:09 Removing intermediate container 1a843174ef06 18:19:09 ---> f05b45bf1cdb 18:19:09 Step 32/32 : LABEL version=0.0.0 18:19:10 ---> Running in ef7571e4c120 18:19:10 Removing intermediate container ef7571e4c120 18:19:10 ---> 0eab09eab1f4 18:19:10 18:19:11 Successfully built 0eab09eab1f4 18:19:11 Successfully tagged security-bootstrapper-arm64:latest 18:19:11  Building security-bootstrapper ... done  [Pipeline] } 18:19:11 $ docker stop --time=1 b7d89875be2d5d5c905c4bb930ec0c41f166fa80972dcd29cabad9a5a0841c7d 18:19:13 $ docker rm -f b7d89875be2d5d5c905c4bb930ec0c41f166fa80972dcd29cabad9a5a0841c7d [Pipeline] // withDockerContainer [Pipeline] sh 18:19:13 + docker images 18:19:14 REPOSITORY TAG IMAGE ID CREATED SIZE 18:19:14 security-bootstrapper-arm64 latest 0eab09eab1f4 3 seconds ago 17.7MB 18:19:14 support-notifications-arm64 latest 390aa8e79114 13 seconds ago 15.9MB 18:19:14 core-metadata-arm64 latest 2fef5233b1ea 17 seconds ago 15.8MB 18:19:14 core-command-arm64 latest 8cbe6fb3e6df 19 seconds ago 15.2MB 18:19:14 b1eaf5a2b9ac 29 seconds ago 1.57GB 18:19:14 3b91db84887a 29 seconds ago 1.57GB 18:19:14 3281d5da2aeb 34 seconds ago 1.56GB 18:19:14 3bb4a80a7764 34 seconds ago 1.57GB 18:19:14 sys-mgmt-agent-arm64 latest 40e4c8ea517e 2 minutes ago 311MB 18:19:14 security-secretstore-setup-arm64 latest 274f3acfaf28 3 minutes ago 26.5MB 18:19:14 core-data-arm64 latest 29c8ee4afa48 3 minutes ago 19.3MB 18:19:14 support-scheduler-arm64 latest 44cceec7b03d 3 minutes ago 15.2MB 18:19:14 security-proxy-setup-arm64 latest 775f15f1ce46 3 minutes ago 24.5MB 18:19:14 681ee0274c2e 4 minutes ago 1.57GB 18:19:14 e7339497f4b2 4 minutes ago 1.57GB 18:19:14 668a40105077 4 minutes ago 1.57GB 18:19:14 e3c09950234e 4 minutes ago 1.57GB 18:19:14 8f930411bfd9 4 minutes ago 1.57GB 18:19:14 ci-base-image-arm64 latest 891e09a80f2b 14 minutes ago 1.24GB 18:19:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 04bc70af865f 2 weeks ago 533MB 18:19:14 docker 20.10.7 df445af6242a 2 months ago 234MB 18:19:14 alpine 3.12 c4fd0aeabfcf 2 months ago 5.32MB 18:19:14 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 18:19:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:19:15 18:19:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 18:19:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:19:15 arm64: Pulling from edgex-lftools-log-publisher 18:19:15 448f6bf000e3: Pulling fs layer 18:19:15 f757da607395: Pulling fs layer 18:19:15 05883995daec: Pulling fs layer 18:19:15 8603b9c90790: Pulling fs layer 18:19:15 1560dd03e051: Pulling fs layer 18:19:15 27f5ce0e4adf: Pulling fs layer 18:19:15 c2d8d7efcc4b: Pulling fs layer 18:19:15 1560dd03e051: Waiting 18:19:15 c2d8d7efcc4b: Waiting 18:19:15 27f5ce0e4adf: Waiting 18:19:15 8603b9c90790: Waiting 18:19:16 f757da607395: Verifying Checksum 18:19:16 f757da607395: Download complete 18:19:16 8603b9c90790: Download complete 18:19:16 1560dd03e051: Verifying Checksum 18:19:16 1560dd03e051: Download complete 18:19:16 27f5ce0e4adf: Verifying Checksum 18:19:16 27f5ce0e4adf: Download complete 18:19:16 05883995daec: Verifying Checksum 18:19:16 05883995daec: Download complete 18:19:17 448f6bf000e3: Download complete 18:19:20 c2d8d7efcc4b: Verifying Checksum 18:19:20 c2d8d7efcc4b: Download complete 18:19:20 448f6bf000e3: Pull complete 18:19:21 f757da607395: Pull complete 18:19:23 05883995daec: Pull complete 18:19:23 8603b9c90790: Pull complete 18:19:24 1560dd03e051: Pull complete 18:19:24 27f5ce0e4adf: Pull complete 18:19:39 c2d8d7efcc4b: Pull complete 18:19:39 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 18:19:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:19:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 18:19:40 prd-ubuntu18.04-docker-arm64-4c-16g-403 does not seem to be running inside a container 18:19:40 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:19:44 $ docker top 1c17c92b6be5ed0de5474502c5cda16d80ba3986e35f99708600e449fec8be8d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:19:45 ---> job-cost.sh 18:19:45 lf-activate-venv: SKIPPING 18:19:45 INFO: No Stack... 18:19:46 INFO: Retrieving Pricing Info for: v3-standard-4 18:19:47 INFO: Archiving Costs [Pipeline] sh 18:19:47 + cat /w/workspace/edgex-go/10/archives/cost.csv 18:19:47 + cut -d, -f6 [Pipeline] lock 18:19:47 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3671-10-stack-cost] 18:19:47 Resource [jenkins-edgexfoundry-edgex-go-PR-3671-10-stack-cost] did not exist. Created. 18:19:47 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3671-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:19:48 + echo total: 0.10999999940395355 [Pipeline] stash 18:19:48 Stashed 1 file(s) [Pipeline] } 18:19:48 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3671-10-stack-cost] [Pipeline] // lock [Pipeline] } 18:19:48 $ docker stop --time=1 1c17c92b6be5ed0de5474502c5cda16d80ba3986e35f99708600e449fec8be8d 18:19:50 $ docker rm -f 1c17c92b6be5ed0de5474502c5cda16d80ba3986e35f99708600e449fec8be8d [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 18:19:51 provisioning config files... 18:19:51 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config5869367876519113189tmp [Pipeline] { [Pipeline] sh 18:19:52 + set +x 18:19:52 + curl -s https://codecov.io/bash 18:19:52 + bash -s -- 18:19:52 18:19:52 _____ _ 18:19:52 / ____| | | 18:19:52 | | ___ __| | ___ ___ _____ __ 18:19:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:19:52 | |___| (_) | (_| | __/ (_| (_) \ V / 18:19:52 \_____\___/ \__,_|\___|\___\___/ \_/ 18:19:52 Bash-1.0.6 18:19:52 18:19:52 18:19:52 ==> git version 2.24.4 found 18:19:52 ==> 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 18:19:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:19:52 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:19:52 ==> Jenkins CI detected. 18:19:52 current dir:  /w/workspace/edgex-go/10 18:19:52 project root: . 18:19:52 --> token set from env 18:19:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:19:52 ==> Running gcov in . (disable via -X gcov) 18:19:52 ==> Python coveragepy not found 18:19:52 ==> Searching for coverage reports in: 18:19:52 + . 18:19:52 -> Found 1 reports 18:19:52 ==> Detecting git/mercurial file structure 18:19:52 ==> Reading reports 18:19:52 + ./coverage.out bytes=404331 18:19:52 ==> Appending adjustments 18:19:52 https://docs.codecov.io/docs/fixing-reports 18:19:53 + Found adjustments 18:19:53 ==> Gzipping contents 18:19:53 56K /tmp/codecov.6kxijg.gz 18:19:53 ==> Uploading reports 18:19:53 url: https://codecov.io 18:19:53 query: branch=PR-3671&commit=8fa67b5464d781e97ad3bb56324fc859cbe71084&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3671%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3671&job=&cmd_args= 18:19:53 -> Pinging Codecov 18:19:53 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3671&commit=8fa67b5464d781e97ad3bb56324fc859cbe71084&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3671%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3671&job=&cmd_args= 18:19:54 -> Uploading to 18:19:54 https://storage.googleapis.com/codecov/v4/raw/2021-08-20/00271124DB129430A58F1EEE437C3FCB/8fa67b5464d781e97ad3bb56324fc859cbe71084/4f6f7b27-a4d1-47cb-846a-d8624de362f2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210820%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210820T181953Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=857be2c892dbfeb3e5987ea10b33460f1d79f25aa585a24bf5ad990c7a1c40d8 18:19:54 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:54 Dload Upload Total Spent Left Speed 18:19:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54563 0 0 100 54563 0 141k --:--:-- --:--:-- --:--:-- 141k 18:19:54 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8fa67b5464d781e97ad3bb56324fc859cbe71084 [Pipeline] } 18:19:54 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 18:19:55 + '[' -d /w/workspace/edgex-go/10/archives ']' [Pipeline] libraryResource [Pipeline] sh 18:19:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:19:56 ---> package-listing.sh 18:19:56 ++ facter osfamily 18:19:56 ++ tr '[:upper:]' '[:lower:]' 18:19:57 + OS_FAMILY=redhat 18:19:57 + workspace=/w/workspace/edgex-go/10 18:19:57 + START_PACKAGES=/tmp/packages_start.txt 18:19:57 + END_PACKAGES=/tmp/packages_end.txt 18:19:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:19:57 + PACKAGES=/tmp/packages_start.txt 18:19:57 + '[' /w/workspace/edgex-go/10 ']' 18:19:57 + PACKAGES=/tmp/packages_end.txt 18:19:57 + case "${OS_FAMILY}" in 18:19:57 + rpm -qa 18:19:57 + sort 18:20:00 + '[' -f /tmp/packages_start.txt ']' 18:20:00 + '[' -f /tmp/packages_end.txt ']' 18:20:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:20:00 + '[' /w/workspace/edgex-go/10 ']' 18:20:00 + mkdir -p /w/workspace/edgex-go/10/archives/ 18:20:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo 18:20: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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:20:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:20:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:20:01 18:20:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 18:20:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:20:01 latest: Pulling from edgex-lftools-log-publisher 18:20:01 b4d181a07f80: Pulling fs layer 18:20:01 a1111a8f2ec3: Pulling fs layer 18:20:01 ed53099fbce6: Pulling fs layer 18:20:01 dc539afda2c1: Pulling fs layer 18:20:01 77bc0d833cb6: Pulling fs layer 18:20:01 9065ff56babe: Pulling fs layer 18:20:01 d287ab97295c: Pulling fs layer 18:20:01 dc539afda2c1: Waiting 18:20:01 77bc0d833cb6: Waiting 18:20:01 9065ff56babe: Waiting 18:20:01 d287ab97295c: Waiting 18:20:02 a1111a8f2ec3: Verifying Checksum 18:20:02 a1111a8f2ec3: Download complete 18:20:02 dc539afda2c1: Verifying Checksum 18:20:02 dc539afda2c1: Download complete 18:20:02 77bc0d833cb6: Verifying Checksum 18:20:02 77bc0d833cb6: Download complete 18:20:02 9065ff56babe: Verifying Checksum 18:20:02 9065ff56babe: Download complete 18:20:02 ed53099fbce6: Verifying Checksum 18:20:02 ed53099fbce6: Download complete 18:20:04 b4d181a07f80: Verifying Checksum 18:20:04 b4d181a07f80: Download complete 18:20:05 b4d181a07f80: Pull complete 18:20:05 a1111a8f2ec3: Pull complete 18:20:06 ed53099fbce6: Pull complete 18:20:06 dc539afda2c1: Pull complete 18:20:06 77bc0d833cb6: Pull complete 18:20:06 9065ff56babe: Pull complete 18:20:08 d287ab97295c: Verifying Checksum 18:20:08 d287ab97295c: Download complete 18:20:14 d287ab97295c: Pull complete 18:20:14 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 18:20:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:20:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 18:20:14 prd-centos7-docker-4c-2g-402 does not seem to be running inside a container 18:20:14 $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:20:17 $ docker top c1ffffb839c7089870dbd45178eef5afe6ee81da246af8ba24d5004ad2eb3572 -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:18 + touch /tmp/pre-build-complete [Pipeline] sh 18:20:18 + mkdir -p /var/log/sysstat [Pipeline] sh 18:20:18 + ls /var/log/sa-host 18:20:18 + sadf -c /var/log/sa-host/sa19 18:20:18 file_magic: OK 18:20:18 HZ: Using current value: 100 18:20:18 file_header: OK 18:20:18 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:20:18 Statistics: 18:20:18 Hnuu...uuuununununu... 18:20:18 File successfully converted to sysstat format version 12.0.3 18:20:18 + sadf -c /var/log/sa-host/sa20 18:20:18 file_magic: OK 18:20:18 HZ: Using current value: 100 18:20:18 file_header: OK 18:20:18 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:20:18 Statistics: 18:20:18 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:20:18 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:20:19 provisioning config files... 18:20:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config7389487806418758730tmp [Pipeline] { [Pipeline] echo 18:20:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:20:20 ---> create-netrc.sh [Pipeline] } 18:20:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:20:20 ---> python-tools-install.sh [Pipeline] echo 18:20:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:20:20 ---> sudo-logs.sh 18:20:20 Archiving 'sudo' log.. 18:20:26 sudo: unable to resolve host prd-centos7-docker-4c-2g-402.vexxhost.local: Name or service not known 18:20:26 sudo: unable to resolve host prd-centos7-docker-4c-2g-402.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 18:20:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:20:26 ---> job-cost.sh 18:20:26 lf-activate-venv: SKIPPING 18:20:26 DEBUG: total: 0.10999999940395355 18:20:26 INFO: Retrieving Stack Cost... 18:20:27 INFO: Retrieving Pricing Info for: v3-standard-2 18:20:27 INFO: Archiving Costs [Pipeline] echo 18:20:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:20:28 ---> logs-deploy.sh 18:20:28 lf-activate-venv: SKIPPING 18:20:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3671/10 18:20:28 INFO: archiving workspace using pattern(s): 18:20:28 Archives upload complete. 18:20:29 INFO: archiving logs to Nexus 18:20:29 ---> uname -a: 18:20:29 Linux prd-centos7-docker-4c-2g-402.vexxhost.local 3.10.0-1160.36.2.el7.x86_64 #1 SMP Wed Jul 21 11:57:15 UTC 2021 x86_64 GNU/Linux 18:20:29 18:20:29 18:20:29 ---> lscpu: 18:20:29 Architecture: x86_64 18:20:29 CPU op-mode(s): 32-bit, 64-bit 18:20:29 Byte Order: Little Endian 18:20:29 Address sizes: 40 bits physical, 48 bits virtual 18:20:29 CPU(s): 2 18:20:29 On-line CPU(s) list: 0,1 18:20:29 Thread(s) per core: 1 18:20:29 Core(s) per socket: 1 18:20:29 Socket(s): 2 18:20:29 NUMA node(s): 1 18:20:29 Vendor ID: AuthenticAMD 18:20:29 CPU family: 23 18:20:29 Model: 49 18:20:29 Model name: AMD EPYC-Rome Processor 18:20:29 Stepping: 0 18:20:29 CPU MHz: 2799.998 18:20:29 BogoMIPS: 5599.99 18:20:29 Virtualization: AMD-V 18:20:29 Hypervisor vendor: KVM 18:20:29 Virtualization type: full 18:20:29 L1d cache: 32K 18:20:29 L1i cache: 32K 18:20:29 L2 cache: 512K 18:20:29 L3 cache: 16384K 18:20:29 NUMA node0 CPU(s): 0,1 18:20:29 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 18:20:29 18:20:29 18:20:29 ---> nproc: 18:20:29 2 18:20:29 18:20:29 18:20:29 ---> df -h: 18:20:29 Filesystem Size Used Avail Use% Mounted on 18:20:29 overlay 40G 13G 28G 32% / 18:20:29 tmpfs 64M 0 64M 0% /dev 18:20:29 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 18:20:29 shm 64M 0 64M 0% /dev/shm 18:20:29 /dev/vda1 40G 13G 28G 32% /facter-os 18:20:29 18:20:29 18:20:29 ---> sar -b -r -n DEV: 18:20:29 Linux 3.10.0-1160.36.2.el7.x86_64 (centos-7-docker-611db46c-487c-30ca-28da-62715972c0a2.vexxhost.lo) 08/20/21 _x86_64_ (2 CPU) 18:20:29 18:20:29 17:57:35 LINUX RESTART (2 CPU) 18:20:29 18:20:29 17:58:01 tps rtps wtps bread/s bwrtn/s 18:20:29 17:59:01 54.68 3.90 50.78 884.18 6958.08 18:20:29 18:00:01 51.31 3.08 48.23 2321.53 6830.74 18:20:29 18:01:01 365.45 0.22 365.23 26.11 94077.09 18:20:29 18:02:01 56.72 0.08 56.64 1.60 6855.04 18:20:29 18:03:01 47.99 0.02 47.98 0.53 5240.48 18:20:29 18:04:01 528.59 262.89 265.70 7551.38 166747.22 18:20:29 18:05:01 285.25 24.95 260.29 844.26 148820.47 18:20:29 18:06:01 524.48 57.04 467.44 3350.41 195887.04 18:20:29 18:07:01 162.03 10.47 151.56 1031.06 21598.07 18:20:29 18:08:01 1.37 0.00 1.37 0.00 22.17 18:20:29 18:09:01 0.42 0.00 0.42 0.00 6.31 18:20:29 18:10:01 0.20 0.00 0.20 0.00 2.85 18:20:29 18:11:01 0.18 0.00 0.18 0.00 2.18 18:20:29 18:12:01 0.20 0.00 0.20 0.00 2.55 18:20:29 18:13:01 0.37 0.23 0.13 7.33 2.20 18:20:29 18:14:01 0.48 0.20 0.28 1.73 4.26 18:20:29 18:15:02 0.23 0.00 0.23 0.00 2.90 18:20:29 18:16:01 0.29 0.00 0.29 0.00 3.66 18:20:29 18:17:01 0.25 0.00 0.25 0.00 3.86 18:20:29 18:18:01 0.25 0.00 0.25 0.00 3.07 18:20:29 18:19:01 0.28 0.00 0.28 0.00 2.88 18:20:29 18:20:01 62.77 62.59 0.18 4089.67 15.14 18:20:29 Average: 97.56 19.37 78.19 915.00 29728.59 18:20:29 18:20:29 17:58:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:20:29 17:59:01 5676788 0 578324 7.22 2620 1751208 1241160 13.70 621516 1478832 4392 18:20:29 18:00:01 5175824 0 648152 8.09 2620 2182344 1347160 14.87 884896 1693648 177604 18:20:29 18:01:01 3795136 0 860108 10.74 2620 3351076 1271808 14.04 1021444 2728948 16 18:20:29 18:02:01 3318588 0 1001464 12.50 2620 3686268 1685112 18.60 1398564 2805412 139240 18:20:29 18:03:01 3321776 0 1051108 13.12 2620 3633436 1587436 17.53 1377332 2818008 98076 18:20:29 18:04:01 1686184 0 1085224 13.55 2620 5234912 1738128 19.19 1393624 4353528 260 18:20:29 18:05:01 738044 0 1189032 14.85 2620 6079244 2271704 25.08 2962228 3654004 73860 18:20:29 18:06:01 851136 0 1449128 18.09 2620 5706056 2711956 29.94 2176540 4294832 8308 18:20:29 18:07:01 2949672 0 1026620 12.82 2620 4030028 1221908 13.49 1250164 3187448 8 18:20:29 18:08:01 2945468 0 1030820 12.87 2620 4030032 1185916 13.09 1274780 3168120 8 18:20:29 18:09:01 2948704 0 1027580 12.83 2620 4030036 1186000 13.09 1281884 3159496 8 18:20:29 18:10:01 2948488 0 1027792 12.83 2620 4030040 1186048 13.09 1282052 3159496 8 18:20:29 18:11:01 2955920 0 1020352 12.74 2620 4030048 1186060 13.09 1281148 3152924 8 18:20:29 18:12:01 2956688 0 1019584 12.73 2620 4030048 1185980 13.09 1280716 3152920 20 18:20:29 18:13:01 2956168 0 1020072 12.74 2620 4030080 1185980 13.09 1280676 3153000 20 18:20:29 18:14:01 2953372 0 1022864 12.77 2620 4030084 1186184 13.10 1286500 3150244 8 18:20:29 18:15:02 2953620 0 1022612 12.77 2620 4030088 1185980 13.09 1286180 3150244 8 18:20:29 18:16:01 2954008 0 1022216 12.76 2620 4030096 1185980 13.09 1286188 3150244 8 18:20:29 18:17:01 2953752 0 1022472 12.77 2620 4030096 1185980 13.09 1286188 3150244 8 18:20:29 18:18:01 2953884 0 1022332 12.76 2620 4030104 1185980 13.09 1286196 3150244 8 18:20:29 18:19:01 2953664 0 1022552 12.77 2620 4030104 1186052 13.09 1286284 3150244 8 18:20:29 18:20:01 2819840 0 1033312 12.90 2620 4153168 1284444 14.18 1294644 3272112 284 18:20:29 Average: 2989397 0 1009260 12.60 2620 4007663 1390589 15.35 1353625 3097009 22826 18:20:29 18:20:29 17:58:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:20:29 17:59:01 eth0 959.29 641.09 3289.21 84.42 0.00 0.00 0.00 0.00 18:20:29 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 17:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:00:01 eth0 1017.27 900.32 3048.27 101.54 0.00 0.00 0.00 0.00 18:20:29 18:00:01 vethb837bde 839.38 908.86 81.58 2699.79 0.00 0.00 0.00 0.00 18:20:29 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:00:01 docker0 839.38 908.73 70.10 2699.78 0.00 0.00 0.00 0.00 18:20:29 18:01:01 eth0 1036.10 793.64 5352.53 110.70 0.00 0.00 0.00 0.00 18:20:29 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:01:01 docker0 416.25 484.08 32.24 2057.14 0.00 0.00 0.00 0.00 18:20:29 18:02:01 eth0 45.35 25.35 37.51 16.54 0.00 0.00 0.00 0.00 18:20:29 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:02:01 vethfe4d63c 0.63 0.77 0.05 0.07 0.00 0.00 0.00 0.00 18:20:29 18:02:01 docker0 0.63 0.63 0.04 0.06 0.00 0.00 0.00 0.00 18:20:29 18:03:01 eth0 25.02 14.53 22.86 12.85 0.00 0.00 0.00 0.00 18:20:29 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:03:01 vethfe4d63c 0.47 0.43 0.04 0.03 0.00 0.00 0.00 0.00 18:20:29 18:03:01 docker0 0.47 0.43 0.03 0.03 0.00 0.00 0.00 0.00 18:20:29 18:04:01 veth2c8b237 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 18:20:29 18:04:01 vethfb00ebc 1.10 1.28 0.08 2.24 0.00 0.00 0.00 0.00 18:20:29 18:04:01 vethc5a798f 7.34 12.79 0.53 29.52 0.00 0.00 0.00 0.00 18:20:29 18:04:01 eth0 316.55 214.12 1837.19 31.48 0.00 0.00 0.00 0.00 18:20:29 18:05:01 veth2c8b237 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 18:20:29 18:05:01 veth8f78a0a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:20:29 18:05:01 eth0 49.06 28.29 60.78 63.14 0.00 0.00 0.00 0.00 18:20:29 18:05:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:20:29 18:06:01 veth2c8b237 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 18:20:29 18:06:01 veth8b91931 0.05 0.18 0.00 0.01 0.00 0.00 0.00 0.00 18:20:29 18:06:01 veth7448b35 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 18:20:29 18:06:01 eth0 417.22 254.79 1857.08 84.90 0.00 0.00 0.00 0.00 18:20:29 18:07:01 eth0 36.26 17.81 80.57 9.59 0.00 0.00 0.00 0.00 18:20:29 18:07:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:20:29 18:07:01 docker0 1414.85 1647.76 112.13 5564.07 0.00 0.00 0.00 0.00 18:20:29 18:08:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:20:29 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:09:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 18:20:29 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:10:01 eth0 0.87 0.30 0.31 0.20 0.00 0.00 0.00 0.00 18:20:29 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:11:01 eth0 0.70 0.38 0.69 0.20 0.00 0.00 0.00 0.00 18:20:29 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:12:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:20:29 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:13:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:20:29 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:14:01 eth0 1.00 0.42 0.44 0.24 0.00 0.00 0.00 0.00 18:20:29 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:15:02 eth0 0.08 0.08 0.01 0.04 0.00 0.00 0.00 0.00 18:20:29 18:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:16:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:17:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:20:29 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:18:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:19:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 18:20:29 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:20:01 eth0 20.32 13.01 15.90 49.42 0.00 0.00 0.00 0.00 18:20:29 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 Average: eth0 178.62 132.16 709.91 25.73 0.00 0.00 0.00 0.00 18:20:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:29 Average: docker0 64.39 74.99 5.10 253.21 0.00 0.00 0.00 0.00 18:20:29 18:20:29 18:20:29 ---> sar -P ALL: 18:20:29 Linux 3.10.0-1160.36.2.el7.x86_64 (centos-7-docker-611db46c-487c-30ca-28da-62715972c0a2.vexxhost.lo) 08/20/21 _x86_64_ (2 CPU) 18:20:29 18:20:29 17:57:35 LINUX RESTART (2 CPU) 18:20:29 18:20:29 17:58:01 CPU %user %nice %system %iowait %steal %idle 18:20:29 17:59:01 all 11.37 0.00 2.13 0.89 0.05 85.57 18:20:29 17:59:01 0 10.94 0.00 2.56 0.35 0.05 86.10 18:20:29 17:59:01 1 11.79 0.00 1.69 1.43 0.05 85.03 18:20:29 18:00:01 all 16.26 0.00 3.92 0.90 0.08 78.84 18:20:29 18:00:01 0 13.38 0.00 4.29 0.83 0.09 81.41 18:20:29 18:00:01 1 19.12 0.00 3.54 0.97 0.07 76.30 18:20:29 18:01:01 all 24.95 0.00 11.89 3.69 0.10 59.37 18:20:29 18:01:01 0 25.25 0.00 12.38 4.06 0.11 58.20 18:20:29 18:01:01 1 24.64 0.00 11.40 3.33 0.09 60.53 18:20:29 18:02:01 all 56.30 0.00 5.99 0.59 0.10 37.03 18:20:29 18:02:01 0 55.60 0.00 6.54 0.72 0.09 37.05 18:20:29 18:02:01 1 57.00 0.00 5.45 0.45 0.11 37.00 18:20:29 18:03:01 all 48.36 0.00 6.71 0.35 0.09 44.49 18:20:29 18:03:01 0 48.93 0.00 6.99 0.38 0.09 43.61 18:20:29 18:03:01 1 47.80 0.00 6.43 0.32 0.09 45.36 18:20:29 18:04:01 all 31.26 0.00 13.70 20.99 0.09 33.96 18:20:29 18:04:01 0 31.40 0.00 14.02 21.16 0.09 33.33 18:20:29 18:04:01 1 31.11 0.00 13.38 20.82 0.09 34.60 18:20:29 18:05:01 all 64.77 0.00 14.12 16.55 0.13 4.43 18:20:29 18:05:01 0 65.32 0.00 13.35 18.22 0.15 2.97 18:20:29 18:05:01 1 64.22 0.00 14.89 14.89 0.11 5.88 18:20:29 18:06:01 all 61.39 0.00 18.22 18.75 0.14 1.51 18:20:29 18:06:01 0 62.37 0.00 17.38 18.74 0.13 1.38 18:20:29 18:06:01 1 60.40 0.00 19.07 18.75 0.15 1.64 18:20:29 18:07:01 all 23.44 0.00 5.15 2.70 0.06 68.65 18:20:29 18:07:01 0 23.56 0.00 4.96 2.85 0.07 68.56 18:20:29 18:07:01 1 23.32 0.00 5.34 2.54 0.05 68.74 18:20:29 18:08:01 all 0.18 0.00 0.03 0.00 0.01 99.78 18:20:29 18:08:01 0 0.03 0.00 0.05 0.00 0.02 99.90 18:20:29 18:08:01 1 0.32 0.00 0.02 0.00 0.00 99.67 18:20:29 18:09:01 all 0.23 0.00 0.05 0.00 0.02 99.70 18:20:29 18:09:01 0 0.05 0.00 0.07 0.00 0.02 99.87 18:20:29 18:09:01 1 0.42 0.00 0.03 0.00 0.02 99.53 18:20:29 18:20:29 18:09:01 CPU %user %nice %system %iowait %steal %idle 18:20:29 18:10:01 all 0.18 0.00 0.02 0.00 0.02 99.79 18:20:29 18:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:20:29 18:10:01 1 0.33 0.00 0.02 0.00 0.02 99.63 18:20:29 18:11:01 all 0.18 0.00 0.03 0.00 0.02 99.77 18:20:29 18:11:01 0 0.05 0.00 0.03 0.00 0.00 99.92 18:20:29 18:11:01 1 0.30 0.00 0.03 0.00 0.03 99.63 18:20:29 18:12:01 all 0.21 0.00 0.03 0.00 0.02 99.75 18:20:29 18:12:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:20:29 18:12:01 1 0.40 0.00 0.03 0.00 0.02 99.55 18:20:29 18:13:01 all 0.25 0.00 0.05 0.00 0.01 99.69 18:20:29 18:13:01 0 0.05 0.00 0.05 0.00 0.02 99.88 18:20:29 18:13:01 1 0.45 0.00 0.05 0.00 0.00 99.50 18:20:29 18:14:01 all 0.15 0.00 0.04 0.00 0.01 99.80 18:20:29 18:14:01 0 0.05 0.00 0.03 0.00 0.02 99.90 18:20:29 18:14:01 1 0.25 0.00 0.05 0.00 0.00 99.70 18:20:29 18:15:02 all 0.14 0.00 0.03 0.00 0.02 99.82 18:20:29 18:15:02 0 0.05 0.00 0.03 0.00 0.02 99.90 18:20:29 18:15:02 1 0.23 0.00 0.02 0.00 0.02 99.73 18:20:29 18:16:01 all 0.17 0.00 0.03 0.00 0.01 99.80 18:20:29 18:16:01 0 0.03 0.00 0.02 0.00 0.02 99.93 18:20:29 18:16:01 1 0.31 0.00 0.03 0.00 0.00 99.66 18:20:29 18:17:01 all 0.13 0.00 0.03 0.00 0.02 99.82 18:20:29 18:17:01 0 0.05 0.00 0.03 0.00 0.02 99.90 18:20:29 18:17:01 1 0.22 0.00 0.03 0.00 0.02 99.73 18:20:29 18:18:01 all 0.18 0.00 0.03 0.00 0.01 99.77 18:20:29 18:18:01 0 0.05 0.00 0.03 0.00 0.02 99.90 18:20:29 18:18:01 1 0.32 0.00 0.03 0.00 0.00 99.65 18:20:29 18:19:01 all 0.16 0.00 0.03 0.00 0.01 99.81 18:20:29 18:19:01 0 0.05 0.00 0.03 0.00 0.02 99.90 18:20:29 18:19:01 1 0.27 0.00 0.02 0.00 0.00 99.72 18:20:29 18:20:01 all 2.54 0.00 0.86 1.92 0.03 94.65 18:20:29 18:20:01 0 2.15 0.00 0.94 0.40 0.03 96.48 18:20:29 18:20:01 1 2.94 0.00 0.77 3.44 0.03 92.82 18:20:29 18:20:29 Average: CPU %user %nice %system %iowait %steal %idle 18:20:29 Average: all 14.87 0.00 3.60 2.91 0.04 78.58 18:20:29 Average: 0 14.70 0.00 3.63 2.91 0.05 78.70 18:20:29 Average: 1 15.04 0.00 3.57 2.90 0.04 78.45 18:20:29 18:20:29 18:20:29