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 [2021-08-05T23:31:05.809Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-08-05T23:31:05.901Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-08-05T23:31:05.927Z] ========================================================= [2021-08-05T23:31:05.927Z] EdgeX Global Pipelines Version Info [2021-08-05T23:31:05.927Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-08-05T23:31:08.194Z] ------------------- [2021-08-05T23:31:08.194Z] stable info: [2021-08-05T23:31:08.194Z] ------------------- [2021-08-05T23:31:08.194Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-08-05T23:31:08.194Z] Commit SHA: 4fbf90f19193a45d2dbdd9e9e5fbe6e31255a08c [2021-08-05T23:31:08.194Z] Message: update stable to v1.0.204 [2021-08-05T23:31:08.194Z] ------------------- [2021-08-05T23:31:08.194Z] experimental info: [2021-08-05T23:31:08.194Z] ------------------- [2021-08-05T23:31:08.194Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-08-05T23:31:08.194Z] Commit SHA: 4fbf90f19193a45d2dbdd9e9e5fbe6e31255a08c [2021-08-05T23:31:08.194Z] Message: update experimental to v1.0.204 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-08-05T23:31:08.336Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-08-05T23:31:08.357Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-08-05T23:31:08.378Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-08-05T23:31:08.400Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-08-05T23:31:08.420Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-08-05T23:31:08.440Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-08-05T23:31:08.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-08-05T23:31:08.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-08-05T23:31:08.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-08-05T23:31:08.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-08-05T23:31:08.543Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-08-05T23:31:08.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-08-05T23:31:08.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-08-05T23:31:08.606Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-08-05T23:31:08.627Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-08-05T23:31:08.648Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-08-05T23:31:08.668Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-08-05T23:31:08.690Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-08-05T23:31:08.711Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-08-05T23:31:08.733Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-08-05T23:31:08.753Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-08-05T23:31:08.774Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-08-05T23:31:08.795Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-08-05T23:31:08.819Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3651 [Pipeline] echo [2021-08-05T23:31:08.841Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3651 [Pipeline] echo [2021-08-05T23:31:08.861Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3651 [Pipeline] echo [2021-08-05T23:31:08.881Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b754ce5b2aa4ae2a53152a8960953798e3402c12 [Pipeline] echo [2021-08-05T23:31:08.901Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b754ce5 [Pipeline] echo [2021-08-05T23:31:08.922Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-05T23:31:08.995Z] provisioning config files... [2021-08-05T23:31:09.020Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config1253340053448707113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-05T23:31:09.370Z] ---> docker-login.sh [2021-08-05T23:31:09.370Z] nexus3.edgexfoundry.org:10001 [2021-08-05T23:31:09.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-05T23:31:09.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-05T23:31:09.637Z] Configure a credential helper to remove this warning. See [2021-08-05T23:31:09.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-05T23:31:09.637Z] [2021-08-05T23:31:09.637Z] Login Succeeded [2021-08-05T23:31:09.637Z] nexus3.edgexfoundry.org:10002 [2021-08-05T23:31:09.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-05T23:31:09.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-05T23:31:09.905Z] Configure a credential helper to remove this warning. See [2021-08-05T23:31:09.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-05T23:31:09.905Z] [2021-08-05T23:31:09.905Z] Login Succeeded [2021-08-05T23:31:09.905Z] nexus3.edgexfoundry.org:10003 [2021-08-05T23:31:09.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-05T23:31:09.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-05T23:31:09.905Z] Configure a credential helper to remove this warning. See [2021-08-05T23:31:09.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-05T23:31:09.905Z] [2021-08-05T23:31:09.905Z] Login Succeeded [2021-08-05T23:31:09.905Z] nexus3.edgexfoundry.org:10004 [2021-08-05T23:31:09.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-05T23:31:10.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-05T23:31:10.172Z] Configure a credential helper to remove this warning. See [2021-08-05T23:31:10.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-05T23:31:10.172Z] [2021-08-05T23:31:10.172Z] Login Succeeded [2021-08-05T23:31:10.172Z] docker.io [2021-08-05T23:31:10.172Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-05T23:31:10.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-05T23:31:10.439Z] Configure a credential helper to remove this warning. See [2021-08-05T23:31:10.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-05T23:31:10.439Z] [2021-08-05T23:31:10.439Z] Login Succeeded [2021-08-05T23:31:10.439Z] ---> docker-login.sh ends [Pipeline] } [2021-08-05T23:31:10.455Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-08-05T23:31:10.804Z] ++ 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 [2021-08-05T23:31:10.804Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-05T23:31:10.804Z] ++ dirname cmd/core-command/Dockerfile [2021-08-05T23:31:10.804Z] ++ cut -d/ -f2 [2021-08-05T23:31:10.804Z] + echo core-command,cmd/core-command/Dockerfile [2021-08-05T23:31:10.804Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-05T23:31:10.804Z] ++ dirname cmd/core-data/Dockerfile [2021-08-05T23:31:10.804Z] ++ cut -d/ -f2 [2021-08-05T23:31:10.804Z] + echo core-data,cmd/core-data/Dockerfile [2021-08-05T23:31:10.804Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-05T23:31:10.804Z] ++ dirname cmd/core-metadata/Dockerfile [2021-08-05T23:31:10.804Z] ++ cut -d/ -f2 [2021-08-05T23:31:10.804Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-08-05T23:31:10.804Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-05T23:31:10.804Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-08-05T23:31:10.804Z] ++ cut -d/ -f2 [2021-08-05T23:31:10.804Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-08-05T23:31:10.804Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-05T23:31:10.804Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-08-05T23:31:10.804Z] ++ cut -d/ -f2 [2021-08-05T23:31:10.804Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-08-05T23:31:10.804Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-05T23:31:10.804Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-08-05T23:31:10.804Z] ++ cut -d/ -f2 [2021-08-05T23:31:10.804Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-08-05T23:31:10.804Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-05T23:31:10.804Z] ++ dirname cmd/support-notifications/Dockerfile [2021-08-05T23:31:10.804Z] ++ cut -d/ -f2 [2021-08-05T23:31:10.804Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-08-05T23:31:10.804Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-05T23:31:10.804Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-08-05T23:31:10.804Z] ++ cut -d/ -f2 [2021-08-05T23:31:10.804Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-08-05T23:31:10.804Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-05T23:31:10.804Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-08-05T23:31:10.804Z] ++ cut -d/ -f2 [2021-08-05T23:31:10.804Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-08-05T23:31:10.868Z] 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 [2021-08-05T23:31:14.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-05T23:31:14.059Z] [2021-08-05T23:31:14.059Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-08-05T23:31:14.404Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-05T23:31:14.404Z] latest: Pulling from edgex-devops/git-semver [2021-08-05T23:31:14.404Z] 31603596830f: Pulling fs layer [2021-08-05T23:31:14.404Z] d4622e32a9a9: Pulling fs layer [2021-08-05T23:31:14.404Z] 1030fce36090: Pulling fs layer [2021-08-05T23:31:14.404Z] 6c6cb7e1b49b: Pulling fs layer [2021-08-05T23:31:14.404Z] 6c6cb7e1b49b: Waiting [2021-08-05T23:31:14.404Z] d4622e32a9a9: Download complete [2021-08-05T23:31:14.676Z] 31603596830f: Verifying Checksum [2021-08-05T23:31:14.676Z] 31603596830f: Download complete [2021-08-05T23:31:14.676Z] 6c6cb7e1b49b: Verifying Checksum [2021-08-05T23:31:14.676Z] 6c6cb7e1b49b: Download complete [2021-08-05T23:31:14.941Z] 31603596830f: Pull complete [2021-08-05T23:31:14.941Z] d4622e32a9a9: Pull complete [2021-08-05T23:31:14.941Z] 1030fce36090: Verifying Checksum [2021-08-05T23:31:14.941Z] 1030fce36090: Download complete [2021-08-05T23:31:15.532Z] 1030fce36090: Pull complete [2021-08-05T23:31:15.532Z] 6c6cb7e1b49b: Pull complete [2021-08-05T23:31:15.532Z] Digest: sha256:98b6084a185347f7b64647794a0a4774a411b925a780a33b3032b91fe10e00ab [2021-08-05T23:31:15.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-05T23:31:15.811Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-08-05T23:31:15.912Z] prd-centos7-docker-4c-2g-2187 does not seem to be running inside a container [2021-08-05T23:31:15.987Z] $ 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 [2021-08-05T23:31:16.806Z] $ docker top 7a95f7d013aa588f8c185077fb2859e48d3663927bc5e003fb7aef5ba8fe857a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-08-05T23:31:16.950Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-08-05T23:31:16.950Z] [ssh-agent] Looking for ssh-agent implementation... [2021-08-05T23:31:17.073Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-08-05T23:31:17.075Z] $ docker exec 7a95f7d013aa588f8c185077fb2859e48d3663927bc5e003fb7aef5ba8fe857a ssh-agent [2021-08-05T23:31:17.191Z] SSH_AUTH_SOCK=/tmp/ssh-M5JQN2tUMTwN/agent.14 [2021-08-05T23:31:17.191Z] SSH_AGENT_PID=20 [2021-08-05T23:31:17.206Z] Running ssh-add (command line suppressed) [2021-08-05T23:31:17.305Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_1546098887849054793.key (/w/workspace/edgex-go/6@tmp/private_key_1546098887849054793.key) [2021-08-05T23:31:17.328Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-08-05T23:31:17.648Z] + git tag --points-at HEAD [Pipeline] } [2021-08-05T23:31:17.669Z] $ docker exec --env ******** --env ******** 7a95f7d013aa588f8c185077fb2859e48d3663927bc5e003fb7aef5ba8fe857a ssh-agent -k [2021-08-05T23:31:17.763Z] unset SSH_AUTH_SOCK; [2021-08-05T23:31:17.763Z] unset SSH_AGENT_PID; [2021-08-05T23:31:17.763Z] echo Agent pid 20 killed; [2021-08-05T23:31:17.781Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-08-05T23:31:17.815Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-08-05T23:31:17.815Z] [ssh-agent] Looking for ssh-agent implementation... [2021-08-05T23:31:17.939Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-08-05T23:31:17.942Z] $ docker exec 7a95f7d013aa588f8c185077fb2859e48d3663927bc5e003fb7aef5ba8fe857a ssh-agent [2021-08-05T23:31:18.062Z] SSH_AUTH_SOCK=/tmp/ssh-mp5SusijuIGL/agent.54 [2021-08-05T23:31:18.062Z] SSH_AGENT_PID=61 [2021-08-05T23:31:18.071Z] Running ssh-add (command line suppressed) [2021-08-05T23:31:18.168Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_6026334894390251137.key (/w/workspace/edgex-go/6@tmp/private_key_6026334894390251137.key) [2021-08-05T23:31:18.190Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-08-05T23:31:18.512Z] + git semver init [2021-08-05T23:31:18.513Z] # -> Open(): unable to determine branch for HEAD [2021-08-05T23:31:18.513Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-08-05T23:31:18.513Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-08-05T23:31:18.513Z] # $SEMVER_REMOTE_NAME = origin [2021-08-05T23:31:18.513Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-08-05T23:31:18.513Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-08-05T23:31:18.513Z] # $SEMVER_BRANCH = PR-3651 [2021-08-05T23:31:18.513Z] # $SEMVER_TEMP = /tmp/semver-841352192 [2021-08-05T23:31:18.513Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-08-05T23:31:32.605Z] # '/tmp/semver-841352192' -> '/w/workspace/edgex-go/6/.semver' [2021-08-05T23:31:32.605Z] # -> Force: false [2021-08-05T23:31:32.605Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-08-05T23:31:32.624Z] $ docker exec --env ******** --env ******** 7a95f7d013aa588f8c185077fb2859e48d3663927bc5e003fb7aef5ba8fe857a ssh-agent -k [2021-08-05T23:31:32.732Z] unset SSH_AUTH_SOCK; [2021-08-05T23:31:32.732Z] unset SSH_AGENT_PID; [2021-08-05T23:31:32.733Z] echo Agent pid 61 killed; [2021-08-05T23:31:32.755Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-08-05T23:31:33.111Z] + git semver [Pipeline] } [2021-08-05T23:31:33.341Z] $ docker stop --time=1 7a95f7d013aa588f8c185077fb2859e48d3663927bc5e003fb7aef5ba8fe857a [2021-08-05T23:31:35.162Z] $ docker rm -f 7a95f7d013aa588f8c185077fb2859e48d3663927bc5e003fb7aef5ba8fe857a [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-05T23:31:35.789Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-08-05T23:31:36.128Z] Stashed 1 file(s) [Pipeline] echo [2021-08-05T23:31:36.131Z] [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 [2021-08-05T23:31:36.475Z] ========================================================= [2021-08-05T23:31:36.475Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-08-05T23:31:36.475Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-08-05T23:31:36.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-05T23:31:36.798Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-08-05T23:31:36.798Z] 540db60ca938: Pulling fs layer [2021-08-05T23:31:36.798Z] adcc1eea9eea: Pulling fs layer [2021-08-05T23:31:36.798Z] 4c4ab2625f07: Pulling fs layer [2021-08-05T23:31:36.798Z] db62176df00c: Pulling fs layer [2021-08-05T23:31:36.798Z] 3b30891b0d05: Pulling fs layer [2021-08-05T23:31:36.798Z] 06b49ca38bd5: Pulling fs layer [2021-08-05T23:31:36.798Z] c788192a36de: Pulling fs layer [2021-08-05T23:31:36.798Z] a77e37c0d609: Pulling fs layer [2021-08-05T23:31:36.798Z] c3185cebc471: Pulling fs layer [2021-08-05T23:31:36.798Z] db62176df00c: Waiting [2021-08-05T23:31:36.798Z] 3b30891b0d05: Waiting [2021-08-05T23:31:36.798Z] 06b49ca38bd5: Waiting [2021-08-05T23:31:36.798Z] c788192a36de: Waiting [2021-08-05T23:31:36.798Z] a77e37c0d609: Waiting [2021-08-05T23:31:36.798Z] c3185cebc471: Waiting [2021-08-05T23:31:36.798Z] 4c4ab2625f07: Verifying Checksum [2021-08-05T23:31:36.798Z] 4c4ab2625f07: Download complete [2021-08-05T23:31:36.798Z] adcc1eea9eea: Verifying Checksum [2021-08-05T23:31:36.798Z] adcc1eea9eea: Download complete [2021-08-05T23:31:36.798Z] 3b30891b0d05: Verifying Checksum [2021-08-05T23:31:36.798Z] 3b30891b0d05: Download complete [2021-08-05T23:31:37.069Z] 06b49ca38bd5: Verifying Checksum [2021-08-05T23:31:37.069Z] 06b49ca38bd5: Download complete [2021-08-05T23:31:37.069Z] c788192a36de: Verifying Checksum [2021-08-05T23:31:37.069Z] c788192a36de: Download complete [2021-08-05T23:31:37.069Z] 540db60ca938: Verifying Checksum [2021-08-05T23:31:37.069Z] 540db60ca938: Download complete [2021-08-05T23:31:37.069Z] 540db60ca938: Pull complete [2021-08-05T23:31:37.335Z] adcc1eea9eea: Pull complete [2021-08-05T23:31:37.335Z] 4c4ab2625f07: Pull complete [2021-08-05T23:31:37.602Z] a77e37c0d609: Verifying Checksum [2021-08-05T23:31:37.602Z] a77e37c0d609: Download complete [2021-08-05T23:31:40.945Z] c3185cebc471: Verifying Checksum [2021-08-05T23:31:41.536Z] db62176df00c: Verifying Checksum [2021-08-05T23:31:41.537Z] db62176df00c: Download complete [2021-08-05T23:31:45.862Z] db62176df00c: Pull complete [2021-08-05T23:31:45.862Z] 3b30891b0d05: Pull complete [2021-08-05T23:31:45.862Z] 06b49ca38bd5: Pull complete [2021-08-05T23:31:45.862Z] c788192a36de: Pull complete [2021-08-05T23:31:45.862Z] a77e37c0d609: Pull complete [2021-08-05T23:31:48.043Z] c3185cebc471: Pull complete [2021-08-05T23:31:48.043Z] Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd [2021-08-05T23:31:48.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-05T23:31:48.043Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-08-05T23:31:48.379Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-05T23:31:48.379Z] WORKDIR /edgex [2021-08-05T23:31:48.379Z] COPY go.mod . [2021-08-05T23:31:48.379Z] RUN go mod download' [2021-08-05T23:31:48.379Z] + docker build -t ci-base-image-x86_64 -f - . [2021-08-05T23:31:49.791Z] Sending build context to Docker daemon 328.6MB [2021-08-05T23:31:49.791Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-05T23:31:49.791Z] ---> 031687cdd783 [2021-08-05T23:31:49.791Z] Step 2/4 : WORKDIR /edgex [2021-08-05T23:31:51.404Z] Still waiting to schedule task [2021-08-05T23:31:51.404Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2186’ is offline [2021-08-05T23:31:51.752Z] ---> Running in 22f17f1142d0 [2021-08-05T23:31:51.752Z] Removing intermediate container 22f17f1142d0 [2021-08-05T23:31:51.752Z] ---> e381db301364 [2021-08-05T23:31:51.752Z] Step 3/4 : COPY go.mod . [2021-08-05T23:31:51.752Z] ---> 3fd7308ba121 [2021-08-05T23:31:51.752Z] Step 4/4 : RUN go mod download [2021-08-05T23:31:51.752Z] ---> Running in 662ab494b676 [2021-08-05T23:32:30.941Z] Removing intermediate container 662ab494b676 [2021-08-05T23:32:30.941Z] ---> f33f40ecc637 [2021-08-05T23:32:30.941Z] Successfully built f33f40ecc637 [2021-08-05T23:32:30.941Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-05T23:32:31.283Z] + docker inspect -f . ci-base-image-x86_64 [2021-08-05T23:32:31.283Z] . [Pipeline] withDockerContainer [2021-08-05T23:32:33.390Z] prd-centos7-docker-4c-2g-2187 does not seem to be running inside a container [2021-08-05T23:32:33.516Z] $ 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 [2021-08-05T23:32:33.960Z] $ docker top c890a803bfbb642f606afa64367239f475c28363012ddab01de69f8b212f4997 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-05T23:32:34.369Z] + go version [2021-08-05T23:32:34.369Z] go version go1.16.6 linux/amd64 [Pipeline] } [2021-08-05T23:32:34.386Z] $ docker stop --time=1 c890a803bfbb642f606afa64367239f475c28363012ddab01de69f8b212f4997 [2021-08-05T23:32:35.599Z] $ docker rm -f c890a803bfbb642f606afa64367239f475c28363012ddab01de69f8b212f4997 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-05T23:32:36.454Z] + docker inspect -f . ci-base-image-x86_64 [2021-08-05T23:32:36.454Z] . [Pipeline] withDockerContainer [2021-08-05T23:32:36.548Z] prd-centos7-docker-4c-2g-2187 does not seem to be running inside a container [2021-08-05T23:32:36.617Z] $ 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 [2021-08-05T23:32:37.039Z] $ docker top 32efa4a82079205f799ee4bae28328bec1db0957be1b043b32a9d9ded0d8b334 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-08-05T23:32:37.139Z] ========================================================= [2021-08-05T23:32:37.139Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-08-05T23:32:37.139Z] ========================================================= [Pipeline] sh [2021-08-05T23:32:37.450Z] + go mod tidy [Pipeline] sh [2021-08-05T23:32:38.039Z] + make test [2021-08-05T23:32:38.040Z] 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 [2021-08-05T23:32:38.310Z] go mod tidy [2021-08-05T23:32:38.582Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-08-05T23:32:45.260Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-08-05T23:33:03.820Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-08-05T23:33:08.115Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-08-05T23:33:08.390Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-08-05T23:33:08.673Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-08-05T23:33:11.302Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-08-05T23:33:12.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-08-05T23:33:12.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-08-05T23:33:12.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-08-05T23:33:12.551Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-08-05T23:33:13.144Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-08-05T23:33:13.417Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-08-05T23:33:13.417Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-08-05T23:33:13.417Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-08-05T23:33:13.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-08-05T23:33:17.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.046s coverage: 28.7% of statements [2021-08-05T23:33:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-08-05T23:33:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-08-05T23:33:17.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.065s coverage: 100.0% of statements [2021-08-05T23:33:17.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-08-05T23:33:17.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.071s coverage: 46.3% of statements [2021-08-05T23:33:17.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-08-05T23:33:17.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-08-05T23:33:18.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.123s coverage: 90.1% of statements [2021-08-05T23:33:18.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-08-05T23:33:18.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-08-05T23:33:19.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.064s coverage: 81.2% of statements [2021-08-05T23:33:19.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-08-05T23:33:19.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-08-05T23:33:19.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-08-05T23:33:19.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-08-05T23:33:19.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-08-05T23:33:20.556Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.281s coverage: 94.2% of statements [2021-08-05T23:33:20.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-08-05T23:33:20.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-08-05T23:33:20.556Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.062s coverage: 59.1% of statements [2021-08-05T23:33:20.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-08-05T23:33:20.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-08-05T23:33:20.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-08-05T23:33:20.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-08-05T23:33:20.556Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-08-05T23:33:20.831Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.046s coverage: 60.0% of statements [2021-08-05T23:33:20.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-08-05T23:33:20.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-08-05T23:33:20.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-08-05T23:33:21.430Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.042s coverage: 0.8% of statements [2021-08-05T23:33:21.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-08-05T23:33:21.430Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-08-05T23:33:21.430Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.052s coverage: 22.0% of statements [2021-08-05T23:33:21.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-08-05T23:33:21.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 47.1% of statements [2021-08-05T23:33:24.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.063s coverage: 79.5% of statements [2021-08-05T23:33:24.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-08-05T23:33:24.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements [2021-08-05T23:33:24.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements [2021-08-05T23:33:34.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.054s coverage: 94.4% of statements [2021-08-05T23:33:34.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements [2021-08-05T23:33:41.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.191s coverage: 81.8% of statements [2021-08-05T23:33:41.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-08-05T23:33:48.408Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2188 in /w/workspace/edgexfoundry_edgex-go_PR-3651 [Pipeline] { [Pipeline] ws [2021-08-05T23:33:48.428Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-08-05T23:33:48.656Z] The recommended git tool is: git [2021-08-05T23:33:55.361Z] using credential edgex-jenkins-ssh [2021-08-05T23:33:55.425Z] Cloning the remote Git repository [2021-08-05T23:33:55.472Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-08-05T23:33:55.593Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-08-05T23:33:55.670Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-05T23:33:55.671Z] > git --version # timeout=10 [2021-08-05T23:33:55.692Z] > git --version # 'git version 2.17.1' [2021-08-05T23:33:55.694Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-05T23:33:55.757Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.098s coverage: 92.9% of statements [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 58.8% of statements [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.2% of statements [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.130s coverage: 64.4% of statements [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.180s coverage: 66.9% of statements [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.156s coverage: 43.6% of statements [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-08-05T23:33:59.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements [2021-08-05T23:33:59.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-08-05T23:34:06.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.067s coverage: 19.5% of statements [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-08-05T23:34:06.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.120s coverage: 92.0% of statements [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-08-05T23:34:06.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 62.7% of statements [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-08-05T23:34:06.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.099s coverage: 97.7% of statements [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-08-05T23:34:06.733Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.055s coverage: 28.9% of statements [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-08-05T23:34:06.733Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-08-05T23:34:06.733Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-08-05T23:34:06.733Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 95.4% of statements [2021-08-05T23:34:06.733Z] GO111MODULE=on go vet ./... [2021-08-05T23:34:12.754Z] Merging remotes/origin/main commit 6d7ef7536c6b5b4a7a59b9fe5a7a3965e4137e1c into PR head commit b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:34:11.948Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-05T23:34:11.965Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-05T23:34:11.992Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-05T23:34:12.026Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-05T23:34:12.027Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-05T23:34:12.039Z] > 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 [2021-08-05T23:34:12.770Z] > git config core.sparsecheckout # timeout=10 [2021-08-05T23:34:12.787Z] > git checkout -f b754ce5b2aa4ae2a53152a8960953798e3402c12 # timeout=10 [2021-08-05T23:34:13.083Z] Merge succeeded, producing b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:34:13.083Z] Checking out Revision b754ce5b2aa4ae2a53152a8960953798e3402c12 (PR-3651) [2021-08-05T23:34:13.001Z] > git remote # timeout=10 [2021-08-05T23:34:13.022Z] > git config --get remote.origin.url # timeout=10 [2021-08-05T23:34:13.034Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-05T23:34:13.045Z] > git merge 6d7ef7536c6b5b4a7a59b9fe5a7a3965e4137e1c # timeout=10 [2021-08-05T23:34:13.069Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-05T23:34:13.090Z] > git config core.sparsecheckout # timeout=10 [2021-08-05T23:34:13.102Z] > git checkout -f b754ce5b2aa4ae2a53152a8960953798e3402c12 # timeout=10 [2021-08-05T23:34:19.228Z] 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 [2021-08-05T23:34:19.631Z] provisioning config files... [2021-08-05T23:34:19.659Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config7869522251247379695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-05T23:34:20.226Z] ---> docker-login.sh [2021-08-05T23:34:20.226Z] nexus3.edgexfoundry.org:10001 [2021-08-05T23:34:20.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-05T23:34:21.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-05T23:34:21.432Z] Configure a credential helper to remove this warning. See [2021-08-05T23:34:21.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-05T23:34:21.432Z] [2021-08-05T23:34:21.432Z] Login Succeeded [2021-08-05T23:34:21.432Z] nexus3.edgexfoundry.org:10002 [2021-08-05T23:34:21.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-05T23:34:21.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-05T23:34:21.988Z] Configure a credential helper to remove this warning. See [2021-08-05T23:34:21.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-05T23:34:21.988Z] [2021-08-05T23:34:21.988Z] Login Succeeded [2021-08-05T23:34:21.988Z] nexus3.edgexfoundry.org:10003 [2021-08-05T23:34:22.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-05T23:34:22.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-05T23:34:22.539Z] Configure a credential helper to remove this warning. See [2021-08-05T23:34:22.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-05T23:34:22.539Z] [2021-08-05T23:34:22.539Z] Login Succeeded [2021-08-05T23:34:22.539Z] nexus3.edgexfoundry.org:10004 [2021-08-05T23:34:22.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-05T23:34:23.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-05T23:34:23.092Z] Configure a credential helper to remove this warning. See [2021-08-05T23:34:23.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-05T23:34:23.092Z] [2021-08-05T23:34:23.092Z] Login Succeeded [2021-08-05T23:34:23.092Z] docker.io [2021-08-05T23:34:23.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-05T23:34:24.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-05T23:34:24.030Z] Configure a credential helper to remove this warning. See [2021-08-05T23:34:24.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-05T23:34:24.030Z] [2021-08-05T23:34:24.030Z] Login Succeeded [2021-08-05T23:34:24.030Z] ---> docker-login.sh ends [Pipeline] } [2021-08-05T23:34:24.163Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-08-05T23:34:24.711Z] ========================================================= [2021-08-05T23:34:24.711Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-08-05T23:34:24.711Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-08-05T23:34:25.071Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-05T23:34:25.352Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-08-05T23:34:25.352Z] 595b0fe564bb: Pulling fs layer [2021-08-05T23:34:25.352Z] 24495759ef45: Pulling fs layer [2021-08-05T23:34:25.352Z] d148012ef14d: Pulling fs layer [2021-08-05T23:34:25.352Z] e90a11edd702: Pulling fs layer [2021-08-05T23:34:25.352Z] d77568369979: Pulling fs layer [2021-08-05T23:34:25.352Z] fc1c9f9a7f3b: Pulling fs layer [2021-08-05T23:34:25.352Z] 170f2ba95c9a: Pulling fs layer [2021-08-05T23:34:25.352Z] 97ac5df62f85: Pulling fs layer [2021-08-05T23:34:25.352Z] e90a11edd702: Waiting [2021-08-05T23:34:25.352Z] d77568369979: Waiting [2021-08-05T23:34:25.352Z] 170f2ba95c9a: Waiting [2021-08-05T23:34:25.352Z] 97ac5df62f85: Waiting [2021-08-05T23:34:25.352Z] fc1c9f9a7f3b: Waiting [2021-08-05T23:34:25.352Z] d148012ef14d: Verifying Checksum [2021-08-05T23:34:25.352Z] d148012ef14d: Download complete [2021-08-05T23:34:25.352Z] 24495759ef45: Verifying Checksum [2021-08-05T23:34:25.352Z] 24495759ef45: Download complete [2021-08-05T23:34:25.352Z] d77568369979: Verifying Checksum [2021-08-05T23:34:25.352Z] d77568369979: Download complete [2021-08-05T23:34:25.352Z] fc1c9f9a7f3b: Verifying Checksum [2021-08-05T23:34:25.352Z] fc1c9f9a7f3b: Download complete [2021-08-05T23:34:25.352Z] 595b0fe564bb: Verifying Checksum [2021-08-05T23:34:25.352Z] 595b0fe564bb: Download complete [2021-08-05T23:34:25.629Z] 170f2ba95c9a: Verifying Checksum [2021-08-05T23:34:25.629Z] 170f2ba95c9a: Download complete [2021-08-05T23:34:26.236Z] 595b0fe564bb: Pull complete [2021-08-05T23:34:26.841Z] 24495759ef45: Pull complete [2021-08-05T23:34:27.445Z] d148012ef14d: Pull complete [2021-08-05T23:34:28.432Z] 97ac5df62f85: Download complete [2021-08-05T23:34:29.033Z] e90a11edd702: Verifying Checksum [2021-08-05T23:34:29.033Z] e90a11edd702: Download complete [2021-08-05T23:34:33.966Z] gofmt -l . [2021-08-05T23:34:33.966Z] [ "`gofmt -l .`" = "" ] [2021-08-05T23:34:33.966Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-08-05T23:34:34.617Z] + ls -al . [2021-08-05T23:34:34.617Z] total 592 [2021-08-05T23:34:34.617Z] drwxrwxr-x 10 1001 1001 4096 Aug 5 23:34 . [2021-08-05T23:34:34.617Z] drwxr-xr-x 4 root root 28 Aug 5 23:32 .. [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 11 Aug 5 23:31 .dockerignore [2021-08-05T23:34:34.617Z] drwxrwxr-x 8 1001 1001 179 Aug 5 23:31 .git [2021-08-05T23:34:34.617Z] drwxrwxr-x 3 1001 1001 125 Aug 5 23:31 .github [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 818 Aug 5 23:31 .gitignore [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 76 Aug 5 23:31 .hadolint.yml [2021-08-05T23:34:34.617Z] drwx------ 3 1001 1001 58 Aug 5 23:31 .semver [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 166 Aug 5 23:31 .sonarcloud.properties [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 8609 Aug 5 23:31 Attribution.txt [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 43881 Aug 5 23:31 CHANGELOG.md [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 3804 Aug 5 23:31 CONTRIBUTING.md [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 849 Aug 5 23:31 Jenkinsfile [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 10775 Aug 5 23:31 LICENSE [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 5915 Aug 5 23:31 Makefile [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 8643 Aug 5 23:31 README.md [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 6912 Aug 5 23:31 SECURITY.md [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 5 Aug 5 23:31 VERSION [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 4131 Aug 5 23:31 ZMQWindows.md [2021-08-05T23:34:34.617Z] drwxrwxr-x 2 1001 1001 37 Aug 5 23:31 bin [2021-08-05T23:34:34.617Z] drwxrwxr-x 14 1001 1001 4096 Aug 5 23:31 cmd [2021-08-05T23:34:34.617Z] -rw-r--r-- 1 root root 404175 Aug 5 23:34 coverage.out [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 813 Aug 5 23:31 go.mod [2021-08-05T23:34:34.617Z] -rw-r--r-- 1 root root 48847 Aug 5 23:32 go.sum [2021-08-05T23:34:34.617Z] drwxrwxr-x 8 1001 1001 124 Aug 5 23:31 internal [2021-08-05T23:34:34.617Z] drwxrwxr-x 3 1001 1001 16 Aug 5 23:31 openapi [2021-08-05T23:34:34.617Z] drwxrwxr-x 4 1001 1001 71 Aug 5 23:31 snap [2021-08-05T23:34:34.617Z] -rw-rw-r-- 1 1001 1001 204 Aug 5 23:31 version.go [Pipeline] sh [2021-08-05T23:34:35.253Z] + '[' -e coverage.out ] [2021-08-05T23:34:35.253Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-08-05T23:34:35.366Z] Stashed 1 file(s) [Pipeline] sh [2021-08-05T23:34:35.675Z] + make build [2021-08-05T23:34:35.675Z] go mod tidy [2021-08-05T23:34:35.944Z] 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 [2021-08-05T23:34:37.371Z] 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 [2021-08-05T23:34:41.489Z] e90a11edd702: Pull complete [2021-08-05T23:34:41.489Z] d77568369979: Pull complete [2021-08-05T23:34:41.489Z] fc1c9f9a7f3b: Pull complete [2021-08-05T23:34:41.489Z] 170f2ba95c9a: Pull complete [2021-08-05T23:34:44.096Z] 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 [2021-08-05T23:34:45.077Z] 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 [2021-08-05T23:34:46.062Z] 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 [2021-08-05T23:34:46.329Z] 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 [2021-08-05T23:34:46.901Z] 97ac5df62f85: Pull complete [2021-08-05T23:34:46.901Z] Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 [2021-08-05T23:34:47.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-05T23:34:47.174Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-08-05T23:34:47.542Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-05T23:34:47.542Z] WORKDIR /edgex [2021-08-05T23:34:47.542Z] COPY go.mod . [2021-08-05T23:34:47.542Z] RUN go mod download [2021-08-05T23:34:47.542Z] + docker build -t ci-base-image-arm64 -f - . [2021-08-05T23:34:47.756Z] 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 [2021-08-05T23:34:48.723Z] 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 [2021-08-05T23:34:49.324Z] 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 [2021-08-05T23:34:49.538Z] Sending build context to Docker daemon 165.9MB [2021-08-05T23:34:49.811Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-05T23:34:49.811Z] ---> 04bc70af865f [2021-08-05T23:34:49.811Z] Step 2/4 : WORKDIR /edgex [2021-08-05T23:34:50.732Z] 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 [2021-08-05T23:34:51.328Z] 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 [2021-08-05T23:34:54.018Z] ---> Running in c3bf91b6ad7c [2021-08-05T23:34:54.018Z] Removing intermediate container c3bf91b6ad7c [2021-08-05T23:34:54.018Z] ---> 1045b3cff03b [2021-08-05T23:34:54.018Z] Step 3/4 : COPY go.mod . [2021-08-05T23:34:54.212Z] 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] } [2021-08-05T23:34:54.241Z] $ docker stop --time=1 32efa4a82079205f799ee4bae28328bec1db0957be1b043b32a9d9ded0d8b334 [2021-08-05T23:34:54.999Z] ---> 65bf3b120c72 [2021-08-05T23:34:54.999Z] Step 4/4 : RUN go mod download [2021-08-05T23:34:54.999Z] ---> Running in 5d2799313a3a [2021-08-05T23:34:56.017Z] $ docker rm -f 32efa4a82079205f799ee4bae28328bec1db0957be1b043b32a9d9ded0d8b334 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-05T23:35:02.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-05T23:35:02.041Z] [2021-08-05T23:35:02.041Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-08-05T23:35:02.373Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-05T23:35:02.373Z] latest: Pulling from edgex-devops/edgex-compose [2021-08-05T23:35:02.373Z] cbdbe7a5bc2a: Pulling fs layer [2021-08-05T23:35:02.373Z] ca9280d653b3: Pulling fs layer [2021-08-05T23:35:02.373Z] 7e9c9ca2126c: Pulling fs layer [2021-08-05T23:35:02.961Z] cbdbe7a5bc2a: Verifying Checksum [2021-08-05T23:35:02.961Z] cbdbe7a5bc2a: Download complete [2021-08-05T23:35:02.961Z] cbdbe7a5bc2a: Pull complete [2021-08-05T23:35:03.552Z] ca9280d653b3: Verifying Checksum [2021-08-05T23:35:03.552Z] ca9280d653b3: Download complete [2021-08-05T23:35:04.143Z] ca9280d653b3: Pull complete [2021-08-05T23:35:06.087Z] 7e9c9ca2126c: Verifying Checksum [2021-08-05T23:35:06.088Z] 7e9c9ca2126c: Download complete [2021-08-05T23:35:09.465Z] 7e9c9ca2126c: Pull complete [2021-08-05T23:35:09.465Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-08-05T23:35:09.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-05T23:35:09.465Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-08-05T23:35:09.770Z] prd-centos7-docker-4c-2g-2187 does not seem to be running inside a container [2021-08-05T23:35:09.841Z] $ 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 [2021-08-05T23:35:12.515Z] $ docker top 806b864803c578a886d7fde7a25facf13e7d256f0f5310fe178b4fda93c647fa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-05T23:35:12.925Z] + docker-compose build --help [2021-08-05T23:35:12.925Z] + grep parallel [2021-08-05T23:35:13.518Z] --parallel Build images in parallel. [Pipeline] } [2021-08-05T23:35:13.539Z] $ docker stop --time=1 806b864803c578a886d7fde7a25facf13e7d256f0f5310fe178b4fda93c647fa [2021-08-05T23:35:14.840Z] $ docker rm -f 806b864803c578a886d7fde7a25facf13e7d256f0f5310fe178b4fda93c647fa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-05T23:35:17.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-05T23:35:17.178Z] . [Pipeline] withDockerContainer [2021-08-05T23:35:17.288Z] prd-centos7-docker-4c-2g-2187 does not seem to be running inside a container [2021-08-05T23:35:17.364Z] $ 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 [2021-08-05T23:35:17.790Z] $ docker top 96c55de79aa372d9d46ada16d93123a95a1d71fa3343a73626da687100bef9d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-05T23:35:18.211Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-08-05T23:35:18.794Z] Building core-command ... [2021-08-05T23:35:18.794Z] Building core-data ... [2021-08-05T23:35:18.794Z] Building core-metadata ... [2021-08-05T23:35:18.794Z] Building security-bootstrapper ... [2021-08-05T23:35:18.794Z] Building security-proxy-setup ... [2021-08-05T23:35:18.794Z] Building security-secretstore-setup ... [2021-08-05T23:35:18.794Z] Building support-notifications ... [2021-08-05T23:35:18.794Z] Building support-scheduler ... [2021-08-05T23:35:18.794Z] Building sys-mgmt-agent ... [2021-08-05T23:35:18.794Z] Building core-metadata [2021-08-05T23:35:18.794Z] Building security-proxy-setup [2021-08-05T23:35:18.794Z] Building security-bootstrapper [2021-08-05T23:35:18.794Z] Building sys-mgmt-agent [2021-08-05T23:35:18.794Z] Building core-command [2021-08-05T23:35:31.165Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:35:31.165Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:35:31.166Z] ---> f33f40ecc637 [2021-08-05T23:35:31.166Z] Step 3/24 : WORKDIR /edgex-go [2021-08-05T23:35:31.166Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:35:31.166Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:35:31.166Z] ---> f33f40ecc637 [2021-08-05T23:35:31.166Z] Step 3/32 : WORKDIR /edgex-go [2021-08-05T23:35:33.338Z] ---> Running in da6667438641 [2021-08-05T23:35:33.338Z] ---> Running in c8e971bfbb39 [2021-08-05T23:35:40.438Z] Removing intermediate container c8e971bfbb39 [2021-08-05T23:35:40.438Z] ---> 5095d8dbc8f6 [2021-08-05T23:35:40.438Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:35:40.438Z] Removing intermediate container da6667438641 [2021-08-05T23:35:40.438Z] ---> c61a3a3dd824 [2021-08-05T23:35:40.438Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:35:41.231Z] ---> Running in 2a8076c53cc3 [2021-08-05T23:35:41.231Z] ---> Running in 2a9afb061a34 [2021-08-05T23:35:42.971Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:35:42.971Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:35:42.971Z] ---> f33f40ecc637 [2021-08-05T23:35:42.971Z] Step 3/24 : WORKDIR /edgex-go [2021-08-05T23:35:42.971Z] ---> Using cache [2021-08-05T23:35:42.971Z] ---> 5095d8dbc8f6 [2021-08-05T23:35:42.971Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:35:43.250Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:35:43.250Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:35:43.250Z] ---> f33f40ecc637 [2021-08-05T23:35:43.250Z] Step 3/22 : WORKDIR /edgex-go [2021-08-05T23:35:43.250Z] ---> Using cache [2021-08-05T23:35:43.250Z] ---> 5095d8dbc8f6 [2021-08-05T23:35:43.250Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:35:43.250Z] ---> Running in 09ce3d175013 [2021-08-05T23:35:43.250Z] Removing intermediate container 2a9afb061a34 [2021-08-05T23:35:43.250Z] ---> 28b138e4a174 [2021-08-05T23:35:43.250Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-08-05T23:35:43.523Z] Removing intermediate container 2a8076c53cc3 [2021-08-05T23:35:43.523Z] ---> f9559e36bca4 [2021-08-05T23:35:43.523Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-08-05T23:35:43.523Z] ---> Running in f8c0849cd976 [2021-08-05T23:35:43.523Z] ---> Running in 84bf5de9d333 [2021-08-05T23:35:43.523Z] ---> Running in 09127ba18a7f [2021-08-05T23:35:44.318Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-05T23:35:44.318Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-05T23:35:44.318Z] Removing intermediate container 09ce3d175013 [2021-08-05T23:35:44.318Z] ---> f2d783ab5fed [2021-08-05T23:35:44.318Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-08-05T23:35:44.318Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:35:44.318Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:35:44.318Z] ---> f33f40ecc637 [2021-08-05T23:35:44.318Z] Step 3/24 : WORKDIR /edgex-go [2021-08-05T23:35:44.318Z] ---> Using cache [2021-08-05T23:35:44.318Z] ---> 5095d8dbc8f6 [2021-08-05T23:35:44.318Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:35:44.318Z] ---> Using cache [2021-08-05T23:35:44.318Z] ---> f2d783ab5fed [2021-08-05T23:35:44.318Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-08-05T23:35:44.587Z] ---> Running in 7d54c15cbd4b [2021-08-05T23:35:44.587Z] ---> Running in 466abd9e309d [2021-08-05T23:35:44.587Z] Removing intermediate container f8c0849cd976 [2021-08-05T23:35:44.587Z] ---> 01f60272ef43 [2021-08-05T23:35:44.587Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-08-05T23:35:44.587Z] ---> Running in 98aa6376b4d3 [2021-08-05T23:35:45.182Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-05T23:35:45.182Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-05T23:35:45.182Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-05T23:35:45.182Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-05T23:35:45.182Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-05T23:35:45.771Z] OK: 219 MiB in 52 packages [2021-08-05T23:35:45.771Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-05T23:35:45.771Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-05T23:35:45.771Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-05T23:35:46.038Z] Removing intermediate container 84bf5de9d333 [2021-08-05T23:35:46.039Z] ---> 285a29372daa [2021-08-05T23:35:46.039Z] Step 6/24 : COPY go.mod . [2021-08-05T23:35:46.039Z] OK: 219 MiB in 52 packages [2021-08-05T23:35:46.324Z] ---> 6b713fd4bc59 [2021-08-05T23:35:46.324Z] Step 7/24 : RUN go mod download [2021-08-05T23:35:46.324Z] ---> Running in e665d34179b7 [2021-08-05T23:35:46.324Z] OK: 219 MiB in 52 packages [2021-08-05T23:35:46.324Z] OK: 219 MiB in 52 packages [2021-08-05T23:35:46.324Z] OK: 219 MiB in 52 packages [2021-08-05T23:35:46.597Z] Removing intermediate container 09127ba18a7f [2021-08-05T23:35:46.597Z] ---> 48d9a214cf80 [2021-08-05T23:35:46.597Z] Step 6/32 : COPY go.mod . [2021-08-05T23:35:46.867Z] ---> d5a7ef247ef1 [2021-08-05T23:35:46.867Z] Step 7/32 : RUN go mod download [2021-08-05T23:35:46.867Z] ---> Running in 81b39f446a20 [2021-08-05T23:35:46.867Z] Removing intermediate container 98aa6376b4d3 [2021-08-05T23:35:46.867Z] ---> f03eda139e23 [2021-08-05T23:35:46.867Z] Step 6/22 : COPY go.mod . [2021-08-05T23:35:47.140Z] Removing intermediate container 466abd9e309d [2021-08-05T23:35:47.140Z] ---> b8f642b7989e [2021-08-05T23:35:47.140Z] Step 6/24 : COPY go.mod . [2021-08-05T23:35:47.140Z] Removing intermediate container 7d54c15cbd4b [2021-08-05T23:35:47.140Z] ---> 6ed1b559b88c [2021-08-05T23:35:47.140Z] Step 6/24 : COPY go.mod . [2021-08-05T23:35:47.409Z] ---> 8b4241a62c32 [2021-08-05T23:35:47.409Z] Step 7/22 : RUN go mod download [2021-08-05T23:35:47.409Z] ---> Running in f268ca4f0316 [2021-08-05T23:35:47.409Z] ---> 25bbb3c3ed9a [2021-08-05T23:35:47.409Z] Step 7/24 : RUN go mod download [2021-08-05T23:35:47.679Z] ---> Running in aa1d7c3a249c [2021-08-05T23:35:47.679Z] ---> afc33abd1ace [2021-08-05T23:35:47.679Z] Step 7/24 : RUN go mod download [2021-08-05T23:35:47.679Z] ---> Running in a2666d101d1b [2021-08-05T23:35:48.479Z] Removing intermediate container e665d34179b7 [2021-08-05T23:35:48.479Z] ---> 9d2a03e29b1c [2021-08-05T23:35:48.479Z] Step 8/24 : COPY . . [2021-08-05T23:35:49.094Z] Removing intermediate container 81b39f446a20 [2021-08-05T23:35:49.094Z] ---> 803189ebec4d [2021-08-05T23:35:49.094Z] Step 8/32 : COPY . . [2021-08-05T23:35:51.335Z] Removing intermediate container f268ca4f0316 [2021-08-05T23:35:51.335Z] ---> d1b231c1d2e7 [2021-08-05T23:35:51.335Z] Step 8/22 : COPY . . [2021-08-05T23:35:51.617Z] Removing intermediate container aa1d7c3a249c [2021-08-05T23:35:51.617Z] ---> 803157593ee9 [2021-08-05T23:35:51.617Z] Step 8/24 : COPY . . [2021-08-05T23:35:51.617Z] Removing intermediate container a2666d101d1b [2021-08-05T23:35:51.617Z] ---> c6231c592bfa [2021-08-05T23:35:51.617Z] Step 8/24 : COPY . . [2021-08-05T23:36:01.764Z] ---> 9910eb66c943 [2021-08-05T23:36:01.764Z] Step 9/24 : RUN go mod tidy [2021-08-05T23:36:02.352Z] ---> Running in 2fd3f605378a [2021-08-05T23:36:04.301Z] Removing intermediate container 2fd3f605378a [2021-08-05T23:36:04.301Z] ---> da79224bd3d4 [2021-08-05T23:36:04.301Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-08-05T23:36:04.301Z] ---> Running in d4afa1d2fd03 [2021-08-05T23:36:04.568Z] 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 [2021-08-05T23:36:07.509Z] ---> cc5b410b0991 [2021-08-05T23:36:07.509Z] Step 9/24 : RUN go mod tidy [2021-08-05T23:36:07.783Z] ---> d467f64f9064 [2021-08-05T23:36:07.783Z] Step 9/32 : RUN go mod tidy [2021-08-05T23:36:07.783Z] ---> Running in 961719c53084 [2021-08-05T23:36:07.783Z] ---> Running in 04f8cae9bd5b [2021-08-05T23:36:15.252Z] Removing intermediate container 04f8cae9bd5b [2021-08-05T23:36:15.252Z] ---> a25796686d42 [2021-08-05T23:36:15.252Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-08-05T23:36:15.252Z] Removing intermediate container 961719c53084 [2021-08-05T23:36:15.252Z] ---> 16a681918bf0 [2021-08-05T23:36:15.252Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-08-05T23:36:15.252Z] ---> Running in 5971527c3b6a [2021-08-05T23:36:15.252Z] ---> Running in a2a06fc1cac5 [2021-08-05T23:36:15.252Z] 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 [2021-08-05T23:36:15.252Z] 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 [2021-08-05T23:36:15.252Z] ---> 780c8d43e6a9 [2021-08-05T23:36:15.252Z] Step 9/24 : RUN go mod tidy [2021-08-05T23:36:15.252Z] ---> Running in 302f5c8e4c7b [2021-08-05T23:36:15.252Z] ---> bcf050c0fc99 [2021-08-05T23:36:15.252Z] Step 9/22 : RUN go mod tidy [2021-08-05T23:36:15.252Z] ---> Running in 6d0f90ec43c8 [2021-08-05T23:36:17.252Z] Removing intermediate container 302f5c8e4c7b [2021-08-05T23:36:17.252Z] ---> 09b20574bc21 [2021-08-05T23:36:17.252Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-08-05T23:36:17.252Z] ---> Running in b7561b1fdf00 [2021-08-05T23:36:19.329Z] 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 [2021-08-05T23:36:19.329Z] Removing intermediate container 6d0f90ec43c8 [2021-08-05T23:36:19.329Z] ---> d3bd5fc286f5 [2021-08-05T23:36:19.329Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-08-05T23:36:19.329Z] ---> Running in 594e70279314 [2021-08-05T23:36:19.329Z] 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 [2021-08-05T23:36:32.661Z] Removing intermediate container d4afa1d2fd03 [2021-08-05T23:36:32.661Z] ---> 5ad44cafbe9a [2021-08-05T23:36:32.662Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-08-05T23:36:32.662Z] ---> Running in 7092c465ced7 [2021-08-05T23:36:32.662Z] 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 [2021-08-05T23:36:35.352Z] Removing intermediate container 7092c465ced7 [2021-08-05T23:36:35.352Z] ---> fbce15361b6b [2021-08-05T23:36:35.352Z] [2021-08-05T23:36:35.352Z] Step 12/24 : FROM docker:20.10.7 [2021-08-05T23:36:35.352Z] 20.10.7: Pulling from library/docker [2021-08-05T23:36:37.735Z] Removing intermediate container 5d2799313a3a [2021-08-05T23:36:37.735Z] ---> 64d9942e47a1 [2021-08-05T23:36:37.735Z] Successfully built 64d9942e47a1 [2021-08-05T23:36:37.735Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-05T23:36:38.106Z] + docker inspect -f . ci-base-image-arm64 [2021-08-05T23:36:38.107Z] . [Pipeline] withDockerContainer [2021-08-05T23:36:38.383Z] prd-ubuntu18.04-docker-arm64-4c-16g-2188 does not seem to be running inside a container [2021-08-05T23:36:38.482Z] $ 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 [2021-08-05T23:36:40.699Z] $ docker top 3b5764b989c03dff681f9f5f8d2a4742957a7710687ae9cef61632b0348c9112 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-05T23:36:41.704Z] + go version [2021-08-05T23:36:41.704Z] go version go1.16.6 linux/arm64 [Pipeline] } [2021-08-05T23:36:41.731Z] $ docker stop --time=1 3b5764b989c03dff681f9f5f8d2a4742957a7710687ae9cef61632b0348c9112 [2021-08-05T23:36:44.039Z] $ docker rm -f 3b5764b989c03dff681f9f5f8d2a4742957a7710687ae9cef61632b0348c9112 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-05T23:36:44.832Z] + docker inspect -f . ci-base-image-arm64 [2021-08-05T23:36:44.832Z] . [Pipeline] withDockerContainer [2021-08-05T23:36:45.095Z] prd-ubuntu18.04-docker-arm64-4c-16g-2188 does not seem to be running inside a container [2021-08-05T23:36:45.179Z] $ 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 [2021-08-05T23:36:47.041Z] $ docker top 0d8117cc347764f0cbe5a71409b1c425d6b831aea3c861d3af0a913841355df1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-08-05T23:36:47.369Z] ========================================================= [2021-08-05T23:36:47.369Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-08-05T23:36:47.369Z] ========================================================= [Pipeline] sh [2021-08-05T23:36:48.016Z] + go mod tidy [Pipeline] sh [2021-08-05T23:36:49.662Z] + make test [2021-08-05T23:36:49.662Z] 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 [2021-08-05T23:36:49.662Z] go mod tidy [2021-08-05T23:36:50.263Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-08-05T23:36:52.720Z] Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 [2021-08-05T23:36:52.720Z] Status: Downloaded newer image for docker:20.10.7 [2021-08-05T23:36:52.720Z] ---> 08bdaf2f88f9 [2021-08-05T23:36:52.720Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-08-05T23:36:53.314Z] ---> Running in 9e51eaa18a59 [2021-08-05T23:36:53.789Z] Removing intermediate container 9e51eaa18a59 [2021-08-05T23:36:53.789Z] ---> ce25d29bb0e6 [2021-08-05T23:36:53.789Z] 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 [2021-08-05T23:36:53.789Z] ---> Running in 305bc9d77c48 [2021-08-05T23:36:54.073Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-05T23:36:54.815Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-05T23:36:54.815Z] (1/39) Installing readline (8.1.0-r0) [2021-08-05T23:36:54.815Z] (2/39) Installing bash (5.1.0-r0) [2021-08-05T23:36:55.092Z] Executing bash-5.1.0-r0.post-install [2021-08-05T23:36:55.092Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-08-05T23:36:55.092Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-08-05T23:36:55.092Z] (5/39) Installing libcurl (7.78.0-r0) [2021-08-05T23:36:55.092Z] (6/39) Installing curl (7.78.0-r0) [2021-08-05T23:36:55.092Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-08-05T23:36:55.092Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-08-05T23:36:55.092Z] (9/39) Installing expat (2.2.10-r1) [2021-08-05T23:36:55.092Z] (10/39) Installing libffi (3.3-r2) [2021-08-05T23:36:55.092Z] (11/39) Installing gdbm (1.19-r0) [2021-08-05T23:36:55.092Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-08-05T23:36:55.092Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-08-05T23:36:55.092Z] (14/39) Installing python3 (3.8.10-r0) [2021-08-05T23:36:56.067Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-08-05T23:36:56.067Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-08-05T23:36:56.067Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-08-05T23:36:56.067Z] (18/39) Installing py3-six (1.15.0-r0) [2021-08-05T23:36:56.067Z] (19/39) Installing py3-packaging (20.9-r0) [2021-08-05T23:36:56.067Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-08-05T23:36:56.346Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-08-05T23:36:56.346Z] (22/39) Installing py3-idna (3.1-r0) [2021-08-05T23:36:56.937Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-08-05T23:36:57.207Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-08-05T23:36:57.207Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-08-05T23:36:57.207Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-08-05T23:36:57.207Z] 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 [2021-08-05T23:36:57.207Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-08-05T23:36:57.500Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-08-05T23:36:57.500Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-08-05T23:36:57.500Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-08-05T23:36:57.500Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-08-05T23:36:57.500Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-08-05T23:36:57.500Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-08-05T23:36:57.500Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-08-05T23:36:57.500Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-08-05T23:36:57.500Z] (36/39) Installing py3-progress (1.5-r0) [2021-08-05T23:36:57.500Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-08-05T23:36:57.500Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-08-05T23:36:57.500Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-08-05T23:36:57.773Z] Executing busybox-1.32.1-r6.trigger [2021-08-05T23:36:58.046Z] OK: 82 MiB in 59 packages [2021-08-05T23:36:59.488Z] Removing intermediate container a2a06fc1cac5 [2021-08-05T23:36:59.488Z] ---> cba4a6132489 [2021-08-05T23:36:59.488Z] [2021-08-05T23:36:59.488Z] Step 11/24 : FROM alpine:3.12 [2021-08-05T23:36:59.757Z] 3.12: Pulling from library/alpine [2021-08-05T23:36:59.757Z] Removing intermediate container 5971527c3b6a [2021-08-05T23:36:59.757Z] ---> 486f9c771c0e [2021-08-05T23:36:59.757Z] [2021-08-05T23:36:59.757Z] Step 11/32 : FROM alpine:3.12 [2021-08-05T23:36:59.757Z] Removing intermediate container b7561b1fdf00 [2021-08-05T23:36:59.757Z] ---> 0b96e88c57d8 [2021-08-05T23:36:59.757Z] [2021-08-05T23:36:59.757Z] Step 11/24 : FROM alpine:3.12 [2021-08-05T23:37:00.028Z] 3.12: Pulling from library/alpine [2021-08-05T23:37:00.316Z] 3.12: Pulling from library/alpine [2021-08-05T23:37:00.316Z] Collecting docker-compose==1.23.2 [2021-08-05T23:37:00.316Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-08-05T23:37:00.697Z] Collecting cached-property<2,>=1.2.0 [2021-08-05T23:37:00.697Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-08-05T23:37:00.697Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-05T23:37:00.697Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-05T23:37:00.697Z] Status: Downloaded newer image for alpine:3.12 [2021-08-05T23:37:00.697Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-05T23:37:00.697Z] Status: Image is up to date for alpine:3.12 [2021-08-05T23:37:00.697Z] Status: Downloaded newer image for alpine:3.12 [2021-08-05T23:37:00.697Z] ---> 13621d1b12d4 [2021-08-05T23:37:00.697Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-05T23:37:00.697Z] ---> 13621d1b12d4 [2021-08-05T23:37:00.697Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-05T23:37:00.697Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-08-05T23:37:00.697Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-08-05T23:37:00.977Z] Collecting websocket-client<1.0,>=0.32.0 [2021-08-05T23:37:00.978Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-08-05T23:37:00.978Z] Collecting texttable<0.10,>=0.9.0 [2021-08-05T23:37:00.978Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-08-05T23:37:00.978Z] ---> 13621d1b12d4 [2021-08-05T23:37:00.978Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-08-05T23:37:00.978Z] ---> Running in a0a0df105e44 [2021-08-05T23:37:00.978Z] ---> Running in 533296bbaa46 [2021-08-05T23:37:00.978Z] ---> Running in fc38a34952c8 [2021-08-05T23:37:00.978Z] Collecting docopt<0.7,>=0.6.1 [2021-08-05T23:37:00.978Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-08-05T23:37:00.978Z] Removing intermediate container fc38a34952c8 [2021-08-05T23:37:00.978Z] ---> c74a7647cb2c [2021-08-05T23:37:00.978Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-08-05T23:37:01.260Z] ---> Running in 1f2227c29f41 [2021-08-05T23:37:03.218Z] Collecting dockerpty<0.5,>=0.4.1 [2021-08-05T23:37:03.218Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-08-05T23:37:03.218Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-08-05T23:37:03.218Z] Collecting jsonschema<3,>=2.5.1 [2021-08-05T23:37:03.218Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-08-05T23:37:03.218Z] Collecting docker<4.0,>=3.6.0 [2021-08-05T23:37:03.218Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-08-05T23:37:03.218Z] Collecting PyYAML<4,>=3.10 [2021-08-05T23:37:03.218Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-08-05T23:37:03.218Z] Removing intermediate container 594e70279314 [2021-08-05T23:37:03.218Z] ---> a1eb3faf8dd1 [2021-08-05T23:37:03.218Z] [2021-08-05T23:37:03.218Z] Step 11/22 : FROM alpine:3.12 [2021-08-05T23:37:03.218Z] ---> 13621d1b12d4 [2021-08-05T23:37:03.218Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-08-05T23:37:03.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-05T23:37:03.218Z] ---> Running in f9937f1f8cbe [2021-08-05T23:37:03.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-05T23:37:03.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-05T23:37:03.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-05T23:37:03.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-05T23:37:03.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-05T23:37:03.218Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-08-05T23:37:03.218Z] (2/2) Installing su-exec (0.2-r1) [2021-08-05T23:37:03.218Z] Executing busybox-1.31.1-r20.trigger [2021-08-05T23:37:03.218Z] OK: 6 MiB in 16 packages [2021-08-05T23:37:03.218Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-08-05T23:37:03.218Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-08-05T23:37:03.218Z] Executing busybox-1.31.1-r20.trigger [2021-08-05T23:37:03.218Z] Executing busybox-1.31.1-r20.trigger [2021-08-05T23:37:03.218Z] OK: 6 MiB in 15 packages [2021-08-05T23:37:03.218Z] OK: 6 MiB in 15 packages [2021-08-05T23:37:03.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-05T23:37:03.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-05T23:37:03.218Z] Collecting docker-pycreds>=0.4.0 [2021-08-05T23:37:03.218Z] (1/4) Installing ca-certificates (20191127-r4) [2021-08-05T23:37:03.218Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-08-05T23:37:03.218Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-08-05T23:37:03.218Z] (3/4) Installing libcurl (7.78.0-r0) [2021-08-05T23:37:03.218Z] (4/4) Installing curl (7.78.0-r0) [2021-08-05T23:37:03.218Z] Executing busybox-1.31.1-r20.trigger [2021-08-05T23:37:03.218Z] Collecting idna<2.8,>=2.5 [2021-08-05T23:37:03.218Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-08-05T23:37:03.218Z] Executing ca-certificates-20191127-r4.trigger [2021-08-05T23:37:03.218Z] OK: 7 MiB in 18 packages [2021-08-05T23:37:03.218Z] Collecting certifi>=2017.4.17 [2021-08-05T23:37:03.218Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-08-05T23:37:03.527Z] Collecting urllib3<1.25,>=1.21.1 [2021-08-05T23:37:03.527Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-08-05T23:37:03.527Z] Collecting chardet<3.1.0,>=3.0.2 [2021-08-05T23:37:03.527Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-08-05T23:37:03.527Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-08-05T23:37:03.527Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-08-05T23:37:03.527Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-08-05T23:37:03.527Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-08-05T23:37:03.843Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-08-05T23:37:03.843Z] Attempting uninstall: urllib3 [2021-08-05T23:37:03.843Z] Found existing installation: urllib3 1.26.2 [2021-08-05T23:37:03.843Z] Uninstalling urllib3-1.26.2: [2021-08-05T23:37:03.843Z] Successfully uninstalled urllib3-1.26.2 [2021-08-05T23:37:03.843Z] Removing intermediate container 1f2227c29f41 [2021-08-05T23:37:03.843Z] ---> f1964a074919 [2021-08-05T23:37:03.843Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-08-05T23:37:03.843Z] Removing intermediate container 533296bbaa46 [2021-08-05T23:37:03.843Z] ---> 33918e413511 [2021-08-05T23:37:03.843Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-05T23:37:03.843Z] ---> Running in a7129c6ace26 [2021-08-05T23:37:03.843Z] Attempting uninstall: idna [2021-08-05T23:37:03.843Z] Found existing installation: idna 3.1 [2021-08-05T23:37:03.843Z] Uninstalling idna-3.1: [2021-08-05T23:37:03.843Z] ---> Running in 23066353f8b8 [2021-08-05T23:37:03.843Z] Successfully uninstalled idna-3.1 [2021-08-05T23:37:03.843Z] Removing intermediate container a0a0df105e44 [2021-08-05T23:37:03.843Z] ---> eb20a283d7a2 [2021-08-05T23:37:03.843Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-05T23:37:04.139Z] Attempting uninstall: chardet [2021-08-05T23:37:04.139Z] Found existing installation: chardet 4.0.0 [2021-08-05T23:37:04.139Z] Uninstalling chardet-4.0.0: [2021-08-05T23:37:04.139Z] Successfully uninstalled chardet-4.0.0 [2021-08-05T23:37:04.139Z] ---> Running in f9b908a65a93 [2021-08-05T23:37:04.139Z] Removing intermediate container f9937f1f8cbe [2021-08-05T23:37:04.139Z] ---> 2d913612fe57 [2021-08-05T23:37:04.139Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-08-05T23:37:04.139Z] Removing intermediate container a7129c6ace26 [2021-08-05T23:37:04.139Z] ---> 63e3e24f3022 [2021-08-05T23:37:04.139Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-08-05T23:37:04.139Z] Removing intermediate container 23066353f8b8 [2021-08-05T23:37:04.139Z] ---> ea751e6f3aaf [2021-08-05T23:37:04.139Z] Step 14/24 : ENV APP_PORT=59882 [2021-08-05T23:37:04.139Z] ---> Running in 10dd532f778a [2021-08-05T23:37:04.139Z] ---> Running in 8baeea4ad387 [2021-08-05T23:37:04.139Z] ---> Running in f9e3d4b47843 [2021-08-05T23:37:04.437Z] Removing intermediate container f9b908a65a93 [2021-08-05T23:37:04.437Z] ---> e2d937432861 [2021-08-05T23:37:04.437Z] Step 14/24 : ENV APP_PORT=59881 [2021-08-05T23:37:04.437Z] Attempting uninstall: requests [2021-08-05T23:37:04.437Z] Found existing installation: requests 2.25.1 [2021-08-05T23:37:04.437Z] Uninstalling requests-2.25.1: [2021-08-05T23:37:04.437Z] ---> Running in 1ebc8733a1da [2021-08-05T23:37:04.437Z] Removing intermediate container 10dd532f778a [2021-08-05T23:37:04.437Z] ---> 105751f4d5c0 [2021-08-05T23:37:04.437Z] Step 14/22 : WORKDIR /edgex [2021-08-05T23:37:04.437Z] Removing intermediate container 8baeea4ad387 [2021-08-05T23:37:04.437Z] ---> 986fe3e877ce [2021-08-05T23:37:04.437Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-08-05T23:37:04.437Z] Successfully uninstalled requests-2.25.1 [2021-08-05T23:37:04.437Z] Removing intermediate container f9e3d4b47843 [2021-08-05T23:37:04.437Z] ---> 67dadd3f8f7d [2021-08-05T23:37:04.437Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-05T23:37:04.437Z] ---> Running in a79f25675759 [2021-08-05T23:37:04.437Z] Running setup.py install for texttable: started [2021-08-05T23:37:04.437Z] ---> Running in 2b210b76150f [2021-08-05T23:37:04.437Z] ---> Running in ed03e7ce064a [2021-08-05T23:37:04.934Z] Removing intermediate container 1ebc8733a1da [2021-08-05T23:37:04.934Z] ---> 1890d91c3393 [2021-08-05T23:37:04.934Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-05T23:37:04.934Z] ---> Running in 1c7e945f9982 [2021-08-05T23:37:04.934Z] Removing intermediate container ed03e7ce064a [2021-08-05T23:37:04.934Z] ---> 5f58eddf77b3 [2021-08-05T23:37:04.934Z] Step 16/24 : WORKDIR / [2021-08-05T23:37:04.934Z] ---> Running in 79191ba7eebd [2021-08-05T23:37:04.934Z] Removing intermediate container 2b210b76150f [2021-08-05T23:37:04.934Z] ---> c4ae38ca87e6 [2021-08-05T23:37:04.934Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-08-05T23:37:04.934Z] Removing intermediate container 1c7e945f9982 [2021-08-05T23:37:04.934Z] ---> ba425012d218 [2021-08-05T23:37:04.934Z] Step 16/24 : WORKDIR / [2021-08-05T23:37:04.934Z] Running setup.py install for texttable: finished with status 'done' [2021-08-05T23:37:04.934Z] Running setup.py install for PyYAML: started [2021-08-05T23:37:04.934Z] ---> Running in e2f15ea3f31b [2021-08-05T23:37:05.229Z] Removing intermediate container 79191ba7eebd [2021-08-05T23:37:05.229Z] ---> 1a180f3fccef [2021-08-05T23:37:05.229Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-05T23:37:05.229Z] Removing intermediate container e2f15ea3f31b [2021-08-05T23:37:05.229Z] ---> 8c8cf1a1aa35 [2021-08-05T23:37:05.229Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-05T23:37:05.229Z] ---> 52b654f18af9 [2021-08-05T23:37:05.229Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-08-05T23:37:07.223Z] Running setup.py install for PyYAML: finished with status 'done' [2021-08-05T23:37:07.223Z] Running setup.py install for docopt: started [2021-08-05T23:37:07.223Z] ---> c8224d395603 [2021-08-05T23:37:07.223Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-08-05T23:37:07.223Z] ---> a938d59a275d [2021-08-05T23:37:07.223Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-08-05T23:37:07.223Z] Removing intermediate container a79f25675759 [2021-08-05T23:37:07.223Z] ---> d218799db653 [2021-08-05T23:37:07.223Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-08-05T23:37:07.223Z] ---> Running in f128bed2f48a [2021-08-05T23:37:07.223Z] Running setup.py install for docopt: finished with status 'done' [2021-08-05T23:37:07.223Z] Running setup.py install for dockerpty: started [2021-08-05T23:37:07.223Z] ---> 116003009d1b [2021-08-05T23:37:07.223Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-08-05T23:37:07.223Z] ---> 199ea4be78bd [2021-08-05T23:37:07.223Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-08-05T23:37:07.223Z] Removing intermediate container f128bed2f48a [2021-08-05T23:37:07.223Z] ---> c1c0f6bcc00f [2021-08-05T23:37:07.223Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-08-05T23:37:07.223Z] Running setup.py install for dockerpty: finished with status 'done' [2021-08-05T23:37:07.223Z] ---> 638ced192655 [2021-08-05T23:37:07.223Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-08-05T23:37:07.223Z] ---> e60a2e8c7c85 [2021-08-05T23:37:07.223Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-08-05T23:37:07.223Z] ---> Running in 9a5826338f29 [2021-08-05T23:37:07.223Z] 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 [2021-08-05T23:37:07.223Z] ---> 0bad4551a763 [2021-08-05T23:37:07.223Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-08-05T23:37:07.223Z] ---> 3d6431427904 [2021-08-05T23:37:07.223Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-08-05T23:37:07.223Z] ---> Running in 43b253593f39 [2021-08-05T23:37:07.223Z] ---> Running in 7540a46c366d [2021-08-05T23:37:07.223Z] ---> a8b448e29fcf [2021-08-05T23:37:07.223Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-08-05T23:37:07.223Z] Removing intermediate container 7540a46c366d [2021-08-05T23:37:07.223Z] ---> afd2fb1013ca [2021-08-05T23:37:07.223Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-05T23:37:07.223Z] ---> Running in beee2c243a4f [2021-08-05T23:37:07.223Z] Removing intermediate container 43b253593f39 [2021-08-05T23:37:07.223Z] ---> 3e6aaddbfc8e [2021-08-05T23:37:07.223Z] Step 19/22 : CMD ["--init=true"] [2021-08-05T23:37:07.223Z] ---> Running in 2069fb77abb9 [2021-08-05T23:37:07.223Z] ---> Running in 03a98995ad75 [2021-08-05T23:37:07.223Z] Removing intermediate container beee2c243a4f [2021-08-05T23:37:07.223Z] ---> e01dc276e6cf [2021-08-05T23:37:07.223Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-05T23:37:07.503Z] Removing intermediate container 2069fb77abb9 [2021-08-05T23:37:07.503Z] ---> 413077aac3a4 [2021-08-05T23:37:07.503Z] Step 22/24 : LABEL arch=x86_64 [2021-08-05T23:37:07.503Z] ---> Running in 812711a8cb88 [2021-08-05T23:37:07.503Z] Removing intermediate container 03a98995ad75 [2021-08-05T23:37:07.503Z] ---> 717d4540ebd2 [2021-08-05T23:37:07.503Z] Step 20/22 : LABEL arch=x86_64 [2021-08-05T23:37:07.503Z] ---> Running in 4f2a04232bfc [2021-08-05T23:37:07.503Z] ---> Running in 8fbd32399806 [2021-08-05T23:37:07.801Z] Removing intermediate container 812711a8cb88 [2021-08-05T23:37:07.801Z] ---> 97a188f306ff [2021-08-05T23:37:07.801Z] Step 22/24 : LABEL arch=x86_64 [2021-08-05T23:37:07.801Z] Removing intermediate container 4f2a04232bfc [2021-08-05T23:37:07.801Z] ---> 8e465a35f5a9 [2021-08-05T23:37:07.801Z] Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:37:07.801Z] ---> Running in 3b4929eec962 [2021-08-05T23:37:07.801Z] Removing intermediate container 8fbd32399806 [2021-08-05T23:37:07.801Z] ---> 34376b66c53d [2021-08-05T23:37:07.801Z] Step 21/22 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:37:07.801Z] ---> Running in cd6c39fa745d [2021-08-05T23:37:07.801Z] ---> Running in 8bc77a106e44 [2021-08-05T23:37:07.801Z] Removing intermediate container 9a5826338f29 [2021-08-05T23:37:07.801Z] ---> 1b4c91af5c94 [2021-08-05T23:37:07.801Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-05T23:37:08.075Z] Removing intermediate container 3b4929eec962 [2021-08-05T23:37:08.075Z] ---> ecafe48082f4 [2021-08-05T23:37:08.075Z] Step 24/24 : LABEL version=0.0.0 [2021-08-05T23:37:08.344Z] Removing intermediate container cd6c39fa745d [2021-08-05T23:37:08.344Z] ---> 75d95735de44 [2021-08-05T23:37:08.344Z] Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:37:08.612Z] Removing intermediate container 8bc77a106e44 [2021-08-05T23:37:08.612Z] ---> e4b9d587d6ba [2021-08-05T23:37:08.612Z] Step 22/22 : LABEL version=0.0.0 [2021-08-05T23:37:08.612Z] ---> Running in c36fef2fada9 [2021-08-05T23:37:09.221Z] ---> e0fe865eeb88 [2021-08-05T23:37:09.221Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-08-05T23:37:09.221Z] ---> Running in 027225398aef [2021-08-05T23:37:09.221Z] ---> Running in 2f39741ececd [2021-08-05T23:37:09.221Z] Removing intermediate container c36fef2fada9 [2021-08-05T23:37:09.221Z] ---> edead2610a54 [2021-08-05T23:37:09.221Z] [2021-08-05T23:37:09.522Z] Removing intermediate container 027225398aef [2021-08-05T23:37:09.522Z] ---> 7acd5ddbbe67 [2021-08-05T23:37:09.522Z] Step 24/24 : LABEL version=0.0.0 [2021-08-05T23:37:09.522Z] Successfully built edead2610a54 [2021-08-05T23:37:09.522Z] Successfully tagged core-metadata:latest [2021-08-05T23:37:09.522Z] Building core-data [2021-08-05T23:37:09.522Z] ---> Running in 33c165b96fc4 [2021-08-05T23:37:09.523Z]  Building core-metadata ... done Removing intermediate container 305bc9d77c48 [2021-08-05T23:37:09.523Z] ---> 5b647fd455cd [2021-08-05T23:37:09.523Z] Step 15/24 : ENV APP_PORT=58890 [2021-08-05T23:37:09.523Z] Removing intermediate container 2f39741ececd [2021-08-05T23:37:09.523Z] ---> c24aac66b3af [2021-08-05T23:37:09.523Z] [2021-08-05T23:37:09.812Z] ---> Running in cff51d512ef0 [2021-08-05T23:37:09.812Z] Successfully built c24aac66b3af [2021-08-05T23:37:10.401Z] Successfully tagged security-proxy-setup:latest [2021-08-05T23:37:10.401Z] Building security-secretstore-setup [2021-08-05T23:37:10.401Z] Removing intermediate container 33c165b96fc4 [2021-08-05T23:37:10.401Z] ---> 22f62c98dfd6 [2021-08-05T23:37:10.401Z] [2021-08-05T23:37:10.401Z]  Building security-proxy-setup ... done Successfully built 22f62c98dfd6 [2021-08-05T23:37:11.002Z] Successfully tagged core-command:latest [2021-08-05T23:37:11.002Z] Building support-scheduler [2021-08-05T23:37:11.996Z]  Building core-command ... done  ---> 8f36d96c542f [2021-08-05T23:37:11.997Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-08-05T23:37:11.997Z] Removing intermediate container cff51d512ef0 [2021-08-05T23:37:11.997Z] ---> 14fd9f36b842 [2021-08-05T23:37:11.997Z] Step 16/24 : EXPOSE $APP_PORT [2021-08-05T23:37:13.199Z] ---> Running in d46acc567bd6 [2021-08-05T23:37:13.786Z] ---> 0a054baa09d7 [2021-08-05T23:37:13.786Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-08-05T23:37:14.305Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-08-05T23:37:15.744Z] Removing intermediate container d46acc567bd6 [2021-08-05T23:37:15.744Z] ---> e12d23c26954 [2021-08-05T23:37:15.744Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-08-05T23:37:19.167Z] ---> 13f59536f5e9 [2021-08-05T23:37:19.167Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-08-05T23:37:19.167Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:37:19.167Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:37:19.167Z] ---> f33f40ecc637 [2021-08-05T23:37:19.167Z] Step 3/23 : WORKDIR /edgex-go [2021-08-05T23:37:19.167Z] ---> Using cache [2021-08-05T23:37:19.167Z] ---> 5095d8dbc8f6 [2021-08-05T23:37:19.167Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:37:19.167Z] ---> Using cache [2021-08-05T23:37:19.167Z] ---> 01f60272ef43 [2021-08-05T23:37:19.167Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-08-05T23:37:19.167Z] ---> Using cache [2021-08-05T23:37:19.167Z] ---> f03eda139e23 [2021-08-05T23:37:19.167Z] Step 6/23 : COPY go.mod . [2021-08-05T23:37:19.167Z] ---> Using cache [2021-08-05T23:37:19.167Z] ---> 8b4241a62c32 [2021-08-05T23:37:19.167Z] Step 7/23 : RUN go mod download [2021-08-05T23:37:19.167Z] ---> Using cache [2021-08-05T23:37:19.167Z] ---> d1b231c1d2e7 [2021-08-05T23:37:19.167Z] Step 8/23 : COPY . . [2021-08-05T23:37:19.167Z] ---> Using cache [2021-08-05T23:37:19.167Z] ---> bcf050c0fc99 [2021-08-05T23:37:19.167Z] Step 9/23 : RUN go mod tidy [2021-08-05T23:37:19.167Z] ---> Using cache [2021-08-05T23:37:19.167Z] ---> d3bd5fc286f5 [2021-08-05T23:37:19.167Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-08-05T23:37:19.167Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:37:19.167Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:37:19.167Z] ---> f33f40ecc637 [2021-08-05T23:37:19.167Z] Step 3/26 : WORKDIR /edgex-go [2021-08-05T23:37:19.167Z] ---> Using cache [2021-08-05T23:37:19.167Z] ---> 5095d8dbc8f6 [2021-08-05T23:37:19.167Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:37:19.167Z] ---> Using cache [2021-08-05T23:37:19.167Z] ---> 01f60272ef43 [2021-08-05T23:37:19.167Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-08-05T23:37:19.167Z] ---> Using cache [2021-08-05T23:37:19.167Z] ---> f03eda139e23 [2021-08-05T23:37:19.167Z] Step 6/26 : COPY go.mod . [2021-08-05T23:37:19.167Z] ---> Using cache [2021-08-05T23:37:19.167Z] ---> 8b4241a62c32 [2021-08-05T23:37:19.167Z] Step 7/26 : RUN go mod download [2021-08-05T23:37:19.167Z] ---> Using cache [2021-08-05T23:37:19.167Z] ---> d1b231c1d2e7 [2021-08-05T23:37:19.167Z] Step 8/26 : COPY . . [2021-08-05T23:37:19.167Z] ---> Using cache [2021-08-05T23:37:19.167Z] ---> bcf050c0fc99 [2021-08-05T23:37:19.167Z] Step 9/26 : RUN go mod tidy [2021-08-05T23:37:19.167Z] ---> Using cache [2021-08-05T23:37:19.167Z] ---> d3bd5fc286f5 [2021-08-05T23:37:19.167Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-08-05T23:37:19.167Z] ---> b2a93fc68e2c [2021-08-05T23:37:19.167Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-08-05T23:37:19.167Z] ---> Running in 62ba6e366616 [2021-08-05T23:37:19.167Z] ---> Running in 9b42be4a21b1 [2021-08-05T23:37:19.769Z] ---> d7a947409a9a [2021-08-05T23:37:19.769Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-08-05T23:37:19.769Z] ---> ee876eacae6b [2021-08-05T23:37:19.769Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-08-05T23:37:20.733Z] ---> 03ff29371b3d [2021-08-05T23:37:20.733Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-08-05T23:37:20.733Z] 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 [2021-08-05T23:37:20.733Z] 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 [2021-08-05T23:37:21.004Z] ---> Running in f3cf0201c7c1 [2021-08-05T23:37:21.588Z] Removing intermediate container f3cf0201c7c1 [2021-08-05T23:37:21.588Z] ---> 0fcaf5e87603 [2021-08-05T23:37:21.588Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-05T23:37:21.857Z] ---> Running in 495142799f49 [2021-08-05T23:37:22.458Z] Removing intermediate container 495142799f49 [2021-08-05T23:37:22.458Z] ---> dd05cba64d47 [2021-08-05T23:37:22.458Z] Step 22/24 : LABEL arch=x86_64 [2021-08-05T23:37:22.458Z] ---> Running in 6f1a0279c825 [2021-08-05T23:37:23.053Z] ---> Running in 04f8a9ebd7a2 [2021-08-05T23:37:23.053Z] Removing intermediate container 6f1a0279c825 [2021-08-05T23:37:23.053Z] ---> e7cad55f0d7c [2021-08-05T23:37:23.053Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-08-05T23:37:23.053Z] Removing intermediate container 04f8a9ebd7a2 [2021-08-05T23:37:23.053Z] ---> 43e70d65a3f8 [2021-08-05T23:37:23.053Z] Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:37:23.335Z] ---> Running in 53de262b7d86 [2021-08-05T23:37:23.617Z] Removing intermediate container 53de262b7d86 [2021-08-05T23:37:23.617Z] ---> 436df43fce58 [2021-08-05T23:37:23.617Z] Step 24/24 : LABEL version=0.0.0 [2021-08-05T23:37:23.617Z] ---> Running in 38bbf50c3e8c [2021-08-05T23:37:23.617Z] ---> ba1a375777cc [2021-08-05T23:37:23.617Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-08-05T23:37:23.898Z] ---> Running in 7b3b6b02cc79 [2021-08-05T23:37:23.898Z] Removing intermediate container 38bbf50c3e8c [2021-08-05T23:37:23.898Z] ---> 3dda3ca6d9c6 [2021-08-05T23:37:23.898Z] [2021-08-05T23:37:23.898Z] Successfully built 3dda3ca6d9c6 [2021-08-05T23:37:24.182Z] Successfully tagged sys-mgmt-agent:latest [2021-08-05T23:37:24.182Z] Building support-notifications [2021-08-05T23:37:26.787Z]  Building sys-mgmt-agent ... done Removing intermediate container 7b3b6b02cc79 [2021-08-05T23:37:26.787Z] ---> fcfc8d712e46 [2021-08-05T23:37:26.787Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-08-05T23:37:26.787Z] ---> Running in d380e32ab06b [2021-08-05T23:37:26.787Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:37:26.787Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:37:26.787Z] ---> f33f40ecc637 [2021-08-05T23:37:26.787Z] Step 3/24 : WORKDIR /edgex-go [2021-08-05T23:37:26.787Z] ---> Using cache [2021-08-05T23:37:26.787Z] ---> 5095d8dbc8f6 [2021-08-05T23:37:26.787Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:37:26.787Z] ---> Using cache [2021-08-05T23:37:26.787Z] ---> 01f60272ef43 [2021-08-05T23:37:26.787Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-08-05T23:37:26.787Z] ---> Running in 69b8ede006e2 [2021-08-05T23:37:26.787Z] Removing intermediate container d380e32ab06b [2021-08-05T23:37:26.787Z] ---> b4839aaaec98 [2021-08-05T23:37:26.787Z] Step 29/32 : CMD ["gate"] [2021-08-05T23:37:27.066Z] ---> Running in c565914ab9ae [2021-08-05T23:37:27.344Z] Removing intermediate container c565914ab9ae [2021-08-05T23:37:27.344Z] ---> ea4ba5fd1454 [2021-08-05T23:37:27.344Z] Step 30/32 : LABEL arch=x86_64 [2021-08-05T23:37:27.344Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-05T23:37:27.344Z] ---> Running in 05fc52c61d1d [2021-08-05T23:37:27.629Z] Removing intermediate container 05fc52c61d1d [2021-08-05T23:37:27.629Z] ---> bb34d8752fc5 [2021-08-05T23:37:27.629Z] Step 31/32 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:37:27.629Z] ---> Running in 8ddfe9a06dd6 [2021-08-05T23:37:27.910Z] Removing intermediate container 8ddfe9a06dd6 [2021-08-05T23:37:27.910Z] ---> 9fcaf0233819 [2021-08-05T23:37:27.910Z] Step 32/32 : LABEL version=0.0.0 [2021-08-05T23:37:27.910Z] ---> Running in 05e15d16978d [2021-08-05T23:37:28.199Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-05T23:37:28.199Z] Removing intermediate container 05e15d16978d [2021-08-05T23:37:28.199Z] ---> 0ea674a925d9 [2021-08-05T23:37:28.199Z] [2021-08-05T23:37:28.482Z] Successfully built 0ea674a925d9 [2021-08-05T23:37:28.482Z] Successfully tagged security-bootstrapper:latest [2021-08-05T23:37:28.768Z]  Building security-bootstrapper ... done OK: 219 MiB in 52 packages [2021-08-05T23:37:29.782Z] Removing intermediate container 69b8ede006e2 [2021-08-05T23:37:29.782Z] ---> 6436347beb87 [2021-08-05T23:37:29.782Z] Step 6/24 : COPY go.mod . [2021-08-05T23:37:30.374Z] ---> 3183da9cf687 [2021-08-05T23:37:30.374Z] Step 7/24 : RUN go mod download [2021-08-05T23:37:30.655Z] ---> Running in 83f809587573 [2021-08-05T23:37:34.430Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:37:34.430Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:37:34.430Z] ---> f33f40ecc637 [2021-08-05T23:37:34.430Z] Step 3/23 : WORKDIR /edgex-go [2021-08-05T23:37:34.430Z] ---> Using cache [2021-08-05T23:37:34.430Z] ---> 5095d8dbc8f6 [2021-08-05T23:37:34.430Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:37:34.430Z] ---> Using cache [2021-08-05T23:37:34.430Z] ---> 01f60272ef43 [2021-08-05T23:37:34.430Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-08-05T23:37:34.430Z] ---> Running in d47c5972cdb5 [2021-08-05T23:37:34.430Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-05T23:37:34.430Z] Removing intermediate container 83f809587573 [2021-08-05T23:37:34.430Z] ---> a7fc972c0abf [2021-08-05T23:37:34.430Z] Step 8/24 : COPY . . [2021-08-05T23:37:34.430Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-05T23:37:34.769Z] OK: 219 MiB in 52 packages [2021-08-05T23:37:37.187Z] Removing intermediate container d47c5972cdb5 [2021-08-05T23:37:37.187Z] ---> d5f154531f20 [2021-08-05T23:37:37.187Z] Step 6/23 : COPY go.mod . [2021-08-05T23:37:37.783Z] ---> 60f20eb06810 [2021-08-05T23:37:37.783Z] Step 7/23 : RUN go mod download [2021-08-05T23:37:38.063Z] ---> Running in d95f7d179713 [2021-08-05T23:37:39.520Z] ---> fdc76a6792ae [2021-08-05T23:37:39.520Z] Step 9/24 : RUN go mod tidy [2021-08-05T23:37:39.520Z] ---> Running in e0ce37413d86 [2021-08-05T23:37:40.495Z] Removing intermediate container d95f7d179713 [2021-08-05T23:37:40.495Z] ---> 0000bebd0dd8 [2021-08-05T23:37:40.495Z] Step 8/23 : COPY . . [2021-08-05T23:37:43.594Z] Removing intermediate container e0ce37413d86 [2021-08-05T23:37:43.594Z] ---> 61e5e5f5e420 [2021-08-05T23:37:43.594Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-08-05T23:37:43.594Z] ---> Running in bf2bedf727fb [2021-08-05T23:37:44.200Z] 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 [2021-08-05T23:37:46.822Z] ---> e441e2e00329 [2021-08-05T23:37:46.822Z] Step 9/23 : RUN go mod tidy [2021-08-05T23:37:46.822Z] ---> Running in 9d3c3fa2fe96 [2021-08-05T23:37:48.774Z] Removing intermediate container 9d3c3fa2fe96 [2021-08-05T23:37:48.774Z] ---> 496bedafd3da [2021-08-05T23:37:48.774Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-08-05T23:37:48.774Z] ---> Running in 81ddc4dc8fcd [2021-08-05T23:37:49.042Z] 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 [2021-08-05T23:37:50.017Z] 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 [2021-08-05T23:37:55.397Z] Removing intermediate container 9b42be4a21b1 [2021-08-05T23:37:55.397Z] ---> 078348749d20 [2021-08-05T23:37:55.397Z] [2021-08-05T23:37:55.397Z] Step 11/23 : FROM alpine:3.12 [2021-08-05T23:37:55.397Z] ---> 13621d1b12d4 [2021-08-05T23:37:55.397Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-08-05T23:37:55.397Z] ---> Using cache [2021-08-05T23:37:55.397Z] ---> eb20a283d7a2 [2021-08-05T23:37:55.397Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-05T23:37:55.397Z] ---> Using cache [2021-08-05T23:37:55.397Z] ---> e2d937432861 [2021-08-05T23:37:55.397Z] Step 14/23 : ENV APP_PORT=59861 [2021-08-05T23:37:55.397Z] ---> Running in ce23d4eacb2f [2021-08-05T23:37:55.397Z] Removing intermediate container ce23d4eacb2f [2021-08-05T23:37:55.397Z] ---> c8b92015c02f [2021-08-05T23:37:55.397Z] Step 15/23 : EXPOSE $APP_PORT [2021-08-05T23:37:55.397Z] ---> Running in 467d5d5f0031 [2021-08-05T23:37:55.397Z] Removing intermediate container 62ba6e366616 [2021-08-05T23:37:55.397Z] ---> a7dd054ddf14 [2021-08-05T23:37:55.397Z] [2021-08-05T23:37:55.397Z] Step 11/26 : FROM alpine:3.12 [2021-08-05T23:37:55.397Z] ---> 13621d1b12d4 [2021-08-05T23:37:55.397Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-08-05T23:37:55.397Z] ---> Running in 7c558273da1b [2021-08-05T23:37:55.397Z] Removing intermediate container 467d5d5f0031 [2021-08-05T23:37:55.397Z] ---> a1cdd082e614 [2021-08-05T23:37:55.397Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-05T23:37:56.201Z] ---> 9ee03535a8df [2021-08-05T23:37:56.201Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-08-05T23:37:56.476Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-05T23:37:56.476Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-05T23:37:56.476Z] ---> 0c978dc0dbb2 [2021-08-05T23:37:56.476Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-08-05T23:37:56.749Z] (1/6) Installing ca-certificates (20191127-r4) [2021-08-05T23:37:56.749Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-08-05T23:37:56.749Z] (3/6) Installing libcurl (7.78.0-r0) [2021-08-05T23:37:56.749Z] (4/6) Installing curl (7.78.0-r0) [2021-08-05T23:37:56.749Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-08-05T23:37:56.749Z] (6/6) Installing su-exec (0.2-r1) [2021-08-05T23:37:56.749Z] Executing busybox-1.31.1-r20.trigger [2021-08-05T23:37:56.749Z] Executing ca-certificates-20191127-r4.trigger [2021-08-05T23:37:56.749Z] OK: 7 MiB in 20 packages [2021-08-05T23:37:57.029Z] ---> 3d1af508e4e8 [2021-08-05T23:37:57.029Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-08-05T23:37:57.029Z] ---> Running in ef2ee91652d8 [2021-08-05T23:37:57.508Z] Removing intermediate container ef2ee91652d8 [2021-08-05T23:37:57.508Z] ---> 7883f4a6c755 [2021-08-05T23:37:57.508Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-05T23:37:57.508Z] ---> Running in 21ba4bde59ac [2021-08-05T23:37:57.508Z] Removing intermediate container 21ba4bde59ac [2021-08-05T23:37:57.508Z] ---> e4cf44da11f5 [2021-08-05T23:37:57.508Z] Step 21/23 : LABEL arch=x86_64 [2021-08-05T23:37:57.508Z] Removing intermediate container 7c558273da1b [2021-08-05T23:37:57.508Z] ---> 2a1cf4bf45a9 [2021-08-05T23:37:57.508Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-08-05T23:37:57.508Z] ---> Running in f0b9631e5fd6 [2021-08-05T23:37:57.785Z] ---> Running in 8f7f77c5e6b4 [2021-08-05T23:37:57.785Z] Removing intermediate container f0b9631e5fd6 [2021-08-05T23:37:57.785Z] ---> 9ebed588212a [2021-08-05T23:37:57.785Z] Step 22/23 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:37:57.785Z] ---> Running in 2a18c8e98734 [2021-08-05T23:37:58.068Z] Removing intermediate container 8f7f77c5e6b4 [2021-08-05T23:37:58.068Z] ---> b88d389a27d4 [2021-08-05T23:37:58.068Z] Step 14/26 : WORKDIR / [2021-08-05T23:37:58.068Z] ---> Running in 598bc105aad3 [2021-08-05T23:37:58.068Z] Removing intermediate container 2a18c8e98734 [2021-08-05T23:37:58.068Z] ---> 647ee484b855 [2021-08-05T23:37:58.068Z] Step 23/23 : LABEL version=0.0.0 [2021-08-05T23:37:58.068Z] ---> Running in 03a166d7bfbe [2021-08-05T23:37:58.542Z] Removing intermediate container 598bc105aad3 [2021-08-05T23:37:58.542Z] ---> 3d6795526147 [2021-08-05T23:37:58.542Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-08-05T23:37:58.542Z] Removing intermediate container 03a166d7bfbe [2021-08-05T23:37:58.542Z] ---> 14f75f110574 [2021-08-05T23:37:58.542Z] [2021-08-05T23:37:58.542Z] Successfully built 14f75f110574 [2021-08-05T23:37:58.542Z] Successfully tagged support-scheduler:latest [2021-08-05T23:37:58.542Z]  Building support-scheduler ... done  ---> 85edb8998de0 [2021-08-05T23:37:58.542Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-08-05T23:37:58.811Z] ---> c74af4a9f07b [2021-08-05T23:37:58.811Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-08-05T23:37:59.404Z] ---> ca4e81b3be79 [2021-08-05T23:37:59.404Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-08-05T23:37:59.679Z] ---> d7a56915a744 [2021-08-05T23:37:59.679Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-08-05T23:38:00.276Z] ---> b20d08172c4f [2021-08-05T23:38:00.276Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-08-05T23:38:00.872Z] ---> 071846f3ce4f [2021-08-05T23:38:00.872Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-08-05T23:38:00.872Z] ---> 0423885bcde5 [2021-08-05T23:38:00.872Z] 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/ [2021-08-05T23:38:01.143Z] ---> Running in fe070c849d2f [2021-08-05T23:38:02.109Z] Removing intermediate container fe070c849d2f [2021-08-05T23:38:02.109Z] ---> ad55b4027286 [2021-08-05T23:38:02.109Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-08-05T23:38:02.109Z] ---> Running in a4c071d45e22 [2021-08-05T23:38:02.381Z] Removing intermediate container a4c071d45e22 [2021-08-05T23:38:02.381Z] ---> 41a408c19374 [2021-08-05T23:38:02.381Z] Step 24/26 : LABEL arch=x86_64 [2021-08-05T23:38:02.381Z] ---> Running in 69cac1472d42 [2021-08-05T23:38:02.918Z] Removing intermediate container 69cac1472d42 [2021-08-05T23:38:02.918Z] ---> e4a7aebd12b6 [2021-08-05T23:38:02.918Z] Step 25/26 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:38:02.918Z] ---> Running in 1d0716880a1b [2021-08-05T23:38:03.188Z] Removing intermediate container 1d0716880a1b [2021-08-05T23:38:03.188Z] ---> a7f192923f14 [2021-08-05T23:38:03.188Z] Step 26/26 : LABEL version=0.0.0 [2021-08-05T23:38:03.188Z] ---> Running in 4999e3f6b8c4 [2021-08-05T23:38:03.188Z] Removing intermediate container 4999e3f6b8c4 [2021-08-05T23:38:03.188Z] ---> 53f26b861349 [2021-08-05T23:38:03.188Z] [2021-08-05T23:38:03.188Z] Successfully built 53f26b861349 [2021-08-05T23:38:03.188Z] Successfully tagged security-secretstore-setup:latest [2021-08-05T23:38:12.370Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-08-05T23:38:14.859Z]  Building security-secretstore-setup ... done Removing intermediate container 81ddc4dc8fcd [2021-08-05T23:38:14.859Z] ---> 42d420b48d2a [2021-08-05T23:38:14.859Z] [2021-08-05T23:38:14.859Z] Step 11/23 : FROM alpine:3.12 [2021-08-05T23:38:14.859Z] ---> 13621d1b12d4 [2021-08-05T23:38:14.859Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-08-05T23:38:14.859Z] ---> Running in e38f6cf8332c [2021-08-05T23:38:14.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-05T23:38:14.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-05T23:38:14.859Z] (1/2) Installing ca-certificates (20191127-r4) [2021-08-05T23:38:14.859Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-08-05T23:38:14.859Z] Executing busybox-1.31.1-r20.trigger [2021-08-05T23:38:14.859Z] Executing ca-certificates-20191127-r4.trigger [2021-08-05T23:38:14.859Z] OK: 6 MiB in 16 packages [2021-08-05T23:38:14.859Z] Removing intermediate container e38f6cf8332c [2021-08-05T23:38:14.859Z] ---> c40b7c789968 [2021-08-05T23:38:14.859Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-05T23:38:14.859Z] ---> Running in f56ace4b3e4f [2021-08-05T23:38:14.859Z] Removing intermediate container f56ace4b3e4f [2021-08-05T23:38:14.859Z] ---> 2ee6608d4d4f [2021-08-05T23:38:14.859Z] Step 14/23 : ENV APP_PORT=59860 [2021-08-05T23:38:14.859Z] ---> Running in e549e20dded5 [2021-08-05T23:38:14.859Z] Removing intermediate container e549e20dded5 [2021-08-05T23:38:14.859Z] ---> 48a192433e08 [2021-08-05T23:38:14.859Z] Step 15/23 : EXPOSE $APP_PORT [2021-08-05T23:38:14.859Z] ---> Running in b195aba34002 [2021-08-05T23:38:14.859Z] Removing intermediate container bf2bedf727fb [2021-08-05T23:38:14.859Z] ---> 99517455d9e6 [2021-08-05T23:38:14.859Z] [2021-08-05T23:38:14.859Z] Step 11/24 : FROM alpine:3.12 [2021-08-05T23:38:14.859Z] ---> 13621d1b12d4 [2021-08-05T23:38:14.859Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-08-05T23:38:14.859Z] ---> Running in 46c85c455e58 [2021-08-05T23:38:14.859Z] Removing intermediate container b195aba34002 [2021-08-05T23:38:14.859Z] ---> eb1a93cd5230 [2021-08-05T23:38:14.859Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-05T23:38:14.859Z] Removing intermediate container 46c85c455e58 [2021-08-05T23:38:14.859Z] ---> 17cb0e8ec6ca [2021-08-05T23:38:14.859Z] Step 13/24 : ENV APP_PORT=59880 [2021-08-05T23:38:15.128Z] ---> Running in caece3542df8 [2021-08-05T23:38:15.128Z] ---> 054d359894ec [2021-08-05T23:38:15.128Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-08-05T23:38:15.128Z] Removing intermediate container caece3542df8 [2021-08-05T23:38:15.128Z] ---> 0e20ba4734ab [2021-08-05T23:38:15.128Z] Step 14/24 : EXPOSE $APP_PORT [2021-08-05T23:38:15.396Z] ---> Running in 16acb0884d41 [2021-08-05T23:38:15.664Z] Removing intermediate container 16acb0884d41 [2021-08-05T23:38:15.664Z] ---> 0939bc11cf5b [2021-08-05T23:38:15.664Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:38:15.664Z] ---> 19034a6d771f [2021-08-05T23:38:15.664Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-08-05T23:38:15.664Z] ---> Running in ae36286634ac [2021-08-05T23:38:15.664Z] ---> 523f1b0bfa4d [2021-08-05T23:38:15.664Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-08-05T23:38:15.938Z] ---> Running in ade09635ce05 [2021-08-05T23:38:15.938Z] Removing intermediate container ade09635ce05 [2021-08-05T23:38:15.938Z] ---> 83d9fb4bedc4 [2021-08-05T23:38:15.938Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-05T23:38:15.938Z] ---> Running in 23f9896a3a60 [2021-08-05T23:38:16.219Z] Removing intermediate container 23f9896a3a60 [2021-08-05T23:38:16.219Z] ---> 3951a291bf03 [2021-08-05T23:38:16.219Z] Step 21/23 : LABEL arch=x86_64 [2021-08-05T23:38:16.219Z] ---> Running in 40bf7cda61be [2021-08-05T23:38:16.219Z] Removing intermediate container ae36286634ac [2021-08-05T23:38:16.219Z] ---> 726cf4aa9afe [2021-08-05T23:38:16.219Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-08-05T23:38:16.219Z] ---> Running in 8aa8c89f6b8b [2021-08-05T23:38:16.219Z] Removing intermediate container 40bf7cda61be [2021-08-05T23:38:16.219Z] ---> 2b5e6b000eef [2021-08-05T23:38:16.219Z] Step 22/23 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:38:16.219Z] ---> Running in fa75f0e72d1f [2021-08-05T23:38:16.256Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-08-05T23:38:16.256Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-08-05T23:38:16.493Z] Removing intermediate container fa75f0e72d1f [2021-08-05T23:38:16.493Z] ---> 7a0e82ecb8de [2021-08-05T23:38:16.493Z] Step 23/23 : LABEL version=0.0.0 [2021-08-05T23:38:16.493Z] ---> Running in 970f8e386cbc [2021-08-05T23:38:16.493Z] Removing intermediate container 970f8e386cbc [2021-08-05T23:38:16.493Z] ---> e3f4e8a10abb [2021-08-05T23:38:16.493Z] [2021-08-05T23:38:16.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-05T23:38:16.766Z] Successfully built e3f4e8a10abb [2021-08-05T23:38:16.766Z] Successfully tagged support-notifications:latest [2021-08-05T23:38:17.253Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-08-05T23:38:17.355Z]  Building support-notifications ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-05T23:38:17.626Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-08-05T23:38:17.894Z] (2/6) Installing libgcc (9.3.0-r2) [2021-08-05T23:38:17.894Z] (3/6) Installing libsodium (1.0.18-r0) [2021-08-05T23:38:17.894Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-08-05T23:38:18.856Z] (5/6) Installing libzmq (4.3.3-r0) [2021-08-05T23:38:19.127Z] (6/6) Installing zeromq (4.3.3-r0) [2021-08-05T23:38:19.127Z] Executing busybox-1.31.1-r20.trigger [2021-08-05T23:38:19.127Z] OK: 8 MiB in 20 packages [2021-08-05T23:38:19.395Z] Removing intermediate container 8aa8c89f6b8b [2021-08-05T23:38:19.395Z] ---> 2fc15b492379 [2021-08-05T23:38:19.395Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-05T23:38:19.874Z] ---> 1307559a64b3 [2021-08-05T23:38:19.874Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-08-05T23:38:19.874Z] ---> 06784c804b93 [2021-08-05T23:38:19.874Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-08-05T23:38:21.813Z] ---> 3db1e2880f0f [2021-08-05T23:38:21.813Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-08-05T23:38:21.813Z] ---> Running in 8f7437fe3f72 [2021-08-05T23:38:21.813Z] Removing intermediate container 8f7437fe3f72 [2021-08-05T23:38:21.813Z] ---> 40879efb6da6 [2021-08-05T23:38:21.813Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-05T23:38:21.813Z] ---> Running in a63fde0a58d5 [2021-08-05T23:38:21.813Z] Removing intermediate container a63fde0a58d5 [2021-08-05T23:38:21.813Z] ---> c1713b86b78a [2021-08-05T23:38:21.813Z] Step 22/24 : LABEL arch=x86_64 [2021-08-05T23:38:21.813Z] ---> Running in 0636e2de173f [2021-08-05T23:38:21.813Z] Removing intermediate container 0636e2de173f [2021-08-05T23:38:21.813Z] ---> b06ee88a3a3d [2021-08-05T23:38:21.813Z] Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:38:21.813Z] ---> Running in 966a1bb28013 [2021-08-05T23:38:21.813Z] Removing intermediate container 966a1bb28013 [2021-08-05T23:38:21.813Z] ---> 485a542f2501 [2021-08-05T23:38:21.813Z] Step 24/24 : LABEL version=0.0.0 [2021-08-05T23:38:21.813Z] ---> Running in a08167ae2c97 [2021-08-05T23:38:21.813Z] Removing intermediate container a08167ae2c97 [2021-08-05T23:38:21.813Z] ---> 1812c71f3ce7 [2021-08-05T23:38:21.813Z] [2021-08-05T23:38:21.813Z] Successfully built 1812c71f3ce7 [2021-08-05T23:38:21.813Z] Successfully tagged core-data:latest [2021-08-05T23:38:21.829Z]  Building core-data ... done  [Pipeline] } [2021-08-05T23:38:21.838Z] $ docker stop --time=1 96c55de79aa372d9d46ada16d93123a95a1d71fa3343a73626da687100bef9d5 [2021-08-05T23:38:24.438Z] $ docker rm -f 96c55de79aa372d9d46ada16d93123a95a1d71fa3343a73626da687100bef9d5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-05T23:38:24.907Z] + docker images [2021-08-05T23:38:25.123Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-08-05T23:38:25.123Z] core-data latest 1812c71f3ce7 4 seconds ago 20.4MB [2021-08-05T23:38:25.123Z] support-notifications latest e3f4e8a10abb 8 seconds ago 16.8MB [2021-08-05T23:38:25.123Z] 99517455d9e6 10 seconds ago 1.75GB [2021-08-05T23:38:25.123Z] 42d420b48d2a 12 seconds ago 1.75GB [2021-08-05T23:38:25.123Z] security-secretstore-setup latest 53f26b861349 22 seconds ago 29MB [2021-08-05T23:38:25.123Z] support-scheduler latest 14f75f110574 26 seconds ago 16.1MB [2021-08-05T23:38:25.123Z] a7dd054ddf14 29 seconds ago 1.75GB [2021-08-05T23:38:25.123Z] 078348749d20 30 seconds ago 1.75GB [2021-08-05T23:38:25.123Z] security-bootstrapper latest 0ea674a925d9 56 seconds ago 18.8MB [2021-08-05T23:38:25.123Z] sys-mgmt-agent latest 3dda3ca6d9c6 About a minute ago 325MB [2021-08-05T23:38:25.123Z] security-proxy-setup latest c24aac66b3af About a minute ago 25.9MB [2021-08-05T23:38:25.123Z] core-command latest 22f62c98dfd6 About a minute ago 16MB [2021-08-05T23:38:25.123Z] core-metadata latest edead2610a54 About a minute ago 16.7MB [2021-08-05T23:38:25.123Z] a1eb3faf8dd1 About a minute ago 1.75GB [2021-08-05T23:38:25.123Z] 486f9c771c0e About a minute ago 1.75GB [2021-08-05T23:38:25.123Z] 0b96e88c57d8 About a minute ago 1.74GB [2021-08-05T23:38:25.123Z] cba4a6132489 About a minute ago 1.75GB [2021-08-05T23:38:25.123Z] fbce15361b6b About a minute ago 1.75GB [2021-08-05T23:38:25.123Z] ci-base-image-x86_64 latest f33f40ecc637 6 minutes ago 1.24GB [2021-08-05T23:38:25.123Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 031687cdd783 25 minutes ago 547MB [2021-08-05T23:38:25.123Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest f5175e13e4e5 3 days ago 37.5MB [2021-08-05T23:38:25.123Z] docker 20.10.7 08bdaf2f88f9 2 months ago 246MB [2021-08-05T23:38:25.123Z] alpine 3.12 13621d1b12d4 3 months ago 5.58MB [2021-08-05T23:38:25.123Z] 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 [2021-08-05T23:38:28.459Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-08-05T23:38:28.459Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-08-05T23:38:28.459Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-08-05T23:38:28.459Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-08-05T23:38:28.459Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-08-05T23:38:29.062Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-08-05T23:38:30.504Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-08-05T23:38:30.504Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-08-05T23:38:30.504Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-08-05T23:38:30.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-08-05T23:38:42.241Z] Still waiting to schedule task [2021-08-05T23:38:42.242Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-08-05T23:38:42.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.224s coverage: 28.7% of statements [2021-08-05T23:38:42.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-08-05T23:38:42.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-08-05T23:38:45.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.353s coverage: 100.0% of statements [2021-08-05T23:38:45.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-08-05T23:38:47.049Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.337s coverage: 46.3% of statements [2021-08-05T23:38:47.049Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-08-05T23:38:47.049Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-08-05T23:38:49.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.667s coverage: 90.1% of statements [2021-08-05T23:38:49.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-08-05T23:38:49.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-08-05T23:38:49.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.213s coverage: 81.2% of statements [2021-08-05T23:38:49.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-08-05T23:38:49.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-08-05T23:38:49.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-08-05T23:38:49.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-08-05T23:38:49.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-08-05T23:38:58.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.486s coverage: 94.2% of statements [2021-08-05T23:38:58.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-08-05T23:38:58.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-08-05T23:38:58.035Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.210s coverage: 59.1% of statements [2021-08-05T23:38:58.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-08-05T23:38:58.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-08-05T23:38:58.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-08-05T23:38:58.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-08-05T23:38:58.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-08-05T23:38:58.035Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.291s coverage: 60.0% of statements [2021-08-05T23:38:58.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-08-05T23:38:58.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-08-05T23:38:58.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-08-05T23:38:58.035Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.363s coverage: 0.8% of statements [2021-08-05T23:38:58.035Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-08-05T23:38:58.035Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.163s coverage: 58.8% of statements [2021-08-05T23:38:58.035Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.173s coverage: 22.0% of statements [2021-08-05T23:38:58.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-08-05T23:38:58.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.206s coverage: 47.1% of statements [2021-08-05T23:38:58.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.211s coverage: 79.5% of statements [2021-08-05T23:38:58.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.166s coverage: 94.1% of statements [2021-08-05T23:38:59.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.295s coverage: 96.3% of statements [2021-08-05T23:38:59.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.229s coverage: 87.5% of statements [2021-08-05T23:39:12.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.215s coverage: 94.4% of statements [2021-08-05T23:39:12.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.171s coverage: 44.8% of statements [2021-08-05T23:39:16.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.587s coverage: 81.8% of statements [2021-08-05T23:39:16.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-08-05T23:39:24.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.310s coverage: 92.9% of statements [2021-08-05T23:39:24.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-08-05T23:39:24.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-08-05T23:39:24.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-08-05T23:39:24.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-08-05T23:39:24.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-08-05T23:39:24.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-08-05T23:39:24.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-08-05T23:39:24.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-08-05T23:39:24.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-08-05T23:39:24.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.181s coverage: 87.2% of statements [2021-08-05T23:39:24.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-08-05T23:39:24.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-08-05T23:39:24.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.152s coverage: 100.0% of statements [2021-08-05T23:39:24.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-08-05T23:39:24.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.193s coverage: 58.8% of statements [2021-08-05T23:39:24.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-08-05T23:39:24.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.175s coverage: 80.0% of statements [2021-08-05T23:39:24.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.252s coverage: 87.2% of statements [2021-08-05T23:39:24.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.247s coverage: 85.4% of statements [2021-08-05T23:39:24.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.295s coverage: 91.2% of statements [2021-08-05T23:39:24.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-08-05T23:39:24.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.075s coverage: 64.4% of statements [2021-08-05T23:39:24.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-08-05T23:39:24.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-08-05T23:39:24.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.167s coverage: 100.0% of statements [2021-08-05T23:39:25.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-08-05T23:39:25.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-08-05T23:39:26.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2021-08-05T23:39:26.480Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-08-05T23:39:30.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.004s coverage: 66.9% of statements [2021-08-05T23:39:30.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-08-05T23:39:30.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-08-05T23:39:30.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-08-05T23:39:32.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.732s coverage: 43.6% of statements [2021-08-05T23:39:32.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-08-05T23:39:32.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-08-05T23:39:32.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.227s coverage: 89.5% of statements [2021-08-05T23:39:32.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-08-05T23:39:32.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.277s coverage: 84.8% of statements [2021-08-05T23:39:32.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-08-05T23:39:41.121Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.244s coverage: 19.5% of statements [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-08-05T23:39:41.121Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.589s coverage: 92.0% of statements [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-08-05T23:39:41.121Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.227s coverage: 62.7% of statements [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-08-05T23:39:41.121Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.390s coverage: 97.7% of statements [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-08-05T23:39:41.121Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.159s coverage: 28.9% of statements [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-08-05T23:39:41.121Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-08-05T23:39:41.121Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.198s coverage: 100.0% of statements [2021-08-05T23:39:41.121Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 95.4% of statements [2021-08-05T23:39:41.396Z] GO111MODULE=on go vet ./... [2021-08-05T23:41:05.423Z] gofmt -l . [2021-08-05T23:41:05.423Z] [ "`gofmt -l .`" = "" ] [2021-08-05T23:41:05.423Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-08-05T23:41:07.122Z] + ls -al . [2021-08-05T23:41:07.122Z] total 620 [2021-08-05T23:41:07.122Z] drwxrwxr-x 9 1001 1001 4096 Aug 5 23:41 . [2021-08-05T23:41:07.122Z] drwxr-xr-x 4 root root 4096 Aug 5 23:36 .. [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 11 Aug 5 23:34 .dockerignore [2021-08-05T23:41:07.122Z] drwxrwxr-x 8 1001 1001 4096 Aug 5 23:34 .git [2021-08-05T23:41:07.122Z] drwxrwxr-x 3 1001 1001 4096 Aug 5 23:34 .github [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 818 Aug 5 23:34 .gitignore [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 76 Aug 5 23:34 .hadolint.yml [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 166 Aug 5 23:34 .sonarcloud.properties [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 8609 Aug 5 23:34 Attribution.txt [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 43881 Aug 5 23:34 CHANGELOG.md [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 3804 Aug 5 23:34 CONTRIBUTING.md [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 849 Aug 5 23:34 Jenkinsfile [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 10775 Aug 5 23:34 LICENSE [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 5915 Aug 5 23:34 Makefile [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 8643 Aug 5 23:34 README.md [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 6912 Aug 5 23:34 SECURITY.md [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 5 Aug 5 23:31 VERSION [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 4131 Aug 5 23:34 ZMQWindows.md [2021-08-05T23:41:07.122Z] drwxrwxr-x 2 1001 1001 4096 Aug 5 23:34 bin [2021-08-05T23:41:07.122Z] drwxrwxr-x 14 1001 1001 4096 Aug 5 23:34 cmd [2021-08-05T23:41:07.122Z] -rw-r--r-- 1 root root 404176 Aug 5 23:39 coverage.out [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 813 Aug 5 23:34 go.mod [2021-08-05T23:41:07.122Z] -rw-r--r-- 1 root root 48847 Aug 5 23:36 go.sum [2021-08-05T23:41:07.122Z] drwxrwxr-x 8 1001 1001 4096 Aug 5 23:34 internal [2021-08-05T23:41:07.122Z] drwxrwxr-x 3 1001 1001 4096 Aug 5 23:34 openapi [2021-08-05T23:41:07.122Z] drwxrwxr-x 4 1001 1001 4096 Aug 5 23:34 snap [2021-08-05T23:41:07.122Z] -rw-rw-r-- 1 1001 1001 204 Aug 5 23:34 version.go [Pipeline] sh [2021-08-05T23:41:07.783Z] + '[' -e coverage.out ] [2021-08-05T23:41:07.783Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-08-05T23:41:07.814Z] Warning: overwriting stash ‘coverage-report’ [2021-08-05T23:41:08.607Z] Stashed 1 file(s) [Pipeline] sh [2021-08-05T23:41:09.257Z] + make build [2021-08-05T23:41:09.257Z] go mod tidy [2021-08-05T23:41:09.858Z] 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 [2021-08-05T23:41:15.884Z] 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 [2021-08-05T23:41:36.357Z] 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 [2021-08-05T23:41:38.987Z] 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 [2021-08-05T23:41:43.108Z] 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 [2021-08-05T23:41:43.721Z] 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 [2021-08-05T23:41:46.965Z] 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 [2021-08-05T23:41:51.283Z] 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 [2021-08-05T23:41:53.915Z] 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 [2021-08-05T23:41:58.238Z] 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 [2021-08-05T23:42:00.676Z] 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 [2021-08-05T23:42:04.068Z] 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] } [2021-08-05T23:42:09.534Z] $ docker stop --time=1 0d8117cc347764f0cbe5a71409b1c425d6b831aea3c861d3af0a913841355df1 [2021-08-05T23:42:12.421Z] $ docker rm -f 0d8117cc347764f0cbe5a71409b1c425d6b831aea3c861d3af0a913841355df1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-05T23:42:14.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-05T23:42:14.506Z] [2021-08-05T23:42:14.506Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-05T23:42:14.861Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-05T23:42:15.118Z] Running on prd-ubuntu18.04-docker-8c-8g-2190 in /w/workspace/edgexfoundry_edgex-go_PR-3651 [Pipeline] { [2021-08-05T23:42:15.136Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-08-05T23:42:15.136Z] 29e5d40040c1: Pulling fs layer [2021-08-05T23:42:15.136Z] 1ce36da41761: Pulling fs layer [2021-08-05T23:42:15.136Z] 25b303627fd3: Pulling fs layer [Pipeline] ws [2021-08-05T23:42:15.139Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-08-05T23:42:15.280Z] The recommended git tool is: git [2021-08-05T23:42:17.282Z] 29e5d40040c1: Download complete [2021-08-05T23:42:17.282Z] 1ce36da41761: Verifying Checksum [2021-08-05T23:42:17.282Z] 1ce36da41761: Download complete [2021-08-05T23:42:17.282Z] 29e5d40040c1: Pull complete [2021-08-05T23:42:17.282Z] 1ce36da41761: Pull complete [2021-08-05T23:42:17.556Z] 25b303627fd3: Verifying Checksum [2021-08-05T23:42:17.556Z] 25b303627fd3: Download complete [2021-08-05T23:42:22.658Z] using credential edgex-jenkins-ssh [2021-08-05T23:42:22.680Z] Cloning the remote Git repository [2021-08-05T23:42:22.712Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-08-05T23:42:22.793Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-08-05T23:42:22.828Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-05T23:42:22.828Z] > git --version # timeout=10 [2021-08-05T23:42:22.840Z] > git --version # 'git version 2.17.1' [2021-08-05T23:42:22.841Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-05T23:42:22.872Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-05T23:42:27.221Z] 25b303627fd3: Pull complete [2021-08-05T23:42:27.221Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-08-05T23:42:27.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-05T23:42:27.221Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-08-05T23:42:27.499Z] prd-ubuntu18.04-docker-arm64-4c-16g-2188 does not seem to be running inside a container [2021-08-05T23:42:27.601Z] $ 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 [2021-08-05T23:42:31.362Z] $ docker top cacc201df9000ea08250bdc935a94d6cc56983d503d9a3171f7fe4eeec3eff0f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-05T23:42:32.357Z] + + grepdocker-compose build parallel --help [2021-08-05T23:42:32.357Z] [2021-08-05T23:42:36.661Z] --parallel Build images in parallel. [Pipeline] } [2021-08-05T23:42:36.714Z] $ docker stop --time=1 cacc201df9000ea08250bdc935a94d6cc56983d503d9a3171f7fe4eeec3eff0f [2021-08-05T23:42:39.170Z] $ docker rm -f cacc201df9000ea08250bdc935a94d6cc56983d503d9a3171f7fe4eeec3eff0f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-05T23:42:41.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-05T23:42:41.629Z] . [2021-08-05T23:42:41.629Z] Merging remotes/origin/main commit 6d7ef7536c6b5b4a7a59b9fe5a7a3965e4137e1c into PR head commit b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:42:39.596Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-05T23:42:39.603Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-05T23:42:39.613Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-05T23:42:39.628Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-05T23:42:39.628Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-05T23:42:39.633Z] > 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 [2021-08-05T23:42:41.754Z] Merge succeeded, producing b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:42:41.754Z] Checking out Revision b754ce5b2aa4ae2a53152a8960953798e3402c12 (PR-3651) [2021-08-05T23:42:41.948Z] prd-ubuntu18.04-docker-arm64-4c-16g-2188 does not seem to be running inside a container [2021-08-05T23:42:42.054Z] $ 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 [2021-08-05T23:42:41.644Z] > git config core.sparsecheckout # timeout=10 [2021-08-05T23:42:41.650Z] > git checkout -f b754ce5b2aa4ae2a53152a8960953798e3402c12 # timeout=10 [2021-08-05T23:42:41.721Z] > git remote # timeout=10 [2021-08-05T23:42:41.729Z] > git config --get remote.origin.url # timeout=10 [2021-08-05T23:42:41.734Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-05T23:42:41.737Z] > git merge 6d7ef7536c6b5b4a7a59b9fe5a7a3965e4137e1c # timeout=10 [2021-08-05T23:42:41.746Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-05T23:42:41.757Z] > git config core.sparsecheckout # timeout=10 [2021-08-05T23:42:41.761Z] > git checkout -f b754ce5b2aa4ae2a53152a8960953798e3402c12 # timeout=10 [2021-08-05T23:42:43.597Z] $ docker top 0dcd27476525eb66c8b484d9f60aad9856d2e1faa96d00bafcfc54b78f8216bf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-05T23:42:44.627Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-08-05T23:42:45.598Z] Commit message: "ci: remove the need for a ci specific Dockerfile" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-05T23:42:48.121Z] + echo snap-build.sh [2021-08-05T23:42:48.121Z] snap-build.sh [2021-08-05T23:42:48.121Z] + SNAP_BASE_DIR=. [2021-08-05T23:42:48.121Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-08-05T23:42:48.121Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-08-05T23:42:48.121Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-08-05T23:42:48.121Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-08-05T23:42:48.121Z] + cd /w/workspace/edgex-go/6 [2021-08-05T23:42:48.121Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-08-05T23:42:48.121Z] Reading package lists... [2021-08-05T23:42:48.121Z] Building dependency tree... [2021-08-05T23:42:48.121Z] Reading state information... [2021-08-05T23:42:48.121Z] The following packages were automatically installed and are no longer required: [2021-08-05T23:42:48.121Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-08-05T23:42:48.121Z] uidmap xdelta3 [2021-08-05T23:42:48.121Z] Use 'sudo apt autoremove' to remove them. [2021-08-05T23:42:48.121Z] The following packages will be REMOVED: [2021-08-05T23:42:48.121Z] lxd* lxd-client* [2021-08-05T23:42:48.121Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-08-05T23:42:48.121Z] After this operation, 31.7 MB disk space will be freed. [2021-08-05T23:42:48.935Z] (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.) [2021-08-05T23:42:48.935Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-08-05T23:42:49.353Z] Building core-command ... [2021-08-05T23:42:49.353Z] Building core-data ... [2021-08-05T23:42:49.353Z] Building core-metadata ... [2021-08-05T23:42:49.353Z] Building security-bootstrapper ... [2021-08-05T23:42:49.353Z] Building security-proxy-setup ... [2021-08-05T23:42:49.353Z] Building security-secretstore-setup ... [2021-08-05T23:42:49.353Z] Building support-notifications ... [2021-08-05T23:42:49.353Z] Building support-scheduler ... [2021-08-05T23:42:49.353Z] Building sys-mgmt-agent ... [2021-08-05T23:42:49.353Z] Building security-proxy-setup [2021-08-05T23:42:49.353Z] Building support-notifications [2021-08-05T23:42:49.353Z] Building support-scheduler [2021-08-05T23:42:49.353Z] Building security-bootstrapper [2021-08-05T23:42:49.353Z] Building sys-mgmt-agent [2021-08-05T23:42:49.530Z] Removing lxd dnsmasq configuration [2021-08-05T23:42:49.530Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-08-05T23:42:49.802Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-08-05T23:42:50.805Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-08-05T23:42:50.805Z] (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.) [2021-08-05T23:42:50.805Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-08-05T23:42:52.231Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-08-05T23:42:52.231Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-08-05T23:42:52.498Z] + sudo snap remove --purge lxd [2021-08-05T23:42:52.771Z] snap "lxd" is not installed [2021-08-05T23:42:52.771Z] + sudo groupadd --force --system lxd [2021-08-05T23:42:52.771Z] ++ whoami [2021-08-05T23:42:52.771Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-08-05T23:42:52.771Z] + newgrp - lxd [2021-08-05T23:42:52.771Z] + sudo snap install lxd [2021-08-05T23:43:01.025Z] 2021-08-05T23:42:57Z INFO Waiting for automatic snapd restart... [2021-08-05T23:43:11.165Z] lxd 4.16 from Canonical* installed [2021-08-05T23:43:11.165Z] + sudo lxd init --auto [2021-08-05T23:43:21.287Z] + sudo snap install --classic snapcraft [2021-08-05T23:43:30.345Z] snapcraft 4.8.3 from Canonical* installed [2021-08-05T23:43:30.345Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-08-05T23:43:30.345Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-08-05T23:43:30.345Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-08-05T23:43:30.345Z] Dload Upload Total Spent Left Speed [2021-08-05T23:43:30.345Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3800 0 --:--:-- --:--:-- --:--:-- 3800 [2021-08-05T23:43:30.618Z] 100 3325k 100 3325k 0 0 5843k 0 --:--:-- --:--:-- --:--:-- 5843k [2021-08-05T23:43:30.618Z] ./yq_linux_amd64 [2021-08-05T23:43:30.618Z] + sudo snapcraft prime --use-lxd [2021-08-05T23:43:33.220Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-08-05T23:43:33.220Z] 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: [2021-08-05T23:43:33.220Z] - README.md [2021-08-05T23:43:33.220Z] [2021-08-05T23:43:33.220Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-08-05T23:43:33.220Z] Launching a container. [2021-08-05T23:43:41.487Z] Waiting for container to be ready [2021-08-05T23:43:41.488Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-08-05T23:43:41.488Z] [2021-08-05T23:43:44.857Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-08-05T23:43:44.857Z] Waiting for network to be ready... [2021-08-05T23:43:45.444Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-08-05T23:43:45.444Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1818 kB] [2021-08-05T23:43:45.444Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-08-05T23:43:45.716Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [335 kB] [2021-08-05T23:43:45.716Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-08-05T23:43:45.716Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-08-05T23:43:45.716Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [394 kB] [2021-08-05T23:43:45.716Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [53.0 kB] [2021-08-05T23:43:45.716Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1132 kB] [2021-08-05T23:43:45.716Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] [2021-08-05T23:43:46.008Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-08-05T23:43:46.008Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-08-05T23:43:46.285Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-08-05T23:43:46.285Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-08-05T23:43:46.285Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-08-05T23:43:46.285Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-08-05T23:43:46.285Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-08-05T23:43:46.285Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-08-05T23:43:46.894Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-08-05T23:43:46.894Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] [2021-08-05T23:43:46.894Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [427 kB] [2021-08-05T23:43:47.168Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.9 kB] [2021-08-05T23:43:47.168Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6988 B] [2021-08-05T23:43:47.168Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [418 kB] [2021-08-05T23:43:47.169Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [56.8 kB] [2021-08-05T23:43:47.169Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1744 kB] [2021-08-05T23:43:47.169Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [373 kB] [2021-08-05T23:43:49.145Z] Fetched 25.0 MB in 4s (6241 kB/s) [2021-08-05T23:43:50.115Z] Reading package lists... [2021-08-05T23:43:50.384Z] Reading package lists... [2021-08-05T23:43:50.651Z] Building dependency tree... [2021-08-05T23:43:50.652Z] Reading state information... [2021-08-05T23:43:50.652Z] The following additional packages will be installed: [2021-08-05T23:43:50.652Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-08-05T23:43:50.652Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-08-05T23:43:50.652Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-08-05T23:43:50.652Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-08-05T23:43:50.652Z] Suggested packages: [2021-08-05T23:43:50.652Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-08-05T23:43:50.652Z] Recommended packages: [2021-08-05T23:43:50.652Z] gnupg libsasl2-modules [2021-08-05T23:43:50.652Z] The following NEW packages will be installed: [2021-08-05T23:43:50.652Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-08-05T23:43:50.652Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-08-05T23:43:50.652Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-08-05T23:43:50.652Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-08-05T23:43:50.652Z] The following packages will be upgraded: [2021-08-05T23:43:50.652Z] gpg gpg-agent gpgconf libudev1 [2021-08-05T23:43:50.919Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2021-08-05T23:43:50.919Z] Need to get 3527 kB of archives. [2021-08-05T23:43:50.919Z] After this operation, 13.3 MB of additional disk space will be used. [2021-08-05T23:43:50.919Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libudev1 amd64 237-3ubuntu10.50 [56.4 kB] [2021-08-05T23:43:50.919Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 udev amd64 237-3ubuntu10.50 [1101 kB] [2021-08-05T23:43:50.919Z] 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] [2021-08-05T23:43:50.919Z] 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] [2021-08-05T23:43:50.919Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-08-05T23:43:50.919Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-08-05T23:43:51.193Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-08-05T23:43:51.461Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-08-05T23:43:51.461Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-08-05T23:43:51.730Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-08-05T23:43:51.730Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-08-05T23:43:51.730Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-08-05T23:43:51.730Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-08-05T23:43:51.730Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-08-05T23:43:51.730Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-08-05T23:43:51.730Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-08-05T23:43:51.730Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-08-05T23:43:51.730Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-08-05T23:43:51.730Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-08-05T23:43:51.730Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-08-05T23:43:51.730Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-08-05T23:43:51.730Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-08-05T23:43:51.997Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-05T23:43:51.997Z] Fetched 3527 kB in 1s (3349 kB/s) [2021-08-05T23:43:51.997Z] (Reading database ... 12511 files and directories currently installed.) [2021-08-05T23:43:51.997Z] Preparing to unpack .../libudev1_237-3ubuntu10.50_amd64.deb ... [2021-08-05T23:43:51.997Z] Unpacking libudev1:amd64 (237-3ubuntu10.50) over (237-3ubuntu10) ... [2021-08-05T23:43:51.997Z] Setting up libudev1:amd64 (237-3ubuntu10.50) ... [2021-08-05T23:43:52.266Z] Selecting previously unselected package udev. [2021-08-05T23:43:52.266Z] (Reading database ... 12511 files and directories currently installed.) [2021-08-05T23:43:52.266Z] Preparing to unpack .../00-udev_237-3ubuntu10.50_amd64.deb ... [2021-08-05T23:43:52.266Z] Unpacking udev (237-3ubuntu10.50) ... [2021-08-05T23:43:52.266Z] Selecting previously unselected package libfuse2:amd64. [2021-08-05T23:43:52.266Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-08-05T23:43:52.266Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-08-05T23:43:52.535Z] Selecting previously unselected package fuse. [2021-08-05T23:43:52.535Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-08-05T23:43:52.535Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-08-05T23:43:52.535Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-05T23:43:52.535Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-05T23:43:52.535Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-05T23:43:52.535Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-05T23:43:52.535Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-05T23:43:52.535Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-05T23:43:52.804Z] Selecting previously unselected package libksba8:amd64. [2021-08-05T23:43:52.804Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-08-05T23:43:52.804Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-08-05T23:43:52.804Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-08-05T23:43:52.804Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-05T23:43:52.804Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:52.804Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-08-05T23:43:52.804Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-05T23:43:52.804Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:52.804Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-08-05T23:43:52.804Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-05T23:43:52.804Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:52.804Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-08-05T23:43:52.804Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-05T23:43:52.804Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:53.094Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-08-05T23:43:53.094Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-05T23:43:53.094Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:53.094Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-08-05T23:43:53.094Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-05T23:43:53.094Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:53.094Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-08-05T23:43:53.094Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-05T23:43:53.094Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:53.094Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-08-05T23:43:53.094Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-05T23:43:53.094Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:53.389Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-08-05T23:43:53.389Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-05T23:43:53.389Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:53.389Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-08-05T23:43:53.389Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-08-05T23:43:53.389Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-05T23:43:53.389Z] Selecting previously unselected package libsasl2-2:amd64. [2021-08-05T23:43:53.389Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-08-05T23:43:53.389Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-05T23:43:53.389Z] Selecting previously unselected package libldap-common. [2021-08-05T23:43:53.389Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-08-05T23:43:53.389Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-05T23:43:53.389Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-08-05T23:43:53.389Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-08-05T23:43:53.389Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-05T23:43:53.662Z] Selecting previously unselected package dirmngr. [2021-08-05T23:43:53.662Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-05T23:43:53.662Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-08-05T23:43:53.662Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-05T23:43:53.662Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-08-05T23:43:53.662Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-08-05T23:43:53.662Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-05T23:43:53.662Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-05T23:43:53.662Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-08-05T23:43:53.662Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:53.662Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-08-05T23:43:53.662Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-05T23:43:53.662Z] Setting up udev (237-3ubuntu10.50) ... [2021-08-05T23:43:53.934Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-08-05T23:43:54.206Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:54.206Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-08-05T23:43:54.206Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-08-05T23:43:54.206Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-08-05T23:43:54.206Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:54.206Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:54.206Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:54.206Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:54.206Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:54.475Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:54.475Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-05T23:43:54.475Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-05T23:43:54.475Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-08-05T23:43:54.475Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-05T23:43:54.744Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-08-05T23:43:54.744Z] settings in the [Install] section, and DefaultInstance for template units). [2021-08-05T23:43:54.744Z] This means they are not meant to be enabled using systemctl. [2021-08-05T23:43:54.744Z] Possible reasons for having this kind of units are: [2021-08-05T23:43:54.744Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-08-05T23:43:54.744Z] .wants/ or .requires/ directory. [2021-08-05T23:43:54.744Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-08-05T23:43:54.744Z] a requirement dependency on it. [2021-08-05T23:43:54.744Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-08-05T23:43:54.744Z] D-Bus, udev, scripted systemctl call, ...). [2021-08-05T23:43:54.744Z] 4) In case of template units, the unit is meant to be enabled with some [2021-08-05T23:43:54.744Z] instance name specified. [2021-08-05T23:43:55.330Z] Reading package lists... [2021-08-05T23:43:55.330Z] Building dependency tree... [2021-08-05T23:43:55.330Z] Reading state information... [2021-08-05T23:43:55.330Z] The following additional packages will be installed: [2021-08-05T23:43:55.330Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-08-05T23:43:55.330Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-08-05T23:43:55.330Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-08-05T23:43:55.330Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-08-05T23:43:55.330Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-08-05T23:43:55.330Z] Suggested packages: [2021-08-05T23:43:55.330Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-08-05T23:43:55.330Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-08-05T23:43:55.331Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-08-05T23:43:55.331Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-08-05T23:43:55.331Z] systemd-container policykit-1 [2021-08-05T23:43:55.331Z] Recommended packages: [2021-08-05T23:43:55.331Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-08-05T23:43:55.609Z] The following NEW packages will be installed: [2021-08-05T23:43:55.609Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-08-05T23:43:55.609Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-08-05T23:43:55.609Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-08-05T23:43:55.609Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-08-05T23:43:55.609Z] python3.6-minimal snapd squashfs-tools sudo [2021-08-05T23:43:55.609Z] The following packages will be upgraded: [2021-08-05T23:43:55.609Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-08-05T23:43:55.609Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2021-08-05T23:43:55.609Z] Need to get 36.7 MB of archives. [2021-08-05T23:43:55.609Z] After this operation, 147 MB of additional disk space will be used. [2021-08-05T23:43:55.609Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 systemd amd64 237-3ubuntu10.50 [2914 kB] [2021-08-05T23:43:55.609Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2021-08-05T23:43:55.609Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsystemd0 amd64 237-3ubuntu10.50 [207 kB] [2021-08-05T23:43:55.609Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-08-05T23:43:55.901Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-08-05T23:43:55.901Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-08-05T23:43:55.901Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-08-05T23:43:55.901Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-08-05T23:43:55.901Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-08-05T23:43:55.901Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-08-05T23:43:55.901Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-08-05T23:43:55.901Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-08-05T23:43:55.901Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-08-05T23:43:55.901Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-08-05T23:43:55.901Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-08-05T23:43:55.901Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-08-05T23:43:55.901Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-08-05T23:43:55.901Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-08-05T23:43:56.499Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2021-08-05T23:43:56.499Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-08-05T23:43:56.499Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-08-05T23:43:56.499Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-08-05T23:43:56.499Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-08-05T23:43:56.499Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-08-05T23:43:56.499Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-08-05T23:43:56.499Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-08-05T23:43:56.499Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-08-05T23:43:56.499Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-08-05T23:43:56.499Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] [2021-08-05T23:43:56.773Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] [2021-08-05T23:43:57.776Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:43:57.776Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:43:57.776Z] ---> 64d9942e47a1 [2021-08-05T23:43:57.776Z] Step 3/22 : WORKDIR /edgex-go [2021-08-05T23:43:57.776Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:43:57.776Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:43:57.776Z] ---> 64d9942e47a1 [2021-08-05T23:43:57.776Z] Step 3/23 : WORKDIR /edgex-go [2021-08-05T23:43:57.776Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:43:57.776Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:43:57.776Z] ---> 64d9942e47a1 [2021-08-05T23:43:57.776Z] Step 3/32 : WORKDIR /edgex-go [2021-08-05T23:43:57.777Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:43:57.777Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:43:57.777Z] ---> 64d9942e47a1 [2021-08-05T23:43:57.777Z] Step 3/23 : WORKDIR /edgex-go [2021-08-05T23:43:57.777Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:43:57.777Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:43:57.777Z] ---> 64d9942e47a1 [2021-08-05T23:43:57.777Z] Step 3/24 : WORKDIR /edgex-go [2021-08-05T23:43:57.777Z] ---> Running in 696d0d016259 [2021-08-05T23:43:57.777Z] ---> Running in 39e794b0c257 [2021-08-05T23:43:57.777Z] ---> Running in cfedaa482f42 [2021-08-05T23:43:57.777Z] ---> Running in 1351e1011a4f [2021-08-05T23:43:57.777Z] ---> Running in efb200044dd9 [2021-08-05T23:43:57.777Z] Removing intermediate container cfedaa482f42 [2021-08-05T23:43:57.777Z] ---> fd29ca1d2743 [2021-08-05T23:43:57.777Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:43:57.777Z] Removing intermediate container 1351e1011a4f [2021-08-05T23:43:57.777Z] ---> 0ba9c3219765 [2021-08-05T23:43:57.777Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:43:57.777Z] Removing intermediate container 39e794b0c257 [2021-08-05T23:43:57.777Z] ---> f191783ee119 [2021-08-05T23:43:57.777Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:43:57.777Z] Removing intermediate container efb200044dd9 [2021-08-05T23:43:57.777Z] ---> 71d08b4c6797 [2021-08-05T23:43:57.777Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:43:57.777Z] Removing intermediate container 696d0d016259 [2021-08-05T23:43:57.777Z] ---> 1b90f001d877 [2021-08-05T23:43:57.777Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:43:57.777Z] ---> Running in cb98b71723c2 [2021-08-05T23:43:57.777Z] ---> Running in c21d1759091d [2021-08-05T23:43:57.777Z] ---> Running in 063f5c4b469d [2021-08-05T23:43:57.777Z] ---> Running in 92f39eda68c9 [2021-08-05T23:43:57.777Z] ---> Running in 95bd2ec50e43 [2021-08-05T23:43:58.193Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-05T23:43:58.193Z] Fetched 36.7 MB in 2s (16.0 MB/s) [2021-08-05T23:43:58.193Z] (Reading database ... 12757 files and directories currently installed.) [2021-08-05T23:43:58.193Z] Preparing to unpack .../systemd_237-3ubuntu10.50_amd64.deb ... [2021-08-05T23:43:58.193Z] Unpacking systemd (237-3ubuntu10.50) over (237-3ubuntu10) ... [2021-08-05T23:43:58.375Z] Removing intermediate container c21d1759091d [2021-08-05T23:43:58.375Z] ---> e53cf179e13b [2021-08-05T23:43:58.375Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-08-05T23:43:58.463Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.50_amd64.deb ... [2021-08-05T23:43:58.463Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.50) over (237-3ubuntu10) ... [2021-08-05T23:43:58.732Z] Setting up libsystemd0:amd64 (237-3ubuntu10.50) ... [2021-08-05T23:43:58.732Z] (Reading database ... 12757 files and directories currently installed.) [2021-08-05T23:43:58.732Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2021-08-05T23:43:58.732Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2021-08-05T23:43:59.005Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2021-08-05T23:43:59.005Z] (Reading database ... 12757 files and directories currently installed.) [2021-08-05T23:43:59.005Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2021-08-05T23:43:59.005Z] Unpacking apt (1.6.14) over (1.6.1) ... [2021-08-05T23:43:59.275Z] Setting up apt (1.6.14) ... [2021-08-05T23:43:59.275Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-08-05T23:43:59.375Z] ---> Running in 95ed9abb6e07 [2021-08-05T23:43:59.375Z] Removing intermediate container 063f5c4b469d [2021-08-05T23:43:59.375Z] ---> dd5936d9988f [2021-08-05T23:43:59.375Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-08-05T23:43:59.375Z] Removing intermediate container cb98b71723c2 [2021-08-05T23:43:59.375Z] ---> 3de5c6b7b6d2 [2021-08-05T23:43:59.375Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-08-05T23:43:59.375Z] Removing intermediate container 95bd2ec50e43 [2021-08-05T23:43:59.375Z] ---> 641c51b7c3b3 [2021-08-05T23:43:59.375Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-08-05T23:43:59.375Z] ---> Running in 8a44a17377cb [2021-08-05T23:43:59.546Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-08-05T23:43:59.658Z] Removing intermediate container 92f39eda68c9 [2021-08-05T23:43:59.658Z] ---> 80f140136328 [2021-08-05T23:43:59.658Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-08-05T23:43:59.658Z] ---> Running in 38cf43252605 [2021-08-05T23:43:59.658Z] ---> Running in e696762c83e1 [2021-08-05T23:43:59.816Z] (Reading database ... 12764 files and directories currently installed.) [2021-08-05T23:43:59.816Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-08-05T23:43:59.816Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-08-05T23:43:59.816Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-08-05T23:43:59.816Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-05T23:43:59.816Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-05T23:44:02.063Z] ---> Running in 34a663b7b90a [2021-08-05T23:44:02.063Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-05T23:44:02.065Z] Selecting previously unselected package libexpat1:amd64. [2021-08-05T23:44:02.065Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package python3.6-minimal. [2021-08-05T23:44:02.065Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-08-05T23:44:02.065Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-08-05T23:44:02.065Z] Checking for services that may need to be restarted...done. [2021-08-05T23:44:02.065Z] Checking for services that may need to be restarted...done. [2021-08-05T23:44:02.065Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-05T23:44:02.065Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-08-05T23:44:02.065Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package python3-minimal. [2021-08-05T23:44:02.065Z] (Reading database ... 13012 files and directories currently installed.) [2021-08-05T23:44:02.065Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package mime-support. [2021-08-05T23:44:02.065Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-08-05T23:44:02.065Z] Unpacking mime-support (3.60ubuntu1) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package libmpdec2:amd64. [2021-08-05T23:44:02.065Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-08-05T23:44:02.065Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package python3.6. [2021-08-05T23:44:02.065Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-08-05T23:44:02.065Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-08-05T23:44:02.065Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package python3. [2021-08-05T23:44:02.065Z] (Reading database ... 13442 files and directories currently installed.) [2021-08-05T23:44:02.065Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package multiarch-support. [2021-08-05T23:44:02.065Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-08-05T23:44:02.065Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package liblzo2-2:amd64. [2021-08-05T23:44:02.065Z] (Reading database ... 13479 files and directories currently installed.) [2021-08-05T23:44:02.065Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package libbsd0:amd64. [2021-08-05T23:44:02.065Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package sudo. [2021-08-05T23:44:02.065Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package apparmor. [2021-08-05T23:44:02.065Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package libedit2:amd64. [2021-08-05T23:44:02.065Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package libkrb5support0:amd64. [2021-08-05T23:44:02.065Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package libk5crypto3:amd64. [2021-08-05T23:44:02.065Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-08-05T23:44:02.065Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-08-05T23:44:02.065Z] Selecting previously unselected package libkeyutils1:amd64. [2021-08-05T23:44:02.065Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-08-05T23:44:02.332Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-08-05T23:44:02.332Z] Selecting previously unselected package libkrb5-3:amd64. [2021-08-05T23:44:02.332Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-08-05T23:44:02.332Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-08-05T23:44:02.332Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-08-05T23:44:02.332Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-08-05T23:44:02.333Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-08-05T23:44:02.333Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-08-05T23:44:02.333Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-08-05T23:44:02.333Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-08-05T23:44:02.343Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-05T23:44:02.343Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-05T23:44:02.343Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-05T23:44:02.343Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-05T23:44:02.343Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-05T23:44:02.627Z] Selecting previously unselected package openssh-client. [2021-08-05T23:44:02.627Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-08-05T23:44:02.627Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-08-05T23:44:02.627Z] Selecting previously unselected package squashfs-tools. [2021-08-05T23:44:02.627Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... [2021-08-05T23:44:02.627Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-08-05T23:44:02.627Z] Selecting previously unselected package snapd. [2021-08-05T23:44:02.627Z] Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... [2021-08-05T23:44:02.627Z] Unpacking snapd (2.49.2+18.04) ... [2021-08-05T23:44:03.333Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-05T23:44:03.333Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-05T23:44:03.333Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-05T23:44:03.333Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-05T23:44:03.333Z] OK: 218 MiB in 52 packages [2021-08-05T23:44:04.346Z] OK: 218 MiB in 52 packages [2021-08-05T23:44:04.346Z] OK: 218 MiB in 52 packages [2021-08-05T23:44:04.346Z] OK: 218 MiB in 52 packages [2021-08-05T23:44:04.625Z] OK: 218 MiB in 52 packages [2021-08-05T23:44:05.224Z] Removing intermediate container 95ed9abb6e07 [2021-08-05T23:44:05.224Z] ---> f1f13d47eb5b [2021-08-05T23:44:05.224Z] Step 6/23 : COPY go.mod . [2021-08-05T23:44:05.228Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-08-05T23:44:05.228Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-08-05T23:44:05.228Z] Setting up mime-support (3.60ubuntu1) ... [2021-08-05T23:44:05.228Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-08-05T23:44:05.228Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-08-05T23:44:05.228Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-08-05T23:44:05.228Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-05T23:44:05.228Z] Setting up systemd (237-3ubuntu10.50) ... [2021-08-05T23:44:05.228Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-08-05T23:44:05.818Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-08-05T23:44:05.818Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-08-05T23:44:05.818Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-08-05T23:44:05.818Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-05T23:44:05.818Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-08-05T23:44:05.818Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-05T23:44:05.830Z] Removing intermediate container 38cf43252605 [2021-08-05T23:44:05.830Z] ---> 4dd536a61aaf [2021-08-05T23:44:05.830Z] Step 6/22 : COPY go.mod . [2021-08-05T23:44:06.104Z] ---> ae058be88e5b [2021-08-05T23:44:06.104Z] Step 7/23 : RUN go mod download [2021-08-05T23:44:06.378Z] Removing intermediate container 8a44a17377cb [2021-08-05T23:44:06.378Z] ---> 06fe09b4a824 [2021-08-05T23:44:06.378Z] Step 6/32 : COPY go.mod . [2021-08-05T23:44:06.378Z] ---> Running in fdfb4f71d50e [2021-08-05T23:44:06.410Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-08-05T23:44:06.410Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-08-05T23:44:06.410Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-08-05T23:44:06.410Z] Setting up python3 (3.6.7-1~18.04) ... [2021-08-05T23:44:06.410Z] running python rtupdate hooks for python3.6... [2021-08-05T23:44:06.410Z] running python post-rtupdate hooks for python3.6... [2021-08-05T23:44:06.410Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-08-05T23:44:06.656Z] Removing intermediate container 34a663b7b90a [2021-08-05T23:44:06.656Z] ---> 50ca198108cf [2021-08-05T23:44:06.656Z] Step 6/24 : COPY go.mod . [2021-08-05T23:44:06.656Z] Removing intermediate container e696762c83e1 [2021-08-05T23:44:06.656Z] ---> 2d9809743f26 [2021-08-05T23:44:06.656Z] Step 6/23 : COPY go.mod . [2021-08-05T23:44:06.933Z] ---> b086a699bf61 [2021-08-05T23:44:06.933Z] Step 7/22 : RUN go mod download [2021-08-05T23:44:06.998Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-08-05T23:44:07.210Z] ---> Running in f2b76749bbcc [2021-08-05T23:44:07.265Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-08-05T23:44:07.266Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-08-05T23:44:07.266Z] Setting up snapd (2.49.2+18.04) ... [2021-08-05T23:44:07.809Z] ---> 2229d3510c86 [2021-08-05T23:44:07.809Z] Step 7/32 : RUN go mod download [2021-08-05T23:44:07.809Z] ---> c5e8e79d073d [2021-08-05T23:44:07.809Z] Step 7/24 : RUN go mod download [2021-08-05T23:44:07.857Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-08-05T23:44:07.857Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-08-05T23:44:08.087Z] ---> Running in e3b7f026d295 [2021-08-05T23:44:08.087Z] ---> 56f6fef1f2a4 [2021-08-05T23:44:08.087Z] Step 7/23 : RUN go mod download [2021-08-05T23:44:08.125Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-08-05T23:44:08.126Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-08-05T23:44:08.364Z] ---> Running in 8fc0a1061078 [2021-08-05T23:44:08.394Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-08-05T23:44:08.394Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-08-05T23:44:08.642Z] ---> Running in f2e9a80cc665 [2021-08-05T23:44:08.661Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-08-05T23:44:08.661Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-08-05T23:44:08.929Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-08-05T23:44:09.197Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-08-05T23:44:09.197Z] /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' [2021-08-05T23:44:09.470Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-05T23:44:09.470Z] Processing triggers for systemd (237-3ubuntu10.50) ... [2021-08-05T23:44:10.910Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-08-05T23:44:10.911Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-08-05T23:44:10.911Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-08-05T23:44:12.144Z] Reading package lists... [2021-08-05T23:44:12.419Z] Reading package lists... [2021-08-05T23:44:12.695Z] Building dependency tree... [2021-08-05T23:44:12.695Z] Reading state information... [2021-08-05T23:44:12.962Z] Calculating upgrade... [2021-08-05T23:44:12.962Z] The following packages will be upgraded: [2021-08-05T23:44:12.962Z] advancecomp base-files bash binutils binutils-common [2021-08-05T23:44:12.962Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-08-05T23:44:12.962Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-08-05T23:44:12.962Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2021-08-05T23:44:12.962Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2021-08-05T23:44:12.962Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-08-05T23:44:12.962Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-08-05T23:44:12.962Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-08-05T23:44:12.962Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-08-05T23:44:12.962Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-08-05T23:44:12.962Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-08-05T23:44:12.962Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-08-05T23:44:12.962Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-08-05T23:44:12.962Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-08-05T23:44:12.962Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-08-05T23:44:12.962Z] ubuntu-keyring util-linux [2021-08-05T23:44:12.962Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-08-05T23:44:12.962Z] Need to get 64.2 MB of archives. [2021-08-05T23:44:12.962Z] After this operation, 5125 kB of additional disk space will be used. [2021-08-05T23:44:12.962Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-153.160 [994 kB] [2021-08-05T23:44:12.988Z] Removing intermediate container fdfb4f71d50e [2021-08-05T23:44:12.988Z] ---> ad4f46dde1a2 [2021-08-05T23:44:12.988Z] Step 8/23 : COPY . . [2021-08-05T23:44:13.242Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-08-05T23:44:13.242Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-08-05T23:44:13.242Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-08-05T23:44:13.242Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-08-05T23:44:13.242Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-08-05T23:44:13.242Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-08-05T23:44:13.242Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-08-05T23:44:13.242Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-08-05T23:44:13.242Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-08-05T23:44:13.242Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-08-05T23:44:13.242Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-08-05T23:44:13.512Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-08-05T23:44:13.512Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-08-05T23:44:13.512Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-08-05T23:44:13.512Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-08-05T23:44:13.512Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-08-05T23:44:13.512Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-08-05T23:44:13.512Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-08-05T23:44:13.512Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-08-05T23:44:13.512Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-08-05T23:44:13.781Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-08-05T23:44:13.781Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-08-05T23:44:13.781Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-08-05T23:44:13.781Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-08-05T23:44:13.781Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-08-05T23:44:13.781Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-08-05T23:44:13.781Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-08-05T23:44:13.781Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-08-05T23:44:13.781Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-08-05T23:44:13.781Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-08-05T23:44:13.781Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-08-05T23:44:13.781Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 systemd-sysv amd64 237-3ubuntu10.50 [14.2 kB] [2021-08-05T23:44:13.781Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-08-05T23:44:13.781Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-08-05T23:44:13.781Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-08-05T23:44:13.781Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-08-05T23:44:13.781Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-08-05T23:44:13.781Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-08-05T23:44:13.781Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-08-05T23:44:13.781Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-08-05T23:44:13.781Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-08-05T23:44:13.781Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-08-05T23:44:13.781Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-08-05T23:44:13.781Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-08-05T23:44:13.781Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-08-05T23:44:13.781Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-08-05T23:44:13.781Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-08-05T23:44:13.781Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-08-05T23:44:13.781Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-08-05T23:44:13.781Z] 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] [2021-08-05T23:44:13.781Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-08-05T23:44:13.781Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-08-05T23:44:13.781Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-08-05T23:44:13.781Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-08-05T23:44:13.781Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-08-05T23:44:13.781Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-08-05T23:44:13.781Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-08-05T23:44:13.979Z] Removing intermediate container f2b76749bbcc [2021-08-05T23:44:13.979Z] ---> 7bf4ca2d9270 [2021-08-05T23:44:13.979Z] Step 8/22 : COPY . . [2021-08-05T23:44:14.047Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-08-05T23:44:14.047Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-08-05T23:44:14.047Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-08-05T23:44:14.317Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-08-05T23:44:14.317Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-08-05T23:44:14.317Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-08-05T23:44:14.317Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-08-05T23:44:14.317Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-08-05T23:44:14.317Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-08-05T23:44:14.317Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-08-05T23:44:14.317Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-08-05T23:44:14.585Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-08-05T23:44:14.585Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-08-05T23:44:14.585Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-08-05T23:44:14.585Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-08-05T23:44:14.585Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2021-08-05T23:44:14.585Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-08-05T23:44:14.585Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-08-05T23:44:14.585Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-08-05T23:44:14.585Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-08-05T23:44:14.585Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-08-05T23:44:14.585Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-08-05T23:44:14.585Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-08-05T23:44:14.585Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-08-05T23:44:14.585Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-08-05T23:44:14.585Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-08-05T23:44:14.585Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2021-08-05T23:44:14.585Z] 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] [2021-08-05T23:44:14.585Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2021-08-05T23:44:14.585Z] 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] [2021-08-05T23:44:14.852Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-08-05T23:44:14.852Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-08-05T23:44:14.852Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-08-05T23:44:14.852Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-08-05T23:44:14.852Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-08-05T23:44:14.852Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-08-05T23:44:14.852Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-08-05T23:44:14.852Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-08-05T23:44:14.852Z] 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] [2021-08-05T23:44:14.852Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-08-05T23:44:14.852Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-08-05T23:44:15.120Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-08-05T23:44:15.120Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-08-05T23:44:15.120Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-08-05T23:44:15.120Z] Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-08-05T23:44:15.120Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-05T23:44:15.120Z] Fetched 64.2 MB in 2s (31.4 MB/s) [2021-08-05T23:44:15.408Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-05T23:44:15.408Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-08-05T23:44:15.408Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-05T23:44:15.682Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-08-05T23:44:15.682Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-05T23:44:15.682Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-153.160_amd64.deb ... [2021-08-05T23:44:15.682Z] Unpacking linux-libc-dev:amd64 (4.15.0-153.160) over (4.15.0-20.21) ... [2021-08-05T23:44:15.951Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:15.951Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-05T23:44:15.951Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:16.219Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-05T23:44:16.219Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:16.219Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-05T23:44:16.219Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:16.219Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-05T23:44:16.219Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:16.219Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-05T23:44:16.488Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:16.488Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-05T23:44:16.488Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:16.488Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-05T23:44:16.488Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-05T23:44:16.488Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-05T23:44:16.488Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:16.488Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-08-05T23:44:16.488Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-08-05T23:44:16.754Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-05T23:44:16.754Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:16.754Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-05T23:44:16.754Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:16.754Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-05T23:44:16.754Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:16.754Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-05T23:44:17.023Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-05T23:44:17.023Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-05T23:44:17.023Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-08-05T23:44:17.321Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-05T23:44:17.595Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-08-05T23:44:17.863Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-05T23:44:17.863Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-08-05T23:44:17.863Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-08-05T23:44:17.863Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-08-05T23:44:17.863Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-08-05T23:44:18.133Z] Setting up base-files (10.1ubuntu2.10) ... [2021-08-05T23:44:18.133Z] Installing new version of config file /etc/issue ... [2021-08-05T23:44:18.133Z] Installing new version of config file /etc/issue.net ... [2021-08-05T23:44:18.133Z] Installing new version of config file /etc/lsb-release ... [2021-08-05T23:44:18.133Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-08-05T23:44:20.334Z] Removing intermediate container e3b7f026d295 [2021-08-05T23:44:20.334Z] ---> 7e07c9c4692d [2021-08-05T23:44:20.334Z] Step 8/32 : COPY . . [2021-08-05T23:44:20.334Z] Removing intermediate container 8fc0a1061078 [2021-08-05T23:44:20.334Z] ---> fcd5b13e3844 [2021-08-05T23:44:20.334Z] Step 8/24 : COPY . . [2021-08-05T23:44:20.334Z] Removing intermediate container f2e9a80cc665 [2021-08-05T23:44:20.334Z] ---> 5ff761023b8a [2021-08-05T23:44:20.334Z] Step 8/23 : COPY . . [2021-08-05T23:44:20.336Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-08-05T23:44:20.336Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-08-05T23:44:20.336Z] Removing obsolete conffile /etc/default/motd-news ... [2021-08-05T23:44:20.336Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:20.336Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-08-05T23:44:20.336Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-08-05T23:44:20.336Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-08-05T23:44:20.336Z] 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 [2021-08-05T23:44:20.336Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:20.336Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-05T23:44:20.336Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-08-05T23:44:20.336Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-08-05T23:44:20.336Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:20.336Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-08-05T23:44:20.336Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-08-05T23:44:20.336Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-08-05T23:44:20.336Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:20.336Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-08-05T23:44:20.336Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-08-05T23:44:20.336Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-08-05T23:44:20.336Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:20.336Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-05T23:44:20.336Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-05T23:44:20.336Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-08-05T23:44:20.336Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:20.336Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-05T23:44:20.336Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-05T23:44:20.336Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-08-05T23:44:20.336Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:20.336Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-08-05T23:44:20.336Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-08-05T23:44:20.336Z] Setting up grep (3.1-2build1) ... [2021-08-05T23:44:20.336Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:20.336Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2021-08-05T23:44:20.336Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2021-08-05T23:44:20.336Z] Setting up gzip (1.6-5ubuntu1.1) ... [2021-08-05T23:44:20.336Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:20.336Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-08-05T23:44:20.336Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-08-05T23:44:20.336Z] Setting up login (1:4.5-1ubuntu2) ... [2021-08-05T23:44:20.336Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:20.336Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-05T23:44:20.336Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-05T23:44:20.336Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-08-05T23:44:20.336Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:20.336Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-08-05T23:44:20.336Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-05T23:44:20.933Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-08-05T23:44:20.933Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-05T23:44:20.933Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-08-05T23:44:20.933Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-05T23:44:21.203Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-08-05T23:44:21.648Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:21.648Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-08-05T23:44:21.648Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-05T23:44:21.989Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-08-05T23:44:21.989Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-08-05T23:44:21.989Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-08-05T23:44:21.989Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-08-05T23:44:21.989Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-08-05T23:44:21.989Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:21.989Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-08-05T23:44:21.989Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-08-05T23:44:22.327Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-08-05T23:44:22.327Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:22.327Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-05T23:44:22.327Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-05T23:44:22.327Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-05T23:44:22.327Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:22.327Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-05T23:44:22.327Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-05T23:44:22.327Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-05T23:44:22.327Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:22.327Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-05T23:44:24.427Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-05T23:44:24.427Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-05T23:44:24.427Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:24.427Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-05T23:44:24.427Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-05T23:44:24.427Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-05T23:44:24.427Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:24.427Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-05T23:44:24.427Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-05T23:44:24.427Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-05T23:44:24.427Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-05T23:44:24.427Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-08-05T23:44:24.427Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:24.427Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-05T23:44:24.427Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-05T23:44:24.427Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-08-05T23:44:24.427Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:24.427Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-05T23:44:24.427Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-05T23:44:24.427Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-05T23:44:24.427Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:24.427Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-05T23:44:24.427Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-05T23:44:24.427Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-08-05T23:44:24.427Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:24.427Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-05T23:44:24.427Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-05T23:44:24.427Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-08-05T23:44:24.427Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-08-05T23:44:24.427Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-08-05T23:44:24.427Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:24.427Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-08-05T23:44:24.427Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-05T23:44:24.427Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-08-05T23:44:24.427Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-05T23:44:24.427Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-08-05T23:44:24.427Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-05T23:44:24.696Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-08-05T23:44:24.696Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-05T23:44:24.696Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-08-05T23:44:24.696Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-08-05T23:44:24.696Z] Setting up debconf (1.5.66ubuntu1) ... [2021-08-05T23:44:24.968Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-05T23:44:24.968Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-08-05T23:44:24.968Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-08-05T23:44:24.968Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-08-05T23:44:24.968Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-05T23:44:24.968Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-08-05T23:44:25.237Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-08-05T23:44:25.237Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-08-05T23:44:25.237Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-05T23:44:25.237Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-08-05T23:44:25.237Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-05T23:44:25.237Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-05T23:44:25.509Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-05T23:44:25.509Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-08-05T23:44:25.509Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-05T23:44:25.509Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-05T23:44:25.509Z] (Reading database ... 13919 files and directories currently installed.) [2021-08-05T23:44:25.509Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-08-05T23:44:25.778Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-05T23:44:25.778Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-05T23:44:26.044Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:26.044Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-05T23:44:26.044Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-05T23:44:26.044Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.50_amd64.deb ... [2021-08-05T23:44:26.044Z] Unpacking systemd-sysv (237-3ubuntu10.50) over (237-3ubuntu10) ... [2021-08-05T23:44:26.044Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-05T23:44:26.044Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-05T23:44:26.044Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-08-05T23:44:26.313Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:26.313Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-08-05T23:44:26.313Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-08-05T23:44:26.313Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-08-05T23:44:26.313Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:26.313Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-08-05T23:44:26.313Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-08-05T23:44:26.313Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-08-05T23:44:26.584Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:26.584Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-08-05T23:44:26.584Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-05T23:44:26.585Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-05T23:44:26.854Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:26.854Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-05T23:44:26.854Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-05T23:44:26.854Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-08-05T23:44:26.854Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:26.854Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-08-05T23:44:26.854Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-08-05T23:44:26.854Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-08-05T23:44:27.124Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:27.124Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-08-05T23:44:27.124Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-08-05T23:44:27.124Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-08-05T23:44:27.393Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:27.393Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-05T23:44:27.393Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-05T23:44:27.393Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-08-05T23:44:27.393Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:27.393Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-08-05T23:44:27.393Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-08-05T23:44:27.393Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-08-05T23:44:27.664Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:27.664Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-08-05T23:44:27.664Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-08-05T23:44:27.664Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-08-05T23:44:27.664Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:27.664Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-08-05T23:44:27.664Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-08-05T23:44:27.931Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-08-05T23:44:27.931Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:27.931Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-08-05T23:44:27.931Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-08-05T23:44:27.931Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-08-05T23:44:27.931Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:27.931Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-08-05T23:44:27.931Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-08-05T23:44:28.198Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-08-05T23:44:28.198Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:28.198Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-08-05T23:44:28.198Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-08-05T23:44:28.198Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-08-05T23:44:28.198Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:28.198Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-08-05T23:44:28.198Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-08-05T23:44:28.467Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-08-05T23:44:28.467Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-05T23:44:28.467Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-08-05T23:44:28.467Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-08-05T23:44:28.467Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-08-05T23:44:28.467Z] (Reading database ... 13924 files and directories currently installed.) [2021-08-05T23:44:28.467Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-08-05T23:44:28.467Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-08-05T23:44:28.734Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-08-05T23:44:28.734Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-08-05T23:44:28.734Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-08-05T23:44:28.734Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-08-05T23:44:29.000Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-08-05T23:44:29.000Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-08-05T23:44:29.000Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-08-05T23:44:29.000Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-08-05T23:44:29.286Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-08-05T23:44:29.286Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-08-05T23:44:29.286Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-08-05T23:44:29.286Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-08-05T23:44:29.286Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-08-05T23:44:29.286Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-08-05T23:44:29.287Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-08-05T23:44:29.287Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-08-05T23:44:29.559Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-08-05T23:44:29.559Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-08-05T23:44:29.559Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-08-05T23:44:29.559Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-08-05T23:44:29.559Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-08-05T23:44:29.559Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-08-05T23:44:29.833Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-08-05T23:44:29.833Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-08-05T23:44:30.127Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-08-05T23:44:30.127Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-08-05T23:44:30.127Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-05T23:44:30.127Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-05T23:44:30.400Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-05T23:44:30.400Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-05T23:44:30.400Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-05T23:44:30.400Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-05T23:44:30.673Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-05T23:44:30.673Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-05T23:44:30.673Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:30.673Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-05T23:44:30.673Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:30.673Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-05T23:44:31.149Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:31.149Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-05T23:44:31.149Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:31.149Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-05T23:44:31.732Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:31.732Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-05T23:44:31.974Z] ---> 66452d73f933 [2021-08-05T23:44:31.975Z] Step 9/23 : RUN go mod tidy [2021-08-05T23:44:32.694Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:32.694Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-05T23:44:32.962Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:32.962Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-05T23:44:32.974Z] ---> 66efe3fc4070 [2021-08-05T23:44:32.974Z] Step 9/22 : RUN go mod tidy [2021-08-05T23:44:32.974Z] ---> Running in 3c8491ae0364 [2021-08-05T23:44:33.227Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:33.227Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-05T23:44:33.250Z] ---> Running in 3cdbd1a2f3f0 [2021-08-05T23:44:33.250Z] ---> 530c13e247a1 [2021-08-05T23:44:33.250Z] Step 9/32 : RUN go mod tidy [2021-08-05T23:44:33.811Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-05T23:44:33.811Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-05T23:44:33.811Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-08-05T23:44:33.847Z] ---> Running in 13c0e5168934 [2021-08-05T23:44:33.847Z] ---> 2720304f14f0 [2021-08-05T23:44:33.847Z] Step 9/23 : RUN go mod tidy [2021-08-05T23:44:34.076Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-08-05T23:44:34.076Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-08-05T23:44:34.076Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-08-05T23:44:34.076Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-08-05T23:44:34.076Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-08-05T23:44:34.132Z] ---> Running in 397c361b2f8d [2021-08-05T23:44:34.132Z] ---> af69b8ed8ab1 [2021-08-05T23:44:34.132Z] Step 9/24 : RUN go mod tidy [2021-08-05T23:44:34.343Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-08-05T23:44:34.343Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-08-05T23:44:34.343Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-08-05T23:44:34.343Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-08-05T23:44:34.343Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-08-05T23:44:34.343Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-08-05T23:44:34.343Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-08-05T23:44:34.343Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-08-05T23:44:34.611Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-05T23:44:34.611Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-08-05T23:44:34.611Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-05T23:44:34.611Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-05T23:44:34.611Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-05T23:44:34.611Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-08-05T23:44:34.611Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-08-05T23:44:34.611Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-08-05T23:44:34.611Z] [2021-08-05T23:44:34.611Z] Current default time zone: 'Etc/UTC' [2021-08-05T23:44:34.611Z] Local time is now: Thu Aug 5 23:44:34 UTC 2021. [2021-08-05T23:44:34.611Z] Universal Time is now: Thu Aug 5 23:44:34 UTC 2021. [2021-08-05T23:44:34.611Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-08-05T23:44:34.611Z] [2021-08-05T23:44:34.747Z] ---> Running in 5bf39f7bf784 [2021-08-05T23:44:34.882Z] Setting up systemd-sysv (237-3ubuntu10.50) ... [2021-08-05T23:44:34.883Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-05T23:44:34.883Z] Setting up linux-libc-dev:amd64 (4.15.0-153.160) ... [2021-08-05T23:44:34.883Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-08-05T23:44:34.883Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-08-05T23:44:34.883Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-08-05T23:44:34.883Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-08-05T23:44:34.883Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-08-05T23:44:34.883Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-08-05T23:44:34.883Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-08-05T23:44:34.883Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-05T23:44:34.883Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-08-05T23:44:34.883Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-05T23:44:34.883Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-08-05T23:44:34.883Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-05T23:44:35.150Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-08-05T23:44:35.150Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-08-05T23:44:35.150Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-08-05T23:44:35.150Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-08-05T23:44:35.150Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-08-05T23:44:35.150Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-08-05T23:44:35.150Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-08-05T23:44:35.150Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-08-05T23:44:37.100Z] Updating certificates in /etc/ssl/certs... [2021-08-05T23:44:38.074Z] 23 added, 27 removed; done. [2021-08-05T23:44:38.074Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-08-05T23:44:38.074Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-05T23:44:38.074Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-08-05T23:44:38.074Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-08-05T23:44:38.074Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-08-05T23:44:38.074Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-05T23:44:38.074Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-08-05T23:44:38.074Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-05T23:44:38.074Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-05T23:44:38.074Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-05T23:44:38.074Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-08-05T23:44:38.074Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-05T23:44:38.074Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-08-05T23:44:38.074Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-08-05T23:44:38.074Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-08-05T23:44:38.074Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-08-05T23:44:38.074Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-08-05T23:44:38.074Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-08-05T23:44:38.074Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-08-05T23:44:38.074Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-08-05T23:44:38.341Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-08-05T23:44:38.341Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-08-05T23:44:38.341Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-08-05T23:44:38.341Z] Processing triggers for systemd (237-3ubuntu10.50) ... [2021-08-05T23:44:38.341Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-08-05T23:44:38.341Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-08-05T23:44:38.341Z] Updating certificates in /etc/ssl/certs... [2021-08-05T23:44:38.931Z] 0 added, 0 removed; done. [2021-08-05T23:44:38.931Z] Running hooks in /etc/ca-certificates/update.d... [2021-08-05T23:44:38.931Z] done. [2021-08-05T23:44:39.524Z] Reading package lists... [2021-08-05T23:44:39.524Z] Building dependency tree... [2021-08-05T23:44:39.524Z] Reading state information... [2021-08-05T23:44:39.793Z] The following NEW packages will be installed: [2021-08-05T23:44:39.793Z] apt-transport-https [2021-08-05T23:44:39.793Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-08-05T23:44:40.062Z] Need to get 4348 B of archives. [2021-08-05T23:44:40.062Z] After this operation, 154 kB of additional disk space will be used. [2021-08-05T23:44:40.062Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2021-08-05T23:44:40.062Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-05T23:44:40.062Z] Fetched 4348 B in 0s (24.4 kB/s) [2021-08-05T23:44:40.062Z] Selecting previously unselected package apt-transport-https. [2021-08-05T23:44:40.062Z] (Reading database ... 13929 files and directories currently installed.) [2021-08-05T23:44:40.062Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2021-08-05T23:44:40.062Z] Unpacking apt-transport-https (1.6.14) ... [2021-08-05T23:44:40.233Z] Removing intermediate container 3c8491ae0364 [2021-08-05T23:44:40.234Z] ---> 0b99a210abdc [2021-08-05T23:44:40.234Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-08-05T23:44:40.333Z] Setting up apt-transport-https (1.6.14) ... [2021-08-05T23:44:40.334Z] Waiting for network to be ready... [2021-08-05T23:44:42.575Z] ---> Running in 6d748850d3ae [2021-08-05T23:44:42.576Z] Removing intermediate container 3cdbd1a2f3f0 [2021-08-05T23:44:42.576Z] Removing intermediate container 13c0e5168934 [2021-08-05T23:44:42.576Z] ---> 5fc1f97a66b4 [2021-08-05T23:44:42.576Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> 656d40878b90 [2021-08-05T23:44:42.576Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-08-05T23:44:42.576Z] [2021-08-05T23:44:42.576Z] Removing intermediate container 5bf39f7bf784 [2021-08-05T23:44:42.576Z] ---> ad5cd9fe6815 [2021-08-05T23:44:42.576Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-08-05T23:44:42.576Z] Removing intermediate container 397c361b2f8d [2021-08-05T23:44:42.576Z] ---> 67490df239fe [2021-08-05T23:44:42.576Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-08-05T23:44:42.576Z] ---> Running in c4b375cda6f3 [2021-08-05T23:44:42.576Z] ---> Running in b4d93caf81d7 [2021-08-05T23:44:42.576Z] ---> Running in 973ad7d611ef [2021-08-05T23:44:42.576Z] ---> Running in bf7040b5b02a [2021-08-05T23:44:42.576Z] 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 [2021-08-05T23:44:45.227Z] 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 [2021-08-05T23:44:45.227Z] 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 [2021-08-05T23:44:45.227Z] 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 [2021-08-05T23:44:45.227Z] 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 [2021-08-05T23:44:47.503Z] 2021-08-05T23:44:43Z INFO Waiting for automatic snapd restart... [2021-08-05T23:44:47.503Z] snapd 2.51.3 from Canonical* installed [2021-08-05T23:44:47.503Z] "snapd" switched to the "latest/stable" channel [2021-08-05T23:44:47.503Z] [2021-08-05T23:44:49.469Z] core18 20210611 from Canonical* installed [2021-08-05T23:44:49.469Z] "core18" switched to the "latest/stable" channel [2021-08-05T23:44:49.469Z] [2021-08-05T23:44:52.819Z] snapcraft 4.8.3 from Canonical* installed [2021-08-05T23:44:52.819Z] "snapcraft" switched to the "latest/stable" channel [2021-08-05T23:44:52.819Z] [2021-08-05T23:44:57.091Z] 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: [2021-08-05T23:44:57.091Z] - README.md [2021-08-05T23:44:57.091Z] [2021-08-05T23:44:57.091Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-08-05T23:44:57.091Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-08-05T23:44:57.358Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-08-05T23:44:57.358Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-08-05T23:44:58.584Z] Reading package lists... [2021-08-05T23:44:58.857Z] 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 [2021-08-05T23:44:58.857Z] Reading package lists... [2021-08-05T23:44:59.128Z] Building dependency tree... [2021-08-05T23:44:59.128Z] Reading state information... [2021-08-05T23:44:59.128Z] Suggested packages: [2021-08-05T23:44:59.128Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-08-05T23:44:59.128Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-08-05T23:44:59.128Z] Recommended packages: [2021-08-05T23:44:59.128Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-08-05T23:44:59.398Z] The following NEW packages will be installed: [2021-08-05T23:44:59.398Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-08-05T23:44:59.398Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-08-05T23:44:59.398Z] pkg-config zip [2021-08-05T23:44:59.398Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-08-05T23:44:59.398Z] Need to get 7663 kB of archives. [2021-08-05T23:44:59.398Z] After this operation, 43.8 MB of additional disk space will be used. [2021-08-05T23:44:59.398Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-08-05T23:44:59.668Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] [2021-08-05T23:44:59.668Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-08-05T23:44:59.668Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-08-05T23:44:59.668Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-08-05T23:44:59.668Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-08-05T23:44:59.668Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-08-05T23:44:59.668Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-08-05T23:44:59.936Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-08-05T23:44:59.936Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-08-05T23:44:59.936Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-08-05T23:44:59.936Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-08-05T23:44:59.936Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-08-05T23:44:59.936Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-08-05T23:44:59.936Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-08-05T23:45:00.206Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-05T23:45:00.206Z] Fetched 7663 kB in 1s (10.5 MB/s) [2021-08-05T23:45:00.206Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-08-05T23:45:00.206Z] (Reading database ... 13933 files and directories currently installed.) [2021-08-05T23:45:00.206Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-08-05T23:45:00.206Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-08-05T23:45:00.473Z] Selecting previously unselected package libpsl5:amd64. [2021-08-05T23:45:00.474Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-08-05T23:45:00.474Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-08-05T23:45:00.474Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-08-05T23:45:00.474Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-08-05T23:45:00.474Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-08-05T23:45:00.474Z] Selecting previously unselected package librtmp1:amd64. [2021-08-05T23:45:00.474Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-08-05T23:45:00.474Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-08-05T23:45:00.474Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-08-05T23:45:00.474Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... [2021-08-05T23:45:00.474Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... [2021-08-05T23:45:00.743Z] Selecting previously unselected package liberror-perl. [2021-08-05T23:45:00.743Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-08-05T23:45:00.743Z] Unpacking liberror-perl (0.17025-1) ... [2021-08-05T23:45:00.743Z] Selecting previously unselected package git-man. [2021-08-05T23:45:00.743Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-08-05T23:45:00.743Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-08-05T23:45:00.743Z] Selecting previously unselected package git. [2021-08-05T23:45:00.743Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-08-05T23:45:00.743Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-08-05T23:45:01.333Z] Selecting previously unselected package libnorm1:amd64. [2021-08-05T23:45:01.333Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-08-05T23:45:01.333Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-08-05T23:45:01.333Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-08-05T23:45:01.333Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-08-05T23:45:01.333Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-08-05T23:45:01.605Z] Selecting previously unselected package libsodium23:amd64. [2021-08-05T23:45:01.605Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-08-05T23:45:01.605Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-08-05T23:45:01.605Z] Selecting previously unselected package libzmq5:amd64. [2021-08-05T23:45:01.605Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-08-05T23:45:01.606Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-05T23:45:01.606Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-08-05T23:45:01.606Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-08-05T23:45:01.606Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-05T23:45:04.115Z] Selecting previously unselected package pkg-config. [2021-08-05T23:45:04.115Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-08-05T23:45:04.115Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-08-05T23:45:04.115Z] Selecting previously unselected package zip. [2021-08-05T23:45:04.115Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-08-05T23:45:04.115Z] Unpacking zip (3.0-11build1) ... [2021-08-05T23:45:04.115Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-08-05T23:45:04.115Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-08-05T23:45:04.115Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-08-05T23:45:04.115Z] Setting up liberror-perl (0.17025-1) ... [2021-08-05T23:45:04.115Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-08-05T23:45:04.115Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-08-05T23:45:04.115Z] No schema files found: doing nothing. [2021-08-05T23:45:04.115Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-08-05T23:45:04.115Z] Setting up zip (3.0-11build1) ... [2021-08-05T23:45:04.115Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-08-05T23:45:04.115Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-08-05T23:45:04.115Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-08-05T23:45:04.115Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-05T23:45:04.115Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... [2021-08-05T23:45:04.115Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-05T23:45:04.115Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-08-05T23:45:04.115Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-08-05T23:45:04.115Z] git set to automatically installed. [2021-08-05T23:45:04.115Z] git-man set to automatically installed. [2021-08-05T23:45:04.115Z] libcurl3-gnutls set to automatically installed. [2021-08-05T23:45:04.115Z] liberror-perl set to automatically installed. [2021-08-05T23:45:04.115Z] libglib2.0-0 set to automatically installed. [2021-08-05T23:45:04.115Z] libnghttp2-14 set to automatically installed. [2021-08-05T23:45:04.115Z] libnorm1 set to automatically installed. [2021-08-05T23:45:04.115Z] libpgm-5.2-0 set to automatically installed. [2021-08-05T23:45:04.115Z] libpsl5 set to automatically installed. [2021-08-05T23:45:04.115Z] librtmp1 set to automatically installed. [2021-08-05T23:45:04.115Z] libsodium23 set to automatically installed. [2021-08-05T23:45:04.115Z] libzmq3-dev set to automatically installed. [2021-08-05T23:45:04.115Z] libzmq5 set to automatically installed. [2021-08-05T23:45:04.115Z] pkg-config set to automatically installed. [2021-08-05T23:45:04.115Z] zip set to automatically installed. [2021-08-05T23:45:04.115Z] snapd is not logged in, snap install commands will use sudo [2021-08-05T23:45:12.565Z] go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed [2021-08-05T23:45:12.565Z] snapd is not logged in, snap install commands will use sudo [2021-08-05T23:45:12.565Z] snap "core18" has no updates available [2021-08-05T23:45:12.565Z] Pulling config-common [2021-08-05T23:45:12.565Z] + snapcraftctl pull [2021-08-05T23:45:13.530Z] Pulling go-build-helper [2021-08-05T23:45:13.530Z] + snapcraftctl pull [2021-08-05T23:45:14.981Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-08-05T23:45:14.981Z] Skipping pull go-build-helper (already ran) [2021-08-05T23:45:14.981Z] Building go-build-helper [2021-08-05T23:45:14.981Z] + snapcraftctl build [2021-08-05T23:45:16.952Z] Staging go-build-helper [2021-08-05T23:45:16.952Z] + snapcraftctl stage [2021-08-05T23:45:25.332Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-08-05T23:45:25.332Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-08-05T23:45:25.332Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1818 kB] [2021-08-05T23:45:25.332Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [335 kB] [2021-08-05T23:45:25.332Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-08-05T23:45:25.332Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-08-05T23:45:25.332Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [394 kB] [2021-08-05T23:45:25.332Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [53.0 kB] [2021-08-05T23:45:25.332Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1132 kB] [2021-08-05T23:45:25.332Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] [2021-08-05T23:45:25.332Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-08-05T23:45:25.332Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-08-05T23:45:25.332Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-08-05T23:45:25.332Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-08-05T23:45:25.332Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-08-05T23:45:25.332Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-08-05T23:45:25.332Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-08-05T23:45:25.332Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-08-05T23:45:25.332Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-08-05T23:45:25.332Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] [2021-08-05T23:45:25.332Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [427 kB] [2021-08-05T23:45:25.332Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.9 kB] [2021-08-05T23:45:25.332Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6988 B] [2021-08-05T23:45:25.332Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [418 kB] [2021-08-05T23:45:25.332Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [56.8 kB] [2021-08-05T23:45:25.332Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1744 kB] [2021-08-05T23:45:25.332Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [373 kB] [2021-08-05T23:45:25.332Z] Fetched 25.0 MB in 0s (0 B/s) [2021-08-05T23:45:25.332Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-08-05T23:45:25.332Z] Fetched 224 kB in 0s (0 B/s) [2021-08-05T23:45:25.332Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-08-05T23:45:25.332Z] Fetched 157 kB in 0s (0 B/s) [2021-08-05T23:45:25.332Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-08-05T23:45:25.332Z] Fetched 221 kB in 0s (0 B/s) [2021-08-05T23:45:25.332Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-08-05T23:45:25.332Z] Fetched 143 kB in 0s (0 B/s) [2021-08-05T23:45:25.332Z] Pulling edgex-go [2021-08-05T23:45:25.332Z] + snapcraftctl pull [2021-08-05T23:45:26.757Z] Pulling hooks [2021-08-05T23:45:26.757Z] + snapcraftctl pull [2021-08-05T23:45:44.168Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-08-05T23:45:44.168Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-08-05T23:45:44.168Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-08-05T23:45:44.168Z] Fetched 0 B in 0s (0 B/s) [2021-08-05T23:45:44.168Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-08-05T23:45:44.168Z] Fetched 96.5 kB in 0s (0 B/s) [2021-08-05T23:45:44.168Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-08-05T23:45:44.168Z] Fetched 279 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-08-05T23:45:44.169Z] Fetched 122 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-08-05T23:45:44.169Z] Fetched 77.8 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-08-05T23:45:44.169Z] Fetched 8848 B in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-08-05T23:45:44.169Z] Fetched 47.8 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-08-05T23:45:44.169Z] Fetched 45.6 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-08-05T23:45:44.169Z] Fetched 15.0 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] [2021-08-05T23:45:44.169Z] Fetched 219 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-08-05T23:45:44.169Z] Fetched 154 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-08-05T23:45:44.169Z] Fetched 50.6 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-08-05T23:45:44.169Z] Fetched 14.8 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-08-05T23:45:44.169Z] Fetched 41.8 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-08-05T23:45:44.169Z] Fetched 499 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-08-05T23:45:44.169Z] Fetched 111 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-08-05T23:45:44.169Z] Fetched 240 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-08-05T23:45:44.169Z] Fetched 29.3 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-08-05T23:45:44.169Z] Fetched 85.5 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-08-05T23:45:44.169Z] Fetched 24.5 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-08-05T23:45:44.169Z] Fetched 49.2 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-08-05T23:45:44.169Z] Fetched 54.2 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-08-05T23:45:44.169Z] Fetched 30.8 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-08-05T23:45:44.169Z] Fetched 15.8 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-08-05T23:45:44.169Z] Fetched 85.9 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-08-05T23:45:44.169Z] Fetched 8720 B in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2021-08-05T23:45:44.169Z] Fetched 140 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-08-05T23:45:44.169Z] Fetched 119 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2021-08-05T23:45:44.169Z] Fetched 111 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-08-05T23:45:44.169Z] Fetched 11.1 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-08-05T23:45:44.169Z] Fetched 645 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-08-05T23:45:44.169Z] Fetched 41.3 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-08-05T23:45:44.169Z] Fetched 17.9 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-08-05T23:45:44.169Z] Fetched 368 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-08-05T23:45:44.169Z] Fetched 187 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-08-05T23:45:44.169Z] Fetched 175 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-08-05T23:45:44.169Z] Fetched 206 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-08-05T23:45:44.169Z] Fetched 1301 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-08-05T23:45:44.169Z] Fetched 36.2 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] [2021-08-05T23:45:44.169Z] Fetched 159 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-08-05T23:45:44.169Z] Fetched 107 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-08-05T23:45:44.169Z] Fetched 48.7 kB in 0s (0 B/s) [2021-08-05T23:45:44.169Z] Pulling static-packages [2021-08-05T23:45:44.169Z] + snapcraftctl pull [2021-08-05T23:45:45.150Z] Pulling version [2021-08-05T23:45:45.150Z] + cd /root/project [2021-08-05T23:45:45.150Z] + git describe --tags --abbrev=0 [2021-08-05T23:45:45.150Z] + sed s/v// [2021-08-05T23:45:45.150Z] + GIT_VERSION=2.0.1-dev.23 [2021-08-05T23:45:45.150Z] + [ -z 2.0.1-dev.23 ] [2021-08-05T23:45:45.150Z] + snapcraftctl set-version 2.0.1-dev.23 [2021-08-05T23:45:46.121Z] Building config-common [2021-08-05T23:45:46.121Z] + snapcraftctl build [2021-08-05T23:45:48.071Z] Skipping build go-build-helper (already ran) [2021-08-05T23:45:48.384Z] Building edgex-go [2021-08-05T23:45:48.384Z] + cd /root/parts/edgex-go/src [2021-08-05T23:45:48.384Z] + git describe --tags --abbrev=0 [2021-08-05T23:45:48.384Z] + sed s/v// [2021-08-05T23:45:48.384Z] + GIT_VERSION=2.0.1-dev.23 [2021-08-05T23:45:48.384Z] + [ -z 2.0.1-dev.23 ] [2021-08-05T23:45:48.384Z] + echo 2.0.1-dev.23 [2021-08-05T23:45:48.384Z] + make build [2021-08-05T23:45:48.384Z] go mod tidy [2021-08-05T23:45:51.194Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 [2021-08-05T23:45:51.194Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-08-05T23:45:51.194Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.13 [2021-08-05T23:45:51.194Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-08-05T23:45:51.194Z] go: downloading github.com/google/uuid v1.3.0 [2021-08-05T23:45:51.194Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 [2021-08-05T23:45:51.194Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2021-08-05T23:45:51.194Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-08-05T23:45:51.194Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-08-05T23:45:51.194Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-08-05T23:45:51.465Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 [2021-08-05T23:45:51.465Z] go: downloading github.com/lib/pq v1.10.2 [2021-08-05T23:45:53.223Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-08-05T23:45:53.223Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2021-08-05T23:45:53.223Z] go: downloading github.com/pelletier/go-toml v1.9.3 [2021-08-05T23:45:53.223Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-08-05T23:45:53.223Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 [2021-08-05T23:45:53.223Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 [2021-08-05T23:45:53.223Z] go: downloading github.com/go-playground/validator/v10 v10.8.0 [2021-08-05T23:45:53.223Z] go: downloading github.com/go-kit/kit v0.11.0 [2021-08-05T23:45:53.223Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-08-05T23:45:53.223Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-08-05T23:45:53.223Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2021-08-05T23:45:53.223Z] go: downloading github.com/stretchr/objx v0.1.1 [2021-08-05T23:45:53.223Z] go: downloading github.com/x448/float16 v0.8.4 [2021-08-05T23:45:53.223Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-08-05T23:45:53.223Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2021-08-05T23:45:53.223Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-08-05T23:45:53.223Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-08-05T23:45:53.223Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-08-05T23:45:53.223Z] go: downloading github.com/leodido/go-urn v1.2.1 [2021-08-05T23:45:53.223Z] go: downloading golang.org/x/text v0.3.6 [2021-08-05T23:45:53.223Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-08-05T23:45:53.223Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-08-05T23:45:53.498Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2021-08-05T23:45:53.498Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-08-05T23:45:53.498Z] go: downloading github.com/kr/pretty v0.2.0 [2021-08-05T23:45:53.498Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-08-05T23:45:53.498Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-08-05T23:45:53.776Z] go: downloading golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c [2021-08-05T23:45:53.776Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-08-05T23:45:53.776Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-08-05T23:45:53.776Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-08-05T23:45:53.776Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2021-08-05T23:45:54.048Z] go: downloading github.com/kr/text v0.1.0 [2021-08-05T23:45:54.048Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-08-05T23:45:54.048Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-08-05T23:45:54.048Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-08-05T23:45:54.048Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-08-05T23:45:54.048Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-08-05T23:45:54.048Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-08-05T23:45:54.048Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-08-05T23:45:54.048Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-08-05T23:45:54.322Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-08-05T23:45:54.322Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-08-05T23:45:54.322Z] go: downloading github.com/fatih/color v1.9.0 [2021-08-05T23:45:54.322Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-08-05T23:45:54.322Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-08-05T23:45:54.322Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-08-05T23:45:54.322Z] go: downloading github.com/pkg/errors v0.9.1 [2021-08-05T23:45:54.322Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-08-05T23:45:54.322Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-08-05T23:45:54.322Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-08-05T23:45:54.610Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-08-05T23:45:54.610Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-08-05T23:45:54.610Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-08-05T23:45:54.610Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-08-05T23:45:54.610Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-08-05T23:45:54.610Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-08-05T23:45:54.610Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-08-05T23:45:54.610Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-08-05T23:45:54.610Z] go: downloading github.com/miekg/dns v1.1.26 [2021-08-05T23:45:54.610Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-08-05T23:45:54.610Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-08-05T23:45:54.610Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-08-05T23:45:54.610Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-08-05T23:45:54.877Z] 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 [2021-08-05T23:46:05.000Z] 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 [2021-08-05T23:46:09.256Z] 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 [2021-08-05T23:46:09.842Z] 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 [2021-08-05T23:46:11.277Z] 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 [2021-08-05T23:46:11.863Z] 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 [2021-08-05T23:46:14.534Z] 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 [2021-08-05T23:46:14.534Z] 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 [2021-08-05T23:46:15.456Z] 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 [2021-08-05T23:46:16.866Z] 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 [2021-08-05T23:46:17.839Z] 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 [2021-08-05T23:46:18.801Z] 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 [2021-08-05T23:46:21.396Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-08-05T23:46:21.396Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-08-05T23:46:21.396Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-08-05T23:46:21.396Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-08-05T23:46:21.396Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-08-05T23:46:21.396Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-08-05T23:46:21.396Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-08-05T23:46:21.396Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-08-05T23:46:21.396Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-08-05T23:46:21.396Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-08-05T23:46:21.396Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-08-05T23:46:21.396Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-08-05T23:46:21.396Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-08-05T23:46:21.396Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-08-05T23:46:21.396Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-08-05T23:46:21.396Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-08-05T23:46:21.396Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-08-05T23:46:21.396Z] + 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 [2021-08-05T23:46:21.396Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-08-05T23:46:21.396Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-08-05T23:46:21.396Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-08-05T23:46:21.396Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-08-05T23:46:21.396Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-08-05T23:46:21.396Z] + 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 [2021-08-05T23:46:21.396Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-08-05T23:46:21.396Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-08-05T23:46:21.396Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-08-05T23:46:22.360Z] Building hooks [2021-08-05T23:46:22.360Z] + cd /root/parts/hooks/src [2021-08-05T23:46:22.360Z] + make build [2021-08-05T23:46:22.360Z] go mod tidy [2021-08-05T23:46:22.956Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 [2021-08-05T23:46:22.956Z] go: downloading github.com/stretchr/testify v1.5.1 [2021-08-05T23:46:22.956Z] go: downloading gopkg.in/yaml.v2 v2.2.2 [2021-08-05T23:46:22.956Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2021-08-05T23:46:23.226Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2021-08-05T23:46:23.814Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2021-08-05T23:46:24.419Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2021-08-05T23:46:24.419Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2021-08-05T23:46:27.768Z] Building static-packages [2021-08-05T23:46:27.768Z] + snapcraftctl build [2021-08-05T23:46:29.748Z] Building version [2021-08-05T23:46:29.748Z] + snapcraftctl build [2021-08-05T23:46:31.704Z] Staging config-common [2021-08-05T23:46:31.704Z] + snapcraftctl stage [2021-08-05T23:46:33.927Z] Skipping stage go-build-helper (already ran) [2021-08-05T23:46:33.927Z] Staging edgex-go [2021-08-05T23:46:33.927Z] + snapcraftctl stage [2021-08-05T23:46:33.927Z] Staging hooks [2021-08-05T23:46:33.927Z] + snapcraftctl stage [2021-08-05T23:46:36.428Z] Staging static-packages [2021-08-05T23:46:36.428Z] + snapcraftctl stage [2021-08-05T23:46:36.428Z] Staging version [2021-08-05T23:46:36.428Z] + snapcraftctl stage [2021-08-05T23:46:37.396Z] Priming config-common [2021-08-05T23:46:37.396Z] + snapcraftctl prime [2021-08-05T23:46:38.573Z] Priming go-build-helper [2021-08-05T23:46:38.573Z] + snapcraftctl prime [2021-08-05T23:46:39.562Z] Priming edgex-go [2021-08-05T23:46:39.562Z] + snapcraftctl prime [2021-08-05T23:46:40.988Z] Priming hooks [2021-08-05T23:46:40.988Z] + snapcraftctl prime [2021-08-05T23:46:42.240Z] 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 [2021-08-05T23:46:42.406Z] Priming static-packages [2021-08-05T23:46:42.406Z] + snapcraftctl prime [2021-08-05T23:46:43.223Z] Removing intermediate container 973ad7d611ef [2021-08-05T23:46:43.223Z] ---> a734905b5bef [2021-08-05T23:46:43.223Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-08-05T23:46:43.820Z] ---> Running in b0df233a44e9 [2021-08-05T23:46:43.820Z] Removing intermediate container c4b375cda6f3 [2021-08-05T23:46:43.820Z] ---> 52b93772d9d8 [2021-08-05T23:46:43.820Z] [2021-08-05T23:46:43.820Z] Step 11/32 : FROM alpine:3.12 [2021-08-05T23:46:44.429Z] 3.12: Pulling from library/alpine [2021-08-05T23:46:45.015Z] Priming version [2021-08-05T23:46:45.015Z] + snapcraftctl prime [2021-08-05T23:46:46.041Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-08-05T23:46:46.427Z] 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 [2021-08-05T23:46:46.428Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-05T23:46:46.428Z] Status: Downloaded newer image for alpine:3.12 [2021-08-05T23:46:46.428Z] ---> c4fd0aeabfcf [2021-08-05T23:46:46.428Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-08-05T23:46:47.421Z] ---> Running in 5c074f450958 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-08-05T23:46:50.052Z] Removing intermediate container 5c074f450958 [2021-08-05T23:46:50.052Z] ---> 42681430bce0 [2021-08-05T23:46:50.052Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-08-05T23:46:50.052Z] Removing intermediate container b4d93caf81d7 [2021-08-05T23:46:50.052Z] ---> 4df553572e2b [2021-08-05T23:46:50.052Z] Removing intermediate container 6d748850d3ae [2021-08-05T23:46:50.052Z] [2021-08-05T23:46:50.052Z] ---> e5882acef54e [2021-08-05T23:46:50.052Z] Step 11/22 : FROM alpine:3.12 [2021-08-05T23:46:50.052Z] [2021-08-05T23:46:50.052Z] Step 11/23 : FROM alpine:3.12 [2021-08-05T23:46:50.052Z] ---> c4fd0aeabfcf [2021-08-05T23:46:50.052Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-08-05T23:46:50.052Z] ---> c4fd0aeabfcf [2021-08-05T23:46:50.052Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-08-05T23:46:50.656Z] ---> Running in fb24ad055994 [2021-08-05T23:46:50.932Z] Removing intermediate container bf7040b5b02a [2021-08-05T23:46:50.932Z] ---> b64a5cbd4d7a [2021-08-05T23:46:50.932Z] [2021-08-05T23:46:50.932Z] Step 11/23 : FROM alpine:3.12 [2021-08-05T23:46:50.932Z] ---> c4fd0aeabfcf [2021-08-05T23:46:50.932Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-08-05T23:46:51.207Z] ---> Running in 18dc00c4f5bb [2021-08-05T23:46:51.207Z] ---> Running in ad50047590e3 [2021-08-05T23:46:51.487Z] ---> Running in 81b80f82070d [2021-08-05T23:46:51.487Z] Removing intermediate container b0df233a44e9 [2021-08-05T23:46:51.487Z] ---> 4fe93defe59b [2021-08-05T23:46:51.487Z] [2021-08-05T23:46:51.487Z] Step 12/24 : FROM docker:20.10.7 [2021-08-05T23:46:51.760Z] 20.10.7: Pulling from library/docker [2021-08-05T23:46:53.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-05T23:46:53.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-05T23:46:54.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-05T23:46:54.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-05T23:46:54.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-05T23:46:54.357Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-08-05T23:46:54.357Z] (2/2) Installing su-exec (0.2-r1) [2021-08-05T23:46:54.357Z] Executing busybox-1.31.1-r20.trigger [2021-08-05T23:46:54.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-05T23:46:54.636Z] OK: 5 MiB in 16 packages [2021-08-05T23:46:54.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-05T23:46:54.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-05T23:46:55.252Z] (1/2) Installing ca-certificates (20191127-r4) [2021-08-05T23:46:55.252Z] (1/4) Installing ca-certificates (20191127-r4) [2021-08-05T23:46:55.528Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-08-05T23:46:55.528Z] (3/4) Installing libcurl (7.78.0-r0) [2021-08-05T23:46:55.528Z] (4/4) Installing curl (7.78.0-r0) [2021-08-05T23:46:55.528Z] Executing busybox-1.31.1-r20.trigger [2021-08-05T23:46:55.528Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-08-05T23:46:55.528Z] Executing busybox-1.31.1-r20.trigger [2021-08-05T23:46:55.528Z] Executing ca-certificates-20191127-r4.trigger [2021-08-05T23:46:55.528Z] OK: 5 MiB in 15 packages [2021-08-05T23:46:55.528Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-08-05T23:46:55.528Z] Executing busybox-1.31.1-r20.trigger [2021-08-05T23:46:55.528Z] Executing ca-certificates-20191127-r4.trigger [2021-08-05T23:46:55.806Z] OK: 7 MiB in 18 packages [2021-08-05T23:46:55.806Z] OK: 6 MiB in 16 packages [2021-08-05T23:47:02.755Z] Removing intermediate container fb24ad055994 [2021-08-05T23:47:02.755Z] ---> f4a28a977ce0 [2021-08-05T23:47:02.755Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-08-05T23:47:02.755Z] ---> Running in 5e21651108ae [2021-08-05T23:47:02.755Z] Removing intermediate container 18dc00c4f5bb [2021-08-05T23:47:02.755Z] ---> 80d115a495d4 [2021-08-05T23:47:02.755Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-05T23:47:02.755Z] Removing intermediate container ad50047590e3 [2021-08-05T23:47:02.755Z] ---> 7c00329a6d52 [2021-08-05T23:47:02.755Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-08-05T23:47:02.755Z] ---> Running in 970dddc89b3f [2021-08-05T23:47:02.755Z] Removing intermediate container 81b80f82070d [2021-08-05T23:47:02.755Z] ---> e02316797446 [2021-08-05T23:47:02.755Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-05T23:47:02.755Z] Removing intermediate container 5e21651108ae [2021-08-05T23:47:02.755Z] ---> 241e5608573b [2021-08-05T23:47:02.755Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-08-05T23:47:02.755Z] ---> Running in 4d3eb7e928af [2021-08-05T23:47:02.755Z] ---> Running in 8ad39a0891bb [2021-08-05T23:47:02.755Z] ---> Running in 636b015b5d1f [2021-08-05T23:47:02.755Z] Removing intermediate container 970dddc89b3f [2021-08-05T23:47:02.755Z] ---> 8ef5278a8872 [2021-08-05T23:47:02.755Z] Step 14/23 : ENV APP_PORT=59861 [2021-08-05T23:47:02.755Z] ---> Running in f5360f5dee2e [2021-08-05T23:47:02.755Z] Removing intermediate container 4d3eb7e928af [2021-08-05T23:47:02.755Z] ---> 8ba934e83e1e [2021-08-05T23:47:02.755Z] Step 14/22 : WORKDIR /edgex [2021-08-05T23:47:02.755Z] Removing intermediate container 8ad39a0891bb [2021-08-05T23:47:02.755Z] ---> 81e82691d01f [2021-08-05T23:47:02.755Z] Step 14/23 : ENV APP_PORT=59860 [2021-08-05T23:47:02.755Z] Removing intermediate container 636b015b5d1f [2021-08-05T23:47:02.755Z] ---> bd08bd029973 [2021-08-05T23:47:02.755Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-08-05T23:47:02.755Z] ---> Running in 19d64ba9e505 [2021-08-05T23:47:02.755Z] ---> Running in 6c43aa02b1d7 [2021-08-05T23:47:02.755Z] ---> Running in 80e0fad4efbc [2021-08-05T23:47:03.032Z] Removing intermediate container f5360f5dee2e [2021-08-05T23:47:03.032Z] ---> cacc8652c54a [2021-08-05T23:47:03.032Z] Step 15/23 : EXPOSE $APP_PORT [2021-08-05T23:47:03.309Z] Removing intermediate container 19d64ba9e505 [2021-08-05T23:47:03.309Z] ---> 6d54f635bc90 [2021-08-05T23:47:03.309Z] Step 15/23 : EXPOSE $APP_PORT [2021-08-05T23:47:03.309Z] ---> Running in 6a9ed2201fcb [2021-08-05T23:47:03.309Z] ---> Running in f99708ee3f1c [2021-08-05T23:47:03.589Z] Removing intermediate container 6c43aa02b1d7 [2021-08-05T23:47:03.589Z] ---> 55132a5de204 [2021-08-05T23:47:03.589Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-08-05T23:47:04.189Z] Removing intermediate container 6a9ed2201fcb [2021-08-05T23:47:04.189Z] ---> 6f7f73204e34 [2021-08-05T23:47:04.189Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-05T23:47:04.465Z] Removing intermediate container f99708ee3f1c [2021-08-05T23:47:04.465Z] ---> e70e136b34e1 [2021-08-05T23:47:04.465Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-05T23:47:05.449Z] ---> 76f93528b82c [2021-08-05T23:47:05.449Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-08-05T23:47:05.449Z] Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 [2021-08-05T23:47:05.449Z] Status: Downloaded newer image for docker:20.10.7 [2021-08-05T23:47:05.727Z] ---> df445af6242a [2021-08-05T23:47:05.727Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-08-05T23:47:05.727Z] ---> 7507e864b567 [2021-08-05T23:47:05.727Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-08-05T23:47:06.006Z] ---> 036fbbc027a3 [2021-08-05T23:47:06.006Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-08-05T23:47:06.006Z] ---> Running in 5e27b967a33b [2021-08-05T23:47:07.443Z] ---> b5060c55516e [2021-08-05T23:47:07.443Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-08-05T23:47:07.443Z] Removing intermediate container 5e27b967a33b [2021-08-05T23:47:07.443Z] ---> 030081c291ca [2021-08-05T23:47:07.443Z] 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 [2021-08-05T23:47:07.443Z] Removing intermediate container 80e0fad4efbc [2021-08-05T23:47:07.443Z] ---> 48cf6c3f04a6 [2021-08-05T23:47:07.443Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-08-05T23:47:07.720Z] ---> Running in fcfb7aa0fb3d [2021-08-05T23:47:07.720Z] ---> 5e360a23322d [2021-08-05T23:47:07.720Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-08-05T23:47:07.720Z] ---> ab7764e83392 [2021-08-05T23:47:07.720Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-08-05T23:47:07.720Z] ---> Running in ea1d4dd1dc57 [2021-08-05T23:47:09.163Z] Removing intermediate container ea1d4dd1dc57 [2021-08-05T23:47:09.163Z] ---> d065b85e1d5d [2021-08-05T23:47:09.163Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-08-05T23:47:09.763Z] ---> 0393c9382c76 [2021-08-05T23:47:09.763Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-08-05T23:47:09.763Z] ---> 65593f2b5034 [2021-08-05T23:47:09.763Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-08-05T23:47:09.763Z] ---> 35219e28b60b [2021-08-05T23:47:09.763Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-08-05T23:47:10.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-05T23:47:10.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-05T23:47:10.334Z] ---> Running in f3985d9afa3e [2021-08-05T23:47:10.334Z] ---> Running in 6db3e9a7d892 [2021-08-05T23:47:10.334Z] ---> 7c7971aba959 [2021-08-05T23:47:10.334Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-08-05T23:47:10.334Z] ---> Running in d5fe5fc8a8f3 [2021-08-05T23:47:10.609Z] ---> Running in 6833b7857d33 [2021-08-05T23:47:11.232Z] Removing intermediate container f3985d9afa3e [2021-08-05T23:47:11.232Z] ---> 243e31fb8afc [2021-08-05T23:47:11.232Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-05T23:47:11.232Z] (1/39) Installing readline (8.1.0-r0) [2021-08-05T23:47:11.232Z] (2/39) Installing bash (5.1.0-r0) [2021-08-05T23:47:11.232Z] Executing bash-5.1.0-r0.post-install [2021-08-05T23:47:11.232Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-08-05T23:47:11.232Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-08-05T23:47:11.232Z] (5/39) Installing libcurl (7.78.0-r0) [2021-08-05T23:47:11.232Z] (6/39) Installing curl (7.78.0-r0) [2021-08-05T23:47:11.232Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-08-05T23:47:11.232Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-08-05T23:47:11.232Z] (9/39) Installing expat (2.2.10-r1) [2021-08-05T23:47:11.530Z] (10/39) Installing libffi (3.3-r2) [2021-08-05T23:47:11.530Z] Removing intermediate container 6db3e9a7d892 [2021-08-05T23:47:11.530Z] ---> 7f1b08833579 [2021-08-05T23:47:11.530Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-05T23:47:11.530Z] (11/39) Installing gdbm (1.19-r0) [2021-08-05T23:47:11.530Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-08-05T23:47:11.530Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-08-05T23:47:11.530Z] (14/39) Installing python3 (3.8.10-r0) [2021-08-05T23:47:11.530Z] ---> Running in 0a799605b72f [2021-08-05T23:47:11.530Z] Removing intermediate container d5fe5fc8a8f3 [2021-08-05T23:47:11.530Z] ---> 65f2a322308d [2021-08-05T23:47:11.530Z] Step 19/22 : CMD ["--init=true"] [2021-08-05T23:47:11.814Z] ---> Running in 8930a838cba0 [2021-08-05T23:47:12.113Z] ---> Running in de58d3804a06 [2021-08-05T23:47:12.713Z] Removing intermediate container 0a799605b72f [2021-08-05T23:47:12.713Z] ---> 199dbb410ed3 [2021-08-05T23:47:12.713Z] Step 21/23 : LABEL arch=arm64 [2021-08-05T23:47:12.998Z] Removing intermediate container 8930a838cba0 [2021-08-05T23:47:12.998Z] ---> aa77cc04830e [2021-08-05T23:47:12.998Z] Step 21/23 : LABEL arch=arm64 [2021-08-05T23:47:12.998Z] ---> Running in 6eafd23244bf [2021-08-05T23:47:13.274Z] Removing intermediate container de58d3804a06 [2021-08-05T23:47:13.274Z] ---> f5bfe8c14b78 [2021-08-05T23:47:13.274Z] Step 20/22 : LABEL arch=arm64 [2021-08-05T23:47:13.550Z] ---> Running in d4f93aabd6db [2021-08-05T23:47:13.827Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-08-05T23:47:13.827Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-08-05T23:47:13.827Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-08-05T23:47:13.827Z] (18/39) Installing py3-six (1.15.0-r0) [2021-08-05T23:47:13.827Z] (19/39) Installing py3-packaging (20.9-r0) [2021-08-05T23:47:13.827Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-08-05T23:47:14.104Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-08-05T23:47:14.104Z] (22/39) Installing py3-idna (3.1-r0) [2021-08-05T23:47:14.104Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-08-05T23:47:14.104Z] ---> Running in 7aef24f8aa15 [2021-08-05T23:47:14.380Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-08-05T23:47:14.380Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-08-05T23:47:14.380Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-08-05T23:47:14.380Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-08-05T23:47:14.380Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-08-05T23:47:14.380Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-08-05T23:47:14.380Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-08-05T23:47:14.380Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-08-05T23:47:14.380Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-08-05T23:47:14.380Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-08-05T23:47:14.380Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-08-05T23:47:14.656Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-08-05T23:47:14.656Z] (36/39) Installing py3-progress (1.5-r0) [2021-08-05T23:47:14.656Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-08-05T23:47:14.656Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-08-05T23:47:14.656Z] Removing intermediate container d4f93aabd6db [2021-08-05T23:47:14.656Z] ---> 95f3322af357 [2021-08-05T23:47:14.656Z] Step 22/23 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:47:14.656Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-08-05T23:47:14.656Z] Removing intermediate container 6eafd23244bf [2021-08-05T23:47:14.656Z] ---> 56b3f6fba6b9 [2021-08-05T23:47:14.656Z] Step 22/23 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:47:15.259Z] Executing busybox-1.32.1-r6.trigger [2021-08-05T23:47:15.259Z] OK: 82 MiB in 59 packages [2021-08-05T23:47:15.259Z] ---> Running in 5b562a174c14 [2021-08-05T23:47:15.259Z] ---> Running in c8bd98689782 [2021-08-05T23:47:15.532Z] Removing intermediate container 7aef24f8aa15 [2021-08-05T23:47:15.532Z] ---> 4f6dbb16a403 [2021-08-05T23:47:15.532Z] Step 21/22 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:47:15.812Z] Removing intermediate container 6833b7857d33 [2021-08-05T23:47:15.812Z] ---> 165db1aaed78 [2021-08-05T23:47:15.812Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-05T23:47:15.812Z] ---> Running in b282d3556e60 [2021-08-05T23:47:16.092Z] Removing intermediate container c8bd98689782 [2021-08-05T23:47:16.092Z] ---> a34d79088b94 [2021-08-05T23:47:16.092Z] Step 23/23 : LABEL version=0.0.0 [2021-08-05T23:47:16.092Z] Removing intermediate container 5b562a174c14 [2021-08-05T23:47:16.092Z] ---> 73dc278fc2d0 [2021-08-05T23:47:16.092Z] Step 23/23 : LABEL version=0.0.0 [2021-08-05T23:47:16.372Z] ---> Running in e5bf6aef1a79 [2021-08-05T23:47:16.372Z] ---> Running in 6d76d16ca042 [2021-08-05T23:47:17.358Z] Removing intermediate container b282d3556e60 [2021-08-05T23:47:17.358Z] ---> 6e080337bf97 [2021-08-05T23:47:17.358Z] Step 22/22 : LABEL version=0.0.0 [2021-08-05T23:47:17.358Z] ---> Running in c2f49592d1d6 [2021-08-05T23:47:17.636Z] ---> bbc95d1a8367 [2021-08-05T23:47:17.636Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-08-05T23:47:17.636Z] Removing intermediate container 6d76d16ca042 [2021-08-05T23:47:17.636Z] ---> 89115a780221 [2021-08-05T23:47:17.636Z] [2021-08-05T23:47:17.636Z] Removing intermediate container e5bf6aef1a79 [2021-08-05T23:47:17.636Z] ---> 69deab434af8 [2021-08-05T23:47:17.636Z] [2021-08-05T23:47:18.242Z] Successfully built 69deab434af8 [2021-08-05T23:47:18.242Z] Successfully built 89115a780221 [2021-08-05T23:47:18.242Z] Successfully tagged support-scheduler-arm64:latest [2021-08-05T23:47:18.242Z]  Building support-scheduler ... done Building core-command [2021-08-05T23:47:18.242Z] Successfully tagged support-notifications-arm64:latest [2021-08-05T23:47:18.242Z] Building core-data [2021-08-05T23:47:18.856Z]  Building support-notifications ... done Removing intermediate container c2f49592d1d6 [2021-08-05T23:47:18.856Z] ---> e02ef9f9964d [2021-08-05T23:47:18.856Z] [2021-08-05T23:47:19.131Z] Successfully built e02ef9f9964d [2021-08-05T23:47:19.131Z] Successfully tagged security-proxy-setup-arm64:latest [2021-08-05T23:47:19.131Z]  Building security-proxy-setup ... done Building security-secretstore-setup [2021-08-05T23:47:19.738Z] ---> 2baf46625052 [2021-08-05T23:47:19.738Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-08-05T23:47:21.185Z] ---> 40b82e852059 [2021-08-05T23:47:21.185Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-08-05T23:47:25.549Z] ---> cf713c1d390e [2021-08-05T23:47:25.549Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-08-05T23:47:25.823Z] Collecting docker-compose==1.23.2 [2021-08-05T23:47:25.823Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-08-05T23:47:26.427Z] Collecting texttable<0.10,>=0.9.0 [2021-08-05T23:47:26.427Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-08-05T23:47:27.036Z] ---> b7e2dfb3141d [2021-08-05T23:47:27.036Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-08-05T23:47:28.027Z] ---> Running in d377b91c6872 [2021-08-05T23:47:29.021Z] Removing intermediate container d377b91c6872 [2021-08-05T23:47:29.021Z] ---> 6f244d7b52bc [2021-08-05T23:47:29.021Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-08-05T23:47:29.021Z] Collecting docopt<0.7,>=0.6.1 [2021-08-05T23:47:29.021Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-08-05T23:47:31.047Z] ---> e98ae98396a7 [2021-08-05T23:47:31.047Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-08-05T23:47:31.047Z] ---> Running in b36d112deac5 [2021-08-05T23:47:32.041Z] Collecting websocket-client<1.0,>=0.32.0 [2021-08-05T23:47:32.042Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-08-05T23:47:33.491Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-08-05T23:47:33.491Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-08-05T23:47:33.771Z] Collecting dockerpty<0.5,>=0.4.1 [2021-08-05T23:47:33.771Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-08-05T23:47:34.372Z] Removing intermediate container b36d112deac5 [2021-08-05T23:47:34.372Z] ---> 0b7abaccd3da [2021-08-05T23:47:34.372Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-08-05T23:47:35.364Z] ---> Running in 69d9b785d9ff [2021-08-05T23:47:36.352Z] Removing intermediate container 69d9b785d9ff [2021-08-05T23:47:36.352Z] ---> 98061c442ed3 [2021-08-05T23:47:36.352Z] Step 29/32 : CMD ["gate"] [2021-08-05T23:47:36.955Z] Collecting docker<4.0,>=3.6.0 [2021-08-05T23:47:37.232Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-08-05T23:47:37.232Z] ---> Running in ffcd63b92c04 [2021-08-05T23:47:37.510Z] Collecting jsonschema<3,>=2.5.1 [2021-08-05T23:47:37.510Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-08-05T23:47:37.510Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-08-05T23:47:38.514Z] Removing intermediate container ffcd63b92c04 [2021-08-05T23:47:38.514Z] ---> 2381d7352b38 [2021-08-05T23:47:38.514Z] Step 30/32 : LABEL arch=arm64 [2021-08-05T23:47:38.514Z] Collecting PyYAML<4,>=3.10 [2021-08-05T23:47:38.790Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-08-05T23:47:39.065Z] ---> Running in ac359ed43ed5 [2021-08-05T23:47:40.510Z] Removing intermediate container ac359ed43ed5 [2021-08-05T23:47:40.510Z] ---> 710a5f723e66 [2021-08-05T23:47:40.510Z] Step 31/32 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:47:41.112Z] ---> Running in b99f04b998db [2021-08-05T23:47:42.109Z] Removing intermediate container b99f04b998db [2021-08-05T23:47:42.110Z] ---> 275806f87717 [2021-08-05T23:47:42.110Z] Step 32/32 : LABEL version=0.0.0 [2021-08-05T23:47:43.569Z] Collecting cached-property<2,>=1.2.0 [2021-08-05T23:47:43.569Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-08-05T23:47:43.569Z] ---> Running in 6c4ddd9f9020 [2021-08-05T23:47:44.582Z] Collecting docker-pycreds>=0.4.0 [2021-08-05T23:47:44.582Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-08-05T23:47:44.582Z] Removing intermediate container 6c4ddd9f9020 [2021-08-05T23:47:44.582Z] ---> 1bfe32cf6fde [2021-08-05T23:47:44.582Z] [2021-08-05T23:47:45.196Z] Collecting idna<2.8,>=2.5 [2021-08-05T23:47:45.196Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-08-05T23:47:45.196Z] Successfully built 1bfe32cf6fde [2021-08-05T23:47:45.472Z] Successfully tagged security-bootstrapper-arm64:latest [2021-08-05T23:47:45.472Z] Building core-metadata [2021-08-05T23:47:45.744Z]  Building security-bootstrapper ... done Collecting certifi>=2017.4.17 [2021-08-05T23:47:45.744Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-08-05T23:47:46.344Z] Collecting urllib3<1.25,>=1.21.1 [2021-08-05T23:47:46.623Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-08-05T23:47:46.623Z] Collecting chardet<3.1.0,>=3.0.2 [2021-08-05T23:47:46.623Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-08-05T23:47:47.232Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-08-05T23:47:47.232Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-08-05T23:47:47.232Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-08-05T23:47:47.232Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-08-05T23:47:48.674Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-08-05T23:47:48.674Z] Attempting uninstall: urllib3 [2021-08-05T23:47:48.674Z] Found existing installation: urllib3 1.26.2 [2021-08-05T23:47:48.674Z] Uninstalling urllib3-1.26.2: [2021-08-05T23:47:48.674Z] Successfully uninstalled urllib3-1.26.2 [2021-08-05T23:47:49.279Z] Attempting uninstall: idna [2021-08-05T23:47:49.280Z] Found existing installation: idna 3.1 [2021-08-05T23:47:49.280Z] Uninstalling idna-3.1: [2021-08-05T23:47:49.554Z] Successfully uninstalled idna-3.1 [2021-08-05T23:47:51.994Z] Attempting uninstall: chardet [2021-08-05T23:47:51.994Z] Found existing installation: chardet 4.0.0 [2021-08-05T23:47:51.994Z] Uninstalling chardet-4.0.0: [2021-08-05T23:47:51.994Z] Successfully uninstalled chardet-4.0.0 [2021-08-05T23:47:52.269Z] Attempting uninstall: requests [2021-08-05T23:47:52.545Z] Found existing installation: requests 2.25.1 [2021-08-05T23:47:52.545Z] Uninstalling requests-2.25.1: [2021-08-05T23:47:52.545Z] Successfully uninstalled requests-2.25.1 [2021-08-05T23:47:53.151Z] Running setup.py install for texttable: started [2021-08-05T23:47:53.778Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:47:53.778Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:47:53.778Z] ---> 64d9942e47a1 [2021-08-05T23:47:53.778Z] Step 3/24 : WORKDIR /edgex-go [2021-08-05T23:47:53.778Z] ---> Using cache [2021-08-05T23:47:53.778Z] ---> 71d08b4c6797 [2021-08-05T23:47:53.778Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:47:53.778Z] ---> Using cache [2021-08-05T23:47:53.778Z] ---> 80f140136328 [2021-08-05T23:47:53.778Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-08-05T23:47:55.246Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:47:55.246Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:47:55.246Z] ---> 64d9942e47a1 [2021-08-05T23:47:55.246Z] Step 3/24 : WORKDIR /edgex-go [2021-08-05T23:47:55.246Z] ---> Using cache [2021-08-05T23:47:55.246Z] ---> 71d08b4c6797 [2021-08-05T23:47:55.246Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:47:55.246Z] ---> Using cache [2021-08-05T23:47:55.246Z] ---> 80f140136328 [2021-08-05T23:47:55.246Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-08-05T23:47:55.854Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:47:55.854Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:47:55.854Z] ---> 64d9942e47a1 [2021-08-05T23:47:55.854Z] Step 3/26 : WORKDIR /edgex-go [2021-08-05T23:47:55.854Z] ---> Using cache [2021-08-05T23:47:55.854Z] ---> 71d08b4c6797 [2021-08-05T23:47:55.854Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:47:55.854Z] ---> Using cache [2021-08-05T23:47:55.854Z] ---> 80f140136328 [2021-08-05T23:47:55.854Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-08-05T23:47:55.854Z] Running setup.py install for texttable: finished with status 'done' [2021-08-05T23:47:56.131Z] Running setup.py install for PyYAML: started [2021-08-05T23:47:56.733Z] ---> Running in e4b9e556e03f [2021-08-05T23:47:56.733Z] ---> Running in 2705591bfb4b [2021-08-05T23:47:56.733Z] ---> Running in 0e498524687d [2021-08-05T23:47:59.772Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-05T23:47:59.772Z] Running setup.py install for PyYAML: finished with status 'done' [2021-08-05T23:48:00.423Z] Running setup.py install for docopt: started [2021-08-05T23:48:00.724Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-05T23:48:00.724Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-05T23:48:01.007Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-05T23:48:01.647Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-05T23:48:01.945Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-05T23:48:02.596Z] OK: 218 MiB in 52 packages [2021-08-05T23:48:03.677Z] OK: 218 MiB in 52 packages [2021-08-05T23:48:03.678Z] OK: 218 MiB in 52 packages [2021-08-05T23:48:05.698Z] Running setup.py install for docopt: finished with status 'done' [2021-08-05T23:48:05.698Z] Running setup.py install for dockerpty: started [2021-08-05T23:48:06.312Z] Removing intermediate container 0e498524687d [2021-08-05T23:48:06.598Z] ---> 8a6004583a0d [2021-08-05T23:48:06.598Z] Step 6/24 : COPY go.mod . [2021-08-05T23:48:07.209Z] Removing intermediate container 2705591bfb4b [2021-08-05T23:48:07.209Z] ---> dd2e2e48a6a3 [2021-08-05T23:48:07.209Z] Step 6/26 : COPY go.mod . [2021-08-05T23:48:07.209Z] Removing intermediate container e4b9e556e03f [2021-08-05T23:48:07.209Z] ---> 0e9831c0d93e [2021-08-05T23:48:07.209Z] Step 6/24 : COPY go.mod . [2021-08-05T23:48:07.488Z] Running setup.py install for dockerpty: finished with status 'done' [2021-08-05T23:48:08.093Z] ---> 6ee4cbaa0408 [2021-08-05T23:48:08.093Z] Step 7/24 : RUN go mod download [2021-08-05T23:48:08.370Z] ---> Running in ea2274e17a00 [2021-08-05T23:48:08.978Z] ---> 63dd19bbe45a [2021-08-05T23:48:08.978Z] Step 7/24 : RUN go mod download [2021-08-05T23:48:09.263Z] ---> 32f9129e6ebb [2021-08-05T23:48:09.263Z] Step 7/26 : RUN go mod download [2021-08-05T23:48:09.545Z] 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 [2021-08-05T23:48:09.825Z] ---> Running in 1944866792d1 [2021-08-05T23:48:10.114Z] ---> Running in cd0af59e09c3 [2021-08-05T23:48:11.135Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-05T23:48:11.135Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-05T23:48:11.135Z] ---> 64d9942e47a1 [2021-08-05T23:48:11.135Z] Step 3/24 : WORKDIR /edgex-go [2021-08-05T23:48:11.135Z] ---> Using cache [2021-08-05T23:48:11.135Z] ---> 71d08b4c6797 [2021-08-05T23:48:11.135Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:48:11.135Z] ---> Using cache [2021-08-05T23:48:11.135Z] ---> 80f140136328 [2021-08-05T23:48:11.135Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-08-05T23:48:11.135Z] ---> Using cache [2021-08-05T23:48:11.135Z] ---> dd2e2e48a6a3 [2021-08-05T23:48:11.135Z] Step 6/24 : COPY go.mod . [2021-08-05T23:48:11.135Z] ---> Using cache [2021-08-05T23:48:11.135Z] ---> 32f9129e6ebb [2021-08-05T23:48:11.135Z] Step 7/24 : RUN go mod download [2021-08-05T23:48:11.413Z] ---> Running in 3ef2e2ff1b3c [2021-08-05T23:48:18.204Z] Removing intermediate container ea2274e17a00 [2021-08-05T23:48:18.204Z] ---> 49d1f1597836 [2021-08-05T23:48:18.204Z] Step 8/24 : COPY . . [2021-08-05T23:48:20.636Z] Removing intermediate container cd0af59e09c3 [2021-08-05T23:48:20.636Z] ---> 5c47e449a3a9 [2021-08-05T23:48:20.636Z] Step 8/26 : COPY . . [2021-08-05T23:48:20.636Z] Removing intermediate container 3ef2e2ff1b3c [2021-08-05T23:48:20.636Z] Removing intermediate container 1944866792d1 [2021-08-05T23:48:20.636Z] ---> 9ee729ebe5fe [2021-08-05T23:48:20.636Z] ---> e3a21c87694d [2021-08-05T23:48:20.636Z] Step 8/24 : COPY . . [2021-08-05T23:48:20.636Z] Step 8/24 : COPY . . [2021-08-05T23:48:27.421Z] Removing intermediate container fcfb7aa0fb3d [2021-08-05T23:48:27.421Z] ---> 006323319178 [2021-08-05T23:48:27.421Z] Step 15/24 : ENV APP_PORT=58890 [2021-08-05T23:48:29.444Z] ---> Running in fd19743b08cd [2021-08-05T23:48:32.115Z] Removing intermediate container fd19743b08cd [2021-08-05T23:48:32.115Z] ---> 642badb16178 [2021-08-05T23:48:32.115Z] Step 16/24 : EXPOSE $APP_PORT [2021-08-05T23:48:34.794Z] ---> Running in 867d45b6fb85 [2021-08-05T23:48:35.808Z] Removing intermediate container 867d45b6fb85 [2021-08-05T23:48:35.808Z] ---> 0fd62737925a [2021-08-05T23:48:36.099Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-08-05T23:48:37.556Z] ---> 0ac448c608d3 [2021-08-05T23:48:37.556Z] Step 9/24 : RUN go mod tidy [2021-08-05T23:48:39.573Z] ---> Running in e0efb29e7f35 [2021-08-05T23:48:39.573Z] ---> 022e47756c2d [2021-08-05T23:48:39.573Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-08-05T23:48:40.184Z] ---> 095d345c6fdf [2021-08-05T23:48:40.184Z] Step 9/24 : RUN go mod tidy [2021-08-05T23:48:40.184Z] ---> d9a6d0243466 [2021-08-05T23:48:40.184Z] Step 9/24 : RUN go mod tidy [2021-08-05T23:48:40.466Z] ---> a646ee551900 [2021-08-05T23:48:40.466Z] Step 9/26 : RUN go mod tidy [2021-08-05T23:48:40.466Z] ---> Running in 2ee587a670c2 [2021-08-05T23:48:40.466Z] ---> Running in b076cef53286 [2021-08-05T23:48:41.918Z] ---> Running in 862052dfed2b [2021-08-05T23:48:41.918Z] ---> 98fae3c80514 [2021-08-05T23:48:41.918Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-08-05T23:48:43.912Z] ---> f6d04ca91e5c [2021-08-05T23:48:43.912Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-08-05T23:48:44.187Z] ---> Running in 92a3e5ef7d76 [2021-08-05T23:48:44.464Z] Removing intermediate container e0efb29e7f35 [2021-08-05T23:48:44.464Z] ---> be291f816dd0 [2021-08-05T23:48:44.464Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-08-05T23:48:44.464Z] ---> Running in 5797d671fbb7 [2021-08-05T23:48:44.743Z] Removing intermediate container 92a3e5ef7d76 [2021-08-05T23:48:44.743Z] ---> 2ac913759e29 [2021-08-05T23:48:44.743Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-05T23:48:45.026Z] ---> Running in d41d92eb10be [2021-08-05T23:48:46.478Z] Removing intermediate container d41d92eb10be [2021-08-05T23:48:46.478Z] ---> 26574a16a14f [2021-08-05T23:48:46.478Z] Step 22/24 : LABEL arch=arm64 [2021-08-05T23:48:46.754Z] ---> Running in ee96590a2bf4 [2021-08-05T23:48:47.028Z] 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 [2021-08-05T23:48:47.656Z] Removing intermediate container ee96590a2bf4 [2021-08-05T23:48:47.656Z] ---> 8988240b4c07 [2021-08-05T23:48:47.656Z] Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:48:47.929Z] Removing intermediate container 2ee587a670c2 [2021-08-05T23:48:47.929Z] ---> d72bf7ac611a [2021-08-05T23:48:47.929Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-08-05T23:48:47.929Z] ---> Running in 63fa276ea887 [2021-08-05T23:48:48.205Z] ---> Running in ba6c894ada73 [2021-08-05T23:48:48.489Z] Removing intermediate container b076cef53286 [2021-08-05T23:48:48.489Z] ---> a55122de2384 [2021-08-05T23:48:48.489Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-08-05T23:48:49.103Z] ---> Running in 91a27184acdf [2021-08-05T23:48:49.103Z] Removing intermediate container 862052dfed2b [2021-08-05T23:48:49.103Z] ---> 8cb1a0ee6896 [2021-08-05T23:48:49.103Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-08-05T23:48:49.705Z] Removing intermediate container 63fa276ea887 [2021-08-05T23:48:49.705Z] ---> 615ac37cb0e2 [2021-08-05T23:48:49.705Z] Step 24/24 : LABEL version=0.0.0 [2021-08-05T23:48:49.705Z] ---> Running in f440d1c9e5a4 [2021-08-05T23:48:50.298Z] ---> Running in 959123d2267b [2021-08-05T23:48:50.894Z] 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 [2021-08-05T23:48:51.166Z] Removing intermediate container 959123d2267b [2021-08-05T23:48:51.166Z] ---> dcec19052e00 [2021-08-05T23:48:51.166Z] [2021-08-05T23:48:51.764Z] Successfully built dcec19052e00 [2021-08-05T23:48:51.764Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-08-05T23:48:52.748Z]  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 [2021-08-05T23:48:53.025Z] 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 [2021-08-05T23:50:31.577Z] Removing intermediate container 5797d671fbb7 [2021-08-05T23:50:31.577Z] ---> 11979c4f4438 [2021-08-05T23:50:31.577Z] [2021-08-05T23:50:31.577Z] Step 11/24 : FROM alpine:3.12 [2021-08-05T23:50:31.577Z] ---> c4fd0aeabfcf [2021-08-05T23:50:31.577Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-05T23:50:31.577Z] ---> Using cache [2021-08-05T23:50:31.577Z] ---> 80d115a495d4 [2021-08-05T23:50:31.577Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-05T23:50:31.577Z] ---> Using cache [2021-08-05T23:50:31.577Z] ---> 8ef5278a8872 [2021-08-05T23:50:31.577Z] Step 14/24 : ENV APP_PORT=59882 [2021-08-05T23:50:31.577Z] ---> Running in 5e3d53294f01 [2021-08-05T23:50:31.577Z] Removing intermediate container 5e3d53294f01 [2021-08-05T23:50:31.577Z] ---> cbebafa29f59 [2021-08-05T23:50:31.577Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-05T23:50:31.577Z] ---> Running in dcf1194779b6 [2021-08-05T23:50:31.577Z] Removing intermediate container dcf1194779b6 [2021-08-05T23:50:31.577Z] ---> 1e5e2beceb98 [2021-08-05T23:50:31.577Z] Step 16/24 : WORKDIR / [2021-08-05T23:50:31.577Z] ---> Running in aab238cb83fd [2021-08-05T23:50:31.577Z] Removing intermediate container aab238cb83fd [2021-08-05T23:50:31.577Z] ---> affa65a7ee1b [2021-08-05T23:50:31.577Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-05T23:50:31.577Z] 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 [2021-08-05T23:50:31.577Z] ---> ff12144e2e80 [2021-08-05T23:50:31.577Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-08-05T23:50:31.577Z] ---> 58c2b36da41a [2021-08-05T23:50:31.577Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-08-05T23:50:31.577Z] ---> c5f32c3d3a5e [2021-08-05T23:50:31.577Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-08-05T23:50:31.577Z] ---> Running in 8665f46fe839 [2021-08-05T23:50:31.577Z] Removing intermediate container 8665f46fe839 [2021-08-05T23:50:31.577Z] ---> d2bd16c5e2b1 [2021-08-05T23:50:31.577Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-05T23:50:31.577Z] ---> Running in cde3d39d1e10 [2021-08-05T23:50:31.577Z] Removing intermediate container cde3d39d1e10 [2021-08-05T23:50:31.577Z] ---> 075f069eea31 [2021-08-05T23:50:31.577Z] Step 22/24 : LABEL arch=arm64 [2021-08-05T23:50:31.577Z] ---> Running in efe3a2bde15f [2021-08-05T23:50:32.564Z] Removing intermediate container efe3a2bde15f [2021-08-05T23:50:32.564Z] ---> 0d8f7e8d9a07 [2021-08-05T23:50:32.564Z] Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:50:32.564Z] ---> Running in 38f8aac04ab8 [2021-08-05T23:50:34.360Z] Removing intermediate container 38f8aac04ab8 [2021-08-05T23:50:34.360Z] ---> 635a68da5f81 [2021-08-05T23:50:34.360Z] Step 24/24 : LABEL version=0.0.0 [2021-08-05T23:50:34.360Z] ---> Running in 3eee360d02a1 [2021-08-05T23:50:36.342Z] Removing intermediate container 3eee360d02a1 [2021-08-05T23:50:36.342Z] ---> 364a7b9c0fcf [2021-08-05T23:50:36.342Z] [2021-08-05T23:50:36.618Z] Removing intermediate container f440d1c9e5a4 [2021-08-05T23:50:36.618Z] ---> 79fe009ac549 [2021-08-05T23:50:36.618Z] [2021-08-05T23:50:36.618Z] Step 11/26 : FROM alpine:3.12 [2021-08-05T23:50:36.618Z] ---> c4fd0aeabfcf [2021-08-05T23:50:36.618Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-08-05T23:50:36.896Z] Successfully built 364a7b9c0fcf [2021-08-05T23:50:36.896Z] Successfully tagged core-command-arm64:latest [2021-08-05T23:50:37.173Z]  Building core-command ... done  ---> Running in 269d72981499 [2021-08-05T23:50:39.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-05T23:50:39.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-05T23:50:39.452Z] (1/6) Installing ca-certificates (20191127-r4) [2021-08-05T23:50:39.731Z] Removing intermediate container ba6c894ada73 [2021-08-05T23:50:39.731Z] ---> f7cdaf9e384c [2021-08-05T23:50:39.731Z] [2021-08-05T23:50:39.731Z] Step 11/24 : FROM alpine:3.12 [2021-08-05T23:50:39.731Z] ---> c4fd0aeabfcf [2021-08-05T23:50:39.731Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-05T23:50:39.731Z] ---> Using cache [2021-08-05T23:50:39.731Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-08-05T23:50:39.731Z] ---> 80d115a495d4 [2021-08-05T23:50:39.731Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-05T23:50:39.731Z] ---> Using cache [2021-08-05T23:50:39.731Z] ---> 8ef5278a8872 [2021-08-05T23:50:39.731Z] Step 14/24 : ENV APP_PORT=59881 [2021-08-05T23:50:39.731Z] (3/6) Installing libcurl (7.78.0-r0) [2021-08-05T23:50:39.731Z] (4/6) Installing curl (7.78.0-r0) [2021-08-05T23:50:39.731Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-08-05T23:50:39.731Z] (6/6) Installing su-exec (0.2-r1) [2021-08-05T23:50:39.731Z] Executing busybox-1.31.1-r20.trigger [2021-08-05T23:50:39.731Z] Executing ca-certificates-20191127-r4.trigger [2021-08-05T23:50:40.014Z] OK: 7 MiB in 20 packages [2021-08-05T23:50:40.014Z] ---> Running in c3d8ce361128 [2021-08-05T23:50:40.997Z] Removing intermediate container c3d8ce361128 [2021-08-05T23:50:40.997Z] ---> dce6016808e3 [2021-08-05T23:50:40.997Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-05T23:50:41.598Z] ---> Running in 85e8e070b936 [2021-08-05T23:50:42.583Z] Removing intermediate container 85e8e070b936 [2021-08-05T23:50:42.583Z] ---> bc78f92429e2 [2021-08-05T23:50:42.583Z] Step 16/24 : WORKDIR / [2021-08-05T23:50:42.583Z] Removing intermediate container 269d72981499 [2021-08-05T23:50:42.583Z] ---> 063a5157f422 [2021-08-05T23:50:42.583Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-08-05T23:50:43.180Z] ---> Running in 93992b4bfc1d [2021-08-05T23:50:43.181Z] ---> Running in d64bfd47ea30 [2021-08-05T23:50:44.165Z] Removing intermediate container 93992b4bfc1d [2021-08-05T23:50:44.165Z] ---> 4c711cdc1334 [2021-08-05T23:50:44.165Z] Step 14/26 : WORKDIR / [2021-08-05T23:50:44.446Z] Removing intermediate container d64bfd47ea30 [2021-08-05T23:50:44.446Z] ---> 1b5005ba08f6 [2021-08-05T23:50:44.446Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-05T23:50:45.055Z] ---> Running in fc90cbc34c44 [2021-08-05T23:50:45.652Z] ---> 7f6071d32cb5 [2021-08-05T23:50:45.652Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-08-05T23:50:45.927Z] Removing intermediate container 91a27184acdf [2021-08-05T23:50:45.927Z] ---> 22108a478068 [2021-08-05T23:50:45.927Z] [2021-08-05T23:50:45.927Z] Step 11/24 : FROM alpine:3.12 [2021-08-05T23:50:45.927Z] ---> c4fd0aeabfcf [2021-08-05T23:50:45.927Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-08-05T23:50:46.201Z] Removing intermediate container fc90cbc34c44 [2021-08-05T23:50:46.201Z] ---> 9ec76230e043 [2021-08-05T23:50:46.201Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-08-05T23:50:46.201Z] ---> Running in 9e08998a7f77 [2021-08-05T23:50:47.188Z] Removing intermediate container 9e08998a7f77 [2021-08-05T23:50:47.188Z] ---> 25794f26c2e2 [2021-08-05T23:50:47.188Z] Step 13/24 : ENV APP_PORT=59880 [2021-08-05T23:50:47.188Z] ---> Running in 237f5ff7a2fe [2021-08-05T23:50:47.188Z] ---> d36651a4a6ca [2021-08-05T23:50:47.189Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-08-05T23:50:47.189Z] ---> 15767768e53a [2021-08-05T23:50:47.189Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-08-05T23:50:48.173Z] Removing intermediate container 237f5ff7a2fe [2021-08-05T23:50:48.173Z] ---> 87c2d6791358 [2021-08-05T23:50:48.173Z] Step 14/24 : EXPOSE $APP_PORT [2021-08-05T23:50:48.447Z] ---> Running in 5344b7663dab [2021-08-05T23:50:48.447Z] ---> b2196c883cef [2021-08-05T23:50:48.447Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-08-05T23:50:48.447Z] ---> 16a9c55ba6d1 [2021-08-05T23:50:48.447Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-08-05T23:50:48.723Z] ---> Running in d98870466800 [2021-08-05T23:50:48.999Z] Removing intermediate container 5344b7663dab [2021-08-05T23:50:48.999Z] ---> 74286b7aa800 [2021-08-05T23:50:48.999Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-05T23:50:49.273Z] ---> Running in e32300657d75 [2021-08-05T23:50:49.547Z] Removing intermediate container d98870466800 [2021-08-05T23:50:49.547Z] ---> cfb3cd54f6e2 [2021-08-05T23:50:49.547Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-05T23:50:49.547Z] ---> ad92fce595f8 [2021-08-05T23:50:49.547Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-08-05T23:50:49.822Z] ---> Running in 641c77f1ae57 [2021-08-05T23:50:50.417Z] ---> a73a3bf2f4cf [2021-08-05T23:50:50.417Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-08-05T23:50:50.696Z] Removing intermediate container 641c77f1ae57 [2021-08-05T23:50:50.696Z] ---> 41f1928dfff2 [2021-08-05T23:50:50.696Z] Step 22/24 : LABEL arch=arm64 [2021-08-05T23:50:51.295Z] ---> Running in 1f3aa240c5f7 [2021-08-05T23:50:52.269Z] Removing intermediate container 1f3aa240c5f7 [2021-08-05T23:50:52.269Z] ---> 7d735ce0a33c [2021-08-05T23:50:52.269Z] Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:50:52.539Z] ---> 28ddcccc166c [2021-08-05T23:50:52.539Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-08-05T23:50:53.134Z] ---> Running in bce5ecfefb5f [2021-08-05T23:50:53.406Z] Removing intermediate container e32300657d75 [2021-08-05T23:50:53.406Z] ---> 9676d8ca4200 [2021-08-05T23:50:53.406Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-08-05T23:50:53.683Z] ---> Running in 95f85a6fff1d [2021-08-05T23:50:53.683Z] ---> b33928587310 [2021-08-05T23:50:53.683Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-08-05T23:50:54.275Z] Removing intermediate container bce5ecfefb5f [2021-08-05T23:50:54.275Z] ---> 765a58437318 [2021-08-05T23:50:54.275Z] Step 24/24 : LABEL version=0.0.0 [2021-08-05T23:50:54.864Z] ---> Running in ebf4e4f991a8 [2021-08-05T23:50:54.864Z] ---> 94297be224fa [2021-08-05T23:50:54.864Z] 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/ [2021-08-05T23:50:55.134Z] ---> Running in d5d90352f26d [2021-08-05T23:50:55.404Z] Removing intermediate container ebf4e4f991a8 [2021-08-05T23:50:55.404Z] ---> a17941170e5c [2021-08-05T23:50:55.404Z] [2021-08-05T23:50:55.677Z] Successfully built a17941170e5c [2021-08-05T23:50:55.677Z] Successfully tagged core-metadata-arm64:latest [2021-08-05T23:50:55.949Z]  Building core-metadata ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-05T23:50:56.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-05T23:50:57.512Z] Removing intermediate container d5d90352f26d [2021-08-05T23:50:57.512Z] ---> e9e3b552b875 [2021-08-05T23:50:57.512Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-08-05T23:50:57.512Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-08-05T23:50:57.512Z] ---> Running in f47d052a8ca4 [2021-08-05T23:50:57.512Z] (2/6) Installing libgcc (9.3.0-r2) [2021-08-05T23:50:57.783Z] (3/6) Installing libsodium (1.0.18-r0) [2021-08-05T23:50:57.783Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-08-05T23:50:58.058Z] (5/6) Installing libzmq (4.3.3-r0) [2021-08-05T23:50:58.058Z] Removing intermediate container f47d052a8ca4 [2021-08-05T23:50:58.058Z] ---> 61d2f791c933 [2021-08-05T23:50:58.058Z] Step 24/26 : LABEL arch=arm64 [2021-08-05T23:50:58.058Z] (6/6) Installing zeromq (4.3.3-r0) [2021-08-05T23:50:58.058Z] Executing busybox-1.31.1-r20.trigger [2021-08-05T23:50:58.058Z] OK: 8 MiB in 20 packages [2021-08-05T23:50:58.333Z] ---> Running in 84ced8b82b9c [2021-08-05T23:50:59.301Z] Removing intermediate container 84ced8b82b9c [2021-08-05T23:50:59.301Z] ---> ab473a6b1a99 [2021-08-05T23:50:59.301Z] Step 25/26 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:50:59.301Z] ---> Running in 350406abde62 [2021-08-05T23:50:59.896Z] Removing intermediate container 95f85a6fff1d [2021-08-05T23:50:59.896Z] ---> b792115645b5 [2021-08-05T23:50:59.896Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-05T23:51:00.170Z] Removing intermediate container 350406abde62 [2021-08-05T23:51:00.170Z] ---> d173204e4771 [2021-08-05T23:51:00.170Z] Step 26/26 : LABEL version=0.0.0 [2021-08-05T23:51:00.170Z] ---> Running in 19770d668e5f [2021-08-05T23:51:00.765Z] Removing intermediate container 19770d668e5f [2021-08-05T23:51:00.765Z] ---> 102147ed69bc [2021-08-05T23:51:00.765Z] [2021-08-05T23:51:00.765Z] ---> f4b26662a95f [2021-08-05T23:51:00.765Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-08-05T23:51:01.045Z] Successfully built 102147ed69bc [2021-08-05T23:51:01.045Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-08-05T23:51:02.030Z]  Building security-secretstore-setup ... done  ---> 58a357e77c4d [2021-08-05T23:51:02.030Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-08-05T23:51:03.008Z] ---> cc789639f751 [2021-08-05T23:51:03.008Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-08-05T23:51:03.008Z] ---> Running in 30efe83f14a8 [2021-08-05T23:51:03.602Z] Removing intermediate container 30efe83f14a8 [2021-08-05T23:51:03.602Z] ---> b07b7746c8e4 [2021-08-05T23:51:03.602Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-05T23:51:05.718Z] ---> Running in 4c8463f9f899 [2021-08-05T23:51:05.718Z] Removing intermediate container 4c8463f9f899 [2021-08-05T23:51:05.718Z] ---> 33eb029f6d91 [2021-08-05T23:51:05.718Z] Step 22/24 : LABEL arch=arm64 [2021-08-05T23:51:05.718Z] ---> Running in 0a5dee41680a [2021-08-05T23:51:05.718Z] Removing intermediate container 0a5dee41680a [2021-08-05T23:51:05.718Z] ---> 672a574eb041 [2021-08-05T23:51:05.718Z] Step 23/24 : LABEL git_sha=b754ce5b2aa4ae2a53152a8960953798e3402c12 [2021-08-05T23:51:05.718Z] ---> Running in 75faaca506ca [2021-08-05T23:51:05.718Z] Removing intermediate container 75faaca506ca [2021-08-05T23:51:05.718Z] ---> 542112598049 [2021-08-05T23:51:05.718Z] Step 24/24 : LABEL version=0.0.0 [2021-08-05T23:51:05.718Z] ---> Running in 9499a717313f [2021-08-05T23:51:06.695Z] Removing intermediate container 9499a717313f [2021-08-05T23:51:06.695Z] ---> 475bb8880661 [2021-08-05T23:51:06.695Z] [2021-08-05T23:51:06.695Z] Successfully built 475bb8880661 [2021-08-05T23:51:06.695Z] Successfully tagged core-data-arm64:latest [2021-08-05T23:51:07.305Z]  Building core-data ... done  [Pipeline] } [2021-08-05T23:51:07.323Z] $ docker stop --time=1 0dcd27476525eb66c8b484d9f60aad9856d2e1faa96d00bafcfc54b78f8216bf [2021-08-05T23:51:09.145Z] $ docker rm -f 0dcd27476525eb66c8b484d9f60aad9856d2e1faa96d00bafcfc54b78f8216bf [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-05T23:51:09.911Z] + docker images [2021-08-05T23:51:10.181Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-08-05T23:51:10.182Z] core-data-arm64 latest 475bb8880661 3 seconds ago 19.3MB [2021-08-05T23:51:10.182Z] security-secretstore-setup-arm64 latest 102147ed69bc 9 seconds ago 27.4MB [2021-08-05T23:51:10.182Z] core-metadata-arm64 latest a17941170e5c 14 seconds ago 15.8MB [2021-08-05T23:51:10.182Z] 22108a478068 24 seconds ago 1.57GB [2021-08-05T23:51:10.182Z] f7cdaf9e384c 31 seconds ago 1.56GB [2021-08-05T23:51:10.182Z] core-command-arm64 latest 364a7b9c0fcf 34 seconds ago 15.1MB [2021-08-05T23:51:10.182Z] 79fe009ac549 34 seconds ago 1.57GB [2021-08-05T23:51:10.182Z] 11979c4f4438 50 seconds ago 1.56GB [2021-08-05T23:51:10.182Z] sys-mgmt-agent-arm64 latest dcec19052e00 2 minutes ago 311MB [2021-08-05T23:51:10.182Z] security-bootstrapper-arm64 latest 1bfe32cf6fde 3 minutes ago 17.7MB [2021-08-05T23:51:10.182Z] security-proxy-setup-arm64 latest e02ef9f9964d 3 minutes ago 24.5MB [2021-08-05T23:51:10.182Z] support-notifications-arm64 latest 89115a780221 3 minutes ago 15.9MB [2021-08-05T23:51:10.182Z] support-scheduler-arm64 latest 69deab434af8 3 minutes ago 15.2MB [2021-08-05T23:51:10.182Z] 4fe93defe59b 4 minutes ago 1.56GB [2021-08-05T23:51:10.182Z] b64a5cbd4d7a 4 minutes ago 1.56GB [2021-08-05T23:51:10.182Z] e5882acef54e 4 minutes ago 1.56GB [2021-08-05T23:51:10.182Z] 4df553572e2b 4 minutes ago 1.56GB [2021-08-05T23:51:10.182Z] 52b93772d9d8 4 minutes ago 1.56GB [2021-08-05T23:51:10.182Z] ci-base-image-arm64 latest 64d9942e47a1 14 minutes ago 1.23GB [2021-08-05T23:51:10.182Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 04bc70af865f 35 minutes ago 533MB [2021-08-05T23:51:10.182Z] docker 20.10.7 df445af6242a 7 weeks ago 234MB [2021-08-05T23:51:10.182Z] alpine 3.12 c4fd0aeabfcf 7 weeks ago 5.32MB [2021-08-05T23:51:10.182Z] 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 [2021-08-05T23:51:10.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-05T23:51:10.909Z] [2021-08-05T23:51:10.909Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-08-05T23:51:11.265Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-05T23:51:11.537Z] arm64: Pulling from edgex-lftools-log-publisher [2021-08-05T23:51:11.537Z] 448f6bf000e3: Pulling fs layer [2021-08-05T23:51:11.537Z] f757da607395: Pulling fs layer [2021-08-05T23:51:11.537Z] 05883995daec: Pulling fs layer [2021-08-05T23:51:11.537Z] 8603b9c90790: Pulling fs layer [2021-08-05T23:51:11.537Z] 1560dd03e051: Pulling fs layer [2021-08-05T23:51:11.537Z] 27f5ce0e4adf: Pulling fs layer [2021-08-05T23:51:11.537Z] c2d8d7efcc4b: Pulling fs layer [2021-08-05T23:51:11.537Z] 8603b9c90790: Waiting [2021-08-05T23:51:11.537Z] 1560dd03e051: Waiting [2021-08-05T23:51:11.537Z] 27f5ce0e4adf: Waiting [2021-08-05T23:51:11.537Z] c2d8d7efcc4b: Waiting [2021-08-05T23:51:11.809Z] f757da607395: Verifying Checksum [2021-08-05T23:51:11.809Z] f757da607395: Download complete [2021-08-05T23:51:11.809Z] 8603b9c90790: Download complete [2021-08-05T23:51:12.082Z] 1560dd03e051: Verifying Checksum [2021-08-05T23:51:12.082Z] 1560dd03e051: Download complete [2021-08-05T23:51:12.082Z] 27f5ce0e4adf: Download complete [2021-08-05T23:51:12.355Z] 05883995daec: Verifying Checksum [2021-08-05T23:51:12.355Z] 05883995daec: Download complete [2021-08-05T23:51:13.334Z] 448f6bf000e3: Verifying Checksum [2021-08-05T23:51:13.334Z] 448f6bf000e3: Download complete [2021-08-05T23:51:15.950Z] c2d8d7efcc4b: Verifying Checksum [2021-08-05T23:51:15.950Z] c2d8d7efcc4b: Download complete [2021-08-05T23:51:16.544Z] 448f6bf000e3: Pull complete [2021-08-05T23:51:17.141Z] f757da607395: Pull complete [2021-08-05T23:51:19.116Z] 05883995daec: Pull complete [2021-08-05T23:51:19.116Z] 8603b9c90790: Pull complete [2021-08-05T23:51:20.095Z] 1560dd03e051: Pull complete [2021-08-05T23:51:20.687Z] 27f5ce0e4adf: Pull complete [2021-08-05T23:51:37.497Z] c2d8d7efcc4b: Pull complete [2021-08-05T23:51:37.497Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-08-05T23:51:37.497Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-05T23:51:37.497Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-08-05T23:51:37.777Z] prd-ubuntu18.04-docker-arm64-4c-16g-2188 does not seem to be running inside a container [2021-08-05T23:51:37.872Z] $ 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 [2021-08-05T23:51:42.038Z] $ docker top afbad84aba57666624a575016bc98c99cd9d92397fab2f8656be77c47486c4d9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-05T23:51:44.191Z] ---> job-cost.sh [2021-08-05T23:51:44.191Z] lf-activate-venv: SKIPPING [2021-08-05T23:51:44.191Z] INFO: No Stack... [2021-08-05T23:51:44.191Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-08-05T23:51:44.461Z] INFO: Archiving Costs [Pipeline] sh [2021-08-05T23:51:46.363Z] + cat /w/workspace/edgex-go/6/archives/cost.csv [2021-08-05T23:51:46.363Z] + cut -d, -f6 [Pipeline] lock [2021-08-05T23:51:46.426Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3651-6-stack-cost] [2021-08-05T23:51:46.438Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3651-6-stack-cost] did not exist. Created. [2021-08-05T23:51:46.438Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3651-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-08-05T23:51:48.532Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-08-05T23:51:48.693Z] Stashed 1 file(s) [Pipeline] } [2021-08-05T23:51:48.701Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3651-6-stack-cost] [Pipeline] // lock [Pipeline] } [2021-08-05T23:51:48.738Z] $ docker stop --time=1 afbad84aba57666624a575016bc98c99cd9d92397fab2f8656be77c47486c4d9 [2021-08-05T23:51:50.906Z] $ 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 [2021-08-05T23:51:53.514Z] provisioning config files... [2021-08-05T23:51:53.539Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config6923157449117219319tmp [Pipeline] { [Pipeline] sh [2021-08-05T23:51:53.921Z] + set +x [2021-08-05T23:51:53.921Z] + curl -s https://codecov.io/bash [2021-08-05T23:51:53.921Z] + bash -s -- [2021-08-05T23:51:53.921Z] [2021-08-05T23:51:53.921Z] _____ _ [2021-08-05T23:51:53.921Z] / ____| | | [2021-08-05T23:51:53.921Z] | | ___ __| | ___ ___ _____ __ [2021-08-05T23:51:53.921Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-08-05T23:51:53.921Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-08-05T23:51:53.921Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-08-05T23:51:53.921Z] Bash-1.0.6 [2021-08-05T23:51:53.921Z] [2021-08-05T23:51:53.921Z] [2021-08-05T23:51:53.921Z] ==> git version 2.24.4 found [2021-08-05T23:51:53.921Z] ==> 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 [2021-08-05T23:51:53.921Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-08-05T23:51:53.921Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-08-05T23:51:53.921Z] ==> Jenkins CI detected. [2021-08-05T23:51:54.195Z] current dir:  /w/workspace/edgex-go/6 [2021-08-05T23:51:54.195Z] project root: . [2021-08-05T23:51:54.195Z] --> token set from env [2021-08-05T23:51:54.195Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-08-05T23:51:54.195Z] ==> Running gcov in . (disable via -X gcov) [2021-08-05T23:51:54.195Z] ==> Python coveragepy not found [2021-08-05T23:51:54.195Z] ==> Searching for coverage reports in: [2021-08-05T23:51:54.195Z] + . [2021-08-05T23:51:54.195Z] -> Found 1 reports [2021-08-05T23:51:54.195Z] ==> Detecting git/mercurial file structure [2021-08-05T23:51:54.195Z] ==> Reading reports [2021-08-05T23:51:54.195Z] + ./coverage.out bytes=404176 [2021-08-05T23:51:54.195Z] ==> Appending adjustments [2021-08-05T23:51:54.195Z] https://docs.codecov.io/docs/fixing-reports [2021-08-05T23:51:55.159Z] + Found adjustments [2021-08-05T23:51:55.159Z] ==> Gzipping contents [2021-08-05T23:51:55.159Z] 56K /tmp/codecov.seIT9i.gz [2021-08-05T23:51:55.159Z] ==> Uploading reports [2021-08-05T23:51:55.159Z] url: https://codecov.io [2021-08-05T23:51:55.159Z] 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= [2021-08-05T23:51:55.159Z] -> Pinging Codecov [2021-08-05T23:51:55.159Z] 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= [2021-08-05T23:51:55.743Z] -> Uploading to [2021-08-05T23:51:55.743Z] 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 [2021-08-05T23:51:55.743Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-08-05T23:51:55.743Z] Dload Upload Total Spent Left Speed [2021-08-05T23:51:56.013Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54466 0 0 100 54466 0 131k --:--:-- --:--:-- --:--:-- 131k [2021-08-05T23:51:56.013Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b754ce5b2aa4ae2a53152a8960953798e3402c12 [Pipeline] } [2021-08-05T23:51:56.028Z] 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 [2021-08-05T23:51:57.087Z] + '[' -d /w/workspace/edgex-go/6/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-08-05T23:51:59.317Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-05T23:51:59.946Z] ---> package-listing.sh [2021-08-05T23:51:59.946Z] ++ facter osfamily [2021-08-05T23:51:59.946Z] ++ tr '[:upper:]' '[:lower:]' [2021-08-05T23:52:00.216Z] + OS_FAMILY=redhat [2021-08-05T23:52:00.216Z] + workspace=/w/workspace/edgex-go/6 [2021-08-05T23:52:00.216Z] + START_PACKAGES=/tmp/packages_start.txt [2021-08-05T23:52:00.216Z] + END_PACKAGES=/tmp/packages_end.txt [2021-08-05T23:52:00.216Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-08-05T23:52:00.216Z] + PACKAGES=/tmp/packages_start.txt [2021-08-05T23:52:00.216Z] + '[' /w/workspace/edgex-go/6 ']' [2021-08-05T23:52:00.216Z] + PACKAGES=/tmp/packages_end.txt [2021-08-05T23:52:00.216Z] + case "${OS_FAMILY}" in [2021-08-05T23:52:00.216Z] + sort [2021-08-05T23:52:00.216Z] + rpm -qa [2021-08-05T23:52:02.183Z] + '[' -f /tmp/packages_start.txt ']' [2021-08-05T23:52:02.183Z] + '[' -f /tmp/packages_end.txt ']' [2021-08-05T23:52:02.183Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-08-05T23:52:02.183Z] + '[' /w/workspace/edgex-go/6 ']' [2021-08-05T23:52:02.183Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-08-05T23:52:02.183Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-08-05T23:52:02.204Z] 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 [2021-08-05T23:52:02.515Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-08-05T23:52:03.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-05T23:52:03.112Z] [2021-08-05T23:52:03.112Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-08-05T23:52:03.447Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-05T23:52:03.447Z] latest: Pulling from edgex-lftools-log-publisher [2021-08-05T23:52:03.447Z] b4d181a07f80: Pulling fs layer [2021-08-05T23:52:03.447Z] a1111a8f2ec3: Pulling fs layer [2021-08-05T23:52:03.447Z] ed53099fbce6: Pulling fs layer [2021-08-05T23:52:03.447Z] dc539afda2c1: Pulling fs layer [2021-08-05T23:52:03.447Z] 77bc0d833cb6: Pulling fs layer [2021-08-05T23:52:03.447Z] 9065ff56babe: Pulling fs layer [2021-08-05T23:52:03.447Z] d287ab97295c: Pulling fs layer [2021-08-05T23:52:03.447Z] dc539afda2c1: Waiting [2021-08-05T23:52:03.447Z] 77bc0d833cb6: Waiting [2021-08-05T23:52:03.447Z] 9065ff56babe: Waiting [2021-08-05T23:52:03.447Z] d287ab97295c: Waiting [2021-08-05T23:52:03.716Z] a1111a8f2ec3: Verifying Checksum [2021-08-05T23:52:03.716Z] a1111a8f2ec3: Download complete [2021-08-05T23:52:03.716Z] dc539afda2c1: Verifying Checksum [2021-08-05T23:52:03.716Z] dc539afda2c1: Download complete [2021-08-05T23:52:04.302Z] 77bc0d833cb6: Verifying Checksum [2021-08-05T23:52:04.302Z] 77bc0d833cb6: Download complete [2021-08-05T23:52:04.302Z] 9065ff56babe: Verifying Checksum [2021-08-05T23:52:04.302Z] 9065ff56babe: Download complete [2021-08-05T23:52:04.883Z] ed53099fbce6: Verifying Checksum [2021-08-05T23:52:04.883Z] ed53099fbce6: Download complete [2021-08-05T23:52:05.149Z] b4d181a07f80: Download complete [2021-08-05T23:52:06.390Z] b4d181a07f80: Pull complete [2021-08-05T23:52:06.390Z] a1111a8f2ec3: Pull complete [2021-08-05T23:52:06.987Z] ed53099fbce6: Pull complete [2021-08-05T23:52:06.987Z] dc539afda2c1: Pull complete [2021-08-05T23:52:08.846Z] 77bc0d833cb6: Pull complete [2021-08-05T23:52:08.846Z] 9065ff56babe: Pull complete [2021-08-05T23:52:09.112Z] d287ab97295c: Verifying Checksum [2021-08-05T23:52:09.112Z] d287ab97295c: Download complete [2021-08-05T23:52:13.620Z] d287ab97295c: Pull complete [2021-08-05T23:52:13.620Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-08-05T23:52:13.620Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-05T23:52:13.620Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-08-05T23:52:13.726Z] prd-centos7-docker-4c-2g-2187 does not seem to be running inside a container [2021-08-05T23:52:13.809Z] $ 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 [2021-08-05T23:52:17.745Z] $ docker top 5715fd2387838e234e825d6b16162ab783dc5705d892329ad50951e110974403 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-05T23:52:18.145Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-08-05T23:52:18.463Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-08-05T23:52:19.266Z] + ls /var/log/sa-host [2021-08-05T23:52:19.266Z] + sadf -c /var/log/sa-host/sa05 [2021-08-05T23:52:19.266Z] file_magic: OK [2021-08-05T23:52:19.266Z] HZ: Using current value: 100 [2021-08-05T23:52:19.266Z] file_header: OK [2021-08-05T23:52:19.266Z] 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 [2021-08-05T23:52:19.266Z] Statistics: [2021-08-05T23:52:19.266Z] 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... [2021-08-05T23:52:19.266Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-05T23:52:19.464Z] provisioning config files... [2021-08-05T23:52:19.479Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config8107503043938012570tmp [Pipeline] { [Pipeline] echo [2021-08-05T23:52:19.509Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-05T23:52:19.838Z] ---> create-netrc.sh [Pipeline] } [2021-08-05T23:52:19.852Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-08-05T23:52:20.253Z] ---> python-tools-install.sh [Pipeline] echo [2021-08-05T23:52:20.268Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-05T23:52:20.594Z] ---> sudo-logs.sh [2021-08-05T23:52:20.594Z] Archiving 'sudo' log.. [2021-08-05T23:52:20.594Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2187.vexxhost.local: Name or service not known [2021-08-05T23:52:20.594Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2187.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-08-05T23:52:20.630Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-05T23:52:20.943Z] ---> job-cost.sh [2021-08-05T23:52:20.943Z] lf-activate-venv: SKIPPING [2021-08-05T23:52:20.943Z] DEBUG: total: 0.18000000715255737 [2021-08-05T23:52:20.943Z] INFO: Retrieving Stack Cost... [2021-08-05T23:52:22.114Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-08-05T23:52:22.114Z] INFO: Archiving Costs [Pipeline] echo [2021-08-05T23:52:22.134Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-05T23:52:22.469Z] ---> logs-deploy.sh [2021-08-05T23:52:22.469Z] lf-activate-venv: SKIPPING [2021-08-05T23:52:22.469Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3651/6 [2021-08-05T23:52:22.469Z] INFO: archiving workspace using pattern(s): [2021-08-05T23:52:23.062Z] Archives upload complete. [2021-08-05T23:52:23.329Z] INFO: archiving logs to Nexus [2021-08-05T23:52:23.936Z] ---> uname -a: [2021-08-05T23:52:23.936Z] 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 [2021-08-05T23:52:23.936Z] [2021-08-05T23:52:23.936Z] [2021-08-05T23:52:23.936Z] ---> lscpu: [2021-08-05T23:52:23.936Z] Architecture: x86_64 [2021-08-05T23:52:23.936Z] CPU op-mode(s): 32-bit, 64-bit [2021-08-05T23:52:23.936Z] Byte Order: Little Endian [2021-08-05T23:52:23.936Z] Address sizes: 40 bits physical, 48 bits virtual [2021-08-05T23:52:23.936Z] CPU(s): 2 [2021-08-05T23:52:23.936Z] On-line CPU(s) list: 0,1 [2021-08-05T23:52:23.936Z] Thread(s) per core: 1 [2021-08-05T23:52:23.936Z] Core(s) per socket: 1 [2021-08-05T23:52:23.936Z] Socket(s): 2 [2021-08-05T23:52:23.936Z] NUMA node(s): 1 [2021-08-05T23:52:23.936Z] Vendor ID: AuthenticAMD [2021-08-05T23:52:23.936Z] CPU family: 23 [2021-08-05T23:52:23.936Z] Model: 49 [2021-08-05T23:52:23.936Z] Model name: AMD EPYC-Rome Processor [2021-08-05T23:52:23.936Z] Stepping: 0 [2021-08-05T23:52:23.936Z] CPU MHz: 2800.000 [2021-08-05T23:52:23.936Z] BogoMIPS: 5600.00 [2021-08-05T23:52:23.937Z] Virtualization: AMD-V [2021-08-05T23:52:23.937Z] Hypervisor vendor: KVM [2021-08-05T23:52:23.937Z] Virtualization type: full [2021-08-05T23:52:23.937Z] L1d cache: 32K [2021-08-05T23:52:23.937Z] L1i cache: 32K [2021-08-05T23:52:23.937Z] L2 cache: 512K [2021-08-05T23:52:23.937Z] L3 cache: 16384K [2021-08-05T23:52:23.937Z] NUMA node0 CPU(s): 0,1 [2021-08-05T23:52:23.937Z] 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 [2021-08-05T23:52:23.937Z] [2021-08-05T23:52:23.937Z] [2021-08-05T23:52:23.937Z] ---> nproc: [2021-08-05T23:52:23.937Z] 2 [2021-08-05T23:52:23.937Z] [2021-08-05T23:52:23.937Z] [2021-08-05T23:52:23.937Z] ---> df -h: [2021-08-05T23:52:23.937Z] Filesystem Size Used Avail Use% Mounted on [2021-08-05T23:52:23.937Z] overlay 40G 14G 27G 33% / [2021-08-05T23:52:23.937Z] tmpfs 64M 0 64M 0% /dev [2021-08-05T23:52:23.937Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2021-08-05T23:52:23.937Z] shm 64M 0 64M 0% /dev/shm [2021-08-05T23:52:23.937Z] /dev/vda1 40G 14G 27G 33% /facter-os [2021-08-05T23:52:23.937Z] [2021-08-05T23:52:23.937Z] [2021-08-05T23:52:23.937Z] ---> sar -b -r -n DEV: [2021-08-05T23:52:23.937Z] 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) [2021-08-05T23:52:23.937Z] [2021-08-05T23:52:23.937Z] 23:30:13 LINUX RESTART (2 CPU) [2021-08-05T23:52:23.937Z] [2021-08-05T23:52:23.937Z] 23:31:01 tps rtps wtps bread/s bwrtn/s [2021-08-05T23:52:23.937Z] 23:32:01 201.23 3.58 197.65 2600.47 46634.68 [2021-08-05T23:52:23.937Z] 23:33:01 273.43 0.00 273.43 0.00 55291.61 [2021-08-05T23:52:23.937Z] 23:34:01 58.41 0.00 58.41 0.00 10768.25 [2021-08-05T23:52:23.937Z] 23:35:01 56.15 0.02 56.14 0.53 8743.25 [2021-08-05T23:52:23.937Z] 23:36:02 801.39 391.01 410.38 15940.31 269653.85 [2021-08-05T23:52:23.937Z] 23:37:01 346.73 101.79 244.93 10919.75 70778.30 [2021-08-05T23:52:23.937Z] 23:38:01 651.76 172.60 479.15 8684.21 204681.92 [2021-08-05T23:52:23.937Z] 23:39:02 105.56 18.52 87.04 1823.28 11850.79 [2021-08-05T23:52:23.937Z] 23:40:01 1.34 0.00 1.34 0.00 22.58 [2021-08-05T23:52:23.937Z] 23:41:01 0.38 0.00 0.38 0.00 6.46 [2021-08-05T23:52:23.937Z] 23:42:01 0.17 0.00 0.17 0.00 1.33 [2021-08-05T23:52:23.937Z] 23:43:01 0.23 0.00 0.23 0.00 3.56 [2021-08-05T23:52:23.937Z] 23:44:01 0.33 0.00 0.33 0.00 4.45 [2021-08-05T23:52:23.937Z] 23:45:01 0.17 0.00 0.17 0.00 1.33 [2021-08-05T23:52:23.937Z] 23:46:01 1.35 0.18 1.17 5.73 22.30 [2021-08-05T23:52:23.937Z] 23:47:01 0.20 0.00 0.20 0.00 1.78 [2021-08-05T23:52:23.937Z] 23:48:01 0.27 0.00 0.27 0.00 3.56 [2021-08-05T23:52:23.937Z] 23:49:01 0.25 0.00 0.25 0.00 2.73 [2021-08-05T23:52:23.937Z] 23:50:01 0.35 0.00 0.35 0.00 5.71 [2021-08-05T23:52:23.937Z] 23:51:01 0.17 0.00 0.17 0.00 1.52 [2021-08-05T23:52:23.937Z] 23:52:01 33.22 33.00 0.22 4003.46 14.80 [2021-08-05T23:52:23.937Z] Average: 121.10 34.57 86.53 2099.87 32494.20 [2021-08-05T23:52:23.937Z] [2021-08-05T23:52:23.937Z] 23:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-08-05T23:52:23.937Z] 23:32:01 3802952 0 1015376 12.68 2620 3187992 1693956 18.70 1087116 2588136 202572 [2021-08-05T23:52:23.937Z] 23:33:01 3305996 0 1140756 14.24 2620 3559568 1774696 19.59 1271212 2793772 180452 [2021-08-05T23:52:23.937Z] 23:34:01 3114136 0 1167460 14.58 2620 3724724 1771772 19.56 1384748 2858072 33280 [2021-08-05T23:52:23.937Z] 23:35:01 3409460 0 1102488 13.77 2620 3494372 1443956 15.94 1190932 2762452 20 [2021-08-05T23:52:23.937Z] 23:36:02 500400 0 1427528 17.82 2620 6078392 2497572 27.57 2904868 3837452 22592 [2021-08-05T23:52:23.937Z] 23:37:01 393192 0 1515116 18.92 2620 6098012 3661612 40.43 2482376 4337772 148 [2021-08-05T23:52:23.937Z] 23:38:01 687220 0 1703632 21.27 2620 5615468 2610640 28.82 2687888 3813400 0 [2021-08-05T23:52:23.937Z] 23:39:02 2362840 0 1206876 15.07 2620 4436604 1302912 14.38 1368228 3506516 8 [2021-08-05T23:52:23.937Z] 23:40:01 2369376 0 1200336 14.99 2620 4436608 1263836 13.95 1364288 3506444 8 [2021-08-05T23:52:23.937Z] 23:41:01 2369412 0 1200296 14.99 2620 4436612 1264100 13.96 1365008 3506476 12 [2021-08-05T23:52:23.937Z] 23:42:01 2369532 0 1200176 14.99 2620 4436612 1264148 13.96 1365164 3506476 12 [2021-08-05T23:52:23.937Z] 23:43:01 2369492 0 1200208 14.99 2620 4436620 1264160 13.96 1365396 3506600 8 [2021-08-05T23:52:23.937Z] 23:44:01 2371244 0 1198452 14.96 2620 4436624 1263836 13.95 1364160 3506600 8 [2021-08-05T23:52:23.937Z] 23:45:01 2371360 0 1198332 14.96 2620 4436628 1263836 13.95 1364048 3506600 20 [2021-08-05T23:52:23.937Z] 23:46:01 2370228 0 1199428 14.98 2620 4436664 1264040 13.96 1364840 3506500 8 [2021-08-05T23:52:23.937Z] 23:47:01 2370980 0 1198672 14.97 2620 4436668 1263836 13.95 1364308 3506500 12 [2021-08-05T23:52:23.937Z] 23:48:01 2371120 0 1198528 14.96 2620 4436672 1263836 13.95 1364196 3506500 8 [2021-08-05T23:52:23.937Z] 23:49:01 2370804 0 1198836 14.97 2620 4436680 1263968 13.95 1364696 3506500 8 [2021-08-05T23:52:23.937Z] 23:50:01 2371112 0 1198528 14.96 2620 4436680 1263836 13.95 1364208 3506500 8 [2021-08-05T23:52:23.937Z] 23:51:01 2371040 0 1198592 14.97 2620 4436688 1263920 13.95 1364408 3506504 12 [2021-08-05T23:52:23.937Z] 23:52:01 2222452 0 1226844 15.32 2620 4557024 1361088 15.03 1390832 3626604 184 [2021-08-05T23:52:23.937Z] Average: 2297350 0 1233165 15.40 2620 4475805 1585026 17.50 1530615 3438208 20923 [2021-08-05T23:52:23.937Z] [2021-08-05T23:52:23.937Z] 23:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-08-05T23:52:23.937Z] 23:32:01 eth0 1413.65 1084.53 7014.49 127.46 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:32:01 vethfffd6b3 217.38 246.69 20.42 704.22 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:32:01 docker0 719.66 869.78 69.64 3383.11 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:33:01 veth5c5c871 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:33:01 eth0 313.39 267.49 1369.90 74.06 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:33:01 docker0 244.98 279.58 19.39 1343.68 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:34:01 veth5c5c871 0.90 0.87 0.07 0.07 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:34:01 eth0 29.45 20.90 22.17 11.29 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:34:01 docker0 0.90 0.87 0.06 0.07 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:35:01 eth0 32.72 24.86 22.31 60.07 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:36:02 veth3030e0c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:36:02 eth0 341.13 236.06 1847.96 69.13 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:36:02 veth640e3d1 0.00 0.51 0.00 0.03 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:37:01 vethb3d770e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:37:01 vethb6a4dbd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:37:01 vetha90b621 17.31 75.63 1.47 387.23 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:37:01 vethc5166f5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:38:01 veth0b2bc4e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:38:01 eth0 3548.73 2446.66 15580.26 523.99 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:38:01 veth4bb52fb 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:39:02 eth0 38.72 30.29 89.55 7.31 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:39:02 docker0 1100.17 1380.28 98.14 5605.51 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:40:01 eth0 1.00 0.34 0.08 0.03 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:41:01 eth0 1.88 0.92 0.75 0.45 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:42:01 eth0 0.88 0.32 0.31 0.23 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:43:01 eth0 0.92 0.50 0.53 0.39 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:44:01 eth0 0.68 0.08 0.05 0.01 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:45:01 eth0 0.88 0.08 0.09 0.01 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:46:01 eth0 1.12 0.72 0.67 0.47 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:47:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:48:01 eth0 0.43 0.03 0.05 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:49:01 eth0 0.45 0.32 0.27 0.20 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:50:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:51:01 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:52:01 eth0 15.73 11.56 11.53 43.85 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] 23:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] Average: eth0 122.19 88.95 587.71 23.49 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] Average: docker0 52.43 65.78 4.68 267.16 0.00 0.00 0.00 0.00 [2021-08-05T23:52:23.937Z] [2021-08-05T23:52:23.937Z] [2021-08-05T23:52:23.937Z] ---> sar -P ALL: [2021-08-05T23:52:23.938Z] 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) [2021-08-05T23:52:23.938Z] [2021-08-05T23:52:23.938Z] 23:30:13 LINUX RESTART (2 CPU) [2021-08-05T23:52:23.938Z] [2021-08-05T23:52:23.938Z] 23:31:01 CPU %user %nice %system %iowait %steal %idle [2021-08-05T23:52:23.938Z] 23:32:01 all 26.21 0.00 9.45 3.94 0.08 60.32 [2021-08-05T23:52:23.938Z] 23:32:01 0 26.45 0.00 10.10 3.07 0.07 60.30 [2021-08-05T23:52:23.938Z] 23:32:01 1 25.97 0.00 8.80 4.81 0.09 60.33 [2021-08-05T23:52:23.938Z] 23:33:01 all 45.96 0.00 11.46 2.04 0.09 40.45 [2021-08-05T23:52:23.938Z] 23:33:01 0 46.14 0.00 11.46 1.88 0.09 40.42 [2021-08-05T23:52:23.938Z] 23:33:01 1 45.77 0.00 11.46 2.20 0.09 40.48 [2021-08-05T23:52:23.938Z] 23:34:01 all 38.27 0.00 5.60 0.52 0.07 55.54 [2021-08-05T23:52:23.938Z] 23:34:01 0 37.68 0.00 5.58 0.76 0.07 55.90 [2021-08-05T23:52:23.938Z] 23:34:01 1 38.85 0.00 5.61 0.28 0.07 55.19 [2021-08-05T23:52:23.938Z] 23:35:01 all 55.86 0.00 8.92 0.88 0.10 34.25 [2021-08-05T23:52:23.938Z] 23:35:01 0 56.97 0.00 9.55 0.80 0.11 32.57 [2021-08-05T23:52:23.938Z] 23:35:01 1 54.75 0.00 8.30 0.95 0.09 35.91 [2021-08-05T23:52:23.938Z] 23:36:02 all 26.04 0.00 21.42 27.38 0.11 25.06 [2021-08-05T23:52:23.938Z] 23:36:02 0 25.33 0.00 20.82 27.37 0.09 26.39 [2021-08-05T23:52:23.938Z] 23:36:02 1 26.74 0.00 22.02 27.38 0.13 23.74 [2021-08-05T23:52:23.938Z] 23:37:01 all 79.10 0.00 14.61 5.42 0.12 0.76 [2021-08-05T23:52:23.938Z] 23:37:01 0 79.22 0.00 14.80 4.71 0.13 1.14 [2021-08-05T23:52:23.938Z] 23:37:01 1 78.97 0.00 14.41 6.13 0.11 0.38 [2021-08-05T23:52:23.938Z] 23:38:01 all 64.57 0.00 24.28 9.50 0.13 1.52 [2021-08-05T23:52:23.938Z] 23:38:01 0 60.93 0.00 27.52 9.82 0.13 1.60 [2021-08-05T23:52:23.938Z] 23:38:01 1 68.22 0.00 21.02 9.18 0.13 1.45 [2021-08-05T23:52:23.938Z] 23:39:02 all 17.48 0.00 4.78 1.07 0.04 76.63 [2021-08-05T23:52:23.938Z] 23:39:02 0 17.62 0.00 5.35 1.08 0.05 75.90 [2021-08-05T23:52:23.938Z] 23:39:02 1 17.34 0.00 4.21 1.05 0.03 77.36 [2021-08-05T23:52:23.938Z] 23:40:01 all 0.11 0.00 0.07 0.00 0.03 99.80 [2021-08-05T23:52:23.938Z] 23:40:01 0 0.20 0.00 0.05 0.00 0.03 99.71 [2021-08-05T23:52:23.938Z] 23:40:01 1 0.02 0.00 0.08 0.00 0.02 99.88 [2021-08-05T23:52:23.938Z] 23:41:01 all 0.16 0.00 0.05 0.00 0.03 99.77 [2021-08-05T23:52:23.938Z] 23:41:01 0 0.13 0.00 0.07 0.00 0.02 99.78 [2021-08-05T23:52:23.938Z] 23:41:01 1 0.18 0.00 0.03 0.00 0.03 99.75 [2021-08-05T23:52:23.938Z] 23:42:01 all 0.18 0.00 0.03 0.00 0.01 99.78 [2021-08-05T23:52:23.938Z] 23:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-08-05T23:52:23.938Z] 23:42:01 1 0.32 0.00 0.03 0.00 0.02 99.63 [2021-08-05T23:52:23.938Z] [2021-08-05T23:52:23.938Z] 23:42:01 CPU %user %nice %system %iowait %steal %idle [2021-08-05T23:52:23.938Z] 23:43:01 all 0.17 0.00 0.03 0.00 0.03 99.78 [2021-08-05T23:52:23.938Z] 23:43:01 0 0.22 0.00 0.03 0.00 0.03 99.72 [2021-08-05T23:52:23.938Z] 23:43:01 1 0.12 0.00 0.02 0.00 0.02 99.85 [2021-08-05T23:52:23.938Z] 23:44:01 all 0.13 0.00 0.02 0.00 0.03 99.82 [2021-08-05T23:52:23.938Z] 23:44:01 0 0.25 0.00 0.02 0.00 0.03 99.70 [2021-08-05T23:52:23.938Z] 23:44:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-08-05T23:52:23.938Z] 23:45:01 all 0.17 0.00 0.03 0.00 0.02 99.79 [2021-08-05T23:52:23.938Z] 23:45:01 0 0.27 0.00 0.03 0.00 0.02 99.68 [2021-08-05T23:52:23.938Z] 23:45:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2021-08-05T23:52:23.938Z] 23:46:01 all 0.09 0.00 0.08 0.00 0.02 99.81 [2021-08-05T23:52:23.938Z] 23:46:01 0 0.15 0.00 0.08 0.00 0.02 99.75 [2021-08-05T23:52:23.938Z] 23:46:01 1 0.03 0.00 0.08 0.00 0.02 99.87 [2021-08-05T23:52:23.938Z] 23:47:01 all 0.05 0.00 0.02 0.00 0.03 99.91 [2021-08-05T23:52:23.938Z] 23:47:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2021-08-05T23:52:23.938Z] 23:47:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2021-08-05T23:52:23.938Z] 23:48:01 all 0.17 0.00 0.03 0.00 0.03 99.77 [2021-08-05T23:52:23.938Z] 23:48:01 0 0.32 0.00 0.05 0.00 0.03 99.60 [2021-08-05T23:52:23.938Z] 23:48:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2021-08-05T23:52:23.938Z] 23:49:01 all 0.22 0.00 0.03 0.00 0.02 99.73 [2021-08-05T23:52:23.938Z] 23:49:01 0 0.40 0.00 0.05 0.00 0.02 99.53 [2021-08-05T23:52:23.938Z] 23:49:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-08-05T23:52:23.938Z] 23:50:01 all 0.18 0.00 0.02 0.00 0.01 99.80 [2021-08-05T23:52:23.938Z] 23:50:01 0 0.30 0.00 0.02 0.00 0.00 99.68 [2021-08-05T23:52:23.938Z] 23:50:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2021-08-05T23:52:23.938Z] 23:51:01 all 0.13 0.00 0.03 0.00 0.03 99.82 [2021-08-05T23:52:23.938Z] 23:51:01 0 0.17 0.00 0.02 0.00 0.02 99.80 [2021-08-05T23:52:23.938Z] 23:51:01 1 0.08 0.00 0.03 0.00 0.05 99.83 [2021-08-05T23:52:23.938Z] 23:52:01 all 2.23 0.00 0.71 0.68 0.03 96.35 [2021-08-05T23:52:23.938Z] 23:52:01 0 1.55 0.00 0.79 0.07 0.02 97.58 [2021-08-05T23:52:23.938Z] 23:52:01 1 2.92 0.00 0.64 1.29 0.03 95.12 [2021-08-05T23:52:23.938Z] Average: all 16.10 0.00 4.59 2.33 0.05 76.94 [2021-08-05T23:52:23.938Z] Average: 0 15.97 0.00 4.80 2.25 0.05 76.94 [2021-08-05T23:52:23.938Z] Average: 1 16.23 0.00 4.37 2.41 0.05 76.94 [2021-08-05T23:52:23.938Z] [2021-08-05T23:52:23.938Z] [2021-08-05T23:52:23.938Z]