Started by user Ernesto Ojeda 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 ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from b754ce5b2aa4ae2a53152a8960953798e3402c12+6d7ef7536c6b5b4a7a59b9fe5a7a3965e4137e1c (ae6dfdc7d7bef698852529615e8fae7a7daf083e) 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-ssh7042293560593290448.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fbf90f19193a45d2dbdd9e9e5fbe6e31255a08c 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-ssh4229314312139894368.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 4fbf90f19193a45d2dbdd9e9e5fbe6e31255a08c 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-3651/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-3651/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1321304989182342560.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fbf90f19193a45d2dbdd9e9e5fbe6e31255a08c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fbf90f19193a45d2dbdd9e9e5fbe6e31255a08c # timeout=10 Commit message: "Merge pull request #352 from ernestojeda/parallel-go-mod-download" > 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-ssh9221574166726406184.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-3651/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-3651/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7421360481629025737.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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2187 in /w/workspace/edgexfoundry_edgex-go_PR-3651 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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/6@tmp/jenkins-gitclient-ssh1215936475656380221.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/6@tmp/jenkins-gitclient-ssh85521054781149673.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3651/head:refs/remotes/origin/PR-3651 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 6d7ef7536c6b5b4a7a59b9fe5a7a3965e4137e1c into PR head commit b754ce5b2aa4ae2a53152a8960953798e3402c12 Merge succeeded, producing b754ce5b2aa4ae2a53152a8960953798e3402c12 Checking out Revision b754ce5b2aa4ae2a53152a8960953798e3402c12 (PR-3651) > git config core.sparsecheckout # timeout=10 > git checkout -f b754ce5b2aa4ae2a53152a8960953798e3402c12 # 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/6@tmp/jenkins-gitclient-ssh4813707087062167046.key > git merge 6d7ef7536c6b5b4a7a59b9fe5a7a3965e4137e1c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b754ce5b2aa4ae2a53152a8960953798e3402c12 # timeout=10 Commit message: "ci: remove the need for a ci specific Dockerfile" > git rev-list --no-walk b754ce5b2aa4ae2a53152a8960953798e3402c12 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:31:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:31:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:31:05 ========================================================= 23:31:05 EdgeX Global Pipelines Version Info 23:31:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:31:08 ------------------- 23:31:08 stable info: 23:31:08 ------------------- 23:31:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:31:08 Commit SHA: 4fbf90f19193a45d2dbdd9e9e5fbe6e31255a08c 23:31:08 Message: update stable to v1.0.204 23:31:08 ------------------- 23:31:08 experimental info: 23:31:08 ------------------- 23:31:08 Commited By: **** collab-it+edgex@linuxfoundation.org 23:31:08 Commit SHA: 4fbf90f19193a45d2dbdd9e9e5fbe6e31255a08c 23:31:08 Message: update experimental to v1.0.204 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3651 [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3651 [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3651 [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b754ce5b2aa4ae2a53152a8960953798e3402c12 [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b754ce5 [Pipeline] echo 23:31:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:31:08 provisioning config files... 23:31:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config1253340053448707113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:31:09 ---> docker-login.sh 23:31:09 nexus3.edgexfoundry.org:10001 23:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:09 Configure a credential helper to remove this warning. See 23:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:09 23:31:09 Login Succeeded 23:31:09 nexus3.edgexfoundry.org:10002 23:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:09 Configure a credential helper to remove this warning. See 23:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:09 23:31:09 Login Succeeded 23:31:09 nexus3.edgexfoundry.org:10003 23:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:09 Configure a credential helper to remove this warning. See 23:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:09 23:31:09 Login Succeeded 23:31:09 nexus3.edgexfoundry.org:10004 23:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:10 Configure a credential helper to remove this warning. See 23:31:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:10 23:31:10 Login Succeeded 23:31:10 docker.io 23:31:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:10 Configure a credential helper to remove this warning. See 23:31:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:10 23:31:10 Login Succeeded 23:31:10 ---> docker-login.sh ends [Pipeline] } 23:31:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:31:10 ++ 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 23:31:10 + for file in '`ls cmd/**/Dockerfile`' 23:31:10 ++ dirname cmd/core-command/Dockerfile 23:31:10 ++ cut -d/ -f2 23:31:10 + echo core-command,cmd/core-command/Dockerfile 23:31:10 + for file in '`ls cmd/**/Dockerfile`' 23:31:10 ++ dirname cmd/core-data/Dockerfile 23:31:10 ++ cut -d/ -f2 23:31:10 + echo core-data,cmd/core-data/Dockerfile 23:31:10 + for file in '`ls cmd/**/Dockerfile`' 23:31:10 ++ dirname cmd/core-metadata/Dockerfile 23:31:10 ++ cut -d/ -f2 23:31:10 + echo core-metadata,cmd/core-metadata/Dockerfile 23:31:10 + for file in '`ls cmd/**/Dockerfile`' 23:31:10 ++ dirname cmd/security-bootstrapper/Dockerfile 23:31:10 ++ cut -d/ -f2 23:31:10 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 23:31:10 + for file in '`ls cmd/**/Dockerfile`' 23:31:10 ++ dirname cmd/security-proxy-setup/Dockerfile 23:31:10 ++ cut -d/ -f2 23:31:10 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:31:10 + for file in '`ls cmd/**/Dockerfile`' 23:31:10 ++ dirname cmd/security-secretstore-setup/Dockerfile 23:31:10 ++ cut -d/ -f2 23:31:10 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:31:10 + for file in '`ls cmd/**/Dockerfile`' 23:31:10 ++ dirname cmd/support-notifications/Dockerfile 23:31:10 ++ cut -d/ -f2 23:31:10 + echo support-notifications,cmd/support-notifications/Dockerfile 23:31:10 + for file in '`ls cmd/**/Dockerfile`' 23:31:10 ++ dirname cmd/support-scheduler/Dockerfile 23:31:10 ++ cut -d/ -f2 23:31:10 + echo support-scheduler,cmd/support-scheduler/Dockerfile 23:31:10 + for file in '`ls cmd/**/Dockerfile`' 23:31:10 ++ dirname cmd/sys-mgmt-agent/Dockerfile 23:31:10 ++ cut -d/ -f2 23:31:10 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 23:31:10 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 23:31:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:31:14 23:31:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:31:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:31:14 latest: Pulling from edgex-devops/git-semver 23:31:14 31603596830f: Pulling fs layer 23:31:14 d4622e32a9a9: Pulling fs layer 23:31:14 1030fce36090: Pulling fs layer 23:31:14 6c6cb7e1b49b: Pulling fs layer 23:31:14 6c6cb7e1b49b: Waiting 23:31:14 d4622e32a9a9: Download complete 23:31:14 31603596830f: Verifying Checksum 23:31:14 31603596830f: Download complete 23:31:14 6c6cb7e1b49b: Verifying Checksum 23:31:14 6c6cb7e1b49b: Download complete 23:31:14 31603596830f: Pull complete 23:31:14 d4622e32a9a9: Pull complete 23:31:14 1030fce36090: Verifying Checksum 23:31:14 1030fce36090: Download complete 23:31:15 1030fce36090: Pull complete 23:31:15 6c6cb7e1b49b: Pull complete 23:31:15 Digest: sha256:98b6084a185347f7b64647794a0a4774a411b925a780a33b3032b91fe10e00ab 23:31:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:31:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:31:15 prd-centos7-docker-4c-2g-2187 does not seem to be running inside a container 23:31:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 23:31:16 $ docker top 7a95f7d013aa588f8c185077fb2859e48d3663927bc5e003fb7aef5ba8fe857a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:31:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:31:16 [ssh-agent] Looking for ssh-agent implementation... 23:31:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:31:17 $ docker exec 7a95f7d013aa588f8c185077fb2859e48d3663927bc5e003fb7aef5ba8fe857a ssh-agent 23:31:17 SSH_AUTH_SOCK=/tmp/ssh-M5JQN2tUMTwN/agent.14 23:31:17 SSH_AGENT_PID=20 23:31:17 Running ssh-add (command line suppressed) 23:31:17 Identity added: /w/workspace/edgex-go/6@tmp/private_key_1546098887849054793.key (/w/workspace/edgex-go/6@tmp/private_key_1546098887849054793.key) 23:31:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:31:17 + git tag --points-at HEAD [Pipeline] } 23:31:17 $ docker exec --env ******** --env ******** 7a95f7d013aa588f8c185077fb2859e48d3663927bc5e003fb7aef5ba8fe857a ssh-agent -k 23:31:17 unset SSH_AUTH_SOCK; 23:31:17 unset SSH_AGENT_PID; 23:31:17 echo Agent pid 20 killed; 23:31:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:31:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:31:17 [ssh-agent] Looking for ssh-agent implementation... 23:31:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:31:17 $ docker exec 7a95f7d013aa588f8c185077fb2859e48d3663927bc5e003fb7aef5ba8fe857a ssh-agent 23:31:18 SSH_AUTH_SOCK=/tmp/ssh-mp5SusijuIGL/agent.54 23:31:18 SSH_AGENT_PID=61 23:31:18 Running ssh-add (command line suppressed) 23:31:18 Identity added: /w/workspace/edgex-go/6@tmp/private_key_6026334894390251137.key (/w/workspace/edgex-go/6@tmp/private_key_6026334894390251137.key) 23:31:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:31:18 + git semver init 23:31:18 # -> Open(): unable to determine branch for HEAD 23:31:18 # $GIT_DIR = /w/workspace/edgex-go/6/.git 23:31:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 23:31:18 # $SEMVER_REMOTE_NAME = origin 23:31:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:31:18 # $SEMVER_USER_NAME = edgex-jenkins 23:31:18 # $SEMVER_BRANCH = PR-3651 23:31:18 # $SEMVER_TEMP = /tmp/semver-841352192 23:31:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 23:31:32 # '/tmp/semver-841352192' -> '/w/workspace/edgex-go/6/.semver' 23:31:32 # -> Force: false 23:31:32 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 23:31:32 $ docker exec --env ******** --env ******** 7a95f7d013aa588f8c185077fb2859e48d3663927bc5e003fb7aef5ba8fe857a ssh-agent -k 23:31:32 unset SSH_AUTH_SOCK; 23:31:32 unset SSH_AGENT_PID; 23:31:32 echo Agent pid 61 killed; 23:31:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:31:33 + git semver [Pipeline] } 23:31:33 $ docker stop --time=1 7a95f7d013aa588f8c185077fb2859e48d3663927bc5e003fb7aef5ba8fe857a 23:31:35 $ docker rm -f 7a95f7d013aa588f8c185077fb2859e48d3663927bc5e003fb7aef5ba8fe857a [Pipeline] // withDockerContainer [Pipeline] sh 23:31:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:31:36 Stashed 1 file(s) [Pipeline] echo 23:31:36 [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 23:31:36 ========================================================= 23:31:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 23:31:36 ========================================================= [Pipeline] fileExists [Pipeline] sh 23:31:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 23:31:36 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 23:31:36 540db60ca938: Pulling fs layer 23:31:36 adcc1eea9eea: Pulling fs layer 23:31:36 4c4ab2625f07: Pulling fs layer 23:31:36 db62176df00c: Pulling fs layer 23:31:36 3b30891b0d05: Pulling fs layer 23:31:36 06b49ca38bd5: Pulling fs layer 23:31:36 c788192a36de: Pulling fs layer 23:31:36 a77e37c0d609: Pulling fs layer 23:31:36 c3185cebc471: Pulling fs layer 23:31:36 db62176df00c: Waiting 23:31:36 3b30891b0d05: Waiting 23:31:36 06b49ca38bd5: Waiting 23:31:36 c788192a36de: Waiting 23:31:36 a77e37c0d609: Waiting 23:31:36 c3185cebc471: Waiting 23:31:36 4c4ab2625f07: Verifying Checksum 23:31:36 4c4ab2625f07: Download complete 23:31:36 adcc1eea9eea: Verifying Checksum 23:31:36 adcc1eea9eea: Download complete 23:31:36 3b30891b0d05: Verifying Checksum 23:31:36 3b30891b0d05: Download complete 23:31:37 06b49ca38bd5: Verifying Checksum 23:31:37 06b49ca38bd5: Download complete 23:31:37 c788192a36de: Verifying Checksum 23:31:37 c788192a36de: Download complete 23:31:37 540db60ca938: Verifying Checksum 23:31:37 540db60ca938: Download complete 23:31:37 540db60ca938: Pull complete 23:31:37 adcc1eea9eea: Pull complete 23:31:37 4c4ab2625f07: Pull complete 23:31:37 a77e37c0d609: Verifying Checksum 23:31:37 a77e37c0d609: Download complete 23:31:40 c3185cebc471: Verifying Checksum 23:31:41 db62176df00c: Verifying Checksum 23:31:41 db62176df00c: Download complete 23:31:45 db62176df00c: Pull complete 23:31:45 3b30891b0d05: Pull complete 23:31:45 06b49ca38bd5: Pull complete 23:31:45 c788192a36de: Pull complete 23:31:45 a77e37c0d609: Pull complete 23:31:48 c3185cebc471: Pull complete 23:31:48 Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd 23:31:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 23:31:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh 23:31:48 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 23:31:48 WORKDIR /edgex 23:31:48 COPY go.mod . 23:31:48 RUN go mod download' 23:31:48 + docker build -t ci-base-image-x86_64 -f - . 23:31:49 Sending build context to Docker daemon 328.6MB 23:31:49 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 23:31:49 ---> 031687cdd783 23:31:49 Step 2/4 : WORKDIR /edgex 23:31:51 Still waiting to schedule task 23:31:51 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2186’ is offline 23:31:51 ---> Running in 22f17f1142d0 23:31:51 Removing intermediate container 22f17f1142d0 23:31:51 ---> e381db301364 23:31:51 Step 3/4 : COPY go.mod . 23:31:51 ---> 3fd7308ba121 23:31:51 Step 4/4 : RUN go mod download 23:31:51 ---> Running in 662ab494b676 23:32:30 Removing intermediate container 662ab494b676 23:32:30 ---> f33f40ecc637 23:32:30 Successfully built f33f40ecc637 23:32:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:32:31 + docker inspect -f . ci-base-image-x86_64 23:32:31 . [Pipeline] withDockerContainer 23:32:33 prd-centos7-docker-4c-2g-2187 does not seem to be running inside a container 23:32:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 23:32:33 $ docker top c890a803bfbb642f606afa64367239f475c28363012ddab01de69f8b212f4997 -eo pid,comm [Pipeline] { [Pipeline] sh 23:32:34 + go version 23:32:34 go version go1.16.6 linux/amd64 [Pipeline] } 23:32:34 $ docker stop --time=1 c890a803bfbb642f606afa64367239f475c28363012ddab01de69f8b212f4997 23:32:35 $ docker rm -f c890a803bfbb642f606afa64367239f475c28363012ddab01de69f8b212f4997 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:32:36 + docker inspect -f . ci-base-image-x86_64 23:32:36 . [Pipeline] withDockerContainer 23:32:36 prd-centos7-docker-4c-2g-2187 does not seem to be running inside a container 23:32:36 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 23:32:37 $ docker top 32efa4a82079205f799ee4bae28328bec1db0957be1b043b32a9d9ded0d8b334 -eo pid,comm [Pipeline] { [Pipeline] echo 23:32:37 ========================================================= 23:32:37 [edgeXBuildGoParallel] Running Tests and Build... 23:32:37 ========================================================= [Pipeline] sh 23:32:37 + go mod tidy [Pipeline] sh 23:32:38 + make test 23:32:38 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 23:32:38 go mod tidy 23:32:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:32:45 ? github.com/edgexfoundry/edgex-go [no test files] 23:33:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:33:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:33:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:33:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:33:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:33:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:33:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:33:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:33:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:33:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:33:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:33:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:33:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 23:33:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.046s coverage: 28.7% of statements 23:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:33:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.065s coverage: 100.0% of statements 23:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 23:33:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.071s coverage: 46.3% of statements 23:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:33:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:33:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.123s coverage: 90.1% of statements 23:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 23:33:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 23:33:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.064s coverage: 81.2% of statements 23:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 23:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 23:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:33:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:33:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.281s coverage: 94.2% of statements 23:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 23:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 23:33:20 ok github.com/edgexfoundry/edgex-go/internal/io 0.062s coverage: 59.1% of statements 23:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 23:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 23:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:33:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.046s coverage: 60.0% of statements 23:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:33:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.042s coverage: 0.8% of statements 23:33:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 23:33:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements 23:33:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.052s coverage: 22.0% of statements 23:33:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:33:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 47.1% of statements 23:33:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.063s coverage: 79.5% of statements 23:33:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 23:33:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements 23:33:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements 23:33:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.054s coverage: 94.4% of statements 23:33:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 23:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.191s coverage: 81.8% of statements 23:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 23:33:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2188 in /w/workspace/edgexfoundry_edgex-go_PR-3651 [Pipeline] { [Pipeline] ws 23:33:48 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 23:33:48 The recommended git tool is: git 23:33:55 using credential edgex-jenkins-ssh 23:33:55 Cloning the remote Git repository 23:33:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:33:55 > git init /w/workspace/edgex-go/6 # timeout=10 23:33:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:33:55 > git --version # timeout=10 23:33:55 > git --version # 'git version 2.17.1' 23:33:55 using GIT_SSH to set credentials SSH Credentials for GitHub 23:33:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.098s coverage: 92.9% of statements 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 58.8% of statements 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.2% of statements 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.130s coverage: 64.4% of statements 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.180s coverage: 66.9% of statements 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.156s coverage: 43.6% of statements 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 23:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements 23:33:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 23:34:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.067s coverage: 19.5% of statements 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:34:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.120s coverage: 92.0% of statements 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 23:34:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 62.7% of statements 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:34:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.099s coverage: 97.7% of statements 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 23:34:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.055s coverage: 28.9% of statements 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 23:34:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:34:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 23:34:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 95.4% of statements 23:34:06 GO111MODULE=on go vet ./... 23:34:12 Merging remotes/origin/main commit 6d7ef7536c6b5b4a7a59b9fe5a7a3965e4137e1c into PR head commit b754ce5b2aa4ae2a53152a8960953798e3402c12 23:34:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:34:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:34:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:34:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:34:12 using GIT_SSH to set credentials SSH Credentials for GitHub 23:34:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3651/head:refs/remotes/origin/PR-3651 +refs/heads/main:refs/remotes/origin/main # timeout=10 23:34:12 > git config core.sparsecheckout # timeout=10 23:34:12 > git checkout -f b754ce5b2aa4ae2a53152a8960953798e3402c12 # timeout=10 23:34:13 Merge succeeded, producing b754ce5b2aa4ae2a53152a8960953798e3402c12 23:34:13 Checking out Revision b754ce5b2aa4ae2a53152a8960953798e3402c12 (PR-3651) 23:34:13 > git remote # timeout=10 23:34:13 > git config --get remote.origin.url # timeout=10 23:34:13 using GIT_SSH to set credentials SSH Credentials for GitHub 23:34:13 > git merge 6d7ef7536c6b5b4a7a59b9fe5a7a3965e4137e1c # timeout=10 23:34:13 > git rev-parse HEAD^{commit} # timeout=10 23:34:13 > git config core.sparsecheckout # timeout=10 23:34:13 > git checkout -f b754ce5b2aa4ae2a53152a8960953798e3402c12 # timeout=10 23:34:19 Commit message: "ci: remove the need for a ci specific Dockerfile" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:34:19 provisioning config files... 23:34:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config7869522251247379695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:34:20 ---> docker-login.sh 23:34:20 nexus3.edgexfoundry.org:10001 23:34:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:34:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:34:21 Configure a credential helper to remove this warning. See 23:34:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:34:21 23:34:21 Login Succeeded 23:34:21 nexus3.edgexfoundry.org:10002 23:34:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:34:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:34:21 Configure a credential helper to remove this warning. See 23:34:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:34:21 23:34:21 Login Succeeded 23:34:21 nexus3.edgexfoundry.org:10003 23:34:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:34:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:34:22 Configure a credential helper to remove this warning. See 23:34:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:34:22 23:34:22 Login Succeeded 23:34:22 nexus3.edgexfoundry.org:10004 23:34:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:34:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:34:23 Configure a credential helper to remove this warning. See 23:34:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:34:23 23:34:23 Login Succeeded 23:34:23 docker.io 23:34:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:34:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:34:24 Configure a credential helper to remove this warning. See 23:34:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:34:24 23:34:24 Login Succeeded 23:34:24 ---> docker-login.sh ends [Pipeline] } 23:34:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:34:24 ========================================================= 23:34:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 23:34:24 ========================================================= [Pipeline] fileExists [Pipeline] sh 23:34:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 23:34:25 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:34:25 595b0fe564bb: Pulling fs layer 23:34:25 24495759ef45: Pulling fs layer 23:34:25 d148012ef14d: Pulling fs layer 23:34:25 e90a11edd702: Pulling fs layer 23:34:25 d77568369979: Pulling fs layer 23:34:25 fc1c9f9a7f3b: Pulling fs layer 23:34:25 170f2ba95c9a: Pulling fs layer 23:34:25 97ac5df62f85: Pulling fs layer 23:34:25 e90a11edd702: Waiting 23:34:25 d77568369979: Waiting 23:34:25 170f2ba95c9a: Waiting 23:34:25 97ac5df62f85: Waiting 23:34:25 fc1c9f9a7f3b: Waiting 23:34:25 d148012ef14d: Verifying Checksum 23:34:25 d148012ef14d: Download complete 23:34:25 24495759ef45: Verifying Checksum 23:34:25 24495759ef45: Download complete 23:34:25 d77568369979: Verifying Checksum 23:34:25 d77568369979: Download complete 23:34:25 fc1c9f9a7f3b: Verifying Checksum 23:34:25 fc1c9f9a7f3b: Download complete 23:34:25 595b0fe564bb: Verifying Checksum 23:34:25 595b0fe564bb: Download complete 23:34:25 170f2ba95c9a: Verifying Checksum 23:34:25 170f2ba95c9a: Download complete 23:34:26 595b0fe564bb: Pull complete 23:34:26 24495759ef45: Pull complete 23:34:27 d148012ef14d: Pull complete 23:34:28 97ac5df62f85: Download complete 23:34:29 e90a11edd702: Verifying Checksum 23:34:29 e90a11edd702: Download complete 23:34:33 gofmt -l . 23:34:33 [ "`gofmt -l .`" = "" ] 23:34:33 ./bin/test-attribution-txt.sh [Pipeline] sh 23:34:34 + ls -al . 23:34:34 total 592 23:34:34 drwxrwxr-x 10 1001 1001 4096 Aug 5 23:34 . 23:34:34 drwxr-xr-x 4 root root 28 Aug 5 23:32 .. 23:34:34 -rw-rw-r-- 1 1001 1001 11 Aug 5 23:31 .dockerignore 23:34:34 drwxrwxr-x 8 1001 1001 179 Aug 5 23:31 .git 23:34:34 drwxrwxr-x 3 1001 1001 125 Aug 5 23:31 .github 23:34:34 -rw-rw-r-- 1 1001 1001 818 Aug 5 23:31 .gitignore 23:34:34 -rw-rw-r-- 1 1001 1001 76 Aug 5 23:31 .hadolint.yml 23:34:34 drwx------ 3 1001 1001 58 Aug 5 23:31 .semver 23:34:34 -rw-rw-r-- 1 1001 1001 166 Aug 5 23:31 .sonarcloud.properties 23:34:34 -rw-rw-r-- 1 1001 1001 8609 Aug 5 23:31 Attribution.txt 23:34:34 -rw-rw-r-- 1 1001 1001 43881 Aug 5 23:31 CHANGELOG.md 23:34:34 -rw-rw-r-- 1 1001 1001 3804 Aug 5 23:31 CONTRIBUTING.md 23:34:34 -rw-rw-r-- 1 1001 1001 849 Aug 5 23:31 Jenkinsfile 23:34:34 -rw-rw-r-- 1 1001 1001 10775 Aug 5 23:31 LICENSE 23:34:34 -rw-rw-r-- 1 1001 1001 5915 Aug 5 23:31 Makefile 23:34:34 -rw-rw-r-- 1 1001 1001 8643 Aug 5 23:31 README.md 23:34:34 -rw-rw-r-- 1 1001 1001 6912 Aug 5 23:31 SECURITY.md 23:34:34 -rw-rw-r-- 1 1001 1001 5 Aug 5 23:31 VERSION 23:34:34 -rw-rw-r-- 1 1001 1001 4131 Aug 5 23:31 ZMQWindows.md 23:34:34 drwxrwxr-x 2 1001 1001 37 Aug 5 23:31 bin 23:34:34 drwxrwxr-x 14 1001 1001 4096 Aug 5 23:31 cmd 23:34:34 -rw-r--r-- 1 root root 404175 Aug 5 23:34 coverage.out 23:34:34 -rw-rw-r-- 1 1001 1001 813 Aug 5 23:31 go.mod 23:34:34 -rw-r--r-- 1 root root 48847 Aug 5 23:32 go.sum 23:34:34 drwxrwxr-x 8 1001 1001 124 Aug 5 23:31 internal 23:34:34 drwxrwxr-x 3 1001 1001 16 Aug 5 23:31 openapi 23:34:34 drwxrwxr-x 4 1001 1001 71 Aug 5 23:31 snap 23:34:34 -rw-rw-r-- 1 1001 1001 204 Aug 5 23:31 version.go [Pipeline] sh 23:34:35 + '[' -e coverage.out ] 23:34:35 + chown 1001:1001 coverage.out [Pipeline] stash 23:34:35 Stashed 1 file(s) [Pipeline] sh 23:34:35 + make build 23:34:35 go mod tidy 23:34:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:34:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:34:41 e90a11edd702: Pull complete 23:34:41 d77568369979: Pull complete 23:34:41 fc1c9f9a7f3b: Pull complete 23:34:41 170f2ba95c9a: Pull complete 23:34:44 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 23:34:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:34:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:34:46 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 23:34:46 97ac5df62f85: Pull complete 23:34:46 Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 23:34:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 23:34:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh 23:34:47 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 23:34:47 WORKDIR /edgex 23:34:47 COPY go.mod . 23:34:47 RUN go mod download 23:34:47 + docker build -t ci-base-image-arm64 -f - . 23:34:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:34:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:34:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:34:49 Sending build context to Docker daemon 165.9MB 23:34:49 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 23:34:49 ---> 04bc70af865f 23:34:49 Step 2/4 : WORKDIR /edgex 23:34:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:34:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 23:34:54 ---> Running in c3bf91b6ad7c 23:34:54 Removing intermediate container c3bf91b6ad7c 23:34:54 ---> 1045b3cff03b 23:34:54 Step 3/4 : COPY go.mod . 23:34:54 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] } 23:34:54 $ docker stop --time=1 32efa4a82079205f799ee4bae28328bec1db0957be1b043b32a9d9ded0d8b334 23:34:54 ---> 65bf3b120c72 23:34:54 Step 4/4 : RUN go mod download 23:34:54 ---> Running in 5d2799313a3a 23:34:56 $ docker rm -f 32efa4a82079205f799ee4bae28328bec1db0957be1b043b32a9d9ded0d8b334 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:35:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:35:02 23:35:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 23:35:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:35:02 latest: Pulling from edgex-devops/edgex-compose 23:35:02 cbdbe7a5bc2a: Pulling fs layer 23:35:02 ca9280d653b3: Pulling fs layer 23:35:02 7e9c9ca2126c: Pulling fs layer 23:35:02 cbdbe7a5bc2a: Verifying Checksum 23:35:02 cbdbe7a5bc2a: Download complete 23:35:02 cbdbe7a5bc2a: Pull complete 23:35:03 ca9280d653b3: Verifying Checksum 23:35:03 ca9280d653b3: Download complete 23:35:04 ca9280d653b3: Pull complete 23:35:06 7e9c9ca2126c: Verifying Checksum 23:35:06 7e9c9ca2126c: Download complete 23:35:09 7e9c9ca2126c: Pull complete 23:35:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 23:35:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:35:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 23:35:09 prd-centos7-docker-4c-2g-2187 does not seem to be running inside a container 23:35:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 23:35:12 $ docker top 806b864803c578a886d7fde7a25facf13e7d256f0f5310fe178b4fda93c647fa -eo pid,comm [Pipeline] { [Pipeline] sh 23:35:12 + docker-compose build --help 23:35:12 + grep parallel 23:35:13 --parallel Build images in parallel. [Pipeline] } 23:35:13 $ docker stop --time=1 806b864803c578a886d7fde7a25facf13e7d256f0f5310fe178b4fda93c647fa 23:35:14 $ docker rm -f 806b864803c578a886d7fde7a25facf13e7d256f0f5310fe178b4fda93c647fa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:35:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:35:17 . [Pipeline] withDockerContainer 23:35:17 prd-centos7-docker-4c-2g-2187 does not seem to be running inside a container 23:35:17 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 23:35:17 $ docker top 96c55de79aa372d9d46ada16d93123a95a1d71fa3343a73626da687100bef9d5 -eo pid,comm [Pipeline] { [Pipeline] sh 23:35:18 + docker-compose -f ./docker-compose-build.yml build --parallel 23:35:18 Building core-command ... 23:35:18 Building core-data ... 23:35:18 Building core-metadata ... 23:35:18 Building security-bootstrapper ... 23:35:18 Building security-proxy-setup ... 23:35:18 Building security-secretstore-setup ... 23:35:18 Building support-notifications ... 23:35:18 Building support-scheduler ... 23:35:18 Building sys-mgmt-agent ... 23:35:18 Building core-metadata 23:35:18 Building security-proxy-setup 23:35:18 Building security-bootstrapper 23:35:18 Building sys-mgmt-agent 23:35:18 Building core-command 23:35:31 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:35:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:35:31 ---> f33f40ecc637 23:35:31 Step 3/24 : WORKDIR /edgex-go 23:35:31 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:35:31 Step 2/32 : FROM ${BUILDER_BASE} AS builder 23:35:31 ---> f33f40ecc637 23:35:31 Step 3/32 : WORKDIR /edgex-go 23:35:33 ---> Running in da6667438641 23:35:33 ---> Running in c8e971bfbb39 23:35:40 Removing intermediate container c8e971bfbb39 23:35:40 ---> 5095d8dbc8f6 23:35:40 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:35:40 Removing intermediate container da6667438641 23:35:40 ---> c61a3a3dd824 23:35:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:35:41 ---> Running in 2a8076c53cc3 23:35:41 ---> Running in 2a9afb061a34 23:35:42 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:35:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:35:42 ---> f33f40ecc637 23:35:42 Step 3/24 : WORKDIR /edgex-go 23:35:42 ---> Using cache 23:35:42 ---> 5095d8dbc8f6 23:35:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:35:43 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:35:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:35:43 ---> f33f40ecc637 23:35:43 Step 3/22 : WORKDIR /edgex-go 23:35:43 ---> Using cache 23:35:43 ---> 5095d8dbc8f6 23:35:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:35:43 ---> Running in 09ce3d175013 23:35:43 Removing intermediate container 2a9afb061a34 23:35:43 ---> 28b138e4a174 23:35:43 Step 5/32 : RUN apk add --update --no-cache make git 23:35:43 Removing intermediate container 2a8076c53cc3 23:35:43 ---> f9559e36bca4 23:35:43 Step 5/24 : RUN apk add --update --no-cache make git 23:35:43 ---> Running in f8c0849cd976 23:35:43 ---> Running in 84bf5de9d333 23:35:43 ---> Running in 09127ba18a7f 23:35:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 23:35:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 23:35:44 Removing intermediate container 09ce3d175013 23:35:44 ---> f2d783ab5fed 23:35:44 Step 5/24 : RUN apk add --update --no-cache make git 23:35:44 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:35:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:35:44 ---> f33f40ecc637 23:35:44 Step 3/24 : WORKDIR /edgex-go 23:35:44 ---> Using cache 23:35:44 ---> 5095d8dbc8f6 23:35:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:35:44 ---> Using cache 23:35:44 ---> f2d783ab5fed 23:35:44 Step 5/24 : RUN apk add --update --no-cache make bash git 23:35:44 ---> Running in 7d54c15cbd4b 23:35:44 ---> Running in 466abd9e309d 23:35:44 Removing intermediate container f8c0849cd976 23:35:44 ---> 01f60272ef43 23:35:44 Step 5/22 : RUN apk add --update --no-cache make git 23:35:44 ---> Running in 98aa6376b4d3 23:35:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 23:35:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 23:35:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 23:35:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 23:35:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 23:35:45 OK: 219 MiB in 52 packages 23:35:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 23:35:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 23:35:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 23:35:46 Removing intermediate container 84bf5de9d333 23:35:46 ---> 285a29372daa 23:35:46 Step 6/24 : COPY go.mod . 23:35:46 OK: 219 MiB in 52 packages 23:35:46 ---> 6b713fd4bc59 23:35:46 Step 7/24 : RUN go mod download 23:35:46 ---> Running in e665d34179b7 23:35:46 OK: 219 MiB in 52 packages 23:35:46 OK: 219 MiB in 52 packages 23:35:46 OK: 219 MiB in 52 packages 23:35:46 Removing intermediate container 09127ba18a7f 23:35:46 ---> 48d9a214cf80 23:35:46 Step 6/32 : COPY go.mod . 23:35:46 ---> d5a7ef247ef1 23:35:46 Step 7/32 : RUN go mod download 23:35:46 ---> Running in 81b39f446a20 23:35:46 Removing intermediate container 98aa6376b4d3 23:35:46 ---> f03eda139e23 23:35:46 Step 6/22 : COPY go.mod . 23:35:47 Removing intermediate container 466abd9e309d 23:35:47 ---> b8f642b7989e 23:35:47 Step 6/24 : COPY go.mod . 23:35:47 Removing intermediate container 7d54c15cbd4b 23:35:47 ---> 6ed1b559b88c 23:35:47 Step 6/24 : COPY go.mod . 23:35:47 ---> 8b4241a62c32 23:35:47 Step 7/22 : RUN go mod download 23:35:47 ---> Running in f268ca4f0316 23:35:47 ---> 25bbb3c3ed9a 23:35:47 Step 7/24 : RUN go mod download 23:35:47 ---> Running in aa1d7c3a249c 23:35:47 ---> afc33abd1ace 23:35:47 Step 7/24 : RUN go mod download 23:35:47 ---> Running in a2666d101d1b 23:35:48 Removing intermediate container e665d34179b7 23:35:48 ---> 9d2a03e29b1c 23:35:48 Step 8/24 : COPY . . 23:35:49 Removing intermediate container 81b39f446a20 23:35:49 ---> 803189ebec4d 23:35:49 Step 8/32 : COPY . . 23:35:51 Removing intermediate container f268ca4f0316 23:35:51 ---> d1b231c1d2e7 23:35:51 Step 8/22 : COPY . . 23:35:51 Removing intermediate container aa1d7c3a249c 23:35:51 ---> 803157593ee9 23:35:51 Step 8/24 : COPY . . 23:35:51 Removing intermediate container a2666d101d1b 23:35:51 ---> c6231c592bfa 23:35:51 Step 8/24 : COPY . . 23:36:01 ---> 9910eb66c943 23:36:01 Step 9/24 : RUN go mod tidy 23:36:02 ---> Running in 2fd3f605378a 23:36:04 Removing intermediate container 2fd3f605378a 23:36:04 ---> da79224bd3d4 23:36:04 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:36:04 ---> Running in d4afa1d2fd03 23:36:04 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 23:36:07 ---> cc5b410b0991 23:36:07 Step 9/24 : RUN go mod tidy 23:36:07 ---> d467f64f9064 23:36:07 Step 9/32 : RUN go mod tidy 23:36:07 ---> Running in 961719c53084 23:36:07 ---> Running in 04f8cae9bd5b 23:36:15 Removing intermediate container 04f8cae9bd5b 23:36:15 ---> a25796686d42 23:36:15 Step 10/24 : RUN make cmd/core-metadata/core-metadata 23:36:15 Removing intermediate container 961719c53084 23:36:15 ---> 16a681918bf0 23:36:15 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:36:15 ---> Running in 5971527c3b6a 23:36:15 ---> Running in a2a06fc1cac5 23:36: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 23:36:15 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 23:36:15 ---> 780c8d43e6a9 23:36:15 Step 9/24 : RUN go mod tidy 23:36:15 ---> Running in 302f5c8e4c7b 23:36:15 ---> bcf050c0fc99 23:36:15 Step 9/22 : RUN go mod tidy 23:36:15 ---> Running in 6d0f90ec43c8 23:36:17 Removing intermediate container 302f5c8e4c7b 23:36:17 ---> 09b20574bc21 23:36:17 Step 10/24 : RUN make cmd/core-command/core-command 23:36:17 ---> Running in b7561b1fdf00 23:36:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 23:36:19 Removing intermediate container 6d0f90ec43c8 23:36:19 ---> d3bd5fc286f5 23:36:19 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:36:19 ---> Running in 594e70279314 23:36:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:36:32 Removing intermediate container d4afa1d2fd03 23:36:32 ---> 5ad44cafbe9a 23:36:32 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:36:32 ---> Running in 7092c465ced7 23:36:32 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 23:36:35 Removing intermediate container 7092c465ced7 23:36:35 ---> fbce15361b6b 23:36:35 23:36:35 Step 12/24 : FROM docker:20.10.7 23:36:35 20.10.7: Pulling from library/docker 23:36:37 Removing intermediate container 5d2799313a3a 23:36:37 ---> 64d9942e47a1 23:36:37 Successfully built 64d9942e47a1 23:36:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:36:38 + docker inspect -f . ci-base-image-arm64 23:36:38 . [Pipeline] withDockerContainer 23:36:38 prd-ubuntu18.04-docker-arm64-4c-16g-2188 does not seem to be running inside a container 23:36:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat 23:36:40 $ docker top 3b5764b989c03dff681f9f5f8d2a4742957a7710687ae9cef61632b0348c9112 -eo pid,comm [Pipeline] { [Pipeline] sh 23:36:41 + go version 23:36:41 go version go1.16.6 linux/arm64 [Pipeline] } 23:36:41 $ docker stop --time=1 3b5764b989c03dff681f9f5f8d2a4742957a7710687ae9cef61632b0348c9112 23:36:44 $ docker rm -f 3b5764b989c03dff681f9f5f8d2a4742957a7710687ae9cef61632b0348c9112 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:36:44 + docker inspect -f . ci-base-image-arm64 23:36:44 . [Pipeline] withDockerContainer 23:36:45 prd-ubuntu18.04-docker-arm64-4c-16g-2188 does not seem to be running inside a container 23:36:45 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat 23:36:47 $ docker top 0d8117cc347764f0cbe5a71409b1c425d6b831aea3c861d3af0a913841355df1 -eo pid,comm [Pipeline] { [Pipeline] echo 23:36:47 ========================================================= 23:36:47 [edgeXBuildGoParallel] Running Tests and Build... 23:36:47 ========================================================= [Pipeline] sh 23:36:48 + go mod tidy [Pipeline] sh 23:36:49 + make test 23:36:49 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 23:36:49 go mod tidy 23:36:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:36:52 Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 23:36:52 Status: Downloaded newer image for docker:20.10.7 23:36:52 ---> 08bdaf2f88f9 23:36:52 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 23:36:53 ---> Running in 9e51eaa18a59 23:36:53 Removing intermediate container 9e51eaa18a59 23:36:53 ---> ce25d29bb0e6 23:36:53 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 23:36:53 ---> Running in 305bc9d77c48 23:36:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 23:36:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 23:36:54 (1/39) Installing readline (8.1.0-r0) 23:36:54 (2/39) Installing bash (5.1.0-r0) 23:36:55 Executing bash-5.1.0-r0.post-install 23:36:55 (3/39) Installing brotli-libs (1.0.9-r3) 23:36:55 (4/39) Installing nghttp2-libs (1.42.0-r1) 23:36:55 (5/39) Installing libcurl (7.78.0-r0) 23:36:55 (6/39) Installing curl (7.78.0-r0) 23:36:55 (7/39) Installing dumb-init (1.2.5-r0) 23:36:55 (8/39) Installing libbz2 (1.0.8-r1) 23:36:55 (9/39) Installing expat (2.2.10-r1) 23:36:55 (10/39) Installing libffi (3.3-r2) 23:36:55 (11/39) Installing gdbm (1.19-r0) 23:36:55 (12/39) Installing xz-libs (5.2.5-r0) 23:36:55 (13/39) Installing sqlite-libs (3.34.1-r0) 23:36:55 (14/39) Installing python3 (3.8.10-r0) 23:36:56 (15/39) Installing py3-appdirs (1.4.4-r1) 23:36:56 (16/39) Installing py3-ordered-set (4.0.2-r0) 23:36:56 (17/39) Installing py3-parsing (2.4.7-r1) 23:36:56 (18/39) Installing py3-six (1.15.0-r0) 23:36:56 (19/39) Installing py3-packaging (20.9-r0) 23:36:56 (20/39) Installing py3-setuptools (51.3.3-r0) 23:36:56 (21/39) Installing py3-chardet (4.0.0-r0) 23:36:56 (22/39) Installing py3-idna (3.1-r0) 23:36:56 (23/39) Installing py3-urllib3 (1.26.2-r1) 23:36:57 (24/39) Installing py3-requests (2.25.1-r1) 23:36:57 (25/39) Installing py3-msgpack (1.0.2-r0) 23:36:57 (26/39) Installing py3-lockfile (0.12.2-r3) 23:36:57 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 23:36:57 (27/39) Installing py3-cachecontrol (0.12.6-r0) 23:36:57 (28/39) Installing py3-colorama (0.4.4-r0) 23:36:57 (29/39) Installing py3-contextlib2 (0.6.0-r0) 23:36:57 (30/39) Installing py3-distlib (0.3.1-r1) 23:36:57 (31/39) Installing py3-distro (1.5.0-r1) 23:36:57 (32/39) Installing py3-webencodings (0.5.1-r3) 23:36:57 (33/39) Installing py3-html5lib (1.1-r0) 23:36:57 (34/39) Installing py3-pytoml (0.1.21-r0) 23:36:57 (35/39) Installing py3-pep517 (0.9.1-r0) 23:36:57 (36/39) Installing py3-progress (1.5-r0) 23:36:57 (37/39) Installing py3-retrying (1.3.3-r0) 23:36:57 (38/39) Installing py3-toml (0.10.2-r0) 23:36:57 (39/39) Installing py3-pip (20.3.4-r0) 23:36:57 Executing busybox-1.32.1-r6.trigger 23:36:58 OK: 82 MiB in 59 packages 23:36:59 Removing intermediate container a2a06fc1cac5 23:36:59 ---> cba4a6132489 23:36:59 23:36:59 Step 11/24 : FROM alpine:3.12 23:36:59 3.12: Pulling from library/alpine 23:36:59 Removing intermediate container 5971527c3b6a 23:36:59 ---> 486f9c771c0e 23:36:59 23:36:59 Step 11/32 : FROM alpine:3.12 23:36:59 Removing intermediate container b7561b1fdf00 23:36:59 ---> 0b96e88c57d8 23:36:59 23:36:59 Step 11/24 : FROM alpine:3.12 23:37:00 3.12: Pulling from library/alpine 23:37:00 3.12: Pulling from library/alpine 23:37:00 Collecting docker-compose==1.23.2 23:37:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:37:00 Collecting cached-property<2,>=1.2.0 23:37:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:37:00 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 23:37:00 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 23:37:00 Status: Downloaded newer image for alpine:3.12 23:37:00 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 23:37:00 Status: Image is up to date for alpine:3.12 23:37:00 Status: Downloaded newer image for alpine:3.12 23:37:00 ---> 13621d1b12d4 23:37:00 Step 12/24 : RUN apk add --update --no-cache dumb-init 23:37:00 ---> 13621d1b12d4 23:37:00 Step 12/24 : RUN apk add --update --no-cache dumb-init 23:37:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:37:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:37:00 Collecting websocket-client<1.0,>=0.32.0 23:37:00 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 23:37:00 Collecting texttable<0.10,>=0.9.0 23:37:00 Downloading texttable-0.9.1.tar.gz (11 kB) 23:37:00 ---> 13621d1b12d4 23:37:00 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:37:00 ---> Running in a0a0df105e44 23:37:00 ---> Running in 533296bbaa46 23:37:00 ---> Running in fc38a34952c8 23:37:00 Collecting docopt<0.7,>=0.6.1 23:37:00 Downloading docopt-0.6.2.tar.gz (25 kB) 23:37:00 Removing intermediate container fc38a34952c8 23:37:00 ---> c74a7647cb2c 23:37:00 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 23:37:01 ---> Running in 1f2227c29f41 23:37:03 Collecting dockerpty<0.5,>=0.4.1 23:37:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:37:03 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:37:03 Collecting jsonschema<3,>=2.5.1 23:37:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:37:03 Collecting docker<4.0,>=3.6.0 23:37:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:37:03 Collecting PyYAML<4,>=3.10 23:37:03 Downloading PyYAML-3.13.tar.gz (270 kB) 23:37:03 Removing intermediate container 594e70279314 23:37:03 ---> a1eb3faf8dd1 23:37:03 23:37:03 Step 11/22 : FROM alpine:3.12 23:37:03 ---> 13621d1b12d4 23:37:03 Step 12/22 : RUN apk add --update --no-cache curl 23:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:37:03 ---> Running in f9937f1f8cbe 23:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:37:03 (1/2) Installing dumb-init (1.2.2-r1) 23:37:03 (2/2) Installing su-exec (0.2-r1) 23:37:03 Executing busybox-1.31.1-r20.trigger 23:37:03 OK: 6 MiB in 16 packages 23:37:03 (1/1) Installing dumb-init (1.2.2-r1) 23:37:03 (1/1) Installing dumb-init (1.2.2-r1) 23:37:03 Executing busybox-1.31.1-r20.trigger 23:37:03 Executing busybox-1.31.1-r20.trigger 23:37:03 OK: 6 MiB in 15 packages 23:37:03 OK: 6 MiB in 15 packages 23:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:37:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:37:03 Collecting docker-pycreds>=0.4.0 23:37:03 (1/4) Installing ca-certificates (20191127-r4) 23:37:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:37:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:37:03 (3/4) Installing libcurl (7.78.0-r0) 23:37:03 (4/4) Installing curl (7.78.0-r0) 23:37:03 Executing busybox-1.31.1-r20.trigger 23:37:03 Collecting idna<2.8,>=2.5 23:37:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:37:03 Executing ca-certificates-20191127-r4.trigger 23:37:03 OK: 7 MiB in 18 packages 23:37:03 Collecting certifi>=2017.4.17 23:37:03 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 23:37:03 Collecting urllib3<1.25,>=1.21.1 23:37:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:37:03 Collecting chardet<3.1.0,>=3.0.2 23:37:03 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 23:37:03 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 23:37:03 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 23:37:03 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 23:37:03 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 23:37:03 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 23:37:03 Attempting uninstall: urllib3 23:37:03 Found existing installation: urllib3 1.26.2 23:37:03 Uninstalling urllib3-1.26.2: 23:37:03 Successfully uninstalled urllib3-1.26.2 23:37:03 Removing intermediate container 1f2227c29f41 23:37:03 ---> f1964a074919 23:37:03 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 23:37:03 Removing intermediate container 533296bbaa46 23:37:03 ---> 33918e413511 23:37:03 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:37:03 ---> Running in a7129c6ace26 23:37:03 Attempting uninstall: idna 23:37:03 Found existing installation: idna 3.1 23:37:03 Uninstalling idna-3.1: 23:37:03 ---> Running in 23066353f8b8 23:37:03 Successfully uninstalled idna-3.1 23:37:03 Removing intermediate container a0a0df105e44 23:37:03 ---> eb20a283d7a2 23:37:03 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:37:04 Attempting uninstall: chardet 23:37:04 Found existing installation: chardet 4.0.0 23:37:04 Uninstalling chardet-4.0.0: 23:37:04 Successfully uninstalled chardet-4.0.0 23:37:04 ---> Running in f9b908a65a93 23:37:04 Removing intermediate container f9937f1f8cbe 23:37:04 ---> 2d913612fe57 23:37:04 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:37:04 Removing intermediate container a7129c6ace26 23:37:04 ---> 63e3e24f3022 23:37:04 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:37:04 Removing intermediate container 23066353f8b8 23:37:04 ---> ea751e6f3aaf 23:37:04 Step 14/24 : ENV APP_PORT=59882 23:37:04 ---> Running in 10dd532f778a 23:37:04 ---> Running in 8baeea4ad387 23:37:04 ---> Running in f9e3d4b47843 23:37:04 Removing intermediate container f9b908a65a93 23:37:04 ---> e2d937432861 23:37:04 Step 14/24 : ENV APP_PORT=59881 23:37:04 Attempting uninstall: requests 23:37:04 Found existing installation: requests 2.25.1 23:37:04 Uninstalling requests-2.25.1: 23:37:04 ---> Running in 1ebc8733a1da 23:37:04 Removing intermediate container 10dd532f778a 23:37:04 ---> 105751f4d5c0 23:37:04 Step 14/22 : WORKDIR /edgex 23:37:04 Removing intermediate container 8baeea4ad387 23:37:04 ---> 986fe3e877ce 23:37:04 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 23:37:04 Successfully uninstalled requests-2.25.1 23:37:04 Removing intermediate container f9e3d4b47843 23:37:04 ---> 67dadd3f8f7d 23:37:04 Step 15/24 : EXPOSE $APP_PORT 23:37:04 ---> Running in a79f25675759 23:37:04 Running setup.py install for texttable: started 23:37:04 ---> Running in 2b210b76150f 23:37:04 ---> Running in ed03e7ce064a 23:37:04 Removing intermediate container 1ebc8733a1da 23:37:04 ---> 1890d91c3393 23:37:04 Step 15/24 : EXPOSE $APP_PORT 23:37:04 ---> Running in 1c7e945f9982 23:37:04 Removing intermediate container ed03e7ce064a 23:37:04 ---> 5f58eddf77b3 23:37:04 Step 16/24 : WORKDIR / 23:37:04 ---> Running in 79191ba7eebd 23:37:04 Removing intermediate container 2b210b76150f 23:37:04 ---> c4ae38ca87e6 23:37:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:37:04 Removing intermediate container 1c7e945f9982 23:37:04 ---> ba425012d218 23:37:04 Step 16/24 : WORKDIR / 23:37:04 Running setup.py install for texttable: finished with status 'done' 23:37:04 Running setup.py install for PyYAML: started 23:37:04 ---> Running in e2f15ea3f31b 23:37:05 Removing intermediate container 79191ba7eebd 23:37:05 ---> 1a180f3fccef 23:37:05 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 23:37:05 Removing intermediate container e2f15ea3f31b 23:37:05 ---> 8c8cf1a1aa35 23:37:05 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 23:37:05 ---> 52b654f18af9 23:37:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:37:07 Running setup.py install for PyYAML: finished with status 'done' 23:37:07 Running setup.py install for docopt: started 23:37:07 ---> c8224d395603 23:37:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:37:07 ---> a938d59a275d 23:37:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:37:07 Removing intermediate container a79f25675759 23:37:07 ---> d218799db653 23:37:07 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 23:37:07 ---> Running in f128bed2f48a 23:37:07 Running setup.py install for docopt: finished with status 'done' 23:37:07 Running setup.py install for dockerpty: started 23:37:07 ---> 116003009d1b 23:37:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:37:07 ---> 199ea4be78bd 23:37:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:37:07 Removing intermediate container f128bed2f48a 23:37:07 ---> c1c0f6bcc00f 23:37:07 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:37:07 Running setup.py install for dockerpty: finished with status 'done' 23:37:07 ---> 638ced192655 23:37:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:37:07 ---> e60a2e8c7c85 23:37:07 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:37:07 ---> Running in 9a5826338f29 23:37:07 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 23:37:07 ---> 0bad4551a763 23:37:07 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:37:07 ---> 3d6431427904 23:37:07 Step 20/24 : ENTRYPOINT ["/core-metadata"] 23:37:07 ---> Running in 43b253593f39 23:37:07 ---> Running in 7540a46c366d 23:37:07 ---> a8b448e29fcf 23:37:07 Step 20/24 : ENTRYPOINT ["/core-command"] 23:37:07 Removing intermediate container 7540a46c366d 23:37:07 ---> afd2fb1013ca 23:37:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:37:07 ---> Running in beee2c243a4f 23:37:07 Removing intermediate container 43b253593f39 23:37:07 ---> 3e6aaddbfc8e 23:37:07 Step 19/22 : CMD ["--init=true"] 23:37:07 ---> Running in 2069fb77abb9 23:37:07 ---> Running in 03a98995ad75 23:37:07 Removing intermediate container beee2c243a4f 23:37:07 ---> e01dc276e6cf 23:37:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:37:07 Removing intermediate container 2069fb77abb9 23:37:07 ---> 413077aac3a4 23:37:07 Step 22/24 : LABEL arch=x86_64 23:37:07 ---> Running in 812711a8cb88 23:37:07 Removing intermediate container 03a98995ad75 23:37:07 ---> 717d4540ebd2 23:37:07 Step 20/22 : LABEL arch=x86_64 23:37:07 ---> Running in 4f2a04232bfc 23:37:07 ---> Running in 8fbd32399806 23:37:07 Removing intermediate container 812711a8cb88 23:37:07 ---> 97a188f306ff 23:37:07 Step 22/24 : LABEL arch=x86_64 23:37:07 Removing intermediate container 4f2a04232bfc 23:37:07 ---> 8e465a35f5a9 23:37:07 Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:37:07 ---> Running in 3b4929eec962 23:37:07 Removing intermediate container 8fbd32399806 23:37:07 ---> 34376b66c53d 23:37:07 Step 21/22 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:37:07 ---> Running in cd6c39fa745d 23:37:07 ---> Running in 8bc77a106e44 23:37:07 Removing intermediate container 9a5826338f29 23:37:07 ---> 1b4c91af5c94 23:37:07 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 23:37:08 Removing intermediate container 3b4929eec962 23:37:08 ---> ecafe48082f4 23:37:08 Step 24/24 : LABEL version=0.0.0 23:37:08 Removing intermediate container cd6c39fa745d 23:37:08 ---> 75d95735de44 23:37:08 Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:37:08 Removing intermediate container 8bc77a106e44 23:37:08 ---> e4b9d587d6ba 23:37:08 Step 22/22 : LABEL version=0.0.0 23:37:08 ---> Running in c36fef2fada9 23:37:09 ---> e0fe865eeb88 23:37:09 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:37:09 ---> Running in 027225398aef 23:37:09 ---> Running in 2f39741ececd 23:37:09 Removing intermediate container c36fef2fada9 23:37:09 ---> edead2610a54 23:37:09 23:37:09 Removing intermediate container 027225398aef 23:37:09 ---> 7acd5ddbbe67 23:37:09 Step 24/24 : LABEL version=0.0.0 23:37:09 Successfully built edead2610a54 23:37:09 Successfully tagged core-metadata:latest 23:37:09 Building core-data 23:37:09 ---> Running in 33c165b96fc4 23:37:09  Building core-metadata ... done Removing intermediate container 305bc9d77c48 23:37:09 ---> 5b647fd455cd 23:37:09 Step 15/24 : ENV APP_PORT=58890 23:37:09 Removing intermediate container 2f39741ececd 23:37:09 ---> c24aac66b3af 23:37:09 23:37:09 ---> Running in cff51d512ef0 23:37:09 Successfully built c24aac66b3af 23:37:10 Successfully tagged security-proxy-setup:latest 23:37:10 Building security-secretstore-setup 23:37:10 Removing intermediate container 33c165b96fc4 23:37:10 ---> 22f62c98dfd6 23:37:10 23:37:10  Building security-proxy-setup ... done Successfully built 22f62c98dfd6 23:37:11 Successfully tagged core-command:latest 23:37:11 Building support-scheduler 23:37:11  Building core-command ... done  ---> 8f36d96c542f 23:37:11 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:37:11 Removing intermediate container cff51d512ef0 23:37:11 ---> 14fd9f36b842 23:37:11 Step 16/24 : EXPOSE $APP_PORT 23:37:13 ---> Running in d46acc567bd6 23:37:13 ---> 0a054baa09d7 23:37:13 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:37:14 ? github.com/edgexfoundry/edgex-go [no test files] 23:37:15 Removing intermediate container d46acc567bd6 23:37:15 ---> e12d23c26954 23:37:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:37:19 ---> 13f59536f5e9 23:37:19 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 23:37:19 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:37:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:37:19 ---> f33f40ecc637 23:37:19 Step 3/23 : WORKDIR /edgex-go 23:37:19 ---> Using cache 23:37:19 ---> 5095d8dbc8f6 23:37:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:37:19 ---> Using cache 23:37:19 ---> 01f60272ef43 23:37:19 Step 5/23 : RUN apk add --update --no-cache make git 23:37:19 ---> Using cache 23:37:19 ---> f03eda139e23 23:37:19 Step 6/23 : COPY go.mod . 23:37:19 ---> Using cache 23:37:19 ---> 8b4241a62c32 23:37:19 Step 7/23 : RUN go mod download 23:37:19 ---> Using cache 23:37:19 ---> d1b231c1d2e7 23:37:19 Step 8/23 : COPY . . 23:37:19 ---> Using cache 23:37:19 ---> bcf050c0fc99 23:37:19 Step 9/23 : RUN go mod tidy 23:37:19 ---> Using cache 23:37:19 ---> d3bd5fc286f5 23:37:19 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 23:37:19 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:37:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:37:19 ---> f33f40ecc637 23:37:19 Step 3/26 : WORKDIR /edgex-go 23:37:19 ---> Using cache 23:37:19 ---> 5095d8dbc8f6 23:37:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:37:19 ---> Using cache 23:37:19 ---> 01f60272ef43 23:37:19 Step 5/26 : RUN apk add --update --no-cache make git 23:37:19 ---> Using cache 23:37:19 ---> f03eda139e23 23:37:19 Step 6/26 : COPY go.mod . 23:37:19 ---> Using cache 23:37:19 ---> 8b4241a62c32 23:37:19 Step 7/26 : RUN go mod download 23:37:19 ---> Using cache 23:37:19 ---> d1b231c1d2e7 23:37:19 Step 8/26 : COPY . . 23:37:19 ---> Using cache 23:37:19 ---> bcf050c0fc99 23:37:19 Step 9/26 : RUN go mod tidy 23:37:19 ---> Using cache 23:37:19 ---> d3bd5fc286f5 23:37:19 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:37:19 ---> b2a93fc68e2c 23:37:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:37:19 ---> Running in 62ba6e366616 23:37:19 ---> Running in 9b42be4a21b1 23:37:19 ---> d7a947409a9a 23:37:19 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 23:37:19 ---> ee876eacae6b 23:37:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:37:20 ---> 03ff29371b3d 23:37:20 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 23:37:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:37:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:37:21 ---> Running in f3cf0201c7c1 23:37:21 Removing intermediate container f3cf0201c7c1 23:37:21 ---> 0fcaf5e87603 23:37:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:37:21 ---> Running in 495142799f49 23:37:22 Removing intermediate container 495142799f49 23:37:22 ---> dd05cba64d47 23:37:22 Step 22/24 : LABEL arch=x86_64 23:37:22 ---> Running in 6f1a0279c825 23:37:23 ---> Running in 04f8a9ebd7a2 23:37:23 Removing intermediate container 6f1a0279c825 23:37:23 ---> e7cad55f0d7c 23:37:23 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:37:23 Removing intermediate container 04f8a9ebd7a2 23:37:23 ---> 43e70d65a3f8 23:37:23 Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:37:23 ---> Running in 53de262b7d86 23:37:23 Removing intermediate container 53de262b7d86 23:37:23 ---> 436df43fce58 23:37:23 Step 24/24 : LABEL version=0.0.0 23:37:23 ---> Running in 38bbf50c3e8c 23:37:23 ---> ba1a375777cc 23:37:23 Step 27/32 : RUN chmod +x /entrypoint.sh 23:37:23 ---> Running in 7b3b6b02cc79 23:37:23 Removing intermediate container 38bbf50c3e8c 23:37:23 ---> 3dda3ca6d9c6 23:37:23 23:37:23 Successfully built 3dda3ca6d9c6 23:37:24 Successfully tagged sys-mgmt-agent:latest 23:37:24 Building support-notifications 23:37:26  Building sys-mgmt-agent ... done Removing intermediate container 7b3b6b02cc79 23:37:26 ---> fcfc8d712e46 23:37:26 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 23:37:26 ---> Running in d380e32ab06b 23:37:26 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:37:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:37:26 ---> f33f40ecc637 23:37:26 Step 3/24 : WORKDIR /edgex-go 23:37:26 ---> Using cache 23:37:26 ---> 5095d8dbc8f6 23:37:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:37:26 ---> Using cache 23:37:26 ---> 01f60272ef43 23:37:26 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:37:26 ---> Running in 69b8ede006e2 23:37:26 Removing intermediate container d380e32ab06b 23:37:26 ---> b4839aaaec98 23:37:26 Step 29/32 : CMD ["gate"] 23:37:27 ---> Running in c565914ab9ae 23:37:27 Removing intermediate container c565914ab9ae 23:37:27 ---> ea4ba5fd1454 23:37:27 Step 30/32 : LABEL arch=x86_64 23:37:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 23:37:27 ---> Running in 05fc52c61d1d 23:37:27 Removing intermediate container 05fc52c61d1d 23:37:27 ---> bb34d8752fc5 23:37:27 Step 31/32 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:37:27 ---> Running in 8ddfe9a06dd6 23:37:27 Removing intermediate container 8ddfe9a06dd6 23:37:27 ---> 9fcaf0233819 23:37:27 Step 32/32 : LABEL version=0.0.0 23:37:27 ---> Running in 05e15d16978d 23:37:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 23:37:28 Removing intermediate container 05e15d16978d 23:37:28 ---> 0ea674a925d9 23:37:28 23:37:28 Successfully built 0ea674a925d9 23:37:28 Successfully tagged security-bootstrapper:latest 23:37:28  Building security-bootstrapper ... done OK: 219 MiB in 52 packages 23:37:29 Removing intermediate container 69b8ede006e2 23:37:29 ---> 6436347beb87 23:37:29 Step 6/24 : COPY go.mod . 23:37:30 ---> 3183da9cf687 23:37:30 Step 7/24 : RUN go mod download 23:37:30 ---> Running in 83f809587573 23:37:34 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:37:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:37:34 ---> f33f40ecc637 23:37:34 Step 3/23 : WORKDIR /edgex-go 23:37:34 ---> Using cache 23:37:34 ---> 5095d8dbc8f6 23:37:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:37:34 ---> Using cache 23:37:34 ---> 01f60272ef43 23:37:34 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 23:37:34 ---> Running in d47c5972cdb5 23:37:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 23:37:34 Removing intermediate container 83f809587573 23:37:34 ---> a7fc972c0abf 23:37:34 Step 8/24 : COPY . . 23:37:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 23:37:34 OK: 219 MiB in 52 packages 23:37:37 Removing intermediate container d47c5972cdb5 23:37:37 ---> d5f154531f20 23:37:37 Step 6/23 : COPY go.mod . 23:37:37 ---> 60f20eb06810 23:37:37 Step 7/23 : RUN go mod download 23:37:38 ---> Running in d95f7d179713 23:37:39 ---> fdc76a6792ae 23:37:39 Step 9/24 : RUN go mod tidy 23:37:39 ---> Running in e0ce37413d86 23:37:40 Removing intermediate container d95f7d179713 23:37:40 ---> 0000bebd0dd8 23:37:40 Step 8/23 : COPY . . 23:37:43 Removing intermediate container e0ce37413d86 23:37:43 ---> 61e5e5f5e420 23:37:43 Step 10/24 : RUN make cmd/core-data/core-data 23:37:43 ---> Running in bf2bedf727fb 23:37:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:37:46 ---> e441e2e00329 23:37:46 Step 9/23 : RUN go mod tidy 23:37:46 ---> Running in 9d3c3fa2fe96 23:37:48 Removing intermediate container 9d3c3fa2fe96 23:37:48 ---> 496bedafd3da 23:37:48 Step 10/23 : RUN make cmd/support-notifications/support-notifications 23:37:48 ---> Running in 81ddc4dc8fcd 23:37:49 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 23:37:50 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 23:37:55 Removing intermediate container 9b42be4a21b1 23:37:55 ---> 078348749d20 23:37:55 23:37:55 Step 11/23 : FROM alpine:3.12 23:37:55 ---> 13621d1b12d4 23:37:55 Step 12/23 : RUN apk add --update --no-cache dumb-init 23:37:55 ---> Using cache 23:37:55 ---> eb20a283d7a2 23:37:55 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:37:55 ---> Using cache 23:37:55 ---> e2d937432861 23:37:55 Step 14/23 : ENV APP_PORT=59861 23:37:55 ---> Running in ce23d4eacb2f 23:37:55 Removing intermediate container ce23d4eacb2f 23:37:55 ---> c8b92015c02f 23:37:55 Step 15/23 : EXPOSE $APP_PORT 23:37:55 ---> Running in 467d5d5f0031 23:37:55 Removing intermediate container 62ba6e366616 23:37:55 ---> a7dd054ddf14 23:37:55 23:37:55 Step 11/26 : FROM alpine:3.12 23:37:55 ---> 13621d1b12d4 23:37:55 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 23:37:55 ---> Running in 7c558273da1b 23:37:55 Removing intermediate container 467d5d5f0031 23:37:55 ---> a1cdd082e614 23:37:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:37:56 ---> 9ee03535a8df 23:37:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:37:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:37:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:37:56 ---> 0c978dc0dbb2 23:37:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:37:56 (1/6) Installing ca-certificates (20191127-r4) 23:37:56 (2/6) Installing nghttp2-libs (1.41.0-r0) 23:37:56 (3/6) Installing libcurl (7.78.0-r0) 23:37:56 (4/6) Installing curl (7.78.0-r0) 23:37:56 (5/6) Installing dumb-init (1.2.2-r1) 23:37:56 (6/6) Installing su-exec (0.2-r1) 23:37:56 Executing busybox-1.31.1-r20.trigger 23:37:56 Executing ca-certificates-20191127-r4.trigger 23:37:56 OK: 7 MiB in 20 packages 23:37:57 ---> 3d1af508e4e8 23:37:57 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 23:37:57 ---> Running in ef2ee91652d8 23:37:57 Removing intermediate container ef2ee91652d8 23:37:57 ---> 7883f4a6c755 23:37:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:37:57 ---> Running in 21ba4bde59ac 23:37:57 Removing intermediate container 21ba4bde59ac 23:37:57 ---> e4cf44da11f5 23:37:57 Step 21/23 : LABEL arch=x86_64 23:37:57 Removing intermediate container 7c558273da1b 23:37:57 ---> 2a1cf4bf45a9 23:37:57 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:37:57 ---> Running in f0b9631e5fd6 23:37:57 ---> Running in 8f7f77c5e6b4 23:37:57 Removing intermediate container f0b9631e5fd6 23:37:57 ---> 9ebed588212a 23:37:57 Step 22/23 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:37:57 ---> Running in 2a18c8e98734 23:37:58 Removing intermediate container 8f7f77c5e6b4 23:37:58 ---> b88d389a27d4 23:37:58 Step 14/26 : WORKDIR / 23:37:58 ---> Running in 598bc105aad3 23:37:58 Removing intermediate container 2a18c8e98734 23:37:58 ---> 647ee484b855 23:37:58 Step 23/23 : LABEL version=0.0.0 23:37:58 ---> Running in 03a166d7bfbe 23:37:58 Removing intermediate container 598bc105aad3 23:37:58 ---> 3d6795526147 23:37:58 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:37:58 Removing intermediate container 03a166d7bfbe 23:37:58 ---> 14f75f110574 23:37:58 23:37:58 Successfully built 14f75f110574 23:37:58 Successfully tagged support-scheduler:latest 23:37:58  Building support-scheduler ... done  ---> 85edb8998de0 23:37:58 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:37:58 ---> c74af4a9f07b 23:37:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:37:59 ---> ca4e81b3be79 23:37:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 23:37:59 ---> d7a56915a744 23:37:59 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:38:00 ---> b20d08172c4f 23:38:00 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:38:00 ---> 071846f3ce4f 23:38:00 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:38:00 ---> 0423885bcde5 23:38:00 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/ 23:38:01 ---> Running in fe070c849d2f 23:38:02 Removing intermediate container fe070c849d2f 23:38:02 ---> ad55b4027286 23:38:02 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 23:38:02 ---> Running in a4c071d45e22 23:38:02 Removing intermediate container a4c071d45e22 23:38:02 ---> 41a408c19374 23:38:02 Step 24/26 : LABEL arch=x86_64 23:38:02 ---> Running in 69cac1472d42 23:38:02 Removing intermediate container 69cac1472d42 23:38:02 ---> e4a7aebd12b6 23:38:02 Step 25/26 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:38:02 ---> Running in 1d0716880a1b 23:38:03 Removing intermediate container 1d0716880a1b 23:38:03 ---> a7f192923f14 23:38:03 Step 26/26 : LABEL version=0.0.0 23:38:03 ---> Running in 4999e3f6b8c4 23:38:03 Removing intermediate container 4999e3f6b8c4 23:38:03 ---> 53f26b861349 23:38:03 23:38:03 Successfully built 53f26b861349 23:38:03 Successfully tagged security-secretstore-setup:latest 23:38:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:38:14  Building security-secretstore-setup ... done Removing intermediate container 81ddc4dc8fcd 23:38:14 ---> 42d420b48d2a 23:38:14 23:38:14 Step 11/23 : FROM alpine:3.12 23:38:14 ---> 13621d1b12d4 23:38:14 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 23:38:14 ---> Running in e38f6cf8332c 23:38:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:38:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:38:14 (1/2) Installing ca-certificates (20191127-r4) 23:38:14 (2/2) Installing dumb-init (1.2.2-r1) 23:38:14 Executing busybox-1.31.1-r20.trigger 23:38:14 Executing ca-certificates-20191127-r4.trigger 23:38:14 OK: 6 MiB in 16 packages 23:38:14 Removing intermediate container e38f6cf8332c 23:38:14 ---> c40b7c789968 23:38:14 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:38:14 ---> Running in f56ace4b3e4f 23:38:14 Removing intermediate container f56ace4b3e4f 23:38:14 ---> 2ee6608d4d4f 23:38:14 Step 14/23 : ENV APP_PORT=59860 23:38:14 ---> Running in e549e20dded5 23:38:14 Removing intermediate container e549e20dded5 23:38:14 ---> 48a192433e08 23:38:14 Step 15/23 : EXPOSE $APP_PORT 23:38:14 ---> Running in b195aba34002 23:38:14 Removing intermediate container bf2bedf727fb 23:38:14 ---> 99517455d9e6 23:38:14 23:38:14 Step 11/24 : FROM alpine:3.12 23:38:14 ---> 13621d1b12d4 23:38:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:38:14 ---> Running in 46c85c455e58 23:38:14 Removing intermediate container b195aba34002 23:38:14 ---> eb1a93cd5230 23:38:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:38:14 Removing intermediate container 46c85c455e58 23:38:14 ---> 17cb0e8ec6ca 23:38:14 Step 13/24 : ENV APP_PORT=59880 23:38:15 ---> Running in caece3542df8 23:38:15 ---> 054d359894ec 23:38:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:38:15 Removing intermediate container caece3542df8 23:38:15 ---> 0e20ba4734ab 23:38:15 Step 14/24 : EXPOSE $APP_PORT 23:38:15 ---> Running in 16acb0884d41 23:38:15 Removing intermediate container 16acb0884d41 23:38:15 ---> 0939bc11cf5b 23:38:15 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:38:15 ---> 19034a6d771f 23:38:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:38:15 ---> Running in ae36286634ac 23:38:15 ---> 523f1b0bfa4d 23:38:15 Step 19/23 : ENTRYPOINT ["/support-notifications"] 23:38:15 ---> Running in ade09635ce05 23:38:15 Removing intermediate container ade09635ce05 23:38:15 ---> 83d9fb4bedc4 23:38:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:38:15 ---> Running in 23f9896a3a60 23:38:16 Removing intermediate container 23f9896a3a60 23:38:16 ---> 3951a291bf03 23:38:16 Step 21/23 : LABEL arch=x86_64 23:38:16 ---> Running in 40bf7cda61be 23:38:16 Removing intermediate container ae36286634ac 23:38:16 ---> 726cf4aa9afe 23:38:16 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 23:38:16 ---> Running in 8aa8c89f6b8b 23:38:16 Removing intermediate container 40bf7cda61be 23:38:16 ---> 2b5e6b000eef 23:38:16 Step 22/23 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:38:16 ---> Running in fa75f0e72d1f 23:38:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:38:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:38:16 Removing intermediate container fa75f0e72d1f 23:38:16 ---> 7a0e82ecb8de 23:38:16 Step 23/23 : LABEL version=0.0.0 23:38:16 ---> Running in 970f8e386cbc 23:38:16 Removing intermediate container 970f8e386cbc 23:38:16 ---> e3f4e8a10abb 23:38:16 23:38:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:38:16 Successfully built e3f4e8a10abb 23:38:16 Successfully tagged support-notifications:latest 23:38:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:38:17  Building support-notifications ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:38:17 (1/6) Installing dumb-init (1.2.2-r1) 23:38:17 (2/6) Installing libgcc (9.3.0-r2) 23:38:17 (3/6) Installing libsodium (1.0.18-r0) 23:38:17 (4/6) Installing libstdc++ (9.3.0-r2) 23:38:18 (5/6) Installing libzmq (4.3.3-r0) 23:38:19 (6/6) Installing zeromq (4.3.3-r0) 23:38:19 Executing busybox-1.31.1-r20.trigger 23:38:19 OK: 8 MiB in 20 packages 23:38:19 Removing intermediate container 8aa8c89f6b8b 23:38:19 ---> 2fc15b492379 23:38:19 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 23:38:19 ---> 1307559a64b3 23:38:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:38:19 ---> 06784c804b93 23:38:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:38:21 ---> 3db1e2880f0f 23:38:21 Step 20/24 : ENTRYPOINT ["/core-data"] 23:38:21 ---> Running in 8f7437fe3f72 23:38:21 Removing intermediate container 8f7437fe3f72 23:38:21 ---> 40879efb6da6 23:38:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:38:21 ---> Running in a63fde0a58d5 23:38:21 Removing intermediate container a63fde0a58d5 23:38:21 ---> c1713b86b78a 23:38:21 Step 22/24 : LABEL arch=x86_64 23:38:21 ---> Running in 0636e2de173f 23:38:21 Removing intermediate container 0636e2de173f 23:38:21 ---> b06ee88a3a3d 23:38:21 Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:38:21 ---> Running in 966a1bb28013 23:38:21 Removing intermediate container 966a1bb28013 23:38:21 ---> 485a542f2501 23:38:21 Step 24/24 : LABEL version=0.0.0 23:38:21 ---> Running in a08167ae2c97 23:38:21 Removing intermediate container a08167ae2c97 23:38:21 ---> 1812c71f3ce7 23:38:21 23:38:21 Successfully built 1812c71f3ce7 23:38:21 Successfully tagged core-data:latest 23:38:21  Building core-data ... done  [Pipeline] } 23:38:21 $ docker stop --time=1 96c55de79aa372d9d46ada16d93123a95a1d71fa3343a73626da687100bef9d5 23:38:24 $ docker rm -f 96c55de79aa372d9d46ada16d93123a95a1d71fa3343a73626da687100bef9d5 [Pipeline] // withDockerContainer [Pipeline] sh 23:38:24 + docker images 23:38:25 REPOSITORY TAG IMAGE ID CREATED SIZE 23:38:25 core-data latest 1812c71f3ce7 4 seconds ago 20.4MB 23:38:25 support-notifications latest e3f4e8a10abb 8 seconds ago 16.8MB 23:38:25 99517455d9e6 10 seconds ago 1.75GB 23:38:25 42d420b48d2a 12 seconds ago 1.75GB 23:38:25 security-secretstore-setup latest 53f26b861349 22 seconds ago 29MB 23:38:25 support-scheduler latest 14f75f110574 26 seconds ago 16.1MB 23:38:25 a7dd054ddf14 29 seconds ago 1.75GB 23:38:25 078348749d20 30 seconds ago 1.75GB 23:38:25 security-bootstrapper latest 0ea674a925d9 56 seconds ago 18.8MB 23:38:25 sys-mgmt-agent latest 3dda3ca6d9c6 About a minute ago 325MB 23:38:25 security-proxy-setup latest c24aac66b3af About a minute ago 25.9MB 23:38:25 core-command latest 22f62c98dfd6 About a minute ago 16MB 23:38:25 core-metadata latest edead2610a54 About a minute ago 16.7MB 23:38:25 a1eb3faf8dd1 About a minute ago 1.75GB 23:38:25 486f9c771c0e About a minute ago 1.75GB 23:38:25 0b96e88c57d8 About a minute ago 1.74GB 23:38:25 cba4a6132489 About a minute ago 1.75GB 23:38:25 fbce15361b6b About a minute ago 1.75GB 23:38:25 ci-base-image-x86_64 latest f33f40ecc637 6 minutes ago 1.24GB 23:38:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 031687cdd783 25 minutes ago 547MB 23:38:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest f5175e13e4e5 3 days ago 37.5MB 23:38:25 docker 20.10.7 08bdaf2f88f9 2 months ago 246MB 23:38:25 alpine 3.12 13621d1b12d4 3 months ago 5.58MB 23:38: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 23:38:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:38:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:38:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:38:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:38:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:38:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:38:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:38:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:38:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 23:38:42 Still waiting to schedule task 23:38:42 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 23:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.224s coverage: 28.7% of statements 23:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:38:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.353s coverage: 100.0% of statements 23:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 23:38:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.337s coverage: 46.3% of statements 23:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.667s coverage: 90.1% of statements 23:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 23:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 23:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.213s coverage: 81.2% of statements 23:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 23:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 23:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:38:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.486s coverage: 94.2% of statements 23:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 23:38:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 23:38:58 ok github.com/edgexfoundry/edgex-go/internal/io 0.210s coverage: 59.1% of statements 23:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 23:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 23:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:38:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.291s coverage: 60.0% of statements 23:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:38:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.363s coverage: 0.8% of statements 23:38:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 23:38:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.163s coverage: 58.8% of statements 23:38:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.173s coverage: 22.0% of statements 23:38:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.206s coverage: 47.1% of statements 23:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.211s coverage: 79.5% of statements 23:38:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.166s coverage: 94.1% of statements 23:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.295s coverage: 96.3% of statements 23:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.229s coverage: 87.5% of statements 23:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.215s coverage: 94.4% of statements 23:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.171s coverage: 44.8% of statements 23:39:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.587s coverage: 81.8% of statements 23:39:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 23:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.310s coverage: 92.9% of statements 23:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 23:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements 23:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 23:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 23:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 23:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 23:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.181s coverage: 87.2% of statements 23:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.152s coverage: 100.0% of statements 23:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.193s coverage: 58.8% of statements 23:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.175s coverage: 80.0% of statements 23:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.252s coverage: 87.2% of statements 23:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.247s coverage: 85.4% of statements 23:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.295s coverage: 91.2% of statements 23:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.075s coverage: 64.4% of statements 23:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:39:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.167s coverage: 100.0% of statements 23:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements 23:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 23:39:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 23:39:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 23:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.004s coverage: 66.9% of statements 23:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 23:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.732s coverage: 43.6% of statements 23:39:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:39:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.227s coverage: 89.5% of statements 23:39:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 23:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.277s coverage: 84.8% of statements 23:39:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 23:39:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.244s coverage: 19.5% of statements 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:39:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.589s coverage: 92.0% of statements 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 23:39:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.227s coverage: 62.7% of statements 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:39:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.390s coverage: 97.7% of statements 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 23:39:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.159s coverage: 28.9% of statements 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 23:39:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:39:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.198s coverage: 100.0% of statements 23:39:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 95.4% of statements 23:39:41 GO111MODULE=on go vet ./... 23:41:05 gofmt -l . 23:41:05 [ "`gofmt -l .`" = "" ] 23:41:05 ./bin/test-attribution-txt.sh [Pipeline] sh 23:41:07 + ls -al . 23:41:07 total 620 23:41:07 drwxrwxr-x 9 1001 1001 4096 Aug 5 23:41 . 23:41:07 drwxr-xr-x 4 root root 4096 Aug 5 23:36 .. 23:41:07 -rw-rw-r-- 1 1001 1001 11 Aug 5 23:34 .dockerignore 23:41:07 drwxrwxr-x 8 1001 1001 4096 Aug 5 23:34 .git 23:41:07 drwxrwxr-x 3 1001 1001 4096 Aug 5 23:34 .github 23:41:07 -rw-rw-r-- 1 1001 1001 818 Aug 5 23:34 .gitignore 23:41:07 -rw-rw-r-- 1 1001 1001 76 Aug 5 23:34 .hadolint.yml 23:41:07 -rw-rw-r-- 1 1001 1001 166 Aug 5 23:34 .sonarcloud.properties 23:41:07 -rw-rw-r-- 1 1001 1001 8609 Aug 5 23:34 Attribution.txt 23:41:07 -rw-rw-r-- 1 1001 1001 43881 Aug 5 23:34 CHANGELOG.md 23:41:07 -rw-rw-r-- 1 1001 1001 3804 Aug 5 23:34 CONTRIBUTING.md 23:41:07 -rw-rw-r-- 1 1001 1001 849 Aug 5 23:34 Jenkinsfile 23:41:07 -rw-rw-r-- 1 1001 1001 10775 Aug 5 23:34 LICENSE 23:41:07 -rw-rw-r-- 1 1001 1001 5915 Aug 5 23:34 Makefile 23:41:07 -rw-rw-r-- 1 1001 1001 8643 Aug 5 23:34 README.md 23:41:07 -rw-rw-r-- 1 1001 1001 6912 Aug 5 23:34 SECURITY.md 23:41:07 -rw-rw-r-- 1 1001 1001 5 Aug 5 23:31 VERSION 23:41:07 -rw-rw-r-- 1 1001 1001 4131 Aug 5 23:34 ZMQWindows.md 23:41:07 drwxrwxr-x 2 1001 1001 4096 Aug 5 23:34 bin 23:41:07 drwxrwxr-x 14 1001 1001 4096 Aug 5 23:34 cmd 23:41:07 -rw-r--r-- 1 root root 404176 Aug 5 23:39 coverage.out 23:41:07 -rw-rw-r-- 1 1001 1001 813 Aug 5 23:34 go.mod 23:41:07 -rw-r--r-- 1 root root 48847 Aug 5 23:36 go.sum 23:41:07 drwxrwxr-x 8 1001 1001 4096 Aug 5 23:34 internal 23:41:07 drwxrwxr-x 3 1001 1001 4096 Aug 5 23:34 openapi 23:41:07 drwxrwxr-x 4 1001 1001 4096 Aug 5 23:34 snap 23:41:07 -rw-rw-r-- 1 1001 1001 204 Aug 5 23:34 version.go [Pipeline] sh 23:41:07 + '[' -e coverage.out ] 23:41:07 + chown 1001:1001 coverage.out [Pipeline] stash 23:41:07 Warning: overwriting stash ‘coverage-report’ 23:41:08 Stashed 1 file(s) [Pipeline] sh 23:41:09 + make build 23:41:09 go mod tidy 23:41:09 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 23:41:15 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 23:41:36 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 23:41:38 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 23:41:43 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 23:41:43 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 23:41:46 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 23:41:51 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 23:41:53 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 23:41:58 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 23:42:00 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 23:42:04 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] } 23:42:09 $ docker stop --time=1 0d8117cc347764f0cbe5a71409b1c425d6b831aea3c861d3af0a913841355df1 23:42:12 $ docker rm -f 0d8117cc347764f0cbe5a71409b1c425d6b831aea3c861d3af0a913841355df1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:42:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:42:14 23:42:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:42:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:42:15 Running on prd-ubuntu18.04-docker-8c-8g-2190 in /w/workspace/edgexfoundry_edgex-go_PR-3651 [Pipeline] { 23:42:15 latest: Pulling from edgex-devops/edgex-compose-arm64 23:42:15 29e5d40040c1: Pulling fs layer 23:42:15 1ce36da41761: Pulling fs layer 23:42:15 25b303627fd3: Pulling fs layer [Pipeline] ws 23:42:15 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 23:42:15 The recommended git tool is: git 23:42:17 29e5d40040c1: Download complete 23:42:17 1ce36da41761: Verifying Checksum 23:42:17 1ce36da41761: Download complete 23:42:17 29e5d40040c1: Pull complete 23:42:17 1ce36da41761: Pull complete 23:42:17 25b303627fd3: Verifying Checksum 23:42:17 25b303627fd3: Download complete 23:42:22 using credential edgex-jenkins-ssh 23:42:22 Cloning the remote Git repository 23:42:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:42:22 > git init /w/workspace/edgex-go/6 # timeout=10 23:42:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:42:22 > git --version # timeout=10 23:42:22 > git --version # 'git version 2.17.1' 23:42:22 using GIT_SSH to set credentials SSH Credentials for GitHub 23:42:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:42:27 25b303627fd3: Pull complete 23:42:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:42:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:42:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 23:42:27 prd-ubuntu18.04-docker-arm64-4c-16g-2188 does not seem to be running inside a container 23:42:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:42:31 $ docker top cacc201df9000ea08250bdc935a94d6cc56983d503d9a3171f7fe4eeec3eff0f -eo pid,comm [Pipeline] { [Pipeline] sh 23:42:32 + + grepdocker-compose build parallel --help 23:42:32 23:42:36 --parallel Build images in parallel. [Pipeline] } 23:42:36 $ docker stop --time=1 cacc201df9000ea08250bdc935a94d6cc56983d503d9a3171f7fe4eeec3eff0f 23:42:39 $ docker rm -f cacc201df9000ea08250bdc935a94d6cc56983d503d9a3171f7fe4eeec3eff0f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:42:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:42:41 . 23:42:41 Merging remotes/origin/main commit 6d7ef7536c6b5b4a7a59b9fe5a7a3965e4137e1c into PR head commit b754ce5b2aa4ae2a53152a8960953798e3402c12 23:42:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:42:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:42:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:42:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:42:39 using GIT_SSH to set credentials SSH Credentials for GitHub 23:42:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3651/head:refs/remotes/origin/PR-3651 +refs/heads/main:refs/remotes/origin/main # timeout=10 [Pipeline] withDockerContainer 23:42:41 Merge succeeded, producing b754ce5b2aa4ae2a53152a8960953798e3402c12 23:42:41 Checking out Revision b754ce5b2aa4ae2a53152a8960953798e3402c12 (PR-3651) 23:42:41 prd-ubuntu18.04-docker-arm64-4c-16g-2188 does not seem to be running inside a container 23:42:42 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:42:41 > git config core.sparsecheckout # timeout=10 23:42:41 > git checkout -f b754ce5b2aa4ae2a53152a8960953798e3402c12 # timeout=10 23:42:41 > git remote # timeout=10 23:42:41 > git config --get remote.origin.url # timeout=10 23:42:41 using GIT_SSH to set credentials SSH Credentials for GitHub 23:42:41 > git merge 6d7ef7536c6b5b4a7a59b9fe5a7a3965e4137e1c # timeout=10 23:42:41 > git rev-parse HEAD^{commit} # timeout=10 23:42:41 > git config core.sparsecheckout # timeout=10 23:42:41 > git checkout -f b754ce5b2aa4ae2a53152a8960953798e3402c12 # timeout=10 23:42:43 $ docker top 0dcd27476525eb66c8b484d9f60aad9856d2e1faa96d00bafcfc54b78f8216bf -eo pid,comm [Pipeline] { [Pipeline] sh 23:42:44 + docker-compose -f ./docker-compose-build.yml build --parallel 23:42:45 Commit message: "ci: remove the need for a ci specific Dockerfile" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:42:48 + echo snap-build.sh 23:42:48 snap-build.sh 23:42:48 + SNAP_BASE_DIR=. 23:42:48 + '[' '!' -z /w/workspace/edgex-go/6 ']' 23:42:48 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 23:42:48 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 23:42:48 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 23:42:48 + cd /w/workspace/edgex-go/6 23:42:48 + sudo apt-get remove -qy --purge lxd lxd-client 23:42:48 Reading package lists... 23:42:48 Building dependency tree... 23:42:48 Reading state information... 23:42:48 The following packages were automatically installed and are no longer required: 23:42:48 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 23:42:48 uidmap xdelta3 23:42:48 Use 'sudo apt autoremove' to remove them. 23:42:48 The following packages will be REMOVED: 23:42:48 lxd* lxd-client* 23:42:48 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 23:42:48 After this operation, 31.7 MB disk space will be freed. 23:42:48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190317 files and directories currently installed.) 23:42:48 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 23:42:49 Building core-command ... 23:42:49 Building core-data ... 23:42:49 Building core-metadata ... 23:42:49 Building security-bootstrapper ... 23:42:49 Building security-proxy-setup ... 23:42:49 Building security-secretstore-setup ... 23:42:49 Building support-notifications ... 23:42:49 Building support-scheduler ... 23:42:49 Building sys-mgmt-agent ... 23:42:49 Building security-proxy-setup 23:42:49 Building support-notifications 23:42:49 Building support-scheduler 23:42:49 Building security-bootstrapper 23:42:49 Building sys-mgmt-agent 23:42:49 Removing lxd dnsmasq configuration 23:42:49 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 23:42:49 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:42:50 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:42:50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190142 files and directories currently installed.) 23:42:50 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 23:42:52 Processing triggers for systemd (237-3ubuntu10.45) ... 23:42:52 Processing triggers for ureadahead (0.100.0-21) ... 23:42:52 + sudo snap remove --purge lxd 23:42:52 snap "lxd" is not installed 23:42:52 + sudo groupadd --force --system lxd 23:42:52 ++ whoami 23:42:52 + sudo /usr/sbin/usermod -G lxd -a jenkins 23:42:52 + newgrp - lxd 23:42:52 + sudo snap install lxd 23:43:01 2021-08-05T23:42:57Z INFO Waiting for automatic snapd restart... 23:43:11 lxd 4.16 from Canonical* installed 23:43:11 + sudo lxd init --auto 23:43:21 + sudo snap install --classic snapcraft 23:43:30 snapcraft 4.8.3 from Canonical* installed 23:43:30 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 23:43:30 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 23:43:30 % Total % Received % Xferd Average Speed Time Time Time Current 23:43:30 Dload Upload Total Spent Left Speed 23:43:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3800 0 --:--:-- --:--:-- --:--:-- 3800 23:43:30 100 3325k 100 3325k 0 0 5843k 0 --:--:-- --:--:-- --:--:-- 5843k 23:43:30 ./yq_linux_amd64 23:43:30 + sudo snapcraft prime --use-lxd 23:43:33 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 23:43:33 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: 23:43:33 - README.md 23:43:33 23:43:33 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:43:33 Launching a container. 23:43:41 Waiting for container to be ready 23:43:41 To start your first instance, try: lxc launch ubuntu:18.04 23:43:41 23:43:44 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 23:43:44 Waiting for network to be ready... 23:43:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:43:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1818 kB] 23:43:45 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:43:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [335 kB] 23:43:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 23:43:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 23:43:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [394 kB] 23:43:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [53.0 kB] 23:43:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1132 kB] 23:43:45 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] 23:43:46 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:43:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:43:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:43:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:43:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:43:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:43:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:43:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:43:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:43:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 23:43:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [427 kB] 23:43:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.9 kB] 23:43:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6988 B] 23:43:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [418 kB] 23:43:47 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [56.8 kB] 23:43:47 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1744 kB] 23:43:47 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [373 kB] 23:43:49 Fetched 25.0 MB in 4s (6241 kB/s) 23:43:50 Reading package lists... 23:43:50 Reading package lists... 23:43:50 Building dependency tree... 23:43:50 Reading state information... 23:43:50 The following additional packages will be installed: 23:43:50 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:43:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:43:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:43:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 23:43:50 Suggested packages: 23:43:50 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 23:43:50 Recommended packages: 23:43:50 gnupg libsasl2-modules 23:43:50 The following NEW packages will be installed: 23:43:50 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:43:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:43:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:43:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 23:43:50 The following packages will be upgraded: 23:43:50 gpg gpg-agent gpgconf libudev1 23:43:50 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. 23:43:50 Need to get 3527 kB of archives. 23:43:50 After this operation, 13.3 MB of additional disk space will be used. 23:43:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libudev1 amd64 237-3ubuntu10.50 [56.4 kB] 23:43:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 udev amd64 237-3ubuntu10.50 [1101 kB] 23:43:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 23:43:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 23:43:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 23:43:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 23:43:51 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 23:43:51 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 23:43:51 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 23:43:51 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 23:43:51 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 23:43:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 23:43:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 23:43:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 23:43:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 23:43:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 23:43:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 23:43:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 23:43:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 23:43:51 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 23:43:51 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 23:43:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 23:43:51 debconf: delaying package configuration, since apt-utils is not installed 23:43:51 Fetched 3527 kB in 1s (3349 kB/s) 23:43:51 (Reading database ... 12511 files and directories currently installed.) 23:43:51 Preparing to unpack .../libudev1_237-3ubuntu10.50_amd64.deb ... 23:43:51 Unpacking libudev1:amd64 (237-3ubuntu10.50) over (237-3ubuntu10) ... 23:43:51 Setting up libudev1:amd64 (237-3ubuntu10.50) ... 23:43:52 Selecting previously unselected package udev. 23:43:52 (Reading database ... 12511 files and directories currently installed.) 23:43:52 Preparing to unpack .../00-udev_237-3ubuntu10.50_amd64.deb ... 23:43:52 Unpacking udev (237-3ubuntu10.50) ... 23:43:52 Selecting previously unselected package libfuse2:amd64. 23:43:52 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 23:43:52 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:43:52 Selecting previously unselected package fuse. 23:43:52 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 23:43:52 Unpacking fuse (2.9.7-1ubuntu1) ... 23:43:52 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 23:43:52 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 23:43:52 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 23:43:52 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 23:43:52 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 23:43:52 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 23:43:52 Selecting previously unselected package libksba8:amd64. 23:43:52 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 23:43:52 Unpacking libksba8:amd64 (1.3.5-2) ... 23:43:52 Selecting previously unselected package libroken18-heimdal:amd64. 23:43:52 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:43:52 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:52 Selecting previously unselected package libasn1-8-heimdal:amd64. 23:43:52 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:43:52 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:52 Selecting previously unselected package libheimbase1-heimdal:amd64. 23:43:52 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:43:52 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:52 Selecting previously unselected package libhcrypto4-heimdal:amd64. 23:43:52 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:43:52 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:53 Selecting previously unselected package libwind0-heimdal:amd64. 23:43:53 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:43:53 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:53 Selecting previously unselected package libhx509-5-heimdal:amd64. 23:43:53 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:43:53 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:53 Selecting previously unselected package libkrb5-26-heimdal:amd64. 23:43:53 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:43:53 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:53 Selecting previously unselected package libheimntlm0-heimdal:amd64. 23:43:53 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:43:53 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:53 Selecting previously unselected package libgssapi3-heimdal:amd64. 23:43:53 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:43:53 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:53 Selecting previously unselected package libsasl2-modules-db:amd64. 23:43:53 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:43:53 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:43:53 Selecting previously unselected package libsasl2-2:amd64. 23:43:53 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:43:53 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:43:53 Selecting previously unselected package libldap-common. 23:43:53 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 23:43:53 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 23:43:53 Selecting previously unselected package libldap-2.4-2:amd64. 23:43:53 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 23:43:53 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 23:43:53 Selecting previously unselected package dirmngr. 23:43:53 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 23:43:53 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 23:43:53 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 23:43:53 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 23:43:53 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:43:53 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:43:53 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:43:53 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 23:43:53 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:53 Setting up libksba8:amd64 (1.3.5-2) ... 23:43:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:43:53 Setting up udev (237-3ubuntu10.50) ... 23:43:53 invoke-rc.d: policy-rc.d denied execution of start. 23:43:54 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:54 Processing triggers for systemd (237-3ubuntu10) ... 23:43:54 Setting up fuse (2.9.7-1ubuntu1) ... 23:43:54 Setting up gpg (2.2.4-1ubuntu1.4) ... 23:43:54 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:54 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:54 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:54 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:54 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:54 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:54 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:43:54 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 23:43:54 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 23:43:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:43:54 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 23:43:54 settings in the [Install] section, and DefaultInstance for template units). 23:43:54 This means they are not meant to be enabled using systemctl. 23:43:54 Possible reasons for having this kind of units are: 23:43:54 1) A unit may be statically enabled by being symlinked from another unit's 23:43:54 .wants/ or .requires/ directory. 23:43:54 2) A unit's purpose may be to act as a helper for some other unit which has 23:43:54 a requirement dependency on it. 23:43:54 3) A unit may be started when needed via activation (socket, path, timer, 23:43:54 D-Bus, udev, scripted systemctl call, ...). 23:43:54 4) In case of template units, the unit is meant to be enabled with some 23:43:54 instance name specified. 23:43:55 Reading package lists... 23:43:55 Building dependency tree... 23:43:55 Reading state information... 23:43:55 The following additional packages will be installed: 23:43:55 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 23:43:55 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 23:43:55 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 23:43:55 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 23:43:55 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 23:43:55 Suggested packages: 23:43:55 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 23:43:55 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 23:43:55 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 23:43:55 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 23:43:55 systemd-container policykit-1 23:43:55 Recommended packages: 23:43:55 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 23:43:55 The following NEW packages will be installed: 23:43:55 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 23:43:55 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 23:43:55 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 23:43:55 multiarch-support openssh-client python3 python3-minimal python3.6 23:43:55 python3.6-minimal snapd squashfs-tools sudo 23:43:55 The following packages will be upgraded: 23:43:55 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 23:43:55 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. 23:43:55 Need to get 36.7 MB of archives. 23:43:55 After this operation, 147 MB of additional disk space will be used. 23:43:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 systemd amd64 237-3ubuntu10.50 [2914 kB] 23:43:55 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 23:43:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsystemd0 amd64 237-3ubuntu10.50 [207 kB] 23:43:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 23:43:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 23:43:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 23:43:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 23:43:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 23:43:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 23:43:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 23:43:55 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 23:43:55 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 23:43:55 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 23:43:55 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 23:43:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 23:43:55 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 23:43:55 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 23:43:55 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 23:43:56 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 23:43:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 23:43:56 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 23:43:56 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 23:43:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 23:43:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 23:43:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 23:43:56 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 23:43:56 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 23:43:56 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 23:43:56 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] 23:43:56 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] 23:43:57 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:43:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:43:57 ---> 64d9942e47a1 23:43:57 Step 3/22 : WORKDIR /edgex-go 23:43:57 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:43:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:43:57 ---> 64d9942e47a1 23:43:57 Step 3/23 : WORKDIR /edgex-go 23:43:57 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:43:57 Step 2/32 : FROM ${BUILDER_BASE} AS builder 23:43:57 ---> 64d9942e47a1 23:43:57 Step 3/32 : WORKDIR /edgex-go 23:43:57 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:43:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:43:57 ---> 64d9942e47a1 23:43:57 Step 3/23 : WORKDIR /edgex-go 23:43:57 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:43:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:43:57 ---> 64d9942e47a1 23:43:57 Step 3/24 : WORKDIR /edgex-go 23:43:57 ---> Running in 696d0d016259 23:43:57 ---> Running in 39e794b0c257 23:43:57 ---> Running in cfedaa482f42 23:43:57 ---> Running in 1351e1011a4f 23:43:57 ---> Running in efb200044dd9 23:43:57 Removing intermediate container cfedaa482f42 23:43:57 ---> fd29ca1d2743 23:43:57 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:43:57 Removing intermediate container 1351e1011a4f 23:43:57 ---> 0ba9c3219765 23:43:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:43:57 Removing intermediate container 39e794b0c257 23:43:57 ---> f191783ee119 23:43:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:43:57 Removing intermediate container efb200044dd9 23:43:57 ---> 71d08b4c6797 23:43:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:43:57 Removing intermediate container 696d0d016259 23:43:57 ---> 1b90f001d877 23:43:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:43:57 ---> Running in cb98b71723c2 23:43:57 ---> Running in c21d1759091d 23:43:57 ---> Running in 063f5c4b469d 23:43:57 ---> Running in 92f39eda68c9 23:43:57 ---> Running in 95bd2ec50e43 23:43:58 debconf: delaying package configuration, since apt-utils is not installed 23:43:58 Fetched 36.7 MB in 2s (16.0 MB/s) 23:43:58 (Reading database ... 12757 files and directories currently installed.) 23:43:58 Preparing to unpack .../systemd_237-3ubuntu10.50_amd64.deb ... 23:43:58 Unpacking systemd (237-3ubuntu10.50) over (237-3ubuntu10) ... 23:43:58 Removing intermediate container c21d1759091d 23:43:58 ---> e53cf179e13b 23:43:58 Step 5/23 : RUN apk add --update --no-cache make git 23:43:58 Preparing to unpack .../libsystemd0_237-3ubuntu10.50_amd64.deb ... 23:43:58 Unpacking libsystemd0:amd64 (237-3ubuntu10.50) over (237-3ubuntu10) ... 23:43:58 Setting up libsystemd0:amd64 (237-3ubuntu10.50) ... 23:43:58 (Reading database ... 12757 files and directories currently installed.) 23:43:58 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 23:43:58 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 23:43:59 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 23:43:59 (Reading database ... 12757 files and directories currently installed.) 23:43:59 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 23:43:59 Unpacking apt (1.6.14) over (1.6.1) ... 23:43:59 Setting up apt (1.6.14) ... 23:43:59 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 23:43:59 ---> Running in 95ed9abb6e07 23:43:59 Removing intermediate container 063f5c4b469d 23:43:59 ---> dd5936d9988f 23:43:59 Step 5/32 : RUN apk add --update --no-cache make git 23:43:59 Removing intermediate container cb98b71723c2 23:43:59 ---> 3de5c6b7b6d2 23:43:59 Step 5/22 : RUN apk add --update --no-cache make git 23:43:59 Removing intermediate container 95bd2ec50e43 23:43:59 ---> 641c51b7c3b3 23:43:59 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 23:43:59 ---> Running in 8a44a17377cb 23:43:59 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 23:43:59 Removing intermediate container 92f39eda68c9 23:43:59 ---> 80f140136328 23:43:59 Step 5/24 : RUN apk add --update --no-cache make bash git 23:43:59 ---> Running in 38cf43252605 23:43:59 ---> Running in e696762c83e1 23:43:59 (Reading database ... 12764 files and directories currently installed.) 23:43:59 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 23:43:59 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 23:43:59 Selecting previously unselected package libpython3.6-minimal:amd64. 23:43:59 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 23:43:59 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 23:44:02 ---> Running in 34a663b7b90a 23:44:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 23:44:02 Selecting previously unselected package libexpat1:amd64. 23:44:02 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 23:44:02 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:44:02 Selecting previously unselected package python3.6-minimal. 23:44:02 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 23:44:02 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 23:44:02 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 23:44:02 Checking for services that may need to be restarted...done. 23:44:02 Checking for services that may need to be restarted...done. 23:44:02 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 23:44:02 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:44:02 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 23:44:02 Selecting previously unselected package python3-minimal. 23:44:02 (Reading database ... 13012 files and directories currently installed.) 23:44:02 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 23:44:02 Unpacking python3-minimal (3.6.7-1~18.04) ... 23:44:02 Selecting previously unselected package mime-support. 23:44:02 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 23:44:02 Unpacking mime-support (3.60ubuntu1) ... 23:44:02 Selecting previously unselected package libmpdec2:amd64. 23:44:02 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 23:44:02 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:44:02 Selecting previously unselected package libpython3.6-stdlib:amd64. 23:44:02 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 23:44:02 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 23:44:02 Selecting previously unselected package python3.6. 23:44:02 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 23:44:02 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 23:44:02 Selecting previously unselected package libpython3-stdlib:amd64. 23:44:02 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 23:44:02 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:44:02 Setting up python3-minimal (3.6.7-1~18.04) ... 23:44:02 Selecting previously unselected package python3. 23:44:02 (Reading database ... 13442 files and directories currently installed.) 23:44:02 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 23:44:02 Unpacking python3 (3.6.7-1~18.04) ... 23:44:02 Selecting previously unselected package multiarch-support. 23:44:02 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 23:44:02 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 23:44:02 Setting up multiarch-support (2.27-3ubuntu1.4) ... 23:44:02 Selecting previously unselected package liblzo2-2:amd64. 23:44:02 (Reading database ... 13479 files and directories currently installed.) 23:44:02 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 23:44:02 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 23:44:02 Selecting previously unselected package libbsd0:amd64. 23:44:02 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 23:44:02 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:44:02 Selecting previously unselected package sudo. 23:44:02 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 23:44:02 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 23:44:02 Selecting previously unselected package apparmor. 23:44:02 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 23:44:02 Unpacking apparmor (2.12-4ubuntu5.1) ... 23:44:02 Selecting previously unselected package libedit2:amd64. 23:44:02 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 23:44:02 Unpacking libedit2:amd64 (3.1-20170329-1) ... 23:44:02 Selecting previously unselected package libkrb5support0:amd64. 23:44:02 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 23:44:02 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:44:02 Selecting previously unselected package libk5crypto3:amd64. 23:44:02 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 23:44:02 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:44:02 Selecting previously unselected package libkeyutils1:amd64. 23:44:02 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 23:44:02 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:44:02 Selecting previously unselected package libkrb5-3:amd64. 23:44:02 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 23:44:02 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:44:02 Selecting previously unselected package libgssapi-krb5-2:amd64. 23:44:02 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 23:44:02 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:44:02 Selecting previously unselected package libssl1.0.0:amd64. 23:44:02 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 23:44:02 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 23:44:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 23:44:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 23:44:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 23:44:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 23:44:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 23:44:02 Selecting previously unselected package openssh-client. 23:44:02 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 23:44:02 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:44:02 Selecting previously unselected package squashfs-tools. 23:44:02 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... 23:44:02 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 23:44:02 Selecting previously unselected package snapd. 23:44:02 Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... 23:44:02 Unpacking snapd (2.49.2+18.04) ... 23:44:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 23:44:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 23:44:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 23:44:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 23:44:03 OK: 218 MiB in 52 packages 23:44:04 OK: 218 MiB in 52 packages 23:44:04 OK: 218 MiB in 52 packages 23:44:04 OK: 218 MiB in 52 packages 23:44:04 OK: 218 MiB in 52 packages 23:44:05 Removing intermediate container 95ed9abb6e07 23:44:05 ---> f1f13d47eb5b 23:44:05 Step 6/23 : COPY go.mod . 23:44:05 Setting up libedit2:amd64 (3.1-20170329-1) ... 23:44:05 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 23:44:05 Setting up mime-support (3.60ubuntu1) ... 23:44:05 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 23:44:05 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:44:05 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:44:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:44:05 Setting up systemd (237-3ubuntu10.50) ... 23:44:05 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 23:44:05 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:44:05 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:44:05 Setting up liblzo2-2:amd64 (2.08-1.2) ... 23:44:05 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 23:44:05 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:44:05 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 23:44:05 Removing intermediate container 38cf43252605 23:44:05 ---> 4dd536a61aaf 23:44:05 Step 6/22 : COPY go.mod . 23:44:06 ---> ae058be88e5b 23:44:06 Step 7/23 : RUN go mod download 23:44:06 Removing intermediate container 8a44a17377cb 23:44:06 ---> 06fe09b4a824 23:44:06 Step 6/32 : COPY go.mod . 23:44:06 ---> Running in fdfb4f71d50e 23:44:06 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 23:44:06 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:44:06 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:44:06 Setting up python3 (3.6.7-1~18.04) ... 23:44:06 running python rtupdate hooks for python3.6... 23:44:06 running python post-rtupdate hooks for python3.6... 23:44:06 Setting up apparmor (2.12-4ubuntu5.1) ... 23:44:06 Removing intermediate container 34a663b7b90a 23:44:06 ---> 50ca198108cf 23:44:06 Step 6/24 : COPY go.mod . 23:44:06 Removing intermediate container e696762c83e1 23:44:06 ---> 2d9809743f26 23:44:06 Step 6/23 : COPY go.mod . 23:44:06 ---> b086a699bf61 23:44:06 Step 7/22 : RUN go mod download 23:44:06 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 23:44:07 ---> Running in f2b76749bbcc 23:44:07 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:44:07 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:44:07 Setting up snapd (2.49.2+18.04) ... 23:44:07 ---> 2229d3510c86 23:44:07 Step 7/32 : RUN go mod download 23:44:07 ---> c5e8e79d073d 23:44:07 Step 7/24 : RUN go mod download 23:44:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 23:44:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 23:44:08 ---> Running in e3b7f026d295 23:44:08 ---> 56f6fef1f2a4 23:44:08 Step 7/23 : RUN go mod download 23:44:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 23:44:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 23:44:08 ---> Running in 8fc0a1061078 23:44:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:44:08 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:44:08 ---> Running in f2e9a80cc665 23:44:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 23:44:08 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 23:44:08 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 23:44:09 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 23:44:09 /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' 23:44:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:44:09 Processing triggers for systemd (237-3ubuntu10.50) ... 23:44:10 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:44:10 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:44:10 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:44:12 Reading package lists... 23:44:12 Reading package lists... 23:44:12 Building dependency tree... 23:44:12 Reading state information... 23:44:12 Calculating upgrade... 23:44:12 The following packages will be upgraded: 23:44:12 advancecomp base-files bash binutils binutils-common 23:44:12 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 23:44:12 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 23:44:12 grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 23:44:12 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev 23:44:12 libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 23:44:12 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 23:44:12 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 23:44:12 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 23:44:12 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 23:44:12 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 23:44:12 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 23:44:12 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 23:44:12 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 23:44:12 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 23:44:12 ubuntu-keyring util-linux 23:44:12 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 23:44:12 Need to get 64.2 MB of archives. 23:44:12 After this operation, 5125 kB of additional disk space will be used. 23:44:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-153.160 [994 kB] 23:44:12 Removing intermediate container fdfb4f71d50e 23:44:12 ---> ad4f46dde1a2 23:44:12 Step 8/23 : COPY . . 23:44:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 23:44:13 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 23:44:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 23:44:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 23:44:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 23:44:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 23:44:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 23:44:13 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 23:44:13 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 23:44:13 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 23:44:13 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 23:44:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 23:44:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 23:44:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 23:44:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 23:44:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 23:44:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 23:44:13 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 23:44:13 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 23:44:13 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 23:44:13 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 23:44:13 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 23:44:13 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 23:44:13 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 23:44:13 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 23:44:13 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 23:44:13 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 23:44:13 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 23:44:13 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 23:44:13 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 23:44:13 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 23:44:13 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 systemd-sysv amd64 237-3ubuntu10.50 [14.2 kB] 23:44:13 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 23:44:13 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 23:44:13 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 23:44:13 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 23:44:13 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 23:44:13 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 23:44:13 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 23:44:13 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 23:44:13 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 23:44:13 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 23:44:13 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 23:44:13 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 23:44:13 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 23:44:13 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 23:44:13 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 23:44:13 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 23:44:13 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 23:44:13 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 23:44:13 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 23:44:13 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 23:44:13 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 23:44:13 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 23:44:13 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 23:44:13 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 23:44:13 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 23:44:13 Removing intermediate container f2b76749bbcc 23:44:13 ---> 7bf4ca2d9270 23:44:13 Step 8/22 : COPY . . 23:44:14 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 23:44:14 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 23:44:14 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 23:44:14 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 23:44:14 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 23:44:14 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 23:44:14 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 23:44:14 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 23:44:14 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 23:44:14 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 23:44:14 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 23:44:14 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 23:44:14 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 23:44:14 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 23:44:14 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 23:44:14 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] 23:44:14 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 23:44:14 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 23:44:14 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 23:44:14 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 23:44:14 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 23:44:14 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 23:44:14 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 23:44:14 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 23:44:14 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 23:44:14 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 23:44:14 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 23:44:14 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] 23:44:14 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 23:44:14 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] 23:44:14 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 23:44:14 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 23:44:14 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 23:44:14 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 23:44:14 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 23:44:14 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 23:44:14 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 23:44:14 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 23:44:14 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] 23:44:14 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 23:44:14 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 23:44:15 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 23:44:15 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 23:44:15 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 23:44:15 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 23:44:15 debconf: delaying package configuration, since apt-utils is not installed 23:44:15 Fetched 64.2 MB in 2s (31.4 MB/s) 23:44:15 (Reading database ... 13914 files and directories currently installed.) 23:44:15 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 23:44:15 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:44:15 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 23:44:15 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:44:15 Preparing to unpack .../2-linux-libc-dev_4.15.0-153.160_amd64.deb ... 23:44:15 Unpacking linux-libc-dev:amd64 (4.15.0-153.160) over (4.15.0-20.21) ... 23:44:15 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:44:15 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:44:15 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:44:16 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:44:16 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:44:16 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:44:16 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:44:16 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:44:16 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:44:16 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:44:16 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:44:16 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:44:16 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:44:16 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:44:16 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 23:44:16 (Reading database ... 13914 files and directories currently installed.) 23:44:16 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 23:44:16 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 23:44:16 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 23:44:16 (Reading database ... 13914 files and directories currently installed.) 23:44:16 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:44:16 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:44:16 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:44:16 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:44:16 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:44:16 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:44:17 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 23:44:17 (Reading database ... 13914 files and directories currently installed.) 23:44:17 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 23:44:17 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:44:17 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 23:44:17 (Reading database ... 13914 files and directories currently installed.) 23:44:17 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 23:44:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 23:44:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 23:44:17 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 23:44:18 Setting up base-files (10.1ubuntu2.10) ... 23:44:18 Installing new version of config file /etc/issue ... 23:44:18 Installing new version of config file /etc/issue.net ... 23:44:18 Installing new version of config file /etc/lsb-release ... 23:44:18 Installing new version of config file /etc/update-motd.d/50-motd-news ... 23:44:20 Removing intermediate container e3b7f026d295 23:44:20 ---> 7e07c9c4692d 23:44:20 Step 8/32 : COPY . . 23:44:20 Removing intermediate container 8fc0a1061078 23:44:20 ---> fcd5b13e3844 23:44:20 Step 8/24 : COPY . . 23:44:20 Removing intermediate container f2e9a80cc665 23:44:20 ---> 5ff761023b8a 23:44:20 Step 8/23 : COPY . . 23:44:20 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 23:44:20 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 23:44:20 Removing obsolete conffile /etc/default/motd-news ... 23:44:20 (Reading database ... 13915 files and directories currently installed.) 23:44:20 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 23:44:20 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 23:44:20 Setting up bash (4.4.18-2ubuntu1.2) ... 23:44:20 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 23:44:20 (Reading database ... 13915 files and directories currently installed.) 23:44:20 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 23:44:20 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 23:44:20 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 23:44:20 (Reading database ... 13915 files and directories currently installed.) 23:44:20 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 23:44:20 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 23:44:20 Setting up tar (1.29b-2ubuntu0.2) ... 23:44:20 (Reading database ... 13915 files and directories currently installed.) 23:44:20 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 23:44:20 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:44:20 Setting up dpkg (1.19.0.5ubuntu2.3) ... 23:44:20 (Reading database ... 13915 files and directories currently installed.) 23:44:20 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 23:44:20 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:44:20 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 23:44:20 (Reading database ... 13915 files and directories currently installed.) 23:44:20 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 23:44:20 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:44:20 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 23:44:20 (Reading database ... 13915 files and directories currently installed.) 23:44:20 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 23:44:20 Unpacking grep (3.1-2build1) over (3.1-2) ... 23:44:20 Setting up grep (3.1-2build1) ... 23:44:20 (Reading database ... 13915 files and directories currently installed.) 23:44:20 Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... 23:44:20 Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... 23:44:20 Setting up gzip (1.6-5ubuntu1.1) ... 23:44:20 (Reading database ... 13915 files and directories currently installed.) 23:44:20 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 23:44:20 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:44:20 Setting up login (1:4.5-1ubuntu2) ... 23:44:20 (Reading database ... 13915 files and directories currently installed.) 23:44:20 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 23:44:20 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:44:20 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 23:44:20 (Reading database ... 13915 files and directories currently installed.) 23:44:20 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 23:44:20 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:44:20 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 23:44:20 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:44:20 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 23:44:20 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:44:21 Setting up perl-base (5.26.1-6ubuntu0.5) ... 23:44:21 (Reading database ... 13915 files and directories currently installed.) 23:44:21 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 23:44:21 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:44:21 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:44:21 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:44:21 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:44:21 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:44:21 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 23:44:21 (Reading database ... 13915 files and directories currently installed.) 23:44:21 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 23:44:21 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 23:44:22 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 23:44:22 (Reading database ... 13915 files and directories currently installed.) 23:44:22 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:44:22 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:44:22 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:44:22 (Reading database ... 13915 files and directories currently installed.) 23:44:22 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:44:22 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:44:22 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:44:22 (Reading database ... 13915 files and directories currently installed.) 23:44:22 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:44:24 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:44:24 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:44:24 (Reading database ... 13915 files and directories currently installed.) 23:44:24 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:44:24 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:44:24 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:44:24 (Reading database ... 13915 files and directories currently installed.) 23:44:24 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 23:44:24 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:44:24 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 23:44:24 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:44:24 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 23:44:24 (Reading database ... 13915 files and directories currently installed.) 23:44:24 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 23:44:24 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:44:24 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 23:44:24 (Reading database ... 13915 files and directories currently installed.) 23:44:24 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:44:24 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:44:24 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:44:24 (Reading database ... 13915 files and directories currently installed.) 23:44:24 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:44:24 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:44:24 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 23:44:24 (Reading database ... 13915 files and directories currently installed.) 23:44:24 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:44:24 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:44:24 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 23:44:24 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 23:44:24 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 23:44:24 (Reading database ... 13915 files and directories currently installed.) 23:44:24 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 23:44:24 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:44:24 Setting up libc-bin (2.27-3ubuntu1.4) ... 23:44:24 (Reading database ... 13915 files and directories currently installed.) 23:44:24 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 23:44:24 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:44:24 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 23:44:24 (Reading database ... 13917 files and directories currently installed.) 23:44:24 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 23:44:24 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 23:44:24 Setting up debconf (1.5.66ubuntu1) ... 23:44:24 (Reading database ... 13917 files and directories currently installed.) 23:44:24 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 23:44:24 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 23:44:24 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 23:44:24 (Reading database ... 13917 files and directories currently installed.) 23:44:24 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 23:44:25 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 23:44:25 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 23:44:25 (Reading database ... 13917 files and directories currently installed.) 23:44:25 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 23:44:25 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 23:44:25 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 23:44:25 (Reading database ... 13917 files and directories currently installed.) 23:44:25 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 23:44:25 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 23:44:25 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 23:44:25 (Reading database ... 13919 files and directories currently installed.) 23:44:25 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 23:44:25 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 23:44:25 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 23:44:26 (Reading database ... 13923 files and directories currently installed.) 23:44:26 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:44:26 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:44:26 Preparing to unpack .../systemd-sysv_237-3ubuntu10.50_amd64.deb ... 23:44:26 Unpacking systemd-sysv (237-3ubuntu10.50) over (237-3ubuntu10) ... 23:44:26 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 23:44:26 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:44:26 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 23:44:26 (Reading database ... 13923 files and directories currently installed.) 23:44:26 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 23:44:26 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 23:44:26 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 23:44:26 (Reading database ... 13923 files and directories currently installed.) 23:44:26 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 23:44:26 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 23:44:26 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 23:44:26 (Reading database ... 13923 files and directories currently installed.) 23:44:26 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 23:44:26 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 23:44:26 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 23:44:26 (Reading database ... 13923 files and directories currently installed.) 23:44:26 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 23:44:26 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:44:26 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 23:44:26 (Reading database ... 13923 files and directories currently installed.) 23:44:26 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 23:44:26 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 23:44:26 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 23:44:27 (Reading database ... 13923 files and directories currently installed.) 23:44:27 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 23:44:27 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:44:27 Setting up passwd (1:4.5-1ubuntu2) ... 23:44:27 (Reading database ... 13923 files and directories currently installed.) 23:44:27 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 23:44:27 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 23:44:27 Setting up gpgv (2.2.4-1ubuntu1.4) ... 23:44:27 (Reading database ... 13923 files and directories currently installed.) 23:44:27 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 23:44:27 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 23:44:27 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 23:44:27 (Reading database ... 13923 files and directories currently installed.) 23:44:27 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 23:44:27 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 23:44:27 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 23:44:27 (Reading database ... 13923 files and directories currently installed.) 23:44:27 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 23:44:27 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 23:44:27 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 23:44:27 (Reading database ... 13923 files and directories currently installed.) 23:44:27 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 23:44:27 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 23:44:27 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 23:44:27 (Reading database ... 13923 files and directories currently installed.) 23:44:27 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 23:44:27 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 23:44:28 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 23:44:28 (Reading database ... 13923 files and directories currently installed.) 23:44:28 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 23:44:28 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 23:44:28 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 23:44:28 (Reading database ... 13923 files and directories currently installed.) 23:44:28 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 23:44:28 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 23:44:28 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 23:44:28 (Reading database ... 13923 files and directories currently installed.) 23:44:28 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 23:44:28 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 23:44:28 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 23:44:28 (Reading database ... 13924 files and directories currently installed.) 23:44:28 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:44:28 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:44:28 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:44:28 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:44:28 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 23:44:28 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 23:44:29 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 23:44:29 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 23:44:29 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 23:44:29 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 23:44:29 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 23:44:29 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 23:44:29 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 23:44:29 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 23:44:29 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 23:44:29 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 23:44:29 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 23:44:29 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 23:44:29 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 23:44:29 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 23:44:29 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 23:44:29 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 23:44:29 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 23:44:29 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 23:44:29 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 23:44:29 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 23:44:30 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 23:44:30 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 23:44:30 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 23:44:30 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 23:44:30 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 23:44:30 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 23:44:30 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 23:44:30 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 23:44:30 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 23:44:30 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 23:44:30 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:44:30 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:44:30 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:44:30 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:44:31 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:44:31 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:44:31 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:44:31 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:44:31 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:44:31 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:44:31 ---> 66452d73f933 23:44:31 Step 9/23 : RUN go mod tidy 23:44:32 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:44:32 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:44:32 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:44:32 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:44:32 ---> 66efe3fc4070 23:44:32 Step 9/22 : RUN go mod tidy 23:44:32 ---> Running in 3c8491ae0364 23:44:33 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:44:33 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:44:33 ---> Running in 3cdbd1a2f3f0 23:44:33 ---> 530c13e247a1 23:44:33 Step 9/32 : RUN go mod tidy 23:44:33 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:44:33 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:44:33 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:44:33 ---> Running in 13c0e5168934 23:44:33 ---> 2720304f14f0 23:44:33 Step 9/23 : RUN go mod tidy 23:44:34 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:44:34 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 23:44:34 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:44:34 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 23:44:34 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:44:34 ---> Running in 397c361b2f8d 23:44:34 ---> af69b8ed8ab1 23:44:34 Step 9/24 : RUN go mod tidy 23:44:34 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 23:44:34 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 23:44:34 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:44:34 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:44:34 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:44:34 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:44:34 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 23:44:34 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 23:44:34 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:44:34 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 23:44:34 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:44:34 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:44:34 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:44:34 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 23:44:34 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 23:44:34 Setting up tzdata (2021a-0ubuntu0.18.04) ... 23:44:34 23:44:34 Current default time zone: 'Etc/UTC' 23:44:34 Local time is now: Thu Aug 5 23:44:34 UTC 2021. 23:44:34 Universal Time is now: Thu Aug 5 23:44:34 UTC 2021. 23:44:34 Run 'dpkg-reconfigure tzdata' if you wish to change it. 23:44:34 23:44:34 ---> Running in 5bf39f7bf784 23:44:34 Setting up systemd-sysv (237-3ubuntu10.50) ... 23:44:34 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:44:34 Setting up linux-libc-dev:amd64 (4.15.0-153.160) ... 23:44:34 Setting up mount (2.31.1-0.4ubuntu3.7) ... 23:44:34 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 23:44:34 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 23:44:34 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 23:44:34 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 23:44:34 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 23:44:34 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 23:44:34 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:44:34 Setting up procps (2:3.3.12-3ubuntu1.2) ... 23:44:34 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 23:44:34 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 23:44:34 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 23:44:35 Setting up patch (2.7.6-2ubuntu1.1) ... 23:44:35 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 23:44:35 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 23:44:35 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 23:44:35 Installing new version of config file /etc/ssl/openssl.cnf ... 23:44:35 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 23:44:35 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 23:44:35 Setting up ca-certificates (20210119~18.04.1) ... 23:44:37 Updating certificates in /etc/ssl/certs... 23:44:38 23 added, 27 removed; done. 23:44:38 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 23:44:38 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:44:38 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 23:44:38 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 23:44:38 Setting up pkgbinarymangler (138.18.04.1) ... 23:44:38 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 23:44:38 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 23:44:38 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 23:44:38 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 23:44:38 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:44:38 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:44:38 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:44:38 Setting up perl (5.26.1-6ubuntu0.5) ... 23:44:38 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 23:44:38 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 23:44:38 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:44:38 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 23:44:38 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:44:38 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 23:44:38 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 23:44:38 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 23:44:38 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 23:44:38 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:44:38 Processing triggers for systemd (237-3ubuntu10.50) ... 23:44:38 Processing triggers for mime-support (3.60ubuntu1) ... 23:44:38 Processing triggers for ca-certificates (20210119~18.04.1) ... 23:44:38 Updating certificates in /etc/ssl/certs... 23:44:38 0 added, 0 removed; done. 23:44:38 Running hooks in /etc/ca-certificates/update.d... 23:44:38 done. 23:44:39 Reading package lists... 23:44:39 Building dependency tree... 23:44:39 Reading state information... 23:44:39 The following NEW packages will be installed: 23:44:39 apt-transport-https 23:44:39 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 23:44:40 Need to get 4348 B of archives. 23:44:40 After this operation, 154 kB of additional disk space will be used. 23:44:40 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 23:44:40 debconf: delaying package configuration, since apt-utils is not installed 23:44:40 Fetched 4348 B in 0s (24.4 kB/s) 23:44:40 Selecting previously unselected package apt-transport-https. 23:44:40 (Reading database ... 13929 files and directories currently installed.) 23:44:40 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 23:44:40 Unpacking apt-transport-https (1.6.14) ... 23:44:40 Removing intermediate container 3c8491ae0364 23:44:40 ---> 0b99a210abdc 23:44:40 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 23:44:40 Setting up apt-transport-https (1.6.14) ... 23:44:40 Waiting for network to be ready... 23:44:42 ---> Running in 6d748850d3ae 23:44:42 Removing intermediate container 3cdbd1a2f3f0 23:44:42 Removing intermediate container 13c0e5168934 23:44:42 ---> 5fc1f97a66b4 23:44:42 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> 656d40878b90 23:44:42 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:44:42 23:44:42 Removing intermediate container 5bf39f7bf784 23:44:42 ---> ad5cd9fe6815 23:44:42 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:44:42 Removing intermediate container 397c361b2f8d 23:44:42 ---> 67490df239fe 23:44:42 Step 10/23 : RUN make cmd/support-notifications/support-notifications 23:44:42 ---> Running in c4b375cda6f3 23:44:42 ---> Running in b4d93caf81d7 23:44:42 ---> Running in 973ad7d611ef 23:44:42 ---> Running in bf7040b5b02a 23:44: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 23:44:45 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 23:44:45 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 23:44:45 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 23:44:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:44:47 2021-08-05T23:44:43Z INFO Waiting for automatic snapd restart... 23:44:47 snapd 2.51.3 from Canonical* installed 23:44:47 "snapd" switched to the "latest/stable" channel 23:44:47 23:44:49 core18 20210611 from Canonical* installed 23:44:49 "core18" switched to the "latest/stable" channel 23:44:49 23:44:52 snapcraft 4.8.3 from Canonical* installed 23:44:52 "snapcraft" switched to the "latest/stable" channel 23:44:52 23:44:57 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: 23:44:57 - README.md 23:44:57 23:44:57 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:44:57 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:44:57 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:44:57 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:44:58 Reading package lists... 23:44:58 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 23:44:58 Reading package lists... 23:44:59 Building dependency tree... 23:44:59 Reading state information... 23:44:59 Suggested packages: 23:44:59 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 23:44:59 git-gui gitk gitweb git-cvs git-mediawiki git-svn 23:44:59 Recommended packages: 23:44:59 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 23:44:59 The following NEW packages will be installed: 23:44:59 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 23:44:59 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 23:44:59 pkg-config zip 23:44:59 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 23:44:59 Need to get 7663 kB of archives. 23:44:59 After this operation, 43.8 MB of additional disk space will be used. 23:44:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 23:44:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] 23:44:59 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 23:44:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 23:44:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 23:44:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 23:44:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 23:44:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 23:44:59 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 23:44:59 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 23:44:59 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 23:44:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 23:44:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 23:44:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 23:44:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 23:45:00 debconf: delaying package configuration, since apt-utils is not installed 23:45:00 Fetched 7663 kB in 1s (10.5 MB/s) 23:45:00 Selecting previously unselected package libglib2.0-0:amd64. 23:45:00 (Reading database ... 13933 files and directories currently installed.) 23:45:00 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 23:45:00 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 23:45:00 Selecting previously unselected package libpsl5:amd64. 23:45:00 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 23:45:00 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 23:45:00 Selecting previously unselected package libnghttp2-14:amd64. 23:45:00 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 23:45:00 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:45:00 Selecting previously unselected package librtmp1:amd64. 23:45:00 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 23:45:00 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:45:00 Selecting previously unselected package libcurl3-gnutls:amd64. 23:45:00 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... 23:45:00 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 23:45:00 Selecting previously unselected package liberror-perl. 23:45:00 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 23:45:00 Unpacking liberror-perl (0.17025-1) ... 23:45:00 Selecting previously unselected package git-man. 23:45:00 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 23:45:00 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 23:45:00 Selecting previously unselected package git. 23:45:00 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 23:45:00 Unpacking git (1:2.17.1-1ubuntu0.8) ... 23:45:01 Selecting previously unselected package libnorm1:amd64. 23:45:01 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 23:45:01 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:45:01 Selecting previously unselected package libpgm-5.2-0:amd64. 23:45:01 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 23:45:01 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:45:01 Selecting previously unselected package libsodium23:amd64. 23:45:01 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 23:45:01 Unpacking libsodium23:amd64 (1.0.16-2) ... 23:45:01 Selecting previously unselected package libzmq5:amd64. 23:45:01 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 23:45:01 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:45:01 Selecting previously unselected package libzmq3-dev:amd64. 23:45:01 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 23:45:01 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:45:04 Selecting previously unselected package pkg-config. 23:45:04 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 23:45:04 Unpacking pkg-config (0.29.1-0ubuntu2) ... 23:45:04 Selecting previously unselected package zip. 23:45:04 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 23:45:04 Unpacking zip (3.0-11build1) ... 23:45:04 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:45:04 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 23:45:04 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:45:04 Setting up liberror-perl (0.17025-1) ... 23:45:04 Setting up libpsl5:amd64 (0.19.1-5build1) ... 23:45:04 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 23:45:04 No schema files found: doing nothing. 23:45:04 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:45:04 Setting up zip (3.0-11build1) ... 23:45:04 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:45:04 Setting up libsodium23:amd64 (1.0.16-2) ... 23:45:04 Setting up pkg-config (0.29.1-0ubuntu2) ... 23:45:04 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:45:04 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 23:45:04 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:45:04 Setting up git (1:2.17.1-1ubuntu0.8) ... 23:45:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:45:04 git set to automatically installed. 23:45:04 git-man set to automatically installed. 23:45:04 libcurl3-gnutls set to automatically installed. 23:45:04 liberror-perl set to automatically installed. 23:45:04 libglib2.0-0 set to automatically installed. 23:45:04 libnghttp2-14 set to automatically installed. 23:45:04 libnorm1 set to automatically installed. 23:45:04 libpgm-5.2-0 set to automatically installed. 23:45:04 libpsl5 set to automatically installed. 23:45:04 librtmp1 set to automatically installed. 23:45:04 libsodium23 set to automatically installed. 23:45:04 libzmq3-dev set to automatically installed. 23:45:04 libzmq5 set to automatically installed. 23:45:04 pkg-config set to automatically installed. 23:45:04 zip set to automatically installed. 23:45:04 snapd is not logged in, snap install commands will use sudo 23:45:12 go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed 23:45:12 snapd is not logged in, snap install commands will use sudo 23:45:12 snap "core18" has no updates available 23:45:12 Pulling config-common 23:45:12 + snapcraftctl pull 23:45:13 Pulling go-build-helper 23:45:13 + snapcraftctl pull 23:45:14 'edgex-go' has dependencies that need to be staged: go-build-helper 23:45:14 Skipping pull go-build-helper (already ran) 23:45:14 Building go-build-helper 23:45:14 + snapcraftctl build 23:45:16 Staging go-build-helper 23:45:16 + snapcraftctl stage 23:45:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:45:25 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:45:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1818 kB] 23:45:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [335 kB] 23:45:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 23:45:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 23:45:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [394 kB] 23:45:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [53.0 kB] 23:45:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1132 kB] 23:45:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] 23:45:25 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:45:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:45:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:45:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:45:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:45:25 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:45:25 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:45:25 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:45:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:45:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 23:45:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [427 kB] 23:45:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.9 kB] 23:45:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6988 B] 23:45:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [418 kB] 23:45:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [56.8 kB] 23:45:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1744 kB] 23:45:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [373 kB] 23:45:25 Fetched 25.0 MB in 0s (0 B/s) 23:45:25 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 23:45:25 Fetched 224 kB in 0s (0 B/s) 23:45:25 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 23:45:25 Fetched 157 kB in 0s (0 B/s) 23:45:25 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 23:45:25 Fetched 221 kB in 0s (0 B/s) 23:45:25 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 23:45:25 Fetched 143 kB in 0s (0 B/s) 23:45:25 Pulling edgex-go 23:45:25 + snapcraftctl pull 23:45:26 Pulling hooks 23:45:26 + snapcraftctl pull 23:45:44 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 23:45:44 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 23:45:44 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:45:44 Fetched 0 B in 0s (0 B/s) 23:45:44 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 23:45:44 Fetched 96.5 kB in 0s (0 B/s) 23:45:44 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 23:45:44 Fetched 279 kB in 0s (0 B/s) 23:45:44 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 23:45:44 Fetched 122 kB in 0s (0 B/s) 23:45:44 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 23:45:44 Fetched 77.8 kB in 0s (0 B/s) 23:45:44 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 23:45:44 Fetched 8848 B in 0s (0 B/s) 23:45:44 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 23:45:44 Fetched 47.8 kB in 0s (0 B/s) 23:45:44 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 23:45:44 Fetched 45.6 kB in 0s (0 B/s) 23:45:44 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 23:45:44 Fetched 15.0 kB in 0s (0 B/s) 23:45:44 Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] 23:45:44 Fetched 219 kB in 0s (0 B/s) 23:45:44 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 23:45:44 Fetched 154 kB in 0s (0 B/s) 23:45:44 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 23:45:44 Fetched 50.6 kB in 0s (0 B/s) 23:45:44 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 23:45:44 Fetched 14.8 kB in 0s (0 B/s) 23:45:44 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 23:45:44 Fetched 41.8 kB in 0s (0 B/s) 23:45:44 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 23:45:44 Fetched 499 kB in 0s (0 B/s) 23:45:44 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 23:45:44 Fetched 111 kB in 0s (0 B/s) 23:45:44 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 23:45:44 Fetched 240 kB in 0s (0 B/s) 23:45:44 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 23:45:44 Fetched 29.3 kB in 0s (0 B/s) 23:45:44 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 23:45:44 Fetched 85.5 kB in 0s (0 B/s) 23:45:44 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 23:45:44 Fetched 24.5 kB in 0s (0 B/s) 23:45:44 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 23:45:44 Fetched 49.2 kB in 0s (0 B/s) 23:45:44 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 23:45:44 Fetched 54.2 kB in 0s (0 B/s) 23:45:44 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 23:45:44 Fetched 30.8 kB in 0s (0 B/s) 23:45:44 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 23:45:44 Fetched 15.8 kB in 0s (0 B/s) 23:45:44 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 23:45:44 Fetched 85.9 kB in 0s (0 B/s) 23:45:44 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 23:45:44 Fetched 8720 B in 0s (0 B/s) 23:45:44 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 23:45:44 Fetched 140 kB in 0s (0 B/s) 23:45:44 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 23:45:44 Fetched 119 kB in 0s (0 B/s) 23:45:44 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 23:45:44 Fetched 111 kB in 0s (0 B/s) 23:45:44 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 23:45:44 Fetched 11.1 kB in 0s (0 B/s) 23:45:44 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 23:45:44 Fetched 645 kB in 0s (0 B/s) 23:45:44 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 23:45:44 Fetched 41.3 kB in 0s (0 B/s) 23:45:44 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 23:45:44 Fetched 17.9 kB in 0s (0 B/s) 23:45:44 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 23:45:44 Fetched 368 kB in 0s (0 B/s) 23:45:44 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 23:45:44 Fetched 187 kB in 0s (0 B/s) 23:45:44 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 23:45:44 Fetched 175 kB in 0s (0 B/s) 23:45:44 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 23:45:44 Fetched 206 kB in 0s (0 B/s) 23:45:44 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 23:45:44 Fetched 1301 kB in 0s (0 B/s) 23:45:44 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 23:45:44 Fetched 36.2 kB in 0s (0 B/s) 23:45:44 Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] 23:45:44 Fetched 159 kB in 0s (0 B/s) 23:45:44 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 23:45:44 Fetched 107 kB in 0s (0 B/s) 23:45:44 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 23:45:44 Fetched 48.7 kB in 0s (0 B/s) 23:45:44 Pulling static-packages 23:45:44 + snapcraftctl pull 23:45:45 Pulling version 23:45:45 + cd /root/project 23:45:45 + git describe --tags --abbrev=0 23:45:45 + sed s/v// 23:45:45 + GIT_VERSION=2.0.1-dev.23 23:45:45 + [ -z 2.0.1-dev.23 ] 23:45:45 + snapcraftctl set-version 2.0.1-dev.23 23:45:46 Building config-common 23:45:46 + snapcraftctl build 23:45:48 Skipping build go-build-helper (already ran) 23:45:48 Building edgex-go 23:45:48 + cd /root/parts/edgex-go/src 23:45:48 + git describe --tags --abbrev=0 23:45:48 + sed s/v// 23:45:48 + GIT_VERSION=2.0.1-dev.23 23:45:48 + [ -z 2.0.1-dev.23 ] 23:45:48 + echo 2.0.1-dev.23 23:45:48 + make build 23:45:48 go mod tidy 23:45:51 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 23:45:51 go: downloading github.com/gorilla/mux v1.8.0 23:45:51 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.13 23:45:51 go: downloading github.com/stretchr/testify v1.7.0 23:45:51 go: downloading github.com/google/uuid v1.3.0 23:45:51 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 23:45:51 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 23:45:51 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 23:45:51 go: downloading gopkg.in/yaml.v2 v2.4.0 23:45:51 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:45:51 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 23:45:51 go: downloading github.com/lib/pq v1.10.2 23:45:53 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 23:45:53 go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 23:45:53 go: downloading github.com/pelletier/go-toml v1.9.3 23:45:53 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 23:45:53 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 23:45:53 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 23:45:53 go: downloading github.com/go-playground/validator/v10 v10.8.0 23:45:53 go: downloading github.com/go-kit/kit v0.11.0 23:45:53 go: downloading github.com/davecgh/go-spew v1.1.1 23:45:53 go: downloading github.com/pmezard/go-difflib v1.0.0 23:45:53 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 23:45:53 go: downloading github.com/stretchr/objx v0.1.1 23:45:53 go: downloading github.com/x448/float16 v0.8.4 23:45:53 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 23:45:53 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 23:45:53 go: downloading github.com/go-redis/redis/v7 v7.3.0 23:45:53 go: downloading github.com/pebbe/zmq4 v1.2.7 23:45:53 go: downloading github.com/go-playground/universal-translator v0.17.0 23:45:53 go: downloading github.com/leodido/go-urn v1.2.1 23:45:53 go: downloading golang.org/x/text v0.3.6 23:45:53 go: downloading github.com/go-playground/assert/v2 v2.0.1 23:45:53 go: downloading github.com/go-playground/locales v0.13.0 23:45:53 go: downloading github.com/go-logfmt/logfmt v0.5.0 23:45:53 go: downloading github.com/go-stack/stack v1.8.0 23:45:53 go: downloading github.com/kr/pretty v0.2.0 23:45:53 go: downloading github.com/hashicorp/consul/api v1.8.1 23:45:53 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:45:53 go: downloading golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c 23:45:53 go: downloading github.com/onsi/ginkgo v1.10.1 23:45:53 go: downloading github.com/onsi/gomega v1.7.0 23:45:53 go: downloading github.com/gorilla/websocket v1.4.2 23:45:53 go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 23:45:54 go: downloading github.com/kr/text v0.1.0 23:45:54 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:45:54 go: downloading github.com/mitchellh/copystructure v1.0.0 23:45:54 go: downloading github.com/mitchellh/mapstructure v1.1.2 23:45:54 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:45:54 go: downloading github.com/hashicorp/go-hclog v0.12.0 23:45:54 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 23:45:54 go: downloading github.com/hashicorp/serf v0.9.5 23:45:54 go: downloading github.com/hashicorp/consul/sdk v0.7.0 23:45:54 go: downloading github.com/hashicorp/go-uuid v1.0.1 23:45:54 go: downloading github.com/mitchellh/reflectwalk v1.0.0 23:45:54 go: downloading github.com/fatih/color v1.9.0 23:45:54 go: downloading github.com/mattn/go-colorable v0.1.6 23:45:54 go: downloading github.com/mattn/go-isatty v0.0.12 23:45:54 go: downloading github.com/mitchellh/go-homedir v1.1.0 23:45:54 go: downloading github.com/pkg/errors v0.9.1 23:45:54 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:45:54 go: downloading github.com/hpcloud/tail v1.0.0 23:45:54 go: downloading github.com/hashicorp/go-msgpack v0.5.3 23:45:54 go: downloading github.com/hashicorp/memberlist v0.2.2 23:45:54 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 23:45:54 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 23:45:54 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 23:45:54 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:45:54 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:45:54 go: downloading github.com/hashicorp/go-multierror v1.1.0 23:45:54 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 23:45:54 go: downloading github.com/miekg/dns v1.1.26 23:45:54 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:45:54 go: downloading gopkg.in/fsnotify.v1 v1.4.7 23:45:54 go: downloading github.com/hashicorp/golang-lru v0.5.0 23:45:54 go: downloading github.com/hashicorp/errwrap v1.0.0 23:45:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.23" -o cmd/core-data/core-data ./cmd/core-data 23:46:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.23" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:46:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.23" -o cmd/core-command/core-command ./cmd/core-command 23:46:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.23" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:46:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.23" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:46:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.23" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:46:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.23" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:46:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.23" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:46:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.23" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:46:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.23" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:46:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.23" -o ./cmd/secrets-config ./cmd/secrets-config 23:46:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.23" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:46:21 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 23:46:21 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 23:46:21 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 23:46:21 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 23:46:21 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 23:46:21 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 23:46:21 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 23:46:21 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 23:46:21 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 23:46:21 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 23:46:21 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 23:46:21 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 23:46:21 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 23:46:21 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 23:46:21 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 23:46:21 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 23:46:21 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 23:46:21 + 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 23:46:21 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 23:46:21 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 23:46:21 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 23:46:21 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 23:46:21 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 23:46:21 + 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 23:46:21 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 23:46:21 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 23:46:21 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 23:46:22 Building hooks 23:46:22 + cd /root/parts/hooks/src 23:46:22 + make build 23:46:22 go mod tidy 23:46:22 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 23:46:22 go: downloading github.com/stretchr/testify v1.5.1 23:46:22 go: downloading gopkg.in/yaml.v2 v2.2.2 23:46:22 go: downloading github.com/davecgh/go-spew v1.1.0 23:46:23 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 23:46:23 GO111MODULE=on go build -o cmd/install/install ./cmd/install 23:46:24 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 23:46:24 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 23:46:27 Building static-packages 23:46:27 + snapcraftctl build 23:46:29 Building version 23:46:29 + snapcraftctl build 23:46:31 Staging config-common 23:46:31 + snapcraftctl stage 23:46:33 Skipping stage go-build-helper (already ran) 23:46:33 Staging edgex-go 23:46:33 + snapcraftctl stage 23:46:33 Staging hooks 23:46:33 + snapcraftctl stage 23:46:36 Staging static-packages 23:46:36 + snapcraftctl stage 23:46:36 Staging version 23:46:36 + snapcraftctl stage 23:46:37 Priming config-common 23:46:37 + snapcraftctl prime 23:46:38 Priming go-build-helper 23:46:38 + snapcraftctl prime 23:46:39 Priming edgex-go 23:46:39 + snapcraftctl prime 23:46:40 Priming hooks 23:46:40 + snapcraftctl prime 23:46:42 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 23:46:42 Priming static-packages 23:46:42 + snapcraftctl prime 23:46:43 Removing intermediate container 973ad7d611ef 23:46:43 ---> a734905b5bef 23:46:43 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:46:43 ---> Running in b0df233a44e9 23:46:43 Removing intermediate container c4b375cda6f3 23:46:43 ---> 52b93772d9d8 23:46:43 23:46:43 Step 11/32 : FROM alpine:3.12 23:46:44 3.12: Pulling from library/alpine 23:46:45 Priming version 23:46:45 + snapcraftctl prime 23:46:46 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 23:46:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:46:46 Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb 23:46:46 Status: Downloaded newer image for alpine:3.12 23:46:46 ---> c4fd0aeabfcf 23:46:46 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:46:47 ---> Running in 5c074f450958 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:46:50 Removing intermediate container 5c074f450958 23:46:50 ---> 42681430bce0 23:46:50 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 23:46:50 Removing intermediate container b4d93caf81d7 23:46:50 ---> 4df553572e2b 23:46:50 Removing intermediate container 6d748850d3ae 23:46:50 23:46:50 ---> e5882acef54e 23:46:50 Step 11/22 : FROM alpine:3.12 23:46:50 23:46:50 Step 11/23 : FROM alpine:3.12 23:46:50 ---> c4fd0aeabfcf 23:46:50 Step 12/23 : RUN apk add --update --no-cache dumb-init 23:46:50 ---> c4fd0aeabfcf 23:46:50 Step 12/22 : RUN apk add --update --no-cache curl 23:46:50 ---> Running in fb24ad055994 23:46:50 Removing intermediate container bf7040b5b02a 23:46:50 ---> b64a5cbd4d7a 23:46:50 23:46:50 Step 11/23 : FROM alpine:3.12 23:46:50 ---> c4fd0aeabfcf 23:46:50 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 23:46:51 ---> Running in 18dc00c4f5bb 23:46:51 ---> Running in ad50047590e3 23:46:51 ---> Running in 81b80f82070d 23:46:51 Removing intermediate container b0df233a44e9 23:46:51 ---> 4fe93defe59b 23:46:51 23:46:51 Step 12/24 : FROM docker:20.10.7 23:46:51 20.10.7: Pulling from library/docker 23:46:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:46:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:46:54 (1/2) Installing dumb-init (1.2.2-r1) 23:46:54 (2/2) Installing su-exec (0.2-r1) 23:46:54 Executing busybox-1.31.1-r20.trigger 23:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:46:54 OK: 5 MiB in 16 packages 23:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:46:55 (1/2) Installing ca-certificates (20191127-r4) 23:46:55 (1/4) Installing ca-certificates (20191127-r4) 23:46:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:46:55 (3/4) Installing libcurl (7.78.0-r0) 23:46:55 (4/4) Installing curl (7.78.0-r0) 23:46:55 Executing busybox-1.31.1-r20.trigger 23:46:55 (1/1) Installing dumb-init (1.2.2-r1) 23:46:55 Executing busybox-1.31.1-r20.trigger 23:46:55 Executing ca-certificates-20191127-r4.trigger 23:46:55 OK: 5 MiB in 15 packages 23:46:55 (2/2) Installing dumb-init (1.2.2-r1) 23:46:55 Executing busybox-1.31.1-r20.trigger 23:46:55 Executing ca-certificates-20191127-r4.trigger 23:46:55 OK: 7 MiB in 18 packages 23:46:55 OK: 6 MiB in 16 packages 23:47:02 Removing intermediate container fb24ad055994 23:47:02 ---> f4a28a977ce0 23:47:02 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 23:47:02 ---> Running in 5e21651108ae 23:47:02 Removing intermediate container 18dc00c4f5bb 23:47:02 ---> 80d115a495d4 23:47:02 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:47:02 Removing intermediate container ad50047590e3 23:47:02 ---> 7c00329a6d52 23:47:02 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:47:02 ---> Running in 970dddc89b3f 23:47:02 Removing intermediate container 81b80f82070d 23:47:02 ---> e02316797446 23:47:02 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:47:02 Removing intermediate container 5e21651108ae 23:47:02 ---> 241e5608573b 23:47:02 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:47:02 ---> Running in 4d3eb7e928af 23:47:02 ---> Running in 8ad39a0891bb 23:47:02 ---> Running in 636b015b5d1f 23:47:02 Removing intermediate container 970dddc89b3f 23:47:02 ---> 8ef5278a8872 23:47:02 Step 14/23 : ENV APP_PORT=59861 23:47:02 ---> Running in f5360f5dee2e 23:47:02 Removing intermediate container 4d3eb7e928af 23:47:02 ---> 8ba934e83e1e 23:47:02 Step 14/22 : WORKDIR /edgex 23:47:02 Removing intermediate container 8ad39a0891bb 23:47:02 ---> 81e82691d01f 23:47:02 Step 14/23 : ENV APP_PORT=59860 23:47:02 Removing intermediate container 636b015b5d1f 23:47:02 ---> bd08bd029973 23:47:02 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 23:47:02 ---> Running in 19d64ba9e505 23:47:02 ---> Running in 6c43aa02b1d7 23:47:02 ---> Running in 80e0fad4efbc 23:47:03 Removing intermediate container f5360f5dee2e 23:47:03 ---> cacc8652c54a 23:47:03 Step 15/23 : EXPOSE $APP_PORT 23:47:03 Removing intermediate container 19d64ba9e505 23:47:03 ---> 6d54f635bc90 23:47:03 Step 15/23 : EXPOSE $APP_PORT 23:47:03 ---> Running in 6a9ed2201fcb 23:47:03 ---> Running in f99708ee3f1c 23:47:03 Removing intermediate container 6c43aa02b1d7 23:47:03 ---> 55132a5de204 23:47:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:47:04 Removing intermediate container 6a9ed2201fcb 23:47:04 ---> 6f7f73204e34 23:47:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:47:04 Removing intermediate container f99708ee3f1c 23:47:04 ---> e70e136b34e1 23:47:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:47:05 ---> 76f93528b82c 23:47:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:47:05 Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 23:47:05 Status: Downloaded newer image for docker:20.10.7 23:47:05 ---> df445af6242a 23:47:05 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 23:47:05 ---> 7507e864b567 23:47:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:47:06 ---> 036fbbc027a3 23:47:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:47:06 ---> Running in 5e27b967a33b 23:47:07 ---> b5060c55516e 23:47:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:47:07 Removing intermediate container 5e27b967a33b 23:47:07 ---> 030081c291ca 23:47:07 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 23:47:07 Removing intermediate container 80e0fad4efbc 23:47:07 ---> 48cf6c3f04a6 23:47:07 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 23:47:07 ---> Running in fcfb7aa0fb3d 23:47:07 ---> 5e360a23322d 23:47:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:47:07 ---> ab7764e83392 23:47:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:47:07 ---> Running in ea1d4dd1dc57 23:47:09 Removing intermediate container ea1d4dd1dc57 23:47:09 ---> d065b85e1d5d 23:47:09 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:47:09 ---> 0393c9382c76 23:47:09 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 23:47:09 ---> 65593f2b5034 23:47:09 Step 19/23 : ENTRYPOINT ["/support-notifications"] 23:47:09 ---> 35219e28b60b 23:47:09 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:47:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 23:47:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 23:47:10 ---> Running in f3985d9afa3e 23:47:10 ---> Running in 6db3e9a7d892 23:47:10 ---> 7c7971aba959 23:47:10 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:47:10 ---> Running in d5fe5fc8a8f3 23:47:10 ---> Running in 6833b7857d33 23:47:11 Removing intermediate container f3985d9afa3e 23:47:11 ---> 243e31fb8afc 23:47:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:47:11 (1/39) Installing readline (8.1.0-r0) 23:47:11 (2/39) Installing bash (5.1.0-r0) 23:47:11 Executing bash-5.1.0-r0.post-install 23:47:11 (3/39) Installing brotli-libs (1.0.9-r3) 23:47:11 (4/39) Installing nghttp2-libs (1.42.0-r1) 23:47:11 (5/39) Installing libcurl (7.78.0-r0) 23:47:11 (6/39) Installing curl (7.78.0-r0) 23:47:11 (7/39) Installing dumb-init (1.2.5-r0) 23:47:11 (8/39) Installing libbz2 (1.0.8-r1) 23:47:11 (9/39) Installing expat (2.2.10-r1) 23:47:11 (10/39) Installing libffi (3.3-r2) 23:47:11 Removing intermediate container 6db3e9a7d892 23:47:11 ---> 7f1b08833579 23:47:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:47:11 (11/39) Installing gdbm (1.19-r0) 23:47:11 (12/39) Installing xz-libs (5.2.5-r0) 23:47:11 (13/39) Installing sqlite-libs (3.34.1-r0) 23:47:11 (14/39) Installing python3 (3.8.10-r0) 23:47:11 ---> Running in 0a799605b72f 23:47:11 Removing intermediate container d5fe5fc8a8f3 23:47:11 ---> 65f2a322308d 23:47:11 Step 19/22 : CMD ["--init=true"] 23:47:11 ---> Running in 8930a838cba0 23:47:12 ---> Running in de58d3804a06 23:47:12 Removing intermediate container 0a799605b72f 23:47:12 ---> 199dbb410ed3 23:47:12 Step 21/23 : LABEL arch=arm64 23:47:12 Removing intermediate container 8930a838cba0 23:47:12 ---> aa77cc04830e 23:47:12 Step 21/23 : LABEL arch=arm64 23:47:12 ---> Running in 6eafd23244bf 23:47:13 Removing intermediate container de58d3804a06 23:47:13 ---> f5bfe8c14b78 23:47:13 Step 20/22 : LABEL arch=arm64 23:47:13 ---> Running in d4f93aabd6db 23:47:13 (15/39) Installing py3-appdirs (1.4.4-r1) 23:47:13 (16/39) Installing py3-ordered-set (4.0.2-r0) 23:47:13 (17/39) Installing py3-parsing (2.4.7-r1) 23:47:13 (18/39) Installing py3-six (1.15.0-r0) 23:47:13 (19/39) Installing py3-packaging (20.9-r0) 23:47:13 (20/39) Installing py3-setuptools (51.3.3-r0) 23:47:14 (21/39) Installing py3-chardet (4.0.0-r0) 23:47:14 (22/39) Installing py3-idna (3.1-r0) 23:47:14 (23/39) Installing py3-urllib3 (1.26.2-r1) 23:47:14 ---> Running in 7aef24f8aa15 23:47:14 (24/39) Installing py3-requests (2.25.1-r1) 23:47:14 (25/39) Installing py3-msgpack (1.0.2-r0) 23:47:14 (26/39) Installing py3-lockfile (0.12.2-r3) 23:47:14 (27/39) Installing py3-cachecontrol (0.12.6-r0) 23:47:14 (28/39) Installing py3-colorama (0.4.4-r0) 23:47:14 (29/39) Installing py3-contextlib2 (0.6.0-r0) 23:47:14 (30/39) Installing py3-distlib (0.3.1-r1) 23:47:14 (31/39) Installing py3-distro (1.5.0-r1) 23:47:14 (32/39) Installing py3-webencodings (0.5.1-r3) 23:47:14 (33/39) Installing py3-html5lib (1.1-r0) 23:47:14 (34/39) Installing py3-pytoml (0.1.21-r0) 23:47:14 (35/39) Installing py3-pep517 (0.9.1-r0) 23:47:14 (36/39) Installing py3-progress (1.5-r0) 23:47:14 (37/39) Installing py3-retrying (1.3.3-r0) 23:47:14 (38/39) Installing py3-toml (0.10.2-r0) 23:47:14 Removing intermediate container d4f93aabd6db 23:47:14 ---> 95f3322af357 23:47:14 Step 22/23 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:47:14 (39/39) Installing py3-pip (20.3.4-r0) 23:47:14 Removing intermediate container 6eafd23244bf 23:47:14 ---> 56b3f6fba6b9 23:47:14 Step 22/23 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:47:15 Executing busybox-1.32.1-r6.trigger 23:47:15 OK: 82 MiB in 59 packages 23:47:15 ---> Running in 5b562a174c14 23:47:15 ---> Running in c8bd98689782 23:47:15 Removing intermediate container 7aef24f8aa15 23:47:15 ---> 4f6dbb16a403 23:47:15 Step 21/22 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:47:15 Removing intermediate container 6833b7857d33 23:47:15 ---> 165db1aaed78 23:47:15 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 23:47:15 ---> Running in b282d3556e60 23:47:16 Removing intermediate container c8bd98689782 23:47:16 ---> a34d79088b94 23:47:16 Step 23/23 : LABEL version=0.0.0 23:47:16 Removing intermediate container 5b562a174c14 23:47:16 ---> 73dc278fc2d0 23:47:16 Step 23/23 : LABEL version=0.0.0 23:47:16 ---> Running in e5bf6aef1a79 23:47:16 ---> Running in 6d76d16ca042 23:47:17 Removing intermediate container b282d3556e60 23:47:17 ---> 6e080337bf97 23:47:17 Step 22/22 : LABEL version=0.0.0 23:47:17 ---> Running in c2f49592d1d6 23:47:17 ---> bbc95d1a8367 23:47:17 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:47:17 Removing intermediate container 6d76d16ca042 23:47:17 ---> 89115a780221 23:47:17 23:47:17 Removing intermediate container e5bf6aef1a79 23:47:17 ---> 69deab434af8 23:47:17 23:47:18 Successfully built 69deab434af8 23:47:18 Successfully built 89115a780221 23:47:18 Successfully tagged support-scheduler-arm64:latest 23:47:18  Building support-scheduler ... done Building core-command 23:47:18 Successfully tagged support-notifications-arm64:latest 23:47:18 Building core-data 23:47:18  Building support-notifications ... done Removing intermediate container c2f49592d1d6 23:47:18 ---> e02ef9f9964d 23:47:18 23:47:19 Successfully built e02ef9f9964d 23:47:19 Successfully tagged security-proxy-setup-arm64:latest 23:47:19  Building security-proxy-setup ... done Building security-secretstore-setup 23:47:19 ---> 2baf46625052 23:47:19 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:47:21 ---> 40b82e852059 23:47:21 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:47:25 ---> cf713c1d390e 23:47:25 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 23:47:25 Collecting docker-compose==1.23.2 23:47:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:47:26 Collecting texttable<0.10,>=0.9.0 23:47:26 Downloading texttable-0.9.1.tar.gz (11 kB) 23:47:27 ---> b7e2dfb3141d 23:47:27 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 23:47:28 ---> Running in d377b91c6872 23:47:29 Removing intermediate container d377b91c6872 23:47:29 ---> 6f244d7b52bc 23:47:29 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:47:29 Collecting docopt<0.7,>=0.6.1 23:47:29 Downloading docopt-0.6.2.tar.gz (25 kB) 23:47:31 ---> e98ae98396a7 23:47:31 Step 27/32 : RUN chmod +x /entrypoint.sh 23:47:31 ---> Running in b36d112deac5 23:47:32 Collecting websocket-client<1.0,>=0.32.0 23:47:32 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 23:47:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:47:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:47:33 Collecting dockerpty<0.5,>=0.4.1 23:47:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:47:34 Removing intermediate container b36d112deac5 23:47:34 ---> 0b7abaccd3da 23:47:34 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 23:47:35 ---> Running in 69d9b785d9ff 23:47:36 Removing intermediate container 69d9b785d9ff 23:47:36 ---> 98061c442ed3 23:47:36 Step 29/32 : CMD ["gate"] 23:47:36 Collecting docker<4.0,>=3.6.0 23:47:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:47:37 ---> Running in ffcd63b92c04 23:47:37 Collecting jsonschema<3,>=2.5.1 23:47:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:47:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:47:38 Removing intermediate container ffcd63b92c04 23:47:38 ---> 2381d7352b38 23:47:38 Step 30/32 : LABEL arch=arm64 23:47:38 Collecting PyYAML<4,>=3.10 23:47:38 Downloading PyYAML-3.13.tar.gz (270 kB) 23:47:39 ---> Running in ac359ed43ed5 23:47:40 Removing intermediate container ac359ed43ed5 23:47:40 ---> 710a5f723e66 23:47:40 Step 31/32 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:47:41 ---> Running in b99f04b998db 23:47:42 Removing intermediate container b99f04b998db 23:47:42 ---> 275806f87717 23:47:42 Step 32/32 : LABEL version=0.0.0 23:47:43 Collecting cached-property<2,>=1.2.0 23:47:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:47:43 ---> Running in 6c4ddd9f9020 23:47:44 Collecting docker-pycreds>=0.4.0 23:47:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:47:44 Removing intermediate container 6c4ddd9f9020 23:47:44 ---> 1bfe32cf6fde 23:47:44 23:47:45 Collecting idna<2.8,>=2.5 23:47:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:47:45 Successfully built 1bfe32cf6fde 23:47:45 Successfully tagged security-bootstrapper-arm64:latest 23:47:45 Building core-metadata 23:47:45  Building security-bootstrapper ... done Collecting certifi>=2017.4.17 23:47:45 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 23:47:46 Collecting urllib3<1.25,>=1.21.1 23:47:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:47:46 Collecting chardet<3.1.0,>=3.0.2 23:47:46 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 23:47:47 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 23:47:47 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 23:47:47 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 23:47:47 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 23:47:48 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 23:47:48 Attempting uninstall: urllib3 23:47:48 Found existing installation: urllib3 1.26.2 23:47:48 Uninstalling urllib3-1.26.2: 23:47:48 Successfully uninstalled urllib3-1.26.2 23:47:49 Attempting uninstall: idna 23:47:49 Found existing installation: idna 3.1 23:47:49 Uninstalling idna-3.1: 23:47:49 Successfully uninstalled idna-3.1 23:47:51 Attempting uninstall: chardet 23:47:51 Found existing installation: chardet 4.0.0 23:47:51 Uninstalling chardet-4.0.0: 23:47:51 Successfully uninstalled chardet-4.0.0 23:47:52 Attempting uninstall: requests 23:47:52 Found existing installation: requests 2.25.1 23:47:52 Uninstalling requests-2.25.1: 23:47:52 Successfully uninstalled requests-2.25.1 23:47:53 Running setup.py install for texttable: started 23:47:53 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:47:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:47:53 ---> 64d9942e47a1 23:47:53 Step 3/24 : WORKDIR /edgex-go 23:47:53 ---> Using cache 23:47:53 ---> 71d08b4c6797 23:47:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:47:53 ---> Using cache 23:47:53 ---> 80f140136328 23:47:53 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:47:55 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:47:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:47:55 ---> 64d9942e47a1 23:47:55 Step 3/24 : WORKDIR /edgex-go 23:47:55 ---> Using cache 23:47:55 ---> 71d08b4c6797 23:47:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:47:55 ---> Using cache 23:47:55 ---> 80f140136328 23:47:55 Step 5/24 : RUN apk add --update --no-cache make git 23:47:55 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:47:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:47:55 ---> 64d9942e47a1 23:47:55 Step 3/26 : WORKDIR /edgex-go 23:47:55 ---> Using cache 23:47:55 ---> 71d08b4c6797 23:47:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:47:55 ---> Using cache 23:47:55 ---> 80f140136328 23:47:55 Step 5/26 : RUN apk add --update --no-cache make git 23:47:55 Running setup.py install for texttable: finished with status 'done' 23:47:56 Running setup.py install for PyYAML: started 23:47:56 ---> Running in e4b9e556e03f 23:47:56 ---> Running in 2705591bfb4b 23:47:56 ---> Running in 0e498524687d 23:47:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 23:47:59 Running setup.py install for PyYAML: finished with status 'done' 23:48:00 Running setup.py install for docopt: started 23:48:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 23:48:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 23:48:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 23:48:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 23:48:01 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 23:48:02 OK: 218 MiB in 52 packages 23:48:03 OK: 218 MiB in 52 packages 23:48:03 OK: 218 MiB in 52 packages 23:48:05 Running setup.py install for docopt: finished with status 'done' 23:48:05 Running setup.py install for dockerpty: started 23:48:06 Removing intermediate container 0e498524687d 23:48:06 ---> 8a6004583a0d 23:48:06 Step 6/24 : COPY go.mod . 23:48:07 Removing intermediate container 2705591bfb4b 23:48:07 ---> dd2e2e48a6a3 23:48:07 Step 6/26 : COPY go.mod . 23:48:07 Removing intermediate container e4b9e556e03f 23:48:07 ---> 0e9831c0d93e 23:48:07 Step 6/24 : COPY go.mod . 23:48:07 Running setup.py install for dockerpty: finished with status 'done' 23:48:08 ---> 6ee4cbaa0408 23:48:08 Step 7/24 : RUN go mod download 23:48:08 ---> Running in ea2274e17a00 23:48:08 ---> 63dd19bbe45a 23:48:08 Step 7/24 : RUN go mod download 23:48:09 ---> 32f9129e6ebb 23:48:09 Step 7/26 : RUN go mod download 23:48:09 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 23:48:09 ---> Running in 1944866792d1 23:48:10 ---> Running in cd0af59e09c3 23:48:11 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 23:48:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:48:11 ---> 64d9942e47a1 23:48:11 Step 3/24 : WORKDIR /edgex-go 23:48:11 ---> Using cache 23:48:11 ---> 71d08b4c6797 23:48:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:48:11 ---> Using cache 23:48:11 ---> 80f140136328 23:48:11 Step 5/24 : RUN apk add --update --no-cache make git 23:48:11 ---> Using cache 23:48:11 ---> dd2e2e48a6a3 23:48:11 Step 6/24 : COPY go.mod . 23:48:11 ---> Using cache 23:48:11 ---> 32f9129e6ebb 23:48:11 Step 7/24 : RUN go mod download 23:48:11 ---> Running in 3ef2e2ff1b3c 23:48:18 Removing intermediate container ea2274e17a00 23:48:18 ---> 49d1f1597836 23:48:18 Step 8/24 : COPY . . 23:48:20 Removing intermediate container cd0af59e09c3 23:48:20 ---> 5c47e449a3a9 23:48:20 Step 8/26 : COPY . . 23:48:20 Removing intermediate container 3ef2e2ff1b3c 23:48:20 Removing intermediate container 1944866792d1 23:48:20 ---> 9ee729ebe5fe 23:48:20 ---> e3a21c87694d 23:48:20 Step 8/24 : COPY . . 23:48:20 Step 8/24 : COPY . . 23:48:27 Removing intermediate container fcfb7aa0fb3d 23:48:27 ---> 006323319178 23:48:27 Step 15/24 : ENV APP_PORT=58890 23:48:29 ---> Running in fd19743b08cd 23:48:32 Removing intermediate container fd19743b08cd 23:48:32 ---> 642badb16178 23:48:32 Step 16/24 : EXPOSE $APP_PORT 23:48:34 ---> Running in 867d45b6fb85 23:48:35 Removing intermediate container 867d45b6fb85 23:48:35 ---> 0fd62737925a 23:48:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:48:37 ---> 0ac448c608d3 23:48:37 Step 9/24 : RUN go mod tidy 23:48:39 ---> Running in e0efb29e7f35 23:48:39 ---> 022e47756c2d 23:48:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:48:40 ---> 095d345c6fdf 23:48:40 Step 9/24 : RUN go mod tidy 23:48:40 ---> d9a6d0243466 23:48:40 Step 9/24 : RUN go mod tidy 23:48:40 ---> a646ee551900 23:48:40 Step 9/26 : RUN go mod tidy 23:48:40 ---> Running in 2ee587a670c2 23:48:40 ---> Running in b076cef53286 23:48:41 ---> Running in 862052dfed2b 23:48:41 ---> 98fae3c80514 23:48:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:48:43 ---> f6d04ca91e5c 23:48:43 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 23:48:44 ---> Running in 92a3e5ef7d76 23:48:44 Removing intermediate container e0efb29e7f35 23:48:44 ---> be291f816dd0 23:48:44 Step 10/24 : RUN make cmd/core-command/core-command 23:48:44 ---> Running in 5797d671fbb7 23:48:44 Removing intermediate container 92a3e5ef7d76 23:48:44 ---> 2ac913759e29 23:48:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:48:45 ---> Running in d41d92eb10be 23:48:46 Removing intermediate container d41d92eb10be 23:48:46 ---> 26574a16a14f 23:48:46 Step 22/24 : LABEL arch=arm64 23:48:46 ---> Running in ee96590a2bf4 23:48:47 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 23:48:47 Removing intermediate container ee96590a2bf4 23:48:47 ---> 8988240b4c07 23:48:47 Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:48:47 Removing intermediate container 2ee587a670c2 23:48:47 ---> d72bf7ac611a 23:48:47 Step 10/24 : RUN make cmd/core-metadata/core-metadata 23:48:47 ---> Running in 63fa276ea887 23:48:48 ---> Running in ba6c894ada73 23:48:48 Removing intermediate container b076cef53286 23:48:48 ---> a55122de2384 23:48:48 Step 10/24 : RUN make cmd/core-data/core-data 23:48:49 ---> Running in 91a27184acdf 23:48:49 Removing intermediate container 862052dfed2b 23:48:49 ---> 8cb1a0ee6896 23:48:49 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:48:49 Removing intermediate container 63fa276ea887 23:48:49 ---> 615ac37cb0e2 23:48:49 Step 24/24 : LABEL version=0.0.0 23:48:49 ---> Running in f440d1c9e5a4 23:48:50 ---> Running in 959123d2267b 23:48:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:48:51 Removing intermediate container 959123d2267b 23:48:51 ---> dcec19052e00 23:48:51 23:48:51 Successfully built dcec19052e00 23:48:51 Successfully tagged sys-mgmt-agent-arm64:latest 23:48:52  Building sys-mgmt-agent ... done 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 23:48:53 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 23:50:31 Removing intermediate container 5797d671fbb7 23:50:31 ---> 11979c4f4438 23:50:31 23:50:31 Step 11/24 : FROM alpine:3.12 23:50:31 ---> c4fd0aeabfcf 23:50:31 Step 12/24 : RUN apk add --update --no-cache dumb-init 23:50:31 ---> Using cache 23:50:31 ---> 80d115a495d4 23:50:31 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:50:31 ---> Using cache 23:50:31 ---> 8ef5278a8872 23:50:31 Step 14/24 : ENV APP_PORT=59882 23:50:31 ---> Running in 5e3d53294f01 23:50:31 Removing intermediate container 5e3d53294f01 23:50:31 ---> cbebafa29f59 23:50:31 Step 15/24 : EXPOSE $APP_PORT 23:50:31 ---> Running in dcf1194779b6 23:50:31 Removing intermediate container dcf1194779b6 23:50:31 ---> 1e5e2beceb98 23:50:31 Step 16/24 : WORKDIR / 23:50:31 ---> Running in aab238cb83fd 23:50:31 Removing intermediate container aab238cb83fd 23:50:31 ---> affa65a7ee1b 23:50:31 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 23:50:31 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 23:50:31 ---> ff12144e2e80 23:50:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:50:31 ---> 58c2b36da41a 23:50:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:50:31 ---> c5f32c3d3a5e 23:50:31 Step 20/24 : ENTRYPOINT ["/core-command"] 23:50:31 ---> Running in 8665f46fe839 23:50:31 Removing intermediate container 8665f46fe839 23:50:31 ---> d2bd16c5e2b1 23:50:31 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:50:31 ---> Running in cde3d39d1e10 23:50:31 Removing intermediate container cde3d39d1e10 23:50:31 ---> 075f069eea31 23:50:31 Step 22/24 : LABEL arch=arm64 23:50:31 ---> Running in efe3a2bde15f 23:50:32 Removing intermediate container efe3a2bde15f 23:50:32 ---> 0d8f7e8d9a07 23:50:32 Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:50:32 ---> Running in 38f8aac04ab8 23:50:34 Removing intermediate container 38f8aac04ab8 23:50:34 ---> 635a68da5f81 23:50:34 Step 24/24 : LABEL version=0.0.0 23:50:34 ---> Running in 3eee360d02a1 23:50:36 Removing intermediate container 3eee360d02a1 23:50:36 ---> 364a7b9c0fcf 23:50:36 23:50:36 Removing intermediate container f440d1c9e5a4 23:50:36 ---> 79fe009ac549 23:50:36 23:50:36 Step 11/26 : FROM alpine:3.12 23:50:36 ---> c4fd0aeabfcf 23:50:36 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 23:50:36 Successfully built 364a7b9c0fcf 23:50:36 Successfully tagged core-command-arm64:latest 23:50:37  Building core-command ... done  ---> Running in 269d72981499 23:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:50:39 (1/6) Installing ca-certificates (20191127-r4) 23:50:39 Removing intermediate container ba6c894ada73 23:50:39 ---> f7cdaf9e384c 23:50:39 23:50:39 Step 11/24 : FROM alpine:3.12 23:50:39 ---> c4fd0aeabfcf 23:50:39 Step 12/24 : RUN apk add --update --no-cache dumb-init 23:50:39 ---> Using cache 23:50:39 (2/6) Installing nghttp2-libs (1.41.0-r0) 23:50:39 ---> 80d115a495d4 23:50:39 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:50:39 ---> Using cache 23:50:39 ---> 8ef5278a8872 23:50:39 Step 14/24 : ENV APP_PORT=59881 23:50:39 (3/6) Installing libcurl (7.78.0-r0) 23:50:39 (4/6) Installing curl (7.78.0-r0) 23:50:39 (5/6) Installing dumb-init (1.2.2-r1) 23:50:39 (6/6) Installing su-exec (0.2-r1) 23:50:39 Executing busybox-1.31.1-r20.trigger 23:50:39 Executing ca-certificates-20191127-r4.trigger 23:50:40 OK: 7 MiB in 20 packages 23:50:40 ---> Running in c3d8ce361128 23:50:40 Removing intermediate container c3d8ce361128 23:50:40 ---> dce6016808e3 23:50:40 Step 15/24 : EXPOSE $APP_PORT 23:50:41 ---> Running in 85e8e070b936 23:50:42 Removing intermediate container 85e8e070b936 23:50:42 ---> bc78f92429e2 23:50:42 Step 16/24 : WORKDIR / 23:50:42 Removing intermediate container 269d72981499 23:50:42 ---> 063a5157f422 23:50:42 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:50:43 ---> Running in 93992b4bfc1d 23:50:43 ---> Running in d64bfd47ea30 23:50:44 Removing intermediate container 93992b4bfc1d 23:50:44 ---> 4c711cdc1334 23:50:44 Step 14/26 : WORKDIR / 23:50:44 Removing intermediate container d64bfd47ea30 23:50:44 ---> 1b5005ba08f6 23:50:44 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 23:50:45 ---> Running in fc90cbc34c44 23:50:45 ---> 7f6071d32cb5 23:50:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:50:45 Removing intermediate container 91a27184acdf 23:50:45 ---> 22108a478068 23:50:45 23:50:45 Step 11/24 : FROM alpine:3.12 23:50:45 ---> c4fd0aeabfcf 23:50:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:50:46 Removing intermediate container fc90cbc34c44 23:50:46 ---> 9ec76230e043 23:50:46 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:50:46 ---> Running in 9e08998a7f77 23:50:47 Removing intermediate container 9e08998a7f77 23:50:47 ---> 25794f26c2e2 23:50:47 Step 13/24 : ENV APP_PORT=59880 23:50:47 ---> Running in 237f5ff7a2fe 23:50:47 ---> d36651a4a6ca 23:50:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:50:47 ---> 15767768e53a 23:50:47 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:50:48 Removing intermediate container 237f5ff7a2fe 23:50:48 ---> 87c2d6791358 23:50:48 Step 14/24 : EXPOSE $APP_PORT 23:50:48 ---> Running in 5344b7663dab 23:50:48 ---> b2196c883cef 23:50:48 Step 20/24 : ENTRYPOINT ["/core-metadata"] 23:50:48 ---> 16a9c55ba6d1 23:50:48 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:50:48 ---> Running in d98870466800 23:50:48 Removing intermediate container 5344b7663dab 23:50:48 ---> 74286b7aa800 23:50:48 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:50:49 ---> Running in e32300657d75 23:50:49 Removing intermediate container d98870466800 23:50:49 ---> cfb3cd54f6e2 23:50:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:50:49 ---> ad92fce595f8 23:50:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 23:50:49 ---> Running in 641c77f1ae57 23:50:50 ---> a73a3bf2f4cf 23:50:50 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:50:50 Removing intermediate container 641c77f1ae57 23:50:50 ---> 41f1928dfff2 23:50:50 Step 22/24 : LABEL arch=arm64 23:50:51 ---> Running in 1f3aa240c5f7 23:50:52 Removing intermediate container 1f3aa240c5f7 23:50:52 ---> 7d735ce0a33c 23:50:52 Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:50:52 ---> 28ddcccc166c 23:50:52 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:50:53 ---> Running in bce5ecfefb5f 23:50:53 Removing intermediate container e32300657d75 23:50:53 ---> 9676d8ca4200 23:50:53 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 23:50:53 ---> Running in 95f85a6fff1d 23:50:53 ---> b33928587310 23:50:53 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:50:54 Removing intermediate container bce5ecfefb5f 23:50:54 ---> 765a58437318 23:50:54 Step 24/24 : LABEL version=0.0.0 23:50:54 ---> Running in ebf4e4f991a8 23:50:54 ---> 94297be224fa 23:50:54 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/ 23:50:55 ---> Running in d5d90352f26d 23:50:55 Removing intermediate container ebf4e4f991a8 23:50:55 ---> a17941170e5c 23:50:55 23:50:55 Successfully built a17941170e5c 23:50:55 Successfully tagged core-metadata-arm64:latest 23:50:55  Building core-metadata ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:50:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:50:57 Removing intermediate container d5d90352f26d 23:50:57 ---> e9e3b552b875 23:50:57 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 23:50:57 (1/6) Installing dumb-init (1.2.2-r1) 23:50:57 ---> Running in f47d052a8ca4 23:50:57 (2/6) Installing libgcc (9.3.0-r2) 23:50:57 (3/6) Installing libsodium (1.0.18-r0) 23:50:57 (4/6) Installing libstdc++ (9.3.0-r2) 23:50:58 (5/6) Installing libzmq (4.3.3-r0) 23:50:58 Removing intermediate container f47d052a8ca4 23:50:58 ---> 61d2f791c933 23:50:58 Step 24/26 : LABEL arch=arm64 23:50:58 (6/6) Installing zeromq (4.3.3-r0) 23:50:58 Executing busybox-1.31.1-r20.trigger 23:50:58 OK: 8 MiB in 20 packages 23:50:58 ---> Running in 84ced8b82b9c 23:50:59 Removing intermediate container 84ced8b82b9c 23:50:59 ---> ab473a6b1a99 23:50:59 Step 25/26 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:50:59 ---> Running in 350406abde62 23:50:59 Removing intermediate container 95f85a6fff1d 23:50:59 ---> b792115645b5 23:50:59 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 23:51:00 Removing intermediate container 350406abde62 23:51:00 ---> d173204e4771 23:51:00 Step 26/26 : LABEL version=0.0.0 23:51:00 ---> Running in 19770d668e5f 23:51:00 Removing intermediate container 19770d668e5f 23:51:00 ---> 102147ed69bc 23:51:00 23:51:00 ---> f4b26662a95f 23:51:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:51:01 Successfully built 102147ed69bc 23:51:01 Successfully tagged security-secretstore-setup-arm64:latest 23:51:02  Building security-secretstore-setup ... done  ---> 58a357e77c4d 23:51:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:51:03 ---> cc789639f751 23:51:03 Step 20/24 : ENTRYPOINT ["/core-data"] 23:51:03 ---> Running in 30efe83f14a8 23:51:03 Removing intermediate container 30efe83f14a8 23:51:03 ---> b07b7746c8e4 23:51:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:51:05 ---> Running in 4c8463f9f899 23:51:05 Removing intermediate container 4c8463f9f899 23:51:05 ---> 33eb029f6d91 23:51:05 Step 22/24 : LABEL arch=arm64 23:51:05 ---> Running in 0a5dee41680a 23:51:05 Removing intermediate container 0a5dee41680a 23:51:05 ---> 672a574eb041 23:51:05 Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 23:51:05 ---> Running in 75faaca506ca 23:51:05 Removing intermediate container 75faaca506ca 23:51:05 ---> 542112598049 23:51:05 Step 24/24 : LABEL version=0.0.0 23:51:05 ---> Running in 9499a717313f 23:51:06 Removing intermediate container 9499a717313f 23:51:06 ---> 475bb8880661 23:51:06 23:51:06 Successfully built 475bb8880661 23:51:06 Successfully tagged core-data-arm64:latest 23:51:07  Building core-data ... done  [Pipeline] } 23:51:07 $ docker stop --time=1 0dcd27476525eb66c8b484d9f60aad9856d2e1faa96d00bafcfc54b78f8216bf 23:51:09 $ docker rm -f 0dcd27476525eb66c8b484d9f60aad9856d2e1faa96d00bafcfc54b78f8216bf [Pipeline] // withDockerContainer [Pipeline] sh 23:51:09 + docker images 23:51:10 REPOSITORY TAG IMAGE ID CREATED SIZE 23:51:10 core-data-arm64 latest 475bb8880661 3 seconds ago 19.3MB 23:51:10 security-secretstore-setup-arm64 latest 102147ed69bc 9 seconds ago 27.4MB 23:51:10 core-metadata-arm64 latest a17941170e5c 14 seconds ago 15.8MB 23:51:10 22108a478068 24 seconds ago 1.57GB 23:51:10 f7cdaf9e384c 31 seconds ago 1.56GB 23:51:10 core-command-arm64 latest 364a7b9c0fcf 34 seconds ago 15.1MB 23:51:10 79fe009ac549 34 seconds ago 1.57GB 23:51:10 11979c4f4438 50 seconds ago 1.56GB 23:51:10 sys-mgmt-agent-arm64 latest dcec19052e00 2 minutes ago 311MB 23:51:10 security-bootstrapper-arm64 latest 1bfe32cf6fde 3 minutes ago 17.7MB 23:51:10 security-proxy-setup-arm64 latest e02ef9f9964d 3 minutes ago 24.5MB 23:51:10 support-notifications-arm64 latest 89115a780221 3 minutes ago 15.9MB 23:51:10 support-scheduler-arm64 latest 69deab434af8 3 minutes ago 15.2MB 23:51:10 4fe93defe59b 4 minutes ago 1.56GB 23:51:10 b64a5cbd4d7a 4 minutes ago 1.56GB 23:51:10 e5882acef54e 4 minutes ago 1.56GB 23:51:10 4df553572e2b 4 minutes ago 1.56GB 23:51:10 52b93772d9d8 4 minutes ago 1.56GB 23:51:10 ci-base-image-arm64 latest 64d9942e47a1 14 minutes ago 1.23GB 23:51:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 04bc70af865f 35 minutes ago 533MB 23:51:10 docker 20.10.7 df445af6242a 7 weeks ago 234MB 23:51:10 alpine 3.12 c4fd0aeabfcf 7 weeks ago 5.32MB 23:51:10 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 23:51:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:51:10 23:51:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 23:51:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:51:11 arm64: Pulling from edgex-lftools-log-publisher 23:51:11 448f6bf000e3: Pulling fs layer 23:51:11 f757da607395: Pulling fs layer 23:51:11 05883995daec: Pulling fs layer 23:51:11 8603b9c90790: Pulling fs layer 23:51:11 1560dd03e051: Pulling fs layer 23:51:11 27f5ce0e4adf: Pulling fs layer 23:51:11 c2d8d7efcc4b: Pulling fs layer 23:51:11 8603b9c90790: Waiting 23:51:11 1560dd03e051: Waiting 23:51:11 27f5ce0e4adf: Waiting 23:51:11 c2d8d7efcc4b: Waiting 23:51:11 f757da607395: Verifying Checksum 23:51:11 f757da607395: Download complete 23:51:11 8603b9c90790: Download complete 23:51:12 1560dd03e051: Verifying Checksum 23:51:12 1560dd03e051: Download complete 23:51:12 27f5ce0e4adf: Download complete 23:51:12 05883995daec: Verifying Checksum 23:51:12 05883995daec: Download complete 23:51:13 448f6bf000e3: Verifying Checksum 23:51:13 448f6bf000e3: Download complete 23:51:15 c2d8d7efcc4b: Verifying Checksum 23:51:15 c2d8d7efcc4b: Download complete 23:51:16 448f6bf000e3: Pull complete 23:51:17 f757da607395: Pull complete 23:51:19 05883995daec: Pull complete 23:51:19 8603b9c90790: Pull complete 23:51:20 1560dd03e051: Pull complete 23:51:20 27f5ce0e4adf: Pull complete 23:51:37 c2d8d7efcc4b: Pull complete 23:51:37 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 23:51:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:51:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 23:51:37 prd-ubuntu18.04-docker-arm64-4c-16g-2188 does not seem to be running inside a container 23:51:37 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-lftools-log-publisher:arm64 cat 23:51:42 $ docker top afbad84aba57666624a575016bc98c99cd9d92397fab2f8656be77c47486c4d9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:51:44 ---> job-cost.sh 23:51:44 lf-activate-venv: SKIPPING 23:51:44 INFO: No Stack... 23:51:44 INFO: Retrieving Pricing Info for: v2-standard-4 23:51:44 INFO: Archiving Costs [Pipeline] sh 23:51:46 + cat /w/workspace/edgex-go/6/archives/cost.csv 23:51:46 + cut -d, -f6 [Pipeline] lock 23:51:46 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3651-6-stack-cost] 23:51:46 Resource [jenkins-edgexfoundry-edgex-go-PR-3651-6-stack-cost] did not exist. Created. 23:51:46 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3651-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:51:48 + echo total: 0.18000000715255737 [Pipeline] stash 23:51:48 Stashed 1 file(s) [Pipeline] } 23:51:48 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3651-6-stack-cost] [Pipeline] // lock [Pipeline] } 23:51:48 $ docker stop --time=1 afbad84aba57666624a575016bc98c99cd9d92397fab2f8656be77c47486c4d9 23:51:50 $ docker rm -f afbad84aba57666624a575016bc98c99cd9d92397fab2f8656be77c47486c4d9 [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 23:51:53 provisioning config files... 23:51:53 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config6923157449117219319tmp [Pipeline] { [Pipeline] sh 23:51:53 + set +x 23:51:53 + curl -s https://codecov.io/bash 23:51:53 + bash -s -- 23:51:53 23:51:53 _____ _ 23:51:53 / ____| | | 23:51:53 | | ___ __| | ___ ___ _____ __ 23:51:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:51:53 | |___| (_) | (_| | __/ (_| (_) \ V / 23:51:53 \_____\___/ \__,_|\___|\___\___/ \_/ 23:51:53 Bash-1.0.6 23:51:53 23:51:53 23:51:53 ==> git version 2.24.4 found 23:51:53 ==> 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 23:51:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:51:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:51:53 ==> Jenkins CI detected. 23:51:54 current dir:  /w/workspace/edgex-go/6 23:51:54 project root: . 23:51:54 --> token set from env 23:51:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:51:54 ==> Running gcov in . (disable via -X gcov) 23:51:54 ==> Python coveragepy not found 23:51:54 ==> Searching for coverage reports in: 23:51:54 + . 23:51:54 -> Found 1 reports 23:51:54 ==> Detecting git/mercurial file structure 23:51:54 ==> Reading reports 23:51:54 + ./coverage.out bytes=404176 23:51:54 ==> Appending adjustments 23:51:54 https://docs.codecov.io/docs/fixing-reports 23:51:55 + Found adjustments 23:51:55 ==> Gzipping contents 23:51:55 56K /tmp/codecov.seIT9i.gz 23:51:55 ==> Uploading reports 23:51:55 url: https://codecov.io 23:51:55 query: branch=PR-3651&commit=b754ce5b2aa4ae2a53152a8960953798e3402c12&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3651%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3651&job=&cmd_args= 23:51:55 -> Pinging Codecov 23:51:55 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3651&commit=b754ce5b2aa4ae2a53152a8960953798e3402c12&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3651%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3651&job=&cmd_args= 23:51:55 -> Uploading to 23:51:55 https://storage.googleapis.com/codecov/v4/raw/2021-08-05/00271124DB129430A58F1EEE437C3FCB/b754ce5b2aa4ae2a53152a8960953798e3402c12/fa51ddee-e716-46fe-abad-f284ce0c3608.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210805%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210805T235155Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a8baed665f94db33f7621cb1e80591b50530df2c13ba507b7775f75c5135cb65 23:51:55 % Total % Received % Xferd Average Speed Time Time Time Current 23:51:55 Dload Upload Total Spent Left Speed 23:51:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54466 0 0 100 54466 0 131k --:--:-- --:--:-- --:--:-- 131k 23:51:56 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b754ce5b2aa4ae2a53152a8960953798e3402c12 [Pipeline] } 23:51:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 23:51:57 + '[' -d /w/workspace/edgex-go/6/archives ']' [Pipeline] libraryResource [Pipeline] sh 23:51:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:51:59 ---> package-listing.sh 23:51:59 ++ facter osfamily 23:51:59 ++ tr '[:upper:]' '[:lower:]' 23:52:00 + OS_FAMILY=redhat 23:52:00 + workspace=/w/workspace/edgex-go/6 23:52:00 + START_PACKAGES=/tmp/packages_start.txt 23:52:00 + END_PACKAGES=/tmp/packages_end.txt 23:52:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:52:00 + PACKAGES=/tmp/packages_start.txt 23:52:00 + '[' /w/workspace/edgex-go/6 ']' 23:52:00 + PACKAGES=/tmp/packages_end.txt 23:52:00 + case "${OS_FAMILY}" in 23:52:00 + sort 23:52:00 + rpm -qa 23:52:02 + '[' -f /tmp/packages_start.txt ']' 23:52:02 + '[' -f /tmp/packages_end.txt ']' 23:52:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:52:02 + '[' /w/workspace/edgex-go/6 ']' 23:52:02 + mkdir -p /w/workspace/edgex-go/6/archives/ 23:52:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 23:52:02 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:52:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:52:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:52:03 23:52:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 23:52:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:52:03 latest: Pulling from edgex-lftools-log-publisher 23:52:03 b4d181a07f80: Pulling fs layer 23:52:03 a1111a8f2ec3: Pulling fs layer 23:52:03 ed53099fbce6: Pulling fs layer 23:52:03 dc539afda2c1: Pulling fs layer 23:52:03 77bc0d833cb6: Pulling fs layer 23:52:03 9065ff56babe: Pulling fs layer 23:52:03 d287ab97295c: Pulling fs layer 23:52:03 dc539afda2c1: Waiting 23:52:03 77bc0d833cb6: Waiting 23:52:03 9065ff56babe: Waiting 23:52:03 d287ab97295c: Waiting 23:52:03 a1111a8f2ec3: Verifying Checksum 23:52:03 a1111a8f2ec3: Download complete 23:52:03 dc539afda2c1: Verifying Checksum 23:52:03 dc539afda2c1: Download complete 23:52:04 77bc0d833cb6: Verifying Checksum 23:52:04 77bc0d833cb6: Download complete 23:52:04 9065ff56babe: Verifying Checksum 23:52:04 9065ff56babe: Download complete 23:52:04 ed53099fbce6: Verifying Checksum 23:52:04 ed53099fbce6: Download complete 23:52:05 b4d181a07f80: Download complete 23:52:06 b4d181a07f80: Pull complete 23:52:06 a1111a8f2ec3: Pull complete 23:52:06 ed53099fbce6: Pull complete 23:52:06 dc539afda2c1: Pull complete 23:52:08 77bc0d833cb6: Pull complete 23:52:08 9065ff56babe: Pull complete 23:52:09 d287ab97295c: Verifying Checksum 23:52:09 d287ab97295c: Download complete 23:52:13 d287ab97295c: Pull complete 23:52:13 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 23:52:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:52:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 23:52:13 prd-centos7-docker-4c-2g-2187 does not seem to be running inside a container 23:52:13 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 23:52:17 $ docker top 5715fd2387838e234e825d6b16162ab783dc5705d892329ad50951e110974403 -eo pid,comm [Pipeline] { [Pipeline] sh 23:52:18 + touch /tmp/pre-build-complete [Pipeline] sh 23:52:18 + mkdir -p /var/log/sysstat [Pipeline] sh 23:52:19 + ls /var/log/sa-host 23:52:19 + sadf -c /var/log/sa-host/sa05 23:52:19 file_magic: OK 23:52:19 HZ: Using current value: 100 23:52:19 file_header: OK 23:52:19 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 23:52:19 Statistics: 23:52:19 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... 23:52:19 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:52:19 provisioning config files... 23:52:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config8107503043938012570tmp [Pipeline] { [Pipeline] echo 23:52:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:52:19 ---> create-netrc.sh [Pipeline] } 23:52:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:52:20 ---> python-tools-install.sh [Pipeline] echo 23:52:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:52:20 ---> sudo-logs.sh 23:52:20 Archiving 'sudo' log.. 23:52:20 sudo: unable to resolve host prd-centos7-docker-4c-2g-2187.vexxhost.local: Name or service not known 23:52:20 sudo: unable to resolve host prd-centos7-docker-4c-2g-2187.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 23:52:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:52:20 ---> job-cost.sh 23:52:20 lf-activate-venv: SKIPPING 23:52:20 DEBUG: total: 0.18000000715255737 23:52:20 INFO: Retrieving Stack Cost... 23:52:22 INFO: Retrieving Pricing Info for: v3-standard-2 23:52:22 INFO: Archiving Costs [Pipeline] echo 23:52:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:52:22 ---> logs-deploy.sh 23:52:22 lf-activate-venv: SKIPPING 23:52:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3651/6 23:52:22 INFO: archiving workspace using pattern(s): 23:52:23 Archives upload complete. 23:52:23 INFO: archiving logs to Nexus 23:52:23 ---> uname -a: 23:52:23 Linux prd-centos7-docker-4c-2g-2187.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 23:52:23 23:52:23 23:52:23 ---> lscpu: 23:52:23 Architecture: x86_64 23:52:23 CPU op-mode(s): 32-bit, 64-bit 23:52:23 Byte Order: Little Endian 23:52:23 Address sizes: 40 bits physical, 48 bits virtual 23:52:23 CPU(s): 2 23:52:23 On-line CPU(s) list: 0,1 23:52:23 Thread(s) per core: 1 23:52:23 Core(s) per socket: 1 23:52:23 Socket(s): 2 23:52:23 NUMA node(s): 1 23:52:23 Vendor ID: AuthenticAMD 23:52:23 CPU family: 23 23:52:23 Model: 49 23:52:23 Model name: AMD EPYC-Rome Processor 23:52:23 Stepping: 0 23:52:23 CPU MHz: 2800.000 23:52:23 BogoMIPS: 5600.00 23:52:23 Virtualization: AMD-V 23:52:23 Hypervisor vendor: KVM 23:52:23 Virtualization type: full 23:52:23 L1d cache: 32K 23:52:23 L1i cache: 32K 23:52:23 L2 cache: 512K 23:52:23 L3 cache: 16384K 23:52:23 NUMA node0 CPU(s): 0,1 23:52:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 23:52:23 23:52:23 23:52:23 ---> nproc: 23:52:23 2 23:52:23 23:52:23 23:52:23 ---> df -h: 23:52:23 Filesystem Size Used Avail Use% Mounted on 23:52:23 overlay 40G 14G 27G 33% / 23:52:23 tmpfs 64M 0 64M 0% /dev 23:52:23 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 23:52:23 shm 64M 0 64M 0% /dev/shm 23:52:23 /dev/vda1 40G 14G 27G 33% /facter-os 23:52:23 23:52:23 23:52:23 ---> sar -b -r -n DEV: 23:52:23 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 08/05/21 _x86_64_ (2 CPU) 23:52:23 23:52:23 23:30:13 LINUX RESTART (2 CPU) 23:52:23 23:52:23 23:31:01 tps rtps wtps bread/s bwrtn/s 23:52:23 23:32:01 201.23 3.58 197.65 2600.47 46634.68 23:52:23 23:33:01 273.43 0.00 273.43 0.00 55291.61 23:52:23 23:34:01 58.41 0.00 58.41 0.00 10768.25 23:52:23 23:35:01 56.15 0.02 56.14 0.53 8743.25 23:52:23 23:36:02 801.39 391.01 410.38 15940.31 269653.85 23:52:23 23:37:01 346.73 101.79 244.93 10919.75 70778.30 23:52:23 23:38:01 651.76 172.60 479.15 8684.21 204681.92 23:52:23 23:39:02 105.56 18.52 87.04 1823.28 11850.79 23:52:23 23:40:01 1.34 0.00 1.34 0.00 22.58 23:52:23 23:41:01 0.38 0.00 0.38 0.00 6.46 23:52:23 23:42:01 0.17 0.00 0.17 0.00 1.33 23:52:23 23:43:01 0.23 0.00 0.23 0.00 3.56 23:52:23 23:44:01 0.33 0.00 0.33 0.00 4.45 23:52:23 23:45:01 0.17 0.00 0.17 0.00 1.33 23:52:23 23:46:01 1.35 0.18 1.17 5.73 22.30 23:52:23 23:47:01 0.20 0.00 0.20 0.00 1.78 23:52:23 23:48:01 0.27 0.00 0.27 0.00 3.56 23:52:23 23:49:01 0.25 0.00 0.25 0.00 2.73 23:52:23 23:50:01 0.35 0.00 0.35 0.00 5.71 23:52:23 23:51:01 0.17 0.00 0.17 0.00 1.52 23:52:23 23:52:01 33.22 33.00 0.22 4003.46 14.80 23:52:23 Average: 121.10 34.57 86.53 2099.87 32494.20 23:52:23 23:52:23 23:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:52:23 23:32:01 3802952 0 1015376 12.68 2620 3187992 1693956 18.70 1087116 2588136 202572 23:52:23 23:33:01 3305996 0 1140756 14.24 2620 3559568 1774696 19.59 1271212 2793772 180452 23:52:23 23:34:01 3114136 0 1167460 14.58 2620 3724724 1771772 19.56 1384748 2858072 33280 23:52:23 23:35:01 3409460 0 1102488 13.77 2620 3494372 1443956 15.94 1190932 2762452 20 23:52:23 23:36:02 500400 0 1427528 17.82 2620 6078392 2497572 27.57 2904868 3837452 22592 23:52:23 23:37:01 393192 0 1515116 18.92 2620 6098012 3661612 40.43 2482376 4337772 148 23:52:23 23:38:01 687220 0 1703632 21.27 2620 5615468 2610640 28.82 2687888 3813400 0 23:52:23 23:39:02 2362840 0 1206876 15.07 2620 4436604 1302912 14.38 1368228 3506516 8 23:52:23 23:40:01 2369376 0 1200336 14.99 2620 4436608 1263836 13.95 1364288 3506444 8 23:52:23 23:41:01 2369412 0 1200296 14.99 2620 4436612 1264100 13.96 1365008 3506476 12 23:52:23 23:42:01 2369532 0 1200176 14.99 2620 4436612 1264148 13.96 1365164 3506476 12 23:52:23 23:43:01 2369492 0 1200208 14.99 2620 4436620 1264160 13.96 1365396 3506600 8 23:52:23 23:44:01 2371244 0 1198452 14.96 2620 4436624 1263836 13.95 1364160 3506600 8 23:52:23 23:45:01 2371360 0 1198332 14.96 2620 4436628 1263836 13.95 1364048 3506600 20 23:52:23 23:46:01 2370228 0 1199428 14.98 2620 4436664 1264040 13.96 1364840 3506500 8 23:52:23 23:47:01 2370980 0 1198672 14.97 2620 4436668 1263836 13.95 1364308 3506500 12 23:52:23 23:48:01 2371120 0 1198528 14.96 2620 4436672 1263836 13.95 1364196 3506500 8 23:52:23 23:49:01 2370804 0 1198836 14.97 2620 4436680 1263968 13.95 1364696 3506500 8 23:52:23 23:50:01 2371112 0 1198528 14.96 2620 4436680 1263836 13.95 1364208 3506500 8 23:52:23 23:51:01 2371040 0 1198592 14.97 2620 4436688 1263920 13.95 1364408 3506504 12 23:52:23 23:52:01 2222452 0 1226844 15.32 2620 4557024 1361088 15.03 1390832 3626604 184 23:52:23 Average: 2297350 0 1233165 15.40 2620 4475805 1585026 17.50 1530615 3438208 20923 23:52:23 23:52:23 23:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:52:23 23:32:01 eth0 1413.65 1084.53 7014.49 127.46 0.00 0.00 0.00 0.00 23:52:23 23:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:32:01 vethfffd6b3 217.38 246.69 20.42 704.22 0.00 0.00 0.00 0.00 23:52:23 23:32:01 docker0 719.66 869.78 69.64 3383.11 0.00 0.00 0.00 0.00 23:52:23 23:33:01 veth5c5c871 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:52:23 23:33:01 eth0 313.39 267.49 1369.90 74.06 0.00 0.00 0.00 0.00 23:52:23 23:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:33:01 docker0 244.98 279.58 19.39 1343.68 0.00 0.00 0.00 0.00 23:52:23 23:34:01 veth5c5c871 0.90 0.87 0.07 0.07 0.00 0.00 0.00 0.00 23:52:23 23:34:01 eth0 29.45 20.90 22.17 11.29 0.00 0.00 0.00 0.00 23:52:23 23:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:34:01 docker0 0.90 0.87 0.06 0.07 0.00 0.00 0.00 0.00 23:52:23 23:35:01 eth0 32.72 24.86 22.31 60.07 0.00 0.00 0.00 0.00 23:52:23 23:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:36:02 veth3030e0c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:36:02 eth0 341.13 236.06 1847.96 69.13 0.00 0.00 0.00 0.00 23:52:23 23:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:36:02 veth640e3d1 0.00 0.51 0.00 0.03 0.00 0.00 0.00 0.00 23:52:23 23:37:01 vethb3d770e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:37:01 vethb6a4dbd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:37:01 vetha90b621 17.31 75.63 1.47 387.23 0.00 0.00 0.00 0.00 23:52:23 23:37:01 vethc5166f5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:38:01 veth0b2bc4e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 23:52:23 23:38:01 eth0 3548.73 2446.66 15580.26 523.99 0.00 0.00 0.00 0.00 23:52:23 23:38:01 veth4bb52fb 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 23:52:23 23:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 23:52:23 23:39:02 eth0 38.72 30.29 89.55 7.31 0.00 0.00 0.00 0.00 23:52:23 23:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:39:02 docker0 1100.17 1380.28 98.14 5605.51 0.00 0.00 0.00 0.00 23:52:23 23:40:01 eth0 1.00 0.34 0.08 0.03 0.00 0.00 0.00 0.00 23:52:23 23:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:41:01 eth0 1.88 0.92 0.75 0.45 0.00 0.00 0.00 0.00 23:52:23 23:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:42:01 eth0 0.88 0.32 0.31 0.23 0.00 0.00 0.00 0.00 23:52:23 23:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:43:01 eth0 0.92 0.50 0.53 0.39 0.00 0.00 0.00 0.00 23:52:23 23:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:44:01 eth0 0.68 0.08 0.05 0.01 0.00 0.00 0.00 0.00 23:52:23 23:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:45:01 eth0 0.88 0.08 0.09 0.01 0.00 0.00 0.00 0.00 23:52:23 23:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:46:01 eth0 1.12 0.72 0.67 0.47 0.00 0.00 0.00 0.00 23:52:23 23:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:47:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:48:01 eth0 0.43 0.03 0.05 0.00 0.00 0.00 0.00 0.00 23:52:23 23:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:49:01 eth0 0.45 0.32 0.27 0.20 0.00 0.00 0.00 0.00 23:52:23 23:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:50:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 23:52:23 23:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:51:01 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 23:52:23 23:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:52:01 eth0 15.73 11.56 11.53 43.85 0.00 0.00 0.00 0.00 23:52:23 23:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 23:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 Average: eth0 122.19 88.95 587.71 23.49 0.00 0.00 0.00 0.00 23:52:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:52:23 Average: docker0 52.43 65.78 4.68 267.16 0.00 0.00 0.00 0.00 23:52:23 23:52:23 23:52:23 ---> sar -P ALL: 23:52:23 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 08/05/21 _x86_64_ (2 CPU) 23:52:23 23:52:23 23:30:13 LINUX RESTART (2 CPU) 23:52:23 23:52:23 23:31:01 CPU %user %nice %system %iowait %steal %idle 23:52:23 23:32:01 all 26.21 0.00 9.45 3.94 0.08 60.32 23:52:23 23:32:01 0 26.45 0.00 10.10 3.07 0.07 60.30 23:52:23 23:32:01 1 25.97 0.00 8.80 4.81 0.09 60.33 23:52:23 23:33:01 all 45.96 0.00 11.46 2.04 0.09 40.45 23:52:23 23:33:01 0 46.14 0.00 11.46 1.88 0.09 40.42 23:52:23 23:33:01 1 45.77 0.00 11.46 2.20 0.09 40.48 23:52:23 23:34:01 all 38.27 0.00 5.60 0.52 0.07 55.54 23:52:23 23:34:01 0 37.68 0.00 5.58 0.76 0.07 55.90 23:52:23 23:34:01 1 38.85 0.00 5.61 0.28 0.07 55.19 23:52:23 23:35:01 all 55.86 0.00 8.92 0.88 0.10 34.25 23:52:23 23:35:01 0 56.97 0.00 9.55 0.80 0.11 32.57 23:52:23 23:35:01 1 54.75 0.00 8.30 0.95 0.09 35.91 23:52:23 23:36:02 all 26.04 0.00 21.42 27.38 0.11 25.06 23:52:23 23:36:02 0 25.33 0.00 20.82 27.37 0.09 26.39 23:52:23 23:36:02 1 26.74 0.00 22.02 27.38 0.13 23.74 23:52:23 23:37:01 all 79.10 0.00 14.61 5.42 0.12 0.76 23:52:23 23:37:01 0 79.22 0.00 14.80 4.71 0.13 1.14 23:52:23 23:37:01 1 78.97 0.00 14.41 6.13 0.11 0.38 23:52:23 23:38:01 all 64.57 0.00 24.28 9.50 0.13 1.52 23:52:23 23:38:01 0 60.93 0.00 27.52 9.82 0.13 1.60 23:52:23 23:38:01 1 68.22 0.00 21.02 9.18 0.13 1.45 23:52:23 23:39:02 all 17.48 0.00 4.78 1.07 0.04 76.63 23:52:23 23:39:02 0 17.62 0.00 5.35 1.08 0.05 75.90 23:52:23 23:39:02 1 17.34 0.00 4.21 1.05 0.03 77.36 23:52:23 23:40:01 all 0.11 0.00 0.07 0.00 0.03 99.80 23:52:23 23:40:01 0 0.20 0.00 0.05 0.00 0.03 99.71 23:52:23 23:40:01 1 0.02 0.00 0.08 0.00 0.02 99.88 23:52:23 23:41:01 all 0.16 0.00 0.05 0.00 0.03 99.77 23:52:23 23:41:01 0 0.13 0.00 0.07 0.00 0.02 99.78 23:52:23 23:41:01 1 0.18 0.00 0.03 0.00 0.03 99.75 23:52:23 23:42:01 all 0.18 0.00 0.03 0.00 0.01 99.78 23:52:23 23:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:52:23 23:42:01 1 0.32 0.00 0.03 0.00 0.02 99.63 23:52:23 23:52:23 23:42:01 CPU %user %nice %system %iowait %steal %idle 23:52:23 23:43:01 all 0.17 0.00 0.03 0.00 0.03 99.78 23:52:23 23:43:01 0 0.22 0.00 0.03 0.00 0.03 99.72 23:52:23 23:43:01 1 0.12 0.00 0.02 0.00 0.02 99.85 23:52:23 23:44:01 all 0.13 0.00 0.02 0.00 0.03 99.82 23:52:23 23:44:01 0 0.25 0.00 0.02 0.00 0.03 99.70 23:52:23 23:44:01 1 0.02 0.00 0.02 0.00 0.02 99.95 23:52:23 23:45:01 all 0.17 0.00 0.03 0.00 0.02 99.79 23:52:23 23:45:01 0 0.27 0.00 0.03 0.00 0.02 99.68 23:52:23 23:45:01 1 0.07 0.00 0.02 0.00 0.02 99.90 23:52:23 23:46:01 all 0.09 0.00 0.08 0.00 0.02 99.81 23:52:23 23:46:01 0 0.15 0.00 0.08 0.00 0.02 99.75 23:52:23 23:46:01 1 0.03 0.00 0.08 0.00 0.02 99.87 23:52:23 23:47:01 all 0.05 0.00 0.02 0.00 0.03 99.91 23:52:23 23:47:01 0 0.05 0.00 0.03 0.00 0.03 99.88 23:52:23 23:47:01 1 0.05 0.00 0.00 0.00 0.02 99.93 23:52:23 23:48:01 all 0.17 0.00 0.03 0.00 0.03 99.77 23:52:23 23:48:01 0 0.32 0.00 0.05 0.00 0.03 99.60 23:52:23 23:48:01 1 0.02 0.00 0.02 0.00 0.03 99.93 23:52:23 23:49:01 all 0.22 0.00 0.03 0.00 0.02 99.73 23:52:23 23:49:01 0 0.40 0.00 0.05 0.00 0.02 99.53 23:52:23 23:49:01 1 0.03 0.00 0.02 0.00 0.02 99.93 23:52:23 23:50:01 all 0.18 0.00 0.02 0.00 0.01 99.80 23:52:23 23:50:01 0 0.30 0.00 0.02 0.00 0.00 99.68 23:52:23 23:50:01 1 0.05 0.00 0.02 0.00 0.02 99.92 23:52:23 23:51:01 all 0.13 0.00 0.03 0.00 0.03 99.82 23:52:23 23:51:01 0 0.17 0.00 0.02 0.00 0.02 99.80 23:52:23 23:51:01 1 0.08 0.00 0.03 0.00 0.05 99.83 23:52:23 23:52:01 all 2.23 0.00 0.71 0.68 0.03 96.35 23:52:23 23:52:01 0 1.55 0.00 0.79 0.07 0.02 97.58 23:52:23 23:52:01 1 2.92 0.00 0.64 1.29 0.03 95.12 23:52:23 Average: all 16.10 0.00 4.59 2.33 0.05 76.94 23:52:23 Average: 0 15.97 0.00 4.80 2.25 0.05 76.94 23:52:23 Average: 1 16.23 0.00 4.37 2.41 0.05 76.94 23:52:23 23:52:23 23:52:23