Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c+729eb4739df12e156b446759f30c8b9b764bc7ef (0a870b66548d2f3aa8d3ee17ca624c0f2acb7dc7) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6869467180438239475.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2694217449758772159.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3665/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3665/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4226445402722156651.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 # timeout=10 Commit message: "Merge pull request #353 from ernestojeda/go-mod-tidy-change" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8984441379577689872.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3665/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3665/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh535225715149255654.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-679 in /w/workspace/edgexfoundry_edgex-go_PR-3665 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh2487039517224903125.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh8485827126924972801.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3665/head:refs/remotes/origin/PR-3665 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 729eb4739df12e156b446759f30c8b9b764bc7ef into PR head commit 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c Merge succeeded, producing 00185a36c08ac37fedfc9887b2a950b5241e55f5 Checking out Revision 00185a36c08ac37fedfc9887b2a950b5241e55f5 (PR-3665) > git config core.sparsecheckout # timeout=10 > git checkout -f 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh4761726532801092152.key > git merge 729eb4739df12e156b446759f30c8b9b764bc7ef # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 00185a36c08ac37fedfc9887b2a950b5241e55f5 # timeout=10 Commit message: "Merge commit '729eb4739df12e156b446759f30c8b9b764bc7ef' into HEAD" > git rev-list --no-walk 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-08-12T04:29:42.691Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-08-12T04:29:42.789Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-08-12T04:29:42.820Z] ========================================================= [2021-08-12T04:29:42.820Z] EdgeX Global Pipelines Version Info [2021-08-12T04:29:42.820Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-08-12T04:29:44.077Z] ------------------- [2021-08-12T04:29:44.077Z] stable info: [2021-08-12T04:29:44.077Z] ------------------- [2021-08-12T04:29:44.077Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-08-12T04:29:44.077Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-08-12T04:29:44.077Z] Message: update stable to v1.0.205 [2021-08-12T04:29:44.664Z] ------------------- [2021-08-12T04:29:44.664Z] experimental info: [2021-08-12T04:29:44.664Z] ------------------- [2021-08-12T04:29:44.664Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-08-12T04:29:44.664Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-08-12T04:29:44.664Z] Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-08-12T04:29:44.802Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-08-12T04:29:44.825Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-08-12T04:29:44.847Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-08-12T04:29:44.869Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-08-12T04:29:44.891Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-08-12T04:29:44.914Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-08-12T04:29:44.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-08-12T04:29:44.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-08-12T04:29:44.984Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-08-12T04:29:45.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-08-12T04:29:45.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-08-12T04:29:45.056Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-08-12T04:29:45.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-08-12T04:29:45.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-08-12T04:29:45.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-08-12T04:29:45.146Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-08-12T04:29:45.167Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-08-12T04:29:45.188Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-08-12T04:29:45.211Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-08-12T04:29:45.235Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-08-12T04:29:45.260Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-08-12T04:29:45.288Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-08-12T04:29:45.315Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-08-12T04:29:45.340Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3665 [Pipeline] echo [2021-08-12T04:29:45.367Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3665 [Pipeline] echo [2021-08-12T04:29:45.392Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3665 [Pipeline] echo [2021-08-12T04:29:45.417Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 00185a36c08ac37fedfc9887b2a950b5241e55f5 [Pipeline] echo [2021-08-12T04:29:45.442Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 00185a3 [Pipeline] echo [2021-08-12T04:29:45.466Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-12T04:29:45.540Z] provisioning config files... [2021-08-12T04:29:45.561Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5403861648115595116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-12T04:29:45.902Z] ---> docker-login.sh [2021-08-12T04:29:45.902Z] nexus3.edgexfoundry.org:10001 [2021-08-12T04:29:46.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-12T04:29:46.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-12T04:29:46.169Z] Configure a credential helper to remove this warning. See [2021-08-12T04:29:46.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-12T04:29:46.169Z] [2021-08-12T04:29:46.169Z] Login Succeeded [2021-08-12T04:29:46.169Z] nexus3.edgexfoundry.org:10002 [2021-08-12T04:29:46.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-12T04:29:46.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-12T04:29:46.437Z] Configure a credential helper to remove this warning. See [2021-08-12T04:29:46.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-12T04:29:46.437Z] [2021-08-12T04:29:46.437Z] Login Succeeded [2021-08-12T04:29:46.437Z] nexus3.edgexfoundry.org:10003 [2021-08-12T04:29:46.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-12T04:29:46.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-12T04:29:46.715Z] Configure a credential helper to remove this warning. See [2021-08-12T04:29:46.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-12T04:29:46.715Z] [2021-08-12T04:29:46.715Z] Login Succeeded [2021-08-12T04:29:46.715Z] nexus3.edgexfoundry.org:10004 [2021-08-12T04:29:46.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-12T04:29:46.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-12T04:29:46.715Z] Configure a credential helper to remove this warning. See [2021-08-12T04:29:46.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-12T04:29:46.715Z] [2021-08-12T04:29:46.715Z] Login Succeeded [2021-08-12T04:29:46.715Z] docker.io [2021-08-12T04:29:46.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-12T04:29:47.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-12T04:29:47.251Z] Configure a credential helper to remove this warning. See [2021-08-12T04:29:47.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-12T04:29:47.251Z] [2021-08-12T04:29:47.251Z] Login Succeeded [2021-08-12T04:29:47.251Z] ---> docker-login.sh ends [Pipeline] } [2021-08-12T04:29:47.265Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-08-12T04:29:47.632Z] ++ 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-12T04:29:47.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-12T04:29:47.633Z] ++ dirname cmd/core-command/Dockerfile [2021-08-12T04:29:47.633Z] ++ cut -d/ -f2 [2021-08-12T04:29:47.633Z] + echo core-command,cmd/core-command/Dockerfile [2021-08-12T04:29:47.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-12T04:29:47.633Z] ++ cut -d/ -f2 [2021-08-12T04:29:47.633Z] ++ dirname cmd/core-data/Dockerfile [2021-08-12T04:29:47.633Z] + echo core-data,cmd/core-data/Dockerfile [2021-08-12T04:29:47.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-12T04:29:47.633Z] ++ dirname cmd/core-metadata/Dockerfile [2021-08-12T04:29:47.633Z] ++ cut -d/ -f2 [2021-08-12T04:29:47.633Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-08-12T04:29:47.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-12T04:29:47.633Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-08-12T04:29:47.633Z] ++ cut -d/ -f2 [2021-08-12T04:29:47.633Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-08-12T04:29:47.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-12T04:29:47.633Z] ++ cut -d/ -f2 [2021-08-12T04:29:47.633Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-08-12T04:29:47.633Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-08-12T04:29:47.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-12T04:29:47.633Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-08-12T04:29:47.633Z] ++ cut -d/ -f2 [2021-08-12T04:29:47.633Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-08-12T04:29:47.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-12T04:29:47.633Z] ++ dirname cmd/support-notifications/Dockerfile [2021-08-12T04:29:47.633Z] ++ cut -d/ -f2 [2021-08-12T04:29:47.633Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-08-12T04:29:47.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-12T04:29:47.633Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-08-12T04:29:47.633Z] ++ cut -d/ -f2 [2021-08-12T04:29:47.633Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-08-12T04:29:47.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-12T04:29:47.633Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-08-12T04:29:47.633Z] ++ cut -d/ -f2 [2021-08-12T04:29:47.633Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-08-12T04:29:47.696Z] 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-12T04:29:49.061Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-12T04:29:49.061Z] [2021-08-12T04:29:49.061Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-08-12T04:29:49.392Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-12T04:29:49.392Z] latest: Pulling from edgex-devops/git-semver [2021-08-12T04:29:49.392Z] 31603596830f: Pulling fs layer [2021-08-12T04:29:49.392Z] d4622e32a9a9: Pulling fs layer [2021-08-12T04:29:49.392Z] 1030fce36090: Pulling fs layer [2021-08-12T04:29:49.392Z] 6c6cb7e1b49b: Pulling fs layer [2021-08-12T04:29:49.392Z] 6c6cb7e1b49b: Waiting [2021-08-12T04:29:49.657Z] d4622e32a9a9: Verifying Checksum [2021-08-12T04:29:49.657Z] d4622e32a9a9: Download complete [2021-08-12T04:29:49.940Z] 31603596830f: Download complete [2021-08-12T04:29:50.210Z] 31603596830f: Pull complete [2021-08-12T04:29:50.210Z] d4622e32a9a9: Pull complete [2021-08-12T04:29:50.210Z] 6c6cb7e1b49b: Verifying Checksum [2021-08-12T04:29:50.210Z] 6c6cb7e1b49b: Download complete [2021-08-12T04:29:50.803Z] 1030fce36090: Verifying Checksum [2021-08-12T04:29:50.803Z] 1030fce36090: Download complete [2021-08-12T04:29:51.072Z] 1030fce36090: Pull complete [2021-08-12T04:29:51.339Z] 6c6cb7e1b49b: Pull complete [2021-08-12T04:29:51.339Z] Digest: sha256:98b6084a185347f7b64647794a0a4774a411b925a780a33b3032b91fe10e00ab [2021-08-12T04:29:51.339Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-12T04:29:51.339Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-08-12T04:29:51.443Z] prd-centos7-docker-4c-2g-679 does not seem to be running inside a container [2021-08-12T04:29:51.505Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-08-12T04:29:52.279Z] $ docker top 3f297501b4a2430e9a7cbfdf2d20252858f4290b6d48db6d5dca268b66f55ab2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-08-12T04:29:52.404Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-08-12T04:29:52.404Z] [ssh-agent] Looking for ssh-agent implementation... [2021-08-12T04:29:52.517Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-08-12T04:29:52.519Z] $ docker exec 3f297501b4a2430e9a7cbfdf2d20252858f4290b6d48db6d5dca268b66f55ab2 ssh-agent [2021-08-12T04:29:52.628Z] SSH_AUTH_SOCK=/tmp/ssh-2r2BobFHETMc/agent.13 [2021-08-12T04:29:52.628Z] SSH_AGENT_PID=19 [2021-08-12T04:29:52.640Z] Running ssh-add (command line suppressed) [2021-08-12T04:29:52.738Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6198020500633163431.key (/w/workspace/edgex-go/2@tmp/private_key_6198020500633163431.key) [2021-08-12T04:29:52.761Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-08-12T04:29:53.072Z] + git tag --points-at HEAD [Pipeline] } [2021-08-12T04:29:53.093Z] $ docker exec --env ******** --env ******** 3f297501b4a2430e9a7cbfdf2d20252858f4290b6d48db6d5dca268b66f55ab2 ssh-agent -k [2021-08-12T04:29:53.182Z] unset SSH_AUTH_SOCK; [2021-08-12T04:29:53.183Z] unset SSH_AGENT_PID; [2021-08-12T04:29:53.183Z] echo Agent pid 19 killed; [2021-08-12T04:29:53.200Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-08-12T04:29:53.241Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-08-12T04:29:53.241Z] [ssh-agent] Looking for ssh-agent implementation... [2021-08-12T04:29:53.353Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-08-12T04:29:53.355Z] $ docker exec 3f297501b4a2430e9a7cbfdf2d20252858f4290b6d48db6d5dca268b66f55ab2 ssh-agent [2021-08-12T04:29:53.466Z] SSH_AUTH_SOCK=/tmp/ssh-vFvIetMamVJF/agent.52 [2021-08-12T04:29:53.466Z] SSH_AGENT_PID=59 [2021-08-12T04:29:53.474Z] Running ssh-add (command line suppressed) [2021-08-12T04:29:53.577Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_335771522037042240.key (/w/workspace/edgex-go/2@tmp/private_key_335771522037042240.key) [2021-08-12T04:29:53.598Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-08-12T04:29:53.911Z] + git semver init [2021-08-12T04:29:53.911Z] # -> Open(): unable to determine branch for HEAD [2021-08-12T04:29:53.911Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-08-12T04:29:53.911Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-08-12T04:29:53.911Z] # $SEMVER_REMOTE_NAME = origin [2021-08-12T04:29:53.911Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-08-12T04:29:53.911Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-08-12T04:29:53.911Z] # $SEMVER_BRANCH = PR-3665 [2021-08-12T04:29:53.911Z] # $SEMVER_TEMP = /tmp/semver-579951524 [2021-08-12T04:29:53.911Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-08-12T04:30:08.946Z] # '/tmp/semver-579951524' -> '/w/workspace/edgex-go/2/.semver' [2021-08-12T04:30:08.946Z] # -> Force: false [2021-08-12T04:30:08.946Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-08-12T04:30:08.962Z] $ docker exec --env ******** --env ******** 3f297501b4a2430e9a7cbfdf2d20252858f4290b6d48db6d5dca268b66f55ab2 ssh-agent -k [2021-08-12T04:30:09.069Z] unset SSH_AUTH_SOCK; [2021-08-12T04:30:09.069Z] unset SSH_AGENT_PID; [2021-08-12T04:30:09.069Z] echo Agent pid 59 killed; [2021-08-12T04:30:09.083Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-08-12T04:30:09.428Z] + git semver [Pipeline] } [2021-08-12T04:30:09.448Z] $ docker stop --time=1 3f297501b4a2430e9a7cbfdf2d20252858f4290b6d48db6d5dca268b66f55ab2 [2021-08-12T04:30:11.567Z] $ docker rm -f 3f297501b4a2430e9a7cbfdf2d20252858f4290b6d48db6d5dca268b66f55ab2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-12T04:30:11.965Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-08-12T04:30:12.312Z] Stashed 1 file(s) [Pipeline] echo [2021-08-12T04:30:12.315Z] [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-12T04:30:12.511Z] ========================================================= [2021-08-12T04:30:12.511Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-08-12T04:30:12.511Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-08-12T04:30:12.834Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-12T04:30:12.834Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-08-12T04:30:12.834Z] 540db60ca938: Pulling fs layer [2021-08-12T04:30:12.834Z] adcc1eea9eea: Pulling fs layer [2021-08-12T04:30:12.834Z] 4c4ab2625f07: Pulling fs layer [2021-08-12T04:30:12.834Z] db62176df00c: Pulling fs layer [2021-08-12T04:30:12.834Z] 3b30891b0d05: Pulling fs layer [2021-08-12T04:30:12.834Z] 06b49ca38bd5: Pulling fs layer [2021-08-12T04:30:12.834Z] c788192a36de: Pulling fs layer [2021-08-12T04:30:12.834Z] a77e37c0d609: Pulling fs layer [2021-08-12T04:30:12.835Z] c3185cebc471: Pulling fs layer [2021-08-12T04:30:12.835Z] db62176df00c: Waiting [2021-08-12T04:30:12.835Z] 3b30891b0d05: Waiting [2021-08-12T04:30:12.835Z] 06b49ca38bd5: Waiting [2021-08-12T04:30:12.835Z] c788192a36de: Waiting [2021-08-12T04:30:12.835Z] a77e37c0d609: Waiting [2021-08-12T04:30:12.835Z] c3185cebc471: Waiting [2021-08-12T04:30:12.835Z] 4c4ab2625f07: Verifying Checksum [2021-08-12T04:30:12.835Z] 4c4ab2625f07: Download complete [2021-08-12T04:30:13.110Z] adcc1eea9eea: Verifying Checksum [2021-08-12T04:30:13.110Z] adcc1eea9eea: Download complete [2021-08-12T04:30:13.110Z] 3b30891b0d05: Verifying Checksum [2021-08-12T04:30:13.110Z] 3b30891b0d05: Download complete [2021-08-12T04:30:13.110Z] 06b49ca38bd5: Verifying Checksum [2021-08-12T04:30:13.110Z] 06b49ca38bd5: Download complete [2021-08-12T04:30:13.110Z] c788192a36de: Verifying Checksum [2021-08-12T04:30:13.110Z] c788192a36de: Download complete [2021-08-12T04:30:13.110Z] 540db60ca938: Verifying Checksum [2021-08-12T04:30:13.110Z] 540db60ca938: Download complete [2021-08-12T04:30:13.386Z] 540db60ca938: Pull complete [2021-08-12T04:30:13.668Z] adcc1eea9eea: Pull complete [2021-08-12T04:30:13.668Z] 4c4ab2625f07: Pull complete [2021-08-12T04:30:13.668Z] a77e37c0d609: Verifying Checksum [2021-08-12T04:30:13.668Z] a77e37c0d609: Download complete [2021-08-12T04:30:19.024Z] c3185cebc471: Verifying Checksum [2021-08-12T04:30:19.024Z] c3185cebc471: Download complete [2021-08-12T04:30:19.302Z] db62176df00c: Verifying Checksum [2021-08-12T04:30:19.302Z] db62176df00c: Download complete [2021-08-12T04:30:22.663Z] db62176df00c: Pull complete [2021-08-12T04:30:22.663Z] 3b30891b0d05: Pull complete [2021-08-12T04:30:22.663Z] 06b49ca38bd5: Pull complete [2021-08-12T04:30:22.663Z] c788192a36de: Pull complete [2021-08-12T04:30:22.663Z] a77e37c0d609: Pull complete [2021-08-12T04:30:24.627Z] c3185cebc471: Pull complete [2021-08-12T04:30:24.627Z] Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd [2021-08-12T04:30:24.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-12T04:30:24.627Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-08-12T04:30:24.961Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-12T04:30:24.961Z] WORKDIR /edgex [2021-08-12T04:30:24.961Z] COPY go.mod . [2021-08-12T04:30:24.961Z] RUN go mod download' [2021-08-12T04:30:24.961Z] + docker build -t ci-base-image-x86_64 -f - . [2021-08-12T04:30:26.405Z] Sending build context to Docker daemon 328.7MB [2021-08-12T04:30:26.405Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-12T04:30:26.405Z] ---> 031687cdd783 [2021-08-12T04:30:26.405Z] Step 2/4 : WORKDIR /edgex [2021-08-12T04:30:27.442Z] Still waiting to schedule task [2021-08-12T04:30:27.442Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-105’ is offline [2021-08-12T04:30:27.817Z] ---> Running in c2856b5aae0b [2021-08-12T04:30:27.817Z] Removing intermediate container c2856b5aae0b [2021-08-12T04:30:27.817Z] ---> 62ecb074966b [2021-08-12T04:30:27.817Z] Step 3/4 : COPY go.mod . [2021-08-12T04:30:28.086Z] ---> ec6c81df7745 [2021-08-12T04:30:28.086Z] Step 4/4 : RUN go mod download [2021-08-12T04:30:28.086Z] ---> Running in 6266761e4338 [2021-08-12T04:31:06.972Z] Removing intermediate container 6266761e4338 [2021-08-12T04:31:06.972Z] ---> 0319bf7d3ef9 [2021-08-12T04:31:06.972Z] Successfully built 0319bf7d3ef9 [2021-08-12T04:31:06.972Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-12T04:31:07.291Z] + docker inspect -f . ci-base-image-x86_64 [2021-08-12T04:31:07.291Z] . [Pipeline] withDockerContainer [2021-08-12T04:31:07.376Z] prd-centos7-docker-4c-2g-679 does not seem to be running inside a container [2021-08-12T04:31:07.430Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-08-12T04:31:07.823Z] $ docker top ea4cd52b0671bbda30b797beef5dd624ce0a7681c527c5fef181af4cf73de358 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-12T04:31:08.212Z] + go version [2021-08-12T04:31:08.212Z] go version go1.16.6 linux/amd64 [Pipeline] } [2021-08-12T04:31:08.229Z] $ docker stop --time=1 ea4cd52b0671bbda30b797beef5dd624ce0a7681c527c5fef181af4cf73de358 [2021-08-12T04:31:09.449Z] $ docker rm -f ea4cd52b0671bbda30b797beef5dd624ce0a7681c527c5fef181af4cf73de358 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-12T04:31:09.910Z] + docker inspect -f . ci-base-image-x86_64 [2021-08-12T04:31:09.910Z] . [Pipeline] withDockerContainer [2021-08-12T04:31:09.997Z] prd-centos7-docker-4c-2g-679 does not seem to be running inside a container [2021-08-12T04:31:10.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-08-12T04:31:10.430Z] $ docker top d92a9829fcf33482bda475d7df91fe01aa8e2edb2ecef8568480ac74ba658b62 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-08-12T04:31:10.526Z] ========================================================= [2021-08-12T04:31:10.526Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-08-12T04:31:10.526Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-08-12T04:31:10.841Z] + go mod tidy [Pipeline] sh [2021-08-12T04:31:11.431Z] + make test [2021-08-12T04:31:11.431Z] 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-12T04:31:11.701Z] go mod tidy [2021-08-12T04:31:11.701Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-08-12T04:31:17.112Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-08-12T04:31:35.412Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-08-12T04:31:38.026Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-08-12T04:31:38.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-08-12T04:31:38.911Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-08-12T04:31:40.886Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-08-12T04:31:41.867Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-08-12T04:31:41.867Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-08-12T04:31:41.867Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-08-12T04:31:42.139Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-08-12T04:31:42.412Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-08-12T04:31:42.693Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-08-12T04:31:42.693Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-08-12T04:31:42.693Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-08-12T04:31:42.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-08-12T04:31:45.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.057s coverage: 28.7% of statements [2021-08-12T04:31:45.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-08-12T04:31:45.353Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-08-12T04:31:46.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.065s coverage: 100.0% of statements [2021-08-12T04:31:46.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-08-12T04:31:46.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.054s coverage: 46.3% of statements [2021-08-12T04:31:46.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-08-12T04:31:46.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-08-12T04:31:47.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.121s coverage: 90.1% of statements [2021-08-12T04:31:47.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-08-12T04:31:47.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-08-12T04:31:48.529Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.056s coverage: 81.2% of statements [2021-08-12T04:31:48.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-08-12T04:31:48.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-08-12T04:31:48.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-08-12T04:31:48.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-08-12T04:31:48.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-08-12T04:31:48.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.233s coverage: 94.2% of statements [2021-08-12T04:31:48.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-08-12T04:31:48.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-08-12T04:31:49.073Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.060s coverage: 59.1% of statements [2021-08-12T04:31:49.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-08-12T04:31:49.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-08-12T04:31:49.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-08-12T04:31:49.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-08-12T04:31:49.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-08-12T04:31:49.354Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.044s coverage: 60.0% of statements [2021-08-12T04:31:49.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-08-12T04:31:49.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-08-12T04:31:49.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-08-12T04:31:49.945Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.043s coverage: 0.8% of statements [2021-08-12T04:31:49.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-08-12T04:31:49.945Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-08-12T04:31:50.220Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.062s coverage: 21.7% of statements [2021-08-12T04:31:50.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-08-12T04:31:50.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements [2021-08-12T04:31:51.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.064s coverage: 79.5% of statements [2021-08-12T04:31:51.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements [2021-08-12T04:31:51.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements [2021-08-12T04:31:51.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2021-08-12T04:32:04.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.053s coverage: 94.4% of statements [2021-08-12T04:32:04.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-08-12T04:32:08.476Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.165s coverage: 81.8% of statements [2021-08-12T04:32:08.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 58.8% of statements [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 85.4% of statements [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.2% of statements [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.128s coverage: 64.4% of statements [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-08-12T04:32:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.180s coverage: 66.9% of statements [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-08-12T04:32:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-08-12T04:32:26.785Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-681 in /w/workspace/edgexfoundry_edgex-go_PR-3665 [Pipeline] { [Pipeline] ws [2021-08-12T04:32:26.801Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-08-12T04:32:26.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.148s coverage: 43.6% of statements [2021-08-12T04:32:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-08-12T04:32:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-08-12T04:32:27.005Z] The recommended git tool is: git [2021-08-12T04:32:27.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements [2021-08-12T04:32:27.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-08-12T04:32:27.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements [2021-08-12T04:32:27.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-08-12T04:32:31.909Z] using credential edgex-jenkins-ssh [2021-08-12T04:32:31.929Z] Cloning the remote Git repository [2021-08-12T04:32:31.979Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-08-12T04:32:32.076Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-08-12T04:32:32.157Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-12T04:32:32.158Z] > git --version # timeout=10 [2021-08-12T04:32:32.174Z] > git --version # 'git version 2.17.1' [2021-08-12T04:32:32.175Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T04:32:32.248Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-12T04:32:34.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.066s coverage: 19.5% of statements [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-08-12T04:32:34.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.136s coverage: 92.0% of statements [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-08-12T04:32:34.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 62.7% of statements [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-08-12T04:32:34.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.084s coverage: 97.7% of statements [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-08-12T04:32:34.135Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-08-12T04:32:34.135Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-08-12T04:32:34.135Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-08-12T04:32:34.135Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.027s coverage: 95.4% of statements [2021-08-12T04:32:34.135Z] GO111MODULE=on go vet ./... [2021-08-12T04:32:46.877Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-12T04:32:46.898Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-12T04:32:46.920Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-12T04:32:46.952Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-12T04:32:46.953Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T04:32:46.972Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3665/head:refs/remotes/origin/PR-3665 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-08-12T04:32:47.534Z] Merging remotes/origin/main commit 729eb4739df12e156b446759f30c8b9b764bc7ef into PR head commit 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c [2021-08-12T04:32:48.097Z] Merge succeeded, producing 769f81c456b9fa02e4b31d8281ab32972a436c2a [2021-08-12T04:32:48.097Z] Checking out Revision 769f81c456b9fa02e4b31d8281ab32972a436c2a (PR-3665) [2021-08-12T04:32:47.558Z] > git config core.sparsecheckout # timeout=10 [2021-08-12T04:32:47.576Z] > git checkout -f 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c # timeout=10 [2021-08-12T04:32:47.782Z] > git remote # timeout=10 [2021-08-12T04:32:47.801Z] > git config --get remote.origin.url # timeout=10 [2021-08-12T04:32:47.815Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T04:32:47.826Z] > git merge 729eb4739df12e156b446759f30c8b9b764bc7ef # timeout=10 [2021-08-12T04:32:48.079Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-12T04:32:48.108Z] > git config core.sparsecheckout # timeout=10 [2021-08-12T04:32:48.127Z] > git checkout -f 769f81c456b9fa02e4b31d8281ab32972a436c2a # timeout=10 [2021-08-12T04:32:52.304Z] Commit message: "Merge commit '729eb4739df12e156b446759f30c8b9b764bc7ef' into HEAD" [2021-08-12T04:32:52.316Z] > git rev-list --no-walk 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-12T04:32:52.742Z] provisioning config files... [2021-08-12T04:32:52.772Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config43263592592115450tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-12T04:32:53.346Z] ---> docker-login.sh [2021-08-12T04:32:53.346Z] nexus3.edgexfoundry.org:10001 [2021-08-12T04:32:53.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-12T04:32:54.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-12T04:32:54.549Z] Configure a credential helper to remove this warning. See [2021-08-12T04:32:54.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-12T04:32:54.549Z] [2021-08-12T04:32:54.549Z] Login Succeeded [2021-08-12T04:32:54.549Z] nexus3.edgexfoundry.org:10002 [2021-08-12T04:32:54.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-12T04:32:55.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-12T04:32:55.107Z] Configure a credential helper to remove this warning. See [2021-08-12T04:32:55.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-12T04:32:55.107Z] [2021-08-12T04:32:55.107Z] Login Succeeded [2021-08-12T04:32:55.107Z] nexus3.edgexfoundry.org:10003 [2021-08-12T04:32:55.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-12T04:32:55.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-12T04:32:55.659Z] Configure a credential helper to remove this warning. See [2021-08-12T04:32:55.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-12T04:32:55.659Z] [2021-08-12T04:32:55.659Z] Login Succeeded [2021-08-12T04:32:55.659Z] nexus3.edgexfoundry.org:10004 [2021-08-12T04:32:55.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-12T04:32:56.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-12T04:32:56.211Z] Configure a credential helper to remove this warning. See [2021-08-12T04:32:56.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-12T04:32:56.211Z] [2021-08-12T04:32:56.211Z] Login Succeeded [2021-08-12T04:32:56.211Z] docker.io [2021-08-12T04:32:56.234Z] gofmt -l . [2021-08-12T04:32:56.500Z] [ "`gofmt -l .`" = "" ] [2021-08-12T04:32:56.767Z] ./bin/test-attribution-txt.sh [2021-08-12T04:32:56.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-12T04:32:57.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-12T04:32:57.088Z] Configure a credential helper to remove this warning. See [2021-08-12T04:32:57.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-12T04:32:57.088Z] [2021-08-12T04:32:57.088Z] Login Succeeded [2021-08-12T04:32:57.088Z] ---> docker-login.sh ends [Pipeline] } [2021-08-12T04:32:57.228Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2021-08-12T04:32:57.668Z] + ls -al . [2021-08-12T04:32:57.668Z] total 608 [2021-08-12T04:32:57.668Z] drwxrwxr-x 10 1001 1001 4096 Aug 12 04:32 . [2021-08-12T04:32:57.668Z] drwxr-xr-x 4 root root 28 Aug 12 04:31 .. [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 11 Aug 12 04:29 .dockerignore [2021-08-12T04:32:57.668Z] drwxrwxr-x 8 1001 1001 179 Aug 12 04:29 .git [2021-08-12T04:32:57.668Z] drwxrwxr-x 3 1001 1001 125 Aug 12 04:29 .github [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 818 Aug 12 04:29 .gitignore [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 76 Aug 12 04:29 .hadolint.yml [2021-08-12T04:32:57.668Z] drwx------ 3 1001 1001 58 Aug 12 04:30 .semver [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 166 Aug 12 04:29 .sonarcloud.properties [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 1171 Aug 12 04:29 ADOPTERS.md [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 8609 Aug 12 04:29 Attribution.txt [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 43881 Aug 12 04:29 CHANGELOG.md [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 3804 Aug 12 04:29 CONTRIBUTING.md [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 677 Aug 12 04:29 GOVERNANCE.md [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 849 Aug 12 04:29 Jenkinsfile [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 10775 Aug 12 04:29 LICENSE [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 5915 Aug 12 04:29 Makefile [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 582 Aug 12 04:29 OWNERS.md [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 8643 Aug 12 04:29 README.md [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 6912 Aug 12 04:29 SECURITY.md [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 5 Aug 12 04:30 VERSION [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 4131 Aug 12 04:29 ZMQWindows.md [2021-08-12T04:32:57.668Z] drwxrwxr-x 2 1001 1001 37 Aug 12 04:29 bin [2021-08-12T04:32:57.668Z] drwxrwxr-x 14 1001 1001 4096 Aug 12 04:29 cmd [2021-08-12T04:32:57.668Z] -rw-r--r-- 1 root root 404329 Aug 12 04:32 coverage.out [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 813 Aug 12 04:29 go.mod [2021-08-12T04:32:57.668Z] -rw-r--r-- 1 root root 50064 Aug 12 04:31 go.sum [2021-08-12T04:32:57.668Z] drwxrwxr-x 8 1001 1001 124 Aug 12 04:29 internal [2021-08-12T04:32:57.668Z] drwxrwxr-x 3 1001 1001 16 Aug 12 04:29 openapi [2021-08-12T04:32:57.668Z] drwxrwxr-x 4 1001 1001 71 Aug 12 04:29 snap [2021-08-12T04:32:57.668Z] -rw-rw-r-- 1 1001 1001 204 Aug 12 04:29 version.go [Pipeline] sh [Pipeline] echo [2021-08-12T04:32:57.844Z] ========================================================= [2021-08-12T04:32:57.845Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-08-12T04:32:57.845Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-08-12T04:32:57.978Z] + '[' -e coverage.out ] [2021-08-12T04:32:57.978Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-08-12T04:32:58.073Z] Stashed 1 file(s) [Pipeline] sh [2021-08-12T04:32:58.203Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-12T04:32:58.380Z] + make build [2021-08-12T04:32:58.380Z] go mod tidy [2021-08-12T04:32:58.380Z] 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-12T04:32:58.488Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-08-12T04:32:58.488Z] 595b0fe564bb: Pulling fs layer [2021-08-12T04:32:58.488Z] 24495759ef45: Pulling fs layer [2021-08-12T04:32:58.488Z] d148012ef14d: Pulling fs layer [2021-08-12T04:32:58.488Z] e90a11edd702: Pulling fs layer [2021-08-12T04:32:58.488Z] d77568369979: Pulling fs layer [2021-08-12T04:32:58.488Z] fc1c9f9a7f3b: Pulling fs layer [2021-08-12T04:32:58.488Z] 170f2ba95c9a: Pulling fs layer [2021-08-12T04:32:58.488Z] 97ac5df62f85: Pulling fs layer [2021-08-12T04:32:58.488Z] e90a11edd702: Waiting [2021-08-12T04:32:58.488Z] fc1c9f9a7f3b: Waiting [2021-08-12T04:32:58.488Z] d77568369979: Waiting [2021-08-12T04:32:58.488Z] 170f2ba95c9a: Waiting [2021-08-12T04:32:58.489Z] 97ac5df62f85: Waiting [2021-08-12T04:32:58.489Z] d148012ef14d: Verifying Checksum [2021-08-12T04:32:58.489Z] d148012ef14d: Download complete [2021-08-12T04:32:58.763Z] 24495759ef45: Verifying Checksum [2021-08-12T04:32:58.763Z] 24495759ef45: Download complete [2021-08-12T04:32:58.763Z] d77568369979: Verifying Checksum [2021-08-12T04:32:58.763Z] d77568369979: Download complete [2021-08-12T04:32:58.763Z] fc1c9f9a7f3b: Download complete [2021-08-12T04:32:59.039Z] 170f2ba95c9a: Download complete [2021-08-12T04:32:59.039Z] 595b0fe564bb: Verifying Checksum [2021-08-12T04:32:59.039Z] 595b0fe564bb: Download complete [2021-08-12T04:32:59.646Z] 595b0fe564bb: Pull complete [2021-08-12T04:32:59.787Z] 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-12T04:33:00.248Z] 24495759ef45: Pull complete [2021-08-12T04:33:00.849Z] d148012ef14d: Pull complete [2021-08-12T04:33:02.842Z] 97ac5df62f85: Verifying Checksum [2021-08-12T04:33:02.842Z] 97ac5df62f85: Download complete [2021-08-12T04:33:03.120Z] e90a11edd702: Verifying Checksum [2021-08-12T04:33:03.120Z] e90a11edd702: Download complete [2021-08-12T04:33:06.478Z] 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-12T04:33:07.067Z] 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-12T04:33:08.032Z] 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-12T04:33:08.304Z] 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-12T04:33:08.892Z] 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-12T04:33:09.855Z] 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-12T04:33:10.817Z] 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-12T04:33:11.778Z] 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-12T04:33:12.362Z] 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-12T04:33:13.291Z] e90a11edd702: Pull complete [2021-08-12T04:33:13.291Z] d77568369979: Pull complete [2021-08-12T04:33:13.321Z] 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-12T04:33:13.937Z] fc1c9f9a7f3b: Pull complete [2021-08-12T04:33:14.209Z] 170f2ba95c9a: Pull complete [Pipeline] } [2021-08-12T04:33:14.753Z] $ docker stop --time=1 d92a9829fcf33482bda475d7df91fe01aa8e2edb2ecef8568480ac74ba658b62 [2021-08-12T04:33:16.759Z] $ docker rm -f d92a9829fcf33482bda475d7df91fe01aa8e2edb2ecef8568480ac74ba658b62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-12T04:33:19.619Z] 97ac5df62f85: Pull complete [2021-08-12T04:33:19.619Z] Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 [2021-08-12T04:33:19.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-12T04:33:19.619Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-08-12T04:33:19.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-12T04:33:19.678Z] [2021-08-12T04:33:19.678Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-08-12T04:33:19.974Z] + docker build -t ci-base-image-arm64 -f - . [2021-08-12T04:33:19.974Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-12T04:33:19.974Z] WORKDIR /edgex [2021-08-12T04:33:19.974Z] COPY go.mod . [2021-08-12T04:33:19.974Z] RUN go mod download [2021-08-12T04:33:20.238Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-12T04:33:20.238Z] latest: Pulling from edgex-devops/edgex-compose [2021-08-12T04:33:20.238Z] cbdbe7a5bc2a: Pulling fs layer [2021-08-12T04:33:20.238Z] ca9280d653b3: Pulling fs layer [2021-08-12T04:33:20.238Z] 7e9c9ca2126c: Pulling fs layer [2021-08-12T04:33:20.516Z] cbdbe7a5bc2a: Verifying Checksum [2021-08-12T04:33:20.516Z] cbdbe7a5bc2a: Download complete [2021-08-12T04:33:20.780Z] cbdbe7a5bc2a: Pull complete [2021-08-12T04:33:21.360Z] ca9280d653b3: Verifying Checksum [2021-08-12T04:33:21.360Z] ca9280d653b3: Download complete [2021-08-12T04:33:21.626Z] ca9280d653b3: Pull complete [2021-08-12T04:33:21.975Z] Sending build context to Docker daemon 165.9MB [2021-08-12T04:33:21.975Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-12T04:33:21.975Z] ---> 04bc70af865f [2021-08-12T04:33:21.975Z] Step 2/4 : WORKDIR /edgex [2021-08-12T04:33:23.574Z] 7e9c9ca2126c: Verifying Checksum [2021-08-12T04:33:23.574Z] 7e9c9ca2126c: Download complete [2021-08-12T04:33:25.368Z] ---> Running in 17752d279c37 [2021-08-12T04:33:25.968Z] Removing intermediate container 17752d279c37 [2021-08-12T04:33:25.968Z] ---> 8dd66dd74615 [2021-08-12T04:33:25.968Z] Step 3/4 : COPY go.mod . [2021-08-12T04:33:26.567Z] ---> d3b7e3979821 [2021-08-12T04:33:26.567Z] Step 4/4 : RUN go mod download [2021-08-12T04:33:26.839Z] ---> Running in 9efab712e1e3 [2021-08-12T04:33:26.943Z] 7e9c9ca2126c: Pull complete [2021-08-12T04:33:26.943Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-08-12T04:33:26.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-12T04:33:26.943Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-08-12T04:33:27.027Z] prd-centos7-docker-4c-2g-679 does not seem to be running inside a container [2021-08-12T04:33:27.080Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-08-12T04:33:29.947Z] $ docker top 6dc53a666d11216c51144b7c175baf2f49fb9b68e7cfaa73c0a828a3f6a8beca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-12T04:33:30.338Z] + docker-compose build --help [2021-08-12T04:33:30.338Z] + grep parallel [2021-08-12T04:33:30.921Z] --parallel Build images in parallel. [Pipeline] } [2021-08-12T04:33:30.939Z] $ docker stop --time=1 6dc53a666d11216c51144b7c175baf2f49fb9b68e7cfaa73c0a828a3f6a8beca [2021-08-12T04:33:32.124Z] $ docker rm -f 6dc53a666d11216c51144b7c175baf2f49fb9b68e7cfaa73c0a828a3f6a8beca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-12T04:33:32.561Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-12T04:33:32.561Z] . [Pipeline] withDockerContainer [2021-08-12T04:33:32.658Z] prd-centos7-docker-4c-2g-679 does not seem to be running inside a container [2021-08-12T04:33:32.718Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-08-12T04:33:33.047Z] $ docker top 5505810f8c437420c195791f3dd13215a6357bbaee44cc403cea21db349b81c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-12T04:33:33.432Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-08-12T04:33:34.019Z] Building core-command ... [2021-08-12T04:33:34.019Z] Building core-data ... [2021-08-12T04:33:34.019Z] Building core-metadata ... [2021-08-12T04:33:34.019Z] Building security-bootstrapper ... [2021-08-12T04:33:34.019Z] Building security-proxy-setup ... [2021-08-12T04:33:34.019Z] Building security-secretstore-setup ... [2021-08-12T04:33:34.019Z] Building support-notifications ... [2021-08-12T04:33:34.019Z] Building support-scheduler ... [2021-08-12T04:33:34.019Z] Building sys-mgmt-agent ... [2021-08-12T04:33:34.019Z] Building core-data [2021-08-12T04:33:34.019Z] Building security-secretstore-setup [2021-08-12T04:33:34.019Z] Building core-metadata [2021-08-12T04:33:34.019Z] Building support-notifications [2021-08-12T04:33:34.019Z] Building support-scheduler [2021-08-12T04:33:44.104Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:33:44.104Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:33:44.104Z] ---> 0319bf7d3ef9 [2021-08-12T04:33:44.104Z] Step 3/23 : WORKDIR /edgex-go [2021-08-12T04:33:44.104Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:33:44.104Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:33:44.104Z] ---> 0319bf7d3ef9 [2021-08-12T04:33:44.104Z] Step 3/26 : WORKDIR /edgex-go [2021-08-12T04:33:48.350Z] ---> Running in d589905b78cc [2021-08-12T04:33:48.350Z] ---> Running in ba1f1a6b54e8 [2021-08-12T04:33:53.627Z] Removing intermediate container ba1f1a6b54e8 [2021-08-12T04:33:53.627Z] ---> 22b63595c996 [2021-08-12T04:33:53.627Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:33:53.627Z] Removing intermediate container d589905b78cc [2021-08-12T04:33:53.627Z] ---> d7fbe5e6ffed [2021-08-12T04:33:53.627Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:33:53.893Z] ---> Running in f6ca9a348857 [2021-08-12T04:33:53.893Z] ---> Running in 465df28fdf53 [2021-08-12T04:33:56.475Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:33:56.475Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:33:56.475Z] ---> 0319bf7d3ef9 [2021-08-12T04:33:56.475Z] Step 3/24 : WORKDIR /edgex-go [2021-08-12T04:33:56.475Z] ---> Using cache [2021-08-12T04:33:56.475Z] ---> 22b63595c996 [2021-08-12T04:33:56.475Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:33:59.070Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:33:59.070Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:33:59.070Z] ---> 0319bf7d3ef9 [2021-08-12T04:33:59.070Z] Step 3/24 : WORKDIR /edgex-go [2021-08-12T04:33:59.070Z] ---> Using cache [2021-08-12T04:33:59.070Z] ---> 22b63595c996 [2021-08-12T04:33:59.070Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:33:59.070Z] ---> Running in e642f72351bb [2021-08-12T04:33:59.336Z] ---> Running in f3210a0b31d1 [2021-08-12T04:33:59.336Z] Removing intermediate container f6ca9a348857 [2021-08-12T04:33:59.336Z] ---> 9df0f6e05e53 [2021-08-12T04:33:59.336Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-08-12T04:33:59.336Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:33:59.336Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:33:59.336Z] ---> 0319bf7d3ef9 [2021-08-12T04:33:59.336Z] Step 3/23 : WORKDIR /edgex-go [2021-08-12T04:33:59.336Z] ---> Using cache [2021-08-12T04:33:59.336Z] ---> 22b63595c996 [2021-08-12T04:33:59.336Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:33:59.336Z] ---> Using cache [2021-08-12T04:33:59.336Z] ---> 9df0f6e05e53 [2021-08-12T04:33:59.336Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-08-12T04:33:59.336Z] Removing intermediate container 465df28fdf53 [2021-08-12T04:33:59.336Z] ---> c275e8ffe368 [2021-08-12T04:33:59.336Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-08-12T04:33:59.602Z] ---> Running in a9aab7d4d5df [2021-08-12T04:33:59.603Z] ---> Running in e9e0cb035932 [2021-08-12T04:33:59.603Z] ---> Running in a7fe0d1ad2de [2021-08-12T04:34:00.193Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-12T04:34:00.193Z] Removing intermediate container f3210a0b31d1 [2021-08-12T04:34:00.193Z] ---> 95112037a7f5 [2021-08-12T04:34:00.193Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-08-12T04:34:00.193Z] Removing intermediate container e642f72351bb [2021-08-12T04:34:00.193Z] ---> a345dc1daf76 [2021-08-12T04:34:00.193Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-08-12T04:34:00.465Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-12T04:34:00.465Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-12T04:34:00.465Z] ---> Running in 3b725138bffd [2021-08-12T04:34:00.465Z] ---> Running in 2b0099ec72af [2021-08-12T04:34:00.732Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-12T04:34:00.732Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-12T04:34:00.997Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-12T04:34:00.997Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-12T04:34:01.580Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-12T04:34:01.580Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-12T04:34:01.580Z] OK: 219 MiB in 52 packages [2021-08-12T04:34:01.851Z] Removing intermediate container a7fe0d1ad2de [2021-08-12T04:34:01.851Z] ---> bc50a894c6e9 [2021-08-12T04:34:01.851Z] Step 6/23 : COPY go.mod . [2021-08-12T04:34:01.851Z] OK: 219 MiB in 52 packages [2021-08-12T04:34:02.119Z] OK: 219 MiB in 52 packages [2021-08-12T04:34:02.119Z] OK: 219 MiB in 52 packages [2021-08-12T04:34:02.119Z] ---> 419d8845d424 [2021-08-12T04:34:02.119Z] Step 7/23 : RUN go mod download [2021-08-12T04:34:02.119Z] ---> Running in d0165cd1630d [2021-08-12T04:34:02.395Z] Removing intermediate container e9e0cb035932 [2021-08-12T04:34:02.395Z] ---> e680f862c66c [2021-08-12T04:34:02.395Z] Step 6/26 : COPY go.mod . [2021-08-12T04:34:02.395Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-12T04:34:02.395Z] Removing intermediate container 2b0099ec72af [2021-08-12T04:34:02.395Z] ---> e1ca18924c88 [2021-08-12T04:34:02.395Z] Step 6/24 : COPY go.mod . [2021-08-12T04:34:02.395Z] Removing intermediate container 3b725138bffd [2021-08-12T04:34:02.395Z] ---> 8bb0d657b3f5 [2021-08-12T04:34:02.395Z] Step 6/24 : COPY go.mod . [2021-08-12T04:34:02.677Z] ---> 77c783debb56 [2021-08-12T04:34:02.677Z] Step 7/26 : RUN go mod download [2021-08-12T04:34:02.677Z] ---> 170d1bb51320 [2021-08-12T04:34:02.677Z] Step 7/24 : RUN go mod download [2021-08-12T04:34:02.677Z] ---> 0729c48a1312 [2021-08-12T04:34:02.677Z] Step 7/24 : RUN go mod download [2021-08-12T04:34:02.677Z] ---> Running in 72717c393936 [2021-08-12T04:34:02.951Z] ---> Running in 833a8f06df8d [2021-08-12T04:34:02.951Z] ---> Running in c0bca9a23b4e [2021-08-12T04:34:03.234Z] Removing intermediate container d0165cd1630d [2021-08-12T04:34:03.234Z] ---> d1cb092897f0 [2021-08-12T04:34:03.234Z] Step 8/23 : COPY . . [2021-08-12T04:34:05.229Z] OK: 219 MiB in 52 packages [2021-08-12T04:34:05.843Z] Removing intermediate container 72717c393936 [2021-08-12T04:34:05.843Z] ---> 7cbda281fb92 [2021-08-12T04:34:05.843Z] Step 8/26 : COPY . . [2021-08-12T04:34:06.816Z] Removing intermediate container c0bca9a23b4e [2021-08-12T04:34:06.816Z] ---> 4c36bf7b790d [2021-08-12T04:34:06.816Z] Step 8/24 : COPY . . [2021-08-12T04:34:06.816Z] Removing intermediate container a9aab7d4d5df [2021-08-12T04:34:06.816Z] ---> ce4e13905b64 [2021-08-12T04:34:06.816Z] Step 6/23 : COPY go.mod . [2021-08-12T04:34:06.816Z] Removing intermediate container 833a8f06df8d [2021-08-12T04:34:06.816Z] ---> 2298a5fe9256 [2021-08-12T04:34:06.816Z] Step 8/24 : COPY . . [2021-08-12T04:34:09.432Z] ---> be9f99ba95aa [2021-08-12T04:34:09.432Z] Step 7/23 : RUN go mod download [2021-08-12T04:34:11.381Z] ---> d2b93738eb1b [2021-08-12T04:34:11.381Z] Step 9/23 : RUN go mod tidy [2021-08-12T04:34:11.381Z] ---> Running in 0cef39f83745 [2021-08-12T04:34:11.381Z] ---> Running in b431442b0f07 [2021-08-12T04:34:14.006Z] Removing intermediate container 0cef39f83745 [2021-08-12T04:34:14.006Z] ---> 708ef0263bcb [2021-08-12T04:34:14.006Z] Step 8/23 : COPY . . [2021-08-12T04:34:14.275Z] ---> ecd9689d64ea [2021-08-12T04:34:14.275Z] Step 9/26 : RUN go mod tidy [2021-08-12T04:34:14.543Z] ---> Running in 495f9d17c253 [2021-08-12T04:34:15.498Z] Removing intermediate container b431442b0f07 [2021-08-12T04:34:15.498Z] ---> 8d9d21304c01 [2021-08-12T04:34:15.498Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-08-12T04:34:16.090Z] ---> f077440d763f [2021-08-12T04:34:16.090Z] Step 9/24 : RUN go mod tidy [2021-08-12T04:34:16.090Z] ---> 293df74949ea [2021-08-12T04:34:16.090Z] Step 9/24 : RUN go mod tidy [2021-08-12T04:34:16.090Z] ---> Running in b3921caa1e89 [2021-08-12T04:34:16.358Z] ---> Running in 2e886e2b1368 [2021-08-12T04:34:16.358Z] ---> Running in 1cfda05e0c8a [2021-08-12T04:34:17.783Z] 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-12T04:34:19.748Z] Removing intermediate container 495f9d17c253 [2021-08-12T04:34:19.748Z] ---> 37d4b5731088 [2021-08-12T04:34:19.748Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-08-12T04:34:19.748Z] ---> Running in 9706edd8aa14 [2021-08-12T04:34:20.020Z] Removing intermediate container 1cfda05e0c8a [2021-08-12T04:34:20.020Z] ---> 63771e0d50d9 [2021-08-12T04:34:20.020Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-08-12T04:34:20.020Z] ---> Running in f22ec64fb1ca [2021-08-12T04:34:20.614Z] 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-12T04:34:20.881Z] Removing intermediate container 2e886e2b1368 [2021-08-12T04:34:20.881Z] ---> 23b520a8da21 [2021-08-12T04:34:20.881Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-08-12T04:34:21.466Z] ---> Running in 843f25fea493 [2021-08-12T04:34:21.736Z] 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-12T04:34:22.725Z] 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-12T04:34:30.971Z] ---> adb912a15d12 [2021-08-12T04:34:30.971Z] Step 9/23 : RUN go mod tidy [2021-08-12T04:34:31.240Z] ---> Running in b627f8e93db9 [2021-08-12T04:34:33.842Z] Removing intermediate container b627f8e93db9 [2021-08-12T04:34:33.842Z] ---> 5fa2a74d95d4 [2021-08-12T04:34:33.842Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-08-12T04:34:33.842Z] ---> Running in 0ea634b433c9 [2021-08-12T04:34:33.842Z] 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-12T04:34:55.969Z] 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-12T04:34:55.969Z] Removing intermediate container b3921caa1e89 [2021-08-12T04:34:55.969Z] ---> d2e428109c3c [2021-08-12T04:34:55.969Z] [2021-08-12T04:34:55.969Z] Step 11/23 : FROM alpine:3.12 [2021-08-12T04:34:55.969Z] 3.12: Pulling from library/alpine [2021-08-12T04:34:56.558Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-12T04:34:56.558Z] Status: Downloaded newer image for alpine:3.12 [2021-08-12T04:34:56.558Z] ---> 13621d1b12d4 [2021-08-12T04:34:56.558Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-08-12T04:34:56.558Z] ---> Running in a9b612bd3af9 [2021-08-12T04:34:57.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-12T04:34:57.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-12T04:34:57.415Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-08-12T04:34:57.691Z] Executing busybox-1.31.1-r20.trigger [2021-08-12T04:34:57.691Z] OK: 6 MiB in 15 packages [2021-08-12T04:34:58.283Z] Removing intermediate container 9706edd8aa14 [2021-08-12T04:34:58.283Z] ---> 5c13c2f07bb9 [2021-08-12T04:34:58.283Z] [2021-08-12T04:34:58.283Z] Step 11/26 : FROM alpine:3.12 [2021-08-12T04:34:58.283Z] ---> 13621d1b12d4 [2021-08-12T04:34:58.283Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-08-12T04:34:58.283Z] ---> Running in a2031d08d9b1 [2021-08-12T04:34:58.550Z] Removing intermediate container a9b612bd3af9 [2021-08-12T04:34:58.550Z] ---> 904774d4c9f7 [2021-08-12T04:34:58.550Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-12T04:34:58.550Z] ---> Running in 1c0d8fb39864 [2021-08-12T04:34:58.818Z] Removing intermediate container 1c0d8fb39864 [2021-08-12T04:34:58.818Z] ---> 72ec4448432b [2021-08-12T04:34:58.818Z] Step 14/23 : ENV APP_PORT=59861 [2021-08-12T04:34:58.818Z] ---> Running in 84dc570629e6 [2021-08-12T04:34:58.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-12T04:34:59.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-12T04:34:59.087Z] Removing intermediate container 84dc570629e6 [2021-08-12T04:34:59.087Z] ---> f7523b5c7417 [2021-08-12T04:34:59.087Z] Step 15/23 : EXPOSE $APP_PORT [2021-08-12T04:34:59.087Z] ---> Running in 26be377f175c [2021-08-12T04:34:59.354Z] Removing intermediate container 26be377f175c [2021-08-12T04:34:59.354Z] ---> 5d4687dbe2c1 [2021-08-12T04:34:59.354Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-12T04:34:59.354Z] (1/6) Installing ca-certificates (20191127-r4) [2021-08-12T04:34:59.354Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-08-12T04:34:59.354Z] (3/6) Installing libcurl (7.78.0-r0) [2021-08-12T04:34:59.354Z] (4/6) Installing curl (7.78.0-r0) [2021-08-12T04:34:59.354Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-08-12T04:34:59.354Z] (6/6) Installing su-exec (0.2-r1) [2021-08-12T04:34:59.354Z] Executing busybox-1.31.1-r20.trigger [2021-08-12T04:34:59.354Z] Executing ca-certificates-20191127-r4.trigger [2021-08-12T04:34:59.620Z] OK: 7 MiB in 20 packages [2021-08-12T04:34:59.620Z] ---> 9948f172fb94 [2021-08-12T04:34:59.620Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-08-12T04:35:00.587Z] ---> 116e25896289 [2021-08-12T04:35:00.587Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-08-12T04:35:00.587Z] Removing intermediate container a2031d08d9b1 [2021-08-12T04:35:00.587Z] ---> a19a9149c855 [2021-08-12T04:35:00.587Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-08-12T04:35:00.587Z] ---> Running in ef1b6e4906e8 [2021-08-12T04:35:00.587Z] Removing intermediate container ef1b6e4906e8 [2021-08-12T04:35:00.587Z] ---> fd7b182b850a [2021-08-12T04:35:00.587Z] Step 14/26 : WORKDIR / [2021-08-12T04:35:00.587Z] ---> bb52f556f334 [2021-08-12T04:35:00.587Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-08-12T04:35:00.587Z] ---> Running in aa4d43a229f8 [2021-08-12T04:35:00.856Z] ---> Running in 58c2934eb328 [2021-08-12T04:35:00.856Z] Removing intermediate container aa4d43a229f8 [2021-08-12T04:35:00.856Z] ---> d8c7c9b8eb5f [2021-08-12T04:35:00.856Z] 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-12T04:35:01.126Z] Removing intermediate container 58c2934eb328 [2021-08-12T04:35:01.126Z] ---> 76cb89f94ae2 [2021-08-12T04:35:01.126Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-12T04:35:01.126Z] ---> Running in b33b8e74908c [2021-08-12T04:35:01.126Z] ---> 56656c22bb57 [2021-08-12T04:35:01.126Z] 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-12T04:35:01.126Z] Removing intermediate container b33b8e74908c [2021-08-12T04:35:01.126Z] ---> 8ebf1094b681 [2021-08-12T04:35:01.126Z] Step 21/23 : LABEL arch=x86_64 [2021-08-12T04:35:01.395Z] ---> Running in dca709dc2525 [2021-08-12T04:35:01.395Z] ---> 256bb681370b [2021-08-12T04:35:01.395Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-08-12T04:35:01.395Z] Removing intermediate container dca709dc2525 [2021-08-12T04:35:01.395Z] ---> d20762405d07 [2021-08-12T04:35:01.395Z] Step 22/23 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 [2021-08-12T04:35:01.662Z] ---> Running in 1d4aa39557bb [2021-08-12T04:35:01.662Z] Removing intermediate container 1d4aa39557bb [2021-08-12T04:35:01.662Z] ---> c7e4e51eefd7 [2021-08-12T04:35:01.662Z] Step 23/23 : LABEL version=0.0.0 [2021-08-12T04:35:01.932Z] ---> Running in fac347e953c6 [2021-08-12T04:35:01.932Z] ---> d740580b01fb [2021-08-12T04:35:01.932Z] 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-12T04:35:02.208Z] Removing intermediate container fac347e953c6 [2021-08-12T04:35:02.208Z] ---> f919d6007e69 [2021-08-12T04:35:02.208Z] [2021-08-12T04:35:02.477Z] Successfully built f919d6007e69 [2021-08-12T04:35:02.478Z] Successfully tagged support-scheduler:latest [2021-08-12T04:35:02.478Z] Building security-bootstrapper [2021-08-12T04:35:02.745Z]  Building support-scheduler ... done  ---> 70d8febaafaa [2021-08-12T04:35:02.745Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-08-12T04:35:03.643Z] Removing intermediate container 9efab712e1e3 [2021-08-12T04:35:03.644Z] ---> 6cdbd34ec0aa [2021-08-12T04:35:03.644Z] Successfully built 6cdbd34ec0aa [2021-08-12T04:35:03.644Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-12T04:35:03.723Z] Removing intermediate container 843f25fea493 [2021-08-12T04:35:03.723Z] ---> 79458cf69d0f [2021-08-12T04:35:03.723Z] [2021-08-12T04:35:03.723Z] Step 11/24 : FROM alpine:3.12 [2021-08-12T04:35:03.723Z] ---> 13621d1b12d4 [2021-08-12T04:35:03.723Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-12T04:35:03.723Z] ---> Using cache [2021-08-12T04:35:03.723Z] ---> 904774d4c9f7 [2021-08-12T04:35:03.723Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-12T04:35:03.723Z] ---> Using cache [2021-08-12T04:35:03.723Z] ---> 72ec4448432b [2021-08-12T04:35:03.723Z] Step 14/24 : ENV APP_PORT=59881 [2021-08-12T04:35:03.997Z] + docker inspect -f . ci-base-image-arm64 [2021-08-12T04:35:03.997Z] . [Pipeline] withDockerContainer [2021-08-12T04:35:04.276Z] prd-ubuntu18.04-docker-arm64-4c-16g-681 does not seem to be running inside a container [2021-08-12T04:35:04.319Z] ---> Running in c4ef513912df [2021-08-12T04:35:04.319Z] ---> 9062b4ea63b5 [2021-08-12T04:35:04.319Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-08-12T04:35:04.364Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-08-12T04:35:04.912Z] Removing intermediate container c4ef513912df [2021-08-12T04:35:04.912Z] ---> a235dcaa8db5 [2021-08-12T04:35:04.912Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-12T04:35:04.912Z] ---> Running in 564f6ae34cc7 [2021-08-12T04:35:04.912Z] ---> 86256fa196c7 [2021-08-12T04:35:04.912Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-08-12T04:35:05.180Z] Removing intermediate container 564f6ae34cc7 [2021-08-12T04:35:05.180Z] ---> 41be8d3f822d [2021-08-12T04:35:05.180Z] Step 16/24 : WORKDIR / [2021-08-12T04:35:05.450Z] ---> 9fba8d70c9a5 [2021-08-12T04:35:05.450Z] 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-12T04:35:05.450Z] ---> Running in 1ed20d7f4c50 [2021-08-12T04:35:05.450Z] ---> Running in 86bb3d23df4b [2021-08-12T04:35:05.719Z] Removing intermediate container 1ed20d7f4c50 [2021-08-12T04:35:05.719Z] ---> 1c0e63f97941 [2021-08-12T04:35:05.719Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-12T04:35:06.115Z] $ docker top d0ad3065a86119c2c16fc7bc3a012e5efde3652e7074ec8126d28f58cfce4ad1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-12T04:35:06.701Z] ---> 111e3e7f83fa [2021-08-12T04:35:06.701Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-08-12T04:35:06.983Z] Removing intermediate container f22ec64fb1ca [2021-08-12T04:35:06.983Z] ---> 9f2778abc69c [2021-08-12T04:35:06.983Z] [2021-08-12T04:35:06.983Z] Step 11/24 : FROM alpine:3.12 [2021-08-12T04:35:06.983Z] ---> 13621d1b12d4 [2021-08-12T04:35:06.983Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-08-12T04:35:06.983Z] ---> Running in 6291ae02e781 [2021-08-12T04:35:07.107Z] + go version [2021-08-12T04:35:07.107Z] go version go1.16.6 linux/arm64 [Pipeline] } [2021-08-12T04:35:07.134Z] $ docker stop --time=1 d0ad3065a86119c2c16fc7bc3a012e5efde3652e7074ec8126d28f58cfce4ad1 [2021-08-12T04:35:07.586Z] ---> 1dccc7b80da5 [2021-08-12T04:35:07.586Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-08-12T04:35:07.586Z] Removing intermediate container 6291ae02e781 [2021-08-12T04:35:07.586Z] ---> c292f787c1a3 [2021-08-12T04:35:07.586Z] Step 13/24 : ENV APP_PORT=59880 [2021-08-12T04:35:07.586Z] Removing intermediate container 86bb3d23df4b [2021-08-12T04:35:07.586Z] ---> bdd930f76172 [2021-08-12T04:35:07.586Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-08-12T04:35:07.586Z] ---> Running in 8170b66ddbb4 [2021-08-12T04:35:07.586Z] ---> Running in 79cbebbfb871 [2021-08-12T04:35:07.858Z] ---> c2aaf75b9d1b [2021-08-12T04:35:07.858Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-08-12T04:35:07.858Z] Removing intermediate container 79cbebbfb871 [2021-08-12T04:35:07.858Z] ---> 2098aebd5b53 [2021-08-12T04:35:07.858Z] Step 24/26 : LABEL arch=x86_64 [2021-08-12T04:35:07.858Z] Removing intermediate container 8170b66ddbb4 [2021-08-12T04:35:07.858Z] ---> 06f4aad45cb3 [2021-08-12T04:35:07.858Z] Step 14/24 : EXPOSE $APP_PORT [2021-08-12T04:35:07.858Z] ---> Running in 125de49902eb [2021-08-12T04:35:07.858Z] ---> Running in 0a8459eacb9f [2021-08-12T04:35:07.858Z] ---> Running in a3b9e9de7a47 [2021-08-12T04:35:08.133Z] Removing intermediate container 125de49902eb [2021-08-12T04:35:08.133Z] ---> ed93e96e8394 [2021-08-12T04:35:08.133Z] Step 25/26 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 [2021-08-12T04:35:08.133Z] ---> Running in 15f50ed00261 [2021-08-12T04:35:08.412Z] Removing intermediate container 0a8459eacb9f [2021-08-12T04:35:08.412Z] ---> 33b0219c73f9 [2021-08-12T04:35:08.412Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-12T04:35:08.412Z] Removing intermediate container a3b9e9de7a47 [2021-08-12T04:35:08.412Z] ---> 55e9cc9768c5 [2021-08-12T04:35:08.412Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:35:08.412Z] ---> Running in 3e78f249ea62 [2021-08-12T04:35:08.412Z] ---> Running in 43516ac0b3a8 [2021-08-12T04:35:08.412Z] Removing intermediate container 15f50ed00261 [2021-08-12T04:35:08.412Z] ---> 50396c2d0f8d [2021-08-12T04:35:08.412Z] Step 26/26 : LABEL version=0.0.0 [2021-08-12T04:35:08.412Z] ---> Running in 396ff85b6242 [2021-08-12T04:35:08.704Z] Removing intermediate container 43516ac0b3a8 [2021-08-12T04:35:08.704Z] ---> db4a2a96eb1b [2021-08-12T04:35:08.704Z] Step 22/24 : LABEL arch=x86_64 [2021-08-12T04:35:08.704Z] Removing intermediate container 396ff85b6242 [2021-08-12T04:35:08.704Z] ---> b6a26ce38d42 [2021-08-12T04:35:08.704Z] [2021-08-12T04:35:08.704Z] ---> Running in 0df66f8562dd [2021-08-12T04:35:08.993Z] Successfully built b6a26ce38d42 [2021-08-12T04:35:08.993Z] Successfully tagged security-secretstore-setup:latest [2021-08-12T04:35:08.993Z] Building security-proxy-setup [2021-08-12T04:35:08.993Z]  Building security-secretstore-setup ... done Removing intermediate container 0df66f8562dd [2021-08-12T04:35:08.993Z] ---> 14aee6f61770 [2021-08-12T04:35:08.993Z] Step 23/24 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 [2021-08-12T04:35:09.062Z] $ docker rm -f d0ad3065a86119c2c16fc7bc3a012e5efde3652e7074ec8126d28f58cfce4ad1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-12T04:35:09.763Z] + docker inspect -f . ci-base-image-arm64 [2021-08-12T04:35:09.763Z] . [Pipeline] withDockerContainer [2021-08-12T04:35:10.057Z] prd-ubuntu18.04-docker-arm64-4c-16g-681 does not seem to be running inside a container [2021-08-12T04:35:10.151Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-08-12T04:35:11.602Z] ---> Running in 54687b126de1 [2021-08-12T04:35:11.602Z] Removing intermediate container 0ea634b433c9 [2021-08-12T04:35:11.602Z] ---> f62e241f25ad [2021-08-12T04:35:11.602Z] [2021-08-12T04:35:11.602Z] Step 11/23 : FROM alpine:3.12 [2021-08-12T04:35:11.602Z] ---> 13621d1b12d4 [2021-08-12T04:35:11.602Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-08-12T04:35:11.602Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:35:11.602Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:35:11.602Z] ---> 0319bf7d3ef9 [2021-08-12T04:35:11.602Z] Step 3/32 : WORKDIR /edgex-go [2021-08-12T04:35:11.602Z] ---> Using cache [2021-08-12T04:35:11.602Z] ---> 22b63595c996 [2021-08-12T04:35:11.602Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:35:11.602Z] ---> Using cache [2021-08-12T04:35:11.602Z] ---> a345dc1daf76 [2021-08-12T04:35:11.602Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-08-12T04:35:11.870Z] ---> Running in 6b3f3147eb42 [2021-08-12T04:35:11.870Z] Removing intermediate container 54687b126de1 [2021-08-12T04:35:11.870Z] ---> 056b03a57e18 [2021-08-12T04:35:11.870Z] Step 24/24 : LABEL version=0.0.0 [2021-08-12T04:35:11.870Z] ---> Running in 2c5a32416c01 [2021-08-12T04:35:11.870Z] ---> Running in 5f9efb5489e3 [2021-08-12T04:35:11.870Z] Removing intermediate container 3e78f249ea62 [2021-08-12T04:35:11.870Z] ---> 7c8484abd713 [2021-08-12T04:35:11.870Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-08-12T04:35:11.870Z] ---> Running in 0a8f0b325db8 [2021-08-12T04:35:11.872Z] $ docker top 94b2c89ae8468a55e638f6aa5683453f48ea3d05efbb8a146512d666662ad479 -eo pid,comm [2021-08-12T04:35:12.136Z] Removing intermediate container 5f9efb5489e3 [2021-08-12T04:35:12.136Z] ---> 58cef80e32cd [2021-08-12T04:35:12.136Z] [2021-08-12T04:35:12.136Z] Successfully built 58cef80e32cd [2021-08-12T04:35:12.136Z] Successfully tagged core-metadata:latest [2021-08-12T04:35:12.136Z]  Building core-metadata ... done Building sys-mgmt-agent [Pipeline] { [Pipeline] echo [2021-08-12T04:35:12.249Z] ========================================================= [2021-08-12T04:35:12.249Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-08-12T04:35:12.249Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-08-12T04:35:12.405Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-12T04:35:12.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-12T04:35:12.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-12T04:35:12.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-12T04:35:12.678Z] (1/2) Installing ca-certificates (20191127-r4) [2021-08-12T04:35:12.678Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-08-12T04:35:12.678Z] Executing busybox-1.31.1-r20.trigger [2021-08-12T04:35:12.678Z] Executing ca-certificates-20191127-r4.trigger [2021-08-12T04:35:12.678Z] OK: 6 MiB in 16 packages [2021-08-12T04:35:12.930Z] + go mod tidy [2021-08-12T04:35:13.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-12T04:35:13.554Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-12T04:35:13.827Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-08-12T04:35:13.827Z] (2/6) Installing libgcc (9.3.0-r2) [Pipeline] sh [2021-08-12T04:35:14.096Z] (3/6) Installing libsodium (1.0.18-r0) [2021-08-12T04:35:14.368Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-08-12T04:35:14.588Z] + make test [2021-08-12T04:35:14.588Z] 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-12T04:35:14.588Z] go mod tidy [2021-08-12T04:35:14.967Z] (5/6) Installing libzmq (4.3.3-r0) [2021-08-12T04:35:14.967Z] OK: 219 MiB in 52 packages [2021-08-12T04:35:15.196Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-08-12T04:35:15.233Z] (6/6) Installing zeromq (4.3.3-r0) [2021-08-12T04:35:15.233Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:35:15.233Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:35:15.233Z] ---> 0319bf7d3ef9 [2021-08-12T04:35:15.233Z] Step 3/22 : WORKDIR /edgex-go [2021-08-12T04:35:15.233Z] ---> Using cache [2021-08-12T04:35:15.233Z] ---> 22b63595c996 [2021-08-12T04:35:15.233Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:35:15.233Z] ---> Using cache [2021-08-12T04:35:15.233Z] ---> a345dc1daf76 [2021-08-12T04:35:15.233Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-08-12T04:35:15.499Z] Executing busybox-1.31.1-r20.trigger [2021-08-12T04:35:15.499Z] OK: 8 MiB in 20 packages [2021-08-12T04:35:16.081Z] Removing intermediate container 6b3f3147eb42 [2021-08-12T04:35:16.081Z] ---> 28572bf75946 [2021-08-12T04:35:16.081Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-12T04:35:16.350Z] ---> Running in f402ab54d98e [2021-08-12T04:35:16.350Z] ---> Running in e34ff687055b [2021-08-12T04:35:16.616Z] Removing intermediate container 2c5a32416c01 [2021-08-12T04:35:16.616Z] ---> 17a3b199e0d9 [2021-08-12T04:35:16.616Z] Step 6/32 : COPY go.mod . [2021-08-12T04:35:16.616Z] Removing intermediate container 0a8f0b325db8 [2021-08-12T04:35:16.616Z] ---> 3de1f72c52e7 [2021-08-12T04:35:16.616Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-12T04:35:16.616Z] Removing intermediate container e34ff687055b [2021-08-12T04:35:16.616Z] ---> c3cbcc8a1485 [2021-08-12T04:35:16.616Z] Step 14/23 : ENV APP_PORT=59860 [2021-08-12T04:35:16.887Z] ---> Running in 766cf689e8f1 [2021-08-12T04:35:16.887Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:35:16.887Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:35:16.887Z] ---> 0319bf7d3ef9 [2021-08-12T04:35:16.887Z] Step 3/24 : WORKDIR /edgex-go [2021-08-12T04:35:16.887Z] ---> Using cache [2021-08-12T04:35:16.887Z] ---> 22b63595c996 [2021-08-12T04:35:16.887Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:35:16.887Z] ---> Using cache [2021-08-12T04:35:16.887Z] ---> a345dc1daf76 [2021-08-12T04:35:16.887Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-08-12T04:35:16.887Z] ---> Running in d9bc1f0904da [2021-08-12T04:35:16.887Z] ---> 3167a381a10e [2021-08-12T04:35:16.887Z] Step 7/32 : RUN go mod download [2021-08-12T04:35:16.887Z] ---> Running in 29b5228de043 [2021-08-12T04:35:16.887Z] Removing intermediate container 766cf689e8f1 [2021-08-12T04:35:16.887Z] ---> 5cfa85f12a20 [2021-08-12T04:35:16.887Z] Step 15/23 : EXPOSE $APP_PORT [2021-08-12T04:35:16.887Z] ---> Running in b254ad10e72b [2021-08-12T04:35:16.887Z] ---> f73ddf622c9b [2021-08-12T04:35:16.887Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-08-12T04:35:17.154Z] Removing intermediate container b254ad10e72b [2021-08-12T04:35:17.154Z] ---> ac9a97e97135 [2021-08-12T04:35:17.154Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-12T04:35:17.154Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-12T04:35:17.421Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-12T04:35:17.421Z] ---> ad2997be2d45 [2021-08-12T04:35:17.421Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-08-12T04:35:17.421Z] ---> d0ba4a6fcde0 [2021-08-12T04:35:17.421Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-08-12T04:35:17.694Z] ---> 4b58774f0ae9 [2021-08-12T04:35:17.694Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-08-12T04:35:17.968Z] ---> Running in 922d703c51b6 [2021-08-12T04:35:17.968Z] ---> 960c733e82a8 [2021-08-12T04:35:17.968Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-08-12T04:35:17.968Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-12T04:35:17.968Z] Removing intermediate container 922d703c51b6 [2021-08-12T04:35:17.968Z] ---> 65e5e364251c [2021-08-12T04:35:17.968Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-12T04:35:17.968Z] ---> Running in 8d1e2df7e0cf [2021-08-12T04:35:17.968Z] ---> 475f890e70e0 [2021-08-12T04:35:17.968Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-08-12T04:35:17.968Z] ---> Running in 7c9ef41cfca2 [2021-08-12T04:35:18.247Z] Removing intermediate container 8d1e2df7e0cf [2021-08-12T04:35:18.247Z] ---> af36e7009f68 [2021-08-12T04:35:18.247Z] Step 22/24 : LABEL arch=x86_64 [2021-08-12T04:35:18.247Z] ---> Running in 3024b744036e [2021-08-12T04:35:18.247Z] Removing intermediate container 7c9ef41cfca2 [2021-08-12T04:35:18.247Z] ---> 7acc30d51b3a [2021-08-12T04:35:18.247Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-12T04:35:18.247Z] Removing intermediate container 29b5228de043 [2021-08-12T04:35:18.247Z] ---> 31fb9bc3922a [2021-08-12T04:35:18.247Z] Step 8/32 : COPY . . [2021-08-12T04:35:18.247Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-12T04:35:18.247Z] ---> Running in 638c33b86745 [2021-08-12T04:35:18.524Z] OK: 219 MiB in 52 packages [2021-08-12T04:35:18.524Z] Removing intermediate container 3024b744036e [2021-08-12T04:35:18.524Z] ---> 671d93e6fe06 [2021-08-12T04:35:18.524Z] Step 23/24 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 [2021-08-12T04:35:18.791Z] OK: 219 MiB in 52 packages [2021-08-12T04:35:19.764Z] ---> Running in 96521c128790 [2021-08-12T04:35:19.764Z] Removing intermediate container 638c33b86745 [2021-08-12T04:35:19.764Z] ---> 41fad3f63369 [2021-08-12T04:35:19.764Z] Step 21/23 : LABEL arch=x86_64 [2021-08-12T04:35:20.035Z] Removing intermediate container 96521c128790 [2021-08-12T04:35:20.035Z] ---> 05b58e4ed744 [2021-08-12T04:35:20.035Z] Step 24/24 : LABEL version=0.0.0 [2021-08-12T04:35:20.035Z] ---> Running in 83155fe94e0b [2021-08-12T04:35:20.035Z] Removing intermediate container f402ab54d98e [2021-08-12T04:35:20.035Z] ---> 3350b63b454b [2021-08-12T04:35:20.035Z] Step 6/22 : COPY go.mod . [2021-08-12T04:35:20.035Z] ---> Running in c52b91f5b9ef [2021-08-12T04:35:20.304Z] Removing intermediate container 83155fe94e0b [2021-08-12T04:35:20.304Z] ---> bbf8556aa27b [2021-08-12T04:35:20.305Z] Step 22/23 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 [2021-08-12T04:35:20.305Z] Removing intermediate container c52b91f5b9ef [2021-08-12T04:35:20.305Z] ---> 8280e2779a9b [2021-08-12T04:35:20.305Z] [2021-08-12T04:35:20.305Z] Removing intermediate container d9bc1f0904da [2021-08-12T04:35:20.305Z] ---> a5b44d0ab291 [2021-08-12T04:35:20.305Z] Step 6/24 : COPY go.mod . [2021-08-12T04:35:20.305Z] ---> 3a5ba8a3a12b [2021-08-12T04:35:20.305Z] Step 7/22 : RUN go mod download [2021-08-12T04:35:20.305Z] ---> Running in ca8fa442fa1b [2021-08-12T04:35:20.601Z] Successfully built 8280e2779a9b [2021-08-12T04:35:20.601Z] Successfully tagged core-data:latest [2021-08-12T04:35:20.601Z] Building core-command [2021-08-12T04:35:20.601Z] ---> Running in 1f1bf6946bcc [2021-08-12T04:35:20.601Z]  Building core-data ... done  ---> cd3d3bb12c63 [2021-08-12T04:35:20.601Z] Step 7/24 : RUN go mod download [2021-08-12T04:35:20.887Z] Removing intermediate container ca8fa442fa1b [2021-08-12T04:35:20.887Z] ---> a8be4d503a31 [2021-08-12T04:35:20.887Z] Step 23/23 : LABEL version=0.0.0 [2021-08-12T04:35:22.847Z] ---> Running in 77200298a0ca [2021-08-12T04:35:22.847Z] ---> Running in 76488ba89e8b [2021-08-12T04:35:24.289Z] ---> 435bc4552b8a [2021-08-12T04:35:24.289Z] Step 9/32 : RUN go mod tidy [2021-08-12T04:35:24.289Z] Removing intermediate container 76488ba89e8b [2021-08-12T04:35:24.289Z] ---> f1fea9d9ee76 [2021-08-12T04:35:24.289Z] [2021-08-12T04:35:24.289Z] ---> Running in 8aa39b81974e [2021-08-12T04:35:24.289Z] Successfully built f1fea9d9ee76 [2021-08-12T04:35:24.289Z] Successfully tagged support-notifications:latest [2021-08-12T04:35:24.289Z]  Building support-notifications ... done Removing intermediate container 1f1bf6946bcc [2021-08-12T04:35:24.289Z] ---> 97ab8362faa5 [2021-08-12T04:35:24.289Z] Step 8/22 : COPY . . [2021-08-12T04:35:28.563Z] Removing intermediate container 77200298a0ca [2021-08-12T04:35:28.563Z] ---> 4711ba952f42 [2021-08-12T04:35:28.563Z] Step 8/24 : COPY . . [2021-08-12T04:35:28.563Z] Removing intermediate container 8aa39b81974e [2021-08-12T04:35:28.563Z] ---> e76e5d9da5ef [2021-08-12T04:35:28.563Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-08-12T04:35:30.512Z] ---> Running in 8da5f78022ac [2021-08-12T04:35:31.473Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:35:31.473Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:35:31.473Z] ---> 0319bf7d3ef9 [2021-08-12T04:35:31.473Z] Step 3/24 : WORKDIR /edgex-go [2021-08-12T04:35:31.473Z] ---> Using cache [2021-08-12T04:35:31.473Z] ---> 22b63595c996 [2021-08-12T04:35:31.473Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:35:31.473Z] ---> Using cache [2021-08-12T04:35:31.473Z] ---> a345dc1daf76 [2021-08-12T04:35:31.473Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-08-12T04:35:31.473Z] ---> Using cache [2021-08-12T04:35:31.473Z] ---> 3350b63b454b [2021-08-12T04:35:31.473Z] Step 6/24 : COPY go.mod . [2021-08-12T04:35:31.473Z] ---> Using cache [2021-08-12T04:35:31.473Z] ---> 3a5ba8a3a12b [2021-08-12T04:35:31.473Z] Step 7/24 : RUN go mod download [2021-08-12T04:35:31.473Z] ---> Using cache [2021-08-12T04:35:31.473Z] ---> 97ab8362faa5 [2021-08-12T04:35:31.473Z] Step 8/24 : COPY . . [2021-08-12T04:35:31.473Z] ---> Using cache [2021-08-12T04:35:31.473Z] ---> 89263b4674bd [2021-08-12T04:35:31.473Z] Step 9/24 : RUN go mod tidy [2021-08-12T04:35:32.059Z] ---> Running in e57696038ea2 [2021-08-12T04:35:32.059Z] ---> 89263b4674bd [2021-08-12T04:35:32.059Z] Step 9/22 : RUN go mod tidy [2021-08-12T04:35:32.326Z] ---> Running in 0da1f8ceaf1e [2021-08-12T04:35:32.592Z] 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-12T04:35:32.592Z] ---> 7fec6420a848 [2021-08-12T04:35:32.592Z] Step 9/24 : RUN go mod tidy [2021-08-12T04:35:32.867Z] ---> Running in ebccde60cd7d [2021-08-12T04:35:33.856Z] Removing intermediate container 0da1f8ceaf1e [2021-08-12T04:35:33.856Z] ---> 2819525d05da [2021-08-12T04:35:33.856Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-08-12T04:35:33.856Z] ---> Running in 3dcc90ba59d7 [2021-08-12T04:35:33.856Z] Removing intermediate container e57696038ea2 [2021-08-12T04:35:33.856Z] ---> db939fb1cb19 [2021-08-12T04:35:33.856Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-08-12T04:35:34.140Z] ---> Running in a8d23eab060f [2021-08-12T04:35:34.749Z] 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-12T04:35:34.749Z] Removing intermediate container ebccde60cd7d [2021-08-12T04:35:34.749Z] ---> 6a1975d6bf57 [2021-08-12T04:35:34.749Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-08-12T04:35:34.749Z] ---> Running in 77c1bfd36ae7 [2021-08-12T04:35:34.749Z] 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-12T04:35:35.360Z] 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-12T04:35:42.003Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-08-12T04:36:02.129Z] Removing intermediate container 8da5f78022ac [2021-08-12T04:36:02.129Z] ---> 0df644913499 [2021-08-12T04:36:02.129Z] [2021-08-12T04:36:02.129Z] Step 11/32 : FROM alpine:3.12 [2021-08-12T04:36:02.129Z] ---> 13621d1b12d4 [2021-08-12T04:36:02.129Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-08-12T04:36:02.129Z] ---> Running in 7fb3fd902fbe [2021-08-12T04:36:02.129Z] Removing intermediate container 7fb3fd902fbe [2021-08-12T04:36:02.129Z] ---> 521195e91ba6 [2021-08-12T04:36:02.129Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-08-12T04:36:02.129Z] ---> Running in 8e0c2488dc5f [2021-08-12T04:36:02.129Z] 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-12T04:36:02.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-12T04:36:02.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-12T04:36:03.012Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-08-12T04:36:03.012Z] (2/2) Installing su-exec (0.2-r1) [2021-08-12T04:36:03.012Z] Executing busybox-1.31.1-r20.trigger [2021-08-12T04:36:03.012Z] OK: 6 MiB in 16 packages [2021-08-12T04:36:03.629Z] Removing intermediate container 8e0c2488dc5f [2021-08-12T04:36:03.629Z] ---> 3b96c3878c6b [2021-08-12T04:36:03.629Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-08-12T04:36:03.629Z] ---> Running in bb82191f2ef5 [2021-08-12T04:36:04.228Z] Removing intermediate container bb82191f2ef5 [2021-08-12T04:36:04.228Z] ---> 86e97f6a2a73 [2021-08-12T04:36:04.228Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-08-12T04:36:04.228Z] ---> Running in 4daaa9619889 [2021-08-12T04:36:04.228Z] Removing intermediate container a8d23eab060f [2021-08-12T04:36:04.228Z] ---> bda6d8575259 [2021-08-12T04:36:04.228Z] [2021-08-12T04:36:04.228Z] Step 11/24 : FROM alpine:3.12 [2021-08-12T04:36:04.228Z] ---> 13621d1b12d4 [2021-08-12T04:36:04.228Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-12T04:36:04.228Z] ---> Using cache [2021-08-12T04:36:04.228Z] ---> 904774d4c9f7 [2021-08-12T04:36:04.228Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-12T04:36:04.228Z] ---> Using cache [2021-08-12T04:36:04.228Z] ---> 72ec4448432b [2021-08-12T04:36:04.228Z] Step 14/24 : ENV APP_PORT=59882 [2021-08-12T04:36:04.228Z] ---> Running in c4187061ce65 [2021-08-12T04:36:04.514Z] Removing intermediate container 4daaa9619889 [2021-08-12T04:36:04.514Z] ---> 8fef61144c2a [2021-08-12T04:36:04.514Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-08-12T04:36:04.514Z] ---> Running in 8cd49e17f924 [2021-08-12T04:36:04.514Z] Removing intermediate container c4187061ce65 [2021-08-12T04:36:04.514Z] ---> 4d0578012607 [2021-08-12T04:36:04.514Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-12T04:36:04.514Z] ---> Running in ea35617408ad [2021-08-12T04:36:04.785Z] Removing intermediate container ea35617408ad [2021-08-12T04:36:04.785Z] ---> 7638c3a993b1 [2021-08-12T04:36:04.785Z] Step 16/24 : WORKDIR / [2021-08-12T04:36:04.785Z] ---> Running in f936ba59db5a [2021-08-12T04:36:05.381Z] Removing intermediate container f936ba59db5a [2021-08-12T04:36:05.381Z] ---> 1ddca7f8b543 [2021-08-12T04:36:05.381Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-12T04:36:05.658Z] Removing intermediate container 77c1bfd36ae7 [2021-08-12T04:36:05.658Z] ---> 38985a0a4e27 [2021-08-12T04:36:05.658Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-08-12T04:36:05.658Z] ---> ba6957cd8e6e [2021-08-12T04:36:05.658Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-08-12T04:36:05.658Z] Removing intermediate container 3dcc90ba59d7 [2021-08-12T04:36:05.658Z] ---> 2e568c82ffbc [2021-08-12T04:36:05.658Z] [2021-08-12T04:36:05.658Z] Step 11/22 : FROM alpine:3.12 [2021-08-12T04:36:05.658Z] ---> 13621d1b12d4 [2021-08-12T04:36:05.658Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-08-12T04:36:05.658Z] Removing intermediate container 8cd49e17f924 [2021-08-12T04:36:05.658Z] ---> 720246698e81 [2021-08-12T04:36:05.658Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-08-12T04:36:05.658Z] ---> Running in db67ace16b84 [2021-08-12T04:36:05.658Z] ---> Running in 045d837e87a8 [2021-08-12T04:36:05.937Z] ---> Running in 541a29a4de6c [2021-08-12T04:36:05.937Z] ---> adf28a669e9b [2021-08-12T04:36:05.937Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-08-12T04:36:05.937Z] Removing intermediate container 541a29a4de6c [2021-08-12T04:36:05.937Z] ---> 94804e6457a8 [2021-08-12T04:36:05.937Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-08-12T04:36:06.230Z] 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-12T04:36:06.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-12T04:36:06.230Z] ---> 292ab3be1b1b [2021-08-12T04:36:06.230Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-08-12T04:36:06.230Z] ---> e7e095324c60 [2021-08-12T04:36:06.230Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-08-12T04:36:06.230Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-12T04:36:06.230Z] ---> Running in 134976e87c95 [2021-08-12T04:36:06.505Z] ---> Running in e53470c98b97 [2021-08-12T04:36:06.505Z] (1/4) Installing ca-certificates (20191127-r4) [2021-08-12T04:36:06.505Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-08-12T04:36:06.505Z] (3/4) Installing libcurl (7.78.0-r0) [2021-08-12T04:36:06.505Z] (4/4) Installing curl (7.78.0-r0) [2021-08-12T04:36:06.505Z] Executing busybox-1.31.1-r20.trigger [2021-08-12T04:36:06.505Z] Removing intermediate container 134976e87c95 [2021-08-12T04:36:06.505Z] ---> 61b506247028 [2021-08-12T04:36:06.505Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-12T04:36:06.505Z] Executing ca-certificates-20191127-r4.trigger [2021-08-12T04:36:06.505Z] OK: 7 MiB in 18 packages [2021-08-12T04:36:06.505Z] ---> Running in 5e248287fda5 [2021-08-12T04:36:06.774Z] Removing intermediate container 5e248287fda5 [2021-08-12T04:36:06.774Z] ---> c9bc8c814f09 [2021-08-12T04:36:06.774Z] Step 22/24 : LABEL arch=x86_64 [2021-08-12T04:36:07.045Z] ---> Running in ecc567be9585 [2021-08-12T04:36:07.045Z] Removing intermediate container 045d837e87a8 [2021-08-12T04:36:07.045Z] ---> 0c7e3cdf7e04 [2021-08-12T04:36:07.045Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-08-12T04:36:07.045Z] ---> Running in 6afaf78c4dbe [2021-08-12T04:36:07.045Z] Removing intermediate container ecc567be9585 [2021-08-12T04:36:07.045Z] ---> 182ee5e9183b [2021-08-12T04:36:07.045Z] Step 23/24 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 [2021-08-12T04:36:07.045Z] ---> Running in 09d151fa32bf [2021-08-12T04:36:07.312Z] Removing intermediate container 6afaf78c4dbe [2021-08-12T04:36:07.312Z] ---> a6704b523354 [2021-08-12T04:36:07.312Z] Step 14/22 : WORKDIR /edgex [2021-08-12T04:36:07.312Z] Removing intermediate container db67ace16b84 [2021-08-12T04:36:07.312Z] ---> a1401ebcada1 [2021-08-12T04:36:07.312Z] [2021-08-12T04:36:07.312Z] Step 12/24 : FROM docker:20.10.7 [2021-08-12T04:36:07.312Z] Removing intermediate container e53470c98b97 [2021-08-12T04:36:07.312Z] ---> c5859ceefd74 [2021-08-12T04:36:07.312Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-12T04:36:07.312Z] Removing intermediate container 09d151fa32bf [2021-08-12T04:36:07.312Z] ---> 55e049a1c383 [2021-08-12T04:36:07.312Z] Step 24/24 : LABEL version=0.0.0 [2021-08-12T04:36:07.312Z] ---> Running in 61445bd13b3b [2021-08-12T04:36:07.583Z] ---> Running in 381e9d23fd00 [2021-08-12T04:36:07.583Z] 20.10.7: Pulling from library/docker [2021-08-12T04:36:07.583Z] ---> ed8f3d132150 [2021-08-12T04:36:07.583Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-08-12T04:36:07.583Z] Removing intermediate container 61445bd13b3b [2021-08-12T04:36:07.583Z] ---> 7f7948e55324 [2021-08-12T04:36:07.583Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-08-12T04:36:07.583Z] Removing intermediate container 381e9d23fd00 [2021-08-12T04:36:07.583Z] ---> 69e1c72849c1 [2021-08-12T04:36:07.583Z] [2021-08-12T04:36:07.583Z] Successfully built 69e1c72849c1 [2021-08-12T04:36:07.852Z] Successfully tagged core-command:latest [2021-08-12T04:36:07.852Z]  Building core-command ... done  ---> 4a1bd4d4e253 [2021-08-12T04:36:07.852Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-08-12T04:36:08.119Z] ---> 4112732ba958 [2021-08-12T04:36:08.119Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-08-12T04:36:08.119Z] ---> a85a55f44cb2 [2021-08-12T04:36:08.119Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-08-12T04:36:08.119Z] ---> 89815391f2fb [2021-08-12T04:36:08.119Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-08-12T04:36:08.387Z] ---> c0eb8cc637cc [2021-08-12T04:36:08.388Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-08-12T04:36:08.388Z] ---> 1ba65f2b6fe9 [2021-08-12T04:36:08.388Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-08-12T04:36:08.657Z] ---> Running in ec46e73451bd [2021-08-12T04:36:08.657Z] ---> f2f8a0d6331d [2021-08-12T04:36:08.657Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-08-12T04:36:08.657Z] Removing intermediate container ec46e73451bd [2021-08-12T04:36:08.657Z] ---> 9d00ddb64fb4 [2021-08-12T04:36:08.657Z] Step 19/22 : CMD ["--init=true"] [2021-08-12T04:36:08.923Z] ---> Running in abff8d22d7a5 [2021-08-12T04:36:08.923Z] Removing intermediate container abff8d22d7a5 [2021-08-12T04:36:08.923Z] ---> c977d3e6cabc [2021-08-12T04:36:08.923Z] Step 20/22 : LABEL arch=x86_64 [2021-08-12T04:36:08.923Z] ---> Running in c0c8d936aefd [2021-08-12T04:36:09.191Z] ---> Running in 291b0f972d73 [2021-08-12T04:36:09.191Z] Removing intermediate container c0c8d936aefd [2021-08-12T04:36:09.191Z] ---> 2a9fd9359e82 [2021-08-12T04:36:09.191Z] Step 21/22 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 [2021-08-12T04:36:09.191Z] ---> Running in 440870fcb7e4 [2021-08-12T04:36:09.191Z] Removing intermediate container 291b0f972d73 [2021-08-12T04:36:09.191Z] ---> 2c48d0c4fde7 [2021-08-12T04:36:09.191Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-08-12T04:36:09.191Z] Removing intermediate container 440870fcb7e4 [2021-08-12T04:36:09.191Z] ---> 92938d10a8d5 [2021-08-12T04:36:09.191Z] Step 22/22 : LABEL version=0.0.0 [2021-08-12T04:36:09.462Z] ---> Running in ee783d202e0c [2021-08-12T04:36:09.462Z] Removing intermediate container ee783d202e0c [2021-08-12T04:36:09.462Z] ---> a1e793087cf6 [2021-08-12T04:36:09.462Z] [2021-08-12T04:36:09.462Z] ---> 2b49f268a11a [2021-08-12T04:36:09.462Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-08-12T04:36:09.462Z] Successfully built a1e793087cf6 [2021-08-12T04:36:09.462Z] Successfully tagged security-proxy-setup:latest [2021-08-12T04:36:09.462Z]  Building security-proxy-setup ... done  ---> Running in 2d29afc84dd8 [2021-08-12T04:36:10.045Z] Removing intermediate container 2d29afc84dd8 [2021-08-12T04:36:10.045Z] ---> e3f61e4e3a3a [2021-08-12T04:36:10.045Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-08-12T04:36:10.045Z] ---> Running in 912db04723f1 [2021-08-12T04:36:10.045Z] Removing intermediate container 912db04723f1 [2021-08-12T04:36:10.045Z] ---> b1e69717111d [2021-08-12T04:36:10.045Z] Step 29/32 : CMD ["gate"] [2021-08-12T04:36:10.309Z] ---> Running in 260d2eb7b6e6 [2021-08-12T04:36:10.309Z] Removing intermediate container 260d2eb7b6e6 [2021-08-12T04:36:10.309Z] ---> 06c88af078fe [2021-08-12T04:36:10.309Z] Step 30/32 : LABEL arch=x86_64 [2021-08-12T04:36:10.309Z] ---> Running in 42595783f713 [2021-08-12T04:36:10.574Z] Removing intermediate container 42595783f713 [2021-08-12T04:36:10.574Z] ---> 6472873b842d [2021-08-12T04:36:10.574Z] Step 31/32 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 [2021-08-12T04:36:10.574Z] ---> Running in b030c4a6f618 [2021-08-12T04:36:10.575Z] Removing intermediate container b030c4a6f618 [2021-08-12T04:36:10.575Z] ---> b21a8ff80c63 [2021-08-12T04:36:10.575Z] Step 32/32 : LABEL version=0.0.0 [2021-08-12T04:36:10.841Z] ---> Running in 395833b0a920 [2021-08-12T04:36:10.841Z] Removing intermediate container 395833b0a920 [2021-08-12T04:36:10.841Z] ---> 8f715c5b1791 [2021-08-12T04:36:10.841Z] [2021-08-12T04:36:10.841Z] Successfully built 8f715c5b1791 [2021-08-12T04:36:10.841Z] Successfully tagged security-bootstrapper:latest [2021-08-12T04:36:16.182Z]  Building security-bootstrapper ... done Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 [2021-08-12T04:36:16.182Z] Status: Downloaded newer image for docker:20.10.7 [2021-08-12T04:36:16.182Z] ---> 08bdaf2f88f9 [2021-08-12T04:36:16.182Z] 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-12T04:36:16.182Z] ---> Running in d93bc9672b80 [2021-08-12T04:36:16.182Z] Removing intermediate container d93bc9672b80 [2021-08-12T04:36:16.182Z] ---> f43de9991d54 [2021-08-12T04:36:16.182Z] 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-12T04:36:16.448Z] ---> Running in 304b56b99b9d [2021-08-12T04:36:16.714Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-12T04:36:16.714Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-12T04:36:16.979Z] (1/39) Installing readline (8.1.0-r0) [2021-08-12T04:36:16.979Z] (2/39) Installing bash (5.1.0-r0) [2021-08-12T04:36:16.979Z] Executing bash-5.1.0-r0.post-install [2021-08-12T04:36:16.979Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-08-12T04:36:16.979Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-08-12T04:36:16.979Z] (5/39) Installing libcurl (7.78.0-r0) [2021-08-12T04:36:16.979Z] (6/39) Installing curl (7.78.0-r0) [2021-08-12T04:36:16.979Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-08-12T04:36:16.979Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-08-12T04:36:16.979Z] (9/39) Installing expat (2.2.10-r1) [2021-08-12T04:36:16.979Z] (10/39) Installing libffi (3.3-r2) [2021-08-12T04:36:16.979Z] (11/39) Installing gdbm (1.19-r0) [2021-08-12T04:36:16.979Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-08-12T04:36:16.979Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-08-12T04:36:16.979Z] (14/39) Installing python3 (3.8.10-r0) [2021-08-12T04:36:17.561Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-08-12T04:36:17.561Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-08-12T04:36:17.561Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-08-12T04:36:17.561Z] (18/39) Installing py3-six (1.15.0-r0) [2021-08-12T04:36:17.827Z] (19/39) Installing py3-packaging (20.9-r0) [2021-08-12T04:36:17.827Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-08-12T04:36:17.827Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-08-12T04:36:17.827Z] (22/39) Installing py3-idna (3.1-r0) [2021-08-12T04:36:17.827Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-08-12T04:36:17.827Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-08-12T04:36:17.827Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-08-12T04:36:17.827Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-08-12T04:36:17.827Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-08-12T04:36:17.827Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-08-12T04:36:17.827Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-08-12T04:36:17.827Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-08-12T04:36:17.827Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-08-12T04:36:17.827Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-08-12T04:36:17.827Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-08-12T04:36:18.236Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-08-12T04:36:18.236Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-08-12T04:36:18.236Z] (36/39) Installing py3-progress (1.5-r0) [2021-08-12T04:36:18.236Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-08-12T04:36:18.236Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-08-12T04:36:18.236Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-08-12T04:36:18.236Z] Executing busybox-1.32.1-r6.trigger [2021-08-12T04:36:18.236Z] OK: 82 MiB in 59 packages [2021-08-12T04:36:19.377Z] Collecting docker-compose==1.23.2 [2021-08-12T04:36:19.377Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-08-12T04:36:19.377Z] Collecting docopt<0.7,>=0.6.1 [2021-08-12T04:36:19.377Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-08-12T04:36:19.720Z] 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-12T04:36:19.720Z] Collecting texttable<0.10,>=0.9.0 [2021-08-12T04:36:19.720Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-08-12T04:36:20.056Z] Collecting dockerpty<0.5,>=0.4.1 [2021-08-12T04:36:20.056Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-08-12T04:36:20.398Z] Collecting cached-property<2,>=1.2.0 [2021-08-12T04:36:20.398Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-08-12T04:36:20.398Z] Collecting docker<4.0,>=3.6.0 [2021-08-12T04:36:20.398Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-08-12T04:36:20.771Z] Collecting PyYAML<4,>=3.10 [2021-08-12T04:36:20.771Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-08-12T04:36:21.354Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-08-12T04:36:21.354Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-08-12T04:36:21.354Z] Collecting websocket-client<1.0,>=0.32.0 [2021-08-12T04:36:21.354Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-08-12T04:36:21.354Z] Collecting jsonschema<3,>=2.5.1 [2021-08-12T04:36:21.354Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-08-12T04:36:21.354Z] Collecting docker-pycreds>=0.4.0 [2021-08-12T04:36:21.354Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-08-12T04:36:21.619Z] Collecting urllib3<1.25,>=1.21.1 [2021-08-12T04:36:21.619Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-08-12T04:36:21.619Z] Collecting idna<2.8,>=2.5 [2021-08-12T04:36:21.619Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-08-12T04:36:21.619Z] Collecting certifi>=2017.4.17 [2021-08-12T04:36:21.619Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-08-12T04:36:21.619Z] Collecting chardet<3.1.0,>=3.0.2 [2021-08-12T04:36:21.619Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-08-12T04:36:21.885Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-08-12T04:36:21.885Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-08-12T04:36:21.885Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-08-12T04:36:21.885Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-08-12T04:36:21.885Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-08-12T04:36:21.885Z] Attempting uninstall: urllib3 [2021-08-12T04:36:21.885Z] Found existing installation: urllib3 1.26.2 [2021-08-12T04:36:21.885Z] Uninstalling urllib3-1.26.2: [2021-08-12T04:36:21.885Z] Successfully uninstalled urllib3-1.26.2 [2021-08-12T04:36:21.885Z] Attempting uninstall: idna [2021-08-12T04:36:21.885Z] Found existing installation: idna 3.1 [2021-08-12T04:36:21.885Z] Uninstalling idna-3.1: [2021-08-12T04:36:21.885Z] Successfully uninstalled idna-3.1 [2021-08-12T04:36:22.152Z] Attempting uninstall: chardet [2021-08-12T04:36:22.152Z] Found existing installation: chardet 4.0.0 [2021-08-12T04:36:22.152Z] Uninstalling chardet-4.0.0: [2021-08-12T04:36:22.152Z] Successfully uninstalled chardet-4.0.0 [2021-08-12T04:36:22.419Z] Attempting uninstall: requests [2021-08-12T04:36:22.419Z] Found existing installation: requests 2.25.1 [2021-08-12T04:36:22.419Z] Uninstalling requests-2.25.1: [2021-08-12T04:36:22.419Z] Successfully uninstalled requests-2.25.1 [2021-08-12T04:36:22.419Z] Running setup.py install for texttable: started [2021-08-12T04:36:22.685Z] Running setup.py install for texttable: finished with status 'done' [2021-08-12T04:36:22.685Z] Running setup.py install for PyYAML: started [2021-08-12T04:36:22.952Z] Running setup.py install for PyYAML: finished with status 'done' [2021-08-12T04:36:23.219Z] Running setup.py install for docopt: started [2021-08-12T04:36:23.486Z] Running setup.py install for docopt: finished with status 'done' [2021-08-12T04:36:23.486Z] Running setup.py install for dockerpty: started [2021-08-12T04:36:23.756Z] Running setup.py install for dockerpty: finished with status 'done' [2021-08-12T04:36:24.023Z] 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-12T04:36:27.375Z] Removing intermediate container 304b56b99b9d [2021-08-12T04:36:27.375Z] ---> fe6bd0165b78 [2021-08-12T04:36:27.375Z] Step 15/24 : ENV APP_PORT=58890 [2021-08-12T04:36:27.375Z] ---> Running in 9be384b148bb [2021-08-12T04:36:27.375Z] Removing intermediate container 9be384b148bb [2021-08-12T04:36:27.375Z] ---> 34b244d00fda [2021-08-12T04:36:27.375Z] Step 16/24 : EXPOSE $APP_PORT [2021-08-12T04:36:27.375Z] ---> Running in 5bfc92837d02 [2021-08-12T04:36:27.375Z] Removing intermediate container 5bfc92837d02 [2021-08-12T04:36:27.375Z] ---> 0b1c76887e5b [2021-08-12T04:36:27.375Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-08-12T04:36:27.642Z] ---> cc3f87b327fc [2021-08-12T04:36:27.642Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-08-12T04:36:27.909Z] ---> 576bb92c3e7c [2021-08-12T04:36:27.909Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-08-12T04:36:28.176Z] ---> 018e25db238f [2021-08-12T04:36:28.176Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-08-12T04:36:28.176Z] ---> Running in ad399c5e7df7 [2021-08-12T04:36:28.176Z] Removing intermediate container ad399c5e7df7 [2021-08-12T04:36:28.176Z] ---> 9ff18a47eb93 [2021-08-12T04:36:28.176Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-12T04:36:28.176Z] ---> Running in b5053550109a [2021-08-12T04:36:28.444Z] Removing intermediate container b5053550109a [2021-08-12T04:36:28.444Z] ---> baa8860403a8 [2021-08-12T04:36:28.444Z] Step 22/24 : LABEL arch=x86_64 [2021-08-12T04:36:28.444Z] ---> Running in 851224a6d98d [2021-08-12T04:36:28.444Z] Removing intermediate container 851224a6d98d [2021-08-12T04:36:28.444Z] ---> 8402f98881a9 [2021-08-12T04:36:28.444Z] Step 23/24 : LABEL git_sha=00185a36c08ac37fedfc9887b2a950b5241e55f5 [2021-08-12T04:36:28.444Z] ---> Running in aed2cf5bcf43 [2021-08-12T04:36:28.713Z] Removing intermediate container aed2cf5bcf43 [2021-08-12T04:36:28.713Z] ---> 3d30e062c26d [2021-08-12T04:36:28.713Z] Step 24/24 : LABEL version=0.0.0 [2021-08-12T04:36:28.713Z] ---> Running in 4cba556cde8d [2021-08-12T04:36:28.713Z] Removing intermediate container 4cba556cde8d [2021-08-12T04:36:28.713Z] ---> f0bbe45cedd1 [2021-08-12T04:36:28.713Z] [2021-08-12T04:36:28.713Z] Successfully built f0bbe45cedd1 [2021-08-12T04:36:28.713Z] Successfully tagged sys-mgmt-agent:latest [2021-08-12T04:36:28.991Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-08-12T04:36:28.997Z] $ docker stop --time=1 5505810f8c437420c195791f3dd13215a6357bbaee44cc403cea21db349b81c0 [2021-08-12T04:36:30.282Z] $ docker rm -f 5505810f8c437420c195791f3dd13215a6357bbaee44cc403cea21db349b81c0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-12T04:36:30.665Z] + docker images [2021-08-12T04:36:30.931Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-08-12T04:36:30.931Z] sys-mgmt-agent latest f0bbe45cedd1 2 seconds ago 325MB [2021-08-12T04:36:30.931Z] security-bootstrapper latest 8f715c5b1791 20 seconds ago 18.8MB [2021-08-12T04:36:30.931Z] security-proxy-setup latest a1e793087cf6 21 seconds ago 25.9MB [2021-08-12T04:36:30.931Z] core-command latest 69e1c72849c1 23 seconds ago 16MB [2021-08-12T04:36:30.931Z] a1401ebcada1 23 seconds ago 1.75GB [2021-08-12T04:36:30.931Z] 2e568c82ffbc 25 seconds ago 1.76GB [2021-08-12T04:36:30.931Z] bda6d8575259 27 seconds ago 1.75GB [2021-08-12T04:36:30.931Z] 0df644913499 29 seconds ago 1.75GB [2021-08-12T04:36:30.931Z] support-notifications latest f1fea9d9ee76 About a minute ago 16.8MB [2021-08-12T04:36:30.931Z] core-data latest 8280e2779a9b About a minute ago 20.4MB [2021-08-12T04:36:30.931Z] core-metadata latest 58cef80e32cd About a minute ago 16.7MB [2021-08-12T04:36:30.931Z] f62e241f25ad About a minute ago 1.75GB [2021-08-12T04:36:30.931Z] security-secretstore-setup latest b6a26ce38d42 About a minute ago 29MB [2021-08-12T04:36:30.931Z] 9f2778abc69c About a minute ago 1.76GB [2021-08-12T04:36:30.931Z] 79458cf69d0f About a minute ago 1.75GB [2021-08-12T04:36:30.931Z] support-scheduler latest f919d6007e69 About a minute ago 16.1MB [2021-08-12T04:36:30.931Z] 5c13c2f07bb9 About a minute ago 1.76GB [2021-08-12T04:36:30.931Z] d2e428109c3c About a minute ago 1.75GB [2021-08-12T04:36:30.931Z] ci-base-image-x86_64 latest 0319bf7d3ef9 5 minutes ago 1.25GB [2021-08-12T04:36:30.931Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 031687cdd783 6 days ago 547MB [2021-08-12T04:36:30.931Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest f5175e13e4e5 9 days ago 37.5MB [2021-08-12T04:36:30.931Z] docker 20.10.7 08bdaf2f88f9 2 months ago 246MB [2021-08-12T04:36:30.931Z] alpine 3.12 13621d1b12d4 3 months ago 5.58MB [2021-08-12T04:36:30.931Z] 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-12T04:36:46.152Z] Still waiting to schedule task [2021-08-12T04:36:46.152Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-08-12T04:36:50.059Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-08-12T04:36:50.059Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-08-12T04:36:50.666Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-08-12T04:36:51.270Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-08-12T04:37:03.697Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-08-12T04:37:03.697Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-08-12T04:37:03.697Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-08-12T04:37:03.697Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-08-12T04:37:03.697Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-08-12T04:37:03.697Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-08-12T04:37:04.698Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-08-12T04:37:04.698Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-08-12T04:37:04.698Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-08-12T04:37:04.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-08-12T04:37:17.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.188s coverage: 28.7% of statements [2021-08-12T04:37:17.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-08-12T04:37:17.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-08-12T04:37:19.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.350s coverage: 100.0% of statements [2021-08-12T04:37:19.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-08-12T04:37:20.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.384s coverage: 46.3% of statements [2021-08-12T04:37:20.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-08-12T04:37:20.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-08-12T04:37:22.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.596s coverage: 90.1% of statements [2021-08-12T04:37:22.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-08-12T04:37:22.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-08-12T04:37:22.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.276s coverage: 81.2% of statements [2021-08-12T04:37:22.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-08-12T04:37:22.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-08-12T04:37:22.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-08-12T04:37:22.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-08-12T04:37:22.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-08-12T04:37:30.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.600s coverage: 94.2% of statements [2021-08-12T04:37:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-08-12T04:37:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-08-12T04:37:30.827Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.215s coverage: 59.1% of statements [2021-08-12T04:37:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-08-12T04:37:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-08-12T04:37:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-08-12T04:37:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-08-12T04:37:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-08-12T04:37:30.827Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.246s coverage: 60.0% of statements [2021-08-12T04:37:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-08-12T04:37:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-08-12T04:37:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-08-12T04:37:30.827Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.364s coverage: 0.8% of statements [2021-08-12T04:37:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-08-12T04:37:30.827Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.150s coverage: 58.8% of statements [2021-08-12T04:37:30.827Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.207s coverage: 21.7% of statements [2021-08-12T04:37:30.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-08-12T04:37:30.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.236s coverage: 47.1% of statements [2021-08-12T04:37:30.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.282s coverage: 79.5% of statements [2021-08-12T04:37:30.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.186s coverage: 94.1% of statements [2021-08-12T04:37:31.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.216s coverage: 96.3% of statements [2021-08-12T04:37:32.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.201s coverage: 87.5% of statements [2021-08-12T04:37:44.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.196s coverage: 94.4% of statements [2021-08-12T04:37:44.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.188s coverage: 44.8% of statements [2021-08-12T04:37:49.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.590s coverage: 81.8% of statements [2021-08-12T04:37:49.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-08-12T04:37:53.214Z] Running on prd-ubuntu18.04-docker-8c-8g-683 in /w/workspace/edgexfoundry_edgex-go_PR-3665 [Pipeline] { [Pipeline] ws [2021-08-12T04:37:53.234Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-08-12T04:37:53.362Z] The recommended git tool is: git [2021-08-12T04:37:55.836Z] using credential edgex-jenkins-ssh [2021-08-12T04:37:55.851Z] Cloning the remote Git repository [2021-08-12T04:37:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.270s coverage: 92.9% of statements [2021-08-12T04:37:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-08-12T04:37:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-08-12T04:37:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-08-12T04:37:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-08-12T04:37:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-08-12T04:37:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-08-12T04:37:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-08-12T04:37:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-08-12T04:37:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-08-12T04:37:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.187s coverage: 87.2% of statements [2021-08-12T04:37:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-08-12T04:37:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-08-12T04:37:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.164s coverage: 100.0% of statements [2021-08-12T04:37:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-08-12T04:37:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.179s coverage: 58.8% of statements [2021-08-12T04:37:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-08-12T04:37:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.190s coverage: 80.0% of statements [2021-08-12T04:37:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.297s coverage: 87.2% of statements [2021-08-12T04:37:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.251s coverage: 85.4% of statements [2021-08-12T04:37:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.358s coverage: 91.2% of statements [2021-08-12T04:37:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-08-12T04:37:55.879Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-08-12T04:37:55.954Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-08-12T04:37:55.987Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-12T04:37:55.988Z] > git --version # timeout=10 [2021-08-12T04:37:55.995Z] > git --version # 'git version 2.17.1' [2021-08-12T04:37:55.995Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T04:37:56.026Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-12T04:37:59.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.860s coverage: 64.4% of statements [2021-08-12T04:37:59.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-08-12T04:37:59.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-08-12T04:37:59.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.194s coverage: 100.0% of statements [2021-08-12T04:37:59.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.113s coverage: 91.3% of statements [2021-08-12T04:37:59.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.094s coverage: 100.0% of statements [2021-08-12T04:37:59.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2021-08-12T04:37:59.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.083s coverage: 100.0% of statements [2021-08-12T04:38:04.725Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.060s coverage: 66.9% of statements [2021-08-12T04:38:04.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-08-12T04:38:04.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-08-12T04:38:04.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-08-12T04:38:06.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.791s coverage: 43.6% of statements [2021-08-12T04:38:06.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-08-12T04:38:06.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-08-12T04:38:06.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.402s coverage: 89.5% of statements [2021-08-12T04:38:06.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-08-12T04:38:06.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.302s coverage: 84.8% of statements [2021-08-12T04:38:06.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-08-12T04:38:16.380Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.281s coverage: 19.5% of statements [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-08-12T04:38:16.380Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.711s coverage: 92.0% of statements [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-08-12T04:38:16.380Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.239s coverage: 62.7% of statements [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-08-12T04:38:16.380Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.429s coverage: 97.7% of statements [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-08-12T04:38:16.380Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.205s coverage: 28.9% of statements [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-08-12T04:38:16.380Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-08-12T04:38:16.380Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.180s coverage: 100.0% of statements [2021-08-12T04:38:16.380Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 95.4% of statements [2021-08-12T04:38:16.380Z] GO111MODULE=on go vet ./... [2021-08-12T04:38:18.810Z] Merging remotes/origin/main commit 729eb4739df12e156b446759f30c8b9b764bc7ef into PR head commit 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c [2021-08-12T04:38:18.970Z] Merge succeeded, producing 8566dc74d09de2df04f007576ec006f49854bcc5 [2021-08-12T04:38:18.970Z] Checking out Revision 8566dc74d09de2df04f007576ec006f49854bcc5 (PR-3665) [2021-08-12T04:38:18.224Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-12T04:38:18.230Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-12T04:38:18.243Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-12T04:38:18.256Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-12T04:38:18.256Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T04:38:18.260Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3665/head:refs/remotes/origin/PR-3665 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-08-12T04:38:18.822Z] > git config core.sparsecheckout # timeout=10 [2021-08-12T04:38:18.828Z] > git checkout -f 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c # timeout=10 [2021-08-12T04:38:18.895Z] > git remote # timeout=10 [2021-08-12T04:38:18.902Z] > git config --get remote.origin.url # timeout=10 [2021-08-12T04:38:18.907Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-12T04:38:18.912Z] > git merge 729eb4739df12e156b446759f30c8b9b764bc7ef # timeout=10 [2021-08-12T04:38:18.964Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-12T04:38:18.974Z] > git config core.sparsecheckout # timeout=10 [2021-08-12T04:38:18.978Z] > git checkout -f 8566dc74d09de2df04f007576ec006f49854bcc5 # timeout=10 [2021-08-12T04:38:22.722Z] Commit message: "Merge commit '729eb4739df12e156b446759f30c8b9b764bc7ef' into HEAD" [2021-08-12T04:38:22.728Z] > git rev-list --no-walk 06cc1e6937e5e1badd0ba8bb96cf8a709e041c5c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-12T04:38:23.669Z] + echo snap-build.sh [2021-08-12T04:38:23.669Z] snap-build.sh [2021-08-12T04:38:23.669Z] + SNAP_BASE_DIR=. [2021-08-12T04:38:23.669Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-08-12T04:38:23.669Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-08-12T04:38:23.669Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-08-12T04:38:23.669Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-08-12T04:38:23.669Z] + cd /w/workspace/edgex-go/2 [2021-08-12T04:38:23.669Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-08-12T04:38:23.669Z] Reading package lists... [2021-08-12T04:38:23.669Z] Building dependency tree... [2021-08-12T04:38:23.669Z] Reading state information... [2021-08-12T04:38:23.669Z] The following packages were automatically installed and are no longer required: [2021-08-12T04:38:23.669Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-08-12T04:38:23.669Z] uidmap xdelta3 [2021-08-12T04:38:23.669Z] Use 'sudo apt autoremove' to remove them. [2021-08-12T04:38:23.669Z] The following packages will be REMOVED: [2021-08-12T04:38:23.669Z] lxd* lxd-client* [2021-08-12T04:38:23.938Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-08-12T04:38:23.938Z] After this operation, 31.7 MB disk space will be freed. [2021-08-12T04:38:24.473Z] (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-12T04:38:24.473Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-08-12T04:38:25.434Z] Removing lxd dnsmasq configuration [2021-08-12T04:38:25.434Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-08-12T04:38:25.434Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-08-12T04:38:26.017Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-08-12T04:38:26.284Z] (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-12T04:38:26.284Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-08-12T04:38:27.706Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-08-12T04:38:27.706Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-08-12T04:38:28.290Z] + sudo snap remove --purge lxd [2021-08-12T04:38:28.290Z] snap "lxd" is not installed [2021-08-12T04:38:28.290Z] + sudo groupadd --force --system lxd [2021-08-12T04:38:28.290Z] ++ whoami [2021-08-12T04:38:28.290Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-08-12T04:38:28.290Z] + newgrp - lxd [2021-08-12T04:38:28.290Z] + sudo snap install lxd [2021-08-12T04:38:36.502Z] 2021-08-12T04:38:34Z INFO Waiting for automatic snapd restart... [2021-08-12T04:38:51.526Z] lxd 4.17 from Canonical* installed [2021-08-12T04:38:51.526Z] + sudo lxd init --auto [2021-08-12T04:38:59.744Z] + sudo snap install --classic snapcraft [2021-08-12T04:39:09.825Z] snapcraft 5.0 from Canonical* installed [2021-08-12T04:39:09.825Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-08-12T04:39:09.825Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-08-12T04:39:09.825Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-08-12T04:39:09.825Z] Dload Upload Total Spent Left Speed [2021-08-12T04:39:09.825Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4750 0 --:--:-- --:--:-- --:--:-- 4750 [2021-08-12T04:39:09.825Z] 100 3325k 100 3325k 0 0 8569k 0 --:--:-- --:--:-- --:--:-- 8569k [2021-08-12T04:39:09.825Z] ./yq_linux_amd64 [2021-08-12T04:39:09.825Z] + sudo snapcraft prime --use-lxd [2021-08-12T04:39:11.773Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-08-12T04:39:11.773Z] 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-12T04:39:11.773Z] - README.md [2021-08-12T04:39:11.773Z] [2021-08-12T04:39:11.773Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-08-12T04:39:12.040Z] Launching a container. [2021-08-12T04:39:18.698Z] Waiting for container to be ready [2021-08-12T04:39:18.965Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-08-12T04:39:18.965Z] [2021-08-12T04:39:22.516Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-08-12T04:39:23.100Z] Waiting for network to be ready... [2021-08-12T04:39:23.368Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-08-12T04:39:23.633Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1818 kB] [2021-08-12T04:39:23.633Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-08-12T04:39:23.633Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [335 kB] [2021-08-12T04:39:23.633Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-08-12T04:39:23.633Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-08-12T04:39:23.633Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [394 kB] [2021-08-12T04:39:23.633Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [53.0 kB] [2021-08-12T04:39:23.633Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1133 kB] [2021-08-12T04:39:23.633Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] [2021-08-12T04:39:24.220Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-08-12T04:39:24.220Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-08-12T04:39:24.486Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-08-12T04:39:24.486Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-08-12T04:39:24.486Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-08-12T04:39:24.486Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-08-12T04:39:24.486Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-08-12T04:39:24.486Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-08-12T04:39:24.751Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-08-12T04:39:25.020Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] [2021-08-12T04:39:25.287Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [427 kB] [2021-08-12T04:39:25.287Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.9 kB] [2021-08-12T04:39:25.287Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6988 B] [2021-08-12T04:39:25.287Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [418 kB] [2021-08-12T04:39:25.287Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [56.8 kB] [2021-08-12T04:39:25.287Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1744 kB] [2021-08-12T04:39:25.287Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [373 kB] [2021-08-12T04:39:27.882Z] Fetched 25.0 MB in 4s (6157 kB/s) [2021-08-12T04:39:28.467Z] Reading package lists... [2021-08-12T04:39:28.467Z] Reading package lists... [2021-08-12T04:39:28.741Z] Building dependency tree... [2021-08-12T04:39:28.741Z] Reading state information... [2021-08-12T04:39:28.741Z] The following additional packages will be installed: [2021-08-12T04:39:28.741Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-08-12T04:39:28.741Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-08-12T04:39:28.741Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-08-12T04:39:28.741Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-08-12T04:39:28.741Z] Suggested packages: [2021-08-12T04:39:28.741Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-08-12T04:39:28.741Z] Recommended packages: [2021-08-12T04:39:28.741Z] gnupg libsasl2-modules [2021-08-12T04:39:28.741Z] The following NEW packages will be installed: [2021-08-12T04:39:28.741Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-08-12T04:39:28.741Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-08-12T04:39:28.741Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-08-12T04:39:28.741Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-08-12T04:39:28.741Z] The following packages will be upgraded: [2021-08-12T04:39:28.741Z] gpg gpg-agent gpgconf libudev1 [2021-08-12T04:39:29.011Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2021-08-12T04:39:29.011Z] Need to get 3527 kB of archives. [2021-08-12T04:39:29.011Z] After this operation, 13.3 MB of additional disk space will be used. [2021-08-12T04:39:29.011Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libudev1 amd64 237-3ubuntu10.50 [56.4 kB] [2021-08-12T04:39:29.011Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 udev amd64 237-3ubuntu10.50 [1101 kB] [2021-08-12T04:39:29.011Z] 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-12T04:39:29.011Z] 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-12T04:39:29.011Z] 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-12T04:39:29.011Z] 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-12T04:39:29.011Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-08-12T04:39:29.278Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-08-12T04:39:29.278Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-08-12T04:39:29.545Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-08-12T04:39:29.545Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-08-12T04:39:29.812Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-08-12T04:39:29.812Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-08-12T04:39:29.812Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-08-12T04:39:29.812Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-08-12T04:39:29.812Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-08-12T04:39:29.812Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-08-12T04:39:29.812Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-08-12T04:39:29.812Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-08-12T04:39:29.812Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-08-12T04:39:29.812Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-08-12T04:39:29.812Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-08-12T04:39:30.079Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-12T04:39:30.079Z] Fetched 3527 kB in 1s (3530 kB/s) [2021-08-12T04:39:30.079Z] (Reading database ... 12511 files and directories currently installed.) [2021-08-12T04:39:30.079Z] Preparing to unpack .../libudev1_237-3ubuntu10.50_amd64.deb ... [2021-08-12T04:39:30.079Z] Unpacking libudev1:amd64 (237-3ubuntu10.50) over (237-3ubuntu10) ... [2021-08-12T04:39:30.079Z] Setting up libudev1:amd64 (237-3ubuntu10.50) ... [2021-08-12T04:39:30.079Z] Selecting previously unselected package udev. [2021-08-12T04:39:30.079Z] (Reading database ... 12511 files and directories currently installed.) [2021-08-12T04:39:30.079Z] Preparing to unpack .../00-udev_237-3ubuntu10.50_amd64.deb ... [2021-08-12T04:39:30.079Z] Unpacking udev (237-3ubuntu10.50) ... [2021-08-12T04:39:30.346Z] Selecting previously unselected package libfuse2:amd64. [2021-08-12T04:39:30.346Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-08-12T04:39:30.346Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-08-12T04:39:30.346Z] Selecting previously unselected package fuse. [2021-08-12T04:39:30.346Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-08-12T04:39:30.346Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-08-12T04:39:30.346Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-12T04:39:30.346Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-12T04:39:30.615Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-12T04:39:30.615Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-12T04:39:30.615Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-12T04:39:30.615Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-12T04:39:30.615Z] Selecting previously unselected package libksba8:amd64. [2021-08-12T04:39:30.615Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-08-12T04:39:30.615Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-08-12T04:39:30.882Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-08-12T04:39:30.882Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-12T04:39:30.882Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:30.882Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-08-12T04:39:30.882Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-12T04:39:30.882Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:30.882Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-08-12T04:39:30.882Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-12T04:39:30.882Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:30.882Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-08-12T04:39:30.882Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-12T04:39:30.882Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:30.882Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-08-12T04:39:30.882Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-12T04:39:30.882Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:31.150Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-08-12T04:39:31.150Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-12T04:39:31.150Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:31.150Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-08-12T04:39:31.150Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-12T04:39:31.150Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:31.150Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-08-12T04:39:31.150Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-12T04:39:31.151Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:31.151Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-08-12T04:39:31.151Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-12T04:39:31.151Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:31.151Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-08-12T04:39:31.151Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-08-12T04:39:31.151Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-12T04:39:31.420Z] Selecting previously unselected package libsasl2-2:amd64. [2021-08-12T04:39:31.420Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-08-12T04:39:31.420Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-12T04:39:31.420Z] Selecting previously unselected package libldap-common. [2021-08-12T04:39:31.420Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-08-12T04:39:31.420Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-12T04:39:31.420Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-08-12T04:39:31.420Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-08-12T04:39:31.420Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-12T04:39:31.420Z] Selecting previously unselected package dirmngr. [2021-08-12T04:39:31.420Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-12T04:39:31.420Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-08-12T04:39:31.420Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-12T04:39:31.420Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-08-12T04:39:31.688Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-08-12T04:39:31.688Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-12T04:39:31.688Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-12T04:39:31.688Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-08-12T04:39:31.688Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:31.688Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-08-12T04:39:31.688Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-12T04:39:31.688Z] Setting up udev (237-3ubuntu10.50) ... [2021-08-12T04:39:31.955Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-08-12T04:39:31.955Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:31.955Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-08-12T04:39:31.955Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-08-12T04:39:31.955Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-08-12T04:39:31.955Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:32.226Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:32.226Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:32.226Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:32.226Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:32.226Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:32.226Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-12T04:39:32.226Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-12T04:39:32.226Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-08-12T04:39:32.226Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-12T04:39:32.495Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-08-12T04:39:32.495Z] settings in the [Install] section, and DefaultInstance for template units). [2021-08-12T04:39:32.495Z] This means they are not meant to be enabled using systemctl. [2021-08-12T04:39:32.495Z] Possible reasons for having this kind of units are: [2021-08-12T04:39:32.495Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-08-12T04:39:32.495Z] .wants/ or .requires/ directory. [2021-08-12T04:39:32.495Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-08-12T04:39:32.495Z] a requirement dependency on it. [2021-08-12T04:39:32.495Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-08-12T04:39:32.495Z] D-Bus, udev, scripted systemctl call, ...). [2021-08-12T04:39:32.495Z] 4) In case of template units, the unit is meant to be enabled with some [2021-08-12T04:39:32.495Z] instance name specified. [2021-08-12T04:39:33.035Z] Reading package lists... [2021-08-12T04:39:33.035Z] Building dependency tree... [2021-08-12T04:39:33.035Z] Reading state information... [2021-08-12T04:39:33.303Z] The following additional packages will be installed: [2021-08-12T04:39:33.303Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-08-12T04:39:33.303Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-08-12T04:39:33.303Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-08-12T04:39:33.303Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-08-12T04:39:33.303Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-08-12T04:39:33.303Z] Suggested packages: [2021-08-12T04:39:33.303Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-08-12T04:39:33.303Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-08-12T04:39:33.303Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-08-12T04:39:33.303Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-08-12T04:39:33.303Z] systemd-container policykit-1 [2021-08-12T04:39:33.303Z] Recommended packages: [2021-08-12T04:39:33.303Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-08-12T04:39:33.303Z] The following NEW packages will be installed: [2021-08-12T04:39:33.303Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-08-12T04:39:33.303Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-08-12T04:39:33.303Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-08-12T04:39:33.303Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-08-12T04:39:33.303Z] python3.6-minimal snapd squashfs-tools sudo [2021-08-12T04:39:33.303Z] The following packages will be upgraded: [2021-08-12T04:39:33.303Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-08-12T04:39:33.303Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2021-08-12T04:39:33.303Z] Need to get 36.7 MB of archives. [2021-08-12T04:39:33.303Z] After this operation, 147 MB of additional disk space will be used. [2021-08-12T04:39:33.303Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 systemd amd64 237-3ubuntu10.50 [2914 kB] [2021-08-12T04:39:33.303Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2021-08-12T04:39:33.303Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsystemd0 amd64 237-3ubuntu10.50 [207 kB] [2021-08-12T04:39:33.303Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-08-12T04:39:33.574Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-08-12T04:39:33.574Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-08-12T04:39:33.574Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-08-12T04:39:33.574Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-08-12T04:39:33.574Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-08-12T04:39:33.574Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-08-12T04:39:33.574Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-08-12T04:39:33.574Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-08-12T04:39:33.574Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-08-12T04:39:33.574Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-08-12T04:39:33.574Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-08-12T04:39:33.574Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-08-12T04:39:33.574Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-08-12T04:39:34.157Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2021-08-12T04:39:34.428Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.10 [1301 kB] [2021-08-12T04:39:34.428Z] 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-12T04:39:34.428Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-08-12T04:39:34.428Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-08-12T04:39:34.428Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-08-12T04:39:34.428Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-08-12T04:39:34.428Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-08-12T04:39:34.428Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-08-12T04:39:34.428Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-08-12T04:39:34.428Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-08-12T04:39:34.428Z] 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-12T04:39:34.428Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] [2021-08-12T04:39:36.377Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-12T04:39:36.377Z] Fetched 36.7 MB in 3s (13.4 MB/s) [2021-08-12T04:39:36.377Z] (Reading database ... 12757 files and directories currently installed.) [2021-08-12T04:39:36.377Z] Preparing to unpack .../systemd_237-3ubuntu10.50_amd64.deb ... [2021-08-12T04:39:36.377Z] Unpacking systemd (237-3ubuntu10.50) over (237-3ubuntu10) ... [2021-08-12T04:39:36.645Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.50_amd64.deb ... [2021-08-12T04:39:36.645Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.50) over (237-3ubuntu10) ... [2021-08-12T04:39:36.645Z] Setting up libsystemd0:amd64 (237-3ubuntu10.50) ... [2021-08-12T04:39:36.913Z] (Reading database ... 12757 files and directories currently installed.) [2021-08-12T04:39:36.913Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2021-08-12T04:39:36.913Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2021-08-12T04:39:36.913Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2021-08-12T04:39:36.913Z] (Reading database ... 12757 files and directories currently installed.) [2021-08-12T04:39:36.913Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2021-08-12T04:39:37.181Z] Unpacking apt (1.6.14) over (1.6.1) ... [2021-08-12T04:39:37.181Z] Setting up apt (1.6.14) ... [2021-08-12T04:39:37.181Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-08-12T04:39:37.765Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-08-12T04:39:37.765Z] (Reading database ... 12764 files and directories currently installed.) [2021-08-12T04:39:37.765Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.10_amd64.deb ... [2021-08-12T04:39:37.765Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.10) over (1.1.0g-2ubuntu4) ... [2021-08-12T04:39:37.765Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-08-12T04:39:37.765Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-12T04:39:37.765Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-12T04:39:38.033Z] Selecting previously unselected package libexpat1:amd64. [2021-08-12T04:39:38.033Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-08-12T04:39:38.033Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-08-12T04:39:38.033Z] Selecting previously unselected package python3.6-minimal. [2021-08-12T04:39:38.033Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-12T04:39:38.033Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-08-12T04:39:38.301Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.10) ... [2021-08-12T04:39:38.301Z] Checking for services that may need to be restarted...done. [2021-08-12T04:39:38.301Z] Checking for services that may need to be restarted...done. [2021-08-12T04:39:38.301Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-12T04:39:38.301Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-08-12T04:39:38.301Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-08-12T04:39:38.889Z] Selecting previously unselected package python3-minimal. [2021-08-12T04:39:38.889Z] (Reading database ... 13012 files and directories currently installed.) [2021-08-12T04:39:38.889Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-08-12T04:39:38.889Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-08-12T04:39:38.889Z] Selecting previously unselected package mime-support. [2021-08-12T04:39:38.889Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-08-12T04:39:38.889Z] Unpacking mime-support (3.60ubuntu1) ... [2021-08-12T04:39:38.889Z] Selecting previously unselected package libmpdec2:amd64. [2021-08-12T04:39:38.889Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-08-12T04:39:38.889Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-08-12T04:39:38.889Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-08-12T04:39:38.889Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-12T04:39:38.889Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-12T04:39:39.157Z] Selecting previously unselected package python3.6. [2021-08-12T04:39:39.157Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-12T04:39:39.157Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-12T04:39:39.157Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-08-12T04:39:39.157Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-08-12T04:39:39.157Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-08-12T04:39:39.425Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-08-12T04:39:39.425Z] Selecting previously unselected package python3. [2021-08-12T04:39:39.425Z] (Reading database ... 13442 files and directories currently installed.) [2021-08-12T04:39:39.425Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-08-12T04:39:39.425Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-08-12T04:39:39.693Z] Selecting previously unselected package multiarch-support. [2021-08-12T04:39:39.693Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-08-12T04:39:39.693Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-08-12T04:39:39.693Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-08-12T04:39:39.693Z] Selecting previously unselected package liblzo2-2:amd64. [2021-08-12T04:39:39.693Z] (Reading database ... 13479 files and directories currently installed.) [2021-08-12T04:39:39.693Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-08-12T04:39:39.693Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-08-12T04:39:39.693Z] Selecting previously unselected package libbsd0:amd64. [2021-08-12T04:39:39.693Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-08-12T04:39:39.693Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-08-12T04:39:39.693Z] Selecting previously unselected package sudo. [2021-08-12T04:39:39.693Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-08-12T04:39:39.693Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-08-12T04:39:40.010Z] Selecting previously unselected package apparmor. [2021-08-12T04:39:40.010Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-08-12T04:39:40.010Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-08-12T04:39:40.010Z] Selecting previously unselected package libedit2:amd64. [2021-08-12T04:39:40.010Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-08-12T04:39:40.010Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-08-12T04:39:40.010Z] Selecting previously unselected package libkrb5support0:amd64. [2021-08-12T04:39:40.010Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-08-12T04:39:40.010Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-08-12T04:39:40.010Z] Selecting previously unselected package libk5crypto3:amd64. [2021-08-12T04:39:40.010Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-08-12T04:39:40.010Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-08-12T04:39:40.385Z] Selecting previously unselected package libkeyutils1:amd64. [2021-08-12T04:39:40.385Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-08-12T04:39:40.385Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-08-12T04:39:40.385Z] Selecting previously unselected package libkrb5-3:amd64. [2021-08-12T04:39:40.385Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-08-12T04:39:40.385Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-08-12T04:39:40.385Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-08-12T04:39:40.385Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-08-12T04:39:40.385Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-08-12T04:39:40.385Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-08-12T04:39:40.385Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-08-12T04:39:40.386Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-08-12T04:39:40.386Z] Selecting previously unselected package openssh-client. [2021-08-12T04:39:40.386Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-08-12T04:39:40.703Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-08-12T04:39:40.703Z] Selecting previously unselected package squashfs-tools. [2021-08-12T04:39:40.703Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... [2021-08-12T04:39:40.703Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-08-12T04:39:40.703Z] Selecting previously unselected package snapd. [2021-08-12T04:39:40.703Z] Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... [2021-08-12T04:39:40.703Z] Unpacking snapd (2.49.2+18.04) ... [2021-08-12T04:39:42.681Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-08-12T04:39:42.681Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-08-12T04:39:42.681Z] Setting up mime-support (3.60ubuntu1) ... [2021-08-12T04:39:42.681Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-08-12T04:39:42.681Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-08-12T04:39:42.681Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-08-12T04:39:42.681Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-12T04:39:42.681Z] Setting up systemd (237-3ubuntu10.50) ... [2021-08-12T04:39:42.681Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-08-12T04:39:43.266Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-08-12T04:39:43.266Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-08-12T04:39:43.266Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-08-12T04:39:43.266Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-12T04:39:43.266Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-08-12T04:39:43.266Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-12T04:39:43.852Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-08-12T04:39:43.852Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-08-12T04:39:43.852Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-08-12T04:39:43.852Z] Setting up python3 (3.6.7-1~18.04) ... [2021-08-12T04:39:44.118Z] running python rtupdate hooks for python3.6... [2021-08-12T04:39:44.118Z] running python post-rtupdate hooks for python3.6... [2021-08-12T04:39:44.386Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-08-12T04:39:44.970Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-08-12T04:39:45.239Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-08-12T04:39:45.239Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-08-12T04:39:45.239Z] Setting up snapd (2.49.2+18.04) ... [2021-08-12T04:39:45.507Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-08-12T04:39:45.775Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-08-12T04:39:46.041Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-08-12T04:39:46.041Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-08-12T04:39:46.308Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-08-12T04:39:46.308Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-08-12T04:39:46.574Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-08-12T04:39:46.574Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-08-12T04:39:46.840Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-08-12T04:39:47.106Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-08-12T04:39:47.106Z] /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-12T04:39:47.106Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-12T04:39:47.106Z] Processing triggers for systemd (237-3ubuntu10.50) ... [2021-08-12T04:39:48.068Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-08-12T04:39:48.068Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-08-12T04:39:48.068Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-08-12T04:39:49.301Z] Reading package lists... [2021-08-12T04:39:49.301Z] Reading package lists... [2021-08-12T04:39:49.641Z] Building dependency tree... [2021-08-12T04:39:49.641Z] Reading state information... [2021-08-12T04:39:49.641Z] Calculating upgrade... [2021-08-12T04:39:49.913Z] The following packages will be upgraded: [2021-08-12T04:39:49.913Z] advancecomp base-files bash binutils binutils-common [2021-08-12T04:39:49.913Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-08-12T04:39:49.913Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-08-12T04:39:49.913Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2021-08-12T04:39:49.913Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2021-08-12T04:39:49.913Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-08-12T04:39:49.913Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-08-12T04:39:49.913Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-08-12T04:39:49.913Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-08-12T04:39:49.913Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-08-12T04:39:49.913Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-08-12T04:39:49.913Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-08-12T04:39:49.913Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-08-12T04:39:49.913Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-08-12T04:39:49.913Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-08-12T04:39:49.913Z] ubuntu-keyring util-linux [2021-08-12T04:39:49.913Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-08-12T04:39:49.913Z] Need to get 64.2 MB of archives. [2021-08-12T04:39:49.913Z] After this operation, 5125 kB of additional disk space will be used. [2021-08-12T04:39:49.913Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-153.160 [994 kB] [2021-08-12T04:39:49.913Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-08-12T04:39:49.913Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-08-12T04:39:49.913Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-08-12T04:39:49.913Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-08-12T04:39:49.913Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-08-12T04:39:49.913Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-08-12T04:39:49.913Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-08-12T04:39:49.913Z] 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-12T04:39:49.913Z] 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-12T04:39:50.186Z] 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-12T04:39:50.186Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-08-12T04:39:50.186Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-08-12T04:39:50.186Z] 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-12T04:39:50.186Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-08-12T04:39:50.186Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-08-12T04:39:50.186Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-08-12T04:39:50.186Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-08-12T04:39:50.186Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-08-12T04:39:50.186Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-08-12T04:39:50.186Z] 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-12T04:39:50.187Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-08-12T04:39:50.187Z] 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-12T04:39:50.187Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-08-12T04:39:50.187Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-08-12T04:39:50.187Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-08-12T04:39:50.187Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-08-12T04:39:50.187Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-08-12T04:39:50.187Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-08-12T04:39:50.187Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-08-12T04:39:50.187Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-08-12T04:39:50.187Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-08-12T04:39:50.187Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 systemd-sysv amd64 237-3ubuntu10.50 [14.2 kB] [2021-08-12T04:39:50.187Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-08-12T04:39:50.187Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-08-12T04:39:50.457Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-08-12T04:39:50.457Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-08-12T04:39:50.457Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-08-12T04:39:50.457Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-08-12T04:39:50.457Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-08-12T04:39:50.457Z] 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-12T04:39:50.457Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-08-12T04:39:50.457Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-08-12T04:39:50.457Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-08-12T04:39:50.457Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-08-12T04:39:50.458Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-08-12T04:39:50.458Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-08-12T04:39:50.458Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-08-12T04:39:50.458Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-08-12T04:39:50.458Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-08-12T04:39:50.458Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-08-12T04:39:50.458Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-08-12T04:39:50.458Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-08-12T04:39:50.458Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-08-12T04:39:50.458Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-08-12T04:39:50.458Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-08-12T04:39:50.458Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-08-12T04:39:50.726Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-08-12T04:39:50.726Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-08-12T04:39:50.726Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-08-12T04:39:50.993Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-08-12T04:39:50.993Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-08-12T04:39:50.993Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-08-12T04:39:50.993Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-08-12T04:39:50.993Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-08-12T04:39:50.993Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-08-12T04:39:50.993Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-08-12T04:39:51.258Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-08-12T04:39:51.258Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-08-12T04:39:51.258Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-08-12T04:39:51.258Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-08-12T04:39:51.258Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-08-12T04:39:51.523Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2021-08-12T04:39:51.523Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-08-12T04:39:51.523Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-08-12T04:39:51.523Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-08-12T04:39:51.523Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-08-12T04:39:51.523Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-08-12T04:39:51.523Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-08-12T04:39:51.523Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-08-12T04:39:51.523Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-08-12T04:39:51.523Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-08-12T04:39:51.523Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-08-12T04:39:51.523Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2021-08-12T04:39:51.523Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] [2021-08-12T04:39:51.523Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2021-08-12T04:39:51.523Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] [2021-08-12T04:39:51.523Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-08-12T04:39:51.788Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-08-12T04:39:51.788Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-08-12T04:39:51.788Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-08-12T04:39:51.788Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-08-12T04:39:51.788Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-08-12T04:39:51.788Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-08-12T04:39:51.788Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-08-12T04:39:51.788Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.10 [614 kB] [2021-08-12T04:39:51.788Z] 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-12T04:39:51.788Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-08-12T04:39:51.788Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-08-12T04:39:51.788Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-08-12T04:39:51.788Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-08-12T04:39:52.054Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-08-12T04:39:52.054Z] Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-08-12T04:39:52.054Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-12T04:39:52.054Z] Fetched 64.2 MB in 2s (29.1 MB/s) [2021-08-12T04:39:52.319Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-12T04:39:52.319Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-08-12T04:39:52.319Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-12T04:39:52.585Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-08-12T04:39:52.585Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-12T04:39:52.585Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-153.160_amd64.deb ... [2021-08-12T04:39:52.585Z] Unpacking linux-libc-dev:amd64 (4.15.0-153.160) over (4.15.0-20.21) ... [2021-08-12T04:39:52.851Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-12T04:39:52.851Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-12T04:39:52.851Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-12T04:39:52.851Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-12T04:39:52.851Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-12T04:39:53.120Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-12T04:39:53.120Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-12T04:39:53.120Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-12T04:39:53.120Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-12T04:39:53.120Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-12T04:39:53.120Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-12T04:39:53.120Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-12T04:39:53.120Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-12T04:39:53.120Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-12T04:39:53.262Z] gofmt -l . [2021-08-12T04:39:53.262Z] [ "`gofmt -l .`" = "" ] [2021-08-12T04:39:53.262Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-08-12T04:39:53.386Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-12T04:39:53.386Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-12T04:39:53.386Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-12T04:39:53.386Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-08-12T04:39:53.386Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-08-12T04:39:53.386Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-12T04:39:53.386Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-12T04:39:53.386Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-12T04:39:53.386Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-12T04:39:53.386Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-12T04:39:53.653Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-12T04:39:53.653Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-12T04:39:53.653Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-12T04:39:53.653Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-12T04:39:53.653Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-08-12T04:39:53.918Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-12T04:39:53.924Z] + ls -al . [2021-08-12T04:39:53.924Z] total 636 [2021-08-12T04:39:53.924Z] drwxrwxr-x 9 1001 1001 4096 Aug 12 04:39 . [2021-08-12T04:39:53.924Z] drwxr-xr-x 4 root root 4096 Aug 12 04:35 .. [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 11 Aug 12 04:32 .dockerignore [2021-08-12T04:39:53.924Z] drwxrwxr-x 8 1001 1001 4096 Aug 12 04:32 .git [2021-08-12T04:39:53.924Z] drwxrwxr-x 3 1001 1001 4096 Aug 12 04:32 .github [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 818 Aug 12 04:32 .gitignore [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 76 Aug 12 04:32 .hadolint.yml [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 166 Aug 12 04:32 .sonarcloud.properties [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 1171 Aug 12 04:32 ADOPTERS.md [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 8609 Aug 12 04:32 Attribution.txt [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 43881 Aug 12 04:32 CHANGELOG.md [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 3804 Aug 12 04:32 CONTRIBUTING.md [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 677 Aug 12 04:32 GOVERNANCE.md [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 849 Aug 12 04:32 Jenkinsfile [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 10775 Aug 12 04:32 LICENSE [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 5915 Aug 12 04:32 Makefile [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 582 Aug 12 04:32 OWNERS.md [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 8643 Aug 12 04:32 README.md [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 6912 Aug 12 04:32 SECURITY.md [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 5 Aug 12 04:30 VERSION [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 4131 Aug 12 04:32 ZMQWindows.md [2021-08-12T04:39:53.924Z] drwxrwxr-x 2 1001 1001 4096 Aug 12 04:32 bin [2021-08-12T04:39:53.924Z] drwxrwxr-x 14 1001 1001 4096 Aug 12 04:32 cmd [2021-08-12T04:39:53.924Z] -rw-r--r-- 1 root root 404329 Aug 12 04:38 coverage.out [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 813 Aug 12 04:32 go.mod [2021-08-12T04:39:53.924Z] -rw-r--r-- 1 root root 50064 Aug 12 04:35 go.sum [2021-08-12T04:39:53.924Z] drwxrwxr-x 8 1001 1001 4096 Aug 12 04:32 internal [2021-08-12T04:39:53.924Z] drwxrwxr-x 3 1001 1001 4096 Aug 12 04:32 openapi [2021-08-12T04:39:53.924Z] drwxrwxr-x 4 1001 1001 4096 Aug 12 04:32 snap [2021-08-12T04:39:53.924Z] -rw-rw-r-- 1 1001 1001 204 Aug 12 04:32 version.go [Pipeline] sh [2021-08-12T04:39:54.501Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-08-12T04:39:54.501Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-12T04:39:54.501Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-08-12T04:39:54.501Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-08-12T04:39:54.501Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-08-12T04:39:54.501Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-08-12T04:39:54.588Z] + '[' -e coverage.out ] [2021-08-12T04:39:54.588Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-08-12T04:39:54.619Z] Warning: overwriting stash ‘coverage-report’ [2021-08-12T04:39:54.770Z] Setting up base-files (10.1ubuntu2.10) ... [2021-08-12T04:39:54.770Z] Installing new version of config file /etc/issue ... [2021-08-12T04:39:54.770Z] Installing new version of config file /etc/issue.net ... [2021-08-12T04:39:54.770Z] Installing new version of config file /etc/lsb-release ... [2021-08-12T04:39:54.770Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-08-12T04:39:55.037Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-08-12T04:39:55.037Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-08-12T04:39:55.037Z] Removing obsolete conffile /etc/default/motd-news ... [2021-08-12T04:39:55.037Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:55.037Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-08-12T04:39:55.037Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-08-12T04:39:55.304Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-08-12T04:39:55.304Z] 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-12T04:39:55.304Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:55.304Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-12T04:39:55.304Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-08-12T04:39:55.418Z] Stashed 1 file(s) [Pipeline] sh [2021-08-12T04:39:55.570Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-08-12T04:39:55.570Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:55.570Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-08-12T04:39:55.570Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-08-12T04:39:55.837Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-08-12T04:39:55.837Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:55.837Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-08-12T04:39:55.837Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-08-12T04:39:55.837Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-08-12T04:39:56.075Z] + make build [2021-08-12T04:39:56.075Z] go mod tidy [2021-08-12T04:39:56.105Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:56.105Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-12T04:39:56.105Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-12T04:39:56.105Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-08-12T04:39:56.105Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:56.105Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-12T04:39:56.105Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-12T04:39:56.371Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-08-12T04:39:56.371Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:56.371Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-08-12T04:39:56.371Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-08-12T04:39:56.371Z] Setting up grep (3.1-2build1) ... [2021-08-12T04:39:56.371Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:56.371Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2021-08-12T04:39:56.371Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2021-08-12T04:39:56.371Z] Setting up gzip (1.6-5ubuntu1.1) ... [2021-08-12T04:39:56.652Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:56.652Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-08-12T04:39:56.652Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-08-12T04:39:56.652Z] Setting up login (1:4.5-1ubuntu2) ... [2021-08-12T04:39:56.652Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:56.652Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-12T04:39:56.652Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-12T04:39:56.678Z] 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-12T04:39:56.919Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-08-12T04:39:56.919Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:56.919Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-08-12T04:39:56.919Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-12T04:39:57.189Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-08-12T04:39:57.189Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-12T04:39:57.458Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-08-12T04:39:57.458Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-12T04:39:57.724Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-08-12T04:39:57.724Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:57.724Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-08-12T04:39:57.724Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-12T04:39:57.994Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-08-12T04:39:57.994Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-08-12T04:39:58.261Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-08-12T04:39:58.261Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-08-12T04:39:58.261Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-08-12T04:39:58.261Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:58.261Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-08-12T04:39:58.261Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-08-12T04:39:58.261Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-08-12T04:39:58.528Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:58.528Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-12T04:39:58.528Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-12T04:39:58.528Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-12T04:39:58.528Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:58.528Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-12T04:39:58.528Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-12T04:39:58.528Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-12T04:39:58.528Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:58.528Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-12T04:39:58.794Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-12T04:39:58.794Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-12T04:39:58.794Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:58.794Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-12T04:39:58.794Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-12T04:39:58.794Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-12T04:39:58.794Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:58.794Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-12T04:39:58.794Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-12T04:39:59.061Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-12T04:39:59.061Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-12T04:39:59.061Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-08-12T04:39:59.061Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:59.061Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-12T04:39:59.061Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-12T04:39:59.061Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-08-12T04:39:59.330Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:59.330Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-12T04:39:59.330Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-12T04:39:59.330Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-12T04:39:59.330Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:59.330Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-12T04:39:59.330Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-12T04:39:59.330Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-08-12T04:39:59.330Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:39:59.330Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-12T04:39:59.598Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-12T04:39:59.866Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-08-12T04:40:00.133Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-08-12T04:40:00.400Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-08-12T04:40:00.400Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:40:00.401Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-08-12T04:40:00.401Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-12T04:40:00.669Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-08-12T04:40:00.669Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-12T04:40:00.669Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-08-12T04:40:00.669Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-12T04:40:00.669Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-08-12T04:40:00.936Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-12T04:40:00.936Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-08-12T04:40:00.936Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-08-12T04:40:00.936Z] Setting up debconf (1.5.66ubuntu1) ... [2021-08-12T04:40:01.205Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-12T04:40:01.205Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-08-12T04:40:01.205Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-08-12T04:40:01.205Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-08-12T04:40:01.205Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-12T04:40:01.205Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-08-12T04:40:01.205Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-08-12T04:40:01.473Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-08-12T04:40:01.473Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-12T04:40:01.473Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-08-12T04:40:01.473Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-12T04:40:01.473Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-12T04:40:01.473Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-12T04:40:01.473Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-08-12T04:40:01.473Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-12T04:40:01.743Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-12T04:40:01.743Z] (Reading database ... 13919 files and directories currently installed.) [2021-08-12T04:40:01.743Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-08-12T04:40:01.743Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-12T04:40:01.743Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-12T04:40:02.009Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:02.009Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-12T04:40:02.009Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-12T04:40:02.009Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.50_amd64.deb ... [2021-08-12T04:40:02.009Z] Unpacking systemd-sysv (237-3ubuntu10.50) over (237-3ubuntu10) ... [2021-08-12T04:40:02.009Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-12T04:40:02.009Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-12T04:40:02.009Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-08-12T04:40:02.009Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:02.277Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-08-12T04:40:02.277Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-08-12T04:40:02.277Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-08-12T04:40:02.277Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:02.277Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-08-12T04:40:02.277Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-08-12T04:40:02.277Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-08-12T04:40:02.277Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:02.277Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-08-12T04:40:02.277Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-12T04:40:02.545Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-12T04:40:02.545Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:02.545Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-12T04:40:02.545Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-12T04:40:02.810Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-08-12T04:40:02.810Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:02.810Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-08-12T04:40:02.810Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-08-12T04:40:02.810Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-08-12T04:40:02.810Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:02.810Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-08-12T04:40:02.810Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-08-12T04:40:03.077Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-08-12T04:40:03.077Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:03.077Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-12T04:40:03.077Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-12T04:40:03.077Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-08-12T04:40:03.344Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:03.344Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-08-12T04:40:03.344Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-08-12T04:40:03.344Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-08-12T04:40:03.344Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:03.344Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-08-12T04:40:03.344Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-08-12T04:40:03.344Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-08-12T04:40:03.344Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:03.344Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-08-12T04:40:03.344Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-08-12T04:40:03.389Z] 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-12T04:40:03.612Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-08-12T04:40:03.612Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:03.612Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-08-12T04:40:03.612Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-08-12T04:40:03.612Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-08-12T04:40:03.612Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:03.612Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-08-12T04:40:03.612Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-08-12T04:40:03.879Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-08-12T04:40:03.879Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:03.879Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-08-12T04:40:03.879Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-08-12T04:40:03.879Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-08-12T04:40:04.146Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:04.146Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-08-12T04:40:04.146Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-08-12T04:40:04.146Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-08-12T04:40:04.146Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-12T04:40:04.146Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-08-12T04:40:04.146Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-08-12T04:40:04.146Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-08-12T04:40:04.146Z] (Reading database ... 13924 files and directories currently installed.) [2021-08-12T04:40:04.146Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-08-12T04:40:04.146Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-08-12T04:40:04.146Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-08-12T04:40:04.412Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-08-12T04:40:04.412Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.10_amd64.deb ... [2021-08-12T04:40:04.412Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.10) over (1.1.0g-2ubuntu4) ... [2021-08-12T04:40:04.412Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-08-12T04:40:04.678Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-08-12T04:40:04.678Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-08-12T04:40:04.678Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-08-12T04:40:04.678Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-08-12T04:40:04.678Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-08-12T04:40:04.678Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-08-12T04:40:04.678Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-08-12T04:40:04.678Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-08-12T04:40:04.945Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-08-12T04:40:04.945Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-08-12T04:40:04.945Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-08-12T04:40:04.945Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-08-12T04:40:04.945Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-08-12T04:40:04.945Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-08-12T04:40:04.945Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-08-12T04:40:05.212Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-08-12T04:40:05.212Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-08-12T04:40:05.480Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-08-12T04:40:05.480Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-08-12T04:40:05.480Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-08-12T04:40:05.480Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-08-12T04:40:05.480Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-12T04:40:05.480Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-12T04:40:05.747Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-12T04:40:05.747Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-12T04:40:05.747Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-12T04:40:05.747Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-12T04:40:06.015Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-12T04:40:06.016Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-12T04:40:06.016Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-12T04:40:06.016Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-12T04:40:06.016Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-12T04:40:06.016Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-12T04:40:06.285Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-12T04:40:06.285Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-12T04:40:06.285Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-12T04:40:06.285Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-12T04:40:07.255Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-12T04:40:07.255Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-12T04:40:07.840Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-12T04:40:07.840Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-12T04:40:08.106Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-12T04:40:08.106Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-12T04:40:08.373Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-12T04:40:08.373Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-12T04:40:09.334Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-12T04:40:09.334Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-12T04:40:09.334Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-08-12T04:40:09.334Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-08-12T04:40:09.334Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-08-12T04:40:09.334Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-08-12T04:40:09.334Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-08-12T04:40:09.334Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-08-12T04:40:09.334Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-08-12T04:40:09.334Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-08-12T04:40:09.335Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-08-12T04:40:09.602Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-08-12T04:40:09.602Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-08-12T04:40:09.602Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-08-12T04:40:09.602Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-08-12T04:40:09.602Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-08-12T04:40:09.602Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-12T04:40:09.602Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-08-12T04:40:09.602Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-12T04:40:09.602Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-12T04:40:09.602Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-12T04:40:09.602Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-08-12T04:40:09.602Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-08-12T04:40:09.870Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-08-12T04:40:09.870Z] [2021-08-12T04:40:09.870Z] Current default time zone: 'Etc/UTC' [2021-08-12T04:40:09.870Z] Local time is now: Thu Aug 12 04:40:09 UTC 2021. [2021-08-12T04:40:09.870Z] Universal Time is now: Thu Aug 12 04:40:09 UTC 2021. [2021-08-12T04:40:09.870Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-08-12T04:40:09.870Z] [2021-08-12T04:40:09.870Z] Setting up systemd-sysv (237-3ubuntu10.50) ... [2021-08-12T04:40:09.870Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-12T04:40:09.870Z] Setting up linux-libc-dev:amd64 (4.15.0-153.160) ... [2021-08-12T04:40:09.870Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-08-12T04:40:09.870Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-08-12T04:40:09.870Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-08-12T04:40:09.870Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-08-12T04:40:09.870Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-08-12T04:40:09.870Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-08-12T04:40:09.870Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-08-12T04:40:09.870Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-12T04:40:09.870Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-08-12T04:40:10.136Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-12T04:40:10.136Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-08-12T04:40:10.136Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-12T04:40:10.136Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-08-12T04:40:10.136Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-08-12T04:40:10.136Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-08-12T04:40:10.136Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.10) ... [2021-08-12T04:40:10.136Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-08-12T04:40:10.136Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-08-12T04:40:10.136Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-08-12T04:40:10.136Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-08-12T04:40:12.086Z] Updating certificates in /etc/ssl/certs... [2021-08-12T04:40:13.052Z] 23 added, 27 removed; done. [2021-08-12T04:40:13.052Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-08-12T04:40:13.052Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-12T04:40:13.052Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-08-12T04:40:13.052Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-08-12T04:40:13.052Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-08-12T04:40:13.052Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-12T04:40:13.052Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-08-12T04:40:13.052Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-12T04:40:13.052Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-12T04:40:13.052Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-12T04:40:13.052Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-08-12T04:40:13.052Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-12T04:40:13.052Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-08-12T04:40:13.052Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-08-12T04:40:13.052Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-08-12T04:40:13.052Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-08-12T04:40:13.052Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-08-12T04:40:13.052Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-08-12T04:40:13.052Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-08-12T04:40:13.052Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-08-12T04:40:13.052Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-08-12T04:40:13.324Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-08-12T04:40:13.324Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-08-12T04:40:13.324Z] Processing triggers for systemd (237-3ubuntu10.50) ... [2021-08-12T04:40:13.324Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-08-12T04:40:13.324Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-08-12T04:40:13.324Z] Updating certificates in /etc/ssl/certs... [2021-08-12T04:40:13.905Z] 0 added, 0 removed; done. [2021-08-12T04:40:13.905Z] Running hooks in /etc/ca-certificates/update.d... [2021-08-12T04:40:13.905Z] done. [2021-08-12T04:40:14.442Z] Reading package lists... [2021-08-12T04:40:14.442Z] Building dependency tree... [2021-08-12T04:40:14.442Z] Reading state information... [2021-08-12T04:40:14.709Z] The following NEW packages will be installed: [2021-08-12T04:40:14.709Z] apt-transport-https [2021-08-12T04:40:14.709Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-08-12T04:40:14.976Z] Need to get 4348 B of archives. [2021-08-12T04:40:14.976Z] After this operation, 154 kB of additional disk space will be used. [2021-08-12T04:40:14.976Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2021-08-12T04:40:14.976Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-12T04:40:14.976Z] Fetched 4348 B in 0s (23.9 kB/s) [2021-08-12T04:40:14.976Z] Selecting previously unselected package apt-transport-https. [2021-08-12T04:40:14.976Z] (Reading database ... 13929 files and directories currently installed.) [2021-08-12T04:40:14.976Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2021-08-12T04:40:14.976Z] Unpacking apt-transport-https (1.6.14) ... [2021-08-12T04:40:14.976Z] Setting up apt-transport-https (1.6.14) ... [2021-08-12T04:40:15.244Z] Waiting for network to be ready... [2021-08-12T04:40:20.597Z] 2021-08-12T04:40:17Z INFO Waiting for automatic snapd restart... [2021-08-12T04:40:20.597Z] snapd 2.51.3 from Canonical* installed [2021-08-12T04:40:21.182Z] "snapd" switched to the "latest/stable" channel [2021-08-12T04:40:21.182Z] [2021-08-12T04:40:23.763Z] core18 20210722 from Canonical* installed [2021-08-12T04:40:23.763Z] "core18" switched to the "latest/stable" channel [2021-08-12T04:40:23.763Z] [2021-08-12T04:40:26.342Z] snapcraft 5.0 from Canonical* installed [2021-08-12T04:40:26.342Z] "snapcraft" switched to the "latest/stable" channel [2021-08-12T04:40:26.342Z] [2021-08-12T04:40:30.235Z] 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-12T04:40:30.514Z] 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-12T04:40:30.602Z] 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-12T04:40:30.602Z] - README.md [2021-08-12T04:40:30.602Z] [2021-08-12T04:40:30.602Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-08-12T04:40:30.870Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-08-12T04:40:30.870Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-08-12T04:40:31.137Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-08-12T04:40:32.098Z] Reading package lists... [2021-08-12T04:40:32.366Z] 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-12T04:40:32.636Z] Reading package lists... [2021-08-12T04:40:32.636Z] Building dependency tree... [2021-08-12T04:40:32.636Z] Reading state information... [2021-08-12T04:40:32.902Z] Suggested packages: [2021-08-12T04:40:32.902Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-08-12T04:40:32.902Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-08-12T04:40:32.902Z] Recommended packages: [2021-08-12T04:40:32.902Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-08-12T04:40:32.902Z] The following NEW packages will be installed: [2021-08-12T04:40:32.902Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-08-12T04:40:32.902Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-08-12T04:40:32.902Z] pkg-config zip [2021-08-12T04:40:32.902Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-08-12T04:40:32.902Z] Need to get 7663 kB of archives. [2021-08-12T04:40:32.902Z] After this operation, 43.8 MB of additional disk space will be used. [2021-08-12T04:40:32.902Z] 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-12T04:40:33.168Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-08-12T04:40:33.168Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] [2021-08-12T04:40:33.168Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-08-12T04:40:33.168Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-08-12T04:40:33.168Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-08-12T04:40:33.168Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-08-12T04:40:33.434Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-08-12T04:40:33.434Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-08-12T04:40:33.434Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-08-12T04:40:33.434Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-08-12T04:40:33.708Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-08-12T04:40:33.708Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-08-12T04:40:33.708Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-08-12T04:40:33.708Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-08-12T04:40:33.975Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-12T04:40:33.975Z] Fetched 7663 kB in 1s (9212 kB/s) [2021-08-12T04:40:33.975Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-08-12T04:40:33.975Z] (Reading database ... 13933 files and directories currently installed.) [2021-08-12T04:40:33.975Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-08-12T04:40:33.975Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-08-12T04:40:33.975Z] Selecting previously unselected package libpsl5:amd64. [2021-08-12T04:40:33.975Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-08-12T04:40:33.975Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-08-12T04:40:34.243Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-08-12T04:40:34.243Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-08-12T04:40:34.243Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-08-12T04:40:34.243Z] Selecting previously unselected package librtmp1:amd64. [2021-08-12T04:40:34.243Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-08-12T04:40:34.243Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-08-12T04:40:34.243Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-08-12T04:40:34.243Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... [2021-08-12T04:40:34.243Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... [2021-08-12T04:40:34.243Z] Selecting previously unselected package liberror-perl. [2021-08-12T04:40:34.243Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-08-12T04:40:34.243Z] Unpacking liberror-perl (0.17025-1) ... [2021-08-12T04:40:34.243Z] Selecting previously unselected package git-man. [2021-08-12T04:40:34.243Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-08-12T04:40:34.243Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-08-12T04:40:34.512Z] Selecting previously unselected package git. [2021-08-12T04:40:34.512Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-08-12T04:40:34.512Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-08-12T04:40:34.848Z] 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-12T04:40:35.094Z] Selecting previously unselected package libnorm1:amd64. [2021-08-12T04:40:35.095Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-08-12T04:40:35.095Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-08-12T04:40:35.095Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-08-12T04:40:35.095Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-08-12T04:40:35.095Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-08-12T04:40:35.095Z] Selecting previously unselected package libsodium23:amd64. [2021-08-12T04:40:35.095Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-08-12T04:40:35.095Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-08-12T04:40:35.095Z] Selecting previously unselected package libzmq5:amd64. [2021-08-12T04:40:35.095Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-08-12T04:40:35.095Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-12T04:40:35.362Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-08-12T04:40:35.362Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-08-12T04:40:35.362Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-12T04:40:35.362Z] Selecting previously unselected package pkg-config. [2021-08-12T04:40:35.362Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-08-12T04:40:35.362Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-08-12T04:40:35.362Z] Selecting previously unselected package zip. [2021-08-12T04:40:35.362Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-08-12T04:40:35.362Z] Unpacking zip (3.0-11build1) ... [2021-08-12T04:40:35.362Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-08-12T04:40:35.362Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-08-12T04:40:35.362Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-08-12T04:40:35.362Z] Setting up liberror-perl (0.17025-1) ... [2021-08-12T04:40:35.362Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-08-12T04:40:35.628Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-08-12T04:40:35.628Z] No schema files found: doing nothing. [2021-08-12T04:40:35.628Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-08-12T04:40:35.628Z] Setting up zip (3.0-11build1) ... [2021-08-12T04:40:35.628Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-08-12T04:40:35.628Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-08-12T04:40:35.628Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-08-12T04:40:35.628Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-12T04:40:35.628Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... [2021-08-12T04:40:35.628Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-12T04:40:35.628Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-08-12T04:40:35.628Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-08-12T04:40:35.838Z] 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-12T04:40:36.210Z] git set to automatically installed. [2021-08-12T04:40:36.210Z] git-man set to automatically installed. [2021-08-12T04:40:36.210Z] libcurl3-gnutls set to automatically installed. [2021-08-12T04:40:36.210Z] liberror-perl set to automatically installed. [2021-08-12T04:40:36.210Z] libglib2.0-0 set to automatically installed. [2021-08-12T04:40:36.210Z] libnghttp2-14 set to automatically installed. [2021-08-12T04:40:36.210Z] libnorm1 set to automatically installed. [2021-08-12T04:40:36.210Z] libpgm-5.2-0 set to automatically installed. [2021-08-12T04:40:36.210Z] libpsl5 set to automatically installed. [2021-08-12T04:40:36.210Z] librtmp1 set to automatically installed. [2021-08-12T04:40:36.210Z] libsodium23 set to automatically installed. [2021-08-12T04:40:36.210Z] libzmq3-dev set to automatically installed. [2021-08-12T04:40:36.210Z] libzmq5 set to automatically installed. [2021-08-12T04:40:36.210Z] pkg-config set to automatically installed. [2021-08-12T04:40:36.210Z] zip set to automatically installed. [2021-08-12T04:40:37.624Z] snapd is not logged in, snap install commands will use sudo [2021-08-12T04:40:40.153Z] 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-12T04:40:43.565Z] 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-12T04:40:44.280Z] go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed [2021-08-12T04:40:44.280Z] snapd is not logged in, snap install commands will use sudo [2021-08-12T04:40:44.865Z] snap "core18" has no updates available [2021-08-12T04:40:45.449Z] Pulling config-common [2021-08-12T04:40:45.449Z] + snapcraftctl pull [2021-08-12T04:40:46.862Z] Pulling go-build-helper [2021-08-12T04:40:46.862Z] + snapcraftctl pull [2021-08-12T04:40:46.972Z] 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-12T04:40:47.825Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-08-12T04:40:47.826Z] Skipping pull go-build-helper (already ran) [2021-08-12T04:40:47.826Z] Building go-build-helper [2021-08-12T04:40:47.826Z] + snapcraftctl build [2021-08-12T04:40:49.772Z] Staging go-build-helper [2021-08-12T04:40:49.772Z] + snapcraftctl stage [2021-08-12T04:40:51.294Z] 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-12T04:40:53.923Z] 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-12T04:40:56.597Z] 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-12T04:40:58.363Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-08-12T04:40:58.363Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-08-12T04:40:58.363Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1818 kB] [2021-08-12T04:40:58.363Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [335 kB] [2021-08-12T04:40:58.363Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-08-12T04:40:58.363Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-08-12T04:40:58.363Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [394 kB] [2021-08-12T04:40:58.363Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [53.0 kB] [2021-08-12T04:40:58.363Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1133 kB] [2021-08-12T04:40:58.363Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] [2021-08-12T04:40:58.363Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-08-12T04:40:58.363Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-08-12T04:40:58.363Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-08-12T04:40:58.363Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-08-12T04:40:58.363Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-08-12T04:40:58.363Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-08-12T04:40:58.363Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-08-12T04:40:58.363Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-08-12T04:40:58.363Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-08-12T04:40:58.363Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] [2021-08-12T04:40:58.363Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [427 kB] [2021-08-12T04:40:58.363Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.9 kB] [2021-08-12T04:40:58.363Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6988 B] [2021-08-12T04:40:58.363Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [418 kB] [2021-08-12T04:40:58.363Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [56.8 kB] [2021-08-12T04:40:58.363Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1744 kB] [2021-08-12T04:40:58.363Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [373 kB] [2021-08-12T04:40:58.363Z] Fetched 25.0 MB in 0s (0 B/s) [2021-08-12T04:40:58.363Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-08-12T04:40:58.363Z] Fetched 224 kB in 0s (0 B/s) [2021-08-12T04:40:58.363Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-08-12T04:40:58.363Z] Fetched 157 kB in 0s (0 B/s) [2021-08-12T04:40:58.363Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-08-12T04:40:58.363Z] Fetched 221 kB in 0s (0 B/s) [2021-08-12T04:40:58.363Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-08-12T04:40:58.363Z] Fetched 143 kB in 0s (0 B/s) [2021-08-12T04:40:58.363Z] Pulling edgex-go [2021-08-12T04:40:58.363Z] + snapcraftctl pull [2021-08-12T04:40:59.322Z] Pulling hooks [2021-08-12T04:40:59.322Z] + snapcraftctl pull [Pipeline] } [2021-08-12T04:41:02.045Z] $ docker stop --time=1 94b2c89ae8468a55e638f6aa5683453f48ea3d05efbb8a146512d666662ad479 [2021-08-12T04:41:04.561Z] $ docker rm -f 94b2c89ae8468a55e638f6aa5683453f48ea3d05efbb8a146512d666662ad479 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-12T04:41:06.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-12T04:41:06.115Z] [2021-08-12T04:41:06.115Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-12T04:41:06.476Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-12T04:41:06.749Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-08-12T04:41:06.749Z] 29e5d40040c1: Pulling fs layer [2021-08-12T04:41:06.749Z] 1ce36da41761: Pulling fs layer [2021-08-12T04:41:06.749Z] 25b303627fd3: Pulling fs layer [2021-08-12T04:41:07.026Z] 29e5d40040c1: Verifying Checksum [2021-08-12T04:41:07.026Z] 29e5d40040c1: Download complete [2021-08-12T04:41:07.301Z] 1ce36da41761: Verifying Checksum [2021-08-12T04:41:07.301Z] 1ce36da41761: Download complete [2021-08-12T04:41:07.575Z] 29e5d40040c1: Pull complete [2021-08-12T04:41:09.014Z] 1ce36da41761: Pull complete [2021-08-12T04:41:09.285Z] 25b303627fd3: Verifying Checksum [2021-08-12T04:41:09.285Z] 25b303627fd3: Download complete [2021-08-12T04:41:17.537Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-08-12T04:41:17.537Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-08-12T04:41:17.537Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-08-12T04:41:17.537Z] Fetched 0 B in 0s (0 B/s) [2021-08-12T04:41:17.537Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-08-12T04:41:17.537Z] Fetched 96.5 kB in 0s (0 B/s) [2021-08-12T04:41:17.537Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-08-12T04:41:17.537Z] Fetched 279 kB in 0s (0 B/s) [2021-08-12T04:41:17.537Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-08-12T04:41:17.537Z] Fetched 122 kB in 0s (0 B/s) [2021-08-12T04:41:17.537Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-08-12T04:41:17.537Z] Fetched 77.8 kB in 0s (0 B/s) [2021-08-12T04:41:17.537Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-08-12T04:41:17.537Z] Fetched 8848 B in 0s (0 B/s) [2021-08-12T04:41:17.537Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-08-12T04:41:17.537Z] Fetched 47.8 kB in 0s (0 B/s) [2021-08-12T04:41:17.537Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-08-12T04:41:17.537Z] Fetched 45.6 kB in 0s (0 B/s) [2021-08-12T04:41:17.537Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-08-12T04:41:17.537Z] Fetched 15.0 kB in 0s (0 B/s) [2021-08-12T04:41:17.537Z] Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] [2021-08-12T04:41:17.537Z] Fetched 219 kB in 0s (0 B/s) [2021-08-12T04:41:17.537Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-08-12T04:41:17.537Z] Fetched 154 kB in 0s (0 B/s) [2021-08-12T04:41:17.537Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-08-12T04:41:17.537Z] Fetched 50.6 kB in 0s (0 B/s) [2021-08-12T04:41:17.537Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-08-12T04:41:17.537Z] Fetched 14.8 kB in 0s (0 B/s) [2021-08-12T04:41:17.537Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-08-12T04:41:17.537Z] Fetched 41.8 kB in 0s (0 B/s) [2021-08-12T04:41:17.537Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-08-12T04:41:17.537Z] Fetched 499 kB in 0s (0 B/s) [2021-08-12T04:41:17.537Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-08-12T04:41:17.537Z] Fetched 111 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-08-12T04:41:17.538Z] Fetched 240 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-08-12T04:41:17.538Z] Fetched 29.3 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-08-12T04:41:17.538Z] Fetched 85.5 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-08-12T04:41:17.538Z] Fetched 24.5 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-08-12T04:41:17.538Z] Fetched 49.2 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-08-12T04:41:17.538Z] Fetched 54.2 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-08-12T04:41:17.538Z] Fetched 30.8 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-08-12T04:41:17.538Z] Fetched 15.8 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-08-12T04:41:17.538Z] Fetched 85.9 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-08-12T04:41:17.538Z] Fetched 8720 B in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2021-08-12T04:41:17.538Z] Fetched 140 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-08-12T04:41:17.538Z] Fetched 119 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2021-08-12T04:41:17.538Z] Fetched 111 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-08-12T04:41:17.538Z] Fetched 11.1 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-08-12T04:41:17.538Z] Fetched 645 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-08-12T04:41:17.538Z] Fetched 41.3 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-08-12T04:41:17.538Z] Fetched 17.9 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-08-12T04:41:17.538Z] Fetched 368 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-08-12T04:41:17.538Z] Fetched 187 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-08-12T04:41:17.538Z] Fetched 175 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-08-12T04:41:17.538Z] Fetched 206 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.10_amd64.deb [1301 kB] [2021-08-12T04:41:17.538Z] Fetched 1301 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-08-12T04:41:17.538Z] Fetched 36.2 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] [2021-08-12T04:41:17.538Z] Fetched 159 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-08-12T04:41:17.538Z] Fetched 107 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-08-12T04:41:17.538Z] Fetched 48.7 kB in 0s (0 B/s) [2021-08-12T04:41:17.538Z] Pulling static-packages [2021-08-12T04:41:17.538Z] + snapcraftctl pull [2021-08-12T04:41:18.121Z] Pulling version [2021-08-12T04:41:18.121Z] + cd /root/project [2021-08-12T04:41:18.121Z] + git describe --tags --abbrev=0 [2021-08-12T04:41:18.121Z] + sed s/v// [2021-08-12T04:41:18.121Z] + GIT_VERSION=2.0.1-dev.29 [2021-08-12T04:41:18.121Z] + [ -z 2.0.1-dev.29 ] [2021-08-12T04:41:18.121Z] + snapcraftctl set-version 2.0.1-dev.29 [2021-08-12T04:41:19.078Z] Building config-common [2021-08-12T04:41:19.078Z] + snapcraftctl build [2021-08-12T04:41:19.460Z] 25b303627fd3: Pull complete [2021-08-12T04:41:19.460Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-08-12T04:41:19.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-12T04:41:19.460Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-08-12T04:41:19.689Z] prd-ubuntu18.04-docker-arm64-4c-16g-681 does not seem to be running inside a container [2021-08-12T04:41:19.780Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-08-12T04:41:21.656Z] Skipping build go-build-helper (already ran) [2021-08-12T04:41:21.656Z] Building edgex-go [2021-08-12T04:41:21.656Z] + cd /root/parts/edgex-go/src [2021-08-12T04:41:21.656Z] + git describe --tags --abbrev=0 [2021-08-12T04:41:21.656Z] + sed s/v// [2021-08-12T04:41:21.656Z] + GIT_VERSION=2.0.1-dev.29 [2021-08-12T04:41:21.656Z] + [ -z 2.0.1-dev.29 ] [2021-08-12T04:41:21.656Z] + echo 2.0.1-dev.29 [2021-08-12T04:41:21.656Z] + make build [2021-08-12T04:41:21.656Z] go mod tidy [2021-08-12T04:41:23.057Z] $ docker top d50576b6d0d44c8e98a81dccbd4dac09f021e2a0d9b0bf48442350172b44b6d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-12T04:41:24.102Z] + docker-compose build --help [2021-08-12T04:41:24.102Z] + grep parallel [2021-08-12T04:41:24.995Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-08-12T04:41:24.995Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 [2021-08-12T04:41:24.995Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.14 [2021-08-12T04:41:24.995Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-08-12T04:41:24.995Z] go: downloading github.com/google/uuid v1.3.0 [2021-08-12T04:41:24.995Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 [2021-08-12T04:41:24.995Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2021-08-12T04:41:24.995Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-08-12T04:41:24.995Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-08-12T04:41:24.995Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-08-12T04:41:24.995Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 [2021-08-12T04:41:24.995Z] go: downloading github.com/lib/pq v1.10.2 [2021-08-12T04:41:25.260Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-08-12T04:41:25.260Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2021-08-12T04:41:25.260Z] go: downloading github.com/pelletier/go-toml v1.9.3 [2021-08-12T04:41:25.840Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-08-12T04:41:25.840Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 [2021-08-12T04:41:26.106Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 [2021-08-12T04:41:26.372Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-08-12T04:41:26.372Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-08-12T04:41:26.372Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2021-08-12T04:41:26.372Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2021-08-12T04:41:26.372Z] go: downloading github.com/go-kit/kit v0.11.0 [2021-08-12T04:41:26.372Z] go: downloading github.com/stretchr/objx v0.1.1 [2021-08-12T04:41:26.372Z] go: downloading github.com/x448/float16 v0.8.4 [2021-08-12T04:41:26.372Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2021-08-12T04:41:26.685Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2021-08-12T04:41:26.685Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-08-12T04:41:26.685Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-08-12T04:41:26.685Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2021-08-12T04:41:26.685Z] go: downloading github.com/leodido/go-urn v1.2.1 [2021-08-12T04:41:26.685Z] go: downloading golang.org/x/text v0.3.6 [2021-08-12T04:41:26.685Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-08-12T04:41:26.685Z] go: downloading github.com/go-playground/locales v0.14.0 [2021-08-12T04:41:26.685Z] go: downloading github.com/kr/pretty v0.3.0 [2021-08-12T04:41:26.685Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2021-08-12T04:41:26.685Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-08-12T04:41:26.953Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-08-12T04:41:26.953Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-08-12T04:41:26.953Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2021-08-12T04:41:27.219Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-08-12T04:41:27.219Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2021-08-12T04:41:27.219Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-08-12T04:41:27.498Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-08-12T04:41:27.498Z] go: downloading github.com/kr/text v0.2.0 [2021-08-12T04:41:27.498Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2021-08-12T04:41:27.498Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-08-12T04:41:27.498Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-08-12T04:41:27.498Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-08-12T04:41:27.498Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-08-12T04:41:27.498Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-08-12T04:41:27.498Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-08-12T04:41:27.766Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-08-12T04:41:27.766Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-08-12T04:41:27.766Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-08-12T04:41:27.766Z] go: downloading github.com/fatih/color v1.9.0 [2021-08-12T04:41:27.766Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-08-12T04:41:27.766Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-08-12T04:41:27.766Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-08-12T04:41:27.766Z] go: downloading github.com/pkg/errors v0.9.1 [2021-08-12T04:41:27.766Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-08-12T04:41:27.766Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-08-12T04:41:27.766Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-08-12T04:41:27.766Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-08-12T04:41:28.031Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-08-12T04:41:28.031Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-08-12T04:41:28.031Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-08-12T04:41:28.031Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-08-12T04:41:28.031Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-08-12T04:41:28.031Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-08-12T04:41:28.031Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-08-12T04:41:28.031Z] go: downloading github.com/miekg/dns v1.1.26 [2021-08-12T04:41:28.031Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-08-12T04:41:28.031Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-08-12T04:41:28.031Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-08-12T04:41:28.031Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-08-12T04:41:28.031Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-08-12T04:41:28.296Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o cmd/core-data/core-data ./cmd/core-data [2021-08-12T04:41:28.537Z] --parallel Build images in parallel. [Pipeline] } [2021-08-12T04:41:28.566Z] $ docker stop --time=1 d50576b6d0d44c8e98a81dccbd4dac09f021e2a0d9b0bf48442350172b44b6d7 [2021-08-12T04:41:30.424Z] $ docker rm -f d50576b6d0d44c8e98a81dccbd4dac09f021e2a0d9b0bf48442350172b44b6d7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-12T04:41:31.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-12T04:41:31.099Z] . [Pipeline] withDockerContainer [2021-08-12T04:41:31.365Z] prd-ubuntu18.04-docker-arm64-4c-16g-681 does not seem to be running inside a container [2021-08-12T04:41:31.482Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-08-12T04:41:32.988Z] $ docker top b563c08d560e775128365ed454ca3423eca57248bafc97724f6f5b44acd08e06 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-12T04:41:33.927Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-08-12T04:41:36.513Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-08-12T04:41:38.223Z] Building core-command ... [2021-08-12T04:41:38.223Z] Building core-data ... [2021-08-12T04:41:38.223Z] Building core-metadata ... [2021-08-12T04:41:38.223Z] Building security-bootstrapper ... [2021-08-12T04:41:38.223Z] Building security-proxy-setup ... [2021-08-12T04:41:38.223Z] Building security-secretstore-setup ... [2021-08-12T04:41:38.223Z] Building support-notifications ... [2021-08-12T04:41:38.223Z] Building support-scheduler ... [2021-08-12T04:41:38.223Z] Building sys-mgmt-agent ... [2021-08-12T04:41:38.223Z] Building security-proxy-setup [2021-08-12T04:41:38.223Z] Building support-scheduler [2021-08-12T04:41:38.223Z] Building security-bootstrapper [2021-08-12T04:41:38.223Z] Building support-notifications [2021-08-12T04:41:38.223Z] Building sys-mgmt-agent [2021-08-12T04:41:40.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o cmd/core-command/core-command ./cmd/core-command [2021-08-12T04:41:41.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-08-12T04:41:43.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-08-12T04:41:43.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-08-12T04:41:44.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-08-12T04:41:45.757Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-08-12T04:41:46.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-08-12T04:41:47.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-08-12T04:41:48.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o ./cmd/secrets-config ./cmd/secrets-config [2021-08-12T04:41:49.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.29" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-08-12T04:41:51.371Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-08-12T04:41:51.371Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-08-12T04:41:51.371Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-08-12T04:41:51.371Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-08-12T04:41:51.371Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-08-12T04:41:51.371Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-08-12T04:41:51.371Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-08-12T04:41:51.371Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-08-12T04:41:51.371Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-08-12T04:41:51.371Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-08-12T04:41:51.371Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-08-12T04:41:51.371Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-08-12T04:41:51.371Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-08-12T04:41:51.371Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-08-12T04:41:51.371Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-08-12T04:41:51.371Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-08-12T04:41:51.371Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-08-12T04:41:51.371Z] + 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-12T04:41:51.371Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-08-12T04:41:51.371Z] + 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-12T04:41:51.371Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-08-12T04:41:51.371Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-08-12T04:41:51.371Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-08-12T04:41:51.371Z] + 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-12T04:41:51.371Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-08-12T04:41:51.371Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-08-12T04:41:51.371Z] + 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-12T04:41:52.334Z] Building hooks [2021-08-12T04:41:52.334Z] + cd /root/parts/hooks/src [2021-08-12T04:41:52.334Z] + make build [2021-08-12T04:41:52.334Z] go mod tidy [2021-08-12T04:41:52.917Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 [2021-08-12T04:41:52.917Z] go: downloading github.com/stretchr/testify v1.5.1 [2021-08-12T04:41:53.183Z] go: downloading gopkg.in/yaml.v2 v2.2.2 [2021-08-12T04:41:53.183Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2021-08-12T04:41:53.183Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2021-08-12T04:41:53.764Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2021-08-12T04:41:54.350Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2021-08-12T04:41:54.350Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2021-08-12T04:41:57.699Z] Building static-packages [2021-08-12T04:41:57.699Z] + snapcraftctl build [2021-08-12T04:41:59.346Z] Building version [2021-08-12T04:41:59.346Z] + snapcraftctl build [2021-08-12T04:42:01.288Z] Staging config-common [2021-08-12T04:42:01.288Z] + snapcraftctl stage [2021-08-12T04:42:02.245Z] Skipping stage go-build-helper (already ran) [2021-08-12T04:42:02.245Z] Staging edgex-go [2021-08-12T04:42:02.245Z] + snapcraftctl stage [2021-08-12T04:42:03.034Z] Staging hooks [2021-08-12T04:42:03.034Z] + snapcraftctl stage [2021-08-12T04:42:04.021Z] Staging static-packages [2021-08-12T04:42:04.021Z] + snapcraftctl stage [2021-08-12T04:42:05.459Z] Staging version [2021-08-12T04:42:05.459Z] + snapcraftctl stage [2021-08-12T04:42:06.056Z] Priming config-common [2021-08-12T04:42:06.056Z] + snapcraftctl prime [2021-08-12T04:42:07.040Z] Priming go-build-helper [2021-08-12T04:42:07.040Z] + snapcraftctl prime [2021-08-12T04:42:08.476Z] Priming edgex-go [2021-08-12T04:42:08.476Z] + snapcraftctl prime [2021-08-12T04:42:09.457Z] Priming hooks [2021-08-12T04:42:09.457Z] + snapcraftctl prime [2021-08-12T04:42:10.441Z] Priming static-packages [2021-08-12T04:42:10.441Z] + snapcraftctl prime [2021-08-12T04:42:13.065Z] Priming version [2021-08-12T04:42:13.065Z] + snapcraftctl prime [2021-08-12T04:42:14.046Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-08-12T04:42:46.222Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:42:46.222Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:42:46.222Z] ---> 6cdbd34ec0aa [2021-08-12T04:42:46.222Z] Step 3/32 : WORKDIR /edgex-go [2021-08-12T04:42:46.222Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:42:46.222Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:42:46.222Z] ---> 6cdbd34ec0aa [2021-08-12T04:42:46.222Z] Step 3/23 : WORKDIR /edgex-go [2021-08-12T04:42:46.222Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:42:46.222Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:42:46.222Z] ---> 6cdbd34ec0aa [2021-08-12T04:42:46.222Z] Step 3/22 : WORKDIR /edgex-go [2021-08-12T04:42:46.222Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:42:46.222Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:42:46.222Z] ---> 6cdbd34ec0aa [2021-08-12T04:42:46.222Z] Step 3/24 : WORKDIR /edgex-go [2021-08-12T04:42:46.222Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:42:46.222Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:42:46.222Z] ---> 6cdbd34ec0aa [2021-08-12T04:42:46.222Z] Step 3/23 : WORKDIR /edgex-go [2021-08-12T04:42:46.496Z] ---> Running in 3d01938671f1 [2021-08-12T04:42:46.497Z] ---> Running in 74e676f133d6 [2021-08-12T04:42:46.497Z] ---> Running in 54d054f0a01b [2021-08-12T04:42:46.497Z] ---> Running in a5caf1233450 [2021-08-12T04:42:46.497Z] ---> Running in 942556248a92 [2021-08-12T04:42:47.097Z] Removing intermediate container 3d01938671f1 [2021-08-12T04:42:47.097Z] ---> fafb11a791c1 [2021-08-12T04:42:47.097Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:42:47.369Z] Removing intermediate container 942556248a92 [2021-08-12T04:42:47.370Z] ---> 2ee5ecbb42bf [2021-08-12T04:42:47.370Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:42:47.370Z] Removing intermediate container 54d054f0a01b [2021-08-12T04:42:47.370Z] ---> 50207e10e65b [2021-08-12T04:42:47.370Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:42:47.370Z] Removing intermediate container a5caf1233450 [2021-08-12T04:42:47.370Z] ---> 5c3a0863f027 [2021-08-12T04:42:47.370Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:42:47.370Z] Removing intermediate container 74e676f133d6 [2021-08-12T04:42:47.370Z] ---> 08da1b8a0bad [2021-08-12T04:42:47.370Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:42:47.640Z] ---> Running in 5e83c4915d21 [2021-08-12T04:42:47.640Z] ---> Running in 135abbc61f02 [2021-08-12T04:42:47.640Z] ---> Running in 6dc0dbe04a2f [2021-08-12T04:42:47.640Z] ---> Running in c5730a5a9086 [2021-08-12T04:42:47.640Z] ---> Running in 0e6c1bb17f14 [2021-08-12T04:42:51.075Z] Removing intermediate container 5e83c4915d21 [2021-08-12T04:42:51.075Z] ---> 194b2f8ba99e [2021-08-12T04:42:51.075Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-08-12T04:42:51.349Z] ---> Running in bf48611ee89d [2021-08-12T04:42:51.628Z] Removing intermediate container 6dc0dbe04a2f [2021-08-12T04:42:51.628Z] ---> 9987d4244a4d [2021-08-12T04:42:51.628Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-08-12T04:42:51.902Z] ---> Running in d95660d476d0 [2021-08-12T04:42:51.902Z] Removing intermediate container 135abbc61f02 [2021-08-12T04:42:51.902Z] ---> 6d0dfb89da22 [2021-08-12T04:42:51.902Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-08-12T04:42:52.176Z] Removing intermediate container c5730a5a9086 [2021-08-12T04:42:52.176Z] ---> a97992e90cf4 [2021-08-12T04:42:52.176Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-08-12T04:42:52.452Z] Removing intermediate container 0e6c1bb17f14 [2021-08-12T04:42:52.452Z] ---> 7afe565e2d89 [2021-08-12T04:42:52.452Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-08-12T04:42:52.452Z] ---> Running in 0fa7ad51237b [2021-08-12T04:42:52.728Z] ---> Running in 744351edd6c5 [2021-08-12T04:42:52.728Z] ---> Running in 14d424027132 [2021-08-12T04:42:53.337Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-12T04:42:53.945Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-12T04:42:54.552Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-12T04:42:54.552Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-12T04:42:54.552Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-12T04:42:54.552Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-12T04:42:54.827Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-12T04:42:55.427Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-12T04:42:55.427Z] OK: 218 MiB in 52 packages [2021-08-12T04:42:55.427Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-12T04:42:55.710Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-12T04:42:55.987Z] OK: 218 MiB in 52 packages [2021-08-12T04:42:56.597Z] OK: 218 MiB in 52 packages [2021-08-12T04:42:56.597Z] OK: 218 MiB in 52 packages [2021-08-12T04:42:56.597Z] OK: 218 MiB in 52 packages [2021-08-12T04:42:56.878Z] Removing intermediate container bf48611ee89d [2021-08-12T04:42:56.878Z] ---> 2daa96dc05a5 [2021-08-12T04:42:56.878Z] Step 6/24 : COPY go.mod . [2021-08-12T04:42:57.876Z] Removing intermediate container d95660d476d0 [2021-08-12T04:42:57.876Z] ---> 87524a79e2d5 [2021-08-12T04:42:57.876Z] Step 6/23 : COPY go.mod . [2021-08-12T04:42:58.152Z] ---> 3b9096a0efaa [2021-08-12T04:42:58.152Z] Step 7/24 : RUN go mod download [2021-08-12T04:42:58.152Z] Removing intermediate container 0fa7ad51237b [2021-08-12T04:42:58.152Z] ---> 38fc6c1ba265 [2021-08-12T04:42:58.152Z] Step 6/32 : COPY go.mod . [2021-08-12T04:42:58.426Z] ---> Running in 89502db57250 [2021-08-12T04:42:58.426Z] Removing intermediate container 744351edd6c5 [2021-08-12T04:42:58.426Z] ---> cb2f36959b81 [2021-08-12T04:42:58.426Z] Step 6/22 : COPY go.mod . [2021-08-12T04:42:58.708Z] Removing intermediate container 14d424027132 [2021-08-12T04:42:58.708Z] ---> a80f83214cf8 [2021-08-12T04:42:58.708Z] Step 6/23 : COPY go.mod . [2021-08-12T04:42:58.985Z] ---> 22e3ec5586df [2021-08-12T04:42:58.985Z] Step 7/23 : RUN go mod download [2021-08-12T04:42:59.257Z] ---> Running in 2cc1ec8be5d9 [2021-08-12T04:42:59.257Z] ---> 20da30d415fa [2021-08-12T04:42:59.258Z] Step 7/32 : RUN go mod download [2021-08-12T04:42:59.532Z] ---> Running in 459cb90740dd [2021-08-12T04:42:59.804Z] ---> f664b41e6790 [2021-08-12T04:42:59.804Z] Step 7/22 : RUN go mod download [2021-08-12T04:42:59.804Z] ---> 7a7cfeee0f12 [2021-08-12T04:42:59.804Z] Step 7/23 : RUN go mod download [2021-08-12T04:43:00.082Z] ---> Running in 517abb213585 [2021-08-12T04:43:00.082Z] ---> Running in f0b404098071 [2021-08-12T04:43:03.498Z] Removing intermediate container 89502db57250 [2021-08-12T04:43:03.498Z] ---> 71083896ab72 [2021-08-12T04:43:03.498Z] Step 8/24 : COPY . . [2021-08-12T04:43:06.915Z] Removing intermediate container 2cc1ec8be5d9 [2021-08-12T04:43:06.915Z] ---> 4ffb92b875a5 [2021-08-12T04:43:06.915Z] Step 8/23 : COPY . . [2021-08-12T04:43:07.903Z] Removing intermediate container 459cb90740dd [2021-08-12T04:43:07.903Z] ---> 3735092f495e [2021-08-12T04:43:07.903Z] Step 8/32 : COPY . . [2021-08-12T04:43:08.509Z] Removing intermediate container 517abb213585 [2021-08-12T04:43:08.509Z] ---> 88c3c83a86c4 [2021-08-12T04:43:08.509Z] Step 8/22 : COPY . . [2021-08-12T04:43:08.509Z] Removing intermediate container f0b404098071 [2021-08-12T04:43:08.509Z] ---> f9d76f28f45d [2021-08-12T04:43:08.509Z] Step 8/23 : COPY . . [2021-08-12T04:43:30.714Z] ---> e9139df5e48f [2021-08-12T04:43:30.714Z] Step 9/24 : RUN go mod tidy [2021-08-12T04:43:30.714Z] ---> d184df2cf5cd [2021-08-12T04:43:30.714Z] Step 9/32 : RUN go mod tidy [2021-08-12T04:43:30.714Z] ---> 078fce768c05 [2021-08-12T04:43:30.714Z] Step 9/23 : RUN go mod tidy [2021-08-12T04:43:30.714Z] ---> 29871084ced2 [2021-08-12T04:43:30.714Z] Step 9/23 : RUN go mod tidy [2021-08-12T04:43:30.714Z] ---> Running in 22eb1330b8af [2021-08-12T04:43:30.714Z] ---> b7b9602ffacf [2021-08-12T04:43:30.714Z] Step 9/22 : RUN go mod tidy [2021-08-12T04:43:30.714Z] ---> Running in 543a2b40a968 [2021-08-12T04:43:30.714Z] ---> Running in 03305dac8476 [2021-08-12T04:43:30.714Z] ---> Running in 7b8d01675bf1 [2021-08-12T04:43:30.714Z] ---> Running in 9cbce99a7979 [2021-08-12T04:43:35.045Z] Removing intermediate container 22eb1330b8af [2021-08-12T04:43:35.045Z] ---> d523159ef374 [2021-08-12T04:43:35.045Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-08-12T04:43:35.045Z] ---> Running in 57b8db7d06af [2021-08-12T04:43:36.514Z] Removing intermediate container 03305dac8476 [2021-08-12T04:43:36.514Z] ---> cb70b8d1ae4a [2021-08-12T04:43:36.514Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-08-12T04:43:36.789Z] ---> Running in f359f053076f [2021-08-12T04:43:37.062Z] 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-12T04:43:37.339Z] Removing intermediate container 7b8d01675bf1 [2021-08-12T04:43:37.339Z] ---> bbeb37ebf3aa [2021-08-12T04:43:37.339Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-08-12T04:43:37.339Z] Removing intermediate container 543a2b40a968 [2021-08-12T04:43:37.339Z] ---> 0b0178acd3ab [2021-08-12T04:43:37.339Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-08-12T04:43:37.620Z] Removing intermediate container 9cbce99a7979 [2021-08-12T04:43:37.620Z] ---> 0d519213ed05 [2021-08-12T04:43:37.620Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-08-12T04:43:37.620Z] ---> Running in 79ec4256c214 [2021-08-12T04:43:37.620Z] ---> Running in 6dbe22f80e32 [2021-08-12T04:43:37.895Z] ---> Running in 42b91ca5c88e [2021-08-12T04:43:39.347Z] 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-12T04:43:40.342Z] 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-12T04:43:40.617Z] 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-12T04:43:40.617Z] 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-12T04:45:32.471Z] 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-12T04:45:32.471Z] Removing intermediate container 57b8db7d06af [2021-08-12T04:45:32.471Z] ---> fd219c61344b [2021-08-12T04:45:32.471Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-08-12T04:45:32.471Z] ---> Running in 045a4229560f [2021-08-12T04:45:33.471Z] 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-12T04:45:36.878Z] Removing intermediate container f359f053076f [2021-08-12T04:45:36.878Z] ---> f4952cc60cfe [2021-08-12T04:45:36.878Z] [2021-08-12T04:45:36.878Z] Step 11/32 : FROM alpine:3.12 [2021-08-12T04:45:36.878Z] 3.12: Pulling from library/alpine [2021-08-12T04:45:39.513Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-12T04:45:39.513Z] Status: Downloaded newer image for alpine:3.12 [2021-08-12T04:45:39.513Z] ---> c4fd0aeabfcf [2021-08-12T04:45:39.513Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-08-12T04:45:39.513Z] Removing intermediate container 045a4229560f [2021-08-12T04:45:39.513Z] ---> 9dfb8f29cbea [2021-08-12T04:45:39.513Z] [2021-08-12T04:45:39.513Z] Step 12/24 : FROM docker:20.10.7 [2021-08-12T04:45:39.787Z] ---> Running in 105f118830b4 [2021-08-12T04:45:40.393Z] 20.10.7: Pulling from library/docker [2021-08-12T04:45:40.393Z] Removing intermediate container 42b91ca5c88e [2021-08-12T04:45:40.393Z] ---> eef32b5f41e3 [2021-08-12T04:45:40.393Z] [2021-08-12T04:45:40.393Z] Step 11/22 : FROM alpine:3.12 [2021-08-12T04:45:40.393Z] ---> c4fd0aeabfcf [2021-08-12T04:45:40.393Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-08-12T04:45:40.992Z] Removing intermediate container 105f118830b4 [2021-08-12T04:45:40.992Z] ---> df8e03f6d05f [2021-08-12T04:45:40.992Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-08-12T04:45:41.270Z] ---> Running in 821c252f31b6 [2021-08-12T04:45:41.543Z] ---> Running in abe1e614adf5 [2021-08-12T04:45:43.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-12T04:45:43.552Z] Removing intermediate container 6dbe22f80e32 [2021-08-12T04:45:43.552Z] ---> ade498fad580 [2021-08-12T04:45:43.552Z] [2021-08-12T04:45:43.552Z] Step 11/23 : FROM alpine:3.12 [2021-08-12T04:45:43.552Z] ---> c4fd0aeabfcf [2021-08-12T04:45:43.552Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-08-12T04:45:43.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-12T04:45:43.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-12T04:45:43.552Z] Removing intermediate container 79ec4256c214 [2021-08-12T04:45:43.552Z] ---> 89f8624b959f [2021-08-12T04:45:43.552Z] [2021-08-12T04:45:43.552Z] Step 11/23 : FROM alpine:3.12 [2021-08-12T04:45:43.552Z] ---> c4fd0aeabfcf [2021-08-12T04:45:43.552Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-08-12T04:45:43.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-12T04:45:43.839Z] ---> Running in a4e21d44df82 [2021-08-12T04:45:43.840Z] ---> Running in fd76e5f7c6c2 [2021-08-12T04:45:44.115Z] (1/4) Installing ca-certificates (20191127-r4) [2021-08-12T04:45:44.115Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-08-12T04:45:44.115Z] (3/4) Installing libcurl (7.78.0-r0) [2021-08-12T04:45:44.115Z] (4/4) Installing curl (7.78.0-r0) [2021-08-12T04:45:44.115Z] Executing busybox-1.31.1-r20.trigger [2021-08-12T04:45:44.115Z] Executing ca-certificates-20191127-r4.trigger [2021-08-12T04:45:44.407Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-08-12T04:45:44.407Z] (2/2) Installing su-exec (0.2-r1) [2021-08-12T04:45:44.407Z] Executing busybox-1.31.1-r20.trigger [2021-08-12T04:45:44.407Z] OK: 5 MiB in 16 packages [2021-08-12T04:45:44.686Z] OK: 7 MiB in 18 packages [2021-08-12T04:45:46.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-12T04:45:46.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-12T04:45:46.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-12T04:45:46.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-12T04:45:46.686Z] Removing intermediate container abe1e614adf5 [2021-08-12T04:45:46.686Z] ---> a83a5dfcf83c [2021-08-12T04:45:46.686Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-08-12T04:45:47.295Z] (1/2) Installing ca-certificates (20191127-r4) [2021-08-12T04:45:47.295Z] ---> Running in 68e945b38720 [2021-08-12T04:45:47.295Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-08-12T04:45:47.295Z] Executing busybox-1.31.1-r20.trigger [2021-08-12T04:45:47.295Z] Executing ca-certificates-20191127-r4.trigger [2021-08-12T04:45:47.295Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-08-12T04:45:47.295Z] Executing busybox-1.31.1-r20.trigger [2021-08-12T04:45:47.295Z] OK: 5 MiB in 15 packages [2021-08-12T04:45:47.570Z] OK: 6 MiB in 16 packages [2021-08-12T04:45:47.570Z] Removing intermediate container 821c252f31b6 [2021-08-12T04:45:47.570Z] ---> 3aaa7e1f392c [2021-08-12T04:45:47.570Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-08-12T04:45:48.169Z] ---> Running in e1b961946a62 [2021-08-12T04:45:48.169Z] Removing intermediate container 68e945b38720 [2021-08-12T04:45:48.169Z] ---> 69efb686c96b [2021-08-12T04:45:48.169Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-08-12T04:45:48.767Z] ---> Running in 6291f12ae478 [2021-08-12T04:45:49.041Z] Removing intermediate container e1b961946a62 [2021-08-12T04:45:49.041Z] ---> 284bd6c5958f [2021-08-12T04:45:49.041Z] Step 14/22 : WORKDIR /edgex [2021-08-12T04:45:49.642Z] Removing intermediate container fd76e5f7c6c2 [2021-08-12T04:45:49.642Z] ---> 3d27c97ec44e [2021-08-12T04:45:49.642Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-12T04:45:49.920Z] ---> Running in 530e21b1aa15 [2021-08-12T04:45:50.196Z] ---> Running in 52ab20cea759 [2021-08-12T04:45:50.196Z] Removing intermediate container 6291f12ae478 [2021-08-12T04:45:50.196Z] ---> a0ee042f1b9a [2021-08-12T04:45:50.196Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-08-12T04:45:50.470Z] Removing intermediate container a4e21d44df82 [2021-08-12T04:45:50.470Z] ---> 323afd0641b1 [2021-08-12T04:45:50.470Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-12T04:45:50.743Z] ---> Running in 752d2a627050 [2021-08-12T04:45:51.027Z] ---> Running in e4269292b3ac [2021-08-12T04:45:51.027Z] Removing intermediate container 530e21b1aa15 [2021-08-12T04:45:51.027Z] ---> 009b0ec8392a [2021-08-12T04:45:51.027Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-08-12T04:45:51.302Z] Removing intermediate container 52ab20cea759 [2021-08-12T04:45:51.302Z] ---> f3c53558649a [2021-08-12T04:45:51.302Z] Step 14/23 : ENV APP_PORT=59861 [2021-08-12T04:45:51.905Z] Removing intermediate container e4269292b3ac [2021-08-12T04:45:51.905Z] ---> d522863b1714 [2021-08-12T04:45:51.905Z] Step 14/23 : ENV APP_PORT=59860 [2021-08-12T04:45:51.905Z] ---> Running in aec7068c25fe [2021-08-12T04:45:52.177Z] ---> Running in 2e6918db8dde [2021-08-12T04:45:52.450Z] ---> 1c70df7dc88d [2021-08-12T04:45:52.450Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-08-12T04:45:52.729Z] Removing intermediate container aec7068c25fe [2021-08-12T04:45:52.729Z] ---> 8f8e60420f12 [2021-08-12T04:45:52.729Z] Step 15/23 : EXPOSE $APP_PORT [2021-08-12T04:45:53.008Z] Removing intermediate container 2e6918db8dde [2021-08-12T04:45:53.008Z] ---> 43aad76240e7 [2021-08-12T04:45:53.008Z] Step 15/23 : EXPOSE $APP_PORT [2021-08-12T04:45:53.294Z] ---> Running in 590278d3f7db [2021-08-12T04:45:53.934Z] ---> Running in 6449b70866e5 [2021-08-12T04:45:54.209Z] Removing intermediate container 590278d3f7db [2021-08-12T04:45:54.209Z] ---> ef5bfa3a237c [2021-08-12T04:45:54.209Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-12T04:45:54.506Z] ---> 5f3a631f3730 [2021-08-12T04:45:54.506Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-08-12T04:45:54.781Z] Removing intermediate container 6449b70866e5 [2021-08-12T04:45:54.781Z] ---> 1baf43d92c12 [2021-08-12T04:45:54.781Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-12T04:45:54.781Z] Removing intermediate container 752d2a627050 [2021-08-12T04:45:54.781Z] ---> b74b3f16b13d [2021-08-12T04:45:54.781Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-08-12T04:45:55.383Z] ---> Running in f5ebce148f6c [2021-08-12T04:45:55.658Z] ---> 5c1c09cbda7c [2021-08-12T04:45:55.658Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-08-12T04:45:56.255Z] ---> 7ca3d80ca609 [2021-08-12T04:45:56.255Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-08-12T04:45:56.530Z] ---> 1b47d47ee666 [2021-08-12T04:45:56.530Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-08-12T04:45:56.530Z] Removing intermediate container f5ebce148f6c [2021-08-12T04:45:56.530Z] ---> 0278f07440ad [2021-08-12T04:45:56.530Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-08-12T04:45:56.530Z] ---> Running in e530fbdf93d6 [2021-08-12T04:45:57.518Z] ---> 9d6ce541263f [2021-08-12T04:45:57.518Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-08-12T04:45:57.518Z] Removing intermediate container e530fbdf93d6 [2021-08-12T04:45:57.518Z] ---> 7503133a7c39 [2021-08-12T04:45:57.518Z] Step 19/22 : CMD ["--init=true"] [2021-08-12T04:45:57.791Z] Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 [2021-08-12T04:45:57.792Z] Status: Downloaded newer image for docker:20.10.7 [2021-08-12T04:45:57.792Z] ---> df445af6242a [2021-08-12T04:45:57.792Z] 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-12T04:45:57.792Z] ---> 127749daa472 [2021-08-12T04:45:57.792Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-08-12T04:45:58.072Z] ---> Running in 763ecc5f5c4a [2021-08-12T04:45:58.072Z] ---> Running in 635f2862359c [2021-08-12T04:45:58.072Z] ---> 1a8f49092f4e [2021-08-12T04:45:58.072Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-08-12T04:45:58.072Z] ---> Running in 6806bbe9b7dd [2021-08-12T04:45:58.675Z] ---> ffd8c7456e70 [2021-08-12T04:45:58.675Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-08-12T04:45:58.675Z] Removing intermediate container 763ecc5f5c4a [2021-08-12T04:45:58.675Z] ---> b6ca214ce037 [2021-08-12T04:45:58.675Z] Step 20/22 : LABEL arch=arm64 [2021-08-12T04:45:58.952Z] ---> Running in 1f69b90867bc [2021-08-12T04:45:58.952Z] Removing intermediate container 635f2862359c [2021-08-12T04:45:58.952Z] ---> 9f4990b2a542 [2021-08-12T04:45:58.952Z] 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-12T04:45:58.952Z] ---> Running in 7d728fe4f4a6 [2021-08-12T04:45:59.233Z] ---> Running in d6acd023e4ff [2021-08-12T04:45:59.511Z] ---> 07e2c5d785f2 [2021-08-12T04:45:59.511Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-08-12T04:45:59.790Z] ---> Running in 190cbb2be903 [2021-08-12T04:45:59.790Z] Removing intermediate container 1f69b90867bc [2021-08-12T04:45:59.790Z] ---> 2a85d136e0ef [2021-08-12T04:45:59.790Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-12T04:46:00.064Z] Removing intermediate container 7d728fe4f4a6 [2021-08-12T04:46:00.064Z] ---> 7f2f31bd3a5d [2021-08-12T04:46:00.064Z] Step 21/22 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a [2021-08-12T04:46:00.064Z] ---> Running in 22a2a5df18f2 [2021-08-12T04:46:00.064Z] ---> Running in 7a843b397d8b [2021-08-12T04:46:00.335Z] Removing intermediate container 190cbb2be903 [2021-08-12T04:46:00.335Z] ---> de2d1038e7e6 [2021-08-12T04:46:00.335Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-12T04:46:00.621Z] ---> Running in 3e32b372912d [2021-08-12T04:46:00.898Z] Removing intermediate container 22a2a5df18f2 [2021-08-12T04:46:00.898Z] ---> a4245a6fa8b3 [2021-08-12T04:46:00.898Z] Step 21/23 : LABEL arch=arm64Removing intermediate container 7a843b397d8b [2021-08-12T04:46:00.898Z] [2021-08-12T04:46:00.898Z] ---> 3e7ccc53b957 [2021-08-12T04:46:00.898Z] Step 22/22 : LABEL version=0.0.0 [2021-08-12T04:46:00.898Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-12T04:46:01.173Z] ---> Running in 42bfae5592a8 [2021-08-12T04:46:01.173Z] ---> Running in 1b863a8f6c49 [2021-08-12T04:46:01.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-12T04:46:01.448Z] Removing intermediate container 3e32b372912d [2021-08-12T04:46:01.448Z] ---> 478d9bf36420 [2021-08-12T04:46:01.448Z] Step 21/23 : LABEL arch=arm64 [2021-08-12T04:46:01.448Z] Removing intermediate container 6806bbe9b7dd [2021-08-12T04:46:01.448Z] ---> 59fb601eb1c5 [2021-08-12T04:46:01.448Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-12T04:46:01.448Z] ---> Running in 555cd1671c69 [2021-08-12T04:46:02.049Z] (1/39) Installing readline (8.1.0-r0) [2021-08-12T04:46:02.049Z] Removing intermediate container 42bfae5592a8 [2021-08-12T04:46:02.049Z] ---> 50cd9aed0906 [2021-08-12T04:46:02.049Z] Step 22/23 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a [2021-08-12T04:46:02.049Z] (2/39) Installing bash (5.1.0-r0) [2021-08-12T04:46:02.049Z] Removing intermediate container 1b863a8f6c49 [2021-08-12T04:46:02.049Z] ---> 749cc84c6a42 [2021-08-12T04:46:02.049Z] [2021-08-12T04:46:02.049Z] Executing bash-5.1.0-r0.post-install [2021-08-12T04:46:02.049Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-08-12T04:46:02.049Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-08-12T04:46:02.049Z] (5/39) Installing libcurl (7.78.0-r0) [2021-08-12T04:46:02.049Z] (6/39) Installing curl (7.78.0-r0) [2021-08-12T04:46:02.049Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-08-12T04:46:02.049Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-08-12T04:46:02.049Z] (9/39) Installing expat (2.2.10-r1) [2021-08-12T04:46:02.049Z] (10/39) Installing libffi (3.3-r2) [2021-08-12T04:46:02.049Z] (11/39) Installing gdbm (1.19-r0) [2021-08-12T04:46:02.049Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-08-12T04:46:02.049Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-08-12T04:46:02.332Z] (14/39) Installing python3 (3.8.10-r0) [2021-08-12T04:46:02.332Z] Successfully built 749cc84c6a42 [2021-08-12T04:46:02.332Z] ---> Running in 9ddf041c6d4b [2021-08-12T04:46:02.332Z] Successfully tagged security-proxy-setup-arm64:latest [2021-08-12T04:46:02.332Z]  Building security-proxy-setup ... done Building core-command [2021-08-12T04:46:02.332Z] Removing intermediate container 555cd1671c69 [2021-08-12T04:46:02.332Z] ---> ca03e32cc9eb [2021-08-12T04:46:02.332Z] Step 22/23 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a [2021-08-12T04:46:02.928Z] ---> a4552e64eed7 [2021-08-12T04:46:02.928Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-08-12T04:46:02.928Z] ---> Running in c641e1acb683 [2021-08-12T04:46:03.202Z] Removing intermediate container 9ddf041c6d4b [2021-08-12T04:46:03.202Z] ---> 13a20c3d7a25 [2021-08-12T04:46:03.202Z] Step 23/23 : LABEL version=0.0.0 [2021-08-12T04:46:03.806Z] ---> Running in 7033add6755c [2021-08-12T04:46:04.077Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-08-12T04:46:04.350Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-08-12T04:46:04.350Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-08-12T04:46:04.350Z] (18/39) Installing py3-six (1.15.0-r0) [2021-08-12T04:46:04.350Z] (19/39) Installing py3-packaging (20.9-r0) [2021-08-12T04:46:04.350Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-08-12T04:46:04.350Z] Removing intermediate container c641e1acb683 [2021-08-12T04:46:04.350Z] ---> 6b593fc2038a [2021-08-12T04:46:04.350Z] Step 23/23 : LABEL version=0.0.0 [2021-08-12T04:46:04.350Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-08-12T04:46:04.628Z] (22/39) Installing py3-idna (3.1-r0) [2021-08-12T04:46:04.628Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-08-12T04:46:04.628Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-08-12T04:46:04.628Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-08-12T04:46:04.628Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-08-12T04:46:04.628Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-08-12T04:46:04.628Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-08-12T04:46:04.628Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-08-12T04:46:04.628Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-08-12T04:46:04.903Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-08-12T04:46:04.903Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-08-12T04:46:04.903Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-08-12T04:46:04.903Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-08-12T04:46:04.903Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-08-12T04:46:04.903Z] (36/39) Installing py3-progress (1.5-r0) [2021-08-12T04:46:04.903Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-08-12T04:46:04.903Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-08-12T04:46:04.903Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-08-12T04:46:05.510Z] ---> Running in b74a2c81dc8b [2021-08-12T04:46:05.510Z] Executing busybox-1.32.1-r6.trigger [2021-08-12T04:46:05.511Z] Removing intermediate container 7033add6755c [2021-08-12T04:46:05.511Z] ---> f9ffb6f14eb4 [2021-08-12T04:46:05.511Z] [2021-08-12T04:46:05.511Z] OK: 82 MiB in 59 packages [2021-08-12T04:46:05.798Z] ---> fc729a8fa304 [2021-08-12T04:46:05.798Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-08-12T04:46:06.076Z] Successfully built f9ffb6f14eb4 [2021-08-12T04:46:06.076Z] Successfully tagged support-scheduler-arm64:latest [2021-08-12T04:46:06.076Z]  Building support-scheduler ... done Building core-data [2021-08-12T04:46:06.698Z] Removing intermediate container b74a2c81dc8b [2021-08-12T04:46:06.698Z] ---> ab190c4f54c7 [2021-08-12T04:46:06.698Z] [2021-08-12T04:46:06.971Z] ---> 91a74baee8fa [2021-08-12T04:46:06.971Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-08-12T04:46:06.971Z] Successfully built ab190c4f54c7 [2021-08-12T04:46:07.244Z] Successfully tagged support-notifications-arm64:latest [2021-08-12T04:46:07.244Z]  Building support-notifications ... done Building security-secretstore-setup [2021-08-12T04:46:08.229Z] ---> a456251c691c [2021-08-12T04:46:08.229Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-08-12T04:46:09.673Z] ---> e037f9df491f [2021-08-12T04:46:09.673Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-08-12T04:46:10.269Z] ---> Running in dad0b184e0fc [2021-08-12T04:46:11.251Z] Removing intermediate container dad0b184e0fc [2021-08-12T04:46:11.251Z] ---> 962f8a0bb6b6 [2021-08-12T04:46:11.251Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-08-12T04:46:13.244Z] ---> 474eea55c3c9 [2021-08-12T04:46:13.244Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-08-12T04:46:13.838Z] ---> Running in c12920a410e3 [2021-08-12T04:46:14.116Z] Collecting docker-compose==1.23.2 [2021-08-12T04:46:14.116Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-08-12T04:46:14.718Z] Collecting cached-property<2,>=1.2.0 [2021-08-12T04:46:14.718Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-08-12T04:46:15.312Z] Collecting docker<4.0,>=3.6.0 [2021-08-12T04:46:15.312Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-08-12T04:46:15.312Z] Collecting dockerpty<0.5,>=0.4.1 [2021-08-12T04:46:15.312Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-08-12T04:46:17.947Z] Collecting texttable<0.10,>=0.9.0 [2021-08-12T04:46:17.947Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-08-12T04:46:18.549Z] Removing intermediate container c12920a410e3 [2021-08-12T04:46:18.549Z] ---> b248fe46ccbb [2021-08-12T04:46:18.549Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-08-12T04:46:19.146Z] ---> Running in 5b94381b1590 [2021-08-12T04:46:20.135Z] Removing intermediate container 5b94381b1590 [2021-08-12T04:46:20.135Z] ---> 5ea074061373 [2021-08-12T04:46:20.135Z] Step 29/32 : CMD ["gate"] [2021-08-12T04:46:20.409Z] Collecting PyYAML<4,>=3.10 [2021-08-12T04:46:20.409Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-08-12T04:46:20.682Z] ---> Running in 38072e2088c1 [2021-08-12T04:46:21.281Z] Removing intermediate container 38072e2088c1 [2021-08-12T04:46:21.281Z] ---> f23d2dd66ede [2021-08-12T04:46:21.281Z] Step 30/32 : LABEL arch=arm64 [2021-08-12T04:46:21.559Z] ---> Running in 57ac9f102595 [2021-08-12T04:46:22.546Z] Removing intermediate container 57ac9f102595 [2021-08-12T04:46:22.546Z] ---> bb946dd6b626 [2021-08-12T04:46:22.546Z] Step 31/32 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a [2021-08-12T04:46:22.820Z] ---> Running in 1270090d46a8 [2021-08-12T04:46:23.820Z] 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-12T04:46:24.094Z] Removing intermediate container 1270090d46a8 [2021-08-12T04:46:24.094Z] ---> 540de92b083d [2021-08-12T04:46:24.094Z] Step 32/32 : LABEL version=0.0.0 [2021-08-12T04:46:24.693Z] ---> Running in f7e7afc6db61 [2021-08-12T04:46:24.967Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-08-12T04:46:24.967Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-08-12T04:46:25.581Z] Collecting jsonschema<3,>=2.5.1 [2021-08-12T04:46:25.581Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-08-12T04:46:25.581Z] Removing intermediate container f7e7afc6db61 [2021-08-12T04:46:25.581Z] ---> 2b681b61eb0d [2021-08-12T04:46:25.581Z] [2021-08-12T04:46:25.856Z] Collecting websocket-client<1.0,>=0.32.0 [2021-08-12T04:46:25.856Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-08-12T04:46:25.856Z] Collecting docopt<0.7,>=0.6.1 [2021-08-12T04:46:25.856Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-08-12T04:46:26.132Z] Successfully built 2b681b61eb0d [2021-08-12T04:46:26.406Z] Successfully tagged security-bootstrapper-arm64:latest [2021-08-12T04:46:26.406Z]  Building security-bootstrapper ... done Building core-metadata [2021-08-12T04:46:28.383Z] Collecting docker-pycreds>=0.4.0 [2021-08-12T04:46:28.383Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-08-12T04:46:29.464Z] Collecting urllib3<1.25,>=1.21.1 [2021-08-12T04:46:29.464Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-08-12T04:46:29.832Z] Collecting idna<2.8,>=2.5 [2021-08-12T04:46:29.832Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-08-12T04:46:30.474Z] Collecting certifi>=2017.4.17 [2021-08-12T04:46:30.474Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-08-12T04:46:30.474Z] Collecting chardet<3.1.0,>=3.0.2 [2021-08-12T04:46:30.474Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-08-12T04:46:31.108Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-08-12T04:46:31.108Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-08-12T04:46:31.108Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-08-12T04:46:31.108Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-08-12T04:46:32.143Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-08-12T04:46:32.143Z] Attempting uninstall: urllib3 [2021-08-12T04:46:32.143Z] Found existing installation: urllib3 1.26.2 [2021-08-12T04:46:32.143Z] Uninstalling urllib3-1.26.2: [2021-08-12T04:46:32.143Z] Successfully uninstalled urllib3-1.26.2 [2021-08-12T04:46:32.789Z] Attempting uninstall: idna [2021-08-12T04:46:32.789Z] Found existing installation: idna 3.1 [2021-08-12T04:46:32.789Z] Uninstalling idna-3.1: [2021-08-12T04:46:32.789Z] Successfully uninstalled idna-3.1 [2021-08-12T04:46:33.418Z] Attempting uninstall: chardet [2021-08-12T04:46:33.418Z] Found existing installation: chardet 4.0.0 [2021-08-12T04:46:33.418Z] Uninstalling chardet-4.0.0: [2021-08-12T04:46:33.709Z] Successfully uninstalled chardet-4.0.0 [2021-08-12T04:46:34.336Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:46:34.336Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:46:34.336Z] ---> 6cdbd34ec0aa [2021-08-12T04:46:34.336Z] Step 3/24 : WORKDIR /edgex-go [2021-08-12T04:46:34.336Z] ---> Using cache [2021-08-12T04:46:34.336Z] ---> 08da1b8a0bad [2021-08-12T04:46:34.336Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:46:34.336Z] ---> Using cache [2021-08-12T04:46:34.336Z] ---> 7afe565e2d89 [2021-08-12T04:46:34.336Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-08-12T04:46:34.336Z] ---> Using cache [2021-08-12T04:46:34.336Z] ---> a80f83214cf8 [2021-08-12T04:46:34.336Z] Step 6/24 : COPY go.mod . [2021-08-12T04:46:34.336Z] ---> Using cache [2021-08-12T04:46:34.336Z] ---> 7a7cfeee0f12 [2021-08-12T04:46:34.336Z] Step 7/24 : RUN go mod download [2021-08-12T04:46:34.336Z] ---> Using cache [2021-08-12T04:46:34.336Z] ---> f9d76f28f45d [2021-08-12T04:46:34.336Z] Step 8/24 : COPY . . [2021-08-12T04:46:34.336Z] ---> Using cache [2021-08-12T04:46:34.336Z] ---> 078fce768c05 [2021-08-12T04:46:34.336Z] Step 9/24 : RUN go mod tidy [2021-08-12T04:46:34.336Z] ---> Using cache [2021-08-12T04:46:34.336Z] ---> bbeb37ebf3aa [2021-08-12T04:46:34.336Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-08-12T04:46:36.964Z] Attempting uninstall: requests [2021-08-12T04:46:36.964Z] Found existing installation: requests 2.25.1 [2021-08-12T04:46:36.964Z] Uninstalling requests-2.25.1: [2021-08-12T04:46:36.964Z] ---> Running in 1f18059c9763 [2021-08-12T04:46:36.964Z] Successfully uninstalled requests-2.25.1 [2021-08-12T04:46:37.237Z] Running setup.py install for texttable: started [2021-08-12T04:46:38.224Z] 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-12T04:46:39.208Z] Running setup.py install for texttable: finished with status 'done' [2021-08-12T04:46:39.481Z] Running setup.py install for PyYAML: started [2021-08-12T04:46:42.106Z] Running setup.py install for PyYAML: finished with status 'done' [2021-08-12T04:46:42.106Z] Running setup.py install for docopt: started [2021-08-12T04:46:44.737Z] Running setup.py install for docopt: finished with status 'done' [2021-08-12T04:46:44.737Z] Running setup.py install for dockerpty: started [2021-08-12T04:46:45.723Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:46:45.724Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:46:45.724Z] ---> 6cdbd34ec0aa [2021-08-12T04:46:45.724Z] Step 3/26 : WORKDIR /edgex-go [2021-08-12T04:46:45.724Z] ---> Using cache [2021-08-12T04:46:45.724Z] ---> 08da1b8a0bad [2021-08-12T04:46:45.724Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:46:45.724Z] ---> Using cache [2021-08-12T04:46:45.724Z] ---> 7afe565e2d89 [2021-08-12T04:46:45.724Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-08-12T04:46:45.724Z] ---> Using cache [2021-08-12T04:46:45.724Z] ---> a80f83214cf8 [2021-08-12T04:46:45.724Z] Step 6/26 : COPY go.mod . [2021-08-12T04:46:45.724Z] ---> Using cache [2021-08-12T04:46:45.724Z] ---> 7a7cfeee0f12 [2021-08-12T04:46:45.724Z] Step 7/26 : RUN go mod download [2021-08-12T04:46:45.724Z] ---> Using cache [2021-08-12T04:46:45.724Z] ---> f9d76f28f45d [2021-08-12T04:46:45.724Z] Step 8/26 : COPY . . [2021-08-12T04:46:45.724Z] ---> Using cache [2021-08-12T04:46:45.724Z] ---> 078fce768c05 [2021-08-12T04:46:45.724Z] Step 9/26 : RUN go mod tidy [2021-08-12T04:46:45.724Z] ---> Using cache [2021-08-12T04:46:45.724Z] ---> bbeb37ebf3aa [2021-08-12T04:46:45.724Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-08-12T04:46:45.998Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:46:45.998Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:46:45.998Z] ---> 6cdbd34ec0aa [2021-08-12T04:46:45.998Z] Step 3/24 : WORKDIR /edgex-go [2021-08-12T04:46:45.998Z] ---> Using cache [2021-08-12T04:46:45.998Z] ---> 08da1b8a0bad [2021-08-12T04:46:45.998Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:46:45.998Z] ---> Using cache [2021-08-12T04:46:45.998Z] ---> 7afe565e2d89 [2021-08-12T04:46:45.998Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-08-12T04:46:46.992Z] Running setup.py install for dockerpty: finished with status 'done' [2021-08-12T04:46:47.594Z] ---> Running in 48c65da3620e [2021-08-12T04:46:47.594Z] ---> Running in 33fd1343c0dd [2021-08-12T04:46:49.047Z] 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-12T04:46:50.029Z] 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-12T04:46:50.303Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-12T04:46:51.295Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-12T04:46:52.743Z] OK: 218 MiB in 52 packages [2021-08-12T04:46:54.725Z] Removing intermediate container 48c65da3620e [2021-08-12T04:46:54.725Z] ---> e415bccd4136 [2021-08-12T04:46:54.725Z] Step 6/24 : COPY go.mod . [2021-08-12T04:46:58.120Z] ---> 4e23a5a87213 [2021-08-12T04:46:58.120Z] Step 7/24 : RUN go mod download [2021-08-12T04:46:58.120Z] ---> Running in 77bee80ff0cf [2021-08-12T04:47:04.835Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-12T04:47:04.835Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-12T04:47:04.836Z] ---> 6cdbd34ec0aa [2021-08-12T04:47:04.836Z] Step 3/24 : WORKDIR /edgex-go [2021-08-12T04:47:04.836Z] ---> Using cache [2021-08-12T04:47:04.836Z] ---> 08da1b8a0bad [2021-08-12T04:47:04.836Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:47:04.836Z] ---> Using cache [2021-08-12T04:47:04.836Z] ---> 7afe565e2d89 [2021-08-12T04:47:04.836Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-08-12T04:47:04.836Z] ---> Using cache [2021-08-12T04:47:04.836Z] ---> a80f83214cf8 [2021-08-12T04:47:04.836Z] Step 6/24 : COPY go.mod . [2021-08-12T04:47:04.836Z] ---> Using cache [2021-08-12T04:47:04.836Z] ---> 7a7cfeee0f12 [2021-08-12T04:47:04.836Z] Step 7/24 : RUN go mod download [2021-08-12T04:47:04.836Z] ---> Using cache [2021-08-12T04:47:04.836Z] ---> f9d76f28f45d [2021-08-12T04:47:04.836Z] Step 8/24 : COPY . . [2021-08-12T04:47:04.836Z] ---> Using cache [2021-08-12T04:47:04.836Z] ---> 078fce768c05 [2021-08-12T04:47:04.836Z] Step 9/24 : RUN go mod tidy [2021-08-12T04:47:04.836Z] ---> Using cache [2021-08-12T04:47:04.836Z] ---> bbeb37ebf3aa [2021-08-12T04:47:04.836Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-08-12T04:47:05.114Z] ---> Running in 19fb7bf2e655 [2021-08-12T04:47:06.560Z] Removing intermediate container 77bee80ff0cf [2021-08-12T04:47:06.560Z] ---> aff69ef1109d [2021-08-12T04:47:06.560Z] Step 8/24 : COPY . . [2021-08-12T04:47:07.557Z] 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-12T04:47:11.879Z] Removing intermediate container d6acd023e4ff [2021-08-12T04:47:11.879Z] ---> 1bf86dede34f [2021-08-12T04:47:11.879Z] Step 15/24 : ENV APP_PORT=58890 [2021-08-12T04:47:12.865Z] ---> Running in 52ea4b168f82 [2021-08-12T04:47:13.850Z] Removing intermediate container 52ea4b168f82 [2021-08-12T04:47:13.850Z] ---> 5668b081bbaa [2021-08-12T04:47:13.850Z] Step 16/24 : EXPOSE $APP_PORT [2021-08-12T04:47:14.450Z] ---> Running in 7e1f99ecb897 [2021-08-12T04:47:15.433Z] Removing intermediate container 7e1f99ecb897 [2021-08-12T04:47:15.433Z] ---> 683e7c67a07e [2021-08-12T04:47:15.433Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-08-12T04:47:18.845Z] ---> 9dda35a17020 [2021-08-12T04:47:18.845Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-08-12T04:47:20.827Z] ---> fd9e1ba0e725 [2021-08-12T04:47:20.827Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-08-12T04:47:23.457Z] ---> caaded16546d [2021-08-12T04:47:23.457Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-08-12T04:47:23.457Z] ---> Running in 4738a927ee9b [2021-08-12T04:47:24.897Z] Removing intermediate container 4738a927ee9b [2021-08-12T04:47:24.897Z] ---> fc65f2fa6573 [2021-08-12T04:47:24.897Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-12T04:47:25.170Z] ---> Running in 33bf57201a91 [2021-08-12T04:47:26.189Z] Removing intermediate container 33bf57201a91 [2021-08-12T04:47:26.189Z] ---> 4dc0b1f8e124 [2021-08-12T04:47:26.189Z] Step 22/24 : LABEL arch=arm64 [2021-08-12T04:47:26.189Z] ---> 11dd04db9748 [2021-08-12T04:47:26.189Z] Step 9/24 : RUN go mod tidy [2021-08-12T04:47:26.464Z] ---> Running in eb74983281cb [2021-08-12T04:47:26.464Z] ---> Running in 251bfc015dce [2021-08-12T04:47:27.467Z] Removing intermediate container eb74983281cb [2021-08-12T04:47:27.467Z] ---> ee3915720c3b [2021-08-12T04:47:27.467Z] Step 23/24 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a [2021-08-12T04:47:27.467Z] ---> Running in e88852dca44a [2021-08-12T04:47:28.906Z] Removing intermediate container e88852dca44a [2021-08-12T04:47:28.906Z] ---> 3aeca5bb4a49 [2021-08-12T04:47:28.906Z] Step 24/24 : LABEL version=0.0.0 [2021-08-12T04:47:28.906Z] ---> Running in 834687fd00b3 [2021-08-12T04:47:29.889Z] Removing intermediate container 834687fd00b3 [2021-08-12T04:47:29.889Z] ---> ab5bc21ece43 [2021-08-12T04:47:29.889Z] [2021-08-12T04:47:30.164Z] Successfully built ab5bc21ece43 [2021-08-12T04:47:30.164Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-08-12T04:47:33.570Z]  Building sys-mgmt-agent ... done Removing intermediate container 251bfc015dce [2021-08-12T04:47:33.570Z] ---> d5c4ef404857 [2021-08-12T04:47:33.570Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-08-12T04:47:33.845Z] ---> Running in 50c078116027 [2021-08-12T04:47:36.473Z] 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-12T04:48:08.863Z] Removing intermediate container 1f18059c9763 [2021-08-12T04:48:08.863Z] ---> a01ec7795878 [2021-08-12T04:48:08.863Z] [2021-08-12T04:48:08.863Z] Step 11/24 : FROM alpine:3.12 [2021-08-12T04:48:08.863Z] ---> c4fd0aeabfcf [2021-08-12T04:48:08.863Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-12T04:48:08.863Z] ---> Using cache [2021-08-12T04:48:08.863Z] ---> 3d27c97ec44e [2021-08-12T04:48:08.863Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-12T04:48:08.863Z] ---> Using cache [2021-08-12T04:48:08.863Z] ---> f3c53558649a [2021-08-12T04:48:08.863Z] Step 14/24 : ENV APP_PORT=59882 [2021-08-12T04:48:08.863Z] ---> Running in a744ae5c0f60 [2021-08-12T04:48:09.139Z] Removing intermediate container a744ae5c0f60 [2021-08-12T04:48:09.139Z] ---> 4251e7f73d92 [2021-08-12T04:48:09.139Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-12T04:48:09.412Z] ---> Running in 7341ceba4dbd [2021-08-12T04:48:10.004Z] Removing intermediate container 7341ceba4dbd [2021-08-12T04:48:10.004Z] ---> 32fe6480e003 [2021-08-12T04:48:10.004Z] Step 16/24 : WORKDIR / [2021-08-12T04:48:10.278Z] ---> Running in 32233561f1da [2021-08-12T04:48:11.259Z] Removing intermediate container 32233561f1da [2021-08-12T04:48:11.259Z] ---> c509ddbf9c75 [2021-08-12T04:48:11.259Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-12T04:48:12.243Z] ---> d813a54a1543 [2021-08-12T04:48:12.243Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-08-12T04:48:14.222Z] ---> 1b20fc6e770f [2021-08-12T04:48:14.222Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-08-12T04:48:15.659Z] ---> fe7265287f9e [2021-08-12T04:48:15.659Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-08-12T04:48:15.659Z] ---> Running in 2ebcaa30e74f [2021-08-12T04:48:16.255Z] Removing intermediate container 2ebcaa30e74f [2021-08-12T04:48:16.255Z] ---> d636a951bd93 [2021-08-12T04:48:16.255Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-12T04:48:16.528Z] ---> Running in 5b5149ec3dee [2021-08-12T04:48:17.508Z] Removing intermediate container 5b5149ec3dee [2021-08-12T04:48:17.508Z] ---> 1aa44ded4c2e [2021-08-12T04:48:17.508Z] Step 22/24 : LABEL arch=arm64 [2021-08-12T04:48:17.508Z] 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-12T04:48:17.785Z] ---> Running in 64eb26fce2c1 [2021-08-12T04:48:18.764Z] Removing intermediate container 64eb26fce2c1 [2021-08-12T04:48:18.764Z] ---> 5057d587a196 [2021-08-12T04:48:18.764Z] Step 23/24 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a [2021-08-12T04:48:18.764Z] ---> Running in ebb4b01d85c5 [2021-08-12T04:48:19.370Z] Removing intermediate container ebb4b01d85c5 [2021-08-12T04:48:19.370Z] ---> 6b108c557027 [2021-08-12T04:48:19.370Z] Step 24/24 : LABEL version=0.0.0 [2021-08-12T04:48:19.644Z] ---> Running in 88818d46feed [2021-08-12T04:48:20.627Z] Removing intermediate container 88818d46feed [2021-08-12T04:48:20.627Z] ---> 8d4f37d115ac [2021-08-12T04:48:20.627Z] [2021-08-12T04:48:20.903Z] Successfully built 8d4f37d115ac [2021-08-12T04:48:20.903Z] Successfully tagged core-command-arm64:latest [2021-08-12T04:48:31.082Z]  Building core-command ... done Removing intermediate container 33fd1343c0dd [2021-08-12T04:48:31.082Z] ---> bb969cd8cb68 [2021-08-12T04:48:31.082Z] [2021-08-12T04:48:31.082Z] Step 11/26 : FROM alpine:3.12 [2021-08-12T04:48:31.082Z] ---> c4fd0aeabfcf [2021-08-12T04:48:31.082Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-08-12T04:48:31.082Z] ---> Running in abd557b1a685 [2021-08-12T04:48:32.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-12T04:48:32.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-12T04:48:32.675Z] (1/6) Installing ca-certificates (20191127-r4) [2021-08-12T04:48:32.954Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-08-12T04:48:32.955Z] (3/6) Installing libcurl (7.78.0-r0) [2021-08-12T04:48:32.955Z] (4/6) Installing curl (7.78.0-r0) [2021-08-12T04:48:32.955Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-08-12T04:48:32.955Z] (6/6) Installing su-exec (0.2-r1) [2021-08-12T04:48:32.955Z] Executing busybox-1.31.1-r20.trigger [2021-08-12T04:48:32.955Z] Executing ca-certificates-20191127-r4.trigger [2021-08-12T04:48:32.955Z] OK: 7 MiB in 20 packages [2021-08-12T04:48:35.615Z] Removing intermediate container abd557b1a685 [2021-08-12T04:48:35.615Z] ---> afc59f77d529 [2021-08-12T04:48:35.615Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-08-12T04:48:35.615Z] ---> Running in c32e400dd785 [2021-08-12T04:48:36.219Z] Removing intermediate container c32e400dd785 [2021-08-12T04:48:36.219Z] ---> c244d327b324 [2021-08-12T04:48:36.219Z] Step 14/26 : WORKDIR / [2021-08-12T04:48:36.497Z] ---> Running in bcf24dbf53b9 [2021-08-12T04:48:37.108Z] Removing intermediate container bcf24dbf53b9 [2021-08-12T04:48:37.108Z] ---> 0d7d6740f3f8 [2021-08-12T04:48:37.108Z] 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-12T04:48:38.567Z] ---> 7fb7e4793322 [2021-08-12T04:48:38.567Z] 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-12T04:48:40.009Z] ---> 2b1849f346bb [2021-08-12T04:48:40.009Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-08-12T04:48:41.447Z] ---> 30cf83f63dd5 [2021-08-12T04:48:41.447Z] 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-12T04:48:42.896Z] ---> cb3d23956f34 [2021-08-12T04:48:42.896Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-08-12T04:48:46.305Z] ---> 37d93874f6c9 [2021-08-12T04:48:46.305Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-08-12T04:48:47.291Z] Removing intermediate container 19fb7bf2e655 [2021-08-12T04:48:47.291Z] ---> b51b8da4e5d0 [2021-08-12T04:48:47.291Z] [2021-08-12T04:48:47.291Z] Step 11/24 : FROM alpine:3.12 [2021-08-12T04:48:47.291Z] ---> c4fd0aeabfcf [2021-08-12T04:48:47.291Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-12T04:48:47.291Z] ---> Using cache [2021-08-12T04:48:47.291Z] ---> 3d27c97ec44e [2021-08-12T04:48:47.291Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-12T04:48:47.291Z] ---> Using cache [2021-08-12T04:48:47.291Z] ---> f3c53558649a [2021-08-12T04:48:47.291Z] Step 14/24 : ENV APP_PORT=59881 [2021-08-12T04:48:47.570Z] ---> Running in 5956ab020e49 [2021-08-12T04:48:47.850Z] ---> 5fc91e66fc15 [2021-08-12T04:48:47.850Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-08-12T04:48:48.454Z] Removing intermediate container 5956ab020e49 [2021-08-12T04:48:48.454Z] ---> b5445f5e879d [2021-08-12T04:48:48.454Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-12T04:48:48.454Z] ---> Running in 79f7c259519a [2021-08-12T04:48:49.063Z] ---> f56e439e9d21 [2021-08-12T04:48:49.063Z] 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-12T04:48:49.063Z] ---> Running in 952e069607fc [2021-08-12T04:48:49.349Z] Removing intermediate container 79f7c259519a [2021-08-12T04:48:49.349Z] ---> 16e0fbf89da4 [2021-08-12T04:48:49.349Z] Step 16/24 : WORKDIR / [2021-08-12T04:48:49.349Z] ---> Running in e5b67d74fe98 [2021-08-12T04:48:50.335Z] Removing intermediate container e5b67d74fe98 [2021-08-12T04:48:50.335Z] ---> d96632a107fd [2021-08-12T04:48:50.335Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-12T04:48:51.317Z] ---> 58c50f13f735 [2021-08-12T04:48:51.317Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-08-12T04:48:52.759Z] Removing intermediate container 952e069607fc [2021-08-12T04:48:52.759Z] ---> 3119cf378715 [2021-08-12T04:48:52.759Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-08-12T04:48:52.759Z] ---> Running in 65c4dc2791be [2021-08-12T04:48:53.033Z] ---> 571d64bfb16c [2021-08-12T04:48:53.033Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-08-12T04:48:53.312Z] Removing intermediate container 65c4dc2791be [2021-08-12T04:48:53.312Z] ---> 4872dfdcaab1 [2021-08-12T04:48:53.312Z] Step 24/26 : LABEL arch=arm64 [2021-08-12T04:48:53.583Z] ---> Running in 99b770a3a7dd [2021-08-12T04:48:53.856Z] ---> 652044e12a8e [2021-08-12T04:48:53.856Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-08-12T04:48:54.125Z] ---> Running in 1edceeccac57 [2021-08-12T04:48:54.125Z] Removing intermediate container 99b770a3a7dd [2021-08-12T04:48:54.125Z] ---> c8525bc3b5f0 [2021-08-12T04:48:54.125Z] Step 25/26 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a [2021-08-12T04:48:54.399Z] ---> Running in 906d4260f6e5 [2021-08-12T04:48:54.669Z] Removing intermediate container 1edceeccac57 [2021-08-12T04:48:54.669Z] ---> 3a9b9dc263de [2021-08-12T04:48:54.669Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-12T04:48:54.669Z] ---> Running in f61520be5bd6 [2021-08-12T04:48:54.941Z] Removing intermediate container 906d4260f6e5 [2021-08-12T04:48:54.941Z] ---> 1e8cb87d5f74 [2021-08-12T04:48:54.941Z] Step 26/26 : LABEL version=0.0.0 [2021-08-12T04:48:55.214Z] ---> Running in cd06116c0899 [2021-08-12T04:48:55.489Z] Removing intermediate container f61520be5bd6 [2021-08-12T04:48:55.489Z] ---> 11f9b70e9fc3 [2021-08-12T04:48:55.489Z] Step 22/24 : LABEL arch=arm64 [2021-08-12T04:48:55.788Z] ---> Running in 1a11e3846905 [2021-08-12T04:48:55.788Z] Removing intermediate container cd06116c0899 [2021-08-12T04:48:55.788Z] ---> 72d3f516b248 [2021-08-12T04:48:55.788Z] [2021-08-12T04:48:56.383Z] Successfully built 72d3f516b248 [2021-08-12T04:48:56.383Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-08-12T04:48:56.383Z]  Building security-secretstore-setup ... done Removing intermediate container 1a11e3846905 [2021-08-12T04:48:56.383Z] ---> 746611959282 [2021-08-12T04:48:56.383Z] Step 23/24 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a [2021-08-12T04:48:56.973Z] ---> Running in 62353497e1a3 [2021-08-12T04:48:57.587Z] Removing intermediate container 62353497e1a3 [2021-08-12T04:48:57.587Z] ---> 09da3fa09f50 [2021-08-12T04:48:57.587Z] Step 24/24 : LABEL version=0.0.0 [2021-08-12T04:48:57.861Z] ---> Running in 19609980fd46 [2021-08-12T04:48:58.135Z] Removing intermediate container 50c078116027 [2021-08-12T04:48:58.135Z] ---> ffd2f51de6b9 [2021-08-12T04:48:58.135Z] [2021-08-12T04:48:58.135Z] Step 11/24 : FROM alpine:3.12 [2021-08-12T04:48:58.135Z] ---> c4fd0aeabfcf [2021-08-12T04:48:58.135Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-08-12T04:48:58.407Z] ---> Running in 570d388f8a8d [2021-08-12T04:48:58.677Z] Removing intermediate container 19609980fd46 [2021-08-12T04:48:58.677Z] ---> f7a29c630416 [2021-08-12T04:48:58.677Z] [2021-08-12T04:48:58.946Z] Successfully built f7a29c630416 [2021-08-12T04:48:58.946Z] Successfully tagged core-metadata-arm64:latest [2021-08-12T04:48:58.946Z]  Building core-metadata ... done Removing intermediate container 570d388f8a8d [2021-08-12T04:48:58.946Z] ---> ef89acec97cb [2021-08-12T04:48:58.946Z] Step 13/24 : ENV APP_PORT=59880 [2021-08-12T04:48:59.216Z] ---> Running in 77e31c71893c [2021-08-12T04:48:59.808Z] Removing intermediate container 77e31c71893c [2021-08-12T04:48:59.809Z] ---> 2f2af935638c [2021-08-12T04:48:59.809Z] Step 14/24 : EXPOSE $APP_PORT [2021-08-12T04:48:59.809Z] ---> Running in 211beadb6dfe [2021-08-12T04:49:00.082Z] Removing intermediate container 211beadb6dfe [2021-08-12T04:49:00.082Z] ---> 995ca0feae15 [2021-08-12T04:49:00.082Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-12T04:49:00.354Z] ---> Running in 1ead97d4cc7f [2021-08-12T04:49:02.964Z] Removing intermediate container 1ead97d4cc7f [2021-08-12T04:49:02.964Z] ---> 7b38bfcab057 [2021-08-12T04:49:02.964Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-08-12T04:49:02.964Z] ---> Running in 1ebb63e81233 [2021-08-12T04:49:03.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-12T04:49:04.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-12T04:49:05.505Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-08-12T04:49:05.505Z] (2/6) Installing libgcc (9.3.0-r2) [2021-08-12T04:49:05.505Z] (3/6) Installing libsodium (1.0.18-r0) [2021-08-12T04:49:05.505Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-08-12T04:49:05.773Z] (5/6) Installing libzmq (4.3.3-r0) [2021-08-12T04:49:05.773Z] (6/6) Installing zeromq (4.3.3-r0) [2021-08-12T04:49:06.042Z] Executing busybox-1.31.1-r20.trigger [2021-08-12T04:49:06.043Z] OK: 8 MiB in 20 packages [2021-08-12T04:49:07.021Z] Removing intermediate container 1ebb63e81233 [2021-08-12T04:49:07.021Z] ---> c7f758e11ef5 [2021-08-12T04:49:07.021Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-12T04:49:07.999Z] ---> 6b5c3a72d34c [2021-08-12T04:49:07.999Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-08-12T04:49:09.435Z] ---> d8a536198375 [2021-08-12T04:49:09.435Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-08-12T04:49:10.030Z] ---> b1ed919e068a [2021-08-12T04:49:10.030Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-08-12T04:49:10.302Z] ---> Running in c9595bf0d3e5 [2021-08-12T04:49:10.897Z] Removing intermediate container c9595bf0d3e5 [2021-08-12T04:49:10.897Z] ---> 5e38726a69dd [2021-08-12T04:49:10.897Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-12T04:49:11.173Z] ---> Running in 44a406129478 [2021-08-12T04:49:11.767Z] Removing intermediate container 44a406129478 [2021-08-12T04:49:11.767Z] ---> 4935eaf5865d [2021-08-12T04:49:11.767Z] Step 22/24 : LABEL arch=arm64 [2021-08-12T04:49:11.767Z] ---> Running in 2d578c18c07c [2021-08-12T04:49:12.362Z] Removing intermediate container 2d578c18c07c [2021-08-12T04:49:12.362Z] ---> 30406087568e [2021-08-12T04:49:12.362Z] Step 23/24 : LABEL git_sha=769f81c456b9fa02e4b31d8281ab32972a436c2a [2021-08-12T04:49:12.362Z] ---> Running in 56fe6c6a0738 [2021-08-12T04:49:12.953Z] Removing intermediate container 56fe6c6a0738 [2021-08-12T04:49:12.953Z] ---> 7c52ad24f700 [2021-08-12T04:49:12.953Z] Step 24/24 : LABEL version=0.0.0 [2021-08-12T04:49:13.226Z] ---> Running in e31a44de5941 [2021-08-12T04:49:13.820Z] Removing intermediate container e31a44de5941 [2021-08-12T04:49:13.820Z] ---> 81b388828592 [2021-08-12T04:49:13.820Z] [2021-08-12T04:49:14.091Z] Successfully built 81b388828592 [2021-08-12T04:49:14.091Z] Successfully tagged core-data-arm64:latest [2021-08-12T04:49:14.380Z]  Building core-data ... done  [Pipeline] } [2021-08-12T04:49:14.388Z] $ docker stop --time=1 b563c08d560e775128365ed454ca3423eca57248bafc97724f6f5b44acd08e06 [2021-08-12T04:49:16.291Z] $ docker rm -f b563c08d560e775128365ed454ca3423eca57248bafc97724f6f5b44acd08e06 [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-12T04:49:16.867Z] + docker images [2021-08-12T04:49:17.141Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-08-12T04:49:17.141Z] core-data-arm64 latest 81b388828592 3 seconds ago 19.3MB [2021-08-12T04:49:17.141Z] core-metadata-arm64 latest f7a29c630416 18 seconds ago 15.8MB [2021-08-12T04:49:17.141Z] ffd2f51de6b9 19 seconds ago 1.57GB [2021-08-12T04:49:17.142Z] security-secretstore-setup-arm64 latest 72d3f516b248 21 seconds ago 27.4MB [2021-08-12T04:49:17.142Z] b51b8da4e5d0 30 seconds ago 1.57GB [2021-08-12T04:49:17.142Z] bb969cd8cb68 48 seconds ago 1.57GB [2021-08-12T04:49:17.142Z] core-command-arm64 latest 8d4f37d115ac 56 seconds ago 15.2MB [2021-08-12T04:49:17.142Z] a01ec7795878 About a minute ago 1.56GB [2021-08-12T04:49:17.142Z] sys-mgmt-agent-arm64 latest ab5bc21ece43 About a minute ago 311MB [2021-08-12T04:49:17.142Z] security-bootstrapper-arm64 latest 2b681b61eb0d 2 minutes ago 17.7MB [2021-08-12T04:49:17.142Z] support-notifications-arm64 latest ab190c4f54c7 3 minutes ago 15.9MB [2021-08-12T04:49:17.142Z] support-scheduler-arm64 latest f9ffb6f14eb4 3 minutes ago 15.2MB [2021-08-12T04:49:17.142Z] security-proxy-setup-arm64 latest 749cc84c6a42 3 minutes ago 24.5MB [2021-08-12T04:49:17.142Z] ade498fad580 3 minutes ago 1.57GB [2021-08-12T04:49:17.142Z] 89f8624b959f 3 minutes ago 1.57GB [2021-08-12T04:49:17.142Z] eef32b5f41e3 3 minutes ago 1.57GB [2021-08-12T04:49:17.142Z] 9dfb8f29cbea 3 minutes ago 1.57GB [2021-08-12T04:49:17.142Z] f4952cc60cfe 3 minutes ago 1.57GB [2021-08-12T04:49:17.142Z] ci-base-image-arm64 latest 6cdbd34ec0aa 14 minutes ago 1.24GB [2021-08-12T04:49:17.142Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 04bc70af865f 6 days ago 533MB [2021-08-12T04:49:17.142Z] docker 20.10.7 df445af6242a 8 weeks ago 234MB [2021-08-12T04:49:17.142Z] alpine 3.12 c4fd0aeabfcf 8 weeks ago 5.32MB [2021-08-12T04:49:17.142Z] 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-12T04:49:17.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-12T04:49:17.667Z] [2021-08-12T04:49:17.667Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-08-12T04:49:18.017Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-12T04:49:18.290Z] arm64: Pulling from edgex-lftools-log-publisher [2021-08-12T04:49:18.290Z] 448f6bf000e3: Pulling fs layer [2021-08-12T04:49:18.290Z] f757da607395: Pulling fs layer [2021-08-12T04:49:18.290Z] 05883995daec: Pulling fs layer [2021-08-12T04:49:18.290Z] 8603b9c90790: Pulling fs layer [2021-08-12T04:49:18.290Z] 1560dd03e051: Pulling fs layer [2021-08-12T04:49:18.290Z] 27f5ce0e4adf: Pulling fs layer [2021-08-12T04:49:18.290Z] c2d8d7efcc4b: Pulling fs layer [2021-08-12T04:49:18.290Z] 8603b9c90790: Waiting [2021-08-12T04:49:18.290Z] 1560dd03e051: Waiting [2021-08-12T04:49:18.290Z] 27f5ce0e4adf: Waiting [2021-08-12T04:49:18.290Z] c2d8d7efcc4b: Waiting [2021-08-12T04:49:18.566Z] f757da607395: Verifying Checksum [2021-08-12T04:49:18.566Z] f757da607395: Download complete [2021-08-12T04:49:18.566Z] 8603b9c90790: Download complete [2021-08-12T04:49:18.840Z] 1560dd03e051: Verifying Checksum [2021-08-12T04:49:18.840Z] 1560dd03e051: Download complete [2021-08-12T04:49:18.840Z] 27f5ce0e4adf: Download complete [2021-08-12T04:49:19.112Z] 05883995daec: Download complete [2021-08-12T04:49:19.705Z] 448f6bf000e3: Download complete [2021-08-12T04:49:23.094Z] c2d8d7efcc4b: Verifying Checksum [2021-08-12T04:49:23.094Z] c2d8d7efcc4b: Download complete [2021-08-12T04:49:23.366Z] 448f6bf000e3: Pull complete [2021-08-12T04:49:23.958Z] f757da607395: Pull complete [2021-08-12T04:49:25.389Z] 05883995daec: Pull complete [2021-08-12T04:49:25.982Z] 8603b9c90790: Pull complete [2021-08-12T04:49:26.962Z] 1560dd03e051: Pull complete [2021-08-12T04:49:27.555Z] 27f5ce0e4adf: Pull complete [2021-08-12T04:49:42.630Z] c2d8d7efcc4b: Pull complete [2021-08-12T04:49:42.630Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-08-12T04:49:42.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-12T04:49:42.630Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-08-12T04:49:42.910Z] prd-ubuntu18.04-docker-arm64-4c-16g-681 does not seem to be running inside a container [2021-08-12T04:49:43.018Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-08-12T04:49:47.437Z] $ docker top eaeda6ec0ee045cfaa50c9e171602cc73b0209c8bfb895d09ecd8ada81e2ccee -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-12T04:49:48.740Z] ---> job-cost.sh [2021-08-12T04:49:48.740Z] lf-activate-venv: SKIPPING [2021-08-12T04:49:48.740Z] INFO: No Stack... [2021-08-12T04:49:49.728Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-08-12T04:49:50.007Z] INFO: Archiving Costs [Pipeline] sh [2021-08-12T04:49:50.701Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-08-12T04:49:50.701Z] + cut -d, -f6 [Pipeline] lock [2021-08-12T04:49:50.771Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3665-2-stack-cost] [2021-08-12T04:49:50.778Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3665-2-stack-cost] did not exist. Created. [2021-08-12T04:49:50.778Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3665-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-08-12T04:49:51.462Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-08-12T04:49:51.682Z] Stashed 1 file(s) [Pipeline] } [2021-08-12T04:49:51.695Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3665-2-stack-cost] [Pipeline] // lock [Pipeline] } [2021-08-12T04:49:51.726Z] $ docker stop --time=1 eaeda6ec0ee045cfaa50c9e171602cc73b0209c8bfb895d09ecd8ada81e2ccee [2021-08-12T04:49:53.411Z] $ docker rm -f eaeda6ec0ee045cfaa50c9e171602cc73b0209c8bfb895d09ecd8ada81e2ccee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-08-12T04:49:54.367Z] provisioning config files... [2021-08-12T04:49:54.386Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4464421624989605835tmp [Pipeline] { [Pipeline] sh [2021-08-12T04:49:54.718Z] + set +x [2021-08-12T04:49:54.718Z] + bash -s -- [2021-08-12T04:49:54.718Z] + curl -s https://codecov.io/bash [2021-08-12T04:49:54.718Z] [2021-08-12T04:49:54.718Z] _____ _ [2021-08-12T04:49:54.718Z] / ____| | | [2021-08-12T04:49:54.718Z] | | ___ __| | ___ ___ _____ __ [2021-08-12T04:49:54.718Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-08-12T04:49:54.718Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-08-12T04:49:54.718Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-08-12T04:49:54.718Z] Bash-1.0.6 [2021-08-12T04:49:54.718Z] [2021-08-12T04:49:54.718Z] [2021-08-12T04:49:54.985Z] ==> git version 2.24.4 found [2021-08-12T04:49:54.985Z] ==> 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-12T04:49:54.985Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-08-12T04:49:54.985Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-08-12T04:49:54.985Z] ==> Jenkins CI detected. [2021-08-12T04:49:54.985Z] current dir:  /w/workspace/edgex-go/2 [2021-08-12T04:49:54.985Z] project root: . [2021-08-12T04:49:54.985Z] --> token set from env [2021-08-12T04:49:54.985Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-08-12T04:49:54.985Z] ==> Running gcov in . (disable via -X gcov) [2021-08-12T04:49:54.985Z] ==> Python coveragepy not found [2021-08-12T04:49:54.985Z] ==> Searching for coverage reports in: [2021-08-12T04:49:54.985Z] + . [2021-08-12T04:49:54.985Z] -> Found 1 reports [2021-08-12T04:49:54.985Z] ==> Detecting git/mercurial file structure [2021-08-12T04:49:54.985Z] ==> Reading reports [2021-08-12T04:49:54.985Z] + ./coverage.out bytes=404329 [2021-08-12T04:49:54.985Z] ==> Appending adjustments [2021-08-12T04:49:54.985Z] https://docs.codecov.io/docs/fixing-reports [2021-08-12T04:49:55.944Z] + Found adjustments [2021-08-12T04:49:55.945Z] ==> Gzipping contents [2021-08-12T04:49:55.945Z] 56K /tmp/codecov.3W1tTM.gz [2021-08-12T04:49:55.945Z] ==> Uploading reports [2021-08-12T04:49:55.945Z] url: https://codecov.io [2021-08-12T04:49:55.945Z] query: branch=PR-3665&commit=00185a36c08ac37fedfc9887b2a950b5241e55f5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3665%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3665&job=&cmd_args= [2021-08-12T04:49:55.945Z] -> Pinging Codecov [2021-08-12T04:49:55.945Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3665&commit=00185a36c08ac37fedfc9887b2a950b5241e55f5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3665%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3665&job=&cmd_args= [2021-08-12T04:49:56.528Z] -> Uploading to [2021-08-12T04:49:56.528Z] https://storage.googleapis.com/codecov/v4/raw/2021-08-12/00271124DB129430A58F1EEE437C3FCB/00185a36c08ac37fedfc9887b2a950b5241e55f5/2835d3c3-3634-4b44-9154-3e969943eb2f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210812%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210812T044956Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b711b8a4516542eca54d90b757067f4e423f259ddbaea4585c38be2022aeb130 [2021-08-12T04:49:56.528Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-08-12T04:49:56.528Z] Dload Upload Total Spent Left Speed [2021-08-12T04:49:56.794Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54471 0 0 100 54471 0 130k --:--:-- --:--:-- --:--:-- 130k [2021-08-12T04:49:56.794Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/00185a36c08ac37fedfc9887b2a950b5241e55f5 [Pipeline] } [2021-08-12T04:49:56.807Z] 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-12T04:49:57.683Z] + '[' -d /w/workspace/edgex-go/2/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-08-12T04:49:58.004Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-12T04:49:58.611Z] ---> package-listing.sh [2021-08-12T04:49:58.611Z] ++ facter osfamily [2021-08-12T04:49:58.611Z] ++ tr '[:upper:]' '[:lower:]' [2021-08-12T04:49:58.880Z] + OS_FAMILY=redhat [2021-08-12T04:49:58.880Z] + workspace=/w/workspace/edgex-go/2 [2021-08-12T04:49:58.880Z] + START_PACKAGES=/tmp/packages_start.txt [2021-08-12T04:49:58.880Z] + END_PACKAGES=/tmp/packages_end.txt [2021-08-12T04:49:58.880Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-08-12T04:49:58.880Z] + PACKAGES=/tmp/packages_start.txt [2021-08-12T04:49:58.880Z] + '[' /w/workspace/edgex-go/2 ']' [2021-08-12T04:49:58.880Z] + PACKAGES=/tmp/packages_end.txt [2021-08-12T04:49:58.880Z] + case "${OS_FAMILY}" in [2021-08-12T04:49:58.880Z] + rpm -qa [2021-08-12T04:49:58.880Z] + sort [2021-08-12T04:50:00.830Z] + '[' -f /tmp/packages_start.txt ']' [2021-08-12T04:50:00.830Z] + '[' -f /tmp/packages_end.txt ']' [2021-08-12T04:50:00.830Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-08-12T04:50:00.830Z] + '[' /w/workspace/edgex-go/2 ']' [2021-08-12T04:50:00.830Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-08-12T04:50:00.830Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-08-12T04:50:00.846Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-08-12T04:50:01.151Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-08-12T04:50:01.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-12T04:50:01.740Z] [2021-08-12T04:50:01.740Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-08-12T04:50:02.073Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-12T04:50:02.073Z] latest: Pulling from edgex-lftools-log-publisher [2021-08-12T04:50:02.073Z] b4d181a07f80: Pulling fs layer [2021-08-12T04:50:02.073Z] a1111a8f2ec3: Pulling fs layer [2021-08-12T04:50:02.073Z] ed53099fbce6: Pulling fs layer [2021-08-12T04:50:02.073Z] dc539afda2c1: Pulling fs layer [2021-08-12T04:50:02.073Z] 77bc0d833cb6: Pulling fs layer [2021-08-12T04:50:02.073Z] 9065ff56babe: Pulling fs layer [2021-08-12T04:50:02.073Z] d287ab97295c: Pulling fs layer [2021-08-12T04:50:02.073Z] dc539afda2c1: Waiting [2021-08-12T04:50:02.073Z] 77bc0d833cb6: Waiting [2021-08-12T04:50:02.073Z] d287ab97295c: Waiting [2021-08-12T04:50:02.073Z] 9065ff56babe: Waiting [2021-08-12T04:50:02.339Z] a1111a8f2ec3: Verifying Checksum [2021-08-12T04:50:02.339Z] a1111a8f2ec3: Download complete [2021-08-12T04:50:02.339Z] dc539afda2c1: Verifying Checksum [2021-08-12T04:50:02.339Z] dc539afda2c1: Download complete [2021-08-12T04:50:02.606Z] 77bc0d833cb6: Verifying Checksum [2021-08-12T04:50:02.606Z] 77bc0d833cb6: Download complete [2021-08-12T04:50:02.606Z] 9065ff56babe: Verifying Checksum [2021-08-12T04:50:02.606Z] 9065ff56babe: Download complete [2021-08-12T04:50:02.873Z] ed53099fbce6: Verifying Checksum [2021-08-12T04:50:02.873Z] ed53099fbce6: Download complete [2021-08-12T04:50:04.280Z] b4d181a07f80: Verifying Checksum [2021-08-12T04:50:04.280Z] b4d181a07f80: Download complete [2021-08-12T04:50:05.261Z] b4d181a07f80: Pull complete [2021-08-12T04:50:05.261Z] a1111a8f2ec3: Pull complete [2021-08-12T04:50:05.856Z] ed53099fbce6: Pull complete [2021-08-12T04:50:05.856Z] dc539afda2c1: Pull complete [2021-08-12T04:50:06.123Z] 77bc0d833cb6: Pull complete [2021-08-12T04:50:06.397Z] 9065ff56babe: Pull complete [2021-08-12T04:50:07.806Z] d287ab97295c: Verifying Checksum [2021-08-12T04:50:07.806Z] d287ab97295c: Download complete [2021-08-12T04:50:12.123Z] d287ab97295c: Pull complete [2021-08-12T04:50:12.123Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-08-12T04:50:12.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-12T04:50:12.123Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-08-12T04:50:12.213Z] prd-centos7-docker-4c-2g-679 does not seem to be running inside a container [2021-08-12T04:50:12.270Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-08-12T04:50:15.665Z] $ docker top 2ad21e364eba20251c938f63e87bf920550cacd3ed30b3f84d707f6986f98e55 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-12T04:50:16.071Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-08-12T04:50:16.385Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-08-12T04:50:16.705Z] + ls /var/log/sa-host [2021-08-12T04:50:16.705Z] + sadf -c /var/log/sa-host/sa05 [2021-08-12T04:50:16.705Z] file_magic: OK [2021-08-12T04:50:16.705Z] HZ: Using current value: 100 [2021-08-12T04:50:16.705Z] file_header: OK [2021-08-12T04:50:16.705Z] 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-12T04:50:16.705Z] Statistics: [2021-08-12T04:50:16.705Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-08-12T04:50:16.705Z] File successfully converted to sysstat format version 12.0.3 [2021-08-12T04:50:16.705Z] + sadf -c /var/log/sa-host/sa12 [2021-08-12T04:50:16.705Z] file_magic: OK [2021-08-12T04:50:16.705Z] HZ: Using current value: 100 [2021-08-12T04:50:16.706Z] file_header: OK [2021-08-12T04:50:16.706Z] 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-12T04:50:16.706Z] Statistics: [2021-08-12T04:50:16.706Z] 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... [2021-08-12T04:50:16.706Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-12T04:50:16.895Z] provisioning config files... [2021-08-12T04:50:16.919Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8101395431004366683tmp [Pipeline] { [Pipeline] echo [2021-08-12T04:50:16.944Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-12T04:50:17.261Z] ---> create-netrc.sh [Pipeline] } [2021-08-12T04:50:17.273Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-08-12T04:50:17.653Z] ---> python-tools-install.sh [Pipeline] echo [2021-08-12T04:50:17.667Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-12T04:50:17.981Z] ---> sudo-logs.sh [2021-08-12T04:50:17.982Z] Archiving 'sudo' log.. [2021-08-12T04:50:17.982Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-679.vexxhost.local: Name or service not known [2021-08-12T04:50:17.982Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-679.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-08-12T04:50:18.021Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-12T04:50:18.341Z] ---> job-cost.sh [2021-08-12T04:50:18.341Z] lf-activate-venv: SKIPPING [2021-08-12T04:50:18.341Z] DEBUG: total: 0.18000000715255737 [2021-08-12T04:50:18.341Z] INFO: Retrieving Stack Cost... [2021-08-12T04:50:19.754Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-08-12T04:50:19.754Z] INFO: Archiving Costs [Pipeline] echo [2021-08-12T04:50:19.773Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-12T04:50:20.097Z] ---> logs-deploy.sh [2021-08-12T04:50:20.097Z] lf-activate-venv: SKIPPING [2021-08-12T04:50:20.097Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3665/2 [2021-08-12T04:50:20.097Z] INFO: archiving workspace using pattern(s): [2021-08-12T04:50:20.680Z] Archives upload complete. [2021-08-12T04:50:20.949Z] INFO: archiving logs to Nexus