Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch main at 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 rather than 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 Obtained Jenkinsfile from 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 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-ssh3507596276995947463.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 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-ssh398471597804038597.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 db16f8292de5a0132d944c4e76ede2ca4f84da27 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-3627/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-3627/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5550062579772574021.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision db16f8292de5a0132d944c4e76ede2ca4f84da27 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db16f8292de5a0132d944c4e76ede2ca4f84da27 # timeout=10 Commit message: "Merge pull request #343 from ernestojeda/pipeline-optimizations" > 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-ssh5905990837648350303.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-3627/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-3627/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3601250874308647731.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_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 ‘prd-centos7-docker-4c-2g-2785’ is offline Running on prd-centos7-docker-4c-2g-3167 in /w/workspace/edgexfoundry_edgex-go_PR-3627 [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-ssh5570788124750701413.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 Merging remotes/origin/main commit 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 into PR head commit 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 Merge succeeded, producing a1a7e11800cf950ca7453fcfac28a98af55b8d56 Checking out Revision a1a7e11800cf950ca7453fcfac28a98af55b8d56 (PR-3627) > 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-ssh4484499158278266772.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3627/head:refs/remotes/origin/PR-3627 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 # 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-ssh1869462099381057782.key > git merge 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a1a7e11800cf950ca7453fcfac28a98af55b8d56 # timeout=10 Commit message: "Merge commit '8ac2c5b0481f8b8091b66f2267a28d88a679c7d1' into HEAD" > git rev-list --no-walk 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-17T08:29:51.941Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-17T08:29:52.060Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-17T08:29:52.084Z] ========================================================= [2021-07-17T08:29:52.084Z] EdgeX Global Pipelines Version Info [2021-07-17T08:29:52.084Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-07-17T08:29:53.375Z] ------------------- [2021-07-17T08:29:53.375Z] stable info: [2021-07-17T08:29:53.375Z] ------------------- [2021-07-17T08:29:53.375Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-17T08:29:53.375Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-17T08:29:53.375Z] Message: update stable to v1.0.197 [2021-07-17T08:29:53.962Z] ------------------- [2021-07-17T08:29:53.962Z] experimental info: [2021-07-17T08:29:53.962Z] ------------------- [2021-07-17T08:29:53.962Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-17T08:29:53.962Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-17T08:29:53.962Z] Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-17T08:29:54.153Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-07-17T08:29:54.175Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-07-17T08:29:54.205Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-17T08:29:54.227Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-17T08:29:54.248Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-17T08:29:54.276Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-17T08:29:54.299Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-17T08:29:54.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-07-17T08:29:54.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-07-17T08:29:54.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-07-17T08:29:54.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-17T08:29:54.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-17T08:29:54.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-17T08:29:54.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-17T08:29:54.492Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-07-17T08:29:54.512Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-07-17T08:29:54.532Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-17T08:29:54.552Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-17T08:29:54.572Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-07-17T08:29:54.592Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-07-17T08:29:54.613Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-07-17T08:29:54.633Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-17T08:29:54.652Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3627 [Pipeline] echo [2021-07-17T08:29:54.672Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3627 [Pipeline] echo [2021-07-17T08:29:54.693Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3627 [Pipeline] echo [2021-07-17T08:29:54.713Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a1a7e11800cf950ca7453fcfac28a98af55b8d56 [Pipeline] echo [2021-07-17T08:29:54.733Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a1a7e11 [Pipeline] echo [2021-07-17T08:29:54.752Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-17T08:29:54.828Z] provisioning config files... [2021-07-17T08:29:54.858Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7134504166979321551tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-17T08:29:55.204Z] ---> docker-login.sh [2021-07-17T08:29:55.204Z] nexus3.edgexfoundry.org:10001 [2021-07-17T08:29:55.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-17T08:29:55.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-17T08:29:55.472Z] Configure a credential helper to remove this warning. See [2021-07-17T08:29:55.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-17T08:29:55.472Z] [2021-07-17T08:29:55.472Z] Login Succeeded [2021-07-17T08:29:55.472Z] nexus3.edgexfoundry.org:10002 [2021-07-17T08:29:55.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-17T08:29:55.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-17T08:29:55.741Z] Configure a credential helper to remove this warning. See [2021-07-17T08:29:55.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-17T08:29:55.741Z] [2021-07-17T08:29:55.741Z] Login Succeeded [2021-07-17T08:29:55.741Z] nexus3.edgexfoundry.org:10003 [2021-07-17T08:29:55.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-17T08:29:55.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-17T08:29:55.741Z] Configure a credential helper to remove this warning. See [2021-07-17T08:29:55.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-17T08:29:55.741Z] [2021-07-17T08:29:55.741Z] Login Succeeded [2021-07-17T08:29:55.741Z] nexus3.edgexfoundry.org:10004 [2021-07-17T08:29:56.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-17T08:29:56.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-17T08:29:56.012Z] Configure a credential helper to remove this warning. See [2021-07-17T08:29:56.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-17T08:29:56.012Z] [2021-07-17T08:29:56.012Z] Login Succeeded [2021-07-17T08:29:56.012Z] docker.io [2021-07-17T08:29:56.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-17T08:29:56.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-17T08:29:56.278Z] Configure a credential helper to remove this warning. See [2021-07-17T08:29:56.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-17T08:29:56.278Z] [2021-07-17T08:29:56.278Z] Login Succeeded [2021-07-17T08:29:56.278Z] ---> docker-login.sh ends [Pipeline] } [2021-07-17T08:29:56.291Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-17T08:29:56.636Z] ++ 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-07-17T08:29:56.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-17T08:29:56.636Z] ++ dirname cmd/core-command/Dockerfile [2021-07-17T08:29:56.636Z] ++ cut -d/ -f2 [2021-07-17T08:29:56.636Z] + echo core-command,cmd/core-command/Dockerfile [2021-07-17T08:29:56.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-17T08:29:56.636Z] ++ dirname cmd/core-data/Dockerfile [2021-07-17T08:29:56.636Z] ++ cut -d/ -f2 [2021-07-17T08:29:56.636Z] + echo core-data,cmd/core-data/Dockerfile [2021-07-17T08:29:56.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-17T08:29:56.636Z] ++ dirname cmd/core-metadata/Dockerfile [2021-07-17T08:29:56.636Z] ++ cut -d/ -f2 [2021-07-17T08:29:56.636Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-07-17T08:29:56.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-17T08:29:56.636Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-07-17T08:29:56.636Z] ++ cut -d/ -f2 [2021-07-17T08:29:56.636Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-07-17T08:29:56.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-17T08:29:56.636Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-07-17T08:29:56.636Z] ++ cut -d/ -f2 [2021-07-17T08:29:56.636Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-07-17T08:29:56.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-17T08:29:56.636Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-07-17T08:29:56.636Z] ++ cut -d/ -f2 [2021-07-17T08:29:56.636Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-07-17T08:29:56.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-17T08:29:56.636Z] ++ dirname cmd/support-notifications/Dockerfile [2021-07-17T08:29:56.636Z] ++ cut -d/ -f2 [2021-07-17T08:29:56.636Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-07-17T08:29:56.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-17T08:29:56.636Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-07-17T08:29:56.636Z] ++ cut -d/ -f2 [2021-07-17T08:29:56.636Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-07-17T08:29:56.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-17T08:29:56.636Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-07-17T08:29:56.636Z] ++ cut -d/ -f2 [2021-07-17T08:29:56.636Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-07-17T08:29:56.707Z] 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-07-17T08:29:58.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-17T08:29:58.396Z] [2021-07-17T08:29:58.396Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:29:58.728Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-17T08:29:58.729Z] latest: Pulling from edgex-devops/git-semver [2021-07-17T08:29:58.729Z] 31603596830f: Pulling fs layer [2021-07-17T08:29:58.729Z] b6dc333f4379: Pulling fs layer [2021-07-17T08:29:58.729Z] 3d9ef1400e77: Pulling fs layer [2021-07-17T08:29:58.729Z] fd332fbdc1db: Pulling fs layer [2021-07-17T08:29:58.729Z] fd332fbdc1db: Waiting [2021-07-17T08:29:58.729Z] b6dc333f4379: Verifying Checksum [2021-07-17T08:29:58.729Z] b6dc333f4379: Download complete [2021-07-17T08:29:59.003Z] 31603596830f: Verifying Checksum [2021-07-17T08:29:59.003Z] 31603596830f: Download complete [2021-07-17T08:29:59.278Z] 31603596830f: Pull complete [2021-07-17T08:29:59.278Z] fd332fbdc1db: Verifying Checksum [2021-07-17T08:29:59.278Z] fd332fbdc1db: Download complete [2021-07-17T08:29:59.278Z] b6dc333f4379: Pull complete [2021-07-17T08:29:59.278Z] 3d9ef1400e77: Verifying Checksum [2021-07-17T08:29:59.278Z] 3d9ef1400e77: Download complete [2021-07-17T08:29:59.876Z] 3d9ef1400e77: Pull complete [2021-07-17T08:30:00.143Z] fd332fbdc1db: Pull complete [2021-07-17T08:30:00.143Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-17T08:30:00.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-17T08:30:00.143Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-17T08:30:00.242Z] prd-centos7-docker-4c-2g-3167 does not seem to be running inside a container [2021-07-17T08:30:00.317Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-07-17T08:30:01.170Z] $ docker top a80a5c4e7725426075704da55aea63ddfc8423133c764804cd5e516fca4fd10a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-17T08:30:01.348Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-17T08:30:01.348Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-17T08:30:01.464Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-17T08:30:01.470Z] $ docker exec a80a5c4e7725426075704da55aea63ddfc8423133c764804cd5e516fca4fd10a ssh-agent [2021-07-17T08:30:01.588Z] SSH_AUTH_SOCK=/tmp/ssh-jGnjcrRwbf3N/agent.14 [2021-07-17T08:30:01.588Z] SSH_AGENT_PID=20 [2021-07-17T08:30:01.602Z] Running ssh-add (command line suppressed) [2021-07-17T08:30:01.710Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7028877868309616121.key (/w/workspace/edgex-go/2@tmp/private_key_7028877868309616121.key) [2021-07-17T08:30:01.744Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-17T08:30:02.084Z] + git tag --points-at HEAD [Pipeline] } [2021-07-17T08:30:02.127Z] $ docker exec --env ******** --env ******** a80a5c4e7725426075704da55aea63ddfc8423133c764804cd5e516fca4fd10a ssh-agent -k [2021-07-17T08:30:02.248Z] unset SSH_AUTH_SOCK; [2021-07-17T08:30:02.249Z] unset SSH_AGENT_PID; [2021-07-17T08:30:02.249Z] echo Agent pid 20 killed; [2021-07-17T08:30:02.290Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-17T08:30:02.362Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-17T08:30:02.363Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-17T08:30:02.513Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-17T08:30:02.521Z] $ docker exec a80a5c4e7725426075704da55aea63ddfc8423133c764804cd5e516fca4fd10a ssh-agent [2021-07-17T08:30:02.664Z] SSH_AUTH_SOCK=/tmp/ssh-VXDOk1lrMiYp/agent.56 [2021-07-17T08:30:02.664Z] SSH_AGENT_PID=62 [2021-07-17T08:30:02.690Z] Running ssh-add (command line suppressed) [2021-07-17T08:30:02.795Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2113653491827870096.key (/w/workspace/edgex-go/2@tmp/private_key_2113653491827870096.key) [2021-07-17T08:30:02.824Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-17T08:30:03.158Z] + git semver init [2021-07-17T08:30:03.158Z] # -> Open(): unable to determine branch for HEAD [2021-07-17T08:30:03.158Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-07-17T08:30:03.158Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-07-17T08:30:03.158Z] # $SEMVER_REMOTE_NAME = origin [2021-07-17T08:30:03.158Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-17T08:30:03.158Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-17T08:30:03.158Z] # $SEMVER_BRANCH = PR-3627 [2021-07-17T08:30:03.158Z] # $SEMVER_TEMP = /tmp/semver-032846881 [2021-07-17T08:30:03.158Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-07-17T08:30:25.285Z] # '/tmp/semver-032846881' -> '/w/workspace/edgex-go/2/.semver' [2021-07-17T08:30:25.285Z] # -> Force: false [2021-07-17T08:30:25.285Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-07-17T08:30:25.312Z] $ docker exec --env ******** --env ******** a80a5c4e7725426075704da55aea63ddfc8423133c764804cd5e516fca4fd10a ssh-agent -k [2021-07-17T08:30:25.418Z] unset SSH_AUTH_SOCK; [2021-07-17T08:30:25.418Z] unset SSH_AGENT_PID; [2021-07-17T08:30:25.418Z] echo Agent pid 62 killed; [2021-07-17T08:30:25.463Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-17T08:30:25.822Z] + git semver [Pipeline] } [2021-07-17T08:30:25.847Z] $ docker stop --time=1 a80a5c4e7725426075704da55aea63ddfc8423133c764804cd5e516fca4fd10a [2021-07-17T08:30:27.685Z] $ docker rm -f a80a5c4e7725426075704da55aea63ddfc8423133c764804cd5e516fca4fd10a [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-17T08:30:28.132Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-17T08:30:28.472Z] Stashed 1 file(s) [Pipeline] echo [2021-07-17T08:30:28.477Z] [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-07-17T08:30:28.804Z] ========================================================= [2021-07-17T08:30:28.805Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-17T08:30:28.805Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:30:29.160Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-07-17T08:30:30.577Z] Sending build context to Docker daemon 328.5MB [2021-07-17T08:30:30.577Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-07-17T08:30:30.577Z] Step 2/6 : FROM ${BASE} [2021-07-17T08:30:30.577Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-17T08:30:30.577Z] 540db60ca938: Pulling fs layer [2021-07-17T08:30:30.577Z] adcc1eea9eea: Pulling fs layer [2021-07-17T08:30:30.577Z] 4c4ab2625f07: Pulling fs layer [2021-07-17T08:30:30.577Z] 0773c198feca: Pulling fs layer [2021-07-17T08:30:30.577Z] 345f892a5656: Pulling fs layer [2021-07-17T08:30:30.577Z] 4796506630df: Pulling fs layer [2021-07-17T08:30:30.577Z] cc55df3e53f1: Pulling fs layer [2021-07-17T08:30:30.577Z] 4d027b6c602c: Pulling fs layer [2021-07-17T08:30:30.577Z] 449e75d2c14e: Pulling fs layer [2021-07-17T08:30:30.577Z] 0773c198feca: Waiting [2021-07-17T08:30:30.577Z] 345f892a5656: Waiting [2021-07-17T08:30:30.577Z] 4796506630df: Waiting [2021-07-17T08:30:30.577Z] cc55df3e53f1: Waiting [2021-07-17T08:30:30.577Z] 4d027b6c602c: Waiting [2021-07-17T08:30:30.577Z] 449e75d2c14e: Waiting [2021-07-17T08:30:30.577Z] 4c4ab2625f07: Download complete [2021-07-17T08:30:30.847Z] adcc1eea9eea: Verifying Checksum [2021-07-17T08:30:30.847Z] adcc1eea9eea: Download complete [2021-07-17T08:30:30.847Z] 345f892a5656: Verifying Checksum [2021-07-17T08:30:30.847Z] 345f892a5656: Download complete [2021-07-17T08:30:30.847Z] 4796506630df: Download complete [2021-07-17T08:30:30.847Z] 540db60ca938: Verifying Checksum [2021-07-17T08:30:30.847Z] 540db60ca938: Download complete [2021-07-17T08:30:30.847Z] cc55df3e53f1: Verifying Checksum [2021-07-17T08:30:30.847Z] cc55df3e53f1: Download complete [2021-07-17T08:30:31.114Z] 540db60ca938: Pull complete [2021-07-17T08:30:31.114Z] adcc1eea9eea: Pull complete [2021-07-17T08:30:31.114Z] 4c4ab2625f07: Pull complete [2021-07-17T08:30:32.087Z] 4d027b6c602c: Verifying Checksum [2021-07-17T08:30:32.087Z] 4d027b6c602c: Download complete [2021-07-17T08:30:34.666Z] 449e75d2c14e: Verifying Checksum [2021-07-17T08:30:34.666Z] 449e75d2c14e: Download complete [2021-07-17T08:30:36.079Z] 0773c198feca: Verifying Checksum [2021-07-17T08:30:36.079Z] 0773c198feca: Download complete [2021-07-17T08:30:39.460Z] 0773c198feca: Pull complete [2021-07-17T08:30:39.460Z] 345f892a5656: Pull complete [2021-07-17T08:30:39.460Z] 4796506630df: Pull complete [2021-07-17T08:30:39.460Z] cc55df3e53f1: Pull complete [2021-07-17T08:30:39.460Z] 4d027b6c602c: Pull complete [2021-07-17T08:30:41.439Z] 449e75d2c14e: Pull complete [2021-07-17T08:30:41.440Z] Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 [2021-07-17T08:30:41.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-17T08:30:41.440Z] ---> 0d28375d9b5b [2021-07-17T08:30:41.440Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-07-17T08:30:42.436Z] ---> Running in ae9b95afb6f4 [2021-07-17T08:30:43.030Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-17T08:30:43.704Z] Still waiting to schedule task [2021-07-17T08:30:43.704Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-07-17T08:30:43.997Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-17T08:30:44.265Z] (1/12) Installing libmagic (5.39-r0) [2021-07-17T08:30:44.851Z] (2/12) Installing file (5.39-r0) [2021-07-17T08:30:44.851Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-07-17T08:30:45.118Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-07-17T08:30:48.496Z] (5/12) Installing fortify-headers (1.1-r0) [2021-07-17T08:30:48.767Z] (6/12) Installing patch (2.7.6-r7) [2021-07-17T08:30:48.767Z] (7/12) Installing build-base (0.5-r2) [2021-07-17T08:30:48.767Z] (8/12) Installing libsodium (1.0.18-r0) [2021-07-17T08:30:49.034Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-07-17T08:30:49.034Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-07-17T08:30:49.034Z] (11/12) Installing libzmq (4.3.3-r1) [2021-07-17T08:30:49.301Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-07-17T08:30:49.301Z] Executing busybox-1.32.1-r6.trigger [2021-07-17T08:30:49.301Z] OK: 219 MiB in 52 packages [2021-07-17T08:30:50.723Z] Removing intermediate container ae9b95afb6f4 [2021-07-17T08:30:50.723Z] ---> 260892a9deaf [2021-07-17T08:30:50.723Z] Step 4/6 : WORKDIR /edgex-go [2021-07-17T08:30:50.723Z] ---> Running in 98bdbb834637 [2021-07-17T08:30:50.723Z] Removing intermediate container 98bdbb834637 [2021-07-17T08:30:50.723Z] ---> 3eea410e6177 [2021-07-17T08:30:50.723Z] Step 5/6 : COPY go.mod . [2021-07-17T08:30:50.996Z] ---> 9e3d626c53b7 [2021-07-17T08:30:50.997Z] Step 6/6 : RUN go mod download [2021-07-17T08:30:50.997Z] ---> Running in 0cace36d4d11 [2021-07-17T08:31:09.244Z] Removing intermediate container 0cace36d4d11 [2021-07-17T08:31:09.244Z] ---> fc93c33ed63a [2021-07-17T08:31:09.244Z] Successfully built fc93c33ed63a [2021-07-17T08:31:09.244Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:31:09.580Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-17T08:31:09.580Z] . [Pipeline] withDockerContainer [2021-07-17T08:31:09.677Z] prd-centos7-docker-4c-2g-3167 does not seem to be running inside a container [2021-07-17T08:31:09.754Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-17T08:31:10.177Z] $ docker top b11c070c4418e8be64d887e1f3efd710e26ca0bb1f91935f0c9514d80d0757ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-17T08:31:10.586Z] + go version [2021-07-17T08:31:10.587Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-17T08:31:10.661Z] $ docker stop --time=1 b11c070c4418e8be64d887e1f3efd710e26ca0bb1f91935f0c9514d80d0757ca [2021-07-17T08:31:11.877Z] $ docker rm -f b11c070c4418e8be64d887e1f3efd710e26ca0bb1f91935f0c9514d80d0757ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:31:12.460Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-17T08:31:12.460Z] . [Pipeline] withDockerContainer [2021-07-17T08:31:12.562Z] prd-centos7-docker-4c-2g-3167 does not seem to be running inside a container [2021-07-17T08:31:12.639Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-17T08:31:13.010Z] $ docker top 14c9150818b4f7cd15d450c4b5621c2c3815d957afc8de7035c2e641e4ce529a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-07-17T08:31:13.170Z] ========================================================= [2021-07-17T08:31:13.170Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-07-17T08:31:13.170Z] ========================================================= [Pipeline] sh [2021-07-17T08:31:13.555Z] + go mod tidy [Pipeline] sh [2021-07-17T08:31:14.165Z] + make test [2021-07-17T08:31:14.166Z] 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-07-17T08:31:14.436Z] go mod tidy [2021-07-17T08:31:14.436Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-07-17T08:31:19.877Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-07-17T08:31:38.176Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-07-17T08:31:42.451Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-07-17T08:31:42.451Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-07-17T08:31:42.727Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-07-17T08:31:45.348Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-07-17T08:31:45.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-07-17T08:31:45.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-07-17T08:31:45.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-07-17T08:31:46.247Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-07-17T08:31:46.858Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-07-17T08:31:46.858Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-07-17T08:31:46.858Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-07-17T08:31:46.858Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-07-17T08:31:46.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-07-17T08:31:49.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.052s coverage: 28.7% of statements [2021-07-17T08:31:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-07-17T08:31:49.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-07-17T08:31:50.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.064s coverage: 100.0% of statements [2021-07-17T08:31:50.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-07-17T08:31:50.755Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.073s coverage: 46.3% of statements [2021-07-17T08:31:50.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-07-17T08:31:50.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-07-17T08:31:51.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.114s coverage: 89.9% of statements [2021-07-17T08:31:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-07-17T08:31:51.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-07-17T08:31:52.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.048s coverage: 81.2% of statements [2021-07-17T08:31:52.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-07-17T08:31:52.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-07-17T08:31:52.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-07-17T08:31:52.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-07-17T08:31:52.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-07-17T08:31:53.297Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.259s coverage: 94.2% of statements [2021-07-17T08:31:53.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-07-17T08:31:53.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-07-17T08:31:53.297Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.055s coverage: 59.1% of statements [2021-07-17T08:31:53.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-07-17T08:31:53.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-07-17T08:31:53.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-07-17T08:31:53.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-07-17T08:31:53.297Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-07-17T08:31:53.565Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 60.0% of statements [2021-07-17T08:31:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-07-17T08:31:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-07-17T08:31:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-07-17T08:31:54.529Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.052s coverage: 0.8% of statements [2021-07-17T08:31:54.529Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-07-17T08:31:54.529Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements [2021-07-17T08:31:54.529Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.057s coverage: 22.0% of statements [2021-07-17T08:31:54.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-07-17T08:31:54.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements [2021-07-17T08:31:55.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements [2021-07-17T08:31:55.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements [2021-07-17T08:31:55.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.146s coverage: 96.3% of statements [2021-07-17T08:31:55.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements [2021-07-17T08:32:08.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.062s coverage: 94.4% of statements [2021-07-17T08:32:08.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-07-17T08:32:12.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.212s coverage: 81.8% of statements [2021-07-17T08:32:12.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 58.8% of statements [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 85.4% of statements [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.2% of statements [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.151s coverage: 64.4% of statements [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2021-07-17T08:32:30.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.173s coverage: 66.9% of statements [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-07-17T08:32:30.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-07-17T08:32:31.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 43.6% of statements [2021-07-17T08:32:31.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-07-17T08:32:31.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-07-17T08:32:31.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements [2021-07-17T08:32:31.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-07-17T08:32:31.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements [2021-07-17T08:32:31.549Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-07-17T08:32:38.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.066s coverage: 19.3% of statements [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-07-17T08:32:38.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.132s coverage: 92.0% of statements [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-07-17T08:32:38.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 62.7% of statements [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-07-17T08:32:38.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.085s coverage: 97.7% of statements [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-07-17T08:32:38.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-07-17T08:32:38.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-07-17T08:32:38.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2021-07-17T08:32:38.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 95.4% of statements [2021-07-17T08:32:38.218Z] GO111MODULE=on go vet ./... [2021-07-17T08:32:47.317Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3169 in /w/workspace/edgexfoundry_edgex-go_PR-3627 [Pipeline] { [Pipeline] ws [2021-07-17T08:32:47.335Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-07-17T08:32:47.550Z] The recommended git tool is: git [2021-07-17T08:32:53.646Z] using credential edgex-jenkins-ssh [2021-07-17T08:32:53.669Z] Cloning the remote Git repository [2021-07-17T08:32:53.718Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-07-17T08:32:53.855Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-07-17T08:32:53.943Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-17T08:32:53.944Z] > git --version # timeout=10 [2021-07-17T08:32:53.972Z] > git --version # 'git version 2.17.1' [2021-07-17T08:32:53.974Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-17T08:32:54.056Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-17T08:33:00.408Z] gofmt -l . [2021-07-17T08:33:00.679Z] [ "`gofmt -l .`" = "" ] [2021-07-17T08:33:00.947Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-07-17T08:33:01.935Z] + ls -al . [2021-07-17T08:33:01.935Z] total 572 [2021-07-17T08:33:01.935Z] drwxrwxr-x 10 1001 1001 4096 Jul 17 08:33 . [2021-07-17T08:33:01.935Z] drwxr-xr-x 4 root root 28 Jul 17 08:31 .. [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 11 Jul 17 08:29 .dockerignore [2021-07-17T08:33:01.935Z] drwxrwxr-x 8 1001 1001 179 Jul 17 08:29 .git [2021-07-17T08:33:01.935Z] drwxrwxr-x 3 1001 1001 125 Jul 17 08:29 .github [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 818 Jul 17 08:29 .gitignore [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 76 Jul 17 08:29 .hadolint.yml [2021-07-17T08:33:01.935Z] drwx------ 3 1001 1001 58 Jul 17 08:30 .semver [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 166 Jul 17 08:29 .sonarcloud.properties [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 8609 Jul 17 08:29 Attribution.txt [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 43881 Jul 17 08:29 CHANGELOG.md [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 3804 Jul 17 08:29 CONTRIBUTING.md [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 931 Jul 17 08:29 Dockerfile.build [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 849 Jul 17 08:29 Jenkinsfile [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 10775 Jul 17 08:29 LICENSE [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 5915 Jul 17 08:29 Makefile [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 8649 Jul 17 08:29 README.md [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 6912 Jul 17 08:29 SECURITY.md [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 5 Jul 17 08:30 VERSION [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 4131 Jul 17 08:29 ZMQWindows.md [2021-07-17T08:33:01.935Z] drwxrwxr-x 2 1001 1001 37 Jul 17 08:29 bin [2021-07-17T08:33:01.935Z] drwxrwxr-x 14 1001 1001 4096 Jul 17 08:29 cmd [2021-07-17T08:33:01.935Z] -rw-r--r-- 1 root root 403847 Jul 17 08:32 coverage.out [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 812 Jul 17 08:29 go.mod [2021-07-17T08:33:01.935Z] -rw-r--r-- 1 root root 21149 Jul 17 08:31 go.sum [2021-07-17T08:33:01.935Z] drwxrwxr-x 8 1001 1001 124 Jul 17 08:29 internal [2021-07-17T08:33:01.935Z] drwxrwxr-x 3 1001 1001 16 Jul 17 08:29 openapi [2021-07-17T08:33:01.935Z] drwxrwxr-x 4 1001 1001 71 Jul 17 08:29 snap [2021-07-17T08:33:01.935Z] -rw-rw-r-- 1 1001 1001 204 Jul 17 08:29 version.go [Pipeline] sh [2021-07-17T08:33:02.272Z] + '[' -e coverage.out ] [2021-07-17T08:33:02.272Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-07-17T08:33:02.395Z] Stashed 1 file(s) [Pipeline] sh [2021-07-17T08:33:02.709Z] + make build [2021-07-17T08:33:02.709Z] go mod tidy [2021-07-17T08:33:02.709Z] 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-07-17T08:33:04.130Z] 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-07-17T08:33:08.906Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-17T08:33:08.930Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-17T08:33:08.956Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-17T08:33:08.995Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-17T08:33:08.995Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-17T08:33:09.009Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3627/head:refs/remotes/origin/PR-3627 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-17T08:33:09.758Z] Merging remotes/origin/main commit 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 into PR head commit 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 [2021-07-17T08:33:10.241Z] Merge succeeded, producing b18bae1c934bd63046ff6f12342a3f2803d65783 [2021-07-17T08:33:10.241Z] Checking out Revision b18bae1c934bd63046ff6f12342a3f2803d65783 (PR-3627) [2021-07-17T08:33:10.830Z] 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-07-17T08:33:11.101Z] 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-07-17T08:33:09.764Z] > git config core.sparsecheckout # timeout=10 [2021-07-17T08:33:09.777Z] > git checkout -f 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 # timeout=10 [2021-07-17T08:33:09.985Z] > git remote # timeout=10 [2021-07-17T08:33:10.002Z] > git config --get remote.origin.url # timeout=10 [2021-07-17T08:33:10.013Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-17T08:33:10.024Z] > git merge 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 # timeout=10 [2021-07-17T08:33:10.207Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-17T08:33:10.234Z] > git config core.sparsecheckout # timeout=10 [2021-07-17T08:33:10.244Z] > git checkout -f b18bae1c934bd63046ff6f12342a3f2803d65783 # timeout=10 [2021-07-17T08:33:12.078Z] 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-07-17T08:33:12.347Z] 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-07-17T08:33:13.317Z] 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-07-17T08:33:14.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-07-17T08:33:14.549Z] Commit message: "Merge commit '8ac2c5b0481f8b8091b66f2267a28d88a679c7d1' into HEAD" [2021-07-17T08:33:14.544Z] > git rev-list --no-walk 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 # timeout=10 [2021-07-17T08:33:14.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-17T08:33:15.225Z] provisioning config files... [2021-07-17T08:33:15.295Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2364385447189975917tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-17T08:33:15.840Z] 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-07-17T08:33:15.931Z] ---> docker-login.sh [2021-07-17T08:33:15.931Z] nexus3.edgexfoundry.org:10001 [2021-07-17T08:33:16.428Z] 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-07-17T08:33:16.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-17T08:33:17.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-17T08:33:17.211Z] Configure a credential helper to remove this warning. See [2021-07-17T08:33:17.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-17T08:33:17.211Z] [2021-07-17T08:33:17.211Z] Login Succeeded [2021-07-17T08:33:17.211Z] nexus3.edgexfoundry.org:10002 [2021-07-17T08:33:17.400Z] 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-07-17T08:33:17.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-17T08:33:17.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-17T08:33:17.823Z] Configure a credential helper to remove this warning. See [2021-07-17T08:33:17.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-17T08:33:17.823Z] [2021-07-17T08:33:17.823Z] Login Succeeded [2021-07-17T08:33:17.823Z] nexus3.edgexfoundry.org:10003 [2021-07-17T08:33:18.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-17T08:33:18.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-17T08:33:18.407Z] Configure a credential helper to remove this warning. See [2021-07-17T08:33:18.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-17T08:33:18.407Z] [2021-07-17T08:33:18.407Z] Login Succeeded [2021-07-17T08:33:18.407Z] nexus3.edgexfoundry.org:10004 [2021-07-17T08:33:18.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2021-07-17T08:33:18.861Z] $ docker stop --time=1 14c9150818b4f7cd15d450c4b5621c2c3815d957afc8de7035c2e641e4ce529a [2021-07-17T08:33:18.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-17T08:33:18.972Z] Configure a credential helper to remove this warning. See [2021-07-17T08:33:18.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-17T08:33:18.972Z] [2021-07-17T08:33:18.972Z] Login Succeeded [2021-07-17T08:33:18.972Z] docker.io [2021-07-17T08:33:19.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-17T08:33:19.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-17T08:33:19.861Z] Configure a credential helper to remove this warning. See [2021-07-17T08:33:19.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-17T08:33:19.861Z] [2021-07-17T08:33:19.861Z] Login Succeeded [2021-07-17T08:33:19.861Z] ---> docker-login.sh ends [2021-07-17T08:33:20.665Z] $ docker rm -f 14c9150818b4f7cd15d450c4b5621c2c3815d957afc8de7035c2e641e4ce529a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-07-17T08:33:20.906Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-07-17T08:33:23.836Z] ========================================================= [2021-07-17T08:33:23.836Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-17T08:33:23.836Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:33:24.214Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-07-17T08:33:24.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-17T08:33:24.485Z] [2021-07-17T08:33:24.485Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:33:25.031Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-17T08:33:25.031Z] latest: Pulling from edgex-devops/edgex-compose [2021-07-17T08:33:25.031Z] cbdbe7a5bc2a: Pulling fs layer [2021-07-17T08:33:25.031Z] ca9280d653b3: Pulling fs layer [2021-07-17T08:33:25.031Z] 7e9c9ca2126c: Pulling fs layer [2021-07-17T08:33:25.308Z] cbdbe7a5bc2a: Verifying Checksum [2021-07-17T08:33:25.308Z] cbdbe7a5bc2a: Download complete [2021-07-17T08:33:25.575Z] cbdbe7a5bc2a: Pull complete [2021-07-17T08:33:26.165Z] ca9280d653b3: Verifying Checksum [2021-07-17T08:33:26.165Z] ca9280d653b3: Download complete [2021-07-17T08:33:26.235Z] Sending build context to Docker daemon 165.8MB [2021-07-17T08:33:26.235Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-07-17T08:33:26.235Z] Step 2/6 : FROM ${BASE} [2021-07-17T08:33:26.512Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-17T08:33:26.512Z] 595b0fe564bb: Pulling fs layer [2021-07-17T08:33:26.512Z] 24495759ef45: Pulling fs layer [2021-07-17T08:33:26.512Z] d148012ef14d: Pulling fs layer [2021-07-17T08:33:26.512Z] cb65c68fc2e2: Pulling fs layer [2021-07-17T08:33:26.512Z] 093eec477d81: Pulling fs layer [2021-07-17T08:33:26.512Z] a6d5b2bbb924: Pulling fs layer [2021-07-17T08:33:26.512Z] 2446dc1eb7d3: Pulling fs layer [2021-07-17T08:33:26.512Z] 596795e73e0f: Pulling fs layer [2021-07-17T08:33:26.512Z] cb65c68fc2e2: Waiting [2021-07-17T08:33:26.512Z] 093eec477d81: Waiting [2021-07-17T08:33:26.512Z] a6d5b2bbb924: Waiting [2021-07-17T08:33:26.512Z] 2446dc1eb7d3: Waiting [2021-07-17T08:33:26.512Z] 596795e73e0f: Waiting [2021-07-17T08:33:26.512Z] d148012ef14d: Verifying Checksum [2021-07-17T08:33:26.512Z] d148012ef14d: Download complete [2021-07-17T08:33:26.512Z] 24495759ef45: Verifying Checksum [2021-07-17T08:33:26.512Z] 24495759ef45: Download complete [2021-07-17T08:33:26.764Z] ca9280d653b3: Pull complete [2021-07-17T08:33:26.788Z] 093eec477d81: Verifying Checksum [2021-07-17T08:33:26.788Z] 093eec477d81: Download complete [2021-07-17T08:33:26.788Z] a6d5b2bbb924: Verifying Checksum [2021-07-17T08:33:26.788Z] a6d5b2bbb924: Download complete [2021-07-17T08:33:26.788Z] 2446dc1eb7d3: Verifying Checksum [2021-07-17T08:33:26.788Z] 2446dc1eb7d3: Download complete [2021-07-17T08:33:26.788Z] 595b0fe564bb: Verifying Checksum [2021-07-17T08:33:26.788Z] 595b0fe564bb: Download complete [2021-07-17T08:33:27.781Z] 595b0fe564bb: Pull complete [2021-07-17T08:33:28.394Z] 24495759ef45: Pull complete [2021-07-17T08:33:28.667Z] d148012ef14d: Pull complete [2021-07-17T08:33:29.658Z] 596795e73e0f: Verifying Checksum [2021-07-17T08:33:29.659Z] 596795e73e0f: Download complete [2021-07-17T08:33:30.104Z] 7e9c9ca2126c: Verifying Checksum [2021-07-17T08:33:30.105Z] 7e9c9ca2126c: Download complete [2021-07-17T08:33:30.651Z] cb65c68fc2e2: Download complete [2021-07-17T08:33:32.726Z] 7e9c9ca2126c: Pull complete [2021-07-17T08:33:32.726Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-07-17T08:33:32.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-17T08:33:32.726Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-07-17T08:33:32.825Z] prd-centos7-docker-4c-2g-3167 does not seem to be running inside a container [2021-07-17T08:33:32.902Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-07-17T08:33:35.153Z] $ docker top e811137750394d2ce3565d723643b71143e3c0023cb168655e5f00c15c8274db -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-17T08:33:35.550Z] + docker-compose build --help [2021-07-17T08:33:35.550Z] + grep parallel [2021-07-17T08:33:36.136Z] --parallel Build images in parallel. [Pipeline] } [2021-07-17T08:33:36.154Z] $ docker stop --time=1 e811137750394d2ce3565d723643b71143e3c0023cb168655e5f00c15c8274db [2021-07-17T08:33:37.341Z] $ docker rm -f e811137750394d2ce3565d723643b71143e3c0023cb168655e5f00c15c8274db [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:33:37.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-17T08:33:37.788Z] . [Pipeline] withDockerContainer [2021-07-17T08:33:37.883Z] prd-centos7-docker-4c-2g-3167 does not seem to be running inside a container [2021-07-17T08:33:37.949Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-07-17T08:33:38.305Z] $ docker top b9c1ba4fe627105b41d761540df235ec77ec6a7f9cdee612748453c8c161f2fd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-17T08:33:38.701Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-07-17T08:33:39.285Z] Building core-command ... [2021-07-17T08:33:39.285Z] Building core-data ... [2021-07-17T08:33:39.285Z] Building core-metadata ... [2021-07-17T08:33:39.285Z] Building security-bootstrapper ... [2021-07-17T08:33:39.285Z] Building security-proxy-setup ... [2021-07-17T08:33:39.285Z] Building security-secretstore-setup ... [2021-07-17T08:33:39.285Z] Building support-notifications ... [2021-07-17T08:33:39.285Z] Building support-scheduler ... [2021-07-17T08:33:39.285Z] Building sys-mgmt-agent ... [2021-07-17T08:33:39.285Z] Building core-metadata [2021-07-17T08:33:39.285Z] Building security-secretstore-setup [2021-07-17T08:33:39.285Z] Building security-proxy-setup [2021-07-17T08:33:39.285Z] Building support-scheduler [2021-07-17T08:33:39.285Z] Building support-notifications [2021-07-17T08:33:40.856Z] cb65c68fc2e2: Pull complete [2021-07-17T08:33:40.856Z] 093eec477d81: Pull complete [2021-07-17T08:33:41.457Z] a6d5b2bbb924: Pull complete [2021-07-17T08:33:41.732Z] 2446dc1eb7d3: Pull complete [2021-07-17T08:33:45.121Z] 596795e73e0f: Pull complete [2021-07-17T08:33:45.394Z] Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 [2021-07-17T08:33:45.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-17T08:33:45.394Z] ---> d9e956139c92 [2021-07-17T08:33:45.394Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-07-17T08:33:48.806Z] ---> Running in 39439115469e [2021-07-17T08:33:49.791Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-17T08:33:50.768Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-17T08:33:51.361Z] (1/12) Installing libmagic (5.39-r0) [2021-07-17T08:33:51.644Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:33:51.644Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:33:51.644Z] ---> fc93c33ed63a [2021-07-17T08:33:51.644Z] Step 3/23 : WORKDIR /edgex-go [2021-07-17T08:33:51.644Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:33:51.644Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:33:51.644Z] ---> fc93c33ed63a [2021-07-17T08:33:51.644Z] Step 3/24 : WORKDIR /edgex-go [2021-07-17T08:33:51.967Z] (2/12) Installing file (5.39-r0) [2021-07-17T08:33:51.967Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-07-17T08:33:51.967Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-07-17T08:33:56.995Z] ---> Running in e5dacc12ec6a [2021-07-17T08:33:56.995Z] ---> Running in c48dad0e455f [2021-07-17T08:33:56.995Z] Removing intermediate container c48dad0e455f [2021-07-17T08:33:56.995Z] ---> 426c9cc1451e [2021-07-17T08:33:56.995Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:33:57.260Z] Removing intermediate container e5dacc12ec6a [2021-07-17T08:33:57.260Z] ---> e77f2c401821 [2021-07-17T08:33:57.260Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:33:57.388Z] (5/12) Installing fortify-headers (1.1-r0) [2021-07-17T08:33:57.389Z] (6/12) Installing patch (2.7.6-r7) [2021-07-17T08:33:57.389Z] (7/12) Installing build-base (0.5-r2) [2021-07-17T08:33:57.389Z] (8/12) Installing libsodium (1.0.18-r0) [2021-07-17T08:33:57.389Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-07-17T08:33:57.389Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-07-17T08:33:57.527Z] ---> Running in af522c67c93a [2021-07-17T08:33:57.527Z] ---> Running in e41f85d2ca75 [2021-07-17T08:33:57.527Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:33:57.527Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:33:57.527Z] ---> fc93c33ed63a [2021-07-17T08:33:57.527Z] Step 3/22 : WORKDIR /edgex-go [2021-07-17T08:33:57.527Z] ---> Using cache [2021-07-17T08:33:57.527Z] ---> e77f2c401821 [2021-07-17T08:33:57.527Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:33:57.663Z] (11/12) Installing libzmq (4.3.3-r1) [2021-07-17T08:33:57.664Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-07-17T08:33:57.664Z] Executing busybox-1.32.1-r6.trigger [2021-07-17T08:33:57.664Z] OK: 218 MiB in 52 packages [2021-07-17T08:33:57.796Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:33:57.796Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:33:57.796Z] ---> fc93c33ed63a [2021-07-17T08:33:57.796Z] Step 3/26 : WORKDIR /edgex-go [2021-07-17T08:33:57.796Z] ---> Using cache [2021-07-17T08:33:57.796Z] ---> e77f2c401821 [2021-07-17T08:33:57.796Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:33:57.796Z] ---> Running in c43f5361703d [2021-07-17T08:33:58.063Z] ---> Running in a2c6fdeded97 [2021-07-17T08:33:58.651Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:33:58.651Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:33:58.651Z] ---> fc93c33ed63a [2021-07-17T08:33:58.651Z] Step 3/23 : WORKDIR /edgex-go [2021-07-17T08:33:58.651Z] ---> Using cache [2021-07-17T08:33:58.651Z] ---> e77f2c401821 [2021-07-17T08:33:58.651Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:33:58.651Z] ---> Running in 3da5a933fa3a [2021-07-17T08:33:58.921Z] Removing intermediate container e41f85d2ca75 [2021-07-17T08:33:58.921Z] ---> ea77282fd99b [2021-07-17T08:33:58.921Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-17T08:33:58.921Z] ---> Running in 898ea66765d2 [2021-07-17T08:33:58.921Z] Removing intermediate container af522c67c93a [2021-07-17T08:33:58.921Z] ---> 5fabd3134c16 [2021-07-17T08:33:58.921Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-07-17T08:33:58.921Z] ---> Running in 38c442517d22 [2021-07-17T08:33:59.198Z] Removing intermediate container c43f5361703d [2021-07-17T08:33:59.198Z] ---> fb705054b857 [2021-07-17T08:33:59.198Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-07-17T08:33:59.198Z] ---> Running in b97a21fdc1e7 [2021-07-17T08:33:59.198Z] Removing intermediate container a2c6fdeded97 [2021-07-17T08:33:59.198Z] ---> d7812ed2dc1a [2021-07-17T08:33:59.198Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-07-17T08:33:59.198Z] ---> Running in e2c0dfbf5efd [2021-07-17T08:33:59.792Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-17T08:33:59.792Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-17T08:33:59.792Z] Removing intermediate container 3da5a933fa3a [2021-07-17T08:33:59.792Z] ---> 3893e5d36e86 [2021-07-17T08:33:59.792Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-07-17T08:33:59.792Z] ---> Running in 6b2411899f7f [2021-07-17T08:33:59.792Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-17T08:33:59.792Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-17T08:34:00.060Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-17T08:34:00.641Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-17T08:34:00.641Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-17T08:34:00.641Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-17T08:34:01.230Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-17T08:34:01.230Z] OK: 219 MiB in 52 packages [2021-07-17T08:34:01.510Z] Removing intermediate container b97a21fdc1e7 [2021-07-17T08:34:01.510Z] ---> 1465d6628dc2 [2021-07-17T08:34:01.510Z] Step 6/22 : COPY go.mod . [2021-07-17T08:34:01.778Z] ---> e4dccff5ba62 [2021-07-17T08:34:01.778Z] Step 7/22 : RUN go mod download [2021-07-17T08:34:01.778Z] ---> Running in fccfccc727be [2021-07-17T08:34:01.778Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-17T08:34:02.022Z] Removing intermediate container 39439115469e [2021-07-17T08:34:02.022Z] ---> 4596f1dbcf34 [2021-07-17T08:34:02.022Z] Step 4/6 : WORKDIR /edgex-go [2021-07-17T08:34:02.022Z] ---> Running in e96e75f69a2b [2021-07-17T08:34:02.296Z] Removing intermediate container e96e75f69a2b [2021-07-17T08:34:02.296Z] ---> 0f4f13302780 [2021-07-17T08:34:02.296Z] Step 5/6 : COPY go.mod . [2021-07-17T08:34:02.374Z] OK: 219 MiB in 52 packages [2021-07-17T08:34:02.374Z] Removing intermediate container fccfccc727be [2021-07-17T08:34:02.374Z] ---> 77a3a74a61bc [2021-07-17T08:34:02.374Z] Step 8/22 : COPY . . [2021-07-17T08:34:02.652Z] Removing intermediate container 38c442517d22 [2021-07-17T08:34:02.652Z] ---> 9ade3d4e5d77 [2021-07-17T08:34:02.652Z] Step 6/23 : COPY go.mod . [2021-07-17T08:34:02.652Z] OK: 219 MiB in 52 packages [2021-07-17T08:34:03.261Z] OK: 219 MiB in 52 packages [2021-07-17T08:34:03.288Z] ---> 43e825cea97c [2021-07-17T08:34:03.288Z] Step 6/6 : RUN go mod download [2021-07-17T08:34:03.288Z] ---> Running in 494d1fbd64bf [2021-07-17T08:34:04.235Z] ---> ed38d4d8a396 [2021-07-17T08:34:04.235Z] Step 7/23 : RUN go mod download [2021-07-17T08:34:04.506Z] OK: 219 MiB in 52 packages [2021-07-17T08:34:04.779Z] ---> Running in 55b6bc1addf7 [2021-07-17T08:34:05.056Z] Removing intermediate container 898ea66765d2 [2021-07-17T08:34:05.056Z] ---> 2aa64bce78e4 [2021-07-17T08:34:05.056Z] Step 6/24 : COPY go.mod . [2021-07-17T08:34:05.056Z] Removing intermediate container e2c0dfbf5efd [2021-07-17T08:34:05.056Z] ---> 84a92e0807ba [2021-07-17T08:34:05.056Z] Step 6/26 : COPY go.mod . [2021-07-17T08:34:05.343Z] Removing intermediate container 6b2411899f7f [2021-07-17T08:34:05.343Z] ---> 041d51c4607a [2021-07-17T08:34:05.343Z] Step 6/23 : COPY go.mod . [2021-07-17T08:34:05.343Z] ---> 3b92e426f3c1 [2021-07-17T08:34:05.343Z] Step 7/24 : RUN go mod download [2021-07-17T08:34:05.343Z] ---> Running in 392edfd13f8f [2021-07-17T08:34:05.629Z] ---> a1a971c71217 [2021-07-17T08:34:05.629Z] Step 7/26 : RUN go mod download [2021-07-17T08:34:05.629Z] ---> 1159a6e6961f [2021-07-17T08:34:05.629Z] Step 7/23 : RUN go mod download [2021-07-17T08:34:05.629Z] ---> Running in 871d7c3fb0f7 [2021-07-17T08:34:05.629Z] ---> Running in 0dbf5143b39c [2021-07-17T08:34:06.223Z] Removing intermediate container 55b6bc1addf7 [2021-07-17T08:34:06.223Z] ---> c3b3c229feb2 [2021-07-17T08:34:06.223Z] Step 8/23 : COPY . . [2021-07-17T08:34:06.223Z] ---> 7eba525009f4 [2021-07-17T08:34:06.223Z] Step 9/22 : RUN go mod tidy [2021-07-17T08:34:06.493Z] ---> Running in fee54d36e712 [2021-07-17T08:34:06.766Z] Removing intermediate container 392edfd13f8f [2021-07-17T08:34:06.766Z] ---> 0cfe59a55e4f [2021-07-17T08:34:06.766Z] Step 8/24 : COPY . . [2021-07-17T08:34:10.148Z] Removing intermediate container 871d7c3fb0f7 [2021-07-17T08:34:10.148Z] ---> 6020b76a5932 [2021-07-17T08:34:10.148Z] Step 8/26 : COPY . . [2021-07-17T08:34:10.418Z] Removing intermediate container 0dbf5143b39c [2021-07-17T08:34:10.418Z] ---> 89ae5d812113 [2021-07-17T08:34:10.418Z] Step 8/23 : COPY . . [2021-07-17T08:34:10.697Z] Removing intermediate container fee54d36e712 [2021-07-17T08:34:10.697Z] ---> 70a04e12b17a [2021-07-17T08:34:10.697Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-07-17T08:34:11.305Z] ---> Running in db1a8d4f7fb6 [2021-07-17T08:34:13.911Z] 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-07-17T08:34:13.911Z] ---> 5ffc09fd6273 [2021-07-17T08:34:13.911Z] Step 9/23 : RUN go mod tidy [2021-07-17T08:34:13.911Z] ---> a31b92ef07e9 [2021-07-17T08:34:13.911Z] Step 9/24 : RUN go mod tidy [2021-07-17T08:34:14.187Z] ---> Running in 2a95ba457e3d [2021-07-17T08:34:14.187Z] ---> Running in 8ac40bf99160 [2021-07-17T08:34:18.517Z] Removing intermediate container 2a95ba457e3d [2021-07-17T08:34:18.517Z] ---> 122f1c1d86af [2021-07-17T08:34:18.517Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-07-17T08:34:18.517Z] Removing intermediate container 8ac40bf99160 [2021-07-17T08:34:18.517Z] ---> cf7cb9330b7b [2021-07-17T08:34:18.517Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-07-17T08:34:18.804Z] ---> Running in b6a8ee4cde80 [2021-07-17T08:34:19.079Z] ---> Running in 336002cc8044 [2021-07-17T08:34:20.065Z] 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-07-17T08:34:21.048Z] 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-07-17T08:34:29.413Z] ---> 8819fa68ee8d [2021-07-17T08:34:29.413Z] Step 9/26 : RUN go mod tidy [2021-07-17T08:34:29.413Z] ---> Running in 15e0c93b24da [2021-07-17T08:34:29.413Z] ---> 33b245fe443c [2021-07-17T08:34:29.413Z] Step 9/23 : RUN go mod tidy [2021-07-17T08:34:29.413Z] ---> Running in 2fc5e7eaf28b [2021-07-17T08:34:30.121Z] Removing intermediate container 494d1fbd64bf [2021-07-17T08:34:30.121Z] ---> ecbc04f5e44e [2021-07-17T08:34:30.121Z] Successfully built ecbc04f5e44e [2021-07-17T08:34:30.121Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:34:30.469Z] + docker inspect -f . ci-base-image-arm64 [2021-07-17T08:34:30.469Z] . [Pipeline] withDockerContainer [2021-07-17T08:34:30.698Z] prd-ubuntu18.04-docker-arm64-4c-16g-3169 does not seem to be running inside a container [2021-07-17T08:34:30.782Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-07-17T08:34:31.366Z] Removing intermediate container 2fc5e7eaf28b [2021-07-17T08:34:31.366Z] ---> 7b1c0771c11f [2021-07-17T08:34:31.366Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-07-17T08:34:31.366Z] Removing intermediate container 15e0c93b24da [2021-07-17T08:34:31.366Z] ---> fae8d3603f8b [2021-07-17T08:34:31.366Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-07-17T08:34:31.366Z] ---> Running in 395be721c672 [2021-07-17T08:34:31.366Z] ---> Running in ba8838cfe5c0 [2021-07-17T08:34:31.967Z] 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-07-17T08:34:32.235Z] 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-07-17T08:34:32.392Z] $ docker top 6879b3b5107bc2fd81218b7fb769517cb22740e3125d00d31cb809819386bb7e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-17T08:34:33.383Z] + go version [2021-07-17T08:34:33.383Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-17T08:34:33.394Z] $ docker stop --time=1 6879b3b5107bc2fd81218b7fb769517cb22740e3125d00d31cb809819386bb7e [2021-07-17T08:34:35.251Z] $ docker rm -f 6879b3b5107bc2fd81218b7fb769517cb22740e3125d00d31cb809819386bb7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-07-17T08:34:35.606Z] 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 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:34:36.008Z] + docker inspect -f . ci-base-image-arm64 [2021-07-17T08:34:36.008Z] . [Pipeline] withDockerContainer [2021-07-17T08:34:36.234Z] prd-ubuntu18.04-docker-arm64-4c-16g-3169 does not seem to be running inside a container [2021-07-17T08:34:36.306Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-07-17T08:34:37.791Z] $ docker top 3057dc0b8f62dafea1b9e203c2689c5117d2858ac962684cbff1d5c52e53864b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-07-17T08:34:38.127Z] ========================================================= [2021-07-17T08:34:38.127Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-07-17T08:34:38.127Z] ========================================================= [Pipeline] sh [2021-07-17T08:34:38.788Z] + go mod tidy [Pipeline] sh [2021-07-17T08:34:40.072Z] + make test [2021-07-17T08:34:40.072Z] 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-07-17T08:34:40.072Z] go mod tidy [2021-07-17T08:34:40.675Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-07-17T08:34:42.259Z] Removing intermediate container db1a8d4f7fb6 [2021-07-17T08:34:42.259Z] ---> a8781d24f08b [2021-07-17T08:34:42.259Z] [2021-07-17T08:34:42.259Z] Step 11/22 : FROM alpine:3.12 [2021-07-17T08:34:42.259Z] 3.12: Pulling from library/alpine [2021-07-17T08:34:42.846Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-17T08:34:42.846Z] Status: Downloaded newer image for alpine:3.12 [2021-07-17T08:34:42.846Z] ---> 13621d1b12d4 [2021-07-17T08:34:42.846Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-07-17T08:34:43.115Z] ---> Running in 581cb0d3f6f2 [2021-07-17T08:34:43.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-17T08:34:43.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-17T08:34:44.293Z] (1/4) Installing ca-certificates (20191127-r4) [2021-07-17T08:34:44.293Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-07-17T08:34:44.293Z] (3/4) Installing libcurl (7.77.0-r0) [2021-07-17T08:34:44.293Z] (4/4) Installing curl (7.77.0-r0) [2021-07-17T08:34:44.293Z] Executing busybox-1.31.1-r20.trigger [2021-07-17T08:34:44.293Z] Executing ca-certificates-20191127-r4.trigger [2021-07-17T08:34:44.293Z] OK: 7 MiB in 18 packages [2021-07-17T08:34:45.256Z] Removing intermediate container 581cb0d3f6f2 [2021-07-17T08:34:45.257Z] ---> 9c9a05b578aa [2021-07-17T08:34:45.257Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-17T08:34:45.257Z] ---> Running in fd133e986fd5 [2021-07-17T08:34:45.257Z] Removing intermediate container fd133e986fd5 [2021-07-17T08:34:45.257Z] ---> c5d6a1a6008e [2021-07-17T08:34:45.257Z] Step 14/22 : WORKDIR /edgex [2021-07-17T08:34:45.257Z] ---> Running in dc311ad67f50 [2021-07-17T08:34:45.524Z] Removing intermediate container dc311ad67f50 [2021-07-17T08:34:45.524Z] ---> 01420b7fcb9c [2021-07-17T08:34:45.524Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-07-17T08:34:45.804Z] ---> 9c291a901bde [2021-07-17T08:34:45.804Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-07-17T08:34:46.442Z] ---> 4b336d97946d [2021-07-17T08:34:46.442Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-07-17T08:34:47.051Z] ---> 7bc64ed84f0f [2021-07-17T08:34:47.051Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-07-17T08:34:47.051Z] ---> Running in 5fcbbe5d66eb [2021-07-17T08:34:47.051Z] Removing intermediate container 5fcbbe5d66eb [2021-07-17T08:34:47.051Z] ---> bacfe74c3cc2 [2021-07-17T08:34:47.051Z] Step 19/22 : CMD ["--init=true"] [2021-07-17T08:34:47.323Z] ---> Running in 6f7ed0c76b90 [2021-07-17T08:34:47.597Z] Removing intermediate container 6f7ed0c76b90 [2021-07-17T08:34:47.597Z] ---> 66ec3c4c7251 [2021-07-17T08:34:47.597Z] Step 20/22 : LABEL arch=x86_64 [2021-07-17T08:34:47.597Z] ---> Running in 718d17249935 [2021-07-17T08:34:47.597Z] Removing intermediate container 718d17249935 [2021-07-17T08:34:47.597Z] ---> e58ab4c2deab [2021-07-17T08:34:47.597Z] Step 21/22 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 [2021-07-17T08:34:47.597Z] ---> Running in 8168277da203 [2021-07-17T08:34:47.868Z] Removing intermediate container 8168277da203 [2021-07-17T08:34:47.868Z] ---> 35e5dd7f456b [2021-07-17T08:34:47.868Z] Step 22/22 : LABEL version=0.0.0 [2021-07-17T08:34:47.868Z] ---> Running in 5c8f6d01aa8b [2021-07-17T08:34:48.151Z] Removing intermediate container 5c8f6d01aa8b [2021-07-17T08:34:48.151Z] ---> a60524448ec7 [2021-07-17T08:34:48.151Z] [2021-07-17T08:34:48.431Z] Successfully built a60524448ec7 [2021-07-17T08:34:48.431Z] Successfully tagged security-proxy-setup:latest [2021-07-17T08:34:48.431Z] Building security-bootstrapper [2021-07-17T08:34:55.747Z]  Building security-proxy-setup ... done Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:34:55.747Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:34:55.747Z] ---> fc93c33ed63a [2021-07-17T08:34:55.747Z] Step 3/32 : WORKDIR /edgex-go [2021-07-17T08:34:55.747Z] ---> Using cache [2021-07-17T08:34:55.747Z] ---> e77f2c401821 [2021-07-17T08:34:55.747Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:34:55.747Z] ---> Using cache [2021-07-17T08:34:55.747Z] ---> 3893e5d36e86 [2021-07-17T08:34:55.747Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-07-17T08:34:55.747Z] ---> Using cache [2021-07-17T08:34:55.747Z] ---> 041d51c4607a [2021-07-17T08:34:55.747Z] Step 6/32 : COPY go.mod . [2021-07-17T08:34:55.747Z] ---> Using cache [2021-07-17T08:34:55.747Z] ---> 1159a6e6961f [2021-07-17T08:34:55.747Z] Step 7/32 : RUN go mod download [2021-07-17T08:34:55.747Z] ---> Using cache [2021-07-17T08:34:55.747Z] ---> 89ae5d812113 [2021-07-17T08:34:55.747Z] Step 8/32 : COPY . . [2021-07-17T08:34:55.747Z] ---> Using cache [2021-07-17T08:34:55.747Z] ---> 33b245fe443c [2021-07-17T08:34:55.747Z] Step 9/32 : RUN go mod tidy [2021-07-17T08:34:55.747Z] ---> Using cache [2021-07-17T08:34:55.747Z] ---> 7b1c0771c11f [2021-07-17T08:34:55.747Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-07-17T08:34:55.747Z] ---> Running in f3d00de860e3 [2021-07-17T08:34:56.350Z] 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-07-17T08:35:04.664Z] Removing intermediate container b6a8ee4cde80 [2021-07-17T08:35:04.664Z] ---> ef993266394b [2021-07-17T08:35:04.664Z] [2021-07-17T08:35:04.664Z] Step 11/23 : FROM alpine:3.12 [2021-07-17T08:35:04.664Z] ---> 13621d1b12d4 [2021-07-17T08:35:04.664Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-07-17T08:35:04.664Z] ---> Running in 661013f872a8 [2021-07-17T08:35:04.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-17T08:35:04.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-17T08:35:05.248Z] (1/2) Installing ca-certificates (20191127-r4) [2021-07-17T08:35:05.248Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-07-17T08:35:05.248Z] Executing busybox-1.31.1-r20.trigger [2021-07-17T08:35:05.248Z] Executing ca-certificates-20191127-r4.trigger [2021-07-17T08:35:05.521Z] OK: 6 MiB in 16 packages [2021-07-17T08:35:06.115Z] Removing intermediate container 661013f872a8 [2021-07-17T08:35:06.115Z] ---> bf5271996d44 [2021-07-17T08:35:06.115Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-17T08:35:06.115Z] ---> Running in 5ab79e4ce1bc [2021-07-17T08:35:06.388Z] Removing intermediate container 5ab79e4ce1bc [2021-07-17T08:35:06.388Z] ---> a083fafc709f [2021-07-17T08:35:06.388Z] Step 14/23 : ENV APP_PORT=59860 [2021-07-17T08:35:06.388Z] ---> Running in 54cf0fd7084a [2021-07-17T08:35:06.388Z] Removing intermediate container 54cf0fd7084a [2021-07-17T08:35:06.388Z] ---> 0ea666472c76 [2021-07-17T08:35:06.388Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-17T08:35:06.388Z] ---> Running in d3e4a5800a78 [2021-07-17T08:35:06.654Z] Removing intermediate container d3e4a5800a78 [2021-07-17T08:35:06.654Z] ---> 278f7dc95089 [2021-07-17T08:35:06.654Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-17T08:35:07.248Z] ---> 2e179a81feac [2021-07-17T08:35:07.248Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-07-17T08:35:07.505Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-07-17T08:35:07.520Z] ---> ee7771a15ae0 [2021-07-17T08:35:07.520Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-07-17T08:35:07.804Z] ---> be19393e2d7c [2021-07-17T08:35:07.804Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-07-17T08:35:07.804Z] ---> Running in 9e65386f86a9 [2021-07-17T08:35:08.084Z] Removing intermediate container 9e65386f86a9 [2021-07-17T08:35:08.084Z] ---> e0669edf06db [2021-07-17T08:35:08.084Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-17T08:35:08.084Z] ---> Running in e5b336c76dcc [2021-07-17T08:35:08.375Z] Removing intermediate container e5b336c76dcc [2021-07-17T08:35:08.375Z] ---> 7a0ab18f0c5f [2021-07-17T08:35:08.375Z] Step 21/23 : LABEL arch=x86_64 [2021-07-17T08:35:08.375Z] ---> Running in 8e6c3b75fc69 [2021-07-17T08:35:08.654Z] Removing intermediate container 8e6c3b75fc69 [2021-07-17T08:35:08.654Z] ---> 1e227cfe55ea [2021-07-17T08:35:08.654Z] Step 22/23 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 [2021-07-17T08:35:08.654Z] ---> Running in d1e5471d4774 [2021-07-17T08:35:08.930Z] Removing intermediate container d1e5471d4774 [2021-07-17T08:35:08.930Z] ---> 0f91e8e9ec6f [2021-07-17T08:35:08.930Z] Step 23/23 : LABEL version=0.0.0 [2021-07-17T08:35:08.930Z] ---> Running in 73b13ac51d18 [2021-07-17T08:35:09.207Z] Removing intermediate container 73b13ac51d18 [2021-07-17T08:35:09.207Z] ---> 58325392a229 [2021-07-17T08:35:09.207Z] [2021-07-17T08:35:09.487Z] Successfully built 58325392a229 [2021-07-17T08:35:09.487Z] Successfully tagged support-notifications:latest [2021-07-17T08:35:09.487Z] Building sys-mgmt-agent [2021-07-17T08:35:12.129Z]  Building support-notifications ... done Removing intermediate container 336002cc8044 [2021-07-17T08:35:12.129Z] ---> 911998709c2e [2021-07-17T08:35:12.129Z] [2021-07-17T08:35:12.129Z] Step 11/24 : FROM alpine:3.12 [2021-07-17T08:35:12.129Z] ---> 13621d1b12d4 [2021-07-17T08:35:12.129Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-17T08:35:12.129Z] ---> Running in c32946811929 [2021-07-17T08:35:12.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-17T08:35:12.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-17T08:35:13.331Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-17T08:35:13.331Z] Executing busybox-1.31.1-r20.trigger [2021-07-17T08:35:13.331Z] OK: 6 MiB in 15 packages [2021-07-17T08:35:14.295Z] Removing intermediate container c32946811929 [2021-07-17T08:35:14.295Z] ---> be526f33cdea [2021-07-17T08:35:14.295Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-17T08:35:14.295Z] 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-07-17T08:35:14.604Z] ---> Running in 42c04fefab05 [2021-07-17T08:35:14.875Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:35:14.875Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:35:14.875Z] ---> fc93c33ed63a [2021-07-17T08:35:14.875Z] Step 3/24 : WORKDIR /edgex-go [2021-07-17T08:35:14.875Z] ---> Using cache [2021-07-17T08:35:14.875Z] ---> e77f2c401821 [2021-07-17T08:35:14.875Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:35:14.875Z] ---> Using cache [2021-07-17T08:35:14.875Z] ---> 3893e5d36e86 [2021-07-17T08:35:14.875Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-07-17T08:35:14.875Z] Removing intermediate container 42c04fefab05 [2021-07-17T08:35:14.875Z] ---> 70f02b173d2b [2021-07-17T08:35:14.875Z] Step 14/24 : ENV APP_PORT=59881 [2021-07-17T08:35:14.875Z] ---> Running in 92cf6803d061 [2021-07-17T08:35:14.875Z] ---> Running in fe8fdc8b99f7 [2021-07-17T08:35:15.145Z] Removing intermediate container fe8fdc8b99f7 [2021-07-17T08:35:15.145Z] ---> 24cbcab7b1eb [2021-07-17T08:35:15.145Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-17T08:35:15.145Z] ---> Running in 347e3a6e3dc7 [2021-07-17T08:35:15.431Z] Removing intermediate container 347e3a6e3dc7 [2021-07-17T08:35:15.431Z] ---> 200db67c5efb [2021-07-17T08:35:15.431Z] Step 16/24 : WORKDIR / [2021-07-17T08:35:15.431Z] ---> Running in 2570babd29bc [2021-07-17T08:35:15.707Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-17T08:35:15.707Z] Removing intermediate container 2570babd29bc [2021-07-17T08:35:15.707Z] ---> b30622b5f656 [2021-07-17T08:35:15.707Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-17T08:35:15.982Z] ---> 9d40b4d611b0 [2021-07-17T08:35:15.982Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-07-17T08:35:16.603Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-17T08:35:16.603Z] ---> 185ba79d4e74 [2021-07-17T08:35:16.603Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-07-17T08:35:16.883Z] ---> 10897541ae89 [2021-07-17T08:35:16.883Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-07-17T08:35:16.883Z] ---> Running in bdfe25ad25c9 [2021-07-17T08:35:16.883Z] Removing intermediate container bdfe25ad25c9 [2021-07-17T08:35:16.883Z] ---> 475cf4f10876 [2021-07-17T08:35:16.883Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-17T08:35:17.159Z] ---> Running in 3f60eae1b85a [2021-07-17T08:35:17.159Z] OK: 219 MiB in 52 packages [2021-07-17T08:35:17.159Z] Removing intermediate container 3f60eae1b85a [2021-07-17T08:35:17.159Z] ---> 0070b16a061d [2021-07-17T08:35:17.159Z] Step 22/24 : LABEL arch=x86_64 [2021-07-17T08:35:17.159Z] ---> Running in fca10631dad8 [2021-07-17T08:35:17.435Z] Removing intermediate container fca10631dad8 [2021-07-17T08:35:17.435Z] ---> 014dae15cf6d [2021-07-17T08:35:17.435Z] Step 23/24 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 [2021-07-17T08:35:17.717Z] ---> Running in 503aa309be44 [2021-07-17T08:35:17.717Z] Removing intermediate container 92cf6803d061 [2021-07-17T08:35:17.717Z] ---> a082dfe405e7 [2021-07-17T08:35:17.717Z] Step 6/24 : COPY go.mod . [2021-07-17T08:35:18.001Z] Removing intermediate container 503aa309be44 [2021-07-17T08:35:18.001Z] ---> 4d472b1c430a [2021-07-17T08:35:18.001Z] Step 24/24 : LABEL version=0.0.0 [2021-07-17T08:35:18.001Z] ---> Running in 388e95864ccc [2021-07-17T08:35:18.284Z] ---> aa16aa591ba3 [2021-07-17T08:35:18.284Z] Step 7/24 : RUN go mod download [2021-07-17T08:35:18.284Z] Removing intermediate container 388e95864ccc [2021-07-17T08:35:18.284Z] ---> f22c9efc4c68 [2021-07-17T08:35:18.284Z] [2021-07-17T08:35:18.284Z] ---> Running in f10c24617ba6 [2021-07-17T08:35:18.284Z] Successfully built f22c9efc4c68 [2021-07-17T08:35:18.284Z] Successfully tagged core-metadata:latest [2021-07-17T08:35:18.284Z] Building core-command [2021-07-17T08:35:20.992Z]  Building core-metadata ... done Removing intermediate container ba8838cfe5c0 [2021-07-17T08:35:20.992Z] ---> f754f9d50c1f [2021-07-17T08:35:20.992Z] [2021-07-17T08:35:20.992Z] Step 11/26 : FROM alpine:3.12 [2021-07-17T08:35:20.992Z] ---> 13621d1b12d4 [2021-07-17T08:35:20.992Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-07-17T08:35:20.992Z] ---> Running in d2156bb43239 [2021-07-17T08:35:20.992Z] Removing intermediate container 395be721c672 [2021-07-17T08:35:20.992Z] ---> ba17de9f4817 [2021-07-17T08:35:20.992Z] [2021-07-17T08:35:20.992Z] Step 11/23 : FROM alpine:3.12 [2021-07-17T08:35:20.992Z] ---> 13621d1b12d4 [2021-07-17T08:35:20.992Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-07-17T08:35:20.992Z] ---> Using cache [2021-07-17T08:35:20.992Z] ---> be526f33cdea [2021-07-17T08:35:20.992Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-17T08:35:20.992Z] ---> Using cache [2021-07-17T08:35:20.992Z] ---> 70f02b173d2b [2021-07-17T08:35:20.992Z] Step 14/23 : ENV APP_PORT=59861 [2021-07-17T08:35:21.261Z] ---> Running in 7d6b449c9895 [2021-07-17T08:35:21.261Z] Removing intermediate container f10c24617ba6 [2021-07-17T08:35:21.261Z] ---> 5e08428089db [2021-07-17T08:35:21.261Z] Step 8/24 : COPY . . [2021-07-17T08:35:21.261Z] Removing intermediate container 7d6b449c9895 [2021-07-17T08:35:21.261Z] ---> 76320fe0bc6b [2021-07-17T08:35:21.261Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-17T08:35:21.532Z] ---> Running in 2538cff03d28 [2021-07-17T08:35:21.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-17T08:35:21.800Z] Removing intermediate container 2538cff03d28 [2021-07-17T08:35:21.800Z] ---> 1acab41cd8b0 [2021-07-17T08:35:21.800Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-17T08:35:21.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-17T08:35:22.077Z] (1/6) Installing ca-certificates (20191127-r4) [2021-07-17T08:35:22.077Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-07-17T08:35:22.077Z] (3/6) Installing libcurl (7.77.0-r0) [2021-07-17T08:35:22.077Z] (4/6) Installing curl (7.77.0-r0) [2021-07-17T08:35:22.077Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-07-17T08:35:22.077Z] (6/6) Installing su-exec (0.2-r1) [2021-07-17T08:35:22.077Z] Executing busybox-1.31.1-r20.trigger [2021-07-17T08:35:22.077Z] Executing ca-certificates-20191127-r4.trigger [2021-07-17T08:35:22.349Z] OK: 7 MiB in 20 packages [2021-07-17T08:35:23.770Z] ---> 72b9f9348cd1 [2021-07-17T08:35:23.770Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-07-17T08:35:25.211Z] Removing intermediate container d2156bb43239 [2021-07-17T08:35:25.211Z] ---> d575ac02cef0 [2021-07-17T08:35:25.211Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-17T08:35:25.211Z] ---> 4c836f22690b [2021-07-17T08:35:25.211Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-07-17T08:35:25.488Z] ---> Running in 6ecabf7d487b [2021-07-17T08:35:25.778Z] ---> 3edd600946e7 [2021-07-17T08:35:25.778Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-07-17T08:35:25.778Z] ---> Running in 88450cc4bfae [2021-07-17T08:35:25.778Z] Removing intermediate container 6ecabf7d487b [2021-07-17T08:35:25.778Z] ---> e5ca5582fe32 [2021-07-17T08:35:25.778Z] Step 14/26 : WORKDIR / [2021-07-17T08:35:26.069Z] ---> Running in 97b758b1873f [2021-07-17T08:35:26.069Z] Removing intermediate container 88450cc4bfae [2021-07-17T08:35:26.069Z] ---> ac1da1fc4e5e [2021-07-17T08:35:26.069Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-17T08:35:26.364Z] Removing intermediate container 97b758b1873f [2021-07-17T08:35:26.364Z] ---> d4a4b2fe546a [2021-07-17T08:35:26.364Z] 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-07-17T08:35:26.364Z] ---> Running in 37347f161cf6 [2021-07-17T08:35:26.646Z] Removing intermediate container 37347f161cf6 [2021-07-17T08:35:26.646Z] ---> 222a81b5608e [2021-07-17T08:35:26.646Z] Step 21/23 : LABEL arch=x86_64 [2021-07-17T08:35:26.950Z] ---> 5cb6b4704422 [2021-07-17T08:35:26.950Z] 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-07-17T08:35:26.950Z] ---> Running in 219449cbc561 [2021-07-17T08:35:27.561Z] Removing intermediate container 219449cbc561 [2021-07-17T08:35:27.561Z] ---> 5434b5622b18 [2021-07-17T08:35:27.561Z] Step 22/23 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 [2021-07-17T08:35:27.561Z] ---> Running in e8fca6edb1ed [2021-07-17T08:35:27.561Z] ---> 9af1f60496f9 [2021-07-17T08:35:27.561Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-07-17T08:35:27.833Z] Removing intermediate container e8fca6edb1ed [2021-07-17T08:35:27.833Z] ---> f35fec5f0d84 [2021-07-17T08:35:27.833Z] Step 23/23 : LABEL version=0.0.0 [2021-07-17T08:35:28.104Z] ---> Running in a122dce54c23 [2021-07-17T08:35:28.104Z] ---> 17bbf68a620c [2021-07-17T08:35:28.104Z] 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-07-17T08:35:28.710Z] Removing intermediate container a122dce54c23 [2021-07-17T08:35:28.710Z] ---> 68faa748daeb [2021-07-17T08:35:28.710Z] [2021-07-17T08:35:28.710Z] Successfully built 68faa748daeb [2021-07-17T08:35:28.999Z] Successfully tagged support-scheduler:latest [2021-07-17T08:35:28.999Z]  Building support-scheduler ... done Building core-data [2021-07-17T08:35:28.999Z] ---> 201a0f16f0ec [2021-07-17T08:35:28.999Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-07-17T08:35:29.298Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:35:29.298Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:35:29.298Z] ---> fc93c33ed63a [2021-07-17T08:35:29.298Z] Step 3/24 : WORKDIR /edgex-go [2021-07-17T08:35:29.298Z] ---> Using cache [2021-07-17T08:35:29.298Z] ---> e77f2c401821 [2021-07-17T08:35:29.298Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:35:29.298Z] ---> Using cache [2021-07-17T08:35:29.298Z] ---> 3893e5d36e86 [2021-07-17T08:35:29.298Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-17T08:35:29.298Z] ---> Using cache [2021-07-17T08:35:29.298Z] ---> 041d51c4607a [2021-07-17T08:35:29.298Z] Step 6/24 : COPY go.mod . [2021-07-17T08:35:29.298Z] ---> Using cache [2021-07-17T08:35:29.298Z] ---> 1159a6e6961f [2021-07-17T08:35:29.298Z] Step 7/24 : RUN go mod download [2021-07-17T08:35:29.298Z] ---> Using cache [2021-07-17T08:35:29.298Z] ---> 89ae5d812113 [2021-07-17T08:35:29.298Z] Step 8/24 : COPY . . [2021-07-17T08:35:29.298Z] ---> Using cache [2021-07-17T08:35:29.298Z] ---> 33b245fe443c [2021-07-17T08:35:29.298Z] Step 9/24 : RUN go mod tidy [2021-07-17T08:35:29.298Z] ---> Using cache [2021-07-17T08:35:29.298Z] ---> 7b1c0771c11f [2021-07-17T08:35:29.298Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-07-17T08:35:30.711Z] ---> c8668140d2ed [2021-07-17T08:35:30.711Z] Step 9/24 : RUN go mod tidy [2021-07-17T08:35:30.988Z] ---> Running in cd57f8eb3871 [2021-07-17T08:35:30.988Z] ---> Running in c854fbc8a9a8 [2021-07-17T08:35:30.988Z] ---> 7197c4e144fc [2021-07-17T08:35:30.988Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-07-17T08:35:30.988Z] Removing intermediate container f3d00de860e3 [2021-07-17T08:35:30.988Z] ---> 37e5b8b74514 [2021-07-17T08:35:30.988Z] [2021-07-17T08:35:30.988Z] Step 11/32 : FROM alpine:3.12 [2021-07-17T08:35:30.988Z] ---> 13621d1b12d4 [2021-07-17T08:35:30.988Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-07-17T08:35:30.988Z] ---> Running in 8ca37f370ce4 [2021-07-17T08:35:31.271Z] Removing intermediate container 8ca37f370ce4 [2021-07-17T08:35:31.271Z] ---> 7466da838c64 [2021-07-17T08:35:31.271Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-07-17T08:35:31.271Z] ---> Running in bbf410ef7d49 [2021-07-17T08:35:31.540Z] 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-07-17T08:35:31.540Z] ---> 1fa4175f0d24 [2021-07-17T08:35:31.540Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-07-17T08:35:32.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-17T08:35:32.123Z] ---> 044af9712497 [2021-07-17T08:35:32.123Z] 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-07-17T08:35:32.123Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-17T08:35:32.400Z] ---> Running in 192db860fd61 [2021-07-17T08:35:32.679Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-07-17T08:35:32.679Z] (2/2) Installing su-exec (0.2-r1) [2021-07-17T08:35:32.679Z] Executing busybox-1.31.1-r20.trigger [2021-07-17T08:35:32.679Z] OK: 6 MiB in 16 packages [2021-07-17T08:35:33.297Z] Removing intermediate container c854fbc8a9a8 [2021-07-17T08:35:33.297Z] ---> 61773f48d7e4 [2021-07-17T08:35:33.297Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-07-17T08:35:33.297Z] ---> Running in 94d067ff847c [2021-07-17T08:35:33.297Z] Removing intermediate container bbf410ef7d49 [2021-07-17T08:35:33.297Z] ---> 7dee1c40d03b [2021-07-17T08:35:33.297Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-07-17T08:35:33.567Z] ---> Running in e5405b4bda2d [2021-07-17T08:35:33.567Z] Removing intermediate container e5405b4bda2d [2021-07-17T08:35:33.567Z] ---> e46822e15e79 [2021-07-17T08:35:33.567Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-07-17T08:35:33.854Z] ---> Running in e4e8a001730c [2021-07-17T08:35:33.854Z] Removing intermediate container 192db860fd61 [2021-07-17T08:35:33.854Z] ---> bec79ce69692 [2021-07-17T08:35:33.854Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-07-17T08:35:34.137Z] ---> Running in 2387eba8a2b1 [2021-07-17T08:35:34.137Z] Removing intermediate container e4e8a001730c [2021-07-17T08:35:34.137Z] ---> 215b6e6e860a [2021-07-17T08:35:34.137Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-07-17T08:35:34.137Z] 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-07-17T08:35:34.137Z] Removing intermediate container 2387eba8a2b1 [2021-07-17T08:35:34.137Z] ---> e99b87e3e3c1 [2021-07-17T08:35:34.137Z] Step 24/26 : LABEL arch=x86_64 [2021-07-17T08:35:34.410Z] ---> Running in e05d161dc198 [2021-07-17T08:35:34.410Z] ---> Running in fad088af7b7c [2021-07-17T08:35:35.006Z] Removing intermediate container fad088af7b7c [2021-07-17T08:35:35.006Z] ---> 2d4299cff0da [2021-07-17T08:35:35.006Z] Step 25/26 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 [2021-07-17T08:35:35.006Z] ---> Running in 44ea48f43c34 [2021-07-17T08:35:35.288Z] Removing intermediate container 44ea48f43c34 [2021-07-17T08:35:35.288Z] ---> 416953b4f1ac [2021-07-17T08:35:35.288Z] Step 26/26 : LABEL version=0.0.0 [2021-07-17T08:35:35.288Z] ---> Running in b6cfcda54a23 [2021-07-17T08:35:35.575Z] Removing intermediate container b6cfcda54a23 [2021-07-17T08:35:35.575Z] ---> adc3df3f0211 [2021-07-17T08:35:35.575Z] [2021-07-17T08:35:35.575Z] Successfully built adc3df3f0211 [2021-07-17T08:35:35.575Z] Successfully tagged security-secretstore-setup:latest [2021-07-17T08:35:35.858Z]  Building security-secretstore-setup ... done Removing intermediate container e05d161dc198 [2021-07-17T08:35:35.858Z] ---> 45fbb2b7ae3f [2021-07-17T08:35:35.858Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-07-17T08:35:35.858Z] ---> Running in fdb15d439b35 [2021-07-17T08:35:35.858Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:35:35.858Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:35:35.858Z] ---> fc93c33ed63a [2021-07-17T08:35:35.858Z] Step 3/24 : WORKDIR /edgex-go [2021-07-17T08:35:35.858Z] ---> Using cache [2021-07-17T08:35:35.858Z] ---> e77f2c401821 [2021-07-17T08:35:35.858Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:35:35.858Z] ---> Using cache [2021-07-17T08:35:35.858Z] ---> 3893e5d36e86 [2021-07-17T08:35:35.858Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-07-17T08:35:35.858Z] ---> Running in 1e1a9157ebb3 [2021-07-17T08:35:36.149Z] Removing intermediate container fdb15d439b35 [2021-07-17T08:35:36.149Z] ---> 367db6719c2a [2021-07-17T08:35:36.149Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-07-17T08:35:36.438Z] ---> ed589c55a4a7 [2021-07-17T08:35:36.438Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-07-17T08:35:36.438Z] ---> Running in 403e8c7152ae [2021-07-17T08:35:36.715Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-17T08:35:37.723Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-17T08:35:37.723Z] Removing intermediate container 403e8c7152ae [2021-07-17T08:35:37.723Z] ---> d90cfd2c3e30 [2021-07-17T08:35:37.723Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-17T08:35:37.993Z] ---> e247f04a265a [2021-07-17T08:35:37.994Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-07-17T08:35:37.994Z] OK: 219 MiB in 52 packages [2021-07-17T08:35:38.583Z] ---> 4148182d03f0 [2021-07-17T08:35:38.583Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-07-17T08:35:38.849Z] Removing intermediate container 1e1a9157ebb3 [2021-07-17T08:35:38.849Z] ---> e612b46d061b [2021-07-17T08:35:38.849Z] Step 6/24 : COPY go.mod . [2021-07-17T08:35:39.116Z] ---> b6548782a85b [2021-07-17T08:35:39.117Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-07-17T08:35:39.117Z] ---> 78b55d4a067b [2021-07-17T08:35:39.117Z] Step 7/24 : RUN go mod download [2021-07-17T08:35:39.117Z] ---> Running in bd60f9abc16f [2021-07-17T08:35:39.387Z] ---> 9432af3f5e82 [2021-07-17T08:35:39.387Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-07-17T08:35:39.977Z] ---> 58ee6690b94d [2021-07-17T08:35:39.977Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-07-17T08:35:39.977Z] ---> Running in e5753ebf4792 [2021-07-17T08:35:40.246Z] Removing intermediate container e5753ebf4792 [2021-07-17T08:35:40.246Z] ---> 1881774df080 [2021-07-17T08:35:40.246Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-07-17T08:35:40.535Z] ---> 868861442742 [2021-07-17T08:35:40.535Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-07-17T08:35:40.535Z] Removing intermediate container bd60f9abc16f [2021-07-17T08:35:40.535Z] ---> 8aad091bcfa5 [2021-07-17T08:35:40.535Z] Step 8/24 : COPY . . [2021-07-17T08:35:40.814Z] ---> Running in 1ae00c1732e4 [2021-07-17T08:35:43.503Z] Removing intermediate container 1ae00c1732e4 [2021-07-17T08:35:43.503Z] ---> 883c9e0edfd2 [2021-07-17T08:35:43.503Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-07-17T08:35:44.141Z] ---> Running in 8682671cc793 [2021-07-17T08:35:44.749Z] Removing intermediate container 8682671cc793 [2021-07-17T08:35:44.749Z] ---> 3fda31f19957 [2021-07-17T08:35:44.749Z] Step 29/32 : CMD ["gate"] [2021-07-17T08:35:45.034Z] ---> Running in 0750a934977c [2021-07-17T08:35:45.313Z] Removing intermediate container 0750a934977c [2021-07-17T08:35:45.313Z] ---> 2079ab88dedd [2021-07-17T08:35:45.313Z] Step 30/32 : LABEL arch=x86_64 [2021-07-17T08:35:45.588Z] ---> Running in 312189298d6a [2021-07-17T08:35:45.863Z] Removing intermediate container 312189298d6a [2021-07-17T08:35:45.863Z] ---> 3bd275cfe77a [2021-07-17T08:35:45.863Z] Step 31/32 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 [2021-07-17T08:35:46.151Z] ---> Running in f74a068a4b58 [2021-07-17T08:35:46.419Z] Removing intermediate container f74a068a4b58 [2021-07-17T08:35:46.419Z] ---> de68a05921f3 [2021-07-17T08:35:46.419Z] Step 32/32 : LABEL version=0.0.0 [2021-07-17T08:35:46.693Z] ---> Running in c3ff9c127be7 [2021-07-17T08:35:46.693Z] ---> fa54f2c35f16 [2021-07-17T08:35:46.693Z] Step 9/24 : RUN go mod tidy [2021-07-17T08:35:46.693Z] ---> Running in b7b7fa6f5e5e [2021-07-17T08:35:46.963Z] Removing intermediate container c3ff9c127be7 [2021-07-17T08:35:46.963Z] ---> cf8ff04d0c05 [2021-07-17T08:35:46.963Z] [2021-07-17T08:35:46.963Z] Successfully built cf8ff04d0c05 [2021-07-17T08:35:46.963Z] Successfully tagged security-bootstrapper:latest [2021-07-17T08:35:48.944Z]  Building security-bootstrapper ... done Removing intermediate container b7b7fa6f5e5e [2021-07-17T08:35:48.944Z] ---> 7448b7834912 [2021-07-17T08:35:48.944Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-07-17T08:35:48.944Z] ---> Running in f54df3e1d1fc [2021-07-17T08:35:49.211Z] 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-07-17T08:35:57.440Z] Removing intermediate container cd57f8eb3871 [2021-07-17T08:35:57.440Z] ---> d2fb0e7d26df [2021-07-17T08:35:57.441Z] [2021-07-17T08:35:57.441Z] Step 11/24 : FROM alpine:3.12 [2021-07-17T08:35:57.441Z] ---> 13621d1b12d4 [2021-07-17T08:35:57.441Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-17T08:35:57.441Z] ---> Using cache [2021-07-17T08:35:57.441Z] ---> be526f33cdea [2021-07-17T08:35:57.441Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-17T08:35:57.441Z] ---> Using cache [2021-07-17T08:35:57.441Z] ---> 70f02b173d2b [2021-07-17T08:35:57.441Z] Step 14/24 : ENV APP_PORT=59882 [2021-07-17T08:35:57.441Z] ---> Running in 31e844f0d31b [2021-07-17T08:35:57.441Z] Removing intermediate container 31e844f0d31b [2021-07-17T08:35:57.441Z] ---> 3c04dc7ec532 [2021-07-17T08:35:57.441Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-17T08:35:57.441Z] ---> Running in 11f51223f8ec [2021-07-17T08:35:57.441Z] Removing intermediate container 11f51223f8ec [2021-07-17T08:35:57.441Z] ---> 959dd619d85c [2021-07-17T08:35:57.441Z] Step 16/24 : WORKDIR / [2021-07-17T08:35:57.441Z] ---> Running in 9a08d5f761a6 [2021-07-17T08:35:57.441Z] Removing intermediate container 9a08d5f761a6 [2021-07-17T08:35:57.441Z] ---> 8e3fec6dbefd [2021-07-17T08:35:57.441Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-17T08:35:57.716Z] ---> 987743154682 [2021-07-17T08:35:57.716Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-07-17T08:35:58.311Z] ---> 6c0538095f99 [2021-07-17T08:35:58.311Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-07-17T08:35:59.142Z] ---> d71428647b43 [2021-07-17T08:35:59.142Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-07-17T08:35:59.142Z] ---> Running in 055ca91fa992 [2021-07-17T08:35:59.497Z] Removing intermediate container 94d067ff847c [2021-07-17T08:35:59.497Z] ---> c289d1959cdd [2021-07-17T08:35:59.497Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-07-17T08:35:59.497Z] Removing intermediate container 055ca91fa992 [2021-07-17T08:35:59.497Z] ---> ed27ad710551 [2021-07-17T08:35:59.497Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-17T08:35:59.497Z] ---> Running in 7925e3114e33 [2021-07-17T08:35:59.497Z] ---> Running in 939077cc029e [2021-07-17T08:35:59.922Z] Removing intermediate container 939077cc029e [2021-07-17T08:35:59.922Z] ---> ba99e91e969c [2021-07-17T08:35:59.922Z] Step 22/24 : LABEL arch=x86_64 [2021-07-17T08:35:59.922Z] ---> Running in 8d8e48de01ce [2021-07-17T08:36:00.303Z] Removing intermediate container 8d8e48de01ce [2021-07-17T08:36:00.303Z] ---> 0c20096ba573 [2021-07-17T08:36:00.303Z] Step 23/24 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 [2021-07-17T08:36:00.303Z] ---> Running in 6736c87148d8 [2021-07-17T08:36:00.303Z] 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-07-17T08:36:00.303Z] Removing intermediate container 6736c87148d8 [2021-07-17T08:36:00.303Z] ---> b8c085b84349 [2021-07-17T08:36:00.303Z] Step 24/24 : LABEL version=0.0.0 [2021-07-17T08:36:00.710Z] ---> Running in ef61c9bd6a26 [2021-07-17T08:36:00.710Z] Removing intermediate container ef61c9bd6a26 [2021-07-17T08:36:00.710Z] ---> 7e72a3717d68 [2021-07-17T08:36:00.710Z] [2021-07-17T08:36:00.710Z] Successfully built 7e72a3717d68 [2021-07-17T08:36:00.710Z] Successfully tagged core-command:latest [2021-07-17T08:36:01.523Z]  Building core-command ... done Removing intermediate container 7925e3114e33 [2021-07-17T08:36:01.523Z] ---> 0cae85bda150 [2021-07-17T08:36:01.523Z] [2021-07-17T08:36:01.523Z] Step 12/24 : FROM docker:20.10.6 [2021-07-17T08:36:01.912Z] 20.10.6: Pulling from library/docker [2021-07-17T08:36:04.145Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-07-17T08:36:07.587Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-07-17T08:36:08.589Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-07-17T08:36:09.597Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-07-17T08:36:10.259Z] Removing intermediate container f54df3e1d1fc [2021-07-17T08:36:10.259Z] ---> 5093688564dc [2021-07-17T08:36:10.259Z] [2021-07-17T08:36:10.259Z] Step 11/24 : FROM alpine:3.12 [2021-07-17T08:36:10.259Z] ---> 13621d1b12d4 [2021-07-17T08:36:10.259Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-07-17T08:36:10.259Z] ---> Running in 10842b3912b0 [2021-07-17T08:36:10.259Z] Removing intermediate container 10842b3912b0 [2021-07-17T08:36:10.259Z] ---> fe22f59e6bf8 [2021-07-17T08:36:10.259Z] Step 13/24 : ENV APP_PORT=59880 [2021-07-17T08:36:10.259Z] ---> Running in 852b9dea45c4 [2021-07-17T08:36:10.259Z] Removing intermediate container 852b9dea45c4 [2021-07-17T08:36:10.259Z] ---> 01f75f57fff6 [2021-07-17T08:36:10.259Z] Step 14/24 : EXPOSE $APP_PORT [2021-07-17T08:36:10.259Z] ---> Running in 17af6839ac1b [2021-07-17T08:36:10.259Z] Removing intermediate container 17af6839ac1b [2021-07-17T08:36:10.259Z] ---> ed168e168a70 [2021-07-17T08:36:10.259Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:36:10.259Z] ---> Running in 0760677e5f90 [2021-07-17T08:36:10.529Z] Removing intermediate container 0760677e5f90 [2021-07-17T08:36:10.529Z] ---> f010707d8085 [2021-07-17T08:36:10.529Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-07-17T08:36:10.529Z] ---> Running in 9851eb48fe27 [2021-07-17T08:36:11.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-17T08:36:11.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-17T08:36:12.002Z] Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 [2021-07-17T08:36:12.002Z] Status: Downloaded newer image for docker:20.10.6 [2021-07-17T08:36:12.002Z] ---> d2979b152a7d [2021-07-17T08:36:12.002Z] 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-07-17T08:36:12.002Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-07-17T08:36:12.002Z] (2/6) Installing libgcc (9.3.0-r2) [2021-07-17T08:36:12.271Z] (3/6) Installing libsodium (1.0.18-r0) [2021-07-17T08:36:12.271Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-07-17T08:36:12.271Z] ---> Running in d341bf710fc9 [2021-07-17T08:36:12.271Z] Removing intermediate container d341bf710fc9 [2021-07-17T08:36:12.271Z] ---> caee9e6104dc [2021-07-17T08:36:12.271Z] 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-07-17T08:36:12.271Z] ---> Running in 77de676e85e1 [2021-07-17T08:36:12.864Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-17T08:36:12.864Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-17T08:36:13.133Z] (5/6) Installing libzmq (4.3.3-r0) [2021-07-17T08:36:13.134Z] (1/39) Installing readline (8.1.0-r0) [2021-07-17T08:36:13.134Z] (2/39) Installing bash (5.1.0-r0) [2021-07-17T08:36:13.134Z] Executing bash-5.1.0-r0.post-install [2021-07-17T08:36:13.134Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-07-17T08:36:13.134Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-07-17T08:36:13.134Z] (5/39) Installing libcurl (7.77.0-r1) [2021-07-17T08:36:13.134Z] (6/39) Installing curl (7.77.0-r1) [2021-07-17T08:36:13.134Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-07-17T08:36:13.134Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-07-17T08:36:13.134Z] (9/39) Installing expat (2.2.10-r1) [2021-07-17T08:36:13.134Z] (10/39) Installing libffi (3.3-r2) [2021-07-17T08:36:13.134Z] (6/6) Installing zeromq (4.3.3-r0) [2021-07-17T08:36:13.134Z] (11/39) Installing gdbm (1.19-r0) [2021-07-17T08:36:13.134Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-07-17T08:36:13.134Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-07-17T08:36:13.134Z] (14/39) Installing python3 (3.8.10-r0) [2021-07-17T08:36:13.134Z] Executing busybox-1.31.1-r20.trigger [2021-07-17T08:36:13.134Z] OK: 8 MiB in 20 packages [2021-07-17T08:36:14.558Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-07-17T08:36:14.558Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-07-17T08:36:14.558Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-07-17T08:36:14.558Z] (18/39) Installing py3-six (1.15.0-r0) [2021-07-17T08:36:14.558Z] (19/39) Installing py3-packaging (20.9-r0) [2021-07-17T08:36:14.558Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-07-17T08:36:14.558Z] Removing intermediate container 9851eb48fe27 [2021-07-17T08:36:14.558Z] ---> 7f406efa0773 [2021-07-17T08:36:14.558Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-17T08:36:14.558Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-07-17T08:36:14.558Z] (22/39) Installing py3-idna (3.1-r0) [2021-07-17T08:36:14.558Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-07-17T08:36:14.558Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-07-17T08:36:14.558Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-07-17T08:36:14.558Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-07-17T08:36:14.558Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-07-17T08:36:14.558Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-07-17T08:36:14.558Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-07-17T08:36:14.558Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-07-17T08:36:14.558Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-07-17T08:36:14.558Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-07-17T08:36:14.558Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-07-17T08:36:14.839Z] ---> 8206aaeed47a [2021-07-17T08:36:14.839Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-07-17T08:36:14.839Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-07-17T08:36:14.839Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-07-17T08:36:14.839Z] (36/39) Installing py3-progress (1.5-r0) [2021-07-17T08:36:14.839Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-07-17T08:36:14.839Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-07-17T08:36:14.839Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-07-17T08:36:14.839Z] Executing busybox-1.32.1-r6.trigger [2021-07-17T08:36:14.839Z] OK: 82 MiB in 59 packages [2021-07-17T08:36:15.426Z] ---> 807336baabba [2021-07-17T08:36:15.426Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-07-17T08:36:15.692Z] ---> 79cc4f460665 [2021-07-17T08:36:15.692Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-07-17T08:36:15.692Z] ---> Running in 5b1542015a04 [2021-07-17T08:36:15.692Z] Removing intermediate container 5b1542015a04 [2021-07-17T08:36:15.692Z] ---> 1a3a696956f3 [2021-07-17T08:36:15.692Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-17T08:36:15.692Z] ---> Running in 2163a32412d7 [2021-07-17T08:36:15.965Z] Removing intermediate container 2163a32412d7 [2021-07-17T08:36:15.965Z] ---> 374c0076c7e7 [2021-07-17T08:36:15.965Z] Step 22/24 : LABEL arch=x86_64 [2021-07-17T08:36:15.965Z] ---> Running in ceecf9e7dec8 [2021-07-17T08:36:15.965Z] Removing intermediate container ceecf9e7dec8 [2021-07-17T08:36:15.965Z] ---> 1dc968fb6e8b [2021-07-17T08:36:15.965Z] Step 23/24 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 [2021-07-17T08:36:15.965Z] ---> Running in b48a5665e7ba [2021-07-17T08:36:16.232Z] Removing intermediate container b48a5665e7ba [2021-07-17T08:36:16.232Z] ---> b98fb92779d5 [2021-07-17T08:36:16.233Z] Step 24/24 : LABEL version=0.0.0 [2021-07-17T08:36:16.233Z] ---> Running in 31fd5a7ef580 [2021-07-17T08:36:16.233Z] Removing intermediate container 31fd5a7ef580 [2021-07-17T08:36:16.233Z] ---> 6ce1fc98bce1 [2021-07-17T08:36:16.233Z] [2021-07-17T08:36:16.233Z] Successfully built 6ce1fc98bce1 [2021-07-17T08:36:16.233Z] Successfully tagged core-data:latest [2021-07-17T08:36:16.513Z]  Building core-data ... done Collecting docker-compose==1.23.2 [2021-07-17T08:36:16.513Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-07-17T08:36:16.513Z] Collecting docopt<0.7,>=0.6.1 [2021-07-17T08:36:16.513Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-07-17T08:36:17.098Z] Collecting docker<4.0,>=3.6.0 [2021-07-17T08:36:17.098Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-07-17T08:36:17.098Z] 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-07-17T08:36:17.098Z] Collecting texttable<0.10,>=0.9.0 [2021-07-17T08:36:17.098Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-07-17T08:36:17.368Z] Collecting cached-property<2,>=1.2.0 [2021-07-17T08:36:17.368Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-07-17T08:36:17.368Z] Collecting websocket-client<1.0,>=0.32.0 [2021-07-17T08:36:17.368Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-07-17T08:36:17.368Z] Collecting jsonschema<3,>=2.5.1 [2021-07-17T08:36:17.368Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-07-17T08:36:17.369Z] Collecting dockerpty<0.5,>=0.4.1 [2021-07-17T08:36:17.369Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-07-17T08:36:17.983Z] Collecting PyYAML<4,>=3.10 [2021-07-17T08:36:17.983Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-07-17T08:36:18.566Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-07-17T08:36:18.566Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-07-17T08:36:18.566Z] Collecting docker-pycreds>=0.4.0 [2021-07-17T08:36:18.566Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-07-17T08:36:18.566Z] Collecting urllib3<1.25,>=1.21.1 [2021-07-17T08:36:18.566Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-07-17T08:36:18.566Z] Collecting idna<2.8,>=2.5 [2021-07-17T08:36:18.566Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-07-17T08:36:18.566Z] Collecting certifi>=2017.4.17 [2021-07-17T08:36:18.566Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-07-17T08:36:18.840Z] Collecting chardet<3.1.0,>=3.0.2 [2021-07-17T08:36:18.840Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-07-17T08:36:18.840Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-07-17T08:36:18.840Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-07-17T08:36:18.840Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-07-17T08:36:18.840Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-07-17T08:36:18.840Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-07-17T08:36:18.840Z] Attempting uninstall: urllib3 [2021-07-17T08:36:18.840Z] Found existing installation: urllib3 1.26.2 [2021-07-17T08:36:18.840Z] Uninstalling urllib3-1.26.2: [2021-07-17T08:36:18.840Z] Successfully uninstalled urllib3-1.26.2 [2021-07-17T08:36:19.108Z] Attempting uninstall: idna [2021-07-17T08:36:19.108Z] Found existing installation: idna 3.1 [2021-07-17T08:36:19.108Z] Uninstalling idna-3.1: [2021-07-17T08:36:19.108Z] Successfully uninstalled idna-3.1 [2021-07-17T08:36:19.108Z] Attempting uninstall: chardet [2021-07-17T08:36:19.108Z] Found existing installation: chardet 4.0.0 [2021-07-17T08:36:19.108Z] Uninstalling chardet-4.0.0: [2021-07-17T08:36:19.108Z] Successfully uninstalled chardet-4.0.0 [2021-07-17T08:36:19.375Z] Attempting uninstall: requests [2021-07-17T08:36:19.375Z] Found existing installation: requests 2.25.1 [2021-07-17T08:36:19.375Z] Uninstalling requests-2.25.1: [2021-07-17T08:36:19.375Z] Successfully uninstalled requests-2.25.1 [2021-07-17T08:36:19.375Z] Running setup.py install for texttable: started [2021-07-17T08:36:19.967Z] Running setup.py install for texttable: finished with status 'done' [2021-07-17T08:36:19.967Z] Running setup.py install for PyYAML: started [2021-07-17T08:36:20.233Z] Running setup.py install for PyYAML: finished with status 'done' [2021-07-17T08:36:20.233Z] Running setup.py install for docopt: started [2021-07-17T08:36:20.501Z] Running setup.py install for docopt: finished with status 'done' [2021-07-17T08:36:20.501Z] Running setup.py install for dockerpty: started [2021-07-17T08:36:21.086Z] Running setup.py install for dockerpty: finished with status 'done' [2021-07-17T08:36:21.086Z] 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-07-17T08:36:22.109Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-07-17T08:36:22.109Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-07-17T08:36:22.109Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-07-17T08:36:22.109Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-07-17T08:36:22.109Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-07-17T08:36:22.729Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-07-17T08:36:24.211Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-07-17T08:36:24.211Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-07-17T08:36:24.211Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-07-17T08:36:24.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-07-17T08:36:24.440Z] Removing intermediate container 77de676e85e1 [2021-07-17T08:36:24.440Z] ---> 7255c19d7a9a [2021-07-17T08:36:24.440Z] Step 15/24 : ENV APP_PORT=58890 [2021-07-17T08:36:24.440Z] ---> Running in 05d85395ade4 [2021-07-17T08:36:24.440Z] Removing intermediate container 05d85395ade4 [2021-07-17T08:36:24.440Z] ---> 312a69f6eacc [2021-07-17T08:36:24.440Z] Step 16/24 : EXPOSE $APP_PORT [2021-07-17T08:36:24.440Z] ---> Running in c0de170e34a1 [2021-07-17T08:36:24.440Z] Removing intermediate container c0de170e34a1 [2021-07-17T08:36:24.440Z] ---> fce5308339cf [2021-07-17T08:36:24.440Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-07-17T08:36:24.712Z] ---> b0aef6785f57 [2021-07-17T08:36:24.712Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-07-17T08:36:24.712Z] ---> afd64abc8101 [2021-07-17T08:36:24.712Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-07-17T08:36:24.984Z] ---> 3ed959bceb25 [2021-07-17T08:36:24.984Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-07-17T08:36:24.984Z] ---> Running in 5539551bb990 [2021-07-17T08:36:25.254Z] Removing intermediate container 5539551bb990 [2021-07-17T08:36:25.254Z] ---> b04692c38cb8 [2021-07-17T08:36:25.254Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-17T08:36:25.254Z] ---> Running in e6d38599d1ea [2021-07-17T08:36:25.254Z] Removing intermediate container e6d38599d1ea [2021-07-17T08:36:25.254Z] ---> 2bc372a53d21 [2021-07-17T08:36:25.254Z] Step 22/24 : LABEL arch=x86_64 [2021-07-17T08:36:25.254Z] ---> Running in c8535172d60d [2021-07-17T08:36:25.520Z] Removing intermediate container c8535172d60d [2021-07-17T08:36:25.520Z] ---> b0483323c8d4 [2021-07-17T08:36:25.520Z] Step 23/24 : LABEL git_sha=a1a7e11800cf950ca7453fcfac28a98af55b8d56 [2021-07-17T08:36:25.520Z] ---> Running in 6b25deca0efc [2021-07-17T08:36:25.520Z] Removing intermediate container 6b25deca0efc [2021-07-17T08:36:25.520Z] ---> 7765b872114d [2021-07-17T08:36:25.520Z] Step 24/24 : LABEL version=0.0.0 [2021-07-17T08:36:25.520Z] ---> Running in 040149a1b37b [2021-07-17T08:36:25.787Z] Removing intermediate container 040149a1b37b [2021-07-17T08:36:25.787Z] ---> 44c7eaaa8d00 [2021-07-17T08:36:25.787Z] [2021-07-17T08:36:25.787Z] Successfully built 44c7eaaa8d00 [2021-07-17T08:36:25.787Z] Successfully tagged sys-mgmt-agent:latest [2021-07-17T08:36:25.798Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-07-17T08:36:25.804Z] $ docker stop --time=1 b9c1ba4fe627105b41d761540df235ec77ec6a7f9cdee612748453c8c161f2fd [2021-07-17T08:36:27.101Z] $ docker rm -f b9c1ba4fe627105b41d761540df235ec77ec6a7f9cdee612748453c8c161f2fd [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-17T08:36:27.514Z] + docker images [2021-07-17T08:36:27.514Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-17T08:36:27.514Z] sys-mgmt-agent latest 44c7eaaa8d00 2 seconds ago 324MB [2021-07-17T08:36:27.514Z] core-data latest 6ce1fc98bce1 11 seconds ago 20.3MB [2021-07-17T08:36:27.514Z] 5093688564dc 19 seconds ago 1.18GB [2021-07-17T08:36:27.514Z] 0cae85bda150 26 seconds ago 1.18GB [2021-07-17T08:36:27.514Z] core-command latest 7e72a3717d68 27 seconds ago 15.9MB [2021-07-17T08:36:27.514Z] d2fb0e7d26df 31 seconds ago 1.17GB [2021-07-17T08:36:27.514Z] security-bootstrapper latest cf8ff04d0c05 41 seconds ago 18.6MB [2021-07-17T08:36:27.514Z] security-secretstore-setup latest adc3df3f0211 52 seconds ago 28.7MB [2021-07-17T08:36:27.514Z] 37e5b8b74514 57 seconds ago 1.18GB [2021-07-17T08:36:27.514Z] support-scheduler latest 68faa748daeb 59 seconds ago 15.9MB [2021-07-17T08:36:27.514Z] ba17de9f4817 About a minute ago 1.18GB [2021-07-17T08:36:27.514Z] f754f9d50c1f About a minute ago 1.18GB [2021-07-17T08:36:27.514Z] core-metadata latest f22c9efc4c68 About a minute ago 16.6MB [2021-07-17T08:36:27.514Z] 911998709c2e About a minute ago 1.18GB [2021-07-17T08:36:27.514Z] support-notifications latest 58325392a229 About a minute ago 16.7MB [2021-07-17T08:36:27.514Z] ef993266394b About a minute ago 1.18GB [2021-07-17T08:36:27.514Z] security-proxy-setup latest a60524448ec7 About a minute ago 25.7MB [2021-07-17T08:36:27.514Z] a8781d24f08b About a minute ago 1.18GB [2021-07-17T08:36:27.514Z] ci-base-image-x86_64 latest fc93c33ed63a 5 minutes ago 678MB [2021-07-17T08:36:27.514Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 0d28375d9b5b 2 days ago 475MB [2021-07-17T08:36:27.514Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest d8573e4929f5 10 days ago 37.5MB [2021-07-17T08:36:27.514Z] docker 20.10.6 d2979b152a7d 3 months ago 246MB [2021-07-17T08:36:27.514Z] alpine 3.12 13621d1b12d4 3 months ago 5.58MB [2021-07-17T08:36:27.514Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 12 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-07-17T08:36:36.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.194s coverage: 28.7% of statements [2021-07-17T08:36:36.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-07-17T08:36:36.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-07-17T08:36:40.127Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.335s coverage: 100.0% of statements [2021-07-17T08:36:40.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-07-17T08:36:41.127Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.362s coverage: 46.3% of statements [2021-07-17T08:36:41.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-07-17T08:36:41.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-07-17T08:36:42.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.714s coverage: 89.9% of statements [2021-07-17T08:36:42.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-07-17T08:36:42.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-07-17T08:36:42.910Z] Still waiting to schedule task [2021-07-17T08:36:42.912Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-07-17T08:36:44.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.208s coverage: 81.2% of statements [2021-07-17T08:36:44.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-07-17T08:36:44.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-07-17T08:36:44.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-07-17T08:36:44.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-07-17T08:36:44.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-07-17T08:36:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.489s coverage: 94.2% of statements [2021-07-17T08:36:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-07-17T08:36:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-07-17T08:36:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.224s coverage: 59.1% of statements [2021-07-17T08:36:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-07-17T08:36:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-07-17T08:36:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-07-17T08:36:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-07-17T08:36:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-07-17T08:36:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.177s coverage: 60.0% of statements [2021-07-17T08:36:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-07-17T08:36:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-07-17T08:36:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-07-17T08:36:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.273s coverage: 0.8% of statements [2021-07-17T08:36:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-07-17T08:36:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.144s coverage: 58.8% of statements [2021-07-17T08:36:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.174s coverage: 22.0% of statements [2021-07-17T08:36:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-07-17T08:36:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.241s coverage: 47.1% of statements [2021-07-17T08:36:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.193s coverage: 79.5% of statements [2021-07-17T08:36:51.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.216s coverage: 94.1% of statements [2021-07-17T08:36:52.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.202s coverage: 96.3% of statements [2021-07-17T08:36:53.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.365s coverage: 87.5% of statements [2021-07-17T08:37:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.194s coverage: 94.4% of statements [2021-07-17T08:37:08.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.149s coverage: 44.8% of statements [2021-07-17T08:37:11.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.563s coverage: 81.8% of statements [2021-07-17T08:37:11.312Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-07-17T08:37:19.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.276s coverage: 92.9% of statements [2021-07-17T08:37:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-07-17T08:37:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-07-17T08:37:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-07-17T08:37:19.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements [2021-07-17T08:37:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-07-17T08:37:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-07-17T08:37:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-07-17T08:37:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-07-17T08:37:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-07-17T08:37:19.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.176s coverage: 87.2% of statements [2021-07-17T08:37:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-07-17T08:37:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-07-17T08:37:19.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.158s coverage: 100.0% of statements [2021-07-17T08:37:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-07-17T08:37:19.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.192s coverage: 58.8% of statements [2021-07-17T08:37:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-07-17T08:37:19.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.184s coverage: 80.0% of statements [2021-07-17T08:37:19.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.242s coverage: 87.2% of statements [2021-07-17T08:37:19.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.269s coverage: 85.4% of statements [2021-07-17T08:37:19.681Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.328s coverage: 91.2% of statements [2021-07-17T08:37:19.681Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-07-17T08:37:20.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.842s coverage: 64.4% of statements [2021-07-17T08:37:20.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-07-17T08:37:20.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-07-17T08:37:20.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.161s coverage: 100.0% of statements [2021-07-17T08:37:20.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.124s coverage: 91.3% of statements [2021-07-17T08:37:20.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-07-17T08:37:20.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.135s coverage: 73.7% of statements [2021-07-17T08:37:21.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements [2021-07-17T08:37:26.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.191s coverage: 66.9% of statements [2021-07-17T08:37:26.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-07-17T08:37:26.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-07-17T08:37:26.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-07-17T08:37:28.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.735s coverage: 43.6% of statements [2021-07-17T08:37:28.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-07-17T08:37:28.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-07-17T08:37:28.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.241s coverage: 89.5% of statements [2021-07-17T08:37:28.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-07-17T08:37:28.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.222s coverage: 84.8% of statements [2021-07-17T08:37:28.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-07-17T08:37:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.292s coverage: 19.3% of statements [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-07-17T08:37:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.592s coverage: 92.0% of statements [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-07-17T08:37:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.229s coverage: 62.7% of statements [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-07-17T08:37:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.396s coverage: 97.7% of statements [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-07-17T08:37:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.164s coverage: 28.9% of statements [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-07-17T08:37:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-07-17T08:37:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.174s coverage: 100.0% of statements [2021-07-17T08:37:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 95.4% of statements [2021-07-17T08:37:37.020Z] GO111MODULE=on go vet ./... [2021-07-17T08:39:14.005Z] gofmt -l . [2021-07-17T08:39:14.006Z] [ "`gofmt -l .`" = "" ] [2021-07-17T08:39:14.006Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-07-17T08:39:14.687Z] + ls -al . [2021-07-17T08:39:14.687Z] total 600 [2021-07-17T08:39:14.687Z] drwxrwxr-x 9 1001 1001 4096 Jul 17 08:39 . [2021-07-17T08:39:14.687Z] drwxr-xr-x 4 root root 4096 Jul 17 08:34 .. [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 11 Jul 17 08:33 .dockerignore [2021-07-17T08:39:14.687Z] drwxrwxr-x 8 1001 1001 4096 Jul 17 08:33 .git [2021-07-17T08:39:14.687Z] drwxrwxr-x 3 1001 1001 4096 Jul 17 08:33 .github [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 818 Jul 17 08:33 .gitignore [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 76 Jul 17 08:33 .hadolint.yml [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 166 Jul 17 08:33 .sonarcloud.properties [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 8609 Jul 17 08:33 Attribution.txt [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 43881 Jul 17 08:33 CHANGELOG.md [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 3804 Jul 17 08:33 CONTRIBUTING.md [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 931 Jul 17 08:33 Dockerfile.build [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 849 Jul 17 08:33 Jenkinsfile [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 10775 Jul 17 08:33 LICENSE [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 5915 Jul 17 08:33 Makefile [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 8649 Jul 17 08:33 README.md [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 6912 Jul 17 08:33 SECURITY.md [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 5 Jul 17 08:30 VERSION [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 4131 Jul 17 08:33 ZMQWindows.md [2021-07-17T08:39:14.687Z] drwxrwxr-x 2 1001 1001 4096 Jul 17 08:33 bin [2021-07-17T08:39:14.687Z] drwxrwxr-x 14 1001 1001 4096 Jul 17 08:33 cmd [2021-07-17T08:39:14.687Z] -rw-r--r-- 1 root root 403847 Jul 17 08:37 coverage.out [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 812 Jul 17 08:33 go.mod [2021-07-17T08:39:14.687Z] -rw-r--r-- 1 root root 21149 Jul 17 08:34 go.sum [2021-07-17T08:39:14.687Z] drwxrwxr-x 8 1001 1001 4096 Jul 17 08:33 internal [2021-07-17T08:39:14.687Z] drwxrwxr-x 3 1001 1001 4096 Jul 17 08:33 openapi [2021-07-17T08:39:14.687Z] drwxrwxr-x 4 1001 1001 4096 Jul 17 08:33 snap [2021-07-17T08:39:14.687Z] -rw-rw-r-- 1 1001 1001 204 Jul 17 08:33 version.go [Pipeline] sh [2021-07-17T08:39:15.427Z] + '[' -e coverage.out ] [2021-07-17T08:39:15.427Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-07-17T08:39:15.459Z] Warning: overwriting stash ‘coverage-report’ [2021-07-17T08:39:16.367Z] Stashed 1 file(s) [Pipeline] sh [2021-07-17T08:39:17.033Z] + make build [2021-07-17T08:39:17.033Z] go mod tidy [2021-07-17T08:39:17.637Z] 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-07-17T08:39:24.355Z] 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-07-17T08:39:51.229Z] 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-07-17T08:39:51.229Z] 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-07-17T08:39:55.559Z] 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-07-17T08:39:56.602Z] 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-07-17T08:40:00.936Z] 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-07-17T08:40:02.189Z] Running on prd-ubuntu18.04-docker-8c-8g-3171 in /w/workspace/edgexfoundry_edgex-go_PR-3627 [Pipeline] { [Pipeline] ws [2021-07-17T08:40:02.210Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-07-17T08:40:02.338Z] The recommended git tool is: git [2021-07-17T08:40:04.349Z] 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-07-17T08:40:05.397Z] using credential edgex-jenkins-ssh [2021-07-17T08:40:05.416Z] Cloning the remote Git repository [2021-07-17T08:40:05.402Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-07-17T08:40:05.491Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-07-17T08:40:05.525Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-17T08:40:05.525Z] > git --version # timeout=10 [2021-07-17T08:40:05.532Z] > git --version # 'git version 2.17.1' [2021-07-17T08:40:05.532Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-17T08:40:05.570Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-17T08:40:09.794Z] 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-07-17T08:40:13.151Z] Merging remotes/origin/main commit 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 into PR head commit 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 [2021-07-17T08:40:13.330Z] Merge succeeded, producing 7faf8849334ee5eaa33823f1ece3996ebe27c891 [2021-07-17T08:40:13.331Z] Checking out Revision 7faf8849334ee5eaa33823f1ece3996ebe27c891 (PR-3627) [2021-07-17T08:40:12.486Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-17T08:40:12.495Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-17T08:40:12.512Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-17T08:40:12.526Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-17T08:40:12.526Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-17T08:40:12.530Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3627/head:refs/remotes/origin/PR-3627 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-17T08:40:13.144Z] > git config core.sparsecheckout # timeout=10 [2021-07-17T08:40:13.155Z] > git checkout -f 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 # timeout=10 [2021-07-17T08:40:13.230Z] > git remote # timeout=10 [2021-07-17T08:40:13.237Z] > git config --get remote.origin.url # timeout=10 [2021-07-17T08:40:13.243Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-17T08:40:13.247Z] > git merge 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 # timeout=10 [2021-07-17T08:40:13.300Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-17T08:40:13.315Z] > git config core.sparsecheckout # timeout=10 [2021-07-17T08:40:13.319Z] > git checkout -f 7faf8849334ee5eaa33823f1ece3996ebe27c891 # timeout=10 [2021-07-17T08:40:14.113Z] 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-07-17T08:40:17.206Z] Commit message: "Merge commit '8ac2c5b0481f8b8091b66f2267a28d88a679c7d1' into HEAD" [2021-07-17T08:40:17.196Z] > git rev-list --no-walk 04cfe4a971af2f86f4dac901c8fc89cbb53b55d6 # timeout=10 [2021-07-17T08:40:17.528Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-17T08:40:18.278Z] + echo snap-build.sh [2021-07-17T08:40:18.278Z] snap-build.sh [2021-07-17T08:40:18.278Z] + SNAP_BASE_DIR=. [2021-07-17T08:40:18.278Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-07-17T08:40:18.278Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-07-17T08:40:18.278Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-07-17T08:40:18.278Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-07-17T08:40:18.278Z] + cd /w/workspace/edgex-go/2 [2021-07-17T08:40:18.278Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-07-17T08:40:18.278Z] Reading package lists... [2021-07-17T08:40:18.278Z] Building dependency tree... [2021-07-17T08:40:18.278Z] Reading state information... [2021-07-17T08:40:18.278Z] The following packages were automatically installed and are no longer required: [2021-07-17T08:40:18.278Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-07-17T08:40:18.278Z] uidmap xdelta3 [2021-07-17T08:40:18.278Z] Use 'sudo apt autoremove' to remove them. [2021-07-17T08:40:18.278Z] The following packages will be REMOVED: [2021-07-17T08:40:18.279Z] lxd* lxd-client* [2021-07-17T08:40:18.549Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-07-17T08:40:18.549Z] After this operation, 31.7 MB disk space will be freed. [2021-07-17T08:40:19.086Z] (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-07-17T08:40:19.086Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-07-17T08:40:19.673Z] Removing lxd dnsmasq configuration [2021-07-17T08:40:19.941Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-07-17T08:40:19.941Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-07-17T08:40:20.908Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-07-17T08:40:20.908Z] (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-07-17T08:40:20.908Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-07-17T08:40:21.858Z] 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-07-17T08:40:22.320Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-07-17T08:40:22.321Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-07-17T08:40:22.588Z] + sudo snap remove --purge lxd [2021-07-17T08:40:22.857Z] snap "lxd" is not installed [2021-07-17T08:40:22.857Z] + sudo groupadd --force --system lxd [2021-07-17T08:40:22.857Z] ++ whoami [2021-07-17T08:40:22.857Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-07-17T08:40:22.857Z] + newgrp - lxd [2021-07-17T08:40:22.857Z] + sudo snap install lxd [Pipeline] } [2021-07-17T08:40:27.290Z] $ docker stop --time=1 3057dc0b8f62dafea1b9e203c2689c5117d2858ac962684cbff1d5c52e53864b [2021-07-17T08:40:29.760Z] $ docker rm -f 3057dc0b8f62dafea1b9e203c2689c5117d2858ac962684cbff1d5c52e53864b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:40:31.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-17T08:40:31.839Z] [2021-07-17T08:40:31.840Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:40:32.208Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-17T08:40:32.484Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-07-17T08:40:32.484Z] 29e5d40040c1: Pulling fs layer [2021-07-17T08:40:32.484Z] 1ce36da41761: Pulling fs layer [2021-07-17T08:40:32.484Z] 25b303627fd3: Pulling fs layer [2021-07-17T08:40:32.758Z] 29e5d40040c1: Verifying Checksum [2021-07-17T08:40:32.758Z] 29e5d40040c1: Download complete [2021-07-17T08:40:32.955Z] 2021-07-17T08:40:29Z INFO Waiting for automatic snapd restart... [2021-07-17T08:40:33.360Z] 29e5d40040c1: Pull complete [2021-07-17T08:40:33.635Z] 1ce36da41761: Verifying Checksum [2021-07-17T08:40:33.635Z] 1ce36da41761: Download complete [2021-07-17T08:40:35.166Z] 1ce36da41761: Pull complete [2021-07-17T08:40:35.455Z] 25b303627fd3: Verifying Checksum [2021-07-17T08:40:35.455Z] 25b303627fd3: Download complete [2021-07-17T08:40:45.804Z] 25b303627fd3: Pull complete [2021-07-17T08:40:45.804Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-07-17T08:40:45.804Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-17T08:40:45.804Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-07-17T08:40:46.121Z] prd-ubuntu18.04-docker-arm64-4c-16g-3169 does not seem to be running inside a container [2021-07-17T08:40:46.272Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-07-17T08:40:49.682Z] $ docker top 1b02a3e93fb9e858db78f25154cb2ac6dd0cb7c42dc7e14ac81e6854de32fffd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-17T08:40:50.721Z] + docker-compose build --help [2021-07-17T08:40:50.721Z] + grep parallel [2021-07-17T08:40:51.222Z] lxd 4.16 from Canonical* installed [2021-07-17T08:40:51.223Z] + sudo lxd init --auto [2021-07-17T08:40:55.033Z] --parallel Build images in parallel. [Pipeline] } [2021-07-17T08:40:55.305Z] $ docker stop --time=1 1b02a3e93fb9e858db78f25154cb2ac6dd0cb7c42dc7e14ac81e6854de32fffd [2021-07-17T08:40:57.255Z] $ docker rm -f 1b02a3e93fb9e858db78f25154cb2ac6dd0cb7c42dc7e14ac81e6854de32fffd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:40:57.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-17T08:40:57.973Z] . [Pipeline] withDockerContainer [2021-07-17T08:40:58.096Z] + sudo snap install --classic snapcraft [2021-07-17T08:40:58.261Z] prd-ubuntu18.04-docker-arm64-4c-16g-3169 does not seem to be running inside a container [2021-07-17T08:40:58.330Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-07-17T08:40:59.999Z] $ docker top 59cc50a176e5308febdb1ac9cf3fc7acb172fb027e84c7053eb72a08cc77630f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-17T08:41:01.017Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-07-17T08:41:06.421Z] Building core-command ... [2021-07-17T08:41:06.421Z] Building core-data ... [2021-07-17T08:41:06.421Z] Building core-metadata ... [2021-07-17T08:41:06.421Z] Building security-bootstrapper ... [2021-07-17T08:41:06.421Z] Building security-proxy-setup ... [2021-07-17T08:41:06.421Z] Building security-secretstore-setup ... [2021-07-17T08:41:06.421Z] Building support-notifications ... [2021-07-17T08:41:06.421Z] Building support-scheduler ... [2021-07-17T08:41:06.421Z] Building sys-mgmt-agent ... [2021-07-17T08:41:06.421Z] Building core-metadata [2021-07-17T08:41:06.421Z] Building security-bootstrapper [2021-07-17T08:41:06.421Z] Building core-command [2021-07-17T08:41:06.421Z] Building sys-mgmt-agent [2021-07-17T08:41:06.421Z] Building security-secretstore-setup [2021-07-17T08:41:08.190Z] snapcraft 4.8.3 from Canonical* installed [2021-07-17T08:41:08.190Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-07-17T08:41:08.190Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-07-17T08:41:08.191Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-17T08:41:08.191Z] Dload Upload Total Spent Left Speed [2021-07-17T08:41:08.191Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4045 0 --:--:-- --:--:-- --:--:-- 4045 [2021-07-17T08:41:08.457Z] 100 3325k 100 3325k 0 0 8547k 0 --:--:-- --:--:-- --:--:-- 8547k [2021-07-17T08:41:08.457Z] ./yq_linux_amd64 [2021-07-17T08:41:08.723Z] + sudo snapcraft prime --use-lxd [2021-07-17T08:41:10.670Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-07-17T08:41:10.670Z] 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-07-17T08:41:10.670Z] - README.md [2021-07-17T08:41:10.670Z] [2021-07-17T08:41:10.670Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-07-17T08:41:10.939Z] Launching a container. [2021-07-17T08:41:17.605Z] Waiting for container to be ready [2021-07-17T08:41:17.874Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-07-17T08:41:17.874Z] [2021-07-17T08:41:21.212Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-07-17T08:41:21.480Z] Waiting for network to be ready... [2021-07-17T08:41:21.746Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-07-17T08:41:22.012Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1784 kB] [2021-07-17T08:41:22.012Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-07-17T08:41:22.012Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [329 kB] [2021-07-17T08:41:22.012Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-07-17T08:41:22.012Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-07-17T08:41:22.012Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [365 kB] [2021-07-17T08:41:22.012Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [48.9 kB] [2021-07-17T08:41:22.012Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1130 kB] [2021-07-17T08:41:22.012Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [256 kB] [2021-07-17T08:41:22.594Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-07-17T08:41:22.594Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-07-17T08:41:22.594Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-07-17T08:41:22.862Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-07-17T08:41:22.862Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-07-17T08:41:22.862Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-07-17T08:41:22.862Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-07-17T08:41:22.862Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-07-17T08:41:23.132Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-07-17T08:41:23.399Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2132 kB] [2021-07-17T08:41:23.666Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [422 kB] [2021-07-17T08:41:23.666Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] [2021-07-17T08:41:23.666Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] [2021-07-17T08:41:23.666Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [389 kB] [2021-07-17T08:41:23.666Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [52.8 kB] [2021-07-17T08:41:23.666Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1739 kB] [2021-07-17T08:41:23.935Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [371 kB] [2021-07-17T08:41:25.883Z] Fetched 24.8 MB in 4s (6144 kB/s) [2021-07-17T08:41:26.466Z] Reading package lists... [2021-07-17T08:41:26.736Z] Reading package lists... [2021-07-17T08:41:27.004Z] Building dependency tree... [2021-07-17T08:41:27.004Z] Reading state information... [2021-07-17T08:41:27.004Z] The following additional packages will be installed: [2021-07-17T08:41:27.004Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-07-17T08:41:27.004Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-07-17T08:41:27.004Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-07-17T08:41:27.004Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-07-17T08:41:27.004Z] Suggested packages: [2021-07-17T08:41:27.004Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-07-17T08:41:27.004Z] Recommended packages: [2021-07-17T08:41:27.004Z] gnupg libsasl2-modules [2021-07-17T08:41:27.004Z] The following NEW packages will be installed: [2021-07-17T08:41:27.004Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-07-17T08:41:27.004Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-07-17T08:41:27.004Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-07-17T08:41:27.004Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-07-17T08:41:27.004Z] The following packages will be upgraded: [2021-07-17T08:41:27.004Z] gpg gpg-agent gpgconf libudev1 [2021-07-17T08:41:27.004Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2021-07-17T08:41:27.004Z] Need to get 3530 kB of archives. [2021-07-17T08:41:27.004Z] After this operation, 13.3 MB of additional disk space will be used. [2021-07-17T08:41:27.004Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-07-17T08:41:27.272Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-07-17T08:41:27.272Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-07-17T08:41:27.272Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-07-17T08:41:27.272Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.48 [58.0 kB] [2021-07-17T08:41:27.539Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.48 [1103 kB] [2021-07-17T08:41:28.121Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-07-17T08:41:28.121Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-07-17T08:41:28.121Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-07-17T08:41:28.121Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-07-17T08:41:28.121Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-07-17T08:41:28.121Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-07-17T08:41:28.121Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-07-17T08:41:28.121Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-07-17T08:41:28.121Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-07-17T08:41:28.121Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-07-17T08:41:28.387Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-07-17T08:41:28.387Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-07-17T08:41:28.387Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-07-17T08:41:28.387Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-07-17T08:41:28.387Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-07-17T08:41:28.387Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-07-17T08:41:28.387Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-17T08:41:28.387Z] Fetched 3530 kB in 1s (2761 kB/s) [2021-07-17T08:41:28.387Z] (Reading database ... 12511 files and directories currently installed.) [2021-07-17T08:41:28.387Z] Preparing to unpack .../libudev1_237-3ubuntu10.48_amd64.deb ... [2021-07-17T08:41:28.387Z] Unpacking libudev1:amd64 (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-07-17T08:41:28.660Z] Setting up libudev1:amd64 (237-3ubuntu10.48) ... [2021-07-17T08:41:28.660Z] Selecting previously unselected package udev. [2021-07-17T08:41:28.660Z] (Reading database ... 12511 files and directories currently installed.) [2021-07-17T08:41:28.660Z] Preparing to unpack .../00-udev_237-3ubuntu10.48_amd64.deb ... [2021-07-17T08:41:28.660Z] Unpacking udev (237-3ubuntu10.48) ... [2021-07-17T08:41:28.928Z] Selecting previously unselected package libfuse2:amd64. [2021-07-17T08:41:28.928Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-07-17T08:41:28.928Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-07-17T08:41:28.928Z] Selecting previously unselected package fuse. [2021-07-17T08:41:28.928Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-07-17T08:41:28.928Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-07-17T08:41:28.928Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-17T08:41:28.928Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-17T08:41:28.928Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-17T08:41:28.928Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-17T08:41:29.195Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-17T08:41:29.195Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-17T08:41:29.195Z] Selecting previously unselected package libksba8:amd64. [2021-07-17T08:41:29.195Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-07-17T08:41:29.195Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-07-17T08:41:29.195Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-07-17T08:41:29.195Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-17T08:41:29.195Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:29.195Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-07-17T08:41:29.195Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-17T08:41:29.195Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:29.195Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-07-17T08:41:29.195Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-17T08:41:29.195Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:29.551Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-07-17T08:41:29.551Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-17T08:41:29.551Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:29.551Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-07-17T08:41:29.551Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-17T08:41:29.551Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:29.551Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-07-17T08:41:29.551Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-17T08:41:29.551Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:29.551Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-07-17T08:41:29.551Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-17T08:41:29.551Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:29.551Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-07-17T08:41:29.551Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-17T08:41:29.551Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:29.551Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-07-17T08:41:29.551Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-17T08:41:29.551Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:29.870Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-07-17T08:41:29.870Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-07-17T08:41:29.870Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-17T08:41:29.870Z] Selecting previously unselected package libsasl2-2:amd64. [2021-07-17T08:41:29.870Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-07-17T08:41:29.870Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-17T08:41:29.870Z] Selecting previously unselected package libldap-common. [2021-07-17T08:41:29.870Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-07-17T08:41:29.870Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-17T08:41:29.870Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-07-17T08:41:29.870Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-07-17T08:41:29.870Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-17T08:41:29.870Z] Selecting previously unselected package dirmngr. [2021-07-17T08:41:29.870Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-17T08:41:29.870Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-07-17T08:41:29.870Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-17T08:41:29.870Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-07-17T08:41:29.870Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-07-17T08:41:29.870Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-17T08:41:29.870Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-17T08:41:29.870Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-07-17T08:41:30.147Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:30.147Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-07-17T08:41:30.147Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-17T08:41:30.147Z] Setting up udev (237-3ubuntu10.48) ... [2021-07-17T08:41:30.415Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-07-17T08:41:30.415Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:30.415Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-07-17T08:41:30.415Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-07-17T08:41:30.415Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-07-17T08:41:30.415Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:30.415Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:30.415Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:30.415Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:30.415Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:30.415Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:30.415Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-17T08:41:30.415Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-17T08:41:30.683Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-07-17T08:41:30.683Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-17T08:41:30.949Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-07-17T08:41:30.949Z] settings in the [Install] section, and DefaultInstance for template units). [2021-07-17T08:41:30.949Z] This means they are not meant to be enabled using systemctl. [2021-07-17T08:41:30.949Z] Possible reasons for having this kind of units are: [2021-07-17T08:41:30.949Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-07-17T08:41:30.949Z] .wants/ or .requires/ directory. [2021-07-17T08:41:30.949Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-07-17T08:41:30.949Z] a requirement dependency on it. [2021-07-17T08:41:30.949Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-07-17T08:41:30.949Z] D-Bus, udev, scripted systemctl call, ...). [2021-07-17T08:41:30.949Z] 4) In case of template units, the unit is meant to be enabled with some [2021-07-17T08:41:30.949Z] instance name specified. [2021-07-17T08:41:31.215Z] Reading package lists... [2021-07-17T08:41:31.482Z] Building dependency tree... [2021-07-17T08:41:31.482Z] Reading state information... [2021-07-17T08:41:31.482Z] The following additional packages will be installed: [2021-07-17T08:41:31.482Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-07-17T08:41:31.482Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-07-17T08:41:31.482Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-07-17T08:41:31.482Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-07-17T08:41:31.482Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-07-17T08:41:31.482Z] Suggested packages: [2021-07-17T08:41:31.482Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-07-17T08:41:31.482Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-07-17T08:41:31.482Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-07-17T08:41:31.482Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-07-17T08:41:31.482Z] systemd-container policykit-1 [2021-07-17T08:41:31.482Z] Recommended packages: [2021-07-17T08:41:31.482Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-07-17T08:41:31.482Z] The following NEW packages will be installed: [2021-07-17T08:41:31.482Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-07-17T08:41:31.482Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-07-17T08:41:31.482Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-07-17T08:41:31.482Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-07-17T08:41:31.482Z] python3.6-minimal snapd squashfs-tools sudo [2021-07-17T08:41:31.482Z] The following packages will be upgraded: [2021-07-17T08:41:31.482Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-07-17T08:41:31.482Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2021-07-17T08:41:31.482Z] Need to get 36.7 MB of archives. [2021-07-17T08:41:31.482Z] After this operation, 147 MB of additional disk space will be used. [2021-07-17T08:41:31.482Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-07-17T08:41:31.749Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-07-17T08:41:31.749Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.48 [2915 kB] [2021-07-17T08:41:31.749Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-07-17T08:41:31.749Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-07-17T08:41:31.749Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-07-17T08:41:31.749Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-07-17T08:41:31.749Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-07-17T08:41:31.749Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-07-17T08:41:31.749Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-07-17T08:41:31.750Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-07-17T08:41:31.750Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-07-17T08:41:31.750Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-07-17T08:41:31.750Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-07-17T08:41:31.750Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-07-17T08:41:31.750Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-07-17T08:41:32.709Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.48 [209 kB] [2021-07-17T08:41:32.709Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2021-07-17T08:41:32.709Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2021-07-17T08:41:32.709Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-07-17T08:41:32.709Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-07-17T08:41:32.709Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-07-17T08:41:32.709Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-07-17T08:41:32.709Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-07-17T08:41:32.709Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-07-17T08:41:32.709Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-07-17T08:41:32.709Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-07-17T08:41:32.975Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-07-17T08:41:32.975Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] [2021-07-17T08:41:32.975Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] [2021-07-17T08:41:34.383Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-17T08:41:34.383Z] Fetched 36.7 MB in 3s (13.6 MB/s) [2021-07-17T08:41:34.383Z] (Reading database ... 12757 files and directories currently installed.) [2021-07-17T08:41:34.383Z] Preparing to unpack .../systemd_237-3ubuntu10.48_amd64.deb ... [2021-07-17T08:41:34.651Z] Unpacking systemd (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-07-17T08:41:34.917Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.48_amd64.deb ... [2021-07-17T08:41:34.917Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-07-17T08:41:34.917Z] Setting up libsystemd0:amd64 (237-3ubuntu10.48) ... [2021-07-17T08:41:35.183Z] (Reading database ... 12757 files and directories currently installed.) [2021-07-17T08:41:35.183Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2021-07-17T08:41:35.183Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2021-07-17T08:41:35.183Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2021-07-17T08:41:35.183Z] (Reading database ... 12757 files and directories currently installed.) [2021-07-17T08:41:35.183Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2021-07-17T08:41:35.183Z] Unpacking apt (1.6.14) over (1.6.1) ... [2021-07-17T08:41:35.462Z] Setting up apt (1.6.14) ... [2021-07-17T08:41:35.462Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-07-17T08:41:35.728Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-07-17T08:41:35.995Z] (Reading database ... 12764 files and directories currently installed.) [2021-07-17T08:41:35.995Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-07-17T08:41:35.995Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-07-17T08:41:35.995Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-07-17T08:41:35.995Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-17T08:41:35.995Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-17T08:41:36.263Z] Selecting previously unselected package libexpat1:amd64. [2021-07-17T08:41:36.263Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-07-17T08:41:36.263Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-07-17T08:41:36.263Z] Selecting previously unselected package python3.6-minimal. [2021-07-17T08:41:36.263Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-17T08:41:36.263Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-07-17T08:41:36.531Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-07-17T08:41:36.531Z] Checking for services that may need to be restarted...done. [2021-07-17T08:41:36.531Z] Checking for services that may need to be restarted...done. [2021-07-17T08:41:36.531Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-17T08:41:36.531Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-07-17T08:41:36.531Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-07-17T08:41:37.115Z] Selecting previously unselected package python3-minimal. [2021-07-17T08:41:37.115Z] (Reading database ... 13012 files and directories currently installed.) [2021-07-17T08:41:37.115Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-07-17T08:41:37.115Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-07-17T08:41:37.115Z] Selecting previously unselected package mime-support. [2021-07-17T08:41:37.115Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-07-17T08:41:37.115Z] Unpacking mime-support (3.60ubuntu1) ... [2021-07-17T08:41:37.115Z] Selecting previously unselected package libmpdec2:amd64. [2021-07-17T08:41:37.115Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-07-17T08:41:37.115Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-07-17T08:41:37.115Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-07-17T08:41:37.115Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-17T08:41:37.115Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-17T08:41:37.384Z] Selecting previously unselected package python3.6. [2021-07-17T08:41:37.384Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-17T08:41:37.384Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-17T08:41:37.384Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-07-17T08:41:37.384Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-07-17T08:41:37.384Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-07-17T08:41:37.384Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-07-17T08:41:37.652Z] Selecting previously unselected package python3. [2021-07-17T08:41:37.652Z] (Reading database ... 13442 files and directories currently installed.) [2021-07-17T08:41:37.652Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-07-17T08:41:37.652Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-07-17T08:41:37.652Z] Selecting previously unselected package multiarch-support. [2021-07-17T08:41:37.652Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-07-17T08:41:37.652Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-07-17T08:41:37.652Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-07-17T08:41:37.652Z] Selecting previously unselected package liblzo2-2:amd64. [2021-07-17T08:41:37.652Z] (Reading database ... 13479 files and directories currently installed.) [2021-07-17T08:41:37.652Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-07-17T08:41:37.652Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-07-17T08:41:37.919Z] Selecting previously unselected package libbsd0:amd64. [2021-07-17T08:41:37.919Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-07-17T08:41:37.919Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-07-17T08:41:37.919Z] Selecting previously unselected package sudo. [2021-07-17T08:41:37.919Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-07-17T08:41:37.919Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-07-17T08:41:37.919Z] Selecting previously unselected package apparmor. [2021-07-17T08:41:37.919Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-07-17T08:41:37.919Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-07-17T08:41:38.187Z] Selecting previously unselected package libedit2:amd64. [2021-07-17T08:41:38.187Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-07-17T08:41:38.187Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-07-17T08:41:38.187Z] Selecting previously unselected package libkrb5support0:amd64. [2021-07-17T08:41:38.187Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-07-17T08:41:38.187Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-07-17T08:41:38.187Z] Selecting previously unselected package libk5crypto3:amd64. [2021-07-17T08:41:38.187Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-07-17T08:41:38.187Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-07-17T08:41:38.187Z] Selecting previously unselected package libkeyutils1:amd64. [2021-07-17T08:41:38.187Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-07-17T08:41:38.187Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-07-17T08:41:38.187Z] Selecting previously unselected package libkrb5-3:amd64. [2021-07-17T08:41:38.187Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-07-17T08:41:38.187Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-07-17T08:41:38.454Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-07-17T08:41:38.454Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-07-17T08:41:38.454Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-07-17T08:41:38.454Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-07-17T08:41:38.454Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-07-17T08:41:38.454Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-07-17T08:41:38.454Z] Selecting previously unselected package openssh-client. [2021-07-17T08:41:38.454Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-07-17T08:41:38.454Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-07-17T08:41:38.721Z] Selecting previously unselected package squashfs-tools. [2021-07-17T08:41:38.721Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... [2021-07-17T08:41:38.721Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-07-17T08:41:38.721Z] Selecting previously unselected package snapd. [2021-07-17T08:41:38.721Z] Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... [2021-07-17T08:41:38.721Z] Unpacking snapd (2.49.2+18.04) ... [2021-07-17T08:41:40.666Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-07-17T08:41:40.666Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-07-17T08:41:40.666Z] Setting up mime-support (3.60ubuntu1) ... [2021-07-17T08:41:40.666Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-07-17T08:41:40.666Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-07-17T08:41:40.666Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-07-17T08:41:40.666Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-17T08:41:40.666Z] Setting up systemd (237-3ubuntu10.48) ... [2021-07-17T08:41:40.934Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-07-17T08:41:41.201Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-07-17T08:41:41.201Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-07-17T08:41:41.469Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-07-17T08:41:41.469Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-17T08:41:41.469Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-07-17T08:41:41.469Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-17T08:41:42.057Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-07-17T08:41:42.057Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-07-17T08:41:42.057Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-07-17T08:41:42.057Z] Setting up python3 (3.6.7-1~18.04) ... [2021-07-17T08:41:42.057Z] running python rtupdate hooks for python3.6... [2021-07-17T08:41:42.057Z] running python post-rtupdate hooks for python3.6... [2021-07-17T08:41:42.057Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-07-17T08:41:42.642Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-07-17T08:41:42.642Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-07-17T08:41:42.909Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-07-17T08:41:42.909Z] Setting up snapd (2.49.2+18.04) ... [2021-07-17T08:41:43.177Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-07-17T08:41:43.445Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-07-17T08:41:43.445Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-07-17T08:41:43.712Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-07-17T08:41:43.979Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-07-17T08:41:43.979Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-07-17T08:41:43.979Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-07-17T08:41:44.246Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-07-17T08:41:44.246Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-07-17T08:41:44.515Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-07-17T08:41:44.515Z] /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-07-17T08:41:44.782Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-17T08:41:44.782Z] Processing triggers for systemd (237-3ubuntu10.48) ... [2021-07-17T08:41:45.366Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-07-17T08:41:45.366Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-07-17T08:41:45.632Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-07-17T08:41:46.591Z] Reading package lists... [2021-07-17T08:41:46.858Z] Reading package lists... [2021-07-17T08:41:46.858Z] Building dependency tree... [2021-07-17T08:41:46.858Z] Reading state information... [2021-07-17T08:41:47.125Z] Calculating upgrade... [2021-07-17T08:41:47.125Z] The following packages will be upgraded: [2021-07-17T08:41:47.125Z] advancecomp base-files bash binutils binutils-common [2021-07-17T08:41:47.125Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-07-17T08:41:47.125Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-07-17T08:41:47.125Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2021-07-17T08:41:47.125Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2021-07-17T08:41:47.126Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-07-17T08:41:47.126Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-07-17T08:41:47.126Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-07-17T08:41:47.126Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-07-17T08:41:47.126Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-07-17T08:41:47.126Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-07-17T08:41:47.126Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-07-17T08:41:47.126Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-07-17T08:41:47.126Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-07-17T08:41:47.126Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-07-17T08:41:47.126Z] ubuntu-keyring util-linux [2021-07-17T08:41:47.126Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-07-17T08:41:47.126Z] Need to get 64.2 MB of archives. [2021-07-17T08:41:47.126Z] After this operation, 5113 kB of additional disk space will be used. [2021-07-17T08:41:47.126Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-147.151 [991 kB] [2021-07-17T08:41:47.392Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-07-17T08:41:47.392Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-07-17T08:41:47.392Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-07-17T08:41:47.392Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-07-17T08:41:47.392Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-07-17T08:41:47.392Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-07-17T08:41:47.392Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-07-17T08:41:47.392Z] 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-07-17T08:41:47.392Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-07-17T08:41:47.392Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-07-17T08:41:47.392Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-07-17T08:41:47.392Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-07-17T08:41:47.392Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-07-17T08:41:47.392Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-07-17T08:41:47.392Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-07-17T08:41:47.392Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-07-17T08:41:47.392Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-07-17T08:41:47.392Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-07-17T08:41:47.392Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-07-17T08:41:47.393Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-07-17T08:41:47.659Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-07-17T08:41:47.659Z] 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-07-17T08:41:47.659Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-07-17T08:41:47.659Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-07-17T08:41:47.659Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-07-17T08:41:47.659Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-07-17T08:41:47.659Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-07-17T08:41:47.659Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-07-17T08:41:47.659Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-07-17T08:41:47.659Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-07-17T08:41:47.659Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-07-17T08:41:47.659Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-07-17T08:41:47.659Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-07-17T08:41:47.659Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-07-17T08:41:47.659Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-07-17T08:41:47.659Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-07-17T08:41:47.659Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-07-17T08:41:47.659Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-07-17T08:41:47.659Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-07-17T08:41:47.660Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-07-17T08:41:47.660Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-07-17T08:41:47.660Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-07-17T08:41:47.660Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-07-17T08:41:47.660Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-07-17T08:41:47.660Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-07-17T08:41:47.660Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-07-17T08:41:47.660Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-07-17T08:41:47.660Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-07-17T08:41:47.660Z] 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-07-17T08:41:47.660Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-07-17T08:41:47.660Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-07-17T08:41:47.660Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-07-17T08:41:47.660Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-07-17T08:41:47.660Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-07-17T08:41:47.660Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-07-17T08:41:47.660Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-07-17T08:41:47.930Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-07-17T08:41:48.197Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-07-17T08:41:48.197Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-07-17T08:41:48.197Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-07-17T08:41:48.197Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-07-17T08:41:48.197Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-07-17T08:41:48.197Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-07-17T08:41:48.197Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-07-17T08:41:48.197Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-07-17T08:41:48.465Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-07-17T08:41:48.465Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-07-17T08:41:48.465Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-07-17T08:41:48.465Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-07-17T08:41:48.465Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-07-17T08:41:48.465Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-07-17T08:41:48.465Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2021-07-17T08:41:48.465Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-07-17T08:41:48.732Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-07-17T08:41:48.732Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-07-17T08:41:48.732Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-07-17T08:41:48.732Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-07-17T08:41:48.732Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-07-17T08:41:48.732Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-07-17T08:41:48.732Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-07-17T08:41:48.732Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-07-17T08:41:48.732Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-07-17T08:41:48.732Z] 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-07-17T08:41:48.732Z] 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-07-17T08:41:48.732Z] 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-07-17T08:41:48.732Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.48 [15.5 kB] [2021-07-17T08:41:48.732Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] [2021-07-17T08:41:48.732Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-07-17T08:41:48.999Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-07-17T08:41:48.999Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-07-17T08:41:48.999Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-07-17T08:41:48.999Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-07-17T08:41:48.999Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-07-17T08:41:48.999Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-07-17T08:41:48.999Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-07-17T08:41:48.999Z] 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-07-17T08:41:48.999Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-07-17T08:41:48.999Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-07-17T08:41:48.999Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-07-17T08:41:48.999Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-07-17T08:41:48.999Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-07-17T08:41:48.999Z] Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-07-17T08:41:49.266Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-17T08:41:49.266Z] Fetched 64.2 MB in 2s (33.4 MB/s) [2021-07-17T08:41:49.266Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-17T08:41:49.266Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-07-17T08:41:49.266Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-17T08:41:49.540Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-07-17T08:41:49.540Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-17T08:41:49.805Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-147.151_amd64.deb ... [2021-07-17T08:41:49.805Z] Unpacking linux-libc-dev:amd64 (4.15.0-147.151) over (4.15.0-20.21) ... [2021-07-17T08:41:49.805Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-17T08:41:49.805Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-17T08:41:50.071Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-17T08:41:50.071Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-17T08:41:50.071Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-17T08:41:50.071Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-17T08:41:50.071Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-17T08:41:50.071Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-17T08:41:50.071Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-17T08:41:50.071Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-17T08:41:50.337Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-17T08:41:50.337Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-17T08:41:50.337Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-17T08:41:50.337Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-17T08:41:50.337Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-17T08:41:50.337Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-17T08:41:50.337Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-17T08:41:50.337Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-07-17T08:41:50.337Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-07-17T08:41:50.609Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-17T08:41:50.609Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-17T08:41:50.609Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-17T08:41:50.609Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-17T08:41:50.609Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-17T08:41:50.609Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-17T08:41:50.609Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-17T08:41:50.609Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-17T08:41:50.877Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-17T08:41:50.877Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-07-17T08:41:50.877Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-17T08:41:51.143Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-07-17T08:41:51.410Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-17T08:41:51.410Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-07-17T08:41:51.410Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-07-17T08:41:51.410Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-07-17T08:41:51.410Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-07-17T08:41:51.677Z] Setting up base-files (10.1ubuntu2.10) ... [2021-07-17T08:41:51.677Z] Installing new version of config file /etc/issue ... [2021-07-17T08:41:51.677Z] Installing new version of config file /etc/issue.net ... [2021-07-17T08:41:51.677Z] Installing new version of config file /etc/lsb-release ... [2021-07-17T08:41:51.677Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-07-17T08:41:51.955Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-07-17T08:41:51.955Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-07-17T08:41:51.955Z] Removing obsolete conffile /etc/default/motd-news ... [2021-07-17T08:41:51.955Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:51.955Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-07-17T08:41:51.955Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-07-17T08:41:52.228Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-07-17T08:41:52.228Z] 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-07-17T08:41:52.228Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:52.228Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-17T08:41:52.228Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-07-17T08:41:52.228Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-07-17T08:41:52.228Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:52.228Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-07-17T08:41:52.228Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-07-17T08:41:52.495Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-07-17T08:41:52.495Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:52.495Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-07-17T08:41:52.495Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-07-17T08:41:52.762Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-07-17T08:41:52.762Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:52.762Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-17T08:41:52.762Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-17T08:41:52.762Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-07-17T08:41:52.762Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:52.762Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-17T08:41:52.762Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-17T08:41:53.033Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-07-17T08:41:53.033Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:53.033Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-07-17T08:41:53.033Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-07-17T08:41:53.033Z] Setting up grep (3.1-2build1) ... [2021-07-17T08:41:53.033Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:53.033Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2021-07-17T08:41:53.033Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2021-07-17T08:41:53.033Z] Setting up gzip (1.6-5ubuntu1.1) ... [2021-07-17T08:41:53.309Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:53.309Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-07-17T08:41:53.309Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-07-17T08:41:53.309Z] Setting up login (1:4.5-1ubuntu2) ... [2021-07-17T08:41:53.309Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:53.309Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-17T08:41:53.309Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-17T08:41:53.309Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-07-17T08:41:53.582Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:53.582Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-07-17T08:41:53.582Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-17T08:41:53.855Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-07-17T08:41:54.121Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-17T08:41:54.121Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-07-17T08:41:54.121Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-17T08:41:54.393Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-07-17T08:41:54.393Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:54.393Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-07-17T08:41:54.393Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-17T08:41:54.660Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-07-17T08:41:54.660Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-07-17T08:41:54.660Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-07-17T08:41:54.927Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-07-17T08:41:54.927Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-07-17T08:41:54.927Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:54.927Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-07-17T08:41:54.927Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-07-17T08:41:54.927Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-07-17T08:41:55.194Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:55.194Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-17T08:41:55.194Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-17T08:41:55.194Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-17T08:41:55.194Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:55.194Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-17T08:41:55.194Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-17T08:41:55.194Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-17T08:41:55.194Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:55.194Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-17T08:41:55.194Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-17T08:41:55.461Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-17T08:41:55.461Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:55.461Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-17T08:41:55.461Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-17T08:41:55.461Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-17T08:41:55.461Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:55.461Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-17T08:41:55.461Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-17T08:41:55.756Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-17T08:41:55.756Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-17T08:41:55.756Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-07-17T08:41:55.756Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:55.756Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-17T08:41:55.756Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-17T08:41:55.756Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-07-17T08:41:55.756Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:55.756Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-17T08:41:55.756Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-17T08:41:56.026Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-17T08:41:56.026Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:56.026Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-17T08:41:56.026Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-17T08:41:56.026Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-07-17T08:41:56.026Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:56.026Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-17T08:41:56.026Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-17T08:41:56.610Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-07-17T08:41:56.610Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-07-17T08:41:56.878Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-07-17T08:41:56.878Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:56.878Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-07-17T08:41:56.878Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-17T08:41:57.145Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-07-17T08:41:57.145Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-17T08:41:57.145Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-07-17T08:41:57.145Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-17T08:41:57.414Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-07-17T08:41:57.414Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-17T08:41:57.414Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-07-17T08:41:57.414Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-07-17T08:41:57.414Z] Setting up debconf (1.5.66ubuntu1) ... [2021-07-17T08:41:57.681Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-17T08:41:57.681Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-07-17T08:41:57.681Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-07-17T08:41:57.681Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-07-17T08:41:57.681Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-17T08:41:57.681Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-07-17T08:41:57.681Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-07-17T08:41:57.681Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-07-17T08:41:57.948Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-17T08:41:57.948Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-07-17T08:41:57.948Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-17T08:41:57.948Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-17T08:41:57.948Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-17T08:41:57.948Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-07-17T08:41:57.948Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-17T08:41:57.948Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-17T08:41:58.215Z] (Reading database ... 13919 files and directories currently installed.) [2021-07-17T08:41:58.215Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-07-17T08:41:58.215Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-17T08:41:58.215Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-17T08:41:58.482Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:41:58.482Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-17T08:41:58.482Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-17T08:41:58.482Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.48_amd64.deb ... [2021-07-17T08:41:58.482Z] Unpacking systemd-sysv (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-07-17T08:41:58.482Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-17T08:41:58.482Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-17T08:41:58.482Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-07-17T08:41:58.482Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:41:58.482Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-07-17T08:41:58.482Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-07-17T08:41:58.748Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-07-17T08:41:58.748Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:41:58.748Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-07-17T08:41:58.748Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-07-17T08:41:58.748Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-07-17T08:41:58.748Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:41:58.748Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-07-17T08:41:58.748Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-17T08:41:59.015Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-17T08:41:59.015Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:41:59.015Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-17T08:41:59.015Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-17T08:41:59.283Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-07-17T08:41:59.283Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:41:59.283Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-07-17T08:41:59.283Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-07-17T08:41:59.283Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-07-17T08:41:59.549Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:41:59.549Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-07-17T08:41:59.549Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-07-17T08:41:59.549Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-07-17T08:41:59.817Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:41:59.817Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-17T08:41:59.817Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-17T08:41:59.817Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-07-17T08:41:59.817Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:41:59.817Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-07-17T08:41:59.817Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-07-17T08:42:00.083Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-07-17T08:42:00.083Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:42:00.083Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-07-17T08:42:00.083Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-07-17T08:42:00.083Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-07-17T08:42:00.083Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:42:00.083Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-07-17T08:42:00.083Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-07-17T08:42:00.349Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-07-17T08:42:00.349Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:42:00.349Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-07-17T08:42:00.349Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-07-17T08:42:00.349Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-07-17T08:42:00.349Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:42:00.349Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-07-17T08:42:00.349Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-07-17T08:42:00.616Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-07-17T08:42:00.616Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:42:00.616Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-07-17T08:42:00.616Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-07-17T08:42:00.616Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-07-17T08:42:00.616Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:42:00.616Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-07-17T08:42:00.616Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-07-17T08:42:00.882Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-07-17T08:42:00.882Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-17T08:42:00.882Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-07-17T08:42:00.882Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-07-17T08:42:00.882Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-07-17T08:42:00.882Z] (Reading database ... 13924 files and directories currently installed.) [2021-07-17T08:42:00.882Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-07-17T08:42:00.882Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-07-17T08:42:00.882Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-07-17T08:42:00.882Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-07-17T08:42:01.149Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-07-17T08:42:01.149Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-07-17T08:42:01.149Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-07-17T08:42:01.149Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-07-17T08:42:01.417Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-07-17T08:42:01.417Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-07-17T08:42:01.417Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-07-17T08:42:01.417Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-07-17T08:42:01.417Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-07-17T08:42:01.417Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-07-17T08:42:01.417Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-07-17T08:42:01.417Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-07-17T08:42:01.686Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-07-17T08:42:01.686Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-07-17T08:42:01.686Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-07-17T08:42:01.686Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-07-17T08:42:01.686Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-07-17T08:42:01.686Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-07-17T08:42:01.686Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-07-17T08:42:01.686Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-07-17T08:42:01.954Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-07-17T08:42:01.954Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-07-17T08:42:02.222Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-07-17T08:42:02.222Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-07-17T08:42:02.222Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-17T08:42:02.222Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-17T08:42:02.489Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-17T08:42:02.489Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-17T08:42:02.489Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-17T08:42:02.489Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-17T08:42:02.489Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-17T08:42:02.489Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-17T08:42:02.756Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-17T08:42:02.756Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-17T08:42:02.756Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-17T08:42:02.756Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-17T08:42:02.756Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-17T08:42:02.756Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-17T08:42:02.756Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-17T08:42:02.756Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-17T08:42:03.717Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-17T08:42:03.717Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-17T08:42:04.301Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-17T08:42:04.301Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-17T08:42:04.574Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-17T08:42:04.574Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-17T08:42:04.844Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-17T08:42:04.844Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-17T08:42:05.808Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-17T08:42:05.808Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-17T08:42:05.808Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-07-17T08:42:05.808Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-07-17T08:42:05.808Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-07-17T08:42:05.808Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-07-17T08:42:05.808Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-07-17T08:42:05.808Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-07-17T08:42:05.808Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-07-17T08:42:05.808Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-07-17T08:42:06.078Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-07-17T08:42:06.078Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-07-17T08:42:06.078Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-07-17T08:42:06.078Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-07-17T08:42:06.078Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-07-17T08:42:06.078Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-07-17T08:42:06.078Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-17T08:42:06.346Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-07-17T08:42:06.346Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-17T08:42:06.346Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-17T08:42:06.346Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-17T08:42:06.346Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-07-17T08:42:06.346Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-07-17T08:42:06.346Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-07-17T08:42:06.346Z] [2021-07-17T08:42:06.346Z] Current default time zone: 'Etc/UTC' [2021-07-17T08:42:06.346Z] Local time is now: Sat Jul 17 08:42:06 UTC 2021. [2021-07-17T08:42:06.346Z] Universal Time is now: Sat Jul 17 08:42:06 UTC 2021. [2021-07-17T08:42:06.346Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-07-17T08:42:06.346Z] [2021-07-17T08:42:06.346Z] Setting up systemd-sysv (237-3ubuntu10.48) ... [2021-07-17T08:42:06.346Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-17T08:42:06.346Z] Setting up linux-libc-dev:amd64 (4.15.0-147.151) ... [2021-07-17T08:42:06.346Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-07-17T08:42:06.346Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-07-17T08:42:06.346Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-07-17T08:42:06.346Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-07-17T08:42:06.346Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-07-17T08:42:06.346Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-07-17T08:42:06.613Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-07-17T08:42:06.613Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-17T08:42:06.613Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-07-17T08:42:06.613Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-17T08:42:06.613Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-07-17T08:42:06.613Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-17T08:42:06.613Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-07-17T08:42:06.613Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-07-17T08:42:06.613Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-07-17T08:42:06.613Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-07-17T08:42:06.613Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-07-17T08:42:06.613Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-07-17T08:42:06.613Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-07-17T08:42:06.613Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-07-17T08:42:08.558Z] Updating certificates in /etc/ssl/certs... [2021-07-17T08:42:09.527Z] 23 added, 27 removed; done. [2021-07-17T08:42:09.527Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-07-17T08:42:09.527Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-17T08:42:09.527Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-07-17T08:42:09.527Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-07-17T08:42:09.527Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-07-17T08:42:09.527Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-17T08:42:09.527Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-07-17T08:42:09.527Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-17T08:42:09.527Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-17T08:42:09.527Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-17T08:42:09.527Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-07-17T08:42:09.527Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-17T08:42:09.527Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-07-17T08:42:09.527Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-07-17T08:42:09.527Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-07-17T08:42:09.527Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-07-17T08:42:09.527Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-07-17T08:42:09.527Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-07-17T08:42:09.527Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-07-17T08:42:09.527Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-07-17T08:42:09.527Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-07-17T08:42:09.527Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-07-17T08:42:09.527Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-07-17T08:42:09.796Z] Processing triggers for systemd (237-3ubuntu10.48) ... [2021-07-17T08:42:09.796Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-07-17T08:42:09.796Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-07-17T08:42:09.796Z] Updating certificates in /etc/ssl/certs... [2021-07-17T08:42:10.381Z] 0 added, 0 removed; done. [2021-07-17T08:42:10.381Z] Running hooks in /etc/ca-certificates/update.d... [2021-07-17T08:42:10.381Z] done. [2021-07-17T08:42:10.650Z] Reading package lists... [2021-07-17T08:42:10.919Z] Building dependency tree... [2021-07-17T08:42:10.919Z] Reading state information... [2021-07-17T08:42:10.919Z] The following NEW packages will be installed: [2021-07-17T08:42:10.919Z] apt-transport-https [2021-07-17T08:42:10.919Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-07-17T08:42:11.186Z] Need to get 4348 B of archives. [2021-07-17T08:42:11.186Z] After this operation, 154 kB of additional disk space will be used. [2021-07-17T08:42:11.186Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2021-07-17T08:42:11.453Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-17T08:42:11.453Z] Fetched 4348 B in 0s (24.4 kB/s) [2021-07-17T08:42:11.453Z] Selecting previously unselected package apt-transport-https. [2021-07-17T08:42:11.453Z] (Reading database ... 13929 files and directories currently installed.) [2021-07-17T08:42:11.453Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2021-07-17T08:42:11.453Z] Unpacking apt-transport-https (1.6.14) ... [2021-07-17T08:42:11.453Z] Setting up apt-transport-https (1.6.14) ... [2021-07-17T08:42:11.720Z] Waiting for network to be ready... [2021-07-17T08:42:14.526Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:42:14.526Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:42:14.527Z] ---> ecbc04f5e44e [2021-07-17T08:42:14.527Z] Step 3/24 : WORKDIR /edgex-go [2021-07-17T08:42:14.527Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:42:14.527Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:42:14.527Z] ---> ecbc04f5e44e [2021-07-17T08:42:14.527Z] Step 3/26 : WORKDIR /edgex-go [2021-07-17T08:42:14.527Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:42:14.527Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:42:14.527Z] ---> ecbc04f5e44e [2021-07-17T08:42:14.527Z] Step 3/32 : WORKDIR /edgex-go [2021-07-17T08:42:14.527Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:42:14.527Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:42:14.527Z] ---> ecbc04f5e44e [2021-07-17T08:42:14.527Z] Step 3/24 : WORKDIR /edgex-go [2021-07-17T08:42:14.527Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:42:14.527Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:42:14.527Z] ---> ecbc04f5e44e [2021-07-17T08:42:14.527Z] Step 3/24 : WORKDIR /edgex-go [2021-07-17T08:42:14.527Z] ---> Running in 3f47df3c7e1e [2021-07-17T08:42:14.527Z] ---> Running in a0ca8fbd665d [2021-07-17T08:42:14.527Z] ---> Running in 056d367536c1 [2021-07-17T08:42:14.527Z] ---> Running in 365bf4a8ace8 [2021-07-17T08:42:14.527Z] ---> Running in 6b143a8deafd [2021-07-17T08:42:14.527Z] Removing intermediate container a0ca8fbd665d [2021-07-17T08:42:14.527Z] ---> ad204244e815 [2021-07-17T08:42:14.527Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:42:14.527Z] Removing intermediate container 365bf4a8ace8 [2021-07-17T08:42:14.527Z] ---> 0c0a3a5e6314 [2021-07-17T08:42:14.527Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:42:14.527Z] Removing intermediate container 056d367536c1 [2021-07-17T08:42:14.527Z] Removing intermediate container 6b143a8deafd [2021-07-17T08:42:14.527Z] ---> f1cbb0cd8095 [2021-07-17T08:42:14.527Z] ---> d050aac56e8f [2021-07-17T08:42:14.527Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:42:14.527Z] [2021-07-17T08:42:14.527Z] Removing intermediate container 3f47df3c7e1e [2021-07-17T08:42:14.527Z] ---> 602290672aa8 [2021-07-17T08:42:14.527Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:42:14.527Z] ---> Running in cfaa1fb47f2d [2021-07-17T08:42:14.527Z] ---> Running in 6c6447797ce1 [2021-07-17T08:42:14.527Z] ---> Running in f85c9fd01075 [2021-07-17T08:42:14.527Z] ---> Running in 4becac3aee12 [2021-07-17T08:42:14.527Z] ---> Running in a370ccf0daf5 [2021-07-17T08:42:17.070Z] 2021-07-17T08:42:14Z INFO Waiting for automatic snapd restart... [2021-07-17T08:42:17.070Z] snapd 2.51.1 from Canonical* installed [2021-07-17T08:42:17.948Z] Removing intermediate container cfaa1fb47f2d [2021-07-17T08:42:17.948Z] ---> 5c0e811a637b [2021-07-17T08:42:17.948Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-07-17T08:42:18.037Z] "snapd" switched to the "latest/stable" channel [2021-07-17T08:42:18.037Z] [2021-07-17T08:42:18.235Z] Removing intermediate container 6c6447797ce1 [2021-07-17T08:42:18.235Z] ---> 1715ab79bcf5 [2021-07-17T08:42:18.235Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-07-17T08:42:18.235Z] ---> Running in 81d5e6c44e1e [2021-07-17T08:42:18.524Z] Removing intermediate container 4becac3aee12 [2021-07-17T08:42:18.524Z] ---> 1e24c051670b [2021-07-17T08:42:18.524Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-07-17T08:42:18.805Z] ---> Running in 6155db37f6aa [2021-07-17T08:42:19.087Z] ---> Running in de1f91d19c74 [2021-07-17T08:42:19.087Z] Removing intermediate container f85c9fd01075 [2021-07-17T08:42:19.087Z] ---> ebeca446527a [2021-07-17T08:42:19.087Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-17T08:42:19.087Z] Removing intermediate container a370ccf0daf5 [2021-07-17T08:42:19.087Z] ---> 8c558c28216a [2021-07-17T08:42:19.087Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-17T08:42:19.363Z] ---> Running in 0170aeb12366 [2021-07-17T08:42:19.363Z] ---> Running in 77d52460ea5d [2021-07-17T08:42:19.991Z] core18 20210611 from Canonical* installed [2021-07-17T08:42:20.262Z] "core18" switched to the "latest/stable" channel [2021-07-17T08:42:20.262Z] [2021-07-17T08:42:20.840Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-17T08:42:20.840Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-17T08:42:21.445Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-17T08:42:21.445Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-17T08:42:21.445Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-17T08:42:21.721Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-17T08:42:21.721Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-17T08:42:22.326Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-17T08:42:22.614Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-17T08:42:22.614Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-17T08:42:22.614Z] OK: 218 MiB in 52 packages [2021-07-17T08:42:22.909Z] OK: 218 MiB in 52 packages [2021-07-17T08:42:23.532Z] OK: 218 MiB in 52 packages [2021-07-17T08:42:23.606Z] snapcraft 4.8.3 from Canonical* installed [2021-07-17T08:42:23.606Z] "snapcraft" switched to the "latest/stable" channel [2021-07-17T08:42:23.606Z] [2021-07-17T08:42:23.831Z] OK: 218 MiB in 52 packages [2021-07-17T08:42:24.112Z] OK: 218 MiB in 52 packages [2021-07-17T08:42:24.719Z] Removing intermediate container 81d5e6c44e1e [2021-07-17T08:42:24.720Z] ---> 7c4a24eaaf72 [2021-07-17T08:42:24.720Z] Step 6/32 : COPY go.mod . [2021-07-17T08:42:24.998Z] Removing intermediate container 6155db37f6aa [2021-07-17T08:42:24.998Z] ---> edd9e00e4cf2 [2021-07-17T08:42:24.998Z] Step 6/26 : COPY go.mod . [2021-07-17T08:42:25.601Z] Removing intermediate container 0170aeb12366 [2021-07-17T08:42:25.601Z] ---> a5a694f2708c [2021-07-17T08:42:25.601Z] Step 6/24 : COPY go.mod . [2021-07-17T08:42:25.879Z] ---> ba03c8b06297 [2021-07-17T08:42:25.879Z] Step 7/32 : RUN go mod download [2021-07-17T08:42:25.879Z] Removing intermediate container 77d52460ea5d [2021-07-17T08:42:25.879Z] ---> 6c135eff0ef9 [2021-07-17T08:42:25.879Z] Step 6/24 : COPY go.mod . [2021-07-17T08:42:25.879Z] Removing intermediate container de1f91d19c74 [2021-07-17T08:42:25.879Z] ---> fe9f73eb56e3 [2021-07-17T08:42:25.879Z] Step 6/24 : COPY go.mod . [2021-07-17T08:42:26.155Z] ---> Running in 24246a212c2b [2021-07-17T08:42:26.155Z] ---> 018aa2300344 [2021-07-17T08:42:26.155Z] Step 7/26 : RUN go mod download [2021-07-17T08:42:26.434Z] ---> Running in 3d16373e902b [2021-07-17T08:42:27.036Z] ---> 670f059551b5 [2021-07-17T08:42:27.036Z] Step 7/24 : RUN go mod download [2021-07-17T08:42:27.317Z] ---> Running in 79636ae84953 [2021-07-17T08:42:27.599Z] ---> 1fb02a55bde5 [2021-07-17T08:42:27.599Z] Step 7/24 : RUN go mod download [2021-07-17T08:42:27.599Z] ---> b8aa1ffca9a2 [2021-07-17T08:42:27.599Z] Step 7/24 : RUN go mod download [2021-07-17T08:42:27.599Z] ---> Running in c01ba60f98cb [2021-07-17T08:42:27.599Z] ---> Running in b164524b7df3 [2021-07-17T08:42:27.867Z] 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-07-17T08:42:27.867Z] - README.md [2021-07-17T08:42:27.867Z] [2021-07-17T08:42:27.867Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-07-17T08:42:27.867Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-07-17T08:42:27.867Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-07-17T08:42:27.867Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-07-17T08:42:29.099Z] Reading package lists... [2021-07-17T08:42:29.370Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 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-07-17T08:42:29.370Z] Reading package lists... [2021-07-17T08:42:29.638Z] Building dependency tree... [2021-07-17T08:42:29.638Z] Reading state information... [2021-07-17T08:42:29.638Z] Suggested packages: [2021-07-17T08:42:29.638Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-07-17T08:42:29.638Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-07-17T08:42:29.638Z] Recommended packages: [2021-07-17T08:42:29.638Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-07-17T08:42:29.638Z] The following NEW packages will be installed: [2021-07-17T08:42:29.638Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-07-17T08:42:29.638Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-07-17T08:42:29.638Z] pkg-config zip [2021-07-17T08:42:29.638Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-07-17T08:42:29.638Z] Need to get 7663 kB of archives. [2021-07-17T08:42:29.638Z] After this operation, 43.8 MB of additional disk space will be used. [2021-07-17T08:42:29.638Z] 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-07-17T08:42:29.905Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-07-17T08:42:29.905Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-07-17T08:42:29.905Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-07-17T08:42:29.905Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-07-17T08:42:29.905Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-07-17T08:42:29.905Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-07-17T08:42:30.174Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-07-17T08:42:30.174Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-07-17T08:42:30.174Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-07-17T08:42:30.441Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-07-17T08:42:30.441Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-07-17T08:42:30.441Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-07-17T08:42:30.441Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-07-17T08:42:30.441Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-07-17T08:42:30.720Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-17T08:42:30.720Z] Fetched 7663 kB in 1s (9454 kB/s) [2021-07-17T08:42:30.720Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-07-17T08:42:30.720Z] (Reading database ... 13933 files and directories currently installed.) [2021-07-17T08:42:30.720Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-07-17T08:42:30.720Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-07-17T08:42:30.720Z] Selecting previously unselected package libpsl5:amd64. [2021-07-17T08:42:30.720Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-07-17T08:42:30.720Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-07-17T08:42:30.988Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-07-17T08:42:30.988Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-07-17T08:42:30.988Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-07-17T08:42:30.988Z] Selecting previously unselected package librtmp1:amd64. [2021-07-17T08:42:30.988Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-07-17T08:42:30.988Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-07-17T08:42:30.988Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-07-17T08:42:30.988Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-07-17T08:42:30.988Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-07-17T08:42:30.988Z] Selecting previously unselected package liberror-perl. [2021-07-17T08:42:30.988Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-07-17T08:42:30.988Z] Unpacking liberror-perl (0.17025-1) ... [2021-07-17T08:42:30.988Z] Selecting previously unselected package git-man. [2021-07-17T08:42:30.988Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-07-17T08:42:30.988Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-07-17T08:42:31.026Z] Removing intermediate container 24246a212c2b [2021-07-17T08:42:31.026Z] ---> e3831c78fe1e [2021-07-17T08:42:31.026Z] Step 8/32 : COPY . . [2021-07-17T08:42:31.256Z] Selecting previously unselected package git. [2021-07-17T08:42:31.256Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-07-17T08:42:31.256Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-07-17T08:42:31.320Z] Removing intermediate container 3d16373e902b [2021-07-17T08:42:31.320Z] ---> 43e534e85ae1 [2021-07-17T08:42:31.320Z] Step 8/26 : COPY . . [2021-07-17T08:42:31.839Z] Selecting previously unselected package libnorm1:amd64. [2021-07-17T08:42:31.840Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-07-17T08:42:31.840Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-07-17T08:42:31.840Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-07-17T08:42:31.840Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-07-17T08:42:31.840Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-07-17T08:42:31.840Z] Selecting previously unselected package libsodium23:amd64. [2021-07-17T08:42:31.840Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-07-17T08:42:31.840Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-07-17T08:42:31.840Z] Selecting previously unselected package libzmq5:amd64. [2021-07-17T08:42:31.840Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-07-17T08:42:31.840Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-17T08:42:31.931Z] Removing intermediate container 79636ae84953 [2021-07-17T08:42:31.931Z] ---> e9ce896975f9 [2021-07-17T08:42:31.931Z] Step 8/24 : COPY . . [2021-07-17T08:42:32.108Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-07-17T08:42:32.108Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-07-17T08:42:32.108Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-17T08:42:32.108Z] Selecting previously unselected package pkg-config. [2021-07-17T08:42:32.108Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-07-17T08:42:32.108Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-07-17T08:42:32.108Z] Selecting previously unselected package zip. [2021-07-17T08:42:32.108Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-07-17T08:42:32.108Z] Unpacking zip (3.0-11build1) ... [2021-07-17T08:42:32.108Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-07-17T08:42:32.108Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-07-17T08:42:32.108Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-07-17T08:42:32.108Z] Setting up liberror-perl (0.17025-1) ... [2021-07-17T08:42:32.375Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-07-17T08:42:32.375Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-07-17T08:42:32.375Z] No schema files found: doing nothing. [2021-07-17T08:42:32.375Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-07-17T08:42:32.375Z] Setting up zip (3.0-11build1) ... [2021-07-17T08:42:32.375Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-07-17T08:42:32.375Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-07-17T08:42:32.375Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-07-17T08:42:32.375Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-17T08:42:32.375Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-07-17T08:42:32.375Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-17T08:42:32.375Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-07-17T08:42:32.375Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-07-17T08:42:32.947Z] Removing intermediate container b164524b7df3 [2021-07-17T08:42:32.947Z] ---> 3f652c2ec662 [2021-07-17T08:42:32.947Z] Step 8/24 : COPY . . [2021-07-17T08:42:32.959Z] git set to automatically installed. [2021-07-17T08:42:32.959Z] git-man set to automatically installed. [2021-07-17T08:42:32.959Z] libcurl3-gnutls set to automatically installed. [2021-07-17T08:42:32.959Z] liberror-perl set to automatically installed. [2021-07-17T08:42:32.959Z] libglib2.0-0 set to automatically installed. [2021-07-17T08:42:32.959Z] libnghttp2-14 set to automatically installed. [2021-07-17T08:42:32.959Z] libnorm1 set to automatically installed. [2021-07-17T08:42:32.959Z] libpgm-5.2-0 set to automatically installed. [2021-07-17T08:42:32.959Z] libpsl5 set to automatically installed. [2021-07-17T08:42:32.959Z] librtmp1 set to automatically installed. [2021-07-17T08:42:32.959Z] libsodium23 set to automatically installed. [2021-07-17T08:42:32.959Z] libzmq3-dev set to automatically installed. [2021-07-17T08:42:32.959Z] libzmq5 set to automatically installed. [2021-07-17T08:42:32.959Z] pkg-config set to automatically installed. [2021-07-17T08:42:32.959Z] zip set to automatically installed. [2021-07-17T08:42:33.549Z] Removing intermediate container c01ba60f98cb [2021-07-17T08:42:33.549Z] ---> f3b22e11f27f [2021-07-17T08:42:33.549Z] Step 8/24 : COPY . . [2021-07-17T08:42:34.371Z] snapd is not logged in, snap install commands will use sudo [2021-07-17T08:42:39.783Z] go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed [2021-07-17T08:42:39.783Z] snapd is not logged in, snap install commands will use sudo [2021-07-17T08:42:40.367Z] snap "core18" has no updates available [2021-07-17T08:42:41.777Z] Pulling config-common [2021-07-17T08:42:41.777Z] + snapcraftctl pull [2021-07-17T08:42:42.738Z] Pulling go-build-helper [2021-07-17T08:42:42.738Z] + snapcraftctl pull [2021-07-17T08:42:43.698Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-07-17T08:42:43.698Z] Skipping pull go-build-helper (already ran) [2021-07-17T08:42:43.698Z] Building go-build-helper [2021-07-17T08:42:43.698Z] + snapcraftctl build [2021-07-17T08:42:45.655Z] Staging go-build-helper [2021-07-17T08:42:45.655Z] + snapcraftctl stage [2021-07-17T08:42:55.798Z] ---> 5d6987ccd239 [2021-07-17T08:42:55.798Z] Step 9/24 : RUN go mod tidy [2021-07-17T08:42:55.798Z] ---> 28af1ab1e408 [2021-07-17T08:42:55.798Z] Step 9/26 : RUN go mod tidy [2021-07-17T08:42:55.798Z] ---> 1e6ae794b961 [2021-07-17T08:42:55.798Z] Step 9/32 : RUN go mod tidy [2021-07-17T08:42:55.798Z] ---> bd9e3dfe3ea2 [2021-07-17T08:42:55.798Z] Step 9/24 : RUN go mod tidy [2021-07-17T08:42:55.798Z] ---> f66f3c8cc851 [2021-07-17T08:42:55.798Z] Step 9/24 : RUN go mod tidy [2021-07-17T08:42:55.798Z] ---> Running in c527e0a4288f [2021-07-17T08:42:55.798Z] ---> Running in 73af144701e5 [2021-07-17T08:42:55.798Z] ---> Running in 7fc0a8220316 [2021-07-17T08:42:55.798Z] ---> Running in 26367c398f58 [2021-07-17T08:42:55.798Z] ---> Running in 3792fe9a461f [2021-07-17T08:42:56.012Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-07-17T08:42:56.012Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-07-17T08:42:56.012Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1784 kB] [2021-07-17T08:42:56.012Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [329 kB] [2021-07-17T08:42:56.012Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-07-17T08:42:56.012Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-07-17T08:42:56.012Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [365 kB] [2021-07-17T08:42:56.012Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [48.9 kB] [2021-07-17T08:42:56.012Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1130 kB] [2021-07-17T08:42:56.012Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [256 kB] [2021-07-17T08:42:56.012Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-07-17T08:42:56.012Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-07-17T08:42:56.012Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-07-17T08:42:56.012Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-07-17T08:42:56.012Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-07-17T08:42:56.012Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-07-17T08:42:56.012Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-07-17T08:42:56.012Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-07-17T08:42:56.012Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-07-17T08:42:56.012Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2132 kB] [2021-07-17T08:42:56.012Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [422 kB] [2021-07-17T08:42:56.012Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] [2021-07-17T08:42:56.012Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] [2021-07-17T08:42:56.012Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [389 kB] [2021-07-17T08:42:56.012Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [52.8 kB] [2021-07-17T08:42:56.012Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1739 kB] [2021-07-17T08:42:56.012Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [371 kB] [2021-07-17T08:42:56.012Z] Fetched 24.8 MB in 0s (0 B/s) [2021-07-17T08:42:56.012Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-07-17T08:42:56.012Z] Fetched 224 kB in 0s (0 B/s) [2021-07-17T08:42:56.012Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-07-17T08:42:56.012Z] Fetched 157 kB in 0s (0 B/s) [2021-07-17T08:42:56.012Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-07-17T08:42:56.012Z] Fetched 221 kB in 0s (0 B/s) [2021-07-17T08:42:56.012Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-07-17T08:42:56.012Z] Fetched 143 kB in 0s (0 B/s) [2021-07-17T08:42:56.012Z] Pulling edgex-go [2021-07-17T08:42:56.012Z] + snapcraftctl pull [2021-07-17T08:42:56.012Z] Pulling hooks [2021-07-17T08:42:56.012Z] + snapcraftctl pull [2021-07-17T08:43:02.261Z] Removing intermediate container 73af144701e5 [2021-07-17T08:43:02.261Z] ---> 5cea1cb87bb0 [2021-07-17T08:43:02.261Z] Removing intermediate container 7fc0a8220316 [2021-07-17T08:43:02.261Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-07-17T08:43:02.261Z] ---> c70d4aab8830 [2021-07-17T08:43:02.261Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-07-17T08:43:02.261Z] ---> Running in db8a69fb3aad [2021-07-17T08:43:02.261Z] ---> Running in 31a864dbb3c2 [2021-07-17T08:43:02.544Z] Removing intermediate container 26367c398f58 [2021-07-17T08:43:02.544Z] ---> 8bf237d903b7 [2021-07-17T08:43:02.544Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-07-17T08:43:02.544Z] Removing intermediate container c527e0a4288f [2021-07-17T08:43:02.544Z] ---> 425aea04aafd [2021-07-17T08:43:02.544Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-07-17T08:43:02.544Z] Removing intermediate container 3792fe9a461f [2021-07-17T08:43:02.544Z] ---> b3deb347602f [2021-07-17T08:43:02.544Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-07-17T08:43:02.544Z] ---> Running in 6a2cf9faf922 [2021-07-17T08:43:02.825Z] ---> Running in 87c682fa7488 [2021-07-17T08:43:03.100Z] ---> Running in a89d950517b7 [2021-07-17T08:43:04.555Z] 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-07-17T08:43:04.555Z] 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-07-17T08:43:05.155Z] 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-07-17T08:43:05.155Z] 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-07-17T08:43:05.433Z] 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-07-17T08:43:11.893Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-07-17T08:43:11.893Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-07-17T08:43:11.893Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-07-17T08:43:11.893Z] Fetched 0 B in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-07-17T08:43:11.893Z] Fetched 96.5 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-07-17T08:43:11.893Z] Fetched 279 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-07-17T08:43:11.893Z] Fetched 122 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-07-17T08:43:11.893Z] Fetched 77.8 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-07-17T08:43:11.893Z] Fetched 8848 B in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-07-17T08:43:11.893Z] Fetched 47.8 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-07-17T08:43:11.893Z] Fetched 45.6 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-07-17T08:43:11.893Z] Fetched 15.0 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-07-17T08:43:11.893Z] Fetched 219 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-07-17T08:43:11.893Z] Fetched 154 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-07-17T08:43:11.893Z] Fetched 50.6 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-07-17T08:43:11.893Z] Fetched 14.8 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-07-17T08:43:11.893Z] Fetched 41.8 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-07-17T08:43:11.893Z] Fetched 499 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-07-17T08:43:11.893Z] Fetched 111 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-07-17T08:43:11.893Z] Fetched 240 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-07-17T08:43:11.893Z] Fetched 29.3 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-07-17T08:43:11.893Z] Fetched 85.5 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-07-17T08:43:11.893Z] Fetched 24.5 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-07-17T08:43:11.893Z] Fetched 49.2 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-07-17T08:43:11.893Z] Fetched 54.2 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-07-17T08:43:11.893Z] Fetched 30.8 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-07-17T08:43:11.893Z] Fetched 15.8 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-07-17T08:43:11.893Z] Fetched 85.9 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-07-17T08:43:11.893Z] Fetched 8720 B in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2021-07-17T08:43:11.893Z] Fetched 140 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-07-17T08:43:11.893Z] Fetched 119 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2021-07-17T08:43:11.893Z] Fetched 111 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-07-17T08:43:11.893Z] Fetched 11.1 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-07-17T08:43:11.893Z] Fetched 645 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-07-17T08:43:11.893Z] Fetched 41.3 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-07-17T08:43:11.893Z] Fetched 17.9 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-07-17T08:43:11.893Z] Fetched 368 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-07-17T08:43:11.893Z] Fetched 187 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-07-17T08:43:11.893Z] Fetched 175 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-07-17T08:43:11.893Z] Fetched 206 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-07-17T08:43:11.893Z] Fetched 1301 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-07-17T08:43:11.893Z] Fetched 36.2 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-07-17T08:43:11.893Z] Fetched 159 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-07-17T08:43:11.893Z] Fetched 107 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-07-17T08:43:11.893Z] Fetched 48.7 kB in 0s (0 B/s) [2021-07-17T08:43:11.893Z] Pulling static-packages [2021-07-17T08:43:11.893Z] + snapcraftctl pull [2021-07-17T08:43:12.858Z] Pulling version [2021-07-17T08:43:12.858Z] + cd /root/project [2021-07-17T08:43:12.858Z] + git describe --tags --abbrev=0 [2021-07-17T08:43:12.858Z] + sed s/v// [2021-07-17T08:43:12.858Z] + GIT_VERSION=2.0.1-dev.13 [2021-07-17T08:43:12.858Z] + [ -z 2.0.1-dev.13 ] [2021-07-17T08:43:12.858Z] + snapcraftctl set-version 2.0.1-dev.13 [2021-07-17T08:43:13.822Z] Building config-common [2021-07-17T08:43:13.822Z] + snapcraftctl build [2021-07-17T08:43:15.767Z] Skipping build go-build-helper (already ran) [2021-07-17T08:43:15.767Z] Building edgex-go [2021-07-17T08:43:16.034Z] + cd /root/parts/edgex-go/src [2021-07-17T08:43:16.034Z] + + git describe --tags --abbrev=0 [2021-07-17T08:43:16.034Z] sed s/v// [2021-07-17T08:43:16.034Z] + GIT_VERSION=2.0.1-dev.13 [2021-07-17T08:43:16.034Z] + [ -z 2.0.1-dev.13 ] [2021-07-17T08:43:16.034Z] + echo 2.0.1-dev.13 [2021-07-17T08:43:16.034Z] + make build [2021-07-17T08:43:16.034Z] go mod tidy [2021-07-17T08:43:17.440Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-07-17T08:43:17.440Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 [2021-07-17T08:43:17.441Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.2 [2021-07-17T08:43:17.441Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-07-17T08:43:17.441Z] go: downloading github.com/google/uuid v1.3.0 [2021-07-17T08:43:17.441Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 [2021-07-17T08:43:17.441Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2021-07-17T08:43:17.441Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-07-17T08:43:17.708Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-07-17T08:43:17.708Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-07-17T08:43:17.708Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 [2021-07-17T08:43:17.708Z] go: downloading github.com/lib/pq v1.10.2 [2021-07-17T08:43:17.976Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-07-17T08:43:17.976Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-07-17T08:43:17.976Z] go: downloading github.com/pelletier/go-toml v1.9.3 [2021-07-17T08:43:18.244Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-07-17T08:43:18.244Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 [2021-07-17T08:43:18.510Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 [2021-07-17T08:43:19.094Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-07-17T08:43:19.094Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-07-17T08:43:19.094Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-07-17T08:43:19.094Z] go: downloading github.com/go-playground/validator/v10 v10.6.1 [2021-07-17T08:43:19.094Z] go: downloading github.com/go-kit/kit v0.9.0 [2021-07-17T08:43:19.094Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-07-17T08:43:19.094Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-07-17T08:43:19.094Z] go: downloading github.com/x448/float16 v0.8.4 [2021-07-17T08:43:19.385Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2021-07-17T08:43:19.385Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-07-17T08:43:19.385Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-07-17T08:43:19.385Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-07-17T08:43:19.385Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-07-17T08:43:19.385Z] go: downloading golang.org/x/text v0.3.2 [2021-07-17T08:43:19.385Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-07-17T08:43:19.385Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-07-17T08:43:19.385Z] go: downloading github.com/kr/pretty v0.2.0 [2021-07-17T08:43:19.385Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-07-17T08:43:19.385Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-07-17T08:43:19.385Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-07-17T08:43:19.671Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-07-17T08:43:19.671Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-07-17T08:43:19.671Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-07-17T08:43:19.671Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-07-17T08:43:19.938Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-07-17T08:43:19.938Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-07-17T08:43:20.205Z] go: downloading github.com/kr/text v0.1.0 [2021-07-17T08:43:20.205Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-07-17T08:43:20.205Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-07-17T08:43:20.205Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-07-17T08:43:20.205Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-07-17T08:43:20.205Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-07-17T08:43:20.205Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-07-17T08:43:20.205Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-07-17T08:43:20.205Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-07-17T08:43:20.205Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-07-17T08:43:20.205Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-07-17T08:43:20.205Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-07-17T08:43:20.205Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-07-17T08:43:20.205Z] go: downloading github.com/fatih/color v1.9.0 [2021-07-17T08:43:20.205Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-07-17T08:43:20.471Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-07-17T08:43:20.471Z] go: downloading github.com/pkg/errors v0.8.1 [2021-07-17T08:43:20.471Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-07-17T08:43:20.471Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-07-17T08:43:20.471Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-07-17T08:43:20.471Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-07-17T08:43:20.471Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-07-17T08:43:20.471Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-07-17T08:43:20.471Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-07-17T08:43:20.471Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-07-17T08:43:20.471Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-07-17T08:43:20.471Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-07-17T08:43:20.471Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-07-17T08:43:20.471Z] go: downloading github.com/miekg/dns v1.1.26 [2021-07-17T08:43:20.471Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-07-17T08:43:20.471Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-07-17T08:43:20.471Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-07-17T08:43:20.471Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-07-17T08:43:20.471Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/core-data/core-data ./cmd/core-data [2021-07-17T08:43:28.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-07-17T08:43:32.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/core-command/core-command ./cmd/core-command [2021-07-17T08:43:33.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-07-17T08:43:34.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-07-17T08:43:35.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-07-17T08:43:36.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-07-17T08:43:37.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-07-17T08:43:38.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-07-17T08:43:39.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-07-17T08:43:40.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/secrets-config ./cmd/secrets-config [2021-07-17T08:43:41.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-07-17T08:43:42.963Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-07-17T08:43:42.963Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-07-17T08:43:42.963Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-07-17T08:43:42.963Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-07-17T08:43:42.963Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-07-17T08:43:42.963Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-07-17T08:43:42.963Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-07-17T08:43:42.963Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-07-17T08:43:42.963Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-07-17T08:43:42.963Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-07-17T08:43:42.963Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-07-17T08:43:42.963Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-07-17T08:43:42.963Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-07-17T08:43:42.963Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-07-17T08:43:42.963Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-07-17T08:43:42.963Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-07-17T08:43:42.963Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-07-17T08:43:42.963Z] + 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-07-17T08:43:42.963Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-07-17T08:43:42.963Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-07-17T08:43:42.963Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-07-17T08:43:42.963Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-07-17T08:43:42.963Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-07-17T08:43:42.963Z] + 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-07-17T08:43:42.963Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-07-17T08:43:42.963Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-07-17T08:43:42.963Z] + 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-07-17T08:43:44.378Z] Building hooks [2021-07-17T08:43:44.378Z] + cd /root/parts/hooks/src [2021-07-17T08:43:44.378Z] + make build [2021-07-17T08:43:44.378Z] go mod tidy [2021-07-17T08:43:44.965Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 [2021-07-17T08:43:45.232Z] go: downloading github.com/stretchr/testify v1.5.1 [2021-07-17T08:43:45.232Z] go: downloading gopkg.in/yaml.v2 v2.2.2 [2021-07-17T08:43:45.232Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2021-07-17T08:43:45.498Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2021-07-17T08:43:46.456Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2021-07-17T08:43:46.722Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2021-07-17T08:43:46.722Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2021-07-17T08:43:50.070Z] Building static-packages [2021-07-17T08:43:50.070Z] + snapcraftctl build [2021-07-17T08:43:51.496Z] Building version [2021-07-17T08:43:51.496Z] + snapcraftctl build [2021-07-17T08:43:53.464Z] Staging config-common [2021-07-17T08:43:53.465Z] + snapcraftctl stage [2021-07-17T08:43:54.450Z] Skipping stage go-build-helper (already ran) [2021-07-17T08:43:54.450Z] Staging edgex-go [2021-07-17T08:43:54.450Z] + snapcraftctl stage [2021-07-17T08:43:55.412Z] Staging hooks [2021-07-17T08:43:55.412Z] + snapcraftctl stage [2021-07-17T08:43:56.382Z] Staging static-packages [2021-07-17T08:43:56.382Z] + snapcraftctl stage [2021-07-17T08:43:57.796Z] Staging version [2021-07-17T08:43:57.796Z] + snapcraftctl stage [2021-07-17T08:43:58.768Z] Priming config-common [2021-07-17T08:43:58.769Z] + snapcraftctl prime [2021-07-17T08:43:59.737Z] Priming go-build-helper [2021-07-17T08:43:59.737Z] + snapcraftctl prime [2021-07-17T08:44:00.698Z] Priming edgex-go [2021-07-17T08:44:00.698Z] + snapcraftctl prime [2021-07-17T08:44:02.132Z] Priming hooks [2021-07-17T08:44:02.132Z] + snapcraftctl prime [2021-07-17T08:44:03.096Z] Priming static-packages [2021-07-17T08:44:03.096Z] + snapcraftctl prime [2021-07-17T08:44:05.690Z] Priming version [2021-07-17T08:44:05.690Z] + snapcraftctl prime [2021-07-17T08:44:06.650Z] 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-07-17T08:45:12.412Z] 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-07-17T08:45:15.864Z] Removing intermediate container 31a864dbb3c2 [2021-07-17T08:45:15.864Z] ---> cceaae6ed2e5 [2021-07-17T08:45:15.864Z] [2021-07-17T08:45:15.864Z] Step 11/24 : FROM alpine:3.12 [2021-07-17T08:45:16.147Z] 3.12: Pulling from library/alpine [2021-07-17T08:45:19.600Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-17T08:45:19.600Z] Status: Downloaded newer image for alpine:3.12 [2021-07-17T08:45:19.600Z] ---> c4fd0aeabfcf [2021-07-17T08:45:19.600Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-17T08:45:20.202Z] ---> Running in cd4ec50fb657 [2021-07-17T08:45:20.818Z] Removing intermediate container 6a2cf9faf922 [2021-07-17T08:45:20.818Z] ---> 12947edcf88c [2021-07-17T08:45:20.818Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-07-17T08:45:20.818Z] Removing intermediate container 87c682fa7488 [2021-07-17T08:45:20.818Z] ---> ddef3fd5b529 [2021-07-17T08:45:20.818Z] [2021-07-17T08:45:20.818Z] Step 11/32 : FROM alpine:3.12 [2021-07-17T08:45:20.818Z] ---> c4fd0aeabfcf [2021-07-17T08:45:20.818Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-07-17T08:45:21.430Z] ---> Running in 6cedf293be66 [2021-07-17T08:45:21.430Z] ---> Running in 1bf6de4a7676 [2021-07-17T08:45:22.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-17T08:45:22.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-17T08:45:22.696Z] Removing intermediate container 1bf6de4a7676 [2021-07-17T08:45:22.696Z] ---> 3ec18ebffba7 [2021-07-17T08:45:22.696Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-07-17T08:45:22.981Z] ---> Running in bf5da4435ac7 [2021-07-17T08:45:23.253Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-17T08:45:23.253Z] Executing busybox-1.31.1-r20.trigger [2021-07-17T08:45:23.253Z] OK: 5 MiB in 15 packages [2021-07-17T08:45:23.932Z] Removing intermediate container db8a69fb3aad [2021-07-17T08:45:23.932Z] ---> 441cb0b1e41d [2021-07-17T08:45:23.932Z] [2021-07-17T08:45:23.932Z] Step 11/26 : FROM alpine:3.12 [2021-07-17T08:45:23.932Z] ---> c4fd0aeabfcf [2021-07-17T08:45:23.932Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-07-17T08:45:23.932Z] 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-07-17T08:45:24.260Z] ---> Running in 1cb127650f4d [2021-07-17T08:45:25.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-17T08:45:25.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-17T08:45:25.773Z] Removing intermediate container cd4ec50fb657 [2021-07-17T08:45:25.773Z] ---> 33069a78b53d [2021-07-17T08:45:25.773Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-17T08:45:26.594Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-07-17T08:45:26.594Z] (2/2) Installing su-exec (0.2-r1) [2021-07-17T08:45:26.594Z] Executing busybox-1.31.1-r20.trigger [2021-07-17T08:45:26.594Z] OK: 5 MiB in 16 packages [2021-07-17T08:45:26.594Z] ---> Running in 33e4fb3bfa0f [2021-07-17T08:45:26.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-17T08:45:26.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-17T08:45:27.163Z] Removing intermediate container a89d950517b7 [2021-07-17T08:45:27.163Z] ---> 78f57837691b [2021-07-17T08:45:27.163Z] [2021-07-17T08:45:27.163Z] Step 11/24 : FROM alpine:3.12 [2021-07-17T08:45:27.163Z] ---> c4fd0aeabfcf [2021-07-17T08:45:27.163Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-17T08:45:27.163Z] ---> Using cache [2021-07-17T08:45:27.163Z] ---> 33069a78b53d [2021-07-17T08:45:27.163Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-17T08:45:27.163Z] ---> Using cache [2021-07-17T08:45:27.163Z] ---> cf77b389f8b0 [2021-07-17T08:45:27.163Z] Step 14/24 : ENV APP_PORT=59881 [2021-07-17T08:45:27.446Z] Removing intermediate container 33e4fb3bfa0f [2021-07-17T08:45:27.446Z] ---> cf77b389f8b0 [2021-07-17T08:45:27.446Z] Step 14/24 : ENV APP_PORT=59882 [2021-07-17T08:45:27.446Z] (1/6) Installing ca-certificates (20191127-r4) [2021-07-17T08:45:27.446Z] ---> Running in 190da80e8acd [2021-07-17T08:45:27.446Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-07-17T08:45:27.446Z] (3/6) Installing libcurl (7.77.0-r0) [2021-07-17T08:45:27.446Z] (4/6) Installing curl (7.77.0-r0) [2021-07-17T08:45:27.446Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-07-17T08:45:27.446Z] (6/6) Installing su-exec (0.2-r1) [2021-07-17T08:45:27.446Z] Executing busybox-1.31.1-r20.trigger [2021-07-17T08:45:27.748Z] Executing ca-certificates-20191127-r4.trigger [2021-07-17T08:45:27.748Z] ---> Running in 75977f91bfec [2021-07-17T08:45:27.748Z] OK: 7 MiB in 20 packages [2021-07-17T08:45:28.354Z] Removing intermediate container 6cedf293be66 [2021-07-17T08:45:28.354Z] Removing intermediate container bf5da4435ac7 [2021-07-17T08:45:28.354Z] ---> cce0fc91b0bc [2021-07-17T08:45:28.354Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-07-17T08:45:28.354Z] ---> c58863fb18ec [2021-07-17T08:45:28.354Z] [2021-07-17T08:45:28.354Z] Step 12/24 : FROM docker:20.10.6 [2021-07-17T08:45:28.354Z] Removing intermediate container 190da80e8acd [2021-07-17T08:45:28.354Z] ---> e4daced3c6ff [2021-07-17T08:45:28.354Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-17T08:45:28.628Z] ---> Running in f6f45080494d [2021-07-17T08:45:28.628Z] Removing intermediate container 75977f91bfec [2021-07-17T08:45:28.628Z] ---> 727d524ea95d [2021-07-17T08:45:28.628Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-17T08:45:28.628Z] ---> Running in a34b528f975d [2021-07-17T08:45:28.628Z] 20.10.6: Pulling from library/docker [2021-07-17T08:45:28.909Z] ---> Running in a1593a1fbda7 [2021-07-17T08:45:29.518Z] Removing intermediate container f6f45080494d [2021-07-17T08:45:29.518Z] ---> ae0f1cf71878 [2021-07-17T08:45:29.518Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-07-17T08:45:29.518Z] Removing intermediate container a34b528f975d [2021-07-17T08:45:29.518Z] ---> 1fe763c71c08 [2021-07-17T08:45:29.518Z] Step 16/24 : WORKDIR / [2021-07-17T08:45:29.518Z] ---> Running in 9d1fccdcd8cd [2021-07-17T08:45:29.808Z] Removing intermediate container a1593a1fbda7 [2021-07-17T08:45:29.808Z] ---> 9dc9212233bd [2021-07-17T08:45:29.808Z] Step 16/24 : WORKDIR / [2021-07-17T08:45:29.808Z] Removing intermediate container 1cb127650f4d [2021-07-17T08:45:29.808Z] ---> 46415dd65c2f [2021-07-17T08:45:29.808Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-17T08:45:29.808Z] ---> Running in 9e86c9127a00 [2021-07-17T08:45:30.091Z] ---> Running in 88b7fd3b332e [2021-07-17T08:45:30.091Z] ---> Running in 204f5ee9f471 [2021-07-17T08:45:30.372Z] Removing intermediate container 9d1fccdcd8cd [2021-07-17T08:45:30.372Z] ---> 0d4ac0ae0948 [2021-07-17T08:45:30.372Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-07-17T08:45:30.653Z] ---> Running in 29e2f7740147 [2021-07-17T08:45:30.653Z] Removing intermediate container 9e86c9127a00 [2021-07-17T08:45:30.653Z] ---> 0bd42ca40003 [2021-07-17T08:45:30.653Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-17T08:45:31.263Z] Removing intermediate container 88b7fd3b332e [2021-07-17T08:45:31.263Z] ---> 8bb7a6921aa0 [2021-07-17T08:45:31.263Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-17T08:45:31.263Z] Removing intermediate container 204f5ee9f471 [2021-07-17T08:45:31.263Z] ---> 83f7f7b9e0a4 [2021-07-17T08:45:31.263Z] Step 14/26 : WORKDIR / [2021-07-17T08:45:31.564Z] ---> Running in 0dc4451ad33f [2021-07-17T08:45:32.165Z] ---> 2954a9eb188b [2021-07-17T08:45:32.165Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-07-17T08:45:32.444Z] Removing intermediate container 0dc4451ad33f [2021-07-17T08:45:32.444Z] ---> 5251e6ddeb1b [2021-07-17T08:45:32.444Z] 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-07-17T08:45:32.444Z] ---> ebf8925a25b1 [2021-07-17T08:45:32.444Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-07-17T08:45:33.888Z] ---> 49326ac23573 [2021-07-17T08:45:33.888Z] 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-07-17T08:45:34.497Z] ---> b59d014f8a8b [2021-07-17T08:45:34.497Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-07-17T08:45:34.497Z] Removing intermediate container 29e2f7740147 [2021-07-17T08:45:34.497Z] ---> efd1445331ef [2021-07-17T08:45:34.497Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-07-17T08:45:34.775Z] ---> 65302cf77e83 [2021-07-17T08:45:34.775Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-07-17T08:45:34.775Z] ---> Running in efbb8207a780 [2021-07-17T08:45:35.398Z] ---> baafc6679789 [2021-07-17T08:45:35.398Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-07-17T08:45:36.004Z] Removing intermediate container efbb8207a780 [2021-07-17T08:45:36.004Z] ---> 35b9b97558a9 [2021-07-17T08:45:36.004Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-07-17T08:45:36.004Z] ---> b768f622751a [2021-07-17T08:45:36.004Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-07-17T08:45:36.004Z] ---> 774e575cf7e3 [2021-07-17T08:45:36.004Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-07-17T08:45:36.287Z] ---> Running in 9be07562c76a [2021-07-17T08:45:36.287Z] ---> Running in a58e37bd4739 [2021-07-17T08:45:36.896Z] ---> 13026788360b [2021-07-17T08:45:36.896Z] 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-07-17T08:45:37.181Z] Removing intermediate container 9be07562c76a [2021-07-17T08:45:37.181Z] ---> 509b74abe2b0 [2021-07-17T08:45:37.181Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-17T08:45:37.454Z] ---> 17af399f3759 [2021-07-17T08:45:37.454Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-07-17T08:45:37.454Z] ---> Running in 9f37c008bb07 [2021-07-17T08:45:37.733Z] Removing intermediate container a58e37bd4739 [2021-07-17T08:45:37.733Z] ---> 32b4f83996f3 [2021-07-17T08:45:37.733Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-17T08:45:37.733Z] ---> Running in a51c34ffe578 [2021-07-17T08:45:38.008Z] ---> Running in 66f2abbd5014 [2021-07-17T08:45:38.283Z] Removing intermediate container 9f37c008bb07 [2021-07-17T08:45:38.283Z] ---> 05547e58d629 [2021-07-17T08:45:38.283Z] Step 22/24 : LABEL arch=arm64 [2021-07-17T08:45:38.561Z] ---> 81d3b3fa329f [2021-07-17T08:45:38.561Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-07-17T08:45:38.839Z] ---> Running in 0debd7f57cbc [2021-07-17T08:45:39.121Z] Removing intermediate container 66f2abbd5014 [2021-07-17T08:45:39.121Z] ---> 3025ff20751a [2021-07-17T08:45:39.121Z] Step 22/24 : LABEL arch=arm64 [2021-07-17T08:45:39.412Z] ---> Running in fca5f3fa2137 [2021-07-17T08:45:39.689Z] Removing intermediate container 0debd7f57cbc [2021-07-17T08:45:39.689Z] ---> 8339d90329da [2021-07-17T08:45:39.689Z] Step 23/24 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 [2021-07-17T08:45:39.965Z] ---> Running in 63fcffaca7d8 [2021-07-17T08:45:40.239Z] Removing intermediate container fca5f3fa2137 [2021-07-17T08:45:40.239Z] ---> bd2d63bc99ea [2021-07-17T08:45:40.239Z] Step 23/24 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 [2021-07-17T08:45:40.845Z] ---> Running in 6705b1a3dbdd [2021-07-17T08:45:40.845Z] ---> c80f7d400de6 [2021-07-17T08:45:40.845Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-07-17T08:45:41.124Z] Removing intermediate container 63fcffaca7d8 [2021-07-17T08:45:41.124Z] ---> a8aeae871c1f [2021-07-17T08:45:41.124Z] Step 24/24 : LABEL version=0.0.0 [2021-07-17T08:45:41.430Z] ---> Running in f9b2ab9e933b [2021-07-17T08:45:41.710Z] Removing intermediate container 6705b1a3dbdd [2021-07-17T08:45:41.710Z] ---> 58fb9c46586b [2021-07-17T08:45:41.710Z] Step 24/24 : LABEL version=0.0.0 [2021-07-17T08:45:41.710Z] Removing intermediate container a51c34ffe578 [2021-07-17T08:45:41.710Z] ---> 8cc2ba9aa497 [2021-07-17T08:45:41.710Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-17T08:45:41.995Z] ---> Running in 5b0c255f9a37 [2021-07-17T08:45:42.277Z] Removing intermediate container f9b2ab9e933b [2021-07-17T08:45:42.277Z] ---> bbb519c15853 [2021-07-17T08:45:42.277Z] [2021-07-17T08:45:43.263Z] Successfully built bbb519c15853 [2021-07-17T08:45:43.263Z] Successfully tagged core-metadata-arm64:latest [2021-07-17T08:45:43.263Z]  Building core-metadata ... done Building core-data [2021-07-17T08:45:43.263Z] Removing intermediate container 5b0c255f9a37 [2021-07-17T08:45:43.263Z] ---> f4c33095dbf3 [2021-07-17T08:45:43.263Z] [2021-07-17T08:45:43.541Z] ---> d416084f2bc7 [2021-07-17T08:45:43.541Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-07-17T08:45:43.541Z] ---> e51b6399da23 [2021-07-17T08:45:43.541Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-07-17T08:45:44.141Z] Successfully built f4c33095dbf3 [2021-07-17T08:45:44.141Z] Successfully tagged core-command-arm64:latest [2021-07-17T08:45:44.141Z] Building support-notifications [2021-07-17T08:45:45.607Z]  Building core-command ... done  ---> 0218a69cd66f [2021-07-17T08:45:45.607Z] 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-07-17T08:45:46.234Z] ---> Running in 0773b1f30433 [2021-07-17T08:45:46.510Z] ---> 876b206ab65c [2021-07-17T08:45:46.510Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-07-17T08:45:49.178Z] ---> 26c83c150083 [2021-07-17T08:45:49.178Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-07-17T08:45:49.178Z] Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 [2021-07-17T08:45:49.456Z] Status: Downloaded newer image for docker:20.10.6 [2021-07-17T08:45:49.456Z] ---> cdf2a7733a7b [2021-07-17T08:45:49.456Z] 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-07-17T08:45:50.061Z] ---> Running in b441cdb6d6c1 [2021-07-17T08:45:50.676Z] ---> 59ef1bcf0a28 [2021-07-17T08:45:50.676Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-07-17T08:45:50.978Z] Removing intermediate container b441cdb6d6c1 [2021-07-17T08:45:50.978Z] ---> 40fcaad9e64c [2021-07-17T08:45:50.978Z] 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-07-17T08:45:50.978Z] Removing intermediate container 0773b1f30433 [2021-07-17T08:45:50.978Z] ---> 8d2b36cac2ea [2021-07-17T08:45:50.978Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-07-17T08:45:51.260Z] ---> Running in 364c9d7aceaa [2021-07-17T08:45:51.260Z] ---> Running in 7bf47283b3b4 [2021-07-17T08:45:51.883Z] ---> 92d9afcb6197 [2021-07-17T08:45:51.883Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-07-17T08:45:52.167Z] Removing intermediate container 364c9d7aceaa [2021-07-17T08:45:52.167Z] ---> 287b7cb9a3e7 [2021-07-17T08:45:52.167Z] Step 24/26 : LABEL arch=arm64 [2021-07-17T08:45:52.450Z] ---> Running in df5e6fee8937 [2021-07-17T08:45:52.450Z] ---> Running in 21df7f474cff [2021-07-17T08:45:53.064Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-17T08:45:53.064Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-17T08:45:53.064Z] Removing intermediate container df5e6fee8937 [2021-07-17T08:45:53.064Z] ---> dde1eb264041 [2021-07-17T08:45:53.064Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-07-17T08:45:53.348Z] Removing intermediate container 21df7f474cff [2021-07-17T08:45:53.348Z] ---> 82da53d1b935 [2021-07-17T08:45:53.348Z] Step 25/26 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 [2021-07-17T08:45:53.348Z] ---> Running in b161d92b8310 [2021-07-17T08:45:53.976Z] (1/39) Installing readline (8.1.0-r0) [2021-07-17T08:45:53.976Z] (2/39) Installing bash (5.1.0-r0) [2021-07-17T08:45:53.976Z] Executing bash-5.1.0-r0.post-install [2021-07-17T08:45:53.976Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-07-17T08:45:53.976Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-07-17T08:45:53.976Z] (5/39) Installing libcurl (7.77.0-r1) [2021-07-17T08:45:53.976Z] (6/39) Installing curl (7.77.0-r1) [2021-07-17T08:45:54.262Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-07-17T08:45:54.262Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-07-17T08:45:54.262Z] (9/39) Installing expat (2.2.10-r1) [2021-07-17T08:45:54.262Z] (10/39) Installing libffi (3.3-r2) [2021-07-17T08:45:54.262Z] (11/39) Installing gdbm (1.19-r0) [2021-07-17T08:45:54.262Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-07-17T08:45:54.262Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-07-17T08:45:54.262Z] (14/39) Installing python3 (3.8.10-r0) [2021-07-17T08:45:54.262Z] Removing intermediate container b161d92b8310 [2021-07-17T08:45:54.262Z] ---> 189a100209ab [2021-07-17T08:45:54.262Z] Step 26/26 : LABEL version=0.0.0 [2021-07-17T08:45:54.555Z] ERROR: Failed to create usr/lib/python3.8/__pycache__/turtle.cpython-38.opt-1.pyc: Connection aborted [2021-07-17T08:45:54.555Z] ERROR: python3-3.8.10-r0: IO ERROR [2021-07-17T08:45:54.555Z]  ---> Running in 261201b95d0f [2021-07-17T08:45:54.836Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-07-17T08:45:54.836Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-07-17T08:45:54.836Z] ---> ce00130dccd5 [2021-07-17T08:45:54.836Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-07-17T08:45:54.836Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-07-17T08:45:54.836Z] (18/39) Installing py3-six (1.15.0-r0) [2021-07-17T08:45:54.836Z] (19/39) Installing py3-packaging (20.9-r0) [2021-07-17T08:45:54.836Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-07-17T08:45:55.120Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-07-17T08:45:55.120Z] (22/39) Installing py3-idna (3.1-r0) [2021-07-17T08:45:55.401Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-07-17T08:45:55.401Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-07-17T08:45:55.401Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-07-17T08:45:55.401Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-07-17T08:45:55.401Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-07-17T08:45:55.401Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-07-17T08:45:55.401Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-07-17T08:45:55.401Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-07-17T08:45:55.674Z] ---> Running in 27114848d4f6 [2021-07-17T08:45:55.674Z] Removing intermediate container 261201b95d0f [2021-07-17T08:45:55.674Z] ---> 62db5b2e3e4c [2021-07-17T08:45:55.674Z] [2021-07-17T08:45:55.674Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-07-17T08:45:55.674Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-07-17T08:45:55.674Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-07-17T08:45:55.674Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-07-17T08:45:55.674Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-07-17T08:45:55.674Z] (36/39) Installing py3-progress (1.5-r0) [2021-07-17T08:45:55.674Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-07-17T08:45:55.674Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-07-17T08:45:55.674Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-07-17T08:45:56.285Z] Successfully built 62db5b2e3e4c [2021-07-17T08:45:56.285Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-07-17T08:45:56.285Z]  Building security-secretstore-setup ... done Building support-scheduler [2021-07-17T08:45:56.285Z] Executing busybox-1.32.1-r6.trigger [2021-07-17T08:45:56.285Z] 1 error; 37 MiB in 58 packages [2021-07-17T08:45:58.577Z] Building security-proxy-setup [2021-07-17T08:45:59.618Z] Removing intermediate container 27114848d4f6 [2021-07-17T08:45:59.618Z] ---> 7950d4bca8d4 [2021-07-17T08:45:59.618Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-07-17T08:46:00.242Z] ---> Running in 49994be1132a [2021-07-17T08:46:00.932Z] Removing intermediate container 49994be1132a [2021-07-17T08:46:00.932Z] ---> e98026cfca1a [2021-07-17T08:46:00.932Z] Step 29/32 : CMD ["gate"] [2021-07-17T08:46:01.561Z] ---> Running in 713477d7ee32 [2021-07-17T08:46:02.559Z] Removing intermediate container 713477d7ee32 [2021-07-17T08:46:02.559Z] ---> 2fe0cdcb03ec [2021-07-17T08:46:02.559Z] Step 30/32 : LABEL arch=arm64 [2021-07-17T08:46:02.836Z] ---> Running in 2f0897f5e6a7 [2021-07-17T08:46:03.829Z] Removing intermediate container 2f0897f5e6a7 [2021-07-17T08:46:03.829Z] ---> 538121e14339 [2021-07-17T08:46:03.829Z] Step 31/32 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 [2021-07-17T08:46:04.436Z] ---> Running in aa400392e2cd [2021-07-17T08:46:05.438Z] Removing intermediate container aa400392e2cd [2021-07-17T08:46:05.438Z] ---> 96e4afa93abf [2021-07-17T08:46:05.438Z] Step 32/32 : LABEL version=0.0.0 [2021-07-17T08:46:06.048Z] ---> Running in 31f6d4670ee9 [2021-07-17T08:46:07.043Z] Removing intermediate container 31f6d4670ee9 [2021-07-17T08:46:07.043Z] ---> b5cce9f4a60f [2021-07-17T08:46:07.043Z] [2021-07-17T08:46:07.346Z] Successfully built b5cce9f4a60f [2021-07-17T08:46:07.346Z] Successfully tagged security-bootstrapper-arm64:latest [2021-07-17T08:46:19.737Z]  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:46:19.737Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:46:19.737Z] ---> ecbc04f5e44e [2021-07-17T08:46:19.737Z] Step 3/24 : WORKDIR /edgex-go [2021-07-17T08:46:19.737Z] ---> Using cache [2021-07-17T08:46:19.737Z] ---> 602290672aa8 [2021-07-17T08:46:19.737Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:46:19.737Z] ---> Using cache [2021-07-17T08:46:19.737Z] ---> 8c558c28216a [2021-07-17T08:46:19.737Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-07-17T08:46:22.410Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:46:22.411Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:46:22.411Z] ---> ecbc04f5e44e [2021-07-17T08:46:22.411Z] Step 3/23 : WORKDIR /edgex-go [2021-07-17T08:46:22.411Z] ---> Using cache [2021-07-17T08:46:22.411Z] ---> 602290672aa8 [2021-07-17T08:46:22.411Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:46:22.411Z] ---> Using cache [2021-07-17T08:46:22.411Z] ---> 8c558c28216a [2021-07-17T08:46:22.411Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-07-17T08:46:23.013Z] ---> Running in 328f956cd18f [2021-07-17T08:46:23.013Z] ---> Running in 320c978bbb6c [2021-07-17T08:46:25.003Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-17T08:46:25.279Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-17T08:46:25.896Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-17T08:46:26.171Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-17T08:46:27.163Z] OK: 218 MiB in 52 packages [2021-07-17T08:46:27.163Z] OK: 218 MiB in 52 packages [2021-07-17T08:46:29.817Z] Removing intermediate container 320c978bbb6c [2021-07-17T08:46:29.817Z] ---> d4ce328a0a72 [2021-07-17T08:46:29.817Z] Step 6/23 : COPY go.mod . [2021-07-17T08:46:30.093Z] Removing intermediate container 328f956cd18f [2021-07-17T08:46:30.093Z] ---> fe7e235aff28 [2021-07-17T08:46:30.093Z] Step 6/24 : COPY go.mod . [2021-07-17T08:46:31.561Z] ---> 203efaf2f423 [2021-07-17T08:46:31.561Z] Step 7/23 : RUN go mod download [2021-07-17T08:46:31.561Z] ---> 071d4c55a0ca [2021-07-17T08:46:31.561Z] Step 7/24 : RUN go mod download [2021-07-17T08:46:31.841Z] ---> Running in cfa6d8f66fc9 [2021-07-17T08:46:31.841Z] ---> Running in 7780f521273e [2021-07-17T08:46:32.141Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:46:32.141Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:46:32.141Z] ---> ecbc04f5e44e [2021-07-17T08:46:32.141Z] Step 3/23 : WORKDIR /edgex-go [2021-07-17T08:46:32.141Z] ---> Using cache [2021-07-17T08:46:32.141Z] ---> 602290672aa8 [2021-07-17T08:46:32.141Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:46:32.141Z] ---> Using cache [2021-07-17T08:46:32.141Z] ---> 8c558c28216a [2021-07-17T08:46:32.141Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-07-17T08:46:32.141Z] ---> Using cache [2021-07-17T08:46:32.141Z] ---> 6c135eff0ef9 [2021-07-17T08:46:32.141Z] Step 6/23 : COPY go.mod . [2021-07-17T08:46:32.141Z] ---> Using cache [2021-07-17T08:46:32.141Z] ---> b8aa1ffca9a2 [2021-07-17T08:46:32.141Z] Step 7/23 : RUN go mod download [2021-07-17T08:46:32.141Z] ---> Using cache [2021-07-17T08:46:32.141Z] ---> f3b22e11f27f [2021-07-17T08:46:32.141Z] Step 8/23 : COPY . . [2021-07-17T08:46:32.141Z] ---> Using cache [2021-07-17T08:46:32.141Z] ---> f66f3c8cc851 [2021-07-17T08:46:32.141Z] Step 9/23 : RUN go mod tidy [2021-07-17T08:46:32.141Z] ---> Using cache [2021-07-17T08:46:32.141Z] ---> b3deb347602f [2021-07-17T08:46:32.141Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-07-17T08:46:32.424Z] ---> Running in 4fd1da14a40f [2021-07-17T08:46:33.040Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-17T08:46:33.040Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-07-17T08:46:33.040Z] ---> ecbc04f5e44e [2021-07-17T08:46:33.040Z] Step 3/22 : WORKDIR /edgex-go [2021-07-17T08:46:33.040Z] ---> Using cache [2021-07-17T08:46:33.040Z] ---> 602290672aa8 [2021-07-17T08:46:33.040Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:46:33.040Z] ---> Using cache [2021-07-17T08:46:33.040Z] ---> 8c558c28216a [2021-07-17T08:46:33.040Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-07-17T08:46:33.040Z] ---> Using cache [2021-07-17T08:46:33.040Z] ---> 6c135eff0ef9 [2021-07-17T08:46:33.040Z] Step 6/22 : COPY go.mod . [2021-07-17T08:46:33.040Z] ---> Using cache [2021-07-17T08:46:33.040Z] ---> b8aa1ffca9a2 [2021-07-17T08:46:33.040Z] Step 7/22 : RUN go mod download [2021-07-17T08:46:33.040Z] ---> Using cache [2021-07-17T08:46:33.040Z] ---> f3b22e11f27f [2021-07-17T08:46:33.040Z] Step 8/22 : COPY . . [2021-07-17T08:46:33.040Z] ---> Using cache [2021-07-17T08:46:33.040Z] ---> f66f3c8cc851 [2021-07-17T08:46:33.040Z] Step 9/22 : RUN go mod tidy [2021-07-17T08:46:33.040Z] ---> Using cache [2021-07-17T08:46:33.040Z] ---> b3deb347602f [2021-07-17T08:46:33.040Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-07-17T08:46:33.325Z] ---> Running in b9ed5dfd570d [2021-07-17T08:46:34.794Z] 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-07-17T08:46:35.423Z] 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-07-17T08:46:36.420Z] Removing intermediate container cfa6d8f66fc9 [2021-07-17T08:46:36.420Z] ---> 2ff49069c406 [2021-07-17T08:46:36.420Z] Step 8/23 : COPY . . [2021-07-17T08:46:36.420Z] Removing intermediate container 7780f521273e [2021-07-17T08:46:36.420Z] ---> 149cec6555c0 [2021-07-17T08:46:36.420Z] Step 8/24 : COPY . . [2021-07-17T08:47:08.936Z] ---> d4dee7b49ec7 [2021-07-17T08:47:08.936Z] Step 9/24 : RUN go mod tidy [2021-07-17T08:47:08.936Z] ---> fed951a8df1f [2021-07-17T08:47:08.936Z] Step 9/23 : RUN go mod tidy [2021-07-17T08:47:08.936Z] ---> Running in 175d4dd4051d [2021-07-17T08:47:08.936Z] ---> Running in f55229f0f277 [2021-07-17T08:47:14.444Z] Removing intermediate container 175d4dd4051d [2021-07-17T08:47:14.444Z] ---> 267b91c41ebb [2021-07-17T08:47:14.444Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-07-17T08:47:14.444Z] ---> Running in b05f6f2256f7 [2021-07-17T08:47:14.444Z] Removing intermediate container f55229f0f277 [2021-07-17T08:47:14.444Z] ---> 73b1cf2ccb92 [2021-07-17T08:47:14.444Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-07-17T08:47:14.444Z] ---> Running in 0f791e7d2736 [2021-07-17T08:47:16.492Z] 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-07-17T08:47:17.111Z] 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-07-17T08:48:04.245Z] 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-07-17T08:48:14.496Z] Removing intermediate container b9ed5dfd570d [2021-07-17T08:48:14.497Z] ---> 9b195960da21 [2021-07-17T08:48:14.497Z] [2021-07-17T08:48:14.497Z] Step 11/22 : FROM alpine:3.12 [2021-07-17T08:48:14.497Z] ---> c4fd0aeabfcf [2021-07-17T08:48:14.497Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-07-17T08:48:14.778Z] Removing intermediate container 4fd1da14a40f [2021-07-17T08:48:14.778Z] ---> d44e86db4272 [2021-07-17T08:48:14.778Z] [2021-07-17T08:48:14.778Z] Step 11/23 : FROM alpine:3.12 [2021-07-17T08:48:14.778Z] ---> c4fd0aeabfcf [2021-07-17T08:48:14.778Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-07-17T08:48:14.778Z] ---> Using cache [2021-07-17T08:48:14.778Z] ---> 33069a78b53d [2021-07-17T08:48:14.778Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-17T08:48:14.778Z] ---> Using cache [2021-07-17T08:48:14.778Z] ---> cf77b389f8b0 [2021-07-17T08:48:14.778Z] Step 14/23 : ENV APP_PORT=59861 [2021-07-17T08:48:14.778Z] ---> Running in bc984d746803 [2021-07-17T08:48:14.778Z] ---> Running in f3cd7c02b055 [2021-07-17T08:48:16.255Z] Removing intermediate container f3cd7c02b055 [2021-07-17T08:48:16.255Z] ---> e8601dc4de8b [2021-07-17T08:48:16.255Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-17T08:48:16.255Z] ---> Running in 99dcd38bebd2 [2021-07-17T08:48:16.885Z] Removing intermediate container 99dcd38bebd2 [2021-07-17T08:48:16.885Z] ---> f0eaf6ca10c5 [2021-07-17T08:48:16.885Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-17T08:48:17.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-17T08:48:17.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-17T08:48:18.078Z] (1/4) Installing ca-certificates (20191127-r4) [2021-07-17T08:48:18.078Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-07-17T08:48:18.366Z] (3/4) Installing libcurl (7.77.0-r0) [2021-07-17T08:48:18.366Z] (4/4) Installing curl (7.77.0-r0) [2021-07-17T08:48:18.366Z] Executing busybox-1.31.1-r20.trigger [2021-07-17T08:48:18.366Z] Executing ca-certificates-20191127-r4.trigger [2021-07-17T08:48:18.366Z] ---> 44b4bce9b767 [2021-07-17T08:48:18.366Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-07-17T08:48:18.664Z] OK: 7 MiB in 18 packages [2021-07-17T08:48:20.701Z] ---> f2e3249c0bf7 [2021-07-17T08:48:20.701Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-07-17T08:48:21.715Z] Removing intermediate container bc984d746803 [2021-07-17T08:48:21.716Z] ---> a839644f37f8 [2021-07-17T08:48:21.716Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-17T08:48:21.716Z] ---> Running in f28c701eafc8 [2021-07-17T08:48:22.728Z] ---> 3bc12c88b915 [2021-07-17T08:48:22.728Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-07-17T08:48:22.728Z] Removing intermediate container f28c701eafc8 [2021-07-17T08:48:22.728Z] ---> 4b0aafa2214f [2021-07-17T08:48:22.728Z] Step 14/22 : WORKDIR /edgex [2021-07-17T08:48:22.728Z] ---> Running in 111a7b45039a [2021-07-17T08:48:22.728Z] ---> Running in 237c3c8a2621 [2021-07-17T08:48:23.753Z] Removing intermediate container 237c3c8a2621 [2021-07-17T08:48:23.753Z] ---> 84f1c017f1af [2021-07-17T08:48:23.754Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-07-17T08:48:23.754Z] Removing intermediate container 111a7b45039a [2021-07-17T08:48:23.754Z] ---> 0c942ee0c2e4 [2021-07-17T08:48:23.754Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-17T08:48:24.052Z] ---> Running in 60e73cad9fdd [2021-07-17T08:48:25.071Z] Removing intermediate container 60e73cad9fdd [2021-07-17T08:48:25.071Z] ---> fc7ce57dedca [2021-07-17T08:48:25.071Z] Step 21/23 : LABEL arch=arm64 [2021-07-17T08:48:25.071Z] ---> 49446f36512b [2021-07-17T08:48:25.071Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-07-17T08:48:25.355Z] ---> Running in 2264b473db52 [2021-07-17T08:48:26.375Z] Removing intermediate container 2264b473db52 [2021-07-17T08:48:26.375Z] ---> 09f71b09d491 [2021-07-17T08:48:26.375Z] Step 22/23 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 [2021-07-17T08:48:26.375Z] ---> Running in eab6b9ab6f3b [2021-07-17T08:48:27.387Z] ---> ae750eec5be1 [2021-07-17T08:48:27.387Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-07-17T08:48:27.677Z] Removing intermediate container eab6b9ab6f3b [2021-07-17T08:48:27.677Z] ---> c7859fcb43c6 [2021-07-17T08:48:27.677Z] Step 23/23 : LABEL version=0.0.0 [2021-07-17T08:48:27.961Z] ---> Running in 588de95e6391 [2021-07-17T08:48:28.966Z] Removing intermediate container 588de95e6391 [2021-07-17T08:48:28.966Z] ---> e7c5ff0b6e13 [2021-07-17T08:48:28.966Z] [2021-07-17T08:48:29.255Z] Successfully built e7c5ff0b6e13 [2021-07-17T08:48:29.538Z] Successfully tagged support-scheduler-arm64:latest [2021-07-17T08:48:29.538Z]  Building support-scheduler ... done  ---> 4af743b57954 [2021-07-17T08:48:29.538Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-07-17T08:48:29.538Z] ---> Running in d6b6d2f4dde6 [2021-07-17T08:48:30.541Z] Removing intermediate container d6b6d2f4dde6 [2021-07-17T08:48:30.541Z] ---> 96fcf105c61d [2021-07-17T08:48:30.541Z] Step 19/22 : CMD ["--init=true"] [2021-07-17T08:48:30.541Z] ---> Running in 61b5e9fbe7e8 [2021-07-17T08:48:31.552Z] Removing intermediate container 61b5e9fbe7e8 [2021-07-17T08:48:31.552Z] ---> 1b5bcd07f030 [2021-07-17T08:48:31.552Z] Step 20/22 : LABEL arch=arm64 [2021-07-17T08:48:31.552Z] ---> Running in 0a70594abef8 [2021-07-17T08:48:32.178Z] Removing intermediate container 0a70594abef8 [2021-07-17T08:48:32.178Z] ---> a68c066dfcf3 [2021-07-17T08:48:32.178Z] Step 21/22 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 [2021-07-17T08:48:32.460Z] ---> Running in f97cd6ccef30 [2021-07-17T08:48:33.473Z] Removing intermediate container f97cd6ccef30 [2021-07-17T08:48:33.473Z] ---> bcbe9684e3fc [2021-07-17T08:48:33.473Z] Step 22/22 : LABEL version=0.0.0 [2021-07-17T08:48:33.473Z] ---> Running in 71c6288d070a [2021-07-17T08:48:34.498Z] Removing intermediate container 71c6288d070a [2021-07-17T08:48:34.498Z] ---> 5b64e9f9ba49 [2021-07-17T08:48:34.498Z] [2021-07-17T08:48:34.781Z] Successfully built 5b64e9f9ba49 [2021-07-17T08:48:34.781Z] Successfully tagged security-proxy-setup-arm64:latest [2021-07-17T08:48:50.091Z]  Building security-proxy-setup ... done Removing intermediate container 0f791e7d2736 [2021-07-17T08:48:50.091Z] ---> e187d338e070 [2021-07-17T08:48:50.091Z] [2021-07-17T08:48:50.091Z] Step 11/23 : FROM alpine:3.12 [2021-07-17T08:48:50.091Z] ---> c4fd0aeabfcf [2021-07-17T08:48:50.091Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-07-17T08:48:50.366Z] ---> Running in c60f6f17168a [2021-07-17T08:48:51.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-17T08:48:51.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-17T08:48:52.420Z] (1/2) Installing ca-certificates (20191127-r4) [2021-07-17T08:48:52.420Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-07-17T08:48:52.420Z] Executing busybox-1.31.1-r20.trigger [2021-07-17T08:48:52.704Z] Executing ca-certificates-20191127-r4.trigger [2021-07-17T08:48:52.704Z] OK: 6 MiB in 16 packages [2021-07-17T08:48:54.800Z] Removing intermediate container b05f6f2256f7 [2021-07-17T08:48:54.800Z] ---> a61ed9f343f5 [2021-07-17T08:48:54.800Z] [2021-07-17T08:48:54.800Z] Step 11/24 : FROM alpine:3.12 [2021-07-17T08:48:54.800Z] ---> c4fd0aeabfcf [2021-07-17T08:48:54.800Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-07-17T08:48:54.800Z] Removing intermediate container c60f6f17168a [2021-07-17T08:48:54.800Z] ---> 9ea0ad048bcb [2021-07-17T08:48:54.800Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-17T08:48:54.800Z] ---> Running in 0d36589233c4 [2021-07-17T08:48:54.800Z] ---> Running in d47fd086ee09 [2021-07-17T08:48:55.406Z] Removing intermediate container d47fd086ee09 [2021-07-17T08:48:55.406Z] ---> 306c0c1a2c75 [2021-07-17T08:48:55.406Z] Step 13/24 : ENV APP_PORT=59880 [2021-07-17T08:48:55.406Z] Removing intermediate container 0d36589233c4 [2021-07-17T08:48:55.406Z] ---> e13a55734eab [2021-07-17T08:48:55.406Z] Step 14/23 : ENV APP_PORT=59860 [2021-07-17T08:48:55.686Z] ---> Running in cc9751e82dcd [2021-07-17T08:48:55.686Z] ---> Running in 40001b5e5274 [2021-07-17T08:48:56.291Z] Removing intermediate container 40001b5e5274 [2021-07-17T08:48:56.291Z] ---> 3d0558c7bd3d [2021-07-17T08:48:56.291Z] Step 14/24 : EXPOSE $APP_PORT [2021-07-17T08:48:56.291Z] Removing intermediate container cc9751e82dcd [2021-07-17T08:48:56.291Z] ---> 43b9fc31baf8 [2021-07-17T08:48:56.291Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-17T08:48:56.291Z] ---> Running in 2886b1623ca1 [2021-07-17T08:48:56.291Z] ---> Running in 03a08b5f893b [2021-07-17T08:48:56.891Z] Removing intermediate container 03a08b5f893b [2021-07-17T08:48:56.891Z] ---> d9451ae9b57d [2021-07-17T08:48:56.891Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-17T08:48:56.891Z] Removing intermediate container 2886b1623ca1 [2021-07-17T08:48:56.891Z] ---> c23e1e7530e7 [2021-07-17T08:48:56.891Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-17T08:48:57.177Z] ---> Running in f2ac9e66f685 [2021-07-17T08:48:58.172Z] ---> c5f9da521400 [2021-07-17T08:48:58.172Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-07-17T08:48:59.636Z] ---> 35b57f1af89d [2021-07-17T08:48:59.636Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-07-17T08:48:59.914Z] Removing intermediate container f2ac9e66f685 [2021-07-17T08:48:59.914Z] ---> ff1a533d00d2 [2021-07-17T08:48:59.914Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-07-17T08:48:59.914Z] ---> Running in 3e1a41b7d419 [2021-07-17T08:49:00.521Z] ---> 93bdfef80f9a [2021-07-17T08:49:00.521Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-07-17T08:49:00.521Z] ---> Running in aaaa74ef6f6d [2021-07-17T08:49:01.138Z] Removing intermediate container aaaa74ef6f6d [2021-07-17T08:49:01.138Z] ---> 90e40a258cae [2021-07-17T08:49:01.138Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-17T08:49:01.414Z] ---> Running in ce2ac607662d [2021-07-17T08:49:01.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-17T08:49:02.051Z] Removing intermediate container ce2ac607662d [2021-07-17T08:49:02.051Z] ---> cd073b03d9da [2021-07-17T08:49:02.051Z] Step 21/23 : LABEL arch=arm64 [2021-07-17T08:49:02.051Z] ---> Running in 0a05711ed838 [2021-07-17T08:49:02.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-17T08:49:02.601Z] Removing intermediate container 0a05711ed838 [2021-07-17T08:49:02.601Z] ---> 4d9019d954ea [2021-07-17T08:49:02.601Z] Step 22/23 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 [2021-07-17T08:49:02.896Z] ---> Running in 1ebc42ea70a5 [2021-07-17T08:49:03.183Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-07-17T08:49:03.183Z] (2/6) Installing libgcc (9.3.0-r2) [2021-07-17T08:49:03.183Z] (3/6) Installing libsodium (1.0.18-r0) [2021-07-17T08:49:03.183Z] Removing intermediate container 1ebc42ea70a5 [2021-07-17T08:49:03.183Z] ---> c40c74edeba6 [2021-07-17T08:49:03.183Z] Step 23/23 : LABEL version=0.0.0 [2021-07-17T08:49:03.183Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-07-17T08:49:03.457Z] ---> Running in 9fc0ac715279 [2021-07-17T08:49:03.457Z] (5/6) Installing libzmq (4.3.3-r0) [2021-07-17T08:49:03.730Z] (6/6) Installing zeromq (4.3.3-r0) [2021-07-17T08:49:03.730Z] Executing busybox-1.31.1-r20.trigger [2021-07-17T08:49:03.730Z] OK: 8 MiB in 20 packages [2021-07-17T08:49:04.006Z] Removing intermediate container 9fc0ac715279 [2021-07-17T08:49:04.006Z] ---> 9cc11369d49e [2021-07-17T08:49:04.006Z] [2021-07-17T08:49:04.606Z] Successfully built 9cc11369d49e [2021-07-17T08:49:04.606Z] Successfully tagged support-notifications-arm64:latest [2021-07-17T08:49:05.206Z]  Building support-notifications ... done Removing intermediate container 3e1a41b7d419 [2021-07-17T08:49:05.206Z] ---> b86feb0be963 [2021-07-17T08:49:05.206Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-17T08:49:06.185Z] ---> 6eda7b5664aa [2021-07-17T08:49:06.185Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-07-17T08:49:07.620Z] ---> dab7dcdbd3e2 [2021-07-17T08:49:07.620Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-07-17T08:49:08.220Z] ---> 635f14468867 [2021-07-17T08:49:08.220Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-07-17T08:49:08.493Z] ---> Running in b20e3d17fa5f [2021-07-17T08:49:09.088Z] Removing intermediate container b20e3d17fa5f [2021-07-17T08:49:09.088Z] ---> 2b53aac549ba [2021-07-17T08:49:09.088Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-17T08:49:09.088Z] ---> Running in 500b343c33c7 [2021-07-17T08:49:09.686Z] Removing intermediate container 500b343c33c7 [2021-07-17T08:49:09.686Z] ---> b26eeb6e9d86 [2021-07-17T08:49:09.686Z] Step 22/24 : LABEL arch=arm64 [2021-07-17T08:49:09.962Z] ---> Running in 73fe35f4cf5b [2021-07-17T08:49:10.557Z] Removing intermediate container 73fe35f4cf5b [2021-07-17T08:49:10.557Z] ---> 347343e4409c [2021-07-17T08:49:10.557Z] Step 23/24 : LABEL git_sha=b18bae1c934bd63046ff6f12342a3f2803d65783 [2021-07-17T08:49:10.557Z] ---> Running in ac881471d1a2 [2021-07-17T08:49:11.153Z] Removing intermediate container ac881471d1a2 [2021-07-17T08:49:11.153Z] ---> 0c88720e60ee [2021-07-17T08:49:11.153Z] Step 24/24 : LABEL version=0.0.0 [2021-07-17T08:49:11.153Z] ---> Running in e6819e58ed14 [2021-07-17T08:49:11.750Z] Removing intermediate container e6819e58ed14 [2021-07-17T08:49:11.750Z] ---> c263fc961512 [2021-07-17T08:49:11.750Z] [2021-07-17T08:49:12.023Z] Successfully built c263fc961512 [2021-07-17T08:49:12.297Z] Successfully tagged core-data-arm64:latest [2021-07-17T08:49:12.297Z]  Building core-data ... done  [2021-07-17T08:49:12.297Z] ERROR: for sys-mgmt-agent (, "The command '/bin/sh -c apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2' returned a non-zero code: 1") [2021-07-17T08:49:12.297Z] Service 'sys-mgmt-agent' failed to build: The command '/bin/sh -c apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2' returned a non-zero code: 1 [Pipeline] } [2021-07-17T08:49:12.578Z] $ docker stop --time=1 59cc50a176e5308febdb1ac9cf3fc7acb172fb027e84c7053eb72a08cc77630f [2021-07-17T08:49:14.505Z] $ docker rm -f 59cc50a176e5308febdb1ac9cf3fc7acb172fb027e84c7053eb72a08cc77630f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:49:15.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-17T08:49:15.715Z] [2021-07-17T08:49:15.715Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:49:16.100Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-17T08:49:16.380Z] arm64: Pulling from edgex-lftools-log-publisher [2021-07-17T08:49:16.380Z] 448f6bf000e3: Pulling fs layer [2021-07-17T08:49:16.380Z] f757da607395: Pulling fs layer [2021-07-17T08:49:16.380Z] 05883995daec: Pulling fs layer [2021-07-17T08:49:16.380Z] 8603b9c90790: Pulling fs layer [2021-07-17T08:49:16.380Z] 1560dd03e051: Pulling fs layer [2021-07-17T08:49:16.380Z] 27f5ce0e4adf: Pulling fs layer [2021-07-17T08:49:16.380Z] c2d8d7efcc4b: Pulling fs layer [2021-07-17T08:49:16.380Z] 8603b9c90790: Waiting [2021-07-17T08:49:16.380Z] 1560dd03e051: Waiting [2021-07-17T08:49:16.380Z] 27f5ce0e4adf: Waiting [2021-07-17T08:49:16.380Z] c2d8d7efcc4b: Waiting [2021-07-17T08:49:16.653Z] f757da607395: Verifying Checksum [2021-07-17T08:49:16.653Z] f757da607395: Download complete [2021-07-17T08:49:16.928Z] 8603b9c90790: Verifying Checksum [2021-07-17T08:49:16.928Z] 8603b9c90790: Download complete [2021-07-17T08:49:16.928Z] 1560dd03e051: Verifying Checksum [2021-07-17T08:49:16.928Z] 1560dd03e051: Download complete [2021-07-17T08:49:17.203Z] 27f5ce0e4adf: Verifying Checksum [2021-07-17T08:49:17.203Z] 27f5ce0e4adf: Download complete [2021-07-17T08:49:17.203Z] 05883995daec: Verifying Checksum [2021-07-17T08:49:17.203Z] 05883995daec: Download complete [2021-07-17T08:49:17.801Z] 448f6bf000e3: Verifying Checksum [2021-07-17T08:49:17.801Z] 448f6bf000e3: Download complete [2021-07-17T08:49:21.211Z] c2d8d7efcc4b: Verifying Checksum [2021-07-17T08:49:21.211Z] c2d8d7efcc4b: Download complete [2021-07-17T08:49:21.486Z] 448f6bf000e3: Pull complete [2021-07-17T08:49:22.082Z] f757da607395: Pull complete [2021-07-17T08:49:24.087Z] 05883995daec: Pull complete [2021-07-17T08:49:24.087Z] 8603b9c90790: Pull complete [2021-07-17T08:49:25.117Z] 1560dd03e051: Pull complete [2021-07-17T08:49:25.391Z] 27f5ce0e4adf: Pull complete [2021-07-17T08:49:40.498Z] c2d8d7efcc4b: Pull complete [2021-07-17T08:49:40.498Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-07-17T08:49:40.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-17T08:49:40.498Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-07-17T08:49:40.790Z] prd-ubuntu18.04-docker-arm64-4c-16g-3169 does not seem to be running inside a container [2021-07-17T08:49:40.857Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-07-17T08:49:44.934Z] $ docker top 160f8ca71e10c522b9469bba99dcdebd7e00a25a332790b00795f5a27efdb30f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-17T08:49:46.433Z] ---> job-cost.sh [2021-07-17T08:49:46.433Z] lf-activate-venv: SKIPPING [2021-07-17T08:49:46.433Z] INFO: No Stack... [2021-07-17T08:49:47.861Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-17T08:49:48.137Z] INFO: Archiving Costs [Pipeline] sh [2021-07-17T08:49:48.803Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-07-17T08:49:48.803Z] + cut -d, -f6 [Pipeline] lock [2021-07-17T08:49:48.876Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3627-2-stack-cost] [2021-07-17T08:49:48.884Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3627-2-stack-cost] did not exist. Created. [2021-07-17T08:49:48.885Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3627-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-17T08:49:49.571Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-17T08:49:49.747Z] Stashed 1 file(s) [Pipeline] } [2021-07-17T08:49:49.762Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3627-2-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-17T08:49:49.771Z] $ docker stop --time=1 160f8ca71e10c522b9469bba99dcdebd7e00a25a332790b00795f5a27efdb30f [2021-07-17T08:49:51.504Z] $ docker rm -f 160f8ca71e10c522b9469bba99dcdebd7e00a25a332790b00795f5a27efdb30f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-17T08:49:52.095Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-07-17T08:49:53.794Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-17T08:49:54.397Z] ---> package-listing.sh [2021-07-17T08:49:54.397Z] ++ facter osfamily [2021-07-17T08:49:54.397Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-17T08:49:54.668Z] + OS_FAMILY=redhat [2021-07-17T08:49:54.668Z] + workspace=/w/workspace/edgex-go/2 [2021-07-17T08:49:54.668Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-17T08:49:54.668Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-17T08:49:54.668Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-17T08:49:54.668Z] + PACKAGES=/tmp/packages_start.txt [2021-07-17T08:49:54.668Z] + '[' /w/workspace/edgex-go/2 ']' [2021-07-17T08:49:54.668Z] + PACKAGES=/tmp/packages_end.txt [2021-07-17T08:49:54.668Z] + case "${OS_FAMILY}" in [2021-07-17T08:49:54.668Z] + sort [2021-07-17T08:49:54.668Z] + rpm -qa [2021-07-17T08:49:56.615Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-17T08:49:56.615Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-17T08:49:56.615Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-17T08:49:56.615Z] + '[' /w/workspace/edgex-go/2 ']' [2021-07-17T08:49:56.615Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-07-17T08:49:56.615Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-07-17T08:49:56.632Z] 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-07-17T08:49:56.942Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:49:57.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-17T08:49:57.584Z] [2021-07-17T08:49:57.584Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-17T08:49:57.923Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-17T08:49:57.923Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-17T08:49:57.923Z] b4d181a07f80: Pulling fs layer [2021-07-17T08:49:57.923Z] a1111a8f2ec3: Pulling fs layer [2021-07-17T08:49:57.923Z] ed53099fbce6: Pulling fs layer [2021-07-17T08:49:57.923Z] dc539afda2c1: Pulling fs layer [2021-07-17T08:49:57.923Z] 77bc0d833cb6: Pulling fs layer [2021-07-17T08:49:57.923Z] 9065ff56babe: Pulling fs layer [2021-07-17T08:49:57.923Z] d287ab97295c: Pulling fs layer [2021-07-17T08:49:57.923Z] dc539afda2c1: Waiting [2021-07-17T08:49:57.923Z] 77bc0d833cb6: Waiting [2021-07-17T08:49:57.923Z] 9065ff56babe: Waiting [2021-07-17T08:49:57.923Z] d287ab97295c: Waiting [2021-07-17T08:49:58.894Z] a1111a8f2ec3: Verifying Checksum [2021-07-17T08:49:58.894Z] a1111a8f2ec3: Download complete [2021-07-17T08:49:58.894Z] dc539afda2c1: Verifying Checksum [2021-07-17T08:49:58.894Z] dc539afda2c1: Download complete [2021-07-17T08:49:59.160Z] 77bc0d833cb6: Verifying Checksum [2021-07-17T08:49:59.160Z] 77bc0d833cb6: Download complete [2021-07-17T08:49:59.160Z] 9065ff56babe: Verifying Checksum [2021-07-17T08:49:59.160Z] 9065ff56babe: Download complete [2021-07-17T08:49:59.160Z] ed53099fbce6: Verifying Checksum [2021-07-17T08:49:59.160Z] ed53099fbce6: Download complete [2021-07-17T08:50:00.122Z] b4d181a07f80: Verifying Checksum [2021-07-17T08:50:00.122Z] b4d181a07f80: Download complete [2021-07-17T08:50:01.098Z] b4d181a07f80: Pull complete [2021-07-17T08:50:01.368Z] a1111a8f2ec3: Pull complete [2021-07-17T08:50:01.653Z] ed53099fbce6: Pull complete [2021-07-17T08:50:01.923Z] dc539afda2c1: Pull complete [2021-07-17T08:50:02.198Z] 77bc0d833cb6: Pull complete [2021-07-17T08:50:02.199Z] 9065ff56babe: Pull complete [2021-07-17T08:50:03.160Z] d287ab97295c: Verifying Checksum [2021-07-17T08:50:03.160Z] d287ab97295c: Download complete [2021-07-17T08:50:07.437Z] d287ab97295c: Pull complete [2021-07-17T08:50:07.437Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-17T08:50:07.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-17T08:50:07.437Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-17T08:50:07.539Z] prd-centos7-docker-4c-2g-3167 does not seem to be running inside a container [2021-07-17T08:50:07.613Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-07-17T08:50:10.855Z] $ docker top 6e16e10d5c98084056977aa1b413b4bd7e3c647c7041f4fae178e12d1d07df75 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-17T08:50:11.287Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-17T08:50:11.596Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-07-17T08:50:11.910Z] + ls /var/log/sa-host [2021-07-17T08:50:11.910Z] + sadf -c /var/log/sa-host/sa05 [2021-07-17T08:50:11.910Z] file_magic: OK [2021-07-17T08:50:11.910Z] HZ: Using current value: 100 [2021-07-17T08:50:11.910Z] file_header: OK [2021-07-17T08:50:11.910Z] 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-07-17T08:50:11.910Z] Statistics: [2021-07-17T08:50:11.910Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-17T08:50:11.910Z] File successfully converted to sysstat format version 12.0.3 [2021-07-17T08:50:11.910Z] + sadf -c /var/log/sa-host/sa17 [2021-07-17T08:50:11.910Z] file_magic: OK [2021-07-17T08:50:11.910Z] HZ: Using current value: 100 [2021-07-17T08:50:11.910Z] file_header: OK [2021-07-17T08:50:11.910Z] 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-07-17T08:50:11.910Z] Statistics: [2021-07-17T08:50:11.910Z] 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-07-17T08:50:11.910Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-17T08:50:12.626Z] provisioning config files... [2021-07-17T08:50:12.647Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7204639058892236270tmp [Pipeline] { [Pipeline] echo [2021-07-17T08:50:12.676Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-17T08:50:12.993Z] ---> create-netrc.sh [Pipeline] } [2021-07-17T08:50:13.009Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-17T08:50:13.444Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-17T08:50:13.458Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-17T08:50:13.769Z] ---> sudo-logs.sh [2021-07-17T08:50:13.769Z] Archiving 'sudo' log.. [2021-07-17T08:50:13.769Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3167.vexxhost.local: Name or service not known [2021-07-17T08:50:13.769Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-3167.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-07-17T08:50:13.830Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-17T08:50:14.144Z] ---> job-cost.sh [2021-07-17T08:50:14.144Z] lf-activate-venv: SKIPPING [2021-07-17T08:50:14.144Z] DEBUG: total: 0.18000000715255737 [2021-07-17T08:50:14.144Z] INFO: Retrieving Stack Cost... [2021-07-17T08:50:15.106Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-17T08:50:15.694Z] INFO: Archiving Costs [Pipeline] echo [2021-07-17T08:50:15.712Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-17T08:50:16.044Z] ---> logs-deploy.sh [2021-07-17T08:50:16.044Z] lf-activate-venv: SKIPPING [2021-07-17T08:50:16.044Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3627/2 [2021-07-17T08:50:16.044Z] INFO: archiving workspace using pattern(s): [2021-07-17T08:50:16.630Z] Archives upload complete. [2021-07-17T08:50:16.899Z] INFO: archiving logs to Nexus