Pull request #3702 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c0496e6c5c4aeda306cc272094c9db7e71d87ece+94753fbbce3905e5adee13c645be22d19117881b (94656ac1d78ce6115441b6ab7cc9285ff81d423c) Running in Durability level: MAX_SURVIVABILITY 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-ssh619183275258211368.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5449502257234851432.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3702/workspace@libs/edgex-global-pipelines # timeout=10 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-3702/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1085302763600681527.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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-3702/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4431829070881257510.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 # timeout=10 Commit message: "Merge pull request #353 from ernestojeda/go-mod-tidy-change" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh2672485916305034063.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3702/workspace@libs/lf-pipelines # timeout=10 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-3702/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh6238782866542289416.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-1453 in /w/workspace/edgexfoundry_edgex-go_PR-3702 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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/1@tmp/jenkins-gitclient-ssh2711172665843733725.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 94753fbbce3905e5adee13c645be22d19117881b into PR head commit c0496e6c5c4aeda306cc272094c9db7e71d87ece Merge succeeded, producing c0496e6c5c4aeda306cc272094c9db7e71d87ece Checking out Revision c0496e6c5c4aeda306cc272094c9db7e71d87ece (PR-3702) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh4410819136322242430.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3702/head:refs/remotes/origin/PR-3702 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c0496e6c5c4aeda306cc272094c9db7e71d87ece # 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/1@tmp/jenkins-gitclient-ssh1768453637776042740.key > git merge 94753fbbce3905e5adee13c645be22d19117881b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c0496e6c5c4aeda306cc272094c9db7e71d87ece # timeout=10 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.3 to 1.9.4" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-09-06T19:07:34.858Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-09-06T19:07:35.084Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-09-06T19:07:35.220Z] ========================================================= [2021-09-06T19:07:35.220Z] EdgeX Global Pipelines Version Info [2021-09-06T19:07:35.220Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-09-06T19:07:36.509Z] ------------------- [2021-09-06T19:07:36.509Z] stable info: [2021-09-06T19:07:36.509Z] ------------------- [2021-09-06T19:07:36.509Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-09-06T19:07:36.509Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-09-06T19:07:36.509Z] Message: update stable to v1.0.205 [2021-09-06T19:07:37.094Z] ------------------- [2021-09-06T19:07:37.094Z] experimental info: [2021-09-06T19:07:37.094Z] ------------------- [2021-09-06T19:07:37.094Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-09-06T19:07:37.094Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-09-06T19:07:37.094Z] Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-09-06T19:07:37.330Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-09-06T19:07:37.387Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-09-06T19:07:37.441Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-09-06T19:07:37.496Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-09-06T19:07:37.551Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-09-06T19:07:37.606Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-09-06T19:07:37.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-09-06T19:07:37.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-09-06T19:07:37.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-09-06T19:07:37.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-09-06T19:07:37.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-09-06T19:07:37.940Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-09-06T19:07:37.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-09-06T19:07:38.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-09-06T19:07:38.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-09-06T19:07:38.190Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-09-06T19:07:38.245Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-09-06T19:07:38.303Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-09-06T19:07:38.356Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-09-06T19:07:38.413Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-09-06T19:07:38.468Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-09-06T19:07:38.522Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-09-06T19:07:38.588Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-09-06T19:07:38.645Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3702 [Pipeline] echo [2021-09-06T19:07:38.700Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3702 [Pipeline] echo [2021-09-06T19:07:38.756Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3702 [Pipeline] echo [2021-09-06T19:07:38.827Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c0496e6c5c4aeda306cc272094c9db7e71d87ece [Pipeline] echo [2021-09-06T19:07:38.882Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c0496e6 [Pipeline] echo [2021-09-06T19:07:38.936Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-09-06T19:07:39.091Z] provisioning config files... [2021-09-06T19:07:39.109Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config94537507244205123tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-06T19:07:39.711Z] ---> docker-login.sh [2021-09-06T19:07:39.711Z] nexus3.edgexfoundry.org:10001 [2021-09-06T19:07:39.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-06T19:07:39.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-06T19:07:39.979Z] Configure a credential helper to remove this warning. See [2021-09-06T19:07:39.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-06T19:07:39.979Z] [2021-09-06T19:07:39.979Z] Login Succeeded [2021-09-06T19:07:39.979Z] nexus3.edgexfoundry.org:10002 [2021-09-06T19:07:39.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-06T19:07:40.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-06T19:07:40.256Z] Configure a credential helper to remove this warning. See [2021-09-06T19:07:40.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-06T19:07:40.256Z] [2021-09-06T19:07:40.256Z] Login Succeeded [2021-09-06T19:07:40.256Z] nexus3.edgexfoundry.org:10003 [2021-09-06T19:07:40.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-06T19:07:40.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-06T19:07:40.256Z] Configure a credential helper to remove this warning. See [2021-09-06T19:07:40.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-06T19:07:40.256Z] [2021-09-06T19:07:40.256Z] Login Succeeded [2021-09-06T19:07:40.256Z] nexus3.edgexfoundry.org:10004 [2021-09-06T19:07:40.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-06T19:07:40.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-06T19:07:40.524Z] Configure a credential helper to remove this warning. See [2021-09-06T19:07:40.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-06T19:07:40.524Z] [2021-09-06T19:07:40.524Z] Login Succeeded [2021-09-06T19:07:40.524Z] docker.io [2021-09-06T19:07:40.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-06T19:07:40.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-06T19:07:40.792Z] Configure a credential helper to remove this warning. See [2021-09-06T19:07:40.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-06T19:07:40.792Z] [2021-09-06T19:07:40.792Z] Login Succeeded [2021-09-06T19:07:40.792Z] ---> docker-login.sh ends [Pipeline] } [2021-09-06T19:07:40.821Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-09-06T19:07:41.353Z] ++ 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-09-06T19:07:41.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-06T19:07:41.353Z] ++ dirname cmd/core-command/Dockerfile [2021-09-06T19:07:41.353Z] ++ cut -d/ -f2 [2021-09-06T19:07:41.353Z] + echo core-command,cmd/core-command/Dockerfile [2021-09-06T19:07:41.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-06T19:07:41.353Z] ++ dirname cmd/core-data/Dockerfile [2021-09-06T19:07:41.353Z] ++ cut -d/ -f2 [2021-09-06T19:07:41.353Z] + echo core-data,cmd/core-data/Dockerfile [2021-09-06T19:07:41.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-06T19:07:41.353Z] ++ dirname cmd/core-metadata/Dockerfile [2021-09-06T19:07:41.353Z] ++ cut -d/ -f2 [2021-09-06T19:07:41.353Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-09-06T19:07:41.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-06T19:07:41.353Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-09-06T19:07:41.353Z] ++ cut -d/ -f2 [2021-09-06T19:07:41.353Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-09-06T19:07:41.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-06T19:07:41.353Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-09-06T19:07:41.353Z] ++ cut -d/ -f2 [2021-09-06T19:07:41.353Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-09-06T19:07:41.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-06T19:07:41.353Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-09-06T19:07:41.353Z] ++ cut -d/ -f2 [2021-09-06T19:07:41.353Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-09-06T19:07:41.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-06T19:07:41.353Z] ++ dirname cmd/support-notifications/Dockerfile [2021-09-06T19:07:41.353Z] ++ cut -d/ -f2 [2021-09-06T19:07:41.353Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-09-06T19:07:41.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-06T19:07:41.353Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-09-06T19:07:41.353Z] ++ cut -d/ -f2 [2021-09-06T19:07:41.353Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-09-06T19:07:41.353Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-06T19:07:41.353Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-09-06T19:07:41.353Z] ++ cut -d/ -f2 [2021-09-06T19:07:41.353Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-09-06T19:07:41.442Z] 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-09-06T19:07:43.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-09-06T19:07:43.058Z] [2021-09-06T19:07:43.058Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-09-06T19:07:43.438Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-09-06T19:07:43.438Z] latest: Pulling from edgex-devops/git-semver [2021-09-06T19:07:43.438Z] 31603596830f: Pulling fs layer [2021-09-06T19:07:43.438Z] 04fac38145f0: Pulling fs layer [2021-09-06T19:07:43.438Z] 701f6daf10bf: Pulling fs layer [2021-09-06T19:07:43.438Z] 24f72da36158: Pulling fs layer [2021-09-06T19:07:43.438Z] 24f72da36158: Waiting [2021-09-06T19:07:43.438Z] 04fac38145f0: Download complete [2021-09-06T19:07:43.712Z] 31603596830f: Verifying Checksum [2021-09-06T19:07:43.713Z] 31603596830f: Download complete [2021-09-06T19:07:43.981Z] 24f72da36158: Verifying Checksum [2021-09-06T19:07:43.981Z] 24f72da36158: Download complete [2021-09-06T19:07:43.981Z] 31603596830f: Pull complete [2021-09-06T19:07:43.981Z] 04fac38145f0: Pull complete [2021-09-06T19:07:43.981Z] 701f6daf10bf: Verifying Checksum [2021-09-06T19:07:43.981Z] 701f6daf10bf: Download complete [2021-09-06T19:07:44.564Z] 701f6daf10bf: Pull complete [2021-09-06T19:07:44.830Z] 24f72da36158: Pull complete [2021-09-06T19:07:44.830Z] Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 [2021-09-06T19:07:44.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-09-06T19:07:44.830Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-09-06T19:07:44.942Z] prd-centos7-docker-4c-2g-1453 does not seem to be running inside a container [2021-09-06T19:07:45.004Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-09-06T19:07:45.647Z] $ docker top 0a21ff16c3ca0cdd0f1619cee31cab7c2b0cd94376c17fba10b386351e3b8ea6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-09-06T19:07:45.890Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-09-06T19:07:45.890Z] [ssh-agent] Looking for ssh-agent implementation... [2021-09-06T19:07:46.019Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-09-06T19:07:46.020Z] $ docker exec 0a21ff16c3ca0cdd0f1619cee31cab7c2b0cd94376c17fba10b386351e3b8ea6 ssh-agent [2021-09-06T19:07:46.139Z] SSH_AUTH_SOCK=/tmp/ssh-SmPYV1pY0Zn5/agent.13 [2021-09-06T19:07:46.139Z] SSH_AGENT_PID=20 [2021-09-06T19:07:46.149Z] Running ssh-add (command line suppressed) [2021-09-06T19:07:46.244Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3644380513896876689.key (/w/workspace/edgex-go/1@tmp/private_key_3644380513896876689.key) [2021-09-06T19:07:46.263Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-09-06T19:07:46.619Z] + git tag --points-at HEAD [Pipeline] } [2021-09-06T19:07:46.642Z] $ docker exec --env ******** --env ******** 0a21ff16c3ca0cdd0f1619cee31cab7c2b0cd94376c17fba10b386351e3b8ea6 ssh-agent -k [2021-09-06T19:07:46.742Z] unset SSH_AUTH_SOCK; [2021-09-06T19:07:46.742Z] unset SSH_AGENT_PID; [2021-09-06T19:07:46.742Z] echo Agent pid 20 killed; [2021-09-06T19:07:46.758Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-09-06T19:07:46.847Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-09-06T19:07:46.847Z] [ssh-agent] Looking for ssh-agent implementation... [2021-09-06T19:07:46.963Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-09-06T19:07:46.965Z] $ docker exec 0a21ff16c3ca0cdd0f1619cee31cab7c2b0cd94376c17fba10b386351e3b8ea6 ssh-agent [2021-09-06T19:07:47.073Z] SSH_AUTH_SOCK=/tmp/ssh-31eCnsZmERRl/agent.53 [2021-09-06T19:07:47.073Z] SSH_AGENT_PID=59 [2021-09-06T19:07:50.203Z] Running ssh-add (command line suppressed) [2021-09-06T19:07:50.320Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3705348173616085792.key (/w/workspace/edgex-go/1@tmp/private_key_3705348173616085792.key) [2021-09-06T19:07:50.349Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-09-06T19:07:50.738Z] + git semver init [2021-09-06T19:07:50.738Z] # -> Open(): unable to determine branch for HEAD [2021-09-06T19:07:50.738Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-09-06T19:07:50.738Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-09-06T19:07:50.738Z] # $SEMVER_REMOTE_NAME = origin [2021-09-06T19:07:50.738Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-09-06T19:07:50.738Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-09-06T19:07:50.738Z] # $SEMVER_BRANCH = PR-3702 [2021-09-06T19:07:50.738Z] # $SEMVER_TEMP = /tmp/semver-627007056 [2021-09-06T19:07:50.738Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-09-06T19:08:05.748Z] # '/tmp/semver-627007056' -> '/w/workspace/edgex-go/1/.semver' [2021-09-06T19:08:05.748Z] # -> Force: false [2021-09-06T19:08:05.748Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-09-06T19:08:05.773Z] $ docker exec --env ******** --env ******** 0a21ff16c3ca0cdd0f1619cee31cab7c2b0cd94376c17fba10b386351e3b8ea6 ssh-agent -k [2021-09-06T19:08:05.896Z] unset SSH_AUTH_SOCK; [2021-09-06T19:08:05.897Z] unset SSH_AGENT_PID; [2021-09-06T19:08:05.897Z] echo Agent pid 59 killed; [2021-09-06T19:08:05.910Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-09-06T19:08:06.387Z] + git semver [Pipeline] } [2021-09-06T19:08:06.418Z] $ docker stop --time=1 0a21ff16c3ca0cdd0f1619cee31cab7c2b0cd94376c17fba10b386351e3b8ea6 [2021-09-06T19:08:08.362Z] $ docker rm -f 0a21ff16c3ca0cdd0f1619cee31cab7c2b0cd94376c17fba10b386351e3b8ea6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-09-06T19:08:08.818Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-09-06T19:08:09.199Z] Stashed 1 file(s) [Pipeline] echo [2021-09-06T19:08:09.223Z] [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-09-06T19:08:09.978Z] ========================================================= [2021-09-06T19:08:09.978Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-09-06T19:08:09.978Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-09-06T19:08:10.349Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-09-06T19:08:10.349Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-09-06T19:08:10.349Z] 540db60ca938: Pulling fs layer [2021-09-06T19:08:10.349Z] adcc1eea9eea: Pulling fs layer [2021-09-06T19:08:10.349Z] 4c4ab2625f07: Pulling fs layer [2021-09-06T19:08:10.349Z] db62176df00c: Pulling fs layer [2021-09-06T19:08:10.349Z] 3b30891b0d05: Pulling fs layer [2021-09-06T19:08:10.349Z] 06b49ca38bd5: Pulling fs layer [2021-09-06T19:08:10.349Z] c788192a36de: Pulling fs layer [2021-09-06T19:08:10.349Z] a77e37c0d609: Pulling fs layer [2021-09-06T19:08:10.349Z] c3185cebc471: Pulling fs layer [2021-09-06T19:08:10.349Z] 06b49ca38bd5: Waiting [2021-09-06T19:08:10.349Z] c788192a36de: Waiting [2021-09-06T19:08:10.349Z] a77e37c0d609: Waiting [2021-09-06T19:08:10.349Z] c3185cebc471: Waiting [2021-09-06T19:08:10.349Z] db62176df00c: Waiting [2021-09-06T19:08:10.349Z] 3b30891b0d05: Waiting [2021-09-06T19:08:10.349Z] 4c4ab2625f07: Verifying Checksum [2021-09-06T19:08:10.349Z] 4c4ab2625f07: Download complete [2021-09-06T19:08:10.349Z] adcc1eea9eea: Download complete [2021-09-06T19:08:10.349Z] 3b30891b0d05: Verifying Checksum [2021-09-06T19:08:10.349Z] 3b30891b0d05: Download complete [2021-09-06T19:08:10.616Z] 06b49ca38bd5: Verifying Checksum [2021-09-06T19:08:10.616Z] 06b49ca38bd5: Download complete [2021-09-06T19:08:10.616Z] c788192a36de: Verifying Checksum [2021-09-06T19:08:10.616Z] c788192a36de: Download complete [2021-09-06T19:08:10.616Z] 540db60ca938: Verifying Checksum [2021-09-06T19:08:10.616Z] 540db60ca938: Download complete [2021-09-06T19:08:10.616Z] 540db60ca938: Pull complete [2021-09-06T19:08:10.882Z] adcc1eea9eea: Pull complete [2021-09-06T19:08:10.882Z] 4c4ab2625f07: Pull complete [2021-09-06T19:08:11.461Z] a77e37c0d609: Verifying Checksum [2021-09-06T19:08:11.461Z] a77e37c0d609: Download complete [2021-09-06T19:08:14.815Z] c3185cebc471: Verifying Checksum [2021-09-06T19:08:14.815Z] c3185cebc471: Download complete [2021-09-06T19:08:14.815Z] db62176df00c: Verifying Checksum [2021-09-06T19:08:14.815Z] db62176df00c: Download complete [2021-09-06T19:08:18.173Z] db62176df00c: Pull complete [2021-09-06T19:08:18.173Z] 3b30891b0d05: Pull complete [2021-09-06T19:08:18.173Z] 06b49ca38bd5: Pull complete [2021-09-06T19:08:18.173Z] c788192a36de: Pull complete [2021-09-06T19:08:18.173Z] a77e37c0d609: Pull complete [2021-09-06T19:08:20.765Z] c3185cebc471: Pull complete [2021-09-06T19:08:20.765Z] Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd [2021-09-06T19:08:20.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-09-06T19:08:20.765Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-09-06T19:08:21.140Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-09-06T19:08:21.140Z] WORKDIR /edgex [2021-09-06T19:08:21.140Z] COPY go.mod . [2021-09-06T19:08:21.140Z] RUN go mod download' [2021-09-06T19:08:21.140Z] + docker build -t ci-base-image-x86_64 -f - . [2021-09-06T19:08:22.553Z] Sending build context to Docker daemon 328.8MB [2021-09-06T19:08:22.553Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-09-06T19:08:22.553Z] ---> 031687cdd783 [2021-09-06T19:08:22.553Z] Step 2/4 : WORKDIR /edgex [2021-09-06T19:08:23.959Z] ---> Running in 891f82201cdd [2021-09-06T19:08:23.959Z] Removing intermediate container 891f82201cdd [2021-09-06T19:08:23.959Z] ---> ef61109cff03 [2021-09-06T19:08:23.959Z] Step 3/4 : COPY go.mod . [2021-09-06T19:08:23.959Z] ---> 363fada15a8c [2021-09-06T19:08:23.959Z] Step 4/4 : RUN go mod download [2021-09-06T19:08:23.959Z] ---> Running in 89dbf0936506 [2021-09-06T19:08:24.750Z] Still waiting to schedule task [2021-09-06T19:08:24.750Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-09-06T19:09:10.985Z] Removing intermediate container 89dbf0936506 [2021-09-06T19:09:10.985Z] ---> 4a71fcb4b453 [2021-09-06T19:09:10.985Z] Successfully built 4a71fcb4b453 [2021-09-06T19:09:10.985Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-09-06T19:09:11.350Z] + docker inspect -f . ci-base-image-x86_64 [2021-09-06T19:09:11.350Z] . [Pipeline] withDockerContainer [2021-09-06T19:09:11.466Z] prd-centos7-docker-4c-2g-1453 does not seem to be running inside a container [2021-09-06T19:09:11.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-09-06T19:09:11.978Z] $ docker top feafbae2d08afe5a316137c0b89bbdfe007f97c505adf338cfc3fc276e5f0264 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-06T19:09:12.448Z] + go version [2021-09-06T19:09:12.448Z] go version go1.16.6 linux/amd64 [Pipeline] } [2021-09-06T19:09:12.476Z] $ docker stop --time=1 feafbae2d08afe5a316137c0b89bbdfe007f97c505adf338cfc3fc276e5f0264 [2021-09-06T19:09:13.664Z] $ docker rm -f feafbae2d08afe5a316137c0b89bbdfe007f97c505adf338cfc3fc276e5f0264 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-06T19:09:14.517Z] + docker inspect -f . ci-base-image-x86_64 [2021-09-06T19:09:14.517Z] . [Pipeline] withDockerContainer [2021-09-06T19:09:14.625Z] prd-centos7-docker-4c-2g-1453 does not seem to be running inside a container [2021-09-06T19:09:14.674Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-09-06T19:09:15.029Z] $ docker top d021721abab5e1b02a99cd19d9ef1615cdaa66e384172c877aeb33690b3d0eb9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-09-06T19:09:15.180Z] ========================================================= [2021-09-06T19:09:15.180Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-09-06T19:09:15.180Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-09-06T19:09:15.554Z] + go mod tidy [Pipeline] sh [2021-09-06T19:09:16.160Z] + make test [2021-09-06T19:09:16.160Z] 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-09-06T19:09:16.426Z] go mod tidy [2021-09-06T19:09:16.426Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-09-06T19:09:23.160Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-09-06T19:09:41.515Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-09-06T19:09:45.815Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-09-06T19:09:46.083Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-09-06T19:09:46.353Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-09-06T19:09:49.007Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-09-06T19:09:49.627Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-09-06T19:09:49.627Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-09-06T19:09:49.627Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-09-06T19:09:50.209Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-09-06T19:09:50.485Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-09-06T19:09:50.964Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-09-06T19:09:50.964Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-09-06T19:09:50.964Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-09-06T19:09:50.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-09-06T19:09:52.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.067s coverage: 28.7% of statements [2021-09-06T19:09:52.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-09-06T19:09:52.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-09-06T19:09:53.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.067s coverage: 100.0% of statements [2021-09-06T19:09:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-09-06T19:09:53.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.099s coverage: 46.3% of statements [2021-09-06T19:09:53.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-09-06T19:09:53.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-09-06T19:09:54.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.107s coverage: 90.1% of statements [2021-09-06T19:09:54.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-09-06T19:09:54.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-09-06T19:09:56.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.055s coverage: 81.2% of statements [2021-09-06T19:09:56.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-09-06T19:09:56.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-09-06T19:09:56.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-09-06T19:09:56.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-09-06T19:09:56.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-09-06T19:09:56.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.287s coverage: 94.2% of statements [2021-09-06T19:09:56.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-09-06T19:09:56.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-09-06T19:09:56.784Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 59.1% of statements [2021-09-06T19:09:56.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-09-06T19:09:56.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-09-06T19:09:56.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-09-06T19:09:56.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-09-06T19:09:56.784Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-09-06T19:09:57.366Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.056s coverage: 60.0% of statements [2021-09-06T19:09:57.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-09-06T19:09:57.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-09-06T19:09:57.366Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-09-06T19:09:57.952Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.062s coverage: 0.8% of statements [2021-09-06T19:09:57.952Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-09-06T19:09:57.952Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2021-09-06T19:09:58.221Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.045s coverage: 21.7% of statements [2021-09-06T19:09:58.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-09-06T19:09:58.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.049s coverage: 47.1% of statements [2021-09-06T19:09:58.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.053s coverage: 79.5% of statements [2021-09-06T19:09:59.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2021-09-06T19:09:59.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.141s coverage: 96.3% of statements [2021-09-06T19:09:59.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements [2021-09-06T19:10:11.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.061s coverage: 94.4% of statements [2021-09-06T19:10:11.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-09-06T19:10:16.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.238s coverage: 81.8% of statements [2021-09-06T19:10:16.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-09-06T19:10:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements [2021-09-06T19:10:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-09-06T19:10:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-09-06T19:10:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-09-06T19:10:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-09-06T19:10:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-09-06T19:10:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-09-06T19:10:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-09-06T19:10:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-09-06T19:10:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-09-06T19:10:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements [2021-09-06T19:10:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-09-06T19:10:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-09-06T19:10:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-09-06T19:10:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-09-06T19:10:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 58.8% of statements [2021-09-06T19:10:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-09-06T19:10:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-09-06T19:10:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements [2021-09-06T19:10:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 85.4% of statements [2021-09-06T19:10:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.2% of statements [2021-09-06T19:10:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-09-06T19:10:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.133s coverage: 64.4% of statements [2021-09-06T19:10:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-09-06T19:10:34.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-09-06T19:10:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-09-06T19:10:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-09-06T19:10:34.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-09-06T19:10:34.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-09-06T19:10:34.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements [2021-09-06T19:10:35.404Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.196s coverage: 66.9% of statements [2021-09-06T19:10:35.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-09-06T19:10:35.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-09-06T19:10:35.404Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-09-06T19:10:35.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.130s coverage: 43.6% of statements [2021-09-06T19:10:35.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-09-06T19:10:35.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-09-06T19:10:35.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2021-09-06T19:10:35.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-09-06T19:10:36.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements [2021-09-06T19:10:36.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-09-06T19:10:42.879Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 19.5% of statements [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-09-06T19:10:42.879Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.143s coverage: 92.0% of statements [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-09-06T19:10:42.879Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 62.7% of statements [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-09-06T19:10:42.879Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.101s coverage: 97.7% of statements [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-09-06T19:10:42.879Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-09-06T19:10:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-09-06T19:10:42.879Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-09-06T19:10:42.879Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 95.4% of statements [2021-09-06T19:10:43.150Z] GO111MODULE=on go vet ./... [2021-09-06T19:10:45.487Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1469 in /w/workspace/edgexfoundry_edgex-go_PR-3702 [Pipeline] { [Pipeline] ws [2021-09-06T19:10:45.552Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-09-06T19:10:45.842Z] The recommended git tool is: git [2021-09-06T19:10:52.822Z] using credential edgex-jenkins-ssh [2021-09-06T19:10:52.841Z] Cloning the remote Git repository [2021-09-06T19:10:52.893Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-09-06T19:10:52.985Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-09-06T19:10:53.081Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-09-06T19:10:53.081Z] > git --version # timeout=10 [2021-09-06T19:10:53.094Z] > git --version # 'git version 2.17.1' [2021-09-06T19:10:53.095Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-06T19:10:53.157Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-06T19:11:10.742Z] Merging remotes/origin/main commit 94753fbbce3905e5adee13c645be22d19117881b into PR head commit c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:11:11.055Z] Merge succeeded, producing c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:11:11.055Z] Checking out Revision c0496e6c5c4aeda306cc272094c9db7e71d87ece (PR-3702) [2021-09-06T19:11:11.551Z] gofmt -l . [2021-09-06T19:11:11.552Z] [ "`gofmt -l .`" = "" ] [2021-09-06T19:11:11.552Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-09-06T19:11:11.923Z] + ls -al . [2021-09-06T19:11:11.923Z] total 608 [2021-09-06T19:11:11.923Z] drwxrwxr-x 10 1001 1001 4096 Sep 6 19:11 . [2021-09-06T19:11:11.923Z] drwxr-xr-x 4 root root 28 Sep 6 19:09 .. [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 11 Sep 6 19:07 .dockerignore [2021-09-06T19:11:11.923Z] drwxrwxr-x 8 1001 1001 179 Sep 6 19:07 .git [2021-09-06T19:11:11.923Z] drwxrwxr-x 4 1001 1001 142 Sep 6 19:07 .github [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 818 Sep 6 19:07 .gitignore [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 76 Sep 6 19:07 .hadolint.yml [2021-09-06T19:11:11.923Z] drwx------ 3 1001 1001 58 Sep 6 19:08 .semver [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 166 Sep 6 19:07 .sonarcloud.properties [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 1171 Sep 6 19:07 ADOPTERS.md [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 8493 Sep 6 19:07 Attribution.txt [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 43881 Sep 6 19:07 CHANGELOG.md [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 3804 Sep 6 19:07 CONTRIBUTING.md [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 677 Sep 6 19:07 GOVERNANCE.md [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 849 Sep 6 19:07 Jenkinsfile [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 10775 Sep 6 19:07 LICENSE [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 5915 Sep 6 19:07 Makefile [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 582 Sep 6 19:07 OWNERS.md [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 8643 Sep 6 19:07 README.md [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 6912 Sep 6 19:07 SECURITY.md [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 5 Sep 6 19:08 VERSION [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 4131 Sep 6 19:07 ZMQWindows.md [2021-09-06T19:11:11.923Z] drwxrwxr-x 2 1001 1001 37 Sep 6 19:07 bin [2021-09-06T19:11:11.923Z] drwxrwxr-x 14 1001 1001 4096 Sep 6 19:07 cmd [2021-09-06T19:11:11.923Z] -rw-r--r-- 1 root root 404331 Sep 6 19:10 coverage.out [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 841 Sep 6 19:07 go.mod [2021-09-06T19:11:11.923Z] -rw-r--r-- 1 root root 50064 Sep 6 19:09 go.sum [2021-09-06T19:11:11.923Z] drwxrwxr-x 8 1001 1001 124 Sep 6 19:07 internal [2021-09-06T19:11:11.923Z] drwxrwxr-x 3 1001 1001 16 Sep 6 19:07 openapi [2021-09-06T19:11:11.923Z] drwxrwxr-x 4 1001 1001 71 Sep 6 19:07 snap [2021-09-06T19:11:11.923Z] -rw-rw-r-- 1 1001 1001 204 Sep 6 19:07 version.go [Pipeline] sh [2021-09-06T19:11:10.060Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-09-06T19:11:10.076Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-06T19:11:10.099Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-09-06T19:11:10.130Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-09-06T19:11:10.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-06T19:11:10.144Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3702/head:refs/remotes/origin/PR-3702 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-09-06T19:11:10.763Z] > git config core.sparsecheckout # timeout=10 [2021-09-06T19:11:10.779Z] > git checkout -f c0496e6c5c4aeda306cc272094c9db7e71d87ece # timeout=10 [2021-09-06T19:11:10.978Z] > git remote # timeout=10 [2021-09-06T19:11:10.996Z] > git config --get remote.origin.url # timeout=10 [2021-09-06T19:11:11.010Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-06T19:11:11.021Z] > git merge 94753fbbce3905e5adee13c645be22d19117881b # timeout=10 [2021-09-06T19:11:11.043Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-06T19:11:11.064Z] > git config core.sparsecheckout # timeout=10 [2021-09-06T19:11:11.089Z] > git checkout -f c0496e6c5c4aeda306cc272094c9db7e71d87ece # timeout=10 [2021-09-06T19:11:12.264Z] + '[' -e coverage.out ] [2021-09-06T19:11:12.264Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-09-06T19:11:12.414Z] Stashed 1 file(s) [Pipeline] sh [2021-09-06T19:11:12.742Z] + make build [2021-09-06T19:11:12.742Z] go mod tidy [2021-09-06T19:11:12.742Z] 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-09-06T19:11:14.689Z] 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-09-06T19:11:15.491Z] Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.3 to 1.9.4" [2021-09-06T19:11:15.546Z] > git --version # timeout=10 [2021-09-06T19:11:15.564Z] > git --version # 'git version 2.17.1' [2021-09-06T19:11:15.574Z] fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-09-06T19:11:16.422Z] provisioning config files... [2021-09-06T19:11:16.455Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config147513363394585483tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-06T19:11:17.065Z] ---> docker-login.sh [2021-09-06T19:11:17.065Z] nexus3.edgexfoundry.org:10001 [2021-09-06T19:11:18.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-06T19:11:18.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-06T19:11:18.325Z] Configure a credential helper to remove this warning. See [2021-09-06T19:11:18.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-06T19:11:18.325Z] [2021-09-06T19:11:18.325Z] Login Succeeded [2021-09-06T19:11:18.325Z] nexus3.edgexfoundry.org:10002 [2021-09-06T19:11:18.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-06T19:11:18.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-06T19:11:18.927Z] Configure a credential helper to remove this warning. See [2021-09-06T19:11:18.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-06T19:11:18.927Z] [2021-09-06T19:11:18.927Z] Login Succeeded [2021-09-06T19:11:18.927Z] nexus3.edgexfoundry.org:10003 [2021-09-06T19:11:19.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-06T19:11:19.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-06T19:11:19.535Z] Configure a credential helper to remove this warning. See [2021-09-06T19:11:19.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-06T19:11:19.535Z] [2021-09-06T19:11:19.535Z] Login Succeeded [2021-09-06T19:11:19.535Z] nexus3.edgexfoundry.org:10004 [2021-09-06T19:11:19.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-06T19:11:20.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-06T19:11:20.090Z] Configure a credential helper to remove this warning. See [2021-09-06T19:11:20.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-06T19:11:20.090Z] [2021-09-06T19:11:20.090Z] Login Succeeded [2021-09-06T19:11:20.090Z] docker.io [2021-09-06T19:11:20.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-06T19:11:21.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-06T19:11:21.023Z] Configure a credential helper to remove this warning. See [2021-09-06T19:11:21.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-06T19:11:21.023Z] [2021-09-06T19:11:21.023Z] Login Succeeded [2021-09-06T19:11:21.023Z] ---> docker-login.sh ends [Pipeline] } [2021-09-06T19:11:21.110Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-09-06T19:11:21.368Z] 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 [Pipeline] echo [2021-09-06T19:11:21.693Z] ========================================================= [2021-09-06T19:11:21.693Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-09-06T19:11:21.693Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-09-06T19:11:21.960Z] 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-09-06T19:11:22.114Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-09-06T19:11:22.732Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-09-06T19:11:22.732Z] 595b0fe564bb: Pulling fs layer [2021-09-06T19:11:22.732Z] 24495759ef45: Pulling fs layer [2021-09-06T19:11:22.732Z] d148012ef14d: Pulling fs layer [2021-09-06T19:11:22.732Z] e90a11edd702: Pulling fs layer [2021-09-06T19:11:22.732Z] d77568369979: Pulling fs layer [2021-09-06T19:11:22.732Z] fc1c9f9a7f3b: Pulling fs layer [2021-09-06T19:11:22.732Z] 170f2ba95c9a: Pulling fs layer [2021-09-06T19:11:22.732Z] 97ac5df62f85: Pulling fs layer [2021-09-06T19:11:22.732Z] d77568369979: Waiting [2021-09-06T19:11:22.732Z] fc1c9f9a7f3b: Waiting [2021-09-06T19:11:22.732Z] 170f2ba95c9a: Waiting [2021-09-06T19:11:22.732Z] 97ac5df62f85: Waiting [2021-09-06T19:11:22.732Z] e90a11edd702: Waiting [2021-09-06T19:11:22.732Z] d148012ef14d: Verifying Checksum [2021-09-06T19:11:22.732Z] d148012ef14d: Download complete [2021-09-06T19:11:22.732Z] 24495759ef45: Download complete [2021-09-06T19:11:22.732Z] d77568369979: Download complete [2021-09-06T19:11:22.732Z] 595b0fe564bb: Verifying Checksum [2021-09-06T19:11:22.732Z] 595b0fe564bb: Download complete [2021-09-06T19:11:22.732Z] fc1c9f9a7f3b: Verifying Checksum [2021-09-06T19:11:22.732Z] fc1c9f9a7f3b: Download complete [2021-09-06T19:11:22.732Z] 170f2ba95c9a: Verifying Checksum [2021-09-06T19:11:22.732Z] 170f2ba95c9a: Download complete [2021-09-06T19:11:23.333Z] 595b0fe564bb: Pull complete [2021-09-06T19:11:23.392Z] 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-09-06T19:11:23.392Z] 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-09-06T19:11:23.936Z] 24495759ef45: Pull complete [2021-09-06T19:11:24.363Z] 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-09-06T19:11:24.535Z] d148012ef14d: Pull complete [2021-09-06T19:11:25.333Z] 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-09-06T19:11:26.307Z] 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-09-06T19:11:26.517Z] 97ac5df62f85: Verifying Checksum [2021-09-06T19:11:26.517Z] 97ac5df62f85: Download complete [2021-09-06T19:11:26.790Z] e90a11edd702: Verifying Checksum [2021-09-06T19:11:26.790Z] e90a11edd702: Download complete [2021-09-06T19:11:27.280Z] 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-09-06T19:11:28.244Z] 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-09-06T19:11:29.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-09-06T19:11:31.261Z] $ docker stop --time=1 d021721abab5e1b02a99cd19d9ef1615cdaa66e384172c877aeb33690b3d0eb9 [2021-09-06T19:11:33.306Z] $ docker rm -f d021721abab5e1b02a99cd19d9ef1615cdaa66e384172c877aeb33690b3d0eb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-09-06T19:11:37.016Z] e90a11edd702: Pull complete [2021-09-06T19:11:37.617Z] d77568369979: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-09-06T19:11:37.894Z] fc1c9f9a7f3b: Pull complete [2021-09-06T19:11:38.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-09-06T19:11:38.104Z] [2021-09-06T19:11:38.104Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-09-06T19:11:38.493Z] 170f2ba95c9a: Pull complete [2021-09-06T19:11:38.497Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-09-06T19:11:38.497Z] latest: Pulling from edgex-devops/edgex-compose [2021-09-06T19:11:38.497Z] cbdbe7a5bc2a: Pulling fs layer [2021-09-06T19:11:38.497Z] ca9280d653b3: Pulling fs layer [2021-09-06T19:11:38.497Z] 7e9c9ca2126c: Pulling fs layer [2021-09-06T19:11:38.762Z] cbdbe7a5bc2a: Verifying Checksum [2021-09-06T19:11:38.762Z] cbdbe7a5bc2a: Download complete [2021-09-06T19:11:38.762Z] cbdbe7a5bc2a: Pull complete [2021-09-06T19:11:39.346Z] ca9280d653b3: Verifying Checksum [2021-09-06T19:11:39.346Z] ca9280d653b3: Download complete [2021-09-06T19:11:39.933Z] ca9280d653b3: Pull complete [2021-09-06T19:11:41.344Z] 7e9c9ca2126c: Verifying Checksum [2021-09-06T19:11:41.344Z] 7e9c9ca2126c: Download complete [2021-09-06T19:11:44.699Z] 7e9c9ca2126c: Pull complete [2021-09-06T19:11:44.699Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-09-06T19:11:44.699Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-09-06T19:11:44.699Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-09-06T19:11:44.817Z] prd-centos7-docker-4c-2g-1453 does not seem to be running inside a container [2021-09-06T19:11:44.877Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-09-06T19:11:45.207Z] 97ac5df62f85: Pull complete [2021-09-06T19:11:45.207Z] Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 [2021-09-06T19:11:45.207Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-09-06T19:11:45.207Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-09-06T19:11:47.501Z] $ docker top 9ef93ce70f9a7b579aa9fc5f4a3f1c2fc760ed5863efdf4be450f6a0ad7d529e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [Pipeline] sh [2021-09-06T19:11:48.010Z] + docker-compose build --help [2021-09-06T19:11:48.010Z] + grep parallel [2021-09-06T19:11:48.139Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-09-06T19:11:48.139Z] WORKDIR /edgex [2021-09-06T19:11:48.139Z] COPY go.mod . [2021-09-06T19:11:48.139Z] RUN go mod download [2021-09-06T19:11:48.139Z] + docker build -t ci-base-image-arm64 -f - . [2021-09-06T19:11:48.600Z] --parallel Build images in parallel. [Pipeline] } [2021-09-06T19:11:48.630Z] $ docker stop --time=1 9ef93ce70f9a7b579aa9fc5f4a3f1c2fc760ed5863efdf4be450f6a0ad7d529e [2021-09-06T19:11:49.833Z] $ docker rm -f 9ef93ce70f9a7b579aa9fc5f4a3f1c2fc760ed5863efdf4be450f6a0ad7d529e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [2021-09-06T19:11:50.142Z] Sending build context to Docker daemon 166MB [2021-09-06T19:11:50.142Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-09-06T19:11:50.142Z] ---> 04bc70af865f [2021-09-06T19:11:50.142Z] Step 2/4 : WORKDIR /edgex [Pipeline] sh [2021-09-06T19:11:50.461Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-09-06T19:11:50.461Z] . [Pipeline] withDockerContainer [2021-09-06T19:11:50.582Z] prd-centos7-docker-4c-2g-1453 does not seem to be running inside a container [2021-09-06T19:11:50.635Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-09-06T19:11:51.022Z] $ docker top 688bd917c3c8836aee98018f070404bf34bec8ca04f1836f20df7831ae802dc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-06T19:11:51.480Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-09-06T19:11:52.061Z] Building core-command ... [2021-09-06T19:11:52.061Z] Building core-data ... [2021-09-06T19:11:52.061Z] Building core-metadata ... [2021-09-06T19:11:52.061Z] Building security-bootstrapper ... [2021-09-06T19:11:52.061Z] Building security-proxy-setup ... [2021-09-06T19:11:52.061Z] Building security-secretstore-setup ... [2021-09-06T19:11:52.061Z] Building support-notifications ... [2021-09-06T19:11:52.061Z] Building support-scheduler ... [2021-09-06T19:11:52.061Z] Building sys-mgmt-agent ... [2021-09-06T19:11:52.061Z] Building sys-mgmt-agent [2021-09-06T19:11:52.061Z] Building security-proxy-setup [2021-09-06T19:11:52.061Z] Building support-notifications [2021-09-06T19:11:52.061Z] Building support-scheduler [2021-09-06T19:11:52.061Z] Building core-metadata [2021-09-06T19:11:54.468Z] ---> Running in 2fcb114fd0c4 [2021-09-06T19:11:54.742Z] Removing intermediate container 2fcb114fd0c4 [2021-09-06T19:11:54.742Z] ---> 50612c689845 [2021-09-06T19:11:54.742Z] Step 3/4 : COPY go.mod . [2021-09-06T19:11:55.726Z] ---> 8d2ada197f80 [2021-09-06T19:11:55.726Z] Step 4/4 : RUN go mod download [2021-09-06T19:11:55.726Z] ---> Running in 8881794fd788 [2021-09-06T19:11:58.995Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:11:58.995Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:11:59.261Z] ---> 4a71fcb4b453 [2021-09-06T19:11:59.261Z] Step 3/24 : WORKDIR /edgex-go [2021-09-06T19:12:11.588Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:12:11.588Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:12:11.588Z] ---> 4a71fcb4b453 [2021-09-06T19:12:11.588Z] Step 3/23 : WORKDIR /edgex-go [2021-09-06T19:12:11.588Z] ---> Running in 0dee650386c0 [2021-09-06T19:12:11.588Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:12:11.588Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:12:11.588Z] ---> 4a71fcb4b453 [2021-09-06T19:12:11.588Z] Step 3/24 : WORKDIR /edgex-go [2021-09-06T19:12:11.588Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:12:11.588Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:12:11.588Z] ---> 4a71fcb4b453 [2021-09-06T19:12:11.588Z] Step 3/23 : WORKDIR /edgex-go [2021-09-06T19:12:13.106Z] ---> Running in 3c2d41506197 [2021-09-06T19:12:13.106Z] ---> Running in c62758d73133 [2021-09-06T19:12:13.106Z] ---> Running in 1fe4482110e7 [2021-09-06T19:12:18.450Z] Removing intermediate container 0dee650386c0 [2021-09-06T19:12:18.451Z] ---> 7cbc9564433a [2021-09-06T19:12:18.451Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:12:18.451Z] Removing intermediate container 1fe4482110e7 [2021-09-06T19:12:18.451Z] ---> df03667a6fd5 [2021-09-06T19:12:18.451Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:12:18.451Z] Removing intermediate container c62758d73133 [2021-09-06T19:12:18.451Z] ---> 3231a51dd76d [2021-09-06T19:12:18.451Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:12:18.451Z] Removing intermediate container 3c2d41506197 [2021-09-06T19:12:18.451Z] ---> 4c94676c22c5 [2021-09-06T19:12:18.451Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:12:18.451Z] ---> Running in 167865f624b2 [2021-09-06T19:12:18.451Z] ---> Running in 3d9e347c28cc [2021-09-06T19:12:18.451Z] ---> Running in b9329e0c0a3a [2021-09-06T19:12:18.451Z] ---> Running in 463fd928594e [2021-09-06T19:12:19.421Z] Removing intermediate container 167865f624b2 [2021-09-06T19:12:19.421Z] ---> df4e247d2cd0 [2021-09-06T19:12:19.421Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-09-06T19:12:19.699Z] ---> Running in 24c0afec82bc [2021-09-06T19:12:19.972Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:12:19.972Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:12:19.972Z] ---> 4a71fcb4b453 [2021-09-06T19:12:19.972Z] Step 3/22 : WORKDIR /edgex-go [2021-09-06T19:12:19.972Z] ---> Using cache [2021-09-06T19:12:19.972Z] ---> 4c94676c22c5 [2021-09-06T19:12:19.972Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:12:19.972Z] ---> Running in 9cf543cf5048 [2021-09-06T19:12:19.972Z] Removing intermediate container 463fd928594e [2021-09-06T19:12:19.972Z] ---> 8679ff5540a1 [2021-09-06T19:12:19.972Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-09-06T19:12:19.972Z] Removing intermediate container 3d9e347c28cc [2021-09-06T19:12:19.972Z] ---> b2da340ff721 [2021-09-06T19:12:19.972Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-09-06T19:12:19.972Z] ---> Running in 5559997909b3 [2021-09-06T19:12:19.972Z] ---> Running in 65f8a712e3db [2021-09-06T19:12:20.243Z] Removing intermediate container b9329e0c0a3a [2021-09-06T19:12:20.243Z] ---> 85831366568e [2021-09-06T19:12:20.243Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-09-06T19:12:20.243Z] ---> Running in 86650635a183 [2021-09-06T19:12:20.528Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-06T19:12:20.809Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-06T19:12:20.809Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-06T19:12:20.809Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-06T19:12:21.076Z] Removing intermediate container 9cf543cf5048 [2021-09-06T19:12:21.076Z] ---> 394fb0808f25 [2021-09-06T19:12:21.076Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-09-06T19:12:21.076Z] ---> Running in 8fe2a175f1c2 [2021-09-06T19:12:21.342Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-06T19:12:21.607Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-06T19:12:21.607Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-06T19:12:21.607Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-06T19:12:21.884Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-06T19:12:22.192Z] OK: 219 MiB in 52 packages [2021-09-06T19:12:22.484Z] OK: 219 MiB in 52 packages [2021-09-06T19:12:22.484Z] OK: 219 MiB in 52 packages [2021-09-06T19:12:22.484Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-06T19:12:22.484Z] Removing intermediate container 86650635a183 [2021-09-06T19:12:22.484Z] ---> 766ba01816ce [2021-09-06T19:12:22.484Z] Step 6/23 : COPY go.mod . [2021-09-06T19:12:22.752Z] OK: 219 MiB in 52 packages [2021-09-06T19:12:22.752Z] Removing intermediate container 24c0afec82bc [2021-09-06T19:12:22.752Z] ---> 033432ba7065 [2021-09-06T19:12:22.752Z] Step 6/24 : COPY go.mod . [2021-09-06T19:12:23.033Z] Removing intermediate container 5559997909b3 [2021-09-06T19:12:23.033Z] ---> e23a746827dc [2021-09-06T19:12:23.033Z] Step 6/23 : COPY go.mod . [2021-09-06T19:12:23.033Z] OK: 219 MiB in 52 packages [2021-09-06T19:12:23.033Z] ---> 99fbba644051 [2021-09-06T19:12:23.033Z] Step 7/23 : RUN go mod download [2021-09-06T19:12:23.033Z] ---> Running in 4f1cc99b9048 [2021-09-06T19:12:23.311Z] ---> 8951dd5a6698 [2021-09-06T19:12:23.311Z] Step 7/24 : RUN go mod download [2021-09-06T19:12:23.311Z] ---> 8b930cdbf6b6 [2021-09-06T19:12:23.311Z] Step 7/23 : RUN go mod download [2021-09-06T19:12:23.311Z] ---> Running in 0bcee011aaf4 [2021-09-06T19:12:23.311Z] Removing intermediate container 65f8a712e3db [2021-09-06T19:12:23.311Z] ---> 90abc8940af9 [2021-09-06T19:12:23.311Z] Step 6/24 : COPY go.mod . [2021-09-06T19:12:23.311Z] ---> Running in 997def3a6843 [2021-09-06T19:12:23.311Z] Removing intermediate container 8fe2a175f1c2 [2021-09-06T19:12:23.311Z] ---> e87e2c912ba2 [2021-09-06T19:12:23.311Z] Step 6/22 : COPY go.mod . [2021-09-06T19:12:23.582Z] ---> c9b09717b35d [2021-09-06T19:12:23.582Z] Step 7/24 : RUN go mod download [2021-09-06T19:12:23.582Z] ---> Running in 21e4da25fee2 [2021-09-06T19:12:23.582Z] ---> 0bb631ed41af [2021-09-06T19:12:23.582Z] Step 7/22 : RUN go mod download [2021-09-06T19:12:23.582Z] ---> Running in 81ce0a8d2f5a [2021-09-06T19:12:25.582Z] Removing intermediate container 0bcee011aaf4 [2021-09-06T19:12:25.582Z] ---> cc8613af67ad [2021-09-06T19:12:25.582Z] Step 8/24 : COPY . . [2021-09-06T19:12:25.856Z] Removing intermediate container 4f1cc99b9048 [2021-09-06T19:12:25.856Z] ---> a6230f6800fa [2021-09-06T19:12:25.856Z] Step 8/23 : COPY . . [2021-09-06T19:12:26.132Z] Removing intermediate container 997def3a6843 [2021-09-06T19:12:26.132Z] ---> 0764fe99fe0c [2021-09-06T19:12:26.132Z] Step 8/23 : COPY . . [2021-09-06T19:12:26.406Z] Removing intermediate container 81ce0a8d2f5a [2021-09-06T19:12:26.407Z] ---> fb00ce14e147 [2021-09-06T19:12:26.407Z] Step 8/22 : COPY . . [2021-09-06T19:12:29.784Z] Removing intermediate container 21e4da25fee2 [2021-09-06T19:12:29.784Z] ---> 588384012439 [2021-09-06T19:12:29.784Z] Step 8/24 : COPY . . [2021-09-06T19:12:40.067Z] ---> acf597c23c79 [2021-09-06T19:12:40.067Z] Step 9/22 : RUN go mod tidy [2021-09-06T19:12:40.067Z] ---> Running in b4f885ba9a34 [2021-09-06T19:12:44.330Z] Removing intermediate container b4f885ba9a34 [2021-09-06T19:12:44.330Z] ---> 8e66c8e3c0a8 [2021-09-06T19:12:44.330Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-09-06T19:12:44.910Z] ---> Running in 0a2b24a614f6 [2021-09-06T19:12:47.494Z] 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-09-06T19:13:02.763Z] ---> 8790c8608287 [2021-09-06T19:13:02.763Z] Step 9/24 : RUN go mod tidy [2021-09-06T19:13:02.763Z] ---> Running in e96718ca2a3f [2021-09-06T19:13:02.763Z] ---> 01866a5104ff [2021-09-06T19:13:02.763Z] Step 9/23 : RUN go mod tidy [2021-09-06T19:13:02.763Z] ---> ef98fc53db73 [2021-09-06T19:13:02.763Z] Step 9/23 : RUN go mod tidy [2021-09-06T19:13:02.763Z] ---> Running in b7424efa4afa [2021-09-06T19:13:02.763Z] ---> Running in 3f373c97e906 [2021-09-06T19:13:04.728Z] Removing intermediate container e96718ca2a3f [2021-09-06T19:13:04.728Z] ---> e547cac35ad2 [2021-09-06T19:13:04.728Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-09-06T19:13:04.728Z] ---> Running in 41b6535afeab [2021-09-06T19:13:04.728Z] Removing intermediate container b7424efa4afa [2021-09-06T19:13:04.728Z] ---> f0d88de6c414 [2021-09-06T19:13:04.728Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-09-06T19:13:05.012Z] ---> Running in 2ef7a56e8605 [2021-09-06T19:13:05.012Z] Removing intermediate container 3f373c97e906 [2021-09-06T19:13:05.012Z] ---> 85a0b8b430a4 [2021-09-06T19:13:05.012Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-09-06T19:13:05.307Z] ---> Running in dca7e989de69 [2021-09-06T19:13:05.589Z] 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-09-06T19:13:05.870Z] 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-09-06T19:13:06.154Z] 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-09-06T19:13:06.435Z] ---> dfd439553913 [2021-09-06T19:13:06.435Z] Step 9/24 : RUN go mod tidy [2021-09-06T19:13:06.435Z] ---> Running in 154cf38e5e03 [2021-09-06T19:13:09.082Z] Removing intermediate container 154cf38e5e03 [2021-09-06T19:13:09.082Z] ---> 02d894eb4e9b [2021-09-06T19:13:09.082Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-09-06T19:13:09.082Z] ---> Running in 8121a1bebe82 [2021-09-06T19:13:09.082Z] 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-09-06T19:13:17.490Z] Removing intermediate container 8881794fd788 [2021-09-06T19:13:17.490Z] ---> 79080a6740cb [2021-09-06T19:13:17.490Z] Successfully built 79080a6740cb [2021-09-06T19:13:17.490Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-09-06T19:13:17.877Z] + docker inspect -f . ci-base-image-arm64 [2021-09-06T19:13:17.877Z] . [Pipeline] withDockerContainer [2021-09-06T19:13:18.130Z] prd-ubuntu18.04-docker-arm64-4c-16g-1469 does not seem to be running inside a container [2021-09-06T19:13:18.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-09-06T19:13:19.811Z] $ docker top 3bfc117149238ccacabd8d8096cfef1caf53f164da1b74e2c18f1689059fa592 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-06T19:13:20.813Z] + go version [2021-09-06T19:13:20.813Z] go version go1.16.6 linux/arm64 [Pipeline] } [2021-09-06T19:13:20.852Z] $ docker stop --time=1 3bfc117149238ccacabd8d8096cfef1caf53f164da1b74e2c18f1689059fa592 [2021-09-06T19:13:22.694Z] $ docker rm -f 3bfc117149238ccacabd8d8096cfef1caf53f164da1b74e2c18f1689059fa592 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-06T19:13:23.892Z] + docker inspect -f . ci-base-image-arm64 [2021-09-06T19:13:23.892Z] . [Pipeline] withDockerContainer [2021-09-06T19:13:24.154Z] 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-09-06T19:13:24.178Z] prd-ubuntu18.04-docker-arm64-4c-16g-1469 does not seem to be running inside a container [2021-09-06T19:13:24.275Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-09-06T19:13:25.705Z] $ docker top 3db5894599334be2ca8a939d31e430112acc3653aca5b9cbad82dbfa69caa334 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-09-06T19:13:26.065Z] ========================================================= [2021-09-06T19:13:26.065Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-09-06T19:13:26.065Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-09-06T19:13:26.790Z] + go mod tidy [Pipeline] sh [2021-09-06T19:13:28.455Z] + make test [2021-09-06T19:13:28.455Z] 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-09-06T19:13:28.455Z] go mod tidy [2021-09-06T19:13:29.055Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-09-06T19:13:32.449Z] Removing intermediate container 0a2b24a614f6 [2021-09-06T19:13:32.449Z] ---> 15e454ec5a79 [2021-09-06T19:13:32.449Z] [2021-09-06T19:13:32.449Z] Step 11/22 : FROM alpine:3.12 [2021-09-06T19:13:32.449Z] 3.12: Pulling from library/alpine [2021-09-06T19:13:32.449Z] Digest: sha256:a296b4c6f6ee2b88f095b61e95c7ef4f51ba25598835b4978c9256d8c8ace48a [2021-09-06T19:13:32.449Z] Status: Downloaded newer image for alpine:3.12 [2021-09-06T19:13:32.449Z] ---> 48b8ec4ed9eb [2021-09-06T19:13:32.449Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-09-06T19:13:32.449Z] ---> Running in d830b170d59e [2021-09-06T19:13:33.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-09-06T19:13:33.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-09-06T19:13:33.609Z] (1/4) Installing ca-certificates (20191127-r4) [2021-09-06T19:13:33.609Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-09-06T19:13:33.609Z] (3/4) Installing libcurl (7.78.0-r0) [2021-09-06T19:13:33.609Z] (4/4) Installing curl (7.78.0-r0) [2021-09-06T19:13:33.609Z] Executing busybox-1.31.1-r20.trigger [2021-09-06T19:13:33.609Z] Executing ca-certificates-20191127-r4.trigger [2021-09-06T19:13:33.609Z] OK: 7 MiB in 18 packages [2021-09-06T19:13:34.616Z] Removing intermediate container d830b170d59e [2021-09-06T19:13:34.616Z] ---> 31d5e997d8ec [2021-09-06T19:13:34.616Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-09-06T19:13:34.616Z] ---> Running in d44847f424c7 [2021-09-06T19:13:34.616Z] Removing intermediate container d44847f424c7 [2021-09-06T19:13:34.616Z] ---> 3963379bb22a [2021-09-06T19:13:34.616Z] Step 14/22 : WORKDIR /edgex [2021-09-06T19:13:34.616Z] ---> Running in fbe9991e2aca [2021-09-06T19:13:34.897Z] Removing intermediate container fbe9991e2aca [2021-09-06T19:13:34.898Z] ---> 6149dced081a [2021-09-06T19:13:34.898Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-09-06T19:13:35.171Z] ---> a58024fa0a89 [2021-09-06T19:13:35.171Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-09-06T19:13:35.773Z] ---> e74167fc2af4 [2021-09-06T19:13:35.773Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-09-06T19:13:36.377Z] ---> b6d90b56dda8 [2021-09-06T19:13:36.377Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-09-06T19:13:36.377Z] ---> Running in 2d882edda1a4 [2021-09-06T19:13:36.650Z] Removing intermediate container 2d882edda1a4 [2021-09-06T19:13:36.650Z] ---> fa2e1eb3629d [2021-09-06T19:13:36.650Z] Step 19/22 : CMD ["--init=true"] [2021-09-06T19:13:36.650Z] ---> Running in 8bbb06cd8389 [2021-09-06T19:13:36.650Z] Removing intermediate container 8bbb06cd8389 [2021-09-06T19:13:36.650Z] ---> 45a395e5761e [2021-09-06T19:13:36.650Z] Step 20/22 : LABEL arch=x86_64 [2021-09-06T19:13:36.951Z] ---> Running in 97b6918af156 [2021-09-06T19:13:36.951Z] Removing intermediate container 97b6918af156 [2021-09-06T19:13:36.951Z] ---> 6c37ca88be25 [2021-09-06T19:13:36.951Z] Step 21/22 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:13:36.951Z] ---> Running in c86eb0e8bb47 [2021-09-06T19:13:37.221Z] Removing intermediate container c86eb0e8bb47 [2021-09-06T19:13:37.221Z] ---> 29c8f30d28aa [2021-09-06T19:13:37.221Z] Step 22/22 : LABEL version=0.0.0 [2021-09-06T19:13:37.221Z] ---> Running in ddba1b1f3d90 [2021-09-06T19:13:37.221Z] Removing intermediate container ddba1b1f3d90 [2021-09-06T19:13:37.221Z] ---> 53127c267e90 [2021-09-06T19:13:37.221Z] [2021-09-06T19:13:37.490Z] Successfully built 53127c267e90 [2021-09-06T19:13:37.490Z] Successfully tagged security-proxy-setup:latest [2021-09-06T19:13:37.490Z] Building security-bootstrapper [2021-09-06T19:13:42.872Z]  Building security-proxy-setup ... done Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:13:42.872Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:13:42.872Z] ---> 4a71fcb4b453 [2021-09-06T19:13:42.872Z] Step 3/32 : WORKDIR /edgex-go [2021-09-06T19:13:42.872Z] ---> Using cache [2021-09-06T19:13:42.872Z] ---> 4c94676c22c5 [2021-09-06T19:13:42.872Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:13:42.872Z] ---> Using cache [2021-09-06T19:13:42.872Z] ---> 394fb0808f25 [2021-09-06T19:13:42.872Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-09-06T19:13:42.872Z] ---> Using cache [2021-09-06T19:13:42.872Z] ---> e87e2c912ba2 [2021-09-06T19:13:42.872Z] Step 6/32 : COPY go.mod . [2021-09-06T19:13:42.872Z] ---> Using cache [2021-09-06T19:13:42.872Z] ---> 0bb631ed41af [2021-09-06T19:13:42.872Z] Step 7/32 : RUN go mod download [2021-09-06T19:13:42.872Z] ---> Using cache [2021-09-06T19:13:42.872Z] ---> fb00ce14e147 [2021-09-06T19:13:42.872Z] Step 8/32 : COPY . . [2021-09-06T19:13:42.872Z] ---> Using cache [2021-09-06T19:13:42.872Z] ---> acf597c23c79 [2021-09-06T19:13:42.872Z] Step 9/32 : RUN go mod tidy [2021-09-06T19:13:42.872Z] ---> Using cache [2021-09-06T19:13:42.872Z] ---> 8e66c8e3c0a8 [2021-09-06T19:13:42.872Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-09-06T19:13:43.463Z] ---> Running in 5de310f6b06c [2021-09-06T19:13:44.049Z] 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-09-06T19:13:52.480Z] Removing intermediate container 8121a1bebe82 [2021-09-06T19:13:52.480Z] ---> e0f2a8c6f8cb [2021-09-06T19:13:52.480Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-09-06T19:13:52.480Z] ---> Running in 99d55ad9b34c [2021-09-06T19:13:52.761Z] 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-09-06T19:13:52.761Z] Removing intermediate container dca7e989de69 [2021-09-06T19:13:52.761Z] ---> 71a94207f403 [2021-09-06T19:13:52.761Z] [2021-09-06T19:13:52.761Z] Step 11/23 : FROM alpine:3.12 [2021-09-06T19:13:52.761Z] ---> 48b8ec4ed9eb [2021-09-06T19:13:52.761Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-09-06T19:13:53.037Z] ---> Running in 0ba166b67214 [2021-09-06T19:13:54.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-09-06T19:13:54.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-09-06T19:13:54.280Z] (1/2) Installing ca-certificates (20191127-r4) [2021-09-06T19:13:54.280Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-09-06T19:13:54.280Z] Executing busybox-1.31.1-r20.trigger [2021-09-06T19:13:54.280Z] Executing ca-certificates-20191127-r4.trigger [2021-09-06T19:13:54.280Z] OK: 6 MiB in 16 packages [2021-09-06T19:13:54.878Z] Removing intermediate container 2ef7a56e8605 [2021-09-06T19:13:54.878Z] ---> bbc1eed06fd9 [2021-09-06T19:13:54.878Z] [2021-09-06T19:13:54.878Z] Step 11/23 : FROM alpine:3.12 [2021-09-06T19:13:54.878Z] ---> 48b8ec4ed9eb [2021-09-06T19:13:54.878Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-09-06T19:13:55.161Z] Removing intermediate container 41b6535afeab [2021-09-06T19:13:55.161Z] ---> Running in f5d25f0dec2f [2021-09-06T19:13:55.161Z] ---> 423234c935db [2021-09-06T19:13:55.161Z] [2021-09-06T19:13:55.161Z] Step 11/24 : FROM alpine:3.12 [2021-09-06T19:13:55.161Z] ---> 48b8ec4ed9eb [2021-09-06T19:13:55.161Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-09-06T19:13:55.161Z] ---> Running in 33b25f6c3a9b [2021-09-06T19:13:55.445Z] Removing intermediate container 99d55ad9b34c [2021-09-06T19:13:55.445Z] ---> ee61af3bb51d [2021-09-06T19:13:55.445Z] [2021-09-06T19:13:55.445Z] Step 12/24 : FROM docker:20.10.7 [2021-09-06T19:13:55.739Z] Removing intermediate container 0ba166b67214 [2021-09-06T19:13:55.739Z] ---> 40dc7f3f0303 [2021-09-06T19:13:55.739Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-06T19:13:55.739Z] ---> Running in d163b1e69800 [2021-09-06T19:13:55.739Z] 20.10.7: Pulling from library/docker [2021-09-06T19:13:55.842Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-09-06T19:13:56.027Z] Removing intermediate container d163b1e69800 [2021-09-06T19:13:56.027Z] ---> 957076de273b [2021-09-06T19:13:56.027Z] Step 14/23 : ENV APP_PORT=59860 [2021-09-06T19:13:56.312Z] ---> Running in 81dcf9c92ca6 [2021-09-06T19:13:56.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-09-06T19:13:56.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-09-06T19:13:56.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-09-06T19:13:56.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-09-06T19:13:56.606Z] Removing intermediate container 81dcf9c92ca6 [2021-09-06T19:13:56.606Z] ---> dc2eccb3709b [2021-09-06T19:13:56.606Z] Step 15/23 : EXPOSE $APP_PORT [2021-09-06T19:13:56.606Z] ---> Running in fb5fb242542f [2021-09-06T19:13:56.890Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-09-06T19:13:56.890Z] Executing busybox-1.31.1-r20.trigger [2021-09-06T19:13:56.890Z] OK: 6 MiB in 15 packages [2021-09-06T19:13:56.890Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-09-06T19:13:56.890Z] Executing busybox-1.31.1-r20.trigger [2021-09-06T19:13:56.890Z] OK: 6 MiB in 15 packages [2021-09-06T19:13:56.890Z] Removing intermediate container fb5fb242542f [2021-09-06T19:13:56.890Z] ---> a9c7c824e062 [2021-09-06T19:13:56.891Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-06T19:13:57.720Z] Removing intermediate container 33b25f6c3a9b [2021-09-06T19:13:57.720Z] ---> 118a11a6ba8e [2021-09-06T19:13:57.720Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-06T19:13:57.720Z] ---> bd760dbac3cd [2021-09-06T19:13:57.720Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-09-06T19:13:57.720Z] ---> Running in df534c3a2f5e [2021-09-06T19:13:57.720Z] Removing intermediate container f5d25f0dec2f [2021-09-06T19:13:57.720Z] ---> 28dc2e78de23 [2021-09-06T19:13:57.720Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-06T19:13:57.720Z] ---> Running in 74a7a151733b [2021-09-06T19:13:58.008Z] Removing intermediate container 74a7a151733b [2021-09-06T19:13:58.008Z] ---> 42b85e36cddc [2021-09-06T19:13:58.008Z] Step 14/23 : ENV APP_PORT=59861 [2021-09-06T19:13:58.008Z] Removing intermediate container df534c3a2f5e [2021-09-06T19:13:58.008Z] ---> cdc0e6f5f570 [2021-09-06T19:13:58.008Z] Step 14/24 : ENV APP_PORT=59881 [2021-09-06T19:13:58.291Z] ---> Running in e01aeb44b190 [2021-09-06T19:13:58.291Z] ---> Running in a465b6b9b6b4 [2021-09-06T19:13:58.582Z] ---> ff8896b1e42a [2021-09-06T19:13:58.582Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-09-06T19:13:58.582Z] Removing intermediate container a465b6b9b6b4 [2021-09-06T19:13:58.582Z] ---> 946906db752a [2021-09-06T19:13:58.582Z] Step 15/24 : EXPOSE $APP_PORT [2021-09-06T19:13:58.582Z] Removing intermediate container e01aeb44b190 [2021-09-06T19:13:58.582Z] ---> b4375c2bd786 [2021-09-06T19:13:58.582Z] Step 15/23 : EXPOSE $APP_PORT [2021-09-06T19:13:58.582Z] ---> Running in 20af20a0bc38 [2021-09-06T19:13:58.582Z] ---> Running in 17bf83535e1e [2021-09-06T19:13:58.867Z] Removing intermediate container 20af20a0bc38 [2021-09-06T19:13:58.867Z] ---> 9b2b1cc59fac [2021-09-06T19:13:58.867Z] Step 16/24 : WORKDIR / [2021-09-06T19:13:58.867Z] Removing intermediate container 17bf83535e1e [2021-09-06T19:13:58.867Z] ---> f7cc24108565 [2021-09-06T19:13:58.867Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-06T19:13:58.867Z] ---> Running in f9bd26fbda35 [2021-09-06T19:13:58.867Z] ---> 965d622db104 [2021-09-06T19:13:58.867Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-09-06T19:13:59.155Z] ---> Running in 6275f21e7e0e [2021-09-06T19:13:59.155Z] ---> 53168e35a44e [2021-09-06T19:13:59.155Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-09-06T19:13:59.435Z] Removing intermediate container f9bd26fbda35 [2021-09-06T19:13:59.436Z] ---> 257f85d50647 [2021-09-06T19:13:59.436Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-06T19:13:59.436Z] Removing intermediate container 6275f21e7e0e [2021-09-06T19:13:59.436Z] ---> a0ac1cfa8a2e [2021-09-06T19:13:59.436Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-06T19:13:59.719Z] ---> Running in 0745fe175211 [2021-09-06T19:13:59.984Z] ---> dd6228a1f4c0 [2021-09-06T19:13:59.984Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-09-06T19:13:59.984Z] ---> 14edd564bdec [2021-09-06T19:13:59.984Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-09-06T19:13:59.984Z] Removing intermediate container 0745fe175211 [2021-09-06T19:13:59.984Z] ---> 72d280a47537 [2021-09-06T19:13:59.984Z] Step 21/23 : LABEL arch=x86_64 [2021-09-06T19:13:59.984Z] ---> Running in 170444afd404 [2021-09-06T19:14:00.576Z] Removing intermediate container 170444afd404 [2021-09-06T19:14:00.576Z] ---> 6668c3339ffd [2021-09-06T19:14:00.576Z] Step 22/23 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:14:00.576Z] ---> 9899cc3edb21 [2021-09-06T19:14:00.576Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-09-06T19:14:00.576Z] ---> fc6d3767b173 [2021-09-06T19:14:00.576Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-09-06T19:14:00.576Z] ---> Running in ca1e3e921495 [2021-09-06T19:14:00.576Z] ---> Running in d365447aec51 [2021-09-06T19:14:00.850Z] Removing intermediate container ca1e3e921495 [2021-09-06T19:14:00.850Z] ---> 0aae6eca506d [2021-09-06T19:14:00.850Z] Step 23/23 : LABEL version=0.0.0 [2021-09-06T19:14:00.850Z] Removing intermediate container d365447aec51 [2021-09-06T19:14:00.850Z] ---> 148a84855be0 [2021-09-06T19:14:00.850Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-06T19:14:00.850Z] ---> 9b04a594049c [2021-09-06T19:14:00.850Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-09-06T19:14:00.850Z] ---> Running in 2b585664df7a [2021-09-06T19:14:01.120Z] ---> Running in 3816d6286a7b [2021-09-06T19:14:01.120Z] ---> Running in 0b10ad12c69b [2021-09-06T19:14:01.120Z] Removing intermediate container 2b585664df7a [2021-09-06T19:14:01.120Z] ---> f437cb7ce42a [2021-09-06T19:14:01.120Z] Step 21/23 : LABEL arch=x86_64 [2021-09-06T19:14:01.397Z] Removing intermediate container 0b10ad12c69b [2021-09-06T19:14:01.397Z] ---> 00c4c5022198 [2021-09-06T19:14:01.397Z] [2021-09-06T19:14:01.397Z] Removing intermediate container 3816d6286a7b [2021-09-06T19:14:01.397Z] ---> dc480cb5a140 [2021-09-06T19:14:01.397Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-06T19:14:01.397Z] ---> Running in dc99a2a87dce [2021-09-06T19:14:01.397Z] Successfully built 00c4c5022198 [2021-09-06T19:14:01.397Z] Successfully tagged support-notifications:latest [2021-09-06T19:14:01.397Z] Building core-command [2021-09-06T19:14:01.397Z] ---> Running in 1edf8c34398b [2021-09-06T19:14:01.397Z]  Building support-notifications ... done Removing intermediate container dc99a2a87dce [2021-09-06T19:14:01.397Z] ---> 16c5c3f55419 [2021-09-06T19:14:01.397Z] Step 22/23 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:14:01.677Z] ---> Running in 73e5e1fe3bca [2021-09-06T19:14:01.677Z] Removing intermediate container 1edf8c34398b [2021-09-06T19:14:01.677Z] ---> e59179020c65 [2021-09-06T19:14:01.677Z] Step 22/24 : LABEL arch=x86_64 [2021-09-06T19:14:02.263Z] ---> Running in 154f80d4581a [2021-09-06T19:14:04.371Z] Removing intermediate container 73e5e1fe3bca [2021-09-06T19:14:04.371Z] ---> 05ee7207977e [2021-09-06T19:14:04.371Z] Step 23/23 : LABEL version=0.0.0 [2021-09-06T19:14:04.371Z] Removing intermediate container 154f80d4581a [2021-09-06T19:14:04.371Z] ---> 7cf5e16ff4d5 [2021-09-06T19:14:04.371Z] Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:14:04.371Z] ---> Running in 49c657cddf44 [2021-09-06T19:14:04.371Z] ---> Running in f2c8e1e9373c [2021-09-06T19:14:04.371Z] Removing intermediate container 49c657cddf44 [2021-09-06T19:14:04.371Z] ---> 9d1075d604f8 [2021-09-06T19:14:04.371Z] [2021-09-06T19:14:04.371Z] Removing intermediate container f2c8e1e9373c [2021-09-06T19:14:04.371Z] ---> 5f52cfbee7d0 [2021-09-06T19:14:04.371Z] Step 24/24 : LABEL version=0.0.0 [2021-09-06T19:14:04.371Z] Successfully built 9d1075d604f8 [2021-09-06T19:14:04.371Z] Successfully tagged support-scheduler:latest [2021-09-06T19:14:04.371Z]  Building support-scheduler ... done Building core-data [2021-09-06T19:14:04.371Z] ---> Running in 8f7a199a0a21 [2021-09-06T19:14:04.371Z] Removing intermediate container 8f7a199a0a21 [2021-09-06T19:14:04.371Z] ---> dc9505bf358b [2021-09-06T19:14:04.371Z] [2021-09-06T19:14:04.371Z] Successfully built dc9505bf358b [2021-09-06T19:14:04.371Z] Successfully tagged core-metadata:latest [2021-09-06T19:14:04.371Z]  Building core-metadata ... done Building security-secretstore-setup [2021-09-06T19:14:12.718Z] Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 [2021-09-06T19:14:13.318Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:14:13.318Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:14:13.794Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:14:13.794Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:14:13.794Z] Status: Downloaded newer image for docker:20.10.7 [2021-09-06T19:14:13.794Z] ---> 4a71fcb4b453 [2021-09-06T19:14:13.794Z] Step 3/26 : WORKDIR /edgex-go [2021-09-06T19:14:13.794Z] ---> Using cache [2021-09-06T19:14:13.794Z] ---> 4c94676c22c5 [2021-09-06T19:14:13.794Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:14:13.794Z] ---> 4a71fcb4b453 [2021-09-06T19:14:13.794Z] Step 3/24 : WORKDIR /edgex-go [2021-09-06T19:14:13.794Z] ---> Using cache [2021-09-06T19:14:13.794Z] ---> 4c94676c22c5 [2021-09-06T19:14:13.794Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:14:13.794Z] ---> Using cache [2021-09-06T19:14:13.794Z] ---> 394fb0808f25 [2021-09-06T19:14:13.794Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-09-06T19:14:13.794Z] ---> Using cache [2021-09-06T19:14:13.794Z] ---> 394fb0808f25 [2021-09-06T19:14:13.794Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-09-06T19:14:13.794Z] ---> Using cache [2021-09-06T19:14:13.794Z] ---> e87e2c912ba2 [2021-09-06T19:14:13.794Z] Step 6/26 : COPY go.mod . [2021-09-06T19:14:13.794Z] ---> Using cache [2021-09-06T19:14:13.794Z] ---> 0bb631ed41af [2021-09-06T19:14:13.794Z] Step 7/26 : RUN go mod download [2021-09-06T19:14:13.794Z] ---> Using cache [2021-09-06T19:14:13.794Z] ---> fb00ce14e147 [2021-09-06T19:14:13.794Z] Step 8/26 : COPY . . [2021-09-06T19:14:13.794Z] ---> Using cache [2021-09-06T19:14:13.794Z] ---> acf597c23c79 [2021-09-06T19:14:13.794Z] Step 9/26 : RUN go mod tidy [2021-09-06T19:14:13.794Z] ---> Using cache [2021-09-06T19:14:13.794Z] ---> 8e66c8e3c0a8 [2021-09-06T19:14:13.794Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-09-06T19:14:14.606Z] ---> 08bdaf2f88f9 [2021-09-06T19:14:14.606Z] 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-09-06T19:14:15.659Z] ---> Running in 8e30fea45d72 [2021-09-06T19:14:15.659Z] ---> Running in 36a932c49636 [2021-09-06T19:14:15.659Z] ---> Running in 318e33dfb515 [2021-09-06T19:14:16.136Z] Removing intermediate container 36a932c49636 [2021-09-06T19:14:16.136Z] ---> 65dc10e7a3c1 [2021-09-06T19:14:16.136Z] 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-09-06T19:14:16.427Z] ---> Running in 753d61eba0d6 [2021-09-06T19:14:16.427Z] 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-09-06T19:14:16.427Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-06T19:14:17.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-06T19:14:17.243Z] Removing intermediate container 5de310f6b06c [2021-09-06T19:14:17.243Z] ---> 117c66f02577 [2021-09-06T19:14:17.243Z] [2021-09-06T19:14:17.243Z] Step 11/32 : FROM alpine:3.12 [2021-09-06T19:14:17.243Z] ---> 48b8ec4ed9eb [2021-09-06T19:14:17.243Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-09-06T19:14:17.243Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:14:17.243Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:14:17.243Z] ---> 4a71fcb4b453 [2021-09-06T19:14:17.243Z] Step 3/24 : WORKDIR /edgex-go [2021-09-06T19:14:17.243Z] ---> Using cache [2021-09-06T19:14:17.243Z] ---> 4c94676c22c5 [2021-09-06T19:14:17.243Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:14:17.243Z] ---> Using cache [2021-09-06T19:14:17.243Z] ---> 394fb0808f25 [2021-09-06T19:14:17.243Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-09-06T19:14:17.243Z] ---> Using cache [2021-09-06T19:14:17.243Z] ---> e87e2c912ba2 [2021-09-06T19:14:17.243Z] Step 6/24 : COPY go.mod . [2021-09-06T19:14:17.243Z] ---> Using cache [2021-09-06T19:14:17.243Z] ---> 0bb631ed41af [2021-09-06T19:14:17.243Z] Step 7/24 : RUN go mod download [2021-09-06T19:14:17.243Z] ---> Using cache [2021-09-06T19:14:17.243Z] ---> fb00ce14e147 [2021-09-06T19:14:17.243Z] Step 8/24 : COPY . . [2021-09-06T19:14:17.243Z] ---> Using cache [2021-09-06T19:14:17.243Z] ---> acf597c23c79 [2021-09-06T19:14:17.243Z] Step 9/24 : RUN go mod tidy [2021-09-06T19:14:17.243Z] ---> Using cache [2021-09-06T19:14:17.243Z] ---> 8e66c8e3c0a8 [2021-09-06T19:14:17.243Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-09-06T19:14:17.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-06T19:14:17.243Z] ---> Running in 1bbaf7913d89 [2021-09-06T19:14:17.243Z] ---> Running in f597ca6d6a47 [2021-09-06T19:14:17.525Z] Removing intermediate container 1bbaf7913d89 [2021-09-06T19:14:17.525Z] ---> faf238ec11ed [2021-09-06T19:14:17.525Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-09-06T19:14:17.525Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-06T19:14:17.525Z] ---> Running in 858590b69202 [2021-09-06T19:14:17.797Z] (1/39) Installing readline (8.1.0-r0) [2021-09-06T19:14:17.797Z] (2/39) Installing bash (5.1.0-r0) [2021-09-06T19:14:17.797Z] Executing bash-5.1.0-r0.post-install [2021-09-06T19:14:17.797Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-09-06T19:14:17.797Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-09-06T19:14:17.797Z] (5/39) Installing libcurl (7.78.0-r0) [2021-09-06T19:14:17.797Z] 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-09-06T19:14:18.066Z] OK: 219 MiB in 52 packages [2021-09-06T19:14:18.066Z] (6/39) Installing curl (7.78.0-r0) [2021-09-06T19:14:18.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-09-06T19:14:18.066Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-09-06T19:14:18.066Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-09-06T19:14:18.066Z] (9/39) Installing expat (2.2.10-r1) [2021-09-06T19:14:18.066Z] (10/39) Installing libffi (3.3-r2) [2021-09-06T19:14:18.066Z] (11/39) Installing gdbm (1.19-r0) [2021-09-06T19:14:18.066Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-09-06T19:14:18.066Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-09-06T19:14:18.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-09-06T19:14:18.336Z] (14/39) Installing python3 (3.8.10-r0) [2021-09-06T19:14:18.608Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-09-06T19:14:18.608Z] Removing intermediate container 318e33dfb515 [2021-09-06T19:14:18.608Z] ---> c92d462ec7f2 [2021-09-06T19:14:18.608Z] Step 6/24 : COPY go.mod . [2021-09-06T19:14:18.608Z] (2/2) Installing su-exec (0.2-r1) [2021-09-06T19:14:18.886Z] Executing busybox-1.31.1-r20.trigger [2021-09-06T19:14:18.886Z] OK: 6 MiB in 16 packages [2021-09-06T19:14:19.359Z] ---> a07de8ad5655 [2021-09-06T19:14:19.359Z] Step 7/24 : RUN go mod download [2021-09-06T19:14:19.634Z] ---> Running in 2b38d01c6eee [2021-09-06T19:14:19.634Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-09-06T19:14:19.634Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-09-06T19:14:19.634Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-09-06T19:14:19.908Z] (18/39) Installing py3-six (1.15.0-r0) [2021-09-06T19:14:19.908Z] (19/39) Installing py3-packaging (20.9-r0) [2021-09-06T19:14:19.908Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-09-06T19:14:19.908Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-09-06T19:14:19.908Z] (22/39) Installing py3-idna (3.1-r0) [2021-09-06T19:14:19.908Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-09-06T19:14:20.389Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-09-06T19:14:20.389Z] Removing intermediate container 858590b69202 [2021-09-06T19:14:20.389Z] ---> 14fc16e91e41 [2021-09-06T19:14:20.389Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-09-06T19:14:20.389Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-09-06T19:14:20.389Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-09-06T19:14:20.389Z] ---> Running in 9a7cb5792cef [2021-09-06T19:14:20.389Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-09-06T19:14:20.389Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-09-06T19:14:20.389Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-09-06T19:14:20.389Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-09-06T19:14:20.389Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-09-06T19:14:20.389Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-09-06T19:14:20.389Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-09-06T19:14:20.667Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-09-06T19:14:20.667Z] Removing intermediate container 9a7cb5792cef [2021-09-06T19:14:20.667Z] ---> b12d9bee149d [2021-09-06T19:14:20.667Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-09-06T19:14:20.667Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-09-06T19:14:20.667Z] (36/39) Installing py3-progress (1.5-r0) [2021-09-06T19:14:20.667Z] ---> Running in be1268640c06 [2021-09-06T19:14:20.667Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-09-06T19:14:20.667Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-09-06T19:14:20.667Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-09-06T19:14:20.667Z] Removing intermediate container be1268640c06 [2021-09-06T19:14:20.667Z] ---> ec185a048f80 [2021-09-06T19:14:20.667Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-09-06T19:14:20.945Z] ---> Running in 6004341ab0e1 [2021-09-06T19:14:20.945Z] Executing busybox-1.32.1-r6.trigger [2021-09-06T19:14:20.946Z] OK: 82 MiB in 59 packages [2021-09-06T19:14:22.401Z] Removing intermediate container 6004341ab0e1 [2021-09-06T19:14:22.401Z] ---> 76abeaef9d26 [2021-09-06T19:14:22.401Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-09-06T19:14:22.401Z] ---> Running in 720879120f84 [2021-09-06T19:14:22.401Z] Removing intermediate container 720879120f84 [2021-09-06T19:14:22.401Z] ---> cdca1f2f1b5b [2021-09-06T19:14:22.401Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-09-06T19:14:22.878Z] Removing intermediate container 2b38d01c6eee [2021-09-06T19:14:22.878Z] ---> 7115e3c1559e [2021-09-06T19:14:22.878Z] Step 8/24 : COPY . . [2021-09-06T19:14:22.878Z] ---> 4ae133dc4e8f [2021-09-06T19:14:22.878Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-09-06T19:14:22.878Z] ---> Running in 46b45afb36ea [2021-09-06T19:14:24.066Z] Collecting docker-compose==1.23.2 [2021-09-06T19:14:24.066Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-09-06T19:14:24.545Z] Collecting texttable<0.10,>=0.9.0 [2021-09-06T19:14:24.545Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-09-06T19:14:25.155Z] Collecting dockerpty<0.5,>=0.4.1 [2021-09-06T19:14:25.155Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-09-06T19:14:27.228Z] Collecting docker<4.0,>=3.6.0 [2021-09-06T19:14:27.228Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-09-06T19:14:27.228Z] Collecting websocket-client<1.0,>=0.32.0 [2021-09-06T19:14:27.228Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-09-06T19:14:27.228Z] Collecting PyYAML<4,>=3.10 [2021-09-06T19:14:27.228Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-09-06T19:14:27.228Z] Removing intermediate container 46b45afb36ea [2021-09-06T19:14:27.228Z] ---> 7dc2234c50e2 [2021-09-06T19:14:27.228Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-06T19:14:27.228Z] ---> 30bc38580ac6 [2021-09-06T19:14:27.228Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-09-06T19:14:27.857Z] Collecting docopt<0.7,>=0.6.1 [2021-09-06T19:14:28.147Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-09-06T19:14:28.434Z] ---> 16d1e36ed1ef [2021-09-06T19:14:28.434Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-09-06T19:14:28.434Z] ---> 784c3d9c97a6 [2021-09-06T19:14:28.434Z] Step 9/24 : RUN go mod tidy [2021-09-06T19:14:28.720Z] ---> Running in 80b961d904af [2021-09-06T19:14:28.720Z] ---> f3388d88b3d8 [2021-09-06T19:14:28.720Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-09-06T19:14:28.720Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-09-06T19:14:28.720Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-09-06T19:14:28.995Z] Collecting jsonschema<3,>=2.5.1 [2021-09-06T19:14:29.283Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-09-06T19:14:29.283Z] 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-09-06T19:14:29.283Z] ---> 58d38cc0ffa0 [2021-09-06T19:14:29.283Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-09-06T19:14:29.283Z] Collecting cached-property<2,>=1.2.0 [2021-09-06T19:14:29.283Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-09-06T19:14:29.283Z] Collecting docker-pycreds>=0.4.0 [2021-09-06T19:14:29.283Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-09-06T19:14:29.558Z] ---> dbcc2f91a2cf [2021-09-06T19:14:29.558Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-09-06T19:14:29.558Z] ---> Running in 814055fe3b37 [2021-09-06T19:14:29.558Z] Collecting chardet<3.1.0,>=3.0.2 [2021-09-06T19:14:29.558Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-09-06T19:14:29.835Z] Removing intermediate container 814055fe3b37 [2021-09-06T19:14:29.835Z] ---> 9c0871acf14a [2021-09-06T19:14:29.835Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-09-06T19:14:29.835Z] Collecting urllib3<1.25,>=1.21.1 [2021-09-06T19:14:29.835Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-09-06T19:14:29.835Z] Collecting certifi>=2017.4.17 [2021-09-06T19:14:30.107Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-09-06T19:14:30.107Z] Collecting idna<2.8,>=2.5 [2021-09-06T19:14:30.107Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-09-06T19:14:30.107Z] ---> bb330c49a214 [2021-09-06T19:14:30.107Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-09-06T19:14:30.107Z] ---> Running in 8dd3b451ac9b [2021-09-06T19:14:30.107Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-09-06T19:14:30.107Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-09-06T19:14:30.107Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-09-06T19:14:30.107Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-09-06T19:14:30.732Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-09-06T19:14:30.732Z] Attempting uninstall: urllib3 [2021-09-06T19:14:30.732Z] Found existing installation: urllib3 1.26.2 [2021-09-06T19:14:30.733Z] Uninstalling urllib3-1.26.2: [2021-09-06T19:14:30.733Z] Successfully uninstalled urllib3-1.26.2 [2021-09-06T19:14:31.112Z] Attempting uninstall: idna [2021-09-06T19:14:31.112Z] Found existing installation: idna 3.1 [2021-09-06T19:14:31.112Z] Uninstalling idna-3.1: [2021-09-06T19:14:31.112Z] Successfully uninstalled idna-3.1 [2021-09-06T19:14:31.573Z] Attempting uninstall: chardet [2021-09-06T19:14:31.573Z] Found existing installation: chardet 4.0.0 [2021-09-06T19:14:31.573Z] Uninstalling chardet-4.0.0: [2021-09-06T19:14:31.573Z] Removing intermediate container 8dd3b451ac9b [2021-09-06T19:14:31.573Z] ---> 5e5befb01572 [2021-09-06T19:14:31.573Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-09-06T19:14:31.573Z] Successfully uninstalled chardet-4.0.0 [2021-09-06T19:14:31.573Z] ---> Running in 2c2131aff9b2 [2021-09-06T19:14:31.573Z] Removing intermediate container 80b961d904af [2021-09-06T19:14:31.573Z] ---> c0c3fba24a32 [2021-09-06T19:14:31.573Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-09-06T19:14:31.573Z] Removing intermediate container 2c2131aff9b2 [2021-09-06T19:14:31.573Z] ---> 82d00a30d241 [2021-09-06T19:14:31.573Z] Step 29/32 : CMD ["gate"] [2021-09-06T19:14:31.952Z] ---> Running in 31affa6d317b [2021-09-06T19:14:31.952Z] ---> Running in 1d302d176f8a [2021-09-06T19:14:31.952Z] Removing intermediate container 1d302d176f8a [2021-09-06T19:14:31.952Z] ---> f43ed4855aae [2021-09-06T19:14:31.952Z] Step 30/32 : LABEL arch=x86_64 [2021-09-06T19:14:32.353Z] ---> Running in f25afd46f820 [2021-09-06T19:14:32.353Z] Attempting uninstall: requests [2021-09-06T19:14:32.353Z] Found existing installation: requests 2.25.1 [2021-09-06T19:14:32.353Z] Uninstalling requests-2.25.1: [2021-09-06T19:14:32.353Z] Successfully uninstalled requests-2.25.1 [2021-09-06T19:14:32.353Z] 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-09-06T19:14:32.774Z] Removing intermediate container f25afd46f820 [2021-09-06T19:14:32.774Z] ---> 5e1249b5248d [2021-09-06T19:14:32.774Z] Step 31/32 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:14:32.774Z] ---> Running in fe122cc9d858 [2021-09-06T19:14:32.774Z] Running setup.py install for texttable: started [2021-09-06T19:14:32.774Z] Removing intermediate container fe122cc9d858 [2021-09-06T19:14:32.774Z] ---> 2101186912d2 [2021-09-06T19:14:32.774Z] Step 32/32 : LABEL version=0.0.0 [2021-09-06T19:14:33.319Z] ---> Running in 56f0c537cef4 [2021-09-06T19:14:33.319Z] Removing intermediate container 56f0c537cef4 [2021-09-06T19:14:33.319Z] ---> 4a01da321ea6 [2021-09-06T19:14:33.319Z] [2021-09-06T19:14:33.319Z] Successfully built 4a01da321ea6 [2021-09-06T19:14:33.319Z] Successfully tagged security-bootstrapper:latest [2021-09-06T19:14:33.319Z] Running setup.py install for texttable: finished with status 'done' [2021-09-06T19:14:33.319Z] Running setup.py install for PyYAML: started [2021-09-06T19:14:34.755Z]  Building security-bootstrapper ... done  Running setup.py install for PyYAML: finished with status 'done' [2021-09-06T19:14:34.755Z] Running setup.py install for docopt: started [2021-09-06T19:14:35.342Z] Running setup.py install for docopt: finished with status 'done' [2021-09-06T19:14:35.342Z] Running setup.py install for dockerpty: started [2021-09-06T19:14:36.312Z] Running setup.py install for dockerpty: finished with status 'done' [2021-09-06T19:14:36.904Z] 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-09-06T19:14:41.106Z] Removing intermediate container 753d61eba0d6 [2021-09-06T19:14:41.106Z] ---> 880cb3ff09b7 [2021-09-06T19:14:41.106Z] Step 15/24 : ENV APP_PORT=58890 [2021-09-06T19:14:41.106Z] ---> Running in 7a1884172471 [2021-09-06T19:14:41.106Z] Removing intermediate container 7a1884172471 [2021-09-06T19:14:41.377Z] ---> 97972bc28c55 [2021-09-06T19:14:41.377Z] Step 16/24 : EXPOSE $APP_PORT [2021-09-06T19:14:41.377Z] ---> Running in 034bbe8cffa3 [2021-09-06T19:14:41.377Z] Removing intermediate container 034bbe8cffa3 [2021-09-06T19:14:41.377Z] ---> 09e65d13ca1f [2021-09-06T19:14:41.377Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-09-06T19:14:41.975Z] ---> 6f85c172bdac [2021-09-06T19:14:41.975Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-09-06T19:14:42.247Z] ---> 924b634af0d3 [2021-09-06T19:14:42.247Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-09-06T19:14:42.517Z] ---> 30bb6b8c961a [2021-09-06T19:14:42.517Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-09-06T19:14:42.517Z] ---> Running in 342c3d84869c [2021-09-06T19:14:42.517Z] Removing intermediate container 342c3d84869c [2021-09-06T19:14:42.517Z] ---> f4efa407d0ac [2021-09-06T19:14:42.517Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-06T19:14:42.517Z] ---> Running in 6c81f296ed7a [2021-09-06T19:14:42.788Z] Removing intermediate container 6c81f296ed7a [2021-09-06T19:14:42.788Z] ---> 1ae41b87e728 [2021-09-06T19:14:42.788Z] Step 22/24 : LABEL arch=x86_64 [2021-09-06T19:14:42.788Z] ---> Running in fb83d74537a4 [2021-09-06T19:14:43.060Z] Removing intermediate container fb83d74537a4 [2021-09-06T19:14:43.060Z] ---> e93c4727c808 [2021-09-06T19:14:43.060Z] Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:14:43.060Z] ---> Running in 37d5fb46ac26 [2021-09-06T19:14:43.342Z] Removing intermediate container 37d5fb46ac26 [2021-09-06T19:14:43.342Z] ---> 0778ac31cb76 [2021-09-06T19:14:43.342Z] Step 24/24 : LABEL version=0.0.0 [2021-09-06T19:14:43.342Z] ---> Running in 00dfc7c28e2b [2021-09-06T19:14:43.342Z] Removing intermediate container 00dfc7c28e2b [2021-09-06T19:14:43.342Z] ---> 0da4b297a38f [2021-09-06T19:14:43.342Z] [2021-09-06T19:14:43.342Z] Successfully built 0da4b297a38f [2021-09-06T19:14:43.342Z] Successfully tagged sys-mgmt-agent:latest [2021-09-06T19:14:46.712Z]  Building sys-mgmt-agent ... done 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-09-06T19:14:50.108Z] Removing intermediate container f597ca6d6a47 [2021-09-06T19:14:50.108Z] ---> f0f111405166 [2021-09-06T19:14:50.108Z] [2021-09-06T19:14:50.108Z] Step 11/24 : FROM alpine:3.12 [2021-09-06T19:14:50.108Z] ---> 48b8ec4ed9eb [2021-09-06T19:14:50.108Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-09-06T19:14:50.108Z] ---> Using cache [2021-09-06T19:14:50.108Z] ---> 28dc2e78de23 [2021-09-06T19:14:50.108Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-06T19:14:50.108Z] ---> Using cache [2021-09-06T19:14:50.108Z] ---> 42b85e36cddc [2021-09-06T19:14:50.108Z] Step 14/24 : ENV APP_PORT=59882 [2021-09-06T19:14:50.108Z] ---> Running in f2c77e547d40 [2021-09-06T19:14:50.387Z] Removing intermediate container 8e30fea45d72 [2021-09-06T19:14:50.387Z] ---> 83148267d5d2 [2021-09-06T19:14:50.387Z] [2021-09-06T19:14:50.387Z] Step 11/26 : FROM alpine:3.12 [2021-09-06T19:14:50.387Z] ---> 48b8ec4ed9eb [2021-09-06T19:14:50.387Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-09-06T19:14:50.387Z] Removing intermediate container f2c77e547d40 [2021-09-06T19:14:50.387Z] ---> 705ee717d561 [2021-09-06T19:14:50.387Z] Step 15/24 : EXPOSE $APP_PORT [2021-09-06T19:14:50.387Z] ---> Running in 24d8461183ea [2021-09-06T19:14:50.387Z] ---> Running in 9e5175feaba8 [2021-09-06T19:14:50.672Z] Removing intermediate container 9e5175feaba8 [2021-09-06T19:14:50.672Z] ---> 10206d8c13ab [2021-09-06T19:14:50.672Z] Step 16/24 : WORKDIR / [2021-09-06T19:14:50.672Z] ---> Running in fdf2248fab59 [2021-09-06T19:14:50.672Z] Removing intermediate container fdf2248fab59 [2021-09-06T19:14:50.672Z] ---> 5378f5e4ff51 [2021-09-06T19:14:50.672Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-06T19:14:50.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-09-06T19:14:50.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-09-06T19:14:51.255Z] ---> a98fae40c673 [2021-09-06T19:14:51.255Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-09-06T19:14:51.255Z] (1/3) Installing ca-certificates (20191127-r4) [2021-09-06T19:14:51.255Z] (2/3) Installing dumb-init (1.2.2-r1) [2021-09-06T19:14:51.255Z] (3/3) Installing su-exec (0.2-r1) [2021-09-06T19:14:51.255Z] Executing busybox-1.31.1-r20.trigger [2021-09-06T19:14:51.255Z] Executing ca-certificates-20191127-r4.trigger [2021-09-06T19:14:51.255Z] OK: 6 MiB in 17 packages [2021-09-06T19:14:51.877Z] ---> a7d5896c5d03 [2021-09-06T19:14:51.877Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-09-06T19:14:51.877Z] Removing intermediate container 24d8461183ea [2021-09-06T19:14:51.877Z] ---> d8e0f284a3fc [2021-09-06T19:14:51.877Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-09-06T19:14:51.877Z] ---> Running in c4eee132c857 [2021-09-06T19:14:52.155Z] ---> de9763e7dc77 [2021-09-06T19:14:52.155Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-09-06T19:14:52.155Z] ---> Running in c866b9279c6b [2021-09-06T19:14:52.155Z] Removing intermediate container c4eee132c857 [2021-09-06T19:14:52.155Z] ---> b1273f0104e2 [2021-09-06T19:14:52.155Z] Step 14/26 : WORKDIR / [2021-09-06T19:14:52.155Z] ---> Running in 86744aaf8876 [2021-09-06T19:14:52.427Z] Removing intermediate container c866b9279c6b [2021-09-06T19:14:52.427Z] ---> a75a987cdf86 [2021-09-06T19:14:52.427Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-06T19:14:52.427Z] ---> Running in 66cefc2433c9 [2021-09-06T19:14:52.427Z] Removing intermediate container 86744aaf8876 [2021-09-06T19:14:52.427Z] ---> 681b09354e91 [2021-09-06T19:14:52.427Z] 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-09-06T19:14:52.427Z] Removing intermediate container 66cefc2433c9 [2021-09-06T19:14:52.427Z] ---> 3e7e969c5a14 [2021-09-06T19:14:52.427Z] Step 22/24 : LABEL arch=x86_64 [2021-09-06T19:14:52.643Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-09-06T19:14:52.697Z] ---> Running in 8b3cc8e270b7 [2021-09-06T19:14:52.697Z] Removing intermediate container 8b3cc8e270b7 [2021-09-06T19:14:52.697Z] ---> 2e2c33dd62db [2021-09-06T19:14:52.697Z] Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:14:52.697Z] ---> 1996ccf9787d [2021-09-06T19:14:52.697Z] 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-09-06T19:14:52.697Z] ---> Running in 534777d79190 [2021-09-06T19:14:52.970Z] Removing intermediate container 534777d79190 [2021-09-06T19:14:52.970Z] ---> bba87c28cef7 [2021-09-06T19:14:52.970Z] Step 24/24 : LABEL version=0.0.0 [2021-09-06T19:14:52.970Z] ---> Running in 134475cca246 [2021-09-06T19:14:53.449Z] ---> e0f76deb240c [2021-09-06T19:14:53.449Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-09-06T19:14:53.449Z] Removing intermediate container 134475cca246 [2021-09-06T19:14:53.449Z] ---> 2cf40f322c91 [2021-09-06T19:14:53.449Z] [2021-09-06T19:14:53.449Z] Successfully built 2cf40f322c91 [2021-09-06T19:14:53.449Z] Successfully tagged core-command:latest [2021-09-06T19:14:53.449Z]  Building core-command ... done  ---> 26f409c77742 [2021-09-06T19:14:53.449Z] 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-09-06T19:14:53.721Z] ---> cae4710951ef [2021-09-06T19:14:53.721Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-09-06T19:14:54.323Z] ---> 9d983503db89 [2021-09-06T19:14:54.323Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-09-06T19:14:54.614Z] ---> fc3ac2835803 [2021-09-06T19:14:54.614Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-09-06T19:14:54.639Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-09-06T19:14:54.889Z] ---> 78d7e6c56203 [2021-09-06T19:14:54.889Z] 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-09-06T19:14:54.889Z] ---> Running in 408634a2f216 [2021-09-06T19:14:55.631Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-09-06T19:14:55.884Z] Removing intermediate container 408634a2f216 [2021-09-06T19:14:55.884Z] ---> 2876bfba80eb [2021-09-06T19:14:55.884Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-09-06T19:14:55.884Z] ---> Running in 7c4b91241bf4 [2021-09-06T19:14:55.884Z] Removing intermediate container 7c4b91241bf4 [2021-09-06T19:14:55.884Z] ---> 1e1a8660f0a8 [2021-09-06T19:14:55.884Z] Step 24/26 : LABEL arch=x86_64 [2021-09-06T19:14:56.161Z] ---> Running in 170537091ace [2021-09-06T19:14:56.161Z] Removing intermediate container 170537091ace [2021-09-06T19:14:56.161Z] ---> 9d01b04356de [2021-09-06T19:14:56.161Z] Step 25/26 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:14:56.161Z] ---> Running in 2bbb381890c6 [2021-09-06T19:14:56.237Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-09-06T19:14:56.427Z] Removing intermediate container 2bbb381890c6 [2021-09-06T19:14:56.427Z] ---> c689e1838237 [2021-09-06T19:14:56.427Z] Step 26/26 : LABEL version=0.0.0 [2021-09-06T19:14:56.427Z] ---> Running in e5d224fa58c1 [2021-09-06T19:14:56.427Z] Removing intermediate container e5d224fa58c1 [2021-09-06T19:14:56.427Z] ---> c332cb9c6ddc [2021-09-06T19:14:56.427Z] [2021-09-06T19:14:56.427Z] Successfully built c332cb9c6ddc [2021-09-06T19:14:56.427Z] Successfully tagged security-secretstore-setup:latest [2021-09-06T19:14:58.381Z]  Building security-secretstore-setup ... done Removing intermediate container 31affa6d317b [2021-09-06T19:14:58.381Z] ---> c908c71f6d05 [2021-09-06T19:14:58.381Z] [2021-09-06T19:14:58.381Z] Step 11/24 : FROM alpine:3.12 [2021-09-06T19:14:58.381Z] ---> 48b8ec4ed9eb [2021-09-06T19:14:58.381Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-09-06T19:14:58.381Z] ---> Running in 639cae8db1c9 [2021-09-06T19:14:58.381Z] Removing intermediate container 639cae8db1c9 [2021-09-06T19:14:58.381Z] ---> cccf3adcf2a9 [2021-09-06T19:14:58.381Z] Step 13/24 : ENV APP_PORT=59880 [2021-09-06T19:14:58.649Z] ---> Running in d49a900e9686 [2021-09-06T19:14:58.649Z] Removing intermediate container d49a900e9686 [2021-09-06T19:14:58.649Z] ---> 19cd8aaf6eef [2021-09-06T19:14:58.649Z] Step 14/24 : EXPOSE $APP_PORT [2021-09-06T19:14:58.649Z] ---> Running in f4efee363650 [2021-09-06T19:14:58.649Z] Removing intermediate container f4efee363650 [2021-09-06T19:14:58.649Z] ---> 571e51f97a67 [2021-09-06T19:14:58.649Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:14:58.649Z] ---> Running in 9bc920d8a970 [2021-09-06T19:14:59.235Z] Removing intermediate container 9bc920d8a970 [2021-09-06T19:14:59.235Z] ---> 7e8aae440f4d [2021-09-06T19:14:59.235Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-09-06T19:14:59.235Z] ---> Running in dae3c55e4169 [2021-09-06T19:14:59.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-09-06T19:15:00.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-09-06T19:15:00.347Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-09-06T19:15:00.612Z] (2/6) Installing libgcc (9.3.0-r2) [2021-09-06T19:15:00.612Z] (3/6) Installing libsodium (1.0.18-r0) [2021-09-06T19:15:00.612Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-09-06T19:15:01.579Z] (5/6) Installing libzmq (4.3.3-r0) [2021-09-06T19:15:01.579Z] (6/6) Installing zeromq (4.3.3-r0) [2021-09-06T19:15:01.579Z] Executing busybox-1.31.1-r20.trigger [2021-09-06T19:15:01.579Z] OK: 8 MiB in 20 packages [2021-09-06T19:15:01.855Z] Removing intermediate container dae3c55e4169 [2021-09-06T19:15:01.855Z] ---> 22ecb610bd21 [2021-09-06T19:15:01.855Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-06T19:15:02.123Z] ---> 696f09940c1b [2021-09-06T19:15:02.124Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-09-06T19:15:02.397Z] ---> 305b3dc652bc [2021-09-06T19:15:02.397Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-09-06T19:15:02.397Z] ---> 065bb4062826 [2021-09-06T19:15:02.397Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-09-06T19:15:02.665Z] ---> Running in 932412f32c2f [2021-09-06T19:15:02.665Z] Removing intermediate container 932412f32c2f [2021-09-06T19:15:02.665Z] ---> ce9006bf85ef [2021-09-06T19:15:02.665Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-06T19:15:02.665Z] ---> Running in 524df24d67cd [2021-09-06T19:15:02.665Z] Removing intermediate container 524df24d67cd [2021-09-06T19:15:02.665Z] ---> b418925c4d8d [2021-09-06T19:15:02.665Z] Step 22/24 : LABEL arch=x86_64 [2021-09-06T19:15:02.665Z] ---> Running in 3d151fe71d3c [2021-09-06T19:15:02.932Z] Removing intermediate container 3d151fe71d3c [2021-09-06T19:15:02.932Z] ---> f3cad00e24cb [2021-09-06T19:15:02.932Z] Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:15:02.932Z] ---> Running in b1155e6d1d91 [2021-09-06T19:15:02.932Z] Removing intermediate container b1155e6d1d91 [2021-09-06T19:15:02.932Z] ---> 8c95ec9365ab [2021-09-06T19:15:02.933Z] Step 24/24 : LABEL version=0.0.0 [2021-09-06T19:15:02.933Z] ---> Running in 5e0205b74a17 [2021-09-06T19:15:02.933Z] Removing intermediate container 5e0205b74a17 [2021-09-06T19:15:02.933Z] ---> 6dcb52481d03 [2021-09-06T19:15:02.933Z] [2021-09-06T19:15:03.199Z] Successfully built 6dcb52481d03 [2021-09-06T19:15:03.199Z] Successfully tagged core-data:latest [2021-09-06T19:15:03.210Z]  Building core-data ... done  [Pipeline] } [2021-09-06T19:15:03.238Z] $ docker stop --time=1 688bd917c3c8836aee98018f070404bf34bec8ca04f1836f20df7831ae802dc5 [2021-09-06T19:15:04.514Z] $ docker rm -f 688bd917c3c8836aee98018f070404bf34bec8ca04f1836f20df7831ae802dc5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-09-06T19:15:05.045Z] + docker images [2021-09-06T19:15:05.045Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-06T19:15:05.045Z] core-data latest 6dcb52481d03 2 seconds ago 20.4MB [2021-09-06T19:15:05.045Z] c908c71f6d05 7 seconds ago 1.76GB [2021-09-06T19:15:05.045Z] security-secretstore-setup latest c332cb9c6ddc 8 seconds ago 28.1MB [2021-09-06T19:15:05.045Z] core-command latest 2cf40f322c91 11 seconds ago 16MB [2021-09-06T19:15:05.045Z] 83148267d5d2 15 seconds ago 1.76GB [2021-09-06T19:15:05.045Z] f0f111405166 15 seconds ago 1.75GB [2021-09-06T19:15:05.045Z] sys-mgmt-agent latest 0da4b297a38f 21 seconds ago 325MB [2021-09-06T19:15:05.045Z] security-bootstrapper latest 4a01da321ea6 32 seconds ago 18.8MB [2021-09-06T19:15:05.045Z] 117c66f02577 48 seconds ago 1.75GB [2021-09-06T19:15:05.045Z] core-metadata latest dc9505bf358b About a minute ago 16.7MB [2021-09-06T19:15:05.045Z] support-scheduler latest 9d1075d604f8 About a minute ago 16.1MB [2021-09-06T19:15:05.045Z] support-notifications latest 00c4c5022198 About a minute ago 16.8MB [2021-09-06T19:15:05.045Z] ee61af3bb51d About a minute ago 1.75GB [2021-09-06T19:15:05.045Z] bbc1eed06fd9 About a minute ago 1.75GB [2021-09-06T19:15:05.045Z] 423234c935db About a minute ago 1.76GB [2021-09-06T19:15:05.045Z] 71a94207f403 About a minute ago 1.75GB [2021-09-06T19:15:05.045Z] security-proxy-setup latest 53127c267e90 About a minute ago 25.9MB [2021-09-06T19:15:05.045Z] 15e454ec5a79 About a minute ago 1.76GB [2021-09-06T19:15:05.045Z] ci-base-image-x86_64 latest 4a71fcb4b453 6 minutes ago 1.25GB [2021-09-06T19:15:05.045Z] alpine 3.12 48b8ec4ed9eb 5 days ago 5.58MB [2021-09-06T19:15:05.045Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest 49cee7a5bbb7 2 weeks ago 37.5MB [2021-09-06T19:15:05.045Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 031687cdd783 4 weeks ago 547MB [2021-09-06T19:15:05.045Z] docker 20.10.7 08bdaf2f88f9 3 months ago 246MB [2021-09-06T19:15:05.045Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 14 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-09-06T19:15:08.705Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-09-06T19:15:08.705Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-09-06T19:15:08.705Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-09-06T19:15:08.705Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-09-06T19:15:08.705Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-09-06T19:15:08.705Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-09-06T19:15:09.314Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-09-06T19:15:09.314Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-09-06T19:15:09.314Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-09-06T19:15:09.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-09-06T19:15:17.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.156s coverage: 28.7% of statements [2021-09-06T19:15:17.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-09-06T19:15:17.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-09-06T19:15:20.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.349s coverage: 100.0% of statements [2021-09-06T19:15:20.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-09-06T19:15:20.996Z] Still waiting to schedule task [2021-09-06T19:15:20.996Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-09-06T19:15:21.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.475s coverage: 46.3% of statements [2021-09-06T19:15:21.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-09-06T19:15:21.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-09-06T19:15:22.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.662s coverage: 90.1% of statements [2021-09-06T19:15:22.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-09-06T19:15:22.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-09-06T19:15:24.741Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.267s coverage: 81.2% of statements [2021-09-06T19:15:24.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-09-06T19:15:24.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-09-06T19:15:24.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-09-06T19:15:24.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-09-06T19:15:24.741Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-09-06T19:15:31.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.521s coverage: 94.2% of statements [2021-09-06T19:15:31.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-09-06T19:15:31.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-09-06T19:15:31.618Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.180s coverage: 59.1% of statements [2021-09-06T19:15:31.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-09-06T19:15:31.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-09-06T19:15:31.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-09-06T19:15:31.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-09-06T19:15:31.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-09-06T19:15:31.618Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.189s coverage: 60.0% of statements [2021-09-06T19:15:31.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-09-06T19:15:31.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-09-06T19:15:31.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-09-06T19:15:31.896Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.283s coverage: 0.8% of statements [2021-09-06T19:15:31.896Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-09-06T19:15:31.896Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.211s coverage: 58.8% of statements [2021-09-06T19:15:31.896Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.291s coverage: 21.7% of statements [2021-09-06T19:15:31.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-09-06T19:15:31.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.257s coverage: 47.1% of statements [2021-09-06T19:15:32.880Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.307s coverage: 79.5% of statements [2021-09-06T19:15:33.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.193s coverage: 94.1% of statements [2021-09-06T19:15:34.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.203s coverage: 96.3% of statements [2021-09-06T19:15:35.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.159s coverage: 87.5% of statements [2021-09-06T19:15:47.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.221s coverage: 94.4% of statements [2021-09-06T19:15:47.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.198s coverage: 44.8% of statements [2021-09-06T19:15:51.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.627s coverage: 81.8% of statements [2021-09-06T19:15:51.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-09-06T19:16:00.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.261s coverage: 92.9% of statements [2021-09-06T19:16:00.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-09-06T19:16:00.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-09-06T19:16:00.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-09-06T19:16:00.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-09-06T19:16:00.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-09-06T19:16:00.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-09-06T19:16:00.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-09-06T19:16:00.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-09-06T19:16:00.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-09-06T19:16:00.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.177s coverage: 87.2% of statements [2021-09-06T19:16:00.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-09-06T19:16:00.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-09-06T19:16:00.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.151s coverage: 100.0% of statements [2021-09-06T19:16:00.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-09-06T19:16:00.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.206s coverage: 58.8% of statements [2021-09-06T19:16:00.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-09-06T19:16:00.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.196s coverage: 80.0% of statements [2021-09-06T19:16:00.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.258s coverage: 87.2% of statements [2021-09-06T19:16:00.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.236s coverage: 85.4% of statements [2021-09-06T19:16:00.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.329s coverage: 91.2% of statements [2021-09-06T19:16:00.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-09-06T19:16:01.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.796s coverage: 64.4% of statements [2021-09-06T19:16:01.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-09-06T19:16:01.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-09-06T19:16:01.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.169s coverage: 100.0% of statements [2021-09-06T19:16:01.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-09-06T19:16:01.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.083s coverage: 100.0% of statements [2021-09-06T19:16:01.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-09-06T19:16:02.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-09-06T19:16:06.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.165s coverage: 66.9% of statements [2021-09-06T19:16:06.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-09-06T19:16:06.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-09-06T19:16:06.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-09-06T19:16:08.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.696s coverage: 43.6% of statements [2021-09-06T19:16:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-09-06T19:16:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-09-06T19:16:08.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.318s coverage: 89.5% of statements [2021-09-06T19:16:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-09-06T19:16:08.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.203s coverage: 84.8% of statements [2021-09-06T19:16:08.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-09-06T19:16:16.443Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.273s coverage: 19.5% of statements [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-09-06T19:16:16.443Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.606s coverage: 92.0% of statements [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-09-06T19:16:16.443Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.207s coverage: 62.7% of statements [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-09-06T19:16:16.443Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.406s coverage: 97.7% of statements [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-09-06T19:16:16.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.191s coverage: 28.9% of statements [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-09-06T19:16:16.443Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-09-06T19:16:16.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.166s coverage: 100.0% of statements [2021-09-06T19:16:16.443Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 95.4% of statements [2021-09-06T19:16:17.037Z] GO111MODULE=on go vet ./... [2021-09-06T19:17:38.853Z] gofmt -l . [2021-09-06T19:17:38.853Z] [ "`gofmt -l .`" = "" ] [2021-09-06T19:17:38.853Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-09-06T19:17:39.550Z] + ls -al . [2021-09-06T19:17:39.550Z] total 636 [2021-09-06T19:17:39.550Z] drwxrwxr-x 9 1001 1001 4096 Sep 6 19:17 . [2021-09-06T19:17:39.550Z] drwxr-xr-x 4 root root 4096 Sep 6 19:13 .. [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 11 Sep 6 19:11 .dockerignore [2021-09-06T19:17:39.550Z] drwxrwxr-x 8 1001 1001 4096 Sep 6 19:11 .git [2021-09-06T19:17:39.550Z] drwxrwxr-x 4 1001 1001 4096 Sep 6 19:11 .github [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 818 Sep 6 19:11 .gitignore [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 76 Sep 6 19:11 .hadolint.yml [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 166 Sep 6 19:11 .sonarcloud.properties [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 1171 Sep 6 19:11 ADOPTERS.md [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 8493 Sep 6 19:11 Attribution.txt [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 43881 Sep 6 19:11 CHANGELOG.md [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 3804 Sep 6 19:11 CONTRIBUTING.md [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 677 Sep 6 19:11 GOVERNANCE.md [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 849 Sep 6 19:11 Jenkinsfile [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 10775 Sep 6 19:11 LICENSE [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 5915 Sep 6 19:11 Makefile [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 582 Sep 6 19:11 OWNERS.md [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 8643 Sep 6 19:11 README.md [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 6912 Sep 6 19:11 SECURITY.md [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 5 Sep 6 19:08 VERSION [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 4131 Sep 6 19:11 ZMQWindows.md [2021-09-06T19:17:39.550Z] drwxrwxr-x 2 1001 1001 4096 Sep 6 19:11 bin [2021-09-06T19:17:39.550Z] drwxrwxr-x 14 1001 1001 4096 Sep 6 19:11 cmd [2021-09-06T19:17:39.550Z] -rw-r--r-- 1 root root 404331 Sep 6 19:16 coverage.out [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 841 Sep 6 19:11 go.mod [2021-09-06T19:17:39.550Z] -rw-r--r-- 1 root root 50064 Sep 6 19:13 go.sum [2021-09-06T19:17:39.550Z] drwxrwxr-x 8 1001 1001 4096 Sep 6 19:11 internal [2021-09-06T19:17:39.550Z] drwxrwxr-x 3 1001 1001 4096 Sep 6 19:11 openapi [2021-09-06T19:17:39.550Z] drwxrwxr-x 4 1001 1001 4096 Sep 6 19:11 snap [2021-09-06T19:17:39.550Z] -rw-rw-r-- 1 1001 1001 204 Sep 6 19:11 version.go [Pipeline] sh [2021-09-06T19:17:40.235Z] + '[' -e coverage.out ] [2021-09-06T19:17:40.235Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-09-06T19:17:40.284Z] Warning: overwriting stash ‘coverage-report’ [2021-09-06T19:17:41.096Z] Stashed 1 file(s) [Pipeline] sh [2021-09-06T19:17:41.771Z] + make build [2021-09-06T19:17:41.771Z] go mod tidy [2021-09-06T19:17:42.370Z] 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-09-06T19:17:49.087Z] 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-09-06T19:18:11.259Z] 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-09-06T19:18:12.726Z] 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-09-06T19:18:17.032Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-09-06T19:18:17.631Z] 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-09-06T19:18:21.019Z] 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-09-06T19:18:24.217Z] 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-09-06T19:18:27.615Z] 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-09-06T19:18:31.943Z] 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-09-06T19:18:34.563Z] 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-09-06T19:18:37.182Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-09-06T19:18:42.625Z] $ docker stop --time=1 3db5894599334be2ca8a939d31e430112acc3653aca5b9cbad82dbfa69caa334 [2021-09-06T19:18:45.516Z] $ docker rm -f 3db5894599334be2ca8a939d31e430112acc3653aca5b9cbad82dbfa69caa334 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-06T19:18:47.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-09-06T19:18:47.529Z] [2021-09-06T19:18:47.529Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-09-06T19:18:48.212Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-09-06T19:18:48.487Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-09-06T19:18:48.487Z] 29e5d40040c1: Pulling fs layer [2021-09-06T19:18:48.487Z] 1ce36da41761: Pulling fs layer [2021-09-06T19:18:48.487Z] 25b303627fd3: Pulling fs layer [2021-09-06T19:18:48.763Z] 29e5d40040c1: Verifying Checksum [2021-09-06T19:18:48.763Z] 29e5d40040c1: Download complete [2021-09-06T19:18:49.362Z] 29e5d40040c1: Pull complete [2021-09-06T19:18:49.638Z] 1ce36da41761: Verifying Checksum [2021-09-06T19:18:49.638Z] 1ce36da41761: Download complete [2021-09-06T19:18:51.079Z] 1ce36da41761: Pull complete [2021-09-06T19:18:51.079Z] 25b303627fd3: Download complete [2021-09-06T19:19:01.260Z] 25b303627fd3: Pull complete [2021-09-06T19:19:01.260Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-09-06T19:19:01.260Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-09-06T19:19:01.260Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-09-06T19:19:01.559Z] prd-ubuntu18.04-docker-arm64-4c-16g-1469 does not seem to be running inside a container [2021-09-06T19:19:01.661Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-09-06T19:19:04.876Z] $ docker top ca53be1a954e9f8511d32579b0ece607088516807712707be715ea68aef4aae6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-06T19:19:05.865Z] + grep parallel [2021-09-06T19:19:05.865Z] + docker-compose build --help [2021-09-06T19:19:09.247Z] --parallel Build images in parallel. [Pipeline] } [2021-09-06T19:19:09.564Z] $ docker stop --time=1 ca53be1a954e9f8511d32579b0ece607088516807712707be715ea68aef4aae6 [2021-09-06T19:19:11.499Z] $ docker rm -f ca53be1a954e9f8511d32579b0ece607088516807712707be715ea68aef4aae6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-06T19:19:12.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-09-06T19:19:12.375Z] . [Pipeline] withDockerContainer [2021-09-06T19:19:12.666Z] prd-ubuntu18.04-docker-arm64-4c-16g-1469 does not seem to be running inside a container [2021-09-06T19:19:12.754Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-09-06T19:19:14.357Z] $ docker top 34dae06eb6ef333b705f3e0edd30e7369b93d7e28828dd605f00376982e71a43 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-06T19:19:15.410Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-09-06T19:19:19.709Z] Building core-command ... [2021-09-06T19:19:19.709Z] Building core-data ... [2021-09-06T19:19:19.709Z] Building core-metadata ... [2021-09-06T19:19:19.709Z] Building security-bootstrapper ... [2021-09-06T19:19:19.709Z] Building security-proxy-setup ... [2021-09-06T19:19:19.709Z] Building security-secretstore-setup ... [2021-09-06T19:19:19.709Z] Building support-notifications ... [2021-09-06T19:19:19.709Z] Building support-scheduler ... [2021-09-06T19:19:19.709Z] Building sys-mgmt-agent ... [2021-09-06T19:19:19.709Z] Building core-command [2021-09-06T19:19:19.709Z] Building support-scheduler [2021-09-06T19:19:19.709Z] Building core-metadata [2021-09-06T19:19:19.709Z] Building security-bootstrapper [2021-09-06T19:19:19.709Z] Building core-data [2021-09-06T19:20:10.329Z] Running on prd-ubuntu18.04-docker-8c-8g-1470 in /w/workspace/edgexfoundry_edgex-go_PR-3702 [Pipeline] { [Pipeline] ws [2021-09-06T19:20:10.394Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-09-06T19:20:10.797Z] The recommended git tool is: git [2021-09-06T19:20:13.579Z] using credential edgex-jenkins-ssh [2021-09-06T19:20:13.635Z] Cloning the remote Git repository [2021-09-06T19:20:13.658Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-09-06T19:20:13.734Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-09-06T19:20:13.766Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-09-06T19:20:13.766Z] > git --version # timeout=10 [2021-09-06T19:20:13.772Z] > git --version # 'git version 2.17.1' [2021-09-06T19:20:13.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-06T19:20:13.809Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-06T19:20:27.737Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:20:27.737Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:20:27.737Z] ---> 79080a6740cb [2021-09-06T19:20:27.738Z] Step 3/23 : WORKDIR /edgex-go [2021-09-06T19:20:27.738Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:20:27.738Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:20:27.738Z] ---> 79080a6740cb [2021-09-06T19:20:27.738Z] Step 3/32 : WORKDIR /edgex-go [2021-09-06T19:20:27.738Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:20:27.738Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:20:27.738Z] ---> 79080a6740cb [2021-09-06T19:20:27.738Z] Step 3/24 : WORKDIR /edgex-go [2021-09-06T19:20:27.738Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:20:27.738Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:20:27.738Z] ---> 79080a6740cb [2021-09-06T19:20:27.738Z] Step 3/24 : WORKDIR /edgex-go [2021-09-06T19:20:27.738Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:20:27.738Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:20:27.738Z] ---> 79080a6740cb [2021-09-06T19:20:27.738Z] Step 3/24 : WORKDIR /edgex-go [2021-09-06T19:20:28.018Z] ---> Running in 1f06f4be14e6 [2021-09-06T19:20:28.018Z] ---> Running in 0a0ea52fa7ec [2021-09-06T19:20:28.018Z] ---> Running in bc981cb59f22 [2021-09-06T19:20:28.018Z] ---> Running in 17dbe71c8a55 [2021-09-06T19:20:28.018Z] ---> Running in d33acd937462 [2021-09-06T19:20:29.004Z] Removing intermediate container 0a0ea52fa7ec [2021-09-06T19:20:29.004Z] ---> ae1a5ac1c1c0 [2021-09-06T19:20:29.004Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:20:29.004Z] Removing intermediate container bc981cb59f22 [2021-09-06T19:20:29.004Z] ---> a04f77847303 [2021-09-06T19:20:29.004Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:20:29.004Z] Removing intermediate container 17dbe71c8a55 [2021-09-06T19:20:29.004Z] ---> b3f60de3c206 [2021-09-06T19:20:29.004Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:20:29.004Z] Removing intermediate container 1f06f4be14e6 [2021-09-06T19:20:29.004Z] ---> d67994c96004 [2021-09-06T19:20:29.004Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:20:29.004Z] Removing intermediate container d33acd937462 [2021-09-06T19:20:29.004Z] ---> 830169d7a467 [2021-09-06T19:20:29.004Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:20:29.004Z] ---> Running in 010e0eaa89f2 [2021-09-06T19:20:29.004Z] ---> Running in 2d7a0d01327f [2021-09-06T19:20:29.004Z] ---> Running in a653f915f088 [2021-09-06T19:20:29.004Z] ---> Running in 4c1c13d90cfd [2021-09-06T19:20:29.285Z] ---> Running in 2c1e4634ebaa [2021-09-06T19:20:32.717Z] Removing intermediate container 010e0eaa89f2 [2021-09-06T19:20:32.717Z] ---> 08817ad4cbc8 [2021-09-06T19:20:32.717Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-09-06T19:20:32.995Z] Removing intermediate container 2d7a0d01327f [2021-09-06T19:20:32.995Z] ---> 9fadec1963c1 [2021-09-06T19:20:32.995Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-09-06T19:20:32.995Z] ---> Running in 70caf32a1560 [2021-09-06T19:20:33.276Z] ---> Running in 526ee79fc41a [2021-09-06T19:20:33.552Z] Removing intermediate container 4c1c13d90cfd [2021-09-06T19:20:33.832Z] ---> d522a7d651a2 [2021-09-06T19:20:33.832Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-09-06T19:20:34.109Z] Removing intermediate container 2c1e4634ebaa [2021-09-06T19:20:34.109Z] ---> bb53ec5bb291 [2021-09-06T19:20:34.109Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-09-06T19:20:34.109Z] ---> Running in 7cc9bedb8377 [2021-09-06T19:20:34.109Z] Removing intermediate container a653f915f088 [2021-09-06T19:20:34.394Z] ---> d0bf24c9c47b [2021-09-06T19:20:34.394Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-09-06T19:20:34.672Z] ---> Running in 7493ec8d7c10 [2021-09-06T19:20:34.689Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-09-06T19:20:34.700Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-06T19:20:34.712Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-09-06T19:20:34.948Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:20:34.948Z] ---> Running in 1ef66ec5ac3c [2021-09-06T19:20:34.948Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:20:35.194Z] Merging remotes/origin/main commit 94753fbbce3905e5adee13c645be22d19117881b into PR head commit c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:20:35.323Z] Merge succeeded, producing c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:20:35.324Z] Checking out Revision c0496e6c5c4aeda306cc272094c9db7e71d87ece (PR-3702) [2021-09-06T19:20:35.939Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:20:35.939Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:20:34.727Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-09-06T19:20:34.727Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-06T19:20:34.731Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3702/head:refs/remotes/origin/PR-3702 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-09-06T19:20:35.201Z] > git config core.sparsecheckout # timeout=10 [2021-09-06T19:20:35.207Z] > git checkout -f c0496e6c5c4aeda306cc272094c9db7e71d87ece # timeout=10 [2021-09-06T19:20:35.282Z] > git remote # timeout=10 [2021-09-06T19:20:35.289Z] > git config --get remote.origin.url # timeout=10 [2021-09-06T19:20:35.295Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-06T19:20:35.299Z] > git merge 94753fbbce3905e5adee13c645be22d19117881b # timeout=10 [2021-09-06T19:20:35.311Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-06T19:20:35.321Z] > git config core.sparsecheckout # timeout=10 [2021-09-06T19:20:35.332Z] > git checkout -f c0496e6c5c4aeda306cc272094c9db7e71d87ece # timeout=10 [2021-09-06T19:20:36.937Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:20:36.938Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:20:36.938Z] OK: 218 MiB in 52 packages [2021-09-06T19:20:36.938Z] OK: 218 MiB in 52 packages [2021-09-06T19:20:37.223Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:20:37.841Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:20:38.128Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:20:38.128Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:20:38.729Z] OK: 218 MiB in 52 packages [2021-09-06T19:20:38.729Z] Removing intermediate container 70caf32a1560 [2021-09-06T19:20:38.729Z] ---> c750cf85d9e3 [2021-09-06T19:20:38.729Z] Step 6/24 : COPY go.mod . [2021-09-06T19:20:39.157Z] Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.3 to 1.9.4" [2021-09-06T19:20:39.185Z] > git --version # timeout=10 [2021-09-06T19:20:39.190Z] > git --version # 'git version 2.17.1' [2021-09-06T19:20:39.194Z] fatal: bad object 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-09-06T19:20:39.331Z] OK: 218 MiB in 52 packages [2021-09-06T19:20:39.331Z] Removing intermediate container 526ee79fc41a [2021-09-06T19:20:39.331Z] ---> 66ff98a1b4c8 [2021-09-06T19:20:39.331Z] Step 6/32 : COPY go.mod . [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-06T19:20:40.192Z] + echo snap-build.sh [2021-09-06T19:20:40.192Z] snap-build.sh [2021-09-06T19:20:40.192Z] + SNAP_BASE_DIR=. [2021-09-06T19:20:40.192Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-09-06T19:20:40.192Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-09-06T19:20:40.192Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-09-06T19:20:40.192Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-09-06T19:20:40.192Z] + cd /w/workspace/edgex-go/1 [2021-09-06T19:20:40.192Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-09-06T19:20:40.192Z] Reading package lists... [2021-09-06T19:20:40.192Z] Building dependency tree... [2021-09-06T19:20:40.192Z] Reading state information... [2021-09-06T19:20:40.192Z] The following packages were automatically installed and are no longer required: [2021-09-06T19:20:40.192Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-09-06T19:20:40.192Z] uidmap xdelta3 [2021-09-06T19:20:40.192Z] Use 'sudo apt autoremove' to remove them. [2021-09-06T19:20:40.192Z] The following packages will be REMOVED: [2021-09-06T19:20:40.192Z] lxd* lxd-client* [2021-09-06T19:20:40.329Z] ---> 25738ae6d173 [2021-09-06T19:20:40.329Z] Step 7/24 : RUN go mod download [2021-09-06T19:20:40.463Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-09-06T19:20:40.463Z] After this operation, 31.7 MB disk space will be freed. [2021-09-06T19:20:40.606Z] OK: 218 MiB in 52 packages [2021-09-06T19:20:40.884Z] ---> Running in 997f35100f4c [2021-09-06T19:20:40.884Z] Removing intermediate container 7cc9bedb8377 [2021-09-06T19:20:40.884Z] ---> 4668ce4a7320 [2021-09-06T19:20:40.884Z] Step 6/23 : COPY go.mod . [2021-09-06T19:20:41.000Z] (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-09-06T19:20:41.161Z] ---> ce5f6b1e9287 [2021-09-06T19:20:41.161Z] Step 7/32 : RUN go mod download [2021-09-06T19:20:41.269Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-09-06T19:20:41.438Z] ---> Running in d27318394b83 [2021-09-06T19:20:41.438Z] Removing intermediate container 1ef66ec5ac3c [2021-09-06T19:20:41.438Z] ---> 8885301758d8 [2021-09-06T19:20:41.438Z] Step 6/24 : COPY go.mod . [2021-09-06T19:20:41.867Z] Removing lxd dnsmasq configuration [2021-09-06T19:20:41.867Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-09-06T19:20:42.041Z] ---> bd4a3863ff60 [2021-09-06T19:20:42.041Z] Step 7/23 : RUN go mod download [2021-09-06T19:20:42.136Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-09-06T19:20:42.323Z] ---> Running in 99511785b7d0 [2021-09-06T19:20:42.723Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-09-06T19:20:42.932Z] Removing intermediate container 7493ec8d7c10 [2021-09-06T19:20:42.933Z] ---> 83a212707838 [2021-09-06T19:20:42.933Z] Step 6/24 : COPY go.mod . [2021-09-06T19:20:42.933Z] ---> 0e6cb9e829aa [2021-09-06T19:20:42.933Z] Step 7/24 : RUN go mod download [2021-09-06T19:20:42.991Z] (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-09-06T19:20:42.991Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-09-06T19:20:43.210Z] ---> Running in 2f19da386b8d [2021-09-06T19:20:44.401Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-09-06T19:20:46.288Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-09-06T19:20:46.288Z] + sudo snap remove --purge lxd [2021-09-06T19:20:46.288Z] snap "lxd" is not installed [2021-09-06T19:20:46.288Z] + sudo groupadd --force --system lxd [2021-09-06T19:20:46.288Z] ++ whoami [2021-09-06T19:20:46.288Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-09-06T19:20:46.289Z] + newgrp - lxd [2021-09-06T19:20:46.289Z] + sudo snap install lxd [2021-09-06T19:20:46.702Z] ---> f44d65499a6d [2021-09-06T19:20:46.702Z] Step 7/24 : RUN go mod download [2021-09-06T19:20:46.702Z] ---> Running in 2424e072e9be [2021-09-06T19:20:48.999Z] Removing intermediate container 997f35100f4c [2021-09-06T19:20:48.999Z] ---> 36a23e17664c [2021-09-06T19:20:48.999Z] Step 8/24 : COPY . . [2021-09-06T19:20:50.435Z] Removing intermediate container d27318394b83 [2021-09-06T19:20:50.435Z] ---> e96a25e41cd5 [2021-09-06T19:20:50.435Z] Step 8/32 : COPY . . [2021-09-06T19:20:52.427Z] Removing intermediate container 99511785b7d0 [2021-09-06T19:20:52.427Z] ---> dd6cf1530499 [2021-09-06T19:20:52.427Z] Step 8/23 : COPY . . [2021-09-06T19:20:52.947Z] 2021-09-06T19:20:50Z INFO Waiting for automatic snapd restart... [2021-09-06T19:20:53.060Z] Removing intermediate container 2f19da386b8d [2021-09-06T19:20:53.060Z] ---> eb48ec763baf [2021-09-06T19:20:53.060Z] Step 8/24 : COPY . . [2021-09-06T19:20:54.043Z] Removing intermediate container 2424e072e9be [2021-09-06T19:20:54.043Z] ---> a7bae0b0a74e [2021-09-06T19:20:54.043Z] Step 8/24 : COPY . . [2021-09-06T19:21:05.289Z] lxd 4.18 from Canonical* installed [2021-09-06T19:21:05.289Z] + sudo lxd init --auto [2021-09-06T19:21:15.416Z] + sudo snap install --classic snapcraft [2021-09-06T19:21:16.225Z] ---> baa237781e1b [2021-09-06T19:21:16.225Z] Step 9/32 : RUN go mod tidy [2021-09-06T19:21:16.225Z] ---> c4f771904ae2 [2021-09-06T19:21:16.225Z] Step 9/24 : RUN go mod tidy [2021-09-06T19:21:16.225Z] ---> 4840523449fc [2021-09-06T19:21:16.225Z] Step 9/24 : RUN go mod tidy [2021-09-06T19:21:16.225Z] ---> ed8bcf500907 [2021-09-06T19:21:16.225Z] Step 9/23 : RUN go mod tidy [2021-09-06T19:21:16.225Z] ---> 180d60a3949a [2021-09-06T19:21:16.225Z] Step 9/24 : RUN go mod tidy [2021-09-06T19:21:16.225Z] ---> Running in ab70874b74a0 [2021-09-06T19:21:16.225Z] ---> Running in 0a8493c8a538 [2021-09-06T19:21:16.225Z] ---> Running in ed1433acb4c4 [2021-09-06T19:21:16.225Z] ---> Running in a9e3bf5091ec [2021-09-06T19:21:16.225Z] ---> Running in d57224bc5cbd [2021-09-06T19:21:24.535Z] Removing intermediate container ab70874b74a0 [2021-09-06T19:21:24.535Z] ---> e7058ae4cc4e [2021-09-06T19:21:24.535Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-09-06T19:21:24.535Z] ---> Running in a6a468e64227 [2021-09-06T19:21:24.535Z] Removing intermediate container 0a8493c8a538 [2021-09-06T19:21:24.535Z] ---> 226bf2939119 [2021-09-06T19:21:24.535Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-09-06T19:21:24.535Z] ---> Running in 5ec1176ae72a [2021-09-06T19:21:24.535Z] Removing intermediate container d57224bc5cbd [2021-09-06T19:21:24.535Z] ---> f5a65ee6023b [2021-09-06T19:21:24.535Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-09-06T19:21:24.535Z] Removing intermediate container a9e3bf5091ec [2021-09-06T19:21:24.535Z] ---> 7c86cdefe0e3 [2021-09-06T19:21:24.535Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-09-06T19:21:24.535Z] Removing intermediate container ed1433acb4c4 [2021-09-06T19:21:24.535Z] ---> ccbb12be8d22 [2021-09-06T19:21:24.535Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-09-06T19:21:24.535Z] ---> Running in 24fcf89b2d4d [2021-09-06T19:21:24.535Z] ---> Running in 7299218b5ce0 [2021-09-06T19:21:24.535Z] ---> Running in d7984f5d9564 [2021-09-06T19:21:25.516Z] snapcraft 5.0 from Canonical* installed [2021-09-06T19:21:25.516Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-09-06T19:21:25.516Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-09-06T19:21:25.516Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-09-06T19:21:25.516Z] Dload Upload Total Spent Left Speed [2021-09-06T19:21:25.516Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3823 0 --:--:-- --:--:-- --:--:-- 3823 [2021-09-06T19:21:25.516Z] 100 3325k 100 3325k 0 0 8866k 0 --:--:-- --:--:-- --:--:-- 8866k [2021-09-06T19:21:25.516Z] ./yq_linux_amd64 [2021-09-06T19:21:25.516Z] + sudo snapcraft prime --use-lxd [2021-09-06T19:21:25.529Z] 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-09-06T19:21:25.807Z] 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-09-06T19:21:26.803Z] 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-09-06T19:21:27.079Z] 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-09-06T19:21:27.358Z] 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-09-06T19:21:27.469Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-09-06T19:21:27.736Z] 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-09-06T19:21:27.736Z] - README.md [2021-09-06T19:21:27.736Z] [2021-09-06T19:21:27.736Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-09-06T19:21:27.736Z] Launching a container. [2021-09-06T19:21:35.993Z] Waiting for container to be ready [2021-09-06T19:21:35.993Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-09-06T19:21:35.993Z] [2021-09-06T19:21:40.265Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-09-06T19:21:40.265Z] Waiting for network to be ready... [2021-09-06T19:21:40.531Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-09-06T19:21:40.799Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1846 kB] [2021-09-06T19:21:40.799Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-09-06T19:21:40.799Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] [2021-09-06T19:21:40.799Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-09-06T19:21:40.799Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-09-06T19:21:40.799Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] [2021-09-06T19:21:40.799Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] [2021-09-06T19:21:40.799Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1137 kB] [2021-09-06T19:21:40.799Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [259 kB] [2021-09-06T19:21:41.385Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-09-06T19:21:41.385Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-09-06T19:21:41.653Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-09-06T19:21:41.653Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-09-06T19:21:41.653Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-09-06T19:21:41.653Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-09-06T19:21:41.653Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-09-06T19:21:41.653Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-09-06T19:21:42.239Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-09-06T19:21:42.506Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2192 kB] [2021-09-06T19:21:42.506Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] [2021-09-06T19:21:42.506Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-09-06T19:21:42.506Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-09-06T19:21:42.506Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] [2021-09-06T19:21:42.506Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] [2021-09-06T19:21:42.506Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1748 kB] [2021-09-06T19:21:42.506Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [375 kB] [2021-09-06T19:21:45.110Z] Fetched 25.1 MB in 4s (5766 kB/s) [2021-09-06T19:21:46.073Z] Reading package lists... [2021-09-06T19:21:46.073Z] Reading package lists... [2021-09-06T19:21:46.343Z] Building dependency tree... [2021-09-06T19:21:46.343Z] Reading state information... [2021-09-06T19:21:46.610Z] The following additional packages will be installed: [2021-09-06T19:21:46.610Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-09-06T19:21:46.610Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-09-06T19:21:46.610Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-09-06T19:21:46.610Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-09-06T19:21:46.610Z] Suggested packages: [2021-09-06T19:21:46.610Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-09-06T19:21:46.610Z] Recommended packages: [2021-09-06T19:21:46.610Z] gnupg libsasl2-modules [2021-09-06T19:21:46.610Z] The following NEW packages will be installed: [2021-09-06T19:21:46.610Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-09-06T19:21:46.610Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-09-06T19:21:46.610Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-09-06T19:21:46.610Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-09-06T19:21:46.610Z] The following packages will be upgraded: [2021-09-06T19:21:46.610Z] gpg gpg-agent gpgconf libudev1 [2021-09-06T19:21:46.610Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2021-09-06T19:21:46.610Z] Need to get 3527 kB of archives. [2021-09-06T19:21:46.610Z] After this operation, 13.3 MB of additional disk space will be used. [2021-09-06T19:21:46.610Z] 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-09-06T19:21:46.610Z] 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-09-06T19:21:46.610Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-09-06T19:21:46.610Z] 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-09-06T19:21:46.879Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.51 [56.2 kB] [2021-09-06T19:21:47.146Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.51 [1102 kB] [2021-09-06T19:21:47.417Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-09-06T19:21:47.417Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-09-06T19:21:47.417Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-09-06T19:21:47.417Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-09-06T19:21:47.417Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-09-06T19:21:47.685Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-09-06T19:21:47.685Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-09-06T19:21:47.685Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-09-06T19:21:47.685Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-09-06T19:21:47.685Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-09-06T19:21:47.685Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-09-06T19:21:47.685Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-09-06T19:21:47.685Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-09-06T19:21:47.685Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-09-06T19:21:47.685Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-09-06T19:21:47.685Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-09-06T19:21:47.685Z] debconf: delaying package configuration, since apt-utils is not installed [2021-09-06T19:21:47.685Z] Fetched 3527 kB in 1s (3118 kB/s) [2021-09-06T19:21:47.957Z] (Reading database ... 12511 files and directories currently installed.) [2021-09-06T19:21:47.957Z] Preparing to unpack .../libudev1_237-3ubuntu10.51_amd64.deb ... [2021-09-06T19:21:47.957Z] Unpacking libudev1:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-09-06T19:21:47.957Z] Setting up libudev1:amd64 (237-3ubuntu10.51) ... [2021-09-06T19:21:47.957Z] Selecting previously unselected package udev. [2021-09-06T19:21:47.957Z] (Reading database ... 12511 files and directories currently installed.) [2021-09-06T19:21:47.957Z] Preparing to unpack .../00-udev_237-3ubuntu10.51_amd64.deb ... [2021-09-06T19:21:47.957Z] Unpacking udev (237-3ubuntu10.51) ... [2021-09-06T19:21:48.225Z] Selecting previously unselected package libfuse2:amd64. [2021-09-06T19:21:48.225Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-09-06T19:21:48.225Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-09-06T19:21:48.225Z] Selecting previously unselected package fuse. [2021-09-06T19:21:48.225Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-09-06T19:21:48.225Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-09-06T19:21:48.225Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-09-06T19:21:48.225Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-09-06T19:21:48.492Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-09-06T19:21:48.492Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-09-06T19:21:48.492Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-09-06T19:21:48.492Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-09-06T19:21:48.492Z] Selecting previously unselected package libksba8:amd64. [2021-09-06T19:21:48.492Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-09-06T19:21:48.492Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-09-06T19:21:48.758Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-09-06T19:21:48.758Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-06T19:21:48.758Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:48.758Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-09-06T19:21:48.758Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-06T19:21:48.758Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:48.758Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-09-06T19:21:48.758Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-06T19:21:48.758Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:48.758Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-09-06T19:21:48.758Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-06T19:21:48.758Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:49.027Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-09-06T19:21:49.027Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-06T19:21:49.027Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:49.027Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-09-06T19:21:49.027Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-06T19:21:49.027Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:49.027Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-09-06T19:21:49.027Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-06T19:21:49.027Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:49.027Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-09-06T19:21:49.027Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-06T19:21:49.027Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:49.027Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-09-06T19:21:49.027Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-06T19:21:49.027Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:49.293Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-09-06T19:21:49.293Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-09-06T19:21:49.293Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-09-06T19:21:49.293Z] Selecting previously unselected package libsasl2-2:amd64. [2021-09-06T19:21:49.293Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-09-06T19:21:49.293Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-09-06T19:21:49.293Z] Selecting previously unselected package libldap-common. [2021-09-06T19:21:49.293Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-09-06T19:21:49.293Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-09-06T19:21:49.293Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-09-06T19:21:49.293Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-09-06T19:21:49.293Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-09-06T19:21:49.293Z] Selecting previously unselected package dirmngr. [2021-09-06T19:21:49.293Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-09-06T19:21:49.559Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-09-06T19:21:49.559Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-09-06T19:21:49.559Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-09-06T19:21:49.559Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-09-06T19:21:49.559Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-09-06T19:21:49.559Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-09-06T19:21:49.559Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-09-06T19:21:49.559Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:49.559Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-09-06T19:21:49.559Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-09-06T19:21:49.559Z] Setting up udev (237-3ubuntu10.51) ... [2021-09-06T19:21:49.827Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-09-06T19:21:50.094Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:50.095Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-09-06T19:21:50.095Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-09-06T19:21:50.095Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-09-06T19:21:50.095Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:50.095Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:50.095Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:50.095Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:50.095Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:50.095Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:50.362Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-06T19:21:50.362Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-09-06T19:21:50.362Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-09-06T19:21:50.362Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-09-06T19:21:50.630Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-09-06T19:21:50.630Z] settings in the [Install] section, and DefaultInstance for template units). [2021-09-06T19:21:50.630Z] This means they are not meant to be enabled using systemctl. [2021-09-06T19:21:50.630Z] Possible reasons for having this kind of units are: [2021-09-06T19:21:50.630Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-09-06T19:21:50.630Z] .wants/ or .requires/ directory. [2021-09-06T19:21:50.630Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-09-06T19:21:50.630Z] a requirement dependency on it. [2021-09-06T19:21:50.630Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-09-06T19:21:50.630Z] D-Bus, udev, scripted systemctl call, ...). [2021-09-06T19:21:50.630Z] 4) In case of template units, the unit is meant to be enabled with some [2021-09-06T19:21:50.630Z] instance name specified. [2021-09-06T19:21:51.215Z] Reading package lists... [2021-09-06T19:21:51.215Z] Building dependency tree... [2021-09-06T19:21:51.215Z] Reading state information... [2021-09-06T19:21:51.482Z] The following additional packages will be installed: [2021-09-06T19:21:51.482Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-09-06T19:21:51.482Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-09-06T19:21:51.482Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-09-06T19:21:51.482Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-09-06T19:21:51.482Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-09-06T19:21:51.482Z] Suggested packages: [2021-09-06T19:21:51.482Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-09-06T19:21:51.482Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-09-06T19:21:51.482Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-09-06T19:21:51.482Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-09-06T19:21:51.482Z] systemd-container policykit-1 [2021-09-06T19:21:51.482Z] Recommended packages: [2021-09-06T19:21:51.482Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-09-06T19:21:51.482Z] The following NEW packages will be installed: [2021-09-06T19:21:51.482Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-09-06T19:21:51.482Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-09-06T19:21:51.482Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-09-06T19:21:51.482Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-09-06T19:21:51.482Z] python3.6-minimal snapd squashfs-tools sudo [2021-09-06T19:21:51.482Z] The following packages will be upgraded: [2021-09-06T19:21:51.482Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-09-06T19:21:51.755Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2021-09-06T19:21:51.755Z] Need to get 36.7 MB of archives. [2021-09-06T19:21:51.755Z] After this operation, 147 MB of additional disk space will be used. [2021-09-06T19:21:51.755Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.13 [1302 kB] [2021-09-06T19:21:51.755Z] 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-09-06T19:21:51.755Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.51 [2913 kB] [2021-09-06T19:21:51.755Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-09-06T19:21:51.755Z] 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-09-06T19:21:51.755Z] 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-09-06T19:21:51.755Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-09-06T19:21:51.755Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-09-06T19:21:51.755Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-09-06T19:21:51.755Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-09-06T19:21:51.755Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-09-06T19:21:51.755Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-09-06T19:21:51.755Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-09-06T19:21:51.755Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-09-06T19:21:51.755Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] [2021-09-06T19:21:52.021Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] [2021-09-06T19:21:52.021Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.3 [111 kB] [2021-09-06T19:21:52.606Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.51 [207 kB] [2021-09-06T19:21:52.606Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2021-09-06T19:21:52.606Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2021-09-06T19:21:52.606Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-09-06T19:21:52.606Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-09-06T19:21:52.606Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-09-06T19:21:52.606Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-09-06T19:21:52.606Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-09-06T19:21:52.606Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-09-06T19:21:52.606Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-09-06T19:21:52.872Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-09-06T19:21:52.872Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-09-06T19:21:52.872Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] [2021-09-06T19:21:54.288Z] debconf: delaying package configuration, since apt-utils is not installed [2021-09-06T19:21:54.288Z] Fetched 36.7 MB in 3s (14.0 MB/s) [2021-09-06T19:21:54.288Z] (Reading database ... 12757 files and directories currently installed.) [2021-09-06T19:21:54.288Z] Preparing to unpack .../systemd_237-3ubuntu10.51_amd64.deb ... [2021-09-06T19:21:54.555Z] Unpacking systemd (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-09-06T19:21:55.142Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.51_amd64.deb ... [2021-09-06T19:21:55.142Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-09-06T19:21:55.142Z] Setting up libsystemd0:amd64 (237-3ubuntu10.51) ... [2021-09-06T19:21:55.142Z] (Reading database ... 12757 files and directories currently installed.) [2021-09-06T19:21:55.142Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2021-09-06T19:21:55.142Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2021-09-06T19:21:55.411Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2021-09-06T19:21:55.411Z] (Reading database ... 12757 files and directories currently installed.) [2021-09-06T19:21:55.411Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2021-09-06T19:21:55.411Z] Unpacking apt (1.6.14) over (1.6.1) ... [2021-09-06T19:21:55.680Z] Setting up apt (1.6.14) ... [2021-09-06T19:21:55.680Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-09-06T19:21:55.953Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-09-06T19:21:56.223Z] (Reading database ... 12764 files and directories currently installed.) [2021-09-06T19:21:56.223Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... [2021-09-06T19:21:56.223Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... [2021-09-06T19:21:56.223Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-09-06T19:21:56.223Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-09-06T19:21:56.223Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-09-06T19:21:56.489Z] Selecting previously unselected package libexpat1:amd64. [2021-09-06T19:21:56.489Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-09-06T19:21:56.489Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-09-06T19:21:56.489Z] Selecting previously unselected package python3.6-minimal. [2021-09-06T19:21:56.489Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-09-06T19:21:56.489Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-09-06T19:21:56.757Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... [2021-09-06T19:21:56.757Z] Checking for services that may need to be restarted...done. [2021-09-06T19:21:56.757Z] Checking for services that may need to be restarted...done. [2021-09-06T19:21:56.757Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-09-06T19:21:56.757Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-09-06T19:21:56.757Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-09-06T19:21:57.342Z] Selecting previously unselected package python3-minimal. [2021-09-06T19:21:57.342Z] (Reading database ... 13012 files and directories currently installed.) [2021-09-06T19:21:57.342Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-09-06T19:21:57.342Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-09-06T19:21:57.342Z] Selecting previously unselected package mime-support. [2021-09-06T19:21:57.342Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-09-06T19:21:57.342Z] Unpacking mime-support (3.60ubuntu1) ... [2021-09-06T19:21:57.342Z] Selecting previously unselected package libmpdec2:amd64. [2021-09-06T19:21:57.342Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-09-06T19:21:57.342Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-09-06T19:21:57.342Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-09-06T19:21:57.342Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-09-06T19:21:57.343Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-09-06T19:21:57.613Z] Selecting previously unselected package python3.6. [2021-09-06T19:21:57.613Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-09-06T19:21:57.613Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-09-06T19:21:57.613Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-09-06T19:21:57.613Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-09-06T19:21:57.613Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-09-06T19:21:57.882Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-09-06T19:21:57.882Z] Selecting previously unselected package python3. [2021-09-06T19:21:57.882Z] (Reading database ... 13442 files and directories currently installed.) [2021-09-06T19:21:57.882Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-09-06T19:21:57.882Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-09-06T19:21:58.152Z] Selecting previously unselected package multiarch-support. [2021-09-06T19:21:58.152Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-09-06T19:21:58.152Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-09-06T19:21:58.152Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-09-06T19:21:58.152Z] Selecting previously unselected package liblzo2-2:amd64. [2021-09-06T19:21:58.152Z] (Reading database ... 13479 files and directories currently installed.) [2021-09-06T19:21:58.152Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-09-06T19:21:58.152Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-09-06T19:21:58.152Z] Selecting previously unselected package libbsd0:amd64. [2021-09-06T19:21:58.152Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-09-06T19:21:58.152Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-09-06T19:21:58.152Z] Selecting previously unselected package sudo. [2021-09-06T19:21:58.152Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-09-06T19:21:58.152Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-09-06T19:21:58.422Z] Selecting previously unselected package apparmor. [2021-09-06T19:21:58.422Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-09-06T19:21:58.422Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-09-06T19:21:58.422Z] Selecting previously unselected package libedit2:amd64. [2021-09-06T19:21:58.422Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-09-06T19:21:58.422Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-09-06T19:21:58.689Z] Selecting previously unselected package libkrb5support0:amd64. [2021-09-06T19:21:58.689Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-09-06T19:21:58.689Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-09-06T19:21:58.689Z] Selecting previously unselected package libk5crypto3:amd64. [2021-09-06T19:21:58.689Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-09-06T19:21:58.689Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-09-06T19:21:58.689Z] Selecting previously unselected package libkeyutils1:amd64. [2021-09-06T19:21:58.689Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-09-06T19:21:58.689Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-09-06T19:21:58.689Z] Selecting previously unselected package libkrb5-3:amd64. [2021-09-06T19:21:58.689Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-09-06T19:21:58.689Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-09-06T19:21:58.957Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-09-06T19:21:58.957Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-09-06T19:21:58.957Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-09-06T19:21:58.957Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-09-06T19:21:58.957Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... [2021-09-06T19:21:58.957Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2021-09-06T19:21:58.957Z] Selecting previously unselected package openssh-client. [2021-09-06T19:21:58.957Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... [2021-09-06T19:21:58.957Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-09-06T19:21:59.224Z] Selecting previously unselected package squashfs-tools. [2021-09-06T19:21:59.224Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.3_amd64.deb ... [2021-09-06T19:21:59.224Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.3) ... [2021-09-06T19:21:59.224Z] Selecting previously unselected package snapd. [2021-09-06T19:21:59.224Z] Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... [2021-09-06T19:21:59.224Z] Unpacking snapd (2.49.2+18.04) ... [2021-09-06T19:22:01.809Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-09-06T19:22:02.077Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2021-09-06T19:22:02.346Z] Setting up mime-support (3.60ubuntu1) ... [2021-09-06T19:22:02.346Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-09-06T19:22:02.346Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-09-06T19:22:02.346Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-09-06T19:22:02.346Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-09-06T19:22:02.346Z] Setting up systemd (237-3ubuntu10.51) ... [2021-09-06T19:22:02.346Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-09-06T19:22:02.933Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-09-06T19:22:02.933Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-09-06T19:22:02.933Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-09-06T19:22:02.933Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-09-06T19:22:02.933Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-09-06T19:22:02.933Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-09-06T19:22:03.519Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.3) ... [2021-09-06T19:22:03.519Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-09-06T19:22:03.519Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-09-06T19:22:03.519Z] Setting up python3 (3.6.7-1~18.04) ... [2021-09-06T19:22:03.519Z] running python rtupdate hooks for python3.6... [2021-09-06T19:22:03.519Z] running python post-rtupdate hooks for python3.6... [2021-09-06T19:22:03.791Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-09-06T19:22:04.064Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-09-06T19:22:04.332Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-09-06T19:22:04.332Z] Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-09-06T19:22:04.604Z] Setting up snapd (2.49.2+18.04) ... [2021-09-06T19:22:04.872Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-09-06T19:22:05.140Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-09-06T19:22:05.140Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-09-06T19:22:05.410Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-09-06T19:22:05.679Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-09-06T19:22:05.679Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-09-06T19:22:05.679Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-09-06T19:22:05.960Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-09-06T19:22:06.283Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-09-06T19:22:06.283Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-09-06T19:22:06.650Z] /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-09-06T19:22:06.650Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-09-06T19:22:06.650Z] Processing triggers for systemd (237-3ubuntu10.51) ... [2021-09-06T19:22:07.662Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-09-06T19:22:07.663Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-09-06T19:22:07.663Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-09-06T19:22:08.909Z] Reading package lists... [2021-09-06T19:22:09.177Z] Reading package lists... [2021-09-06T19:22:09.445Z] Building dependency tree... [2021-09-06T19:22:09.445Z] Reading state information... [2021-09-06T19:22:09.714Z] Calculating upgrade... [2021-09-06T19:22:09.714Z] The following packages will be upgraded: [2021-09-06T19:22:09.714Z] advancecomp base-files bash binutils binutils-common [2021-09-06T19:22:09.714Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-09-06T19:22:09.714Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-09-06T19:22:09.714Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2021-09-06T19:22:09.714Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2021-09-06T19:22:09.714Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-09-06T19:22:09.714Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-09-06T19:22:09.714Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-09-06T19:22:09.714Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-09-06T19:22:09.714Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-09-06T19:22:09.714Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-09-06T19:22:09.714Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-09-06T19:22:09.714Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-09-06T19:22:09.714Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-09-06T19:22:09.714Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-09-06T19:22:09.714Z] ubuntu-keyring util-linux [2021-09-06T19:22:09.984Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-09-06T19:22:09.984Z] Need to get 64.2 MB of archives. [2021-09-06T19:22:09.984Z] After this operation, 5126 kB of additional disk space will be used. [2021-09-06T19:22:09.984Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-154.161 [988 kB] [2021-09-06T19:22:09.984Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-09-06T19:22:09.984Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-09-06T19:22:09.984Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-09-06T19:22:09.984Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-09-06T19:22:09.984Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-09-06T19:22:09.984Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-09-06T19:22:10.255Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-09-06T19:22:10.255Z] 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-09-06T19:22:10.255Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-09-06T19:22:10.255Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-09-06T19:22:10.255Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-09-06T19:22:10.255Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-09-06T19:22:10.255Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-09-06T19:22:10.255Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-09-06T19:22:10.255Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-09-06T19:22:10.255Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-09-06T19:22:10.255Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-09-06T19:22:10.255Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-09-06T19:22:10.255Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-09-06T19:22:10.255Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-09-06T19:22:10.255Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-09-06T19:22:10.255Z] 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-09-06T19:22:10.255Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-09-06T19:22:10.255Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-09-06T19:22:10.255Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-09-06T19:22:10.255Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-09-06T19:22:10.255Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-09-06T19:22:10.255Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-09-06T19:22:10.255Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-09-06T19:22:10.255Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-09-06T19:22:10.255Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-09-06T19:22:10.255Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-09-06T19:22:10.255Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-09-06T19:22:10.255Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-09-06T19:22:10.255Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-09-06T19:22:10.255Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-09-06T19:22:10.255Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-09-06T19:22:10.524Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-09-06T19:22:10.524Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-09-06T19:22:10.524Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-09-06T19:22:10.524Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.13 [614 kB] [2021-09-06T19:22:10.524Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-09-06T19:22:10.524Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-09-06T19:22:10.524Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-09-06T19:22:10.524Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-09-06T19:22:10.524Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-09-06T19:22:10.524Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-09-06T19:22:10.524Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-09-06T19:22:10.524Z] 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-09-06T19:22:10.524Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-09-06T19:22:10.524Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-09-06T19:22:10.524Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-09-06T19:22:10.524Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-09-06T19:22:10.524Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-09-06T19:22:10.524Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-09-06T19:22:10.524Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-09-06T19:22:10.792Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-09-06T19:22:11.061Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-09-06T19:22:11.061Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-09-06T19:22:11.061Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-09-06T19:22:11.061Z] 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-09-06T19:22:11.061Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-09-06T19:22:11.329Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-09-06T19:22:11.329Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-09-06T19:22:11.329Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-09-06T19:22:11.599Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-09-06T19:22:11.599Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-09-06T19:22:12.187Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-09-06T19:22:12.187Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-09-06T19:22:12.187Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-09-06T19:22:12.187Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-09-06T19:22:12.187Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2021-09-06T19:22:12.187Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-09-06T19:22:12.187Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-09-06T19:22:12.187Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-09-06T19:22:12.187Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-09-06T19:22:12.455Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-09-06T19:22:12.455Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-09-06T19:22:12.455Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-09-06T19:22:12.455Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-09-06T19:22:12.455Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-09-06T19:22:12.455Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-09-06T19:22:12.455Z] 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-09-06T19:22:12.455Z] 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-09-06T19:22:12.455Z] 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-09-06T19:22:12.455Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.51 [13.9 kB] [2021-09-06T19:22:12.455Z] 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-09-06T19:22:12.455Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-09-06T19:22:12.724Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-09-06T19:22:12.724Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-09-06T19:22:12.724Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-09-06T19:22:12.724Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-09-06T19:22:12.724Z] 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-09-06T19:22:12.724Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-09-06T19:22:12.724Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-09-06T19:22:12.724Z] 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-09-06T19:22:12.724Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-09-06T19:22:12.724Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-09-06T19:22:12.724Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-09-06T19:22:12.724Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-09-06T19:22:12.992Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-09-06T19:22:12.992Z] Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-09-06T19:22:12.992Z] debconf: delaying package configuration, since apt-utils is not installed [2021-09-06T19:22:12.992Z] Fetched 64.2 MB in 3s (20.6 MB/s) [2021-09-06T19:22:13.259Z] (Reading database ... 13914 files and directories currently installed.) [2021-09-06T19:22:13.259Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-09-06T19:22:13.259Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-09-06T19:22:13.527Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-09-06T19:22:13.527Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-09-06T19:22:13.527Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-154.161_amd64.deb ... [2021-09-06T19:22:13.527Z] Unpacking linux-libc-dev:amd64 (4.15.0-154.161) over (4.15.0-20.21) ... [2021-09-06T19:22:13.796Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:13.796Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-06T19:22:14.064Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:14.064Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-06T19:22:14.064Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:14.064Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-06T19:22:14.064Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:14.064Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-06T19:22:14.332Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:14.332Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-06T19:22:14.332Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:14.332Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-06T19:22:14.332Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:14.332Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-06T19:22:14.332Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-06T19:22:14.600Z] (Reading database ... 13914 files and directories currently installed.) [2021-09-06T19:22:14.600Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:14.600Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-09-06T19:22:14.600Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-09-06T19:22:14.600Z] (Reading database ... 13914 files and directories currently installed.) [2021-09-06T19:22:14.600Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:14.600Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-06T19:22:14.600Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:14.600Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-06T19:22:14.871Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:14.871Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-06T19:22:14.871Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-06T19:22:14.871Z] (Reading database ... 13914 files and directories currently installed.) [2021-09-06T19:22:14.871Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-09-06T19:22:15.141Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-09-06T19:22:15.412Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-09-06T19:22:15.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-09-06T19:22:15.682Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-09-06T19:22:15.682Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-09-06T19:22:15.682Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-09-06T19:22:15.682Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-09-06T19:22:15.949Z] Setting up base-files (10.1ubuntu2.10) ... [2021-09-06T19:22:15.949Z] Installing new version of config file /etc/issue ... [2021-09-06T19:22:15.949Z] Installing new version of config file /etc/issue.net ... [2021-09-06T19:22:15.949Z] Installing new version of config file /etc/lsb-release ... [2021-09-06T19:22:15.949Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-09-06T19:22:16.218Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-09-06T19:22:16.218Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-09-06T19:22:16.218Z] Removing obsolete conffile /etc/default/motd-news ... [2021-09-06T19:22:16.486Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:16.486Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-09-06T19:22:16.486Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-09-06T19:22:16.486Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-09-06T19:22:16.486Z] 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-09-06T19:22:16.757Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:16.757Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-06T19:22:16.757Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-09-06T19:22:16.757Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-09-06T19:22:16.757Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:16.757Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-09-06T19:22:16.757Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-09-06T19:22:16.757Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-09-06T19:22:17.027Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:17.027Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-09-06T19:22:17.027Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-09-06T19:22:17.027Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-09-06T19:22:17.298Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:17.298Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-09-06T19:22:17.298Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-09-06T19:22:17.298Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-09-06T19:22:17.298Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:17.298Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-09-06T19:22:17.298Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-09-06T19:22:17.567Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-09-06T19:22:17.567Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:17.567Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-09-06T19:22:17.567Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-09-06T19:22:17.567Z] Setting up grep (3.1-2build1) ... [2021-09-06T19:22:17.567Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:17.567Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2021-09-06T19:22:17.567Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2021-09-06T19:22:17.838Z] Setting up gzip (1.6-5ubuntu1.1) ... [2021-09-06T19:22:17.838Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:17.838Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-09-06T19:22:17.838Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-09-06T19:22:17.838Z] Setting up login (1:4.5-1ubuntu2) ... [2021-09-06T19:22:18.107Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:18.107Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-09-06T19:22:18.107Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-09-06T19:22:18.107Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-09-06T19:22:18.107Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:18.107Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-09-06T19:22:18.107Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-09-06T19:22:18.691Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-09-06T19:22:18.691Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-09-06T19:22:18.691Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-09-06T19:22:18.970Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-09-06T19:22:19.240Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-09-06T19:22:19.240Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:19.240Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-09-06T19:22:19.240Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-09-06T19:22:19.826Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-09-06T19:22:19.827Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-09-06T19:22:19.827Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-09-06T19:22:19.827Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-09-06T19:22:19.827Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-09-06T19:22:19.827Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:19.827Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-09-06T19:22:19.827Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-09-06T19:22:20.097Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-09-06T19:22:20.098Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:20.098Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-06T19:22:20.098Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-06T19:22:20.098Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-09-06T19:22:20.098Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:20.098Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-06T19:22:20.098Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-06T19:22:20.366Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-09-06T19:22:20.366Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:20.366Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-06T19:22:20.366Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-06T19:22:20.366Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-09-06T19:22:20.366Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:20.366Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-06T19:22:20.366Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-06T19:22:20.635Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-09-06T19:22:20.635Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:20.635Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-09-06T19:22:20.635Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-09-06T19:22:20.635Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-09-06T19:22:20.635Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-09-06T19:22:20.635Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-09-06T19:22:20.904Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:20.904Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-09-06T19:22:20.904Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-09-06T19:22:20.904Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-09-06T19:22:20.904Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:20.904Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-06T19:22:20.904Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-06T19:22:21.175Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-09-06T19:22:21.175Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:21.175Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-06T19:22:21.175Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-06T19:22:21.175Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-09-06T19:22:21.175Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:21.175Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-06T19:22:21.444Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-06T19:22:21.714Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-09-06T19:22:21.985Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-09-06T19:22:22.253Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-09-06T19:22:22.253Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:22.253Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-09-06T19:22:22.253Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-09-06T19:22:22.253Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-09-06T19:22:22.521Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-06T19:22:22.521Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-09-06T19:22:22.521Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-09-06T19:22:22.521Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-09-06T19:22:22.521Z] (Reading database ... 13917 files and directories currently installed.) [2021-09-06T19:22:22.521Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-09-06T19:22:22.791Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-09-06T19:22:22.791Z] Setting up debconf (1.5.66ubuntu1) ... [2021-09-06T19:22:23.060Z] (Reading database ... 13917 files and directories currently installed.) [2021-09-06T19:22:23.060Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-09-06T19:22:23.060Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-09-06T19:22:23.060Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-09-06T19:22:23.060Z] (Reading database ... 13917 files and directories currently installed.) [2021-09-06T19:22:23.060Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-09-06T19:22:23.060Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-09-06T19:22:23.328Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-09-06T19:22:23.328Z] (Reading database ... 13917 files and directories currently installed.) [2021-09-06T19:22:23.328Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-09-06T19:22:23.328Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-09-06T19:22:23.328Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-09-06T19:22:23.328Z] (Reading database ... 13917 files and directories currently installed.) [2021-09-06T19:22:23.328Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-09-06T19:22:23.328Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-09-06T19:22:23.597Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-09-06T19:22:23.597Z] (Reading database ... 13919 files and directories currently installed.) [2021-09-06T19:22:23.597Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-09-06T19:22:23.597Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-09-06T19:22:23.864Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-09-06T19:22:23.864Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:23.864Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-06T19:22:23.864Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-06T19:22:23.864Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.51_amd64.deb ... [2021-09-06T19:22:23.864Z] Unpacking systemd-sysv (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-09-06T19:22:23.864Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-09-06T19:22:24.131Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-09-06T19:22:24.131Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-09-06T19:22:24.131Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:24.131Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-09-06T19:22:24.131Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-09-06T19:22:24.131Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-09-06T19:22:24.131Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:24.131Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-09-06T19:22:24.131Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-09-06T19:22:24.401Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-09-06T19:22:24.401Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:24.401Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-09-06T19:22:24.401Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-09-06T19:22:24.401Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-09-06T19:22:24.672Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:24.672Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-09-06T19:22:24.672Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-09-06T19:22:24.672Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-09-06T19:22:24.672Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:24.672Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-09-06T19:22:24.942Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-09-06T19:22:24.942Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-09-06T19:22:24.942Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:24.942Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-09-06T19:22:24.942Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-09-06T19:22:25.212Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-09-06T19:22:25.212Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:25.212Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-09-06T19:22:25.212Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-09-06T19:22:25.482Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-09-06T19:22:25.482Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:25.482Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-09-06T19:22:25.482Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-09-06T19:22:25.482Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-09-06T19:22:25.482Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:25.482Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-09-06T19:22:25.482Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-09-06T19:22:25.750Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-09-06T19:22:25.750Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:25.750Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-09-06T19:22:25.750Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-09-06T19:22:25.750Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-09-06T19:22:25.750Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:25.750Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-09-06T19:22:25.750Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-09-06T19:22:26.020Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-09-06T19:22:26.020Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:26.020Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-09-06T19:22:26.020Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-09-06T19:22:26.020Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-09-06T19:22:26.020Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:26.020Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-09-06T19:22:26.020Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-09-06T19:22:26.296Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-09-06T19:22:26.296Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:26.296Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-09-06T19:22:26.296Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-09-06T19:22:26.296Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-09-06T19:22:26.565Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-06T19:22:26.565Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-09-06T19:22:26.565Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-09-06T19:22:26.565Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-09-06T19:22:26.565Z] (Reading database ... 13924 files and directories currently installed.) [2021-09-06T19:22:26.565Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-09-06T19:22:26.565Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-09-06T19:22:26.565Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-09-06T19:22:26.565Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-09-06T19:22:26.834Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... [2021-09-06T19:22:26.835Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... [2021-09-06T19:22:26.835Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-09-06T19:22:26.835Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-09-06T19:22:27.103Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-09-06T19:22:27.103Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-09-06T19:22:27.103Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-09-06T19:22:27.103Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-09-06T19:22:27.103Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-09-06T19:22:27.103Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-09-06T19:22:27.371Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-09-06T19:22:27.371Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-09-06T19:22:27.371Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-09-06T19:22:27.371Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-09-06T19:22:27.371Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-09-06T19:22:27.371Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-09-06T19:22:27.371Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-09-06T19:22:27.371Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-09-06T19:22:27.639Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-09-06T19:22:27.639Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-09-06T19:22:27.911Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-09-06T19:22:27.911Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-09-06T19:22:27.911Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-09-06T19:22:28.387Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-09-06T19:22:28.387Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-09-06T19:22:28.387Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-09-06T19:22:28.387Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-09-06T19:22:28.387Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-09-06T19:22:28.656Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-09-06T19:22:28.656Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-09-06T19:22:28.656Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-09-06T19:22:28.656Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-09-06T19:22:28.656Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:28.656Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-06T19:22:28.925Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:28.925Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-06T19:22:28.925Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:28.925Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-06T19:22:28.925Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:28.925Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-06T19:22:29.888Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:29.888Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-06T19:22:30.851Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:30.851Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-06T19:22:30.851Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:30.851Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-06T19:22:31.121Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:31.121Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-06T19:22:32.093Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-06T19:22:32.093Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-06T19:22:32.093Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-09-06T19:22:32.093Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-09-06T19:22:32.093Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-09-06T19:22:32.093Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-09-06T19:22:32.363Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-09-06T19:22:32.363Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-09-06T19:22:32.363Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-09-06T19:22:32.363Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-09-06T19:22:32.363Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-09-06T19:22:32.363Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-09-06T19:22:32.632Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-09-06T19:22:32.632Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-09-06T19:22:32.632Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-09-06T19:22:32.632Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-09-06T19:22:32.632Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-06T19:22:32.632Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-09-06T19:22:32.632Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-06T19:22:32.632Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-06T19:22:32.632Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-06T19:22:32.632Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-09-06T19:22:32.632Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-09-06T19:22:32.632Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-09-06T19:22:32.901Z] [2021-09-06T19:22:32.901Z] Current default time zone: 'Etc/UTC' [2021-09-06T19:22:32.901Z] Local time is now: Mon Sep 6 19:22:32 UTC 2021. [2021-09-06T19:22:32.901Z] Universal Time is now: Mon Sep 6 19:22:32 UTC 2021. [2021-09-06T19:22:32.901Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-09-06T19:22:32.901Z] [2021-09-06T19:22:32.901Z] Setting up systemd-sysv (237-3ubuntu10.51) ... [2021-09-06T19:22:32.901Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-06T19:22:32.901Z] Setting up linux-libc-dev:amd64 (4.15.0-154.161) ... [2021-09-06T19:22:32.901Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-09-06T19:22:32.901Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-09-06T19:22:32.901Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-09-06T19:22:32.901Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-09-06T19:22:32.901Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-09-06T19:22:32.901Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-09-06T19:22:32.901Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-09-06T19:22:32.901Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-06T19:22:32.901Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-09-06T19:22:33.170Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-09-06T19:22:33.170Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-09-06T19:22:33.170Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-06T19:22:33.170Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-09-06T19:22:33.170Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-09-06T19:22:33.170Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-09-06T19:22:33.170Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ... [2021-09-06T19:22:33.170Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-09-06T19:22:33.170Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-09-06T19:22:33.170Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-09-06T19:22:33.170Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-09-06T19:22:35.117Z] Updating certificates in /etc/ssl/certs... [2021-09-06T19:22:36.080Z] 23 added, 27 removed; done. [2021-09-06T19:22:36.080Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-09-06T19:22:36.080Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-06T19:22:36.080Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-09-06T19:22:36.080Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-09-06T19:22:36.080Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-09-06T19:22:36.348Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-09-06T19:22:36.348Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-09-06T19:22:36.348Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-09-06T19:22:36.348Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-09-06T19:22:36.348Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-09-06T19:22:36.348Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-09-06T19:22:36.348Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-09-06T19:22:36.348Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-09-06T19:22:36.348Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-09-06T19:22:36.348Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-09-06T19:22:36.348Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-09-06T19:22:36.348Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-09-06T19:22:36.348Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-09-06T19:22:36.348Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-09-06T19:22:36.348Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-09-06T19:22:36.348Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-09-06T19:22:36.348Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-09-06T19:22:36.348Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-09-06T19:22:36.348Z] Processing triggers for systemd (237-3ubuntu10.51) ... [2021-09-06T19:22:36.615Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-09-06T19:22:36.615Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-09-06T19:22:36.615Z] Updating certificates in /etc/ssl/certs... [2021-09-06T19:22:37.198Z] 0 added, 0 removed; done. [2021-09-06T19:22:37.198Z] Running hooks in /etc/ca-certificates/update.d... [2021-09-06T19:22:37.198Z] done. [2021-09-06T19:22:37.783Z] Reading package lists... [2021-09-06T19:22:38.050Z] Building dependency tree... [2021-09-06T19:22:38.050Z] Reading state information... [2021-09-06T19:22:38.050Z] The following NEW packages will be installed: [2021-09-06T19:22:38.050Z] apt-transport-https [2021-09-06T19:22:38.050Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-09-06T19:22:38.320Z] Need to get 4348 B of archives. [2021-09-06T19:22:38.320Z] After this operation, 154 kB of additional disk space will be used. [2021-09-06T19:22:38.320Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2021-09-06T19:22:38.591Z] debconf: delaying package configuration, since apt-utils is not installed [2021-09-06T19:22:38.591Z] Fetched 4348 B in 0s (24.1 kB/s) [2021-09-06T19:22:38.591Z] Selecting previously unselected package apt-transport-https. [2021-09-06T19:22:38.591Z] (Reading database ... 13929 files and directories currently installed.) [2021-09-06T19:22:38.591Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2021-09-06T19:22:38.591Z] Unpacking apt-transport-https (1.6.14) ... [2021-09-06T19:22:38.591Z] Setting up apt-transport-https (1.6.14) ... [2021-09-06T19:22:38.861Z] Waiting for network to be ready... [2021-09-06T19:22:44.235Z] 2021-09-06T19:22:41Z INFO Waiting for automatic snapd restart... [2021-09-06T19:22:44.235Z] snapd 2.51.4 from Canonical* installed [2021-09-06T19:22:45.201Z] "snapd" switched to the "latest/stable" channel [2021-09-06T19:22:45.201Z] [2021-09-06T19:22:47.793Z] core18 20210722 from Canonical* installed [2021-09-06T19:22:47.793Z] "core18" switched to the "latest/stable" channel [2021-09-06T19:22:47.793Z] [2021-09-06T19:22:50.394Z] snapcraft 5.0 from Canonical* installed [2021-09-06T19:22:50.663Z] "snapcraft" switched to the "latest/stable" channel [2021-09-06T19:22:50.663Z] [2021-09-06T19:22:54.928Z] 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-09-06T19:22:54.928Z] - README.md [2021-09-06T19:22:54.928Z] [2021-09-06T19:22:54.928Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-09-06T19:22:55.515Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-09-06T19:22:55.515Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-09-06T19:22:55.515Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-09-06T19:22:56.753Z] Reading package lists... [2021-09-06T19:22:57.020Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.14 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-09-06T19:22:57.020Z] Reading package lists... [2021-09-06T19:22:57.289Z] Building dependency tree... [2021-09-06T19:22:57.289Z] Reading state information... [2021-09-06T19:22:57.556Z] Suggested packages: [2021-09-06T19:22:57.556Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-09-06T19:22:57.556Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-09-06T19:22:57.556Z] Recommended packages: [2021-09-06T19:22:57.556Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-09-06T19:22:57.556Z] The following NEW packages will be installed: [2021-09-06T19:22:57.556Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-09-06T19:22:57.556Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-09-06T19:22:57.556Z] pkg-config zip [2021-09-06T19:22:57.556Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-09-06T19:22:57.823Z] Need to get 7663 kB of archives. [2021-09-06T19:22:57.823Z] After this operation, 43.8 MB of additional disk space will be used. [2021-09-06T19:22:57.823Z] 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-09-06T19:22:57.823Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] [2021-09-06T19:22:57.823Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-09-06T19:22:57.823Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-09-06T19:22:57.823Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-09-06T19:22:57.823Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-09-06T19:22:57.823Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-09-06T19:22:58.095Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-09-06T19:22:58.095Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-09-06T19:22:58.368Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-09-06T19:22:58.368Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-09-06T19:22:58.368Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-09-06T19:22:58.368Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-09-06T19:22:58.368Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-09-06T19:22:58.368Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-09-06T19:22:58.637Z] debconf: delaying package configuration, since apt-utils is not installed [2021-09-06T19:22:58.637Z] Fetched 7663 kB in 1s (9317 kB/s) [2021-09-06T19:22:58.637Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-09-06T19:22:58.637Z] (Reading database ... 13933 files and directories currently installed.) [2021-09-06T19:22:58.637Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-09-06T19:22:58.637Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-09-06T19:22:58.905Z] Selecting previously unselected package libpsl5:amd64. [2021-09-06T19:22:58.905Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-09-06T19:22:58.905Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-09-06T19:22:58.905Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-09-06T19:22:58.905Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-09-06T19:22:58.905Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-09-06T19:22:58.905Z] Selecting previously unselected package librtmp1:amd64. [2021-09-06T19:22:58.905Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-09-06T19:22:58.905Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-09-06T19:22:58.905Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-09-06T19:22:58.905Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... [2021-09-06T19:22:58.905Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... [2021-09-06T19:22:59.173Z] Selecting previously unselected package liberror-perl. [2021-09-06T19:22:59.173Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-09-06T19:22:59.173Z] Unpacking liberror-perl (0.17025-1) ... [2021-09-06T19:22:59.173Z] Selecting previously unselected package git-man. [2021-09-06T19:22:59.173Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-09-06T19:22:59.173Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-09-06T19:22:59.173Z] Selecting previously unselected package git. [2021-09-06T19:22:59.442Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-09-06T19:22:59.442Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-09-06T19:23:00.034Z] Selecting previously unselected package libnorm1:amd64. [2021-09-06T19:23:00.034Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-09-06T19:23:00.034Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-09-06T19:23:00.034Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-09-06T19:23:00.034Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-09-06T19:23:00.034Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-09-06T19:23:00.034Z] Selecting previously unselected package libsodium23:amd64. [2021-09-06T19:23:00.034Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-09-06T19:23:00.034Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-09-06T19:23:00.034Z] Selecting previously unselected package libzmq5:amd64. [2021-09-06T19:23:00.034Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-09-06T19:23:00.034Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-09-06T19:23:00.304Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-09-06T19:23:00.304Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-09-06T19:23:00.304Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-09-06T19:23:00.304Z] Selecting previously unselected package pkg-config. [2021-09-06T19:23:00.304Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-09-06T19:23:00.304Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-09-06T19:23:00.304Z] Selecting previously unselected package zip. [2021-09-06T19:23:00.304Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-09-06T19:23:00.304Z] Unpacking zip (3.0-11build1) ... [2021-09-06T19:23:00.304Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-09-06T19:23:00.304Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-09-06T19:23:00.304Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-09-06T19:23:00.572Z] Setting up liberror-perl (0.17025-1) ... [2021-09-06T19:23:00.572Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-09-06T19:23:00.572Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-09-06T19:23:00.572Z] No schema files found: doing nothing. [2021-09-06T19:23:00.572Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-09-06T19:23:00.572Z] Setting up zip (3.0-11build1) ... [2021-09-06T19:23:00.572Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-09-06T19:23:00.572Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-09-06T19:23:00.572Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-09-06T19:23:00.572Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-09-06T19:23:00.572Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... [2021-09-06T19:23:00.572Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-09-06T19:23:00.572Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-09-06T19:23:00.572Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-09-06T19:23:01.157Z] git set to automatically installed. [2021-09-06T19:23:01.157Z] git-man set to automatically installed. [2021-09-06T19:23:01.157Z] libcurl3-gnutls set to automatically installed. [2021-09-06T19:23:01.157Z] liberror-perl set to automatically installed. [2021-09-06T19:23:01.157Z] libglib2.0-0 set to automatically installed. [2021-09-06T19:23:01.157Z] libnghttp2-14 set to automatically installed. [2021-09-06T19:23:01.157Z] libnorm1 set to automatically installed. [2021-09-06T19:23:01.157Z] libpgm-5.2-0 set to automatically installed. [2021-09-06T19:23:01.157Z] libpsl5 set to automatically installed. [2021-09-06T19:23:01.157Z] librtmp1 set to automatically installed. [2021-09-06T19:23:01.157Z] libsodium23 set to automatically installed. [2021-09-06T19:23:01.157Z] libzmq3-dev set to automatically installed. [2021-09-06T19:23:01.157Z] libzmq5 set to automatically installed. [2021-09-06T19:23:01.157Z] pkg-config set to automatically installed. [2021-09-06T19:23:01.157Z] zip set to automatically installed. [2021-09-06T19:23:02.571Z] snapd is not logged in, snap install commands will use sudo [2021-09-06T19:23:07.946Z] go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed [2021-09-06T19:23:08.531Z] snapd is not logged in, snap install commands will use sudo [2021-09-06T19:23:09.119Z] snap "core18" has no updates available [2021-09-06T19:23:10.086Z] Pulling config-common [2021-09-06T19:23:10.086Z] + snapcraftctl pull [2021-09-06T19:23:11.503Z] Pulling go-build-helper [2021-09-06T19:23:11.503Z] + snapcraftctl pull [2021-09-06T19:23:12.468Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-09-06T19:23:12.468Z] Skipping pull go-build-helper (already ran) [2021-09-06T19:23:12.468Z] Building go-build-helper [2021-09-06T19:23:12.468Z] + snapcraftctl build [2021-09-06T19:23:14.416Z] Staging go-build-helper [2021-09-06T19:23:14.416Z] + snapcraftctl stage [2021-09-06T19:23:24.508Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-09-06T19:23:24.508Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-09-06T19:23:24.508Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1846 kB] [2021-09-06T19:23:24.509Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] [2021-09-06T19:23:24.509Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-09-06T19:23:24.509Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-09-06T19:23:24.509Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] [2021-09-06T19:23:24.509Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] [2021-09-06T19:23:24.509Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1137 kB] [2021-09-06T19:23:24.509Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [259 kB] [2021-09-06T19:23:24.509Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-09-06T19:23:24.509Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-09-06T19:23:24.509Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-09-06T19:23:24.509Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-09-06T19:23:24.509Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-09-06T19:23:24.509Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-09-06T19:23:24.509Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-09-06T19:23:24.509Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-09-06T19:23:24.509Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-09-06T19:23:24.509Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2192 kB] [2021-09-06T19:23:24.509Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] [2021-09-06T19:23:24.509Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-09-06T19:23:24.509Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-09-06T19:23:24.509Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] [2021-09-06T19:23:24.509Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] [2021-09-06T19:23:24.509Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1748 kB] [2021-09-06T19:23:24.509Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [375 kB] [2021-09-06T19:23:24.509Z] Fetched 25.1 MB in 0s (0 B/s) [2021-09-06T19:23:24.509Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-09-06T19:23:24.509Z] Fetched 224 kB in 0s (0 B/s) [2021-09-06T19:23:24.509Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-09-06T19:23:24.509Z] Fetched 157 kB in 0s (0 B/s) [2021-09-06T19:23:24.509Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-09-06T19:23:24.509Z] Fetched 221 kB in 0s (0 B/s) [2021-09-06T19:23:24.509Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-09-06T19:23:24.509Z] Fetched 143 kB in 0s (0 B/s) [2021-09-06T19:23:24.509Z] Pulling edgex-go [2021-09-06T19:23:24.509Z] + snapcraftctl pull [2021-09-06T19:23:24.777Z] Pulling hooks [2021-09-06T19:23:24.777Z] + snapcraftctl pull [2021-09-06T19:23:34.246Z] Removing intermediate container d7984f5d9564 [2021-09-06T19:23:34.246Z] ---> 2456391f39a3 [2021-09-06T19:23:34.246Z] [2021-09-06T19:23:34.246Z] Step 11/24 : FROM alpine:3.12 [2021-09-06T19:23:34.246Z] 3.12: Pulling from library/alpine [2021-09-06T19:23:34.246Z] Digest: sha256:a296b4c6f6ee2b88f095b61e95c7ef4f51ba25598835b4978c9256d8c8ace48a [2021-09-06T19:23:34.246Z] Status: Downloaded newer image for alpine:3.12 [2021-09-06T19:23:34.246Z] ---> afc2cc120ca2 [2021-09-06T19:23:34.246Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-09-06T19:23:34.246Z] ---> Running in 81e54058e6bf [2021-09-06T19:23:34.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:23:34.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:23:34.246Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-09-06T19:23:34.246Z] Executing busybox-1.31.1-r20.trigger [2021-09-06T19:23:34.246Z] OK: 5 MiB in 15 packages [2021-09-06T19:23:34.246Z] Removing intermediate container 5ec1176ae72a [2021-09-06T19:23:34.246Z] ---> 3d047b4d0682 [2021-09-06T19:23:34.246Z] [2021-09-06T19:23:34.246Z] Step 11/32 : FROM alpine:3.12 [2021-09-06T19:23:34.246Z] ---> afc2cc120ca2 [2021-09-06T19:23:34.246Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-09-06T19:23:34.246Z] ---> Running in ba342792dc19 [2021-09-06T19:23:34.246Z] Removing intermediate container ba342792dc19 [2021-09-06T19:23:34.246Z] ---> c400399fb245 [2021-09-06T19:23:34.246Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-09-06T19:23:34.246Z] Removing intermediate container 81e54058e6bf [2021-09-06T19:23:34.246Z] ---> 9b3de1527c80 [2021-09-06T19:23:34.246Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-06T19:23:34.246Z] ---> Running in 311354ae6bc3 [2021-09-06T19:23:34.246Z] ---> Running in 6dca800bec3d [2021-09-06T19:23:34.246Z] Removing intermediate container 311354ae6bc3 [2021-09-06T19:23:34.246Z] ---> c263155b9b74 [2021-09-06T19:23:34.246Z] Step 14/24 : ENV APP_PORT=59882 [2021-09-06T19:23:34.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:23:34.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:23:34.246Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-09-06T19:23:34.246Z] (2/2) Installing su-exec (0.2-r1) [2021-09-06T19:23:34.246Z] Executing busybox-1.31.1-r20.trigger [2021-09-06T19:23:34.246Z] OK: 5 MiB in 16 packages [2021-09-06T19:23:34.246Z] ---> Running in 1751b53885f8 [2021-09-06T19:23:34.246Z] Removing intermediate container 1751b53885f8 [2021-09-06T19:23:34.246Z] ---> 83d7940e5056 [2021-09-06T19:23:34.246Z] Step 15/24 : EXPOSE $APP_PORT [2021-09-06T19:23:34.246Z] Removing intermediate container a6a468e64227 [2021-09-06T19:23:34.246Z] ---> ad9944448c5b [2021-09-06T19:23:34.246Z] [2021-09-06T19:23:34.246Z] Step 11/24 : FROM alpine:3.12 [2021-09-06T19:23:34.246Z] ---> afc2cc120ca2 [2021-09-06T19:23:34.246Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-09-06T19:23:34.246Z] ---> Using cache [2021-09-06T19:23:34.246Z] ---> 9b3de1527c80 [2021-09-06T19:23:34.246Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-06T19:23:34.246Z] ---> Using cache [2021-09-06T19:23:34.246Z] ---> c263155b9b74 [2021-09-06T19:23:34.246Z] Step 14/24 : ENV APP_PORT=59881 [2021-09-06T19:23:34.521Z] Removing intermediate container 6dca800bec3d [2021-09-06T19:23:34.521Z] ---> 9bffa168ef68 [2021-09-06T19:23:34.521Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-09-06T19:23:34.521Z] ---> Running in 4ca53365a3d4 [2021-09-06T19:23:34.791Z] Removing intermediate container 7299218b5ce0 [2021-09-06T19:23:34.791Z] ---> 7d440716be00 [2021-09-06T19:23:34.791Z] [2021-09-06T19:23:34.791Z] Step 11/23 : FROM alpine:3.12 [2021-09-06T19:23:34.791Z] ---> afc2cc120ca2 [2021-09-06T19:23:34.791Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-09-06T19:23:34.791Z] ---> Using cache [2021-09-06T19:23:34.791Z] ---> 9b3de1527c80 [2021-09-06T19:23:34.791Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-06T19:23:34.791Z] ---> Using cache [2021-09-06T19:23:34.791Z] ---> c263155b9b74 [2021-09-06T19:23:34.791Z] Step 14/23 : ENV APP_PORT=59861 [2021-09-06T19:23:34.791Z] ---> Running in 9de297bb7a79 [2021-09-06T19:23:34.791Z] ---> Running in 267ed2e5f4dc [2021-09-06T19:23:35.068Z] ---> Running in 93a00ca52a7d [2021-09-06T19:23:35.354Z] Removing intermediate container 4ca53365a3d4 [2021-09-06T19:23:35.354Z] ---> 938ca162029c [2021-09-06T19:23:35.355Z] Step 16/24 : WORKDIR / [2021-09-06T19:23:35.630Z] Removing intermediate container 9de297bb7a79 [2021-09-06T19:23:35.630Z] ---> 0298b8a97cf6 [2021-09-06T19:23:35.630Z] Step 15/24 : EXPOSE $APP_PORT [2021-09-06T19:23:35.910Z] ---> Running in fe2be9d039e5 [2021-09-06T19:23:35.910Z] Removing intermediate container 267ed2e5f4dc [2021-09-06T19:23:35.910Z] ---> 9700f213d29c [2021-09-06T19:23:35.910Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-09-06T19:23:35.910Z] Removing intermediate container 93a00ca52a7d [2021-09-06T19:23:35.910Z] ---> e3f5461c7d68 [2021-09-06T19:23:35.910Z] Step 15/23 : EXPOSE $APP_PORT [2021-09-06T19:23:35.910Z] ---> Running in 4f37072ff974 [2021-09-06T19:23:36.185Z] ---> Running in 0e78c3615e68 [2021-09-06T19:23:36.185Z] ---> Running in cf1537f74bea [2021-09-06T19:23:36.457Z] Removing intermediate container fe2be9d039e5 [2021-09-06T19:23:36.457Z] ---> ece36a1ec758 [2021-09-06T19:23:36.457Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-06T19:23:36.734Z] Removing intermediate container 0e78c3615e68 [2021-09-06T19:23:36.734Z] ---> 077bc4be2a82 [2021-09-06T19:23:36.734Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-09-06T19:23:37.008Z] Removing intermediate container cf1537f74bea [2021-09-06T19:23:37.008Z] ---> f8f413e1aa34 [2021-09-06T19:23:37.008Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-06T19:23:37.008Z] Removing intermediate container 4f37072ff974 [2021-09-06T19:23:37.008Z] ---> 530fdd9adaaf [2021-09-06T19:23:37.008Z] Step 16/24 : WORKDIR / [2021-09-06T19:23:37.281Z] ---> Running in c84bc46c1710 [2021-09-06T19:23:37.555Z] ---> Running in c248d027599f [2021-09-06T19:23:37.830Z] ---> eb29ccbe3b5f [2021-09-06T19:23:37.830Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-09-06T19:23:38.432Z] ---> 30ecbcaf7757 [2021-09-06T19:23:38.432Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-09-06T19:23:38.432Z] Removing intermediate container c248d027599f [2021-09-06T19:23:38.432Z] ---> 341f62294217 [2021-09-06T19:23:38.432Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-06T19:23:41.087Z] ---> b68cb11feba7 [2021-09-06T19:23:41.087Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-09-06T19:23:41.087Z] ---> e9863358c0a3 [2021-09-06T19:23:41.087Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-09-06T19:23:41.368Z] ---> 2dc960f46f8f [2021-09-06T19:23:41.368Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-09-06T19:23:41.642Z] Removing intermediate container c84bc46c1710 [2021-09-06T19:23:41.642Z] ---> 830ea8404445 [2021-09-06T19:23:41.642Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-09-06T19:23:42.244Z] Removing intermediate container 24fcf89b2d4d [2021-09-06T19:23:42.244Z] ---> 17aa43d5fe13 [2021-09-06T19:23:42.244Z] [2021-09-06T19:23:42.244Z] Step 11/24 : FROM alpine:3.12 [2021-09-06T19:23:42.244Z] ---> afc2cc120ca2 [2021-09-06T19:23:42.244Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-09-06T19:23:42.518Z] ---> Running in 467b4438a7c7 [2021-09-06T19:23:42.518Z] ---> Running in f59f860a6c76 [2021-09-06T19:23:42.518Z] ---> a7c5cd89e467 [2021-09-06T19:23:42.518Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-09-06T19:23:42.799Z] ---> 2487547866b3 [2021-09-06T19:23:42.799Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-09-06T19:23:42.799Z] ---> 8c8edbcc87d6 [2021-09-06T19:23:42.799Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-09-06T19:23:42.799Z] ---> Running in 15bd1d34ebdc [2021-09-06T19:23:42.799Z] ---> Running in 8cdff72d2031 [2021-09-06T19:23:43.075Z] Removing intermediate container 467b4438a7c7 [2021-09-06T19:23:43.075Z] ---> 67385c7049f7 [2021-09-06T19:23:43.075Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-09-06T19:23:43.308Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-09-06T19:23:43.308Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-09-06T19:23:43.308Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-09-06T19:23:43.308Z] Fetched 0 B in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-09-06T19:23:43.308Z] Fetched 96.5 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-09-06T19:23:43.308Z] Fetched 279 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-09-06T19:23:43.308Z] Fetched 122 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-09-06T19:23:43.308Z] Fetched 77.8 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-09-06T19:23:43.308Z] Fetched 8848 B in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-09-06T19:23:43.308Z] Fetched 47.8 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-09-06T19:23:43.308Z] Fetched 45.6 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-09-06T19:23:43.308Z] Fetched 15.0 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] [2021-09-06T19:23:43.308Z] Fetched 219 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-09-06T19:23:43.308Z] Fetched 154 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-09-06T19:23:43.308Z] Fetched 50.6 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-09-06T19:23:43.308Z] Fetched 14.8 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-09-06T19:23:43.308Z] Fetched 41.8 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-09-06T19:23:43.308Z] Fetched 499 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-09-06T19:23:43.308Z] Fetched 111 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-09-06T19:23:43.308Z] Fetched 240 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-09-06T19:23:43.308Z] Fetched 29.3 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-09-06T19:23:43.308Z] Fetched 85.5 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-09-06T19:23:43.308Z] Fetched 24.5 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-09-06T19:23:43.308Z] Fetched 49.2 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-09-06T19:23:43.308Z] Fetched 54.2 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-09-06T19:23:43.308Z] Fetched 30.8 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-09-06T19:23:43.308Z] Fetched 15.8 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-09-06T19:23:43.308Z] Fetched 85.9 kB in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-09-06T19:23:43.308Z] Fetched 8720 B in 0s (0 B/s) [2021-09-06T19:23:43.308Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2021-09-06T19:23:43.308Z] Fetched 140 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-09-06T19:23:43.309Z] Fetched 119 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2021-09-06T19:23:43.309Z] Fetched 111 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-09-06T19:23:43.309Z] Fetched 11.1 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-09-06T19:23:43.309Z] Fetched 645 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-09-06T19:23:43.309Z] Fetched 41.3 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-09-06T19:23:43.309Z] Fetched 17.9 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-09-06T19:23:43.309Z] Fetched 368 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-09-06T19:23:43.309Z] Fetched 187 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-09-06T19:23:43.309Z] Fetched 175 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-09-06T19:23:43.309Z] Fetched 206 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb [1302 kB] [2021-09-06T19:23:43.309Z] Fetched 1302 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-09-06T19:23:43.309Z] Fetched 36.2 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] [2021-09-06T19:23:43.309Z] Fetched 159 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-09-06T19:23:43.309Z] Fetched 107 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-09-06T19:23:43.309Z] Fetched 48.7 kB in 0s (0 B/s) [2021-09-06T19:23:43.309Z] Pulling static-packages [2021-09-06T19:23:43.309Z] + snapcraftctl pull [2021-09-06T19:23:43.309Z] Pulling version [2021-09-06T19:23:43.309Z] + cd /root/project [2021-09-06T19:23:43.309Z] + + sed s/v// [2021-09-06T19:23:43.309Z] git describe --tags --abbrev=0 [2021-09-06T19:23:43.309Z] + GIT_VERSION=2.0.1-dev.37 [2021-09-06T19:23:43.309Z] + [ -z 2.0.1-dev.37 ] [2021-09-06T19:23:43.309Z] + snapcraftctl set-version 2.0.1-dev.37 [2021-09-06T19:23:43.351Z] Removing intermediate container f59f860a6c76 [2021-09-06T19:23:43.351Z] ---> cd15a932d6e4 [2021-09-06T19:23:43.351Z] Step 13/24 : ENV APP_PORT=59880 [2021-09-06T19:23:43.625Z] Removing intermediate container 8cdff72d2031 [2021-09-06T19:23:43.625Z] ---> 1af255b6a073 [2021-09-06T19:23:43.625Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-06T19:23:43.625Z] ---> Running in 8d194179aa65 [2021-09-06T19:23:43.896Z] Removing intermediate container 15bd1d34ebdc [2021-09-06T19:23:43.896Z] ---> b3ec266b67b9 [2021-09-06T19:23:43.896Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-06T19:23:43.896Z] ---> 9244a3dad401 [2021-09-06T19:23:43.896Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-09-06T19:23:43.896Z] ---> Running in 5e0de979062f [2021-09-06T19:23:44.168Z] ---> Running in 9d48eff9d7ff [2021-09-06T19:23:44.168Z] ---> Running in 044a6be73f11 [2021-09-06T19:23:44.444Z] ---> 4bbb0ba2ba16 [2021-09-06T19:23:44.444Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-09-06T19:23:44.444Z] Removing intermediate container 8d194179aa65 [2021-09-06T19:23:44.444Z] ---> 515e02c8866d [2021-09-06T19:23:44.444Z] Step 14/24 : EXPOSE $APP_PORT [2021-09-06T19:23:44.444Z] ---> Running in f0ff1c8b329f [2021-09-06T19:23:44.720Z] ---> Running in 68a4154ebed2 [2021-09-06T19:23:44.720Z] Removing intermediate container 5e0de979062f [2021-09-06T19:23:44.720Z] ---> 43c832fadd3f [2021-09-06T19:23:44.720Z] Step 21/23 : LABEL arch=arm64 [2021-09-06T19:23:44.722Z] Building config-common [2021-09-06T19:23:44.722Z] + snapcraftctl build [2021-09-06T19:23:44.997Z] Removing intermediate container 9d48eff9d7ff [2021-09-06T19:23:44.997Z] ---> 5976dc0ba1cd [2021-09-06T19:23:44.997Z] Step 22/24 : LABEL arch=arm64 [2021-09-06T19:23:44.997Z] Removing intermediate container 044a6be73f11 [2021-09-06T19:23:44.997Z] ---> 749e3d90eeb1 [2021-09-06T19:23:44.997Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-06T19:23:44.997Z] ---> Running in aec352feeb1c [2021-09-06T19:23:45.287Z] ---> Running in 88dd0827c16b [2021-09-06T19:23:45.287Z] ---> Running in d78b2f3994fb [2021-09-06T19:23:45.564Z] Removing intermediate container 68a4154ebed2 [2021-09-06T19:23:45.564Z] ---> d901ed074d2b [2021-09-06T19:23:45.564Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:23:45.852Z] ---> Running in f3f68005f430 [2021-09-06T19:23:45.852Z] Removing intermediate container aec352feeb1c [2021-09-06T19:23:45.852Z] ---> ac1a49ce8737 [2021-09-06T19:23:45.852Z] Step 22/23 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:23:46.135Z] Removing intermediate container 88dd0827c16b [2021-09-06T19:23:46.135Z] ---> f67179db13d8 [2021-09-06T19:23:46.135Z] Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:23:46.135Z] ---> Running in a54ac69fba45 [2021-09-06T19:23:46.410Z] ---> Running in 7dcb4bc6d4ba [2021-09-06T19:23:46.410Z] Removing intermediate container d78b2f3994fb [2021-09-06T19:23:46.410Z] ---> 294b4d319289 [2021-09-06T19:23:46.410Z] Step 22/24 : LABEL arch=arm64 [2021-09-06T19:23:46.665Z] Skipping build go-build-helper (already ran) [2021-09-06T19:23:46.690Z] ---> Running in cfc680e517ce [2021-09-06T19:23:46.932Z] Building edgex-go [2021-09-06T19:23:46.968Z] Removing intermediate container a54ac69fba45 [2021-09-06T19:23:46.969Z] ---> f8365c713d97 [2021-09-06T19:23:46.969Z] Step 23/23 : LABEL version=0.0.0 [2021-09-06T19:23:47.200Z] + cd /root/parts/edgex-go/src [2021-09-06T19:23:47.200Z] + git describe --tags --abbrev=0 [2021-09-06T19:23:47.200Z] + sed s/v// [2021-09-06T19:23:47.200Z] + GIT_VERSION=2.0.1-dev.37 [2021-09-06T19:23:47.200Z] + [ -z 2.0.1-dev.37 ] [2021-09-06T19:23:47.200Z] + echo 2.0.1-dev.37 [2021-09-06T19:23:47.200Z] + make build [2021-09-06T19:23:47.200Z] go mod tidy [2021-09-06T19:23:47.249Z] ---> Running in 82f04534ef64 [2021-09-06T19:23:47.523Z] Removing intermediate container 7dcb4bc6d4ba [2021-09-06T19:23:47.523Z] ---> 94458db2c35b [2021-09-06T19:23:47.523Z] Step 24/24 : LABEL version=0.0.0 [2021-09-06T19:23:47.797Z] Removing intermediate container cfc680e517ce [2021-09-06T19:23:47.797Z] ---> bd8be2346ab3 [2021-09-06T19:23:47.797Z] Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:23:47.797Z] ---> Running in 16b1a54c4094 [2021-09-06T19:23:48.073Z] ---> Running in 76032280deb6 [2021-09-06T19:23:48.351Z] Removing intermediate container 82f04534ef64 [2021-09-06T19:23:48.351Z] ---> dfff633bc076 [2021-09-06T19:23:48.351Z] [2021-09-06T19:23:48.351Z] Removing intermediate container f0ff1c8b329f [2021-09-06T19:23:48.351Z] ---> 61288fb318c9 [2021-09-06T19:23:48.351Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-06T19:23:50.457Z] Removing intermediate container 16b1a54c4094 [2021-09-06T19:23:50.457Z] ---> 9448b1596c27 [2021-09-06T19:23:50.457Z] [2021-09-06T19:23:50.457Z] Successfully built dfff633bc076 [2021-09-06T19:23:50.457Z] Successfully tagged support-scheduler-arm64:latest [2021-09-06T19:23:50.457Z] Removing intermediate container 76032280deb6 [2021-09-06T19:23:50.457Z] ---> 1bf6001d4696 [2021-09-06T19:23:50.457Z] Step 24/24 : LABEL version=0.0.0 [2021-09-06T19:23:50.457Z]  Building support-scheduler ... done Building sys-mgmt-agent [2021-09-06T19:23:50.457Z] Successfully built 9448b1596c27 [2021-09-06T19:23:50.457Z] ---> Running in 1b07b822f5a6 [2021-09-06T19:23:50.457Z] Successfully tagged core-command-arm64:latest [2021-09-06T19:23:50.457Z] Building support-notifications [2021-09-06T19:23:50.457Z]  Building core-command ... done Removing intermediate container f3f68005f430 [2021-09-06T19:23:50.457Z] ---> 8efc5c4acb68 [2021-09-06T19:23:50.457Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-09-06T19:23:50.457Z] ---> Running in c0de6cdde2e2 [2021-09-06T19:23:50.457Z] ---> 1daec3a1d6f1 [2021-09-06T19:23:50.457Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-09-06T19:23:50.457Z] Removing intermediate container 1b07b822f5a6 [2021-09-06T19:23:50.457Z] ---> 40caa6548554 [2021-09-06T19:23:50.457Z] [2021-09-06T19:23:50.457Z] Successfully built 40caa6548554 [2021-09-06T19:23:50.457Z] Successfully tagged core-metadata-arm64:latest [2021-09-06T19:23:50.457Z]  Building core-metadata ... done Building security-proxy-setup [2021-09-06T19:23:50.992Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-09-06T19:23:50.992Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 [2021-09-06T19:23:50.992Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.16 [2021-09-06T19:23:50.992Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-09-06T19:23:50.992Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 [2021-09-06T19:23:50.992Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2021-09-06T19:23:50.992Z] go: downloading github.com/google/uuid v1.3.0 [2021-09-06T19:23:50.992Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2021-09-06T19:23:50.992Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 [2021-09-06T19:23:50.992Z] go: downloading github.com/lib/pq v1.10.2 [2021-09-06T19:23:50.992Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-09-06T19:23:51.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:23:51.259Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-09-06T19:23:51.259Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2021-09-06T19:23:51.259Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2021-09-06T19:23:51.340Z] ---> f12e41800dcb [2021-09-06T19:23:51.340Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-09-06T19:23:51.527Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-09-06T19:23:51.527Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-09-06T19:23:51.527Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 [2021-09-06T19:23:51.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:23:52.491Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 [2021-09-06T19:23:52.491Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-06T19:23:52.491Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-06T19:23:52.491Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2021-09-06T19:23:52.491Z] go: downloading github.com/stretchr/objx v0.1.1 [2021-09-06T19:23:52.491Z] go: downloading github.com/go-kit/kit v0.11.0 [2021-09-06T19:23:52.548Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-09-06T19:23:52.548Z] (2/6) Installing libgcc (9.3.0-r2) [2021-09-06T19:23:52.758Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2021-09-06T19:23:52.758Z] go: downloading github.com/x448/float16 v0.8.4 [2021-09-06T19:23:52.821Z] (3/6) Installing libsodium (1.0.18-r0) [2021-09-06T19:23:52.821Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-09-06T19:23:53.032Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2021-09-06T19:23:53.032Z] go: downloading github.com/leodido/go-urn v1.2.1 [2021-09-06T19:23:53.032Z] go: downloading golang.org/x/text v0.3.6 [2021-09-06T19:23:53.032Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-09-06T19:23:53.032Z] go: downloading github.com/go-playground/locales v0.14.0 [2021-09-06T19:23:53.032Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2021-09-06T19:23:53.032Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-09-06T19:23:53.099Z] (5/6) Installing libzmq (4.3.3-r0) [2021-09-06T19:23:53.099Z] ---> b160fd822c0a [2021-09-06T19:23:53.099Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-09-06T19:23:53.316Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2021-09-06T19:23:53.316Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-09-06T19:23:53.316Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-09-06T19:23:53.316Z] go: downloading github.com/kr/pretty v0.3.0 [2021-09-06T19:23:53.316Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-09-06T19:23:53.316Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-09-06T19:23:53.316Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2021-09-06T19:23:53.585Z] go: downloading github.com/kr/text v0.2.0 [2021-09-06T19:23:53.585Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2021-09-06T19:23:53.854Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-09-06T19:23:53.855Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2021-09-06T19:23:53.855Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-09-06T19:23:53.855Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-09-06T19:23:54.082Z] (6/6) Installing zeromq (4.3.3-r0) [2021-09-06T19:23:54.082Z] Executing busybox-1.31.1-r20.trigger [2021-09-06T19:23:54.082Z] OK: 8 MiB in 20 packages [2021-09-06T19:23:54.143Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-09-06T19:23:54.143Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-09-06T19:23:54.143Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-06T19:23:54.143Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-09-06T19:23:54.143Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-09-06T19:23:54.143Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-09-06T19:23:54.143Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-09-06T19:23:54.143Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-09-06T19:23:54.143Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-09-06T19:23:54.368Z] ---> 0005a72ffe53 [2021-09-06T19:23:54.368Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-09-06T19:23:54.410Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-09-06T19:23:54.411Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-06T19:23:54.411Z] go: downloading github.com/pkg/errors v0.9.1 [2021-09-06T19:23:54.411Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-09-06T19:23:54.411Z] go: downloading github.com/fatih/color v1.9.0 [2021-09-06T19:23:54.411Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-06T19:23:54.411Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-09-06T19:23:54.411Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-09-06T19:23:54.411Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-09-06T19:23:54.411Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-09-06T19:23:54.411Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-09-06T19:23:54.411Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-09-06T19:23:54.411Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-09-06T19:23:54.411Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-09-06T19:23:54.411Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-09-06T19:23:54.411Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-09-06T19:23:54.411Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-09-06T19:23:54.678Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-09-06T19:23:54.678Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-09-06T19:23:54.678Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-09-06T19:23:54.678Z] go: downloading github.com/miekg/dns v1.1.26 [2021-09-06T19:23:54.678Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-09-06T19:23:54.678Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-09-06T19:23:54.678Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/core-data/core-data ./cmd/core-data [2021-09-06T19:23:55.820Z] ---> 21aa0416a8e6 [2021-09-06T19:23:55.820Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-09-06T19:23:56.106Z] Removing intermediate container c0de6cdde2e2 [2021-09-06T19:23:56.106Z] ---> 35c13035607a [2021-09-06T19:23:56.106Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-06T19:23:56.711Z] ---> Running in 687d6f690d9e [2021-09-06T19:23:57.693Z] Removing intermediate container 687d6f690d9e [2021-09-06T19:23:57.693Z] ---> f193b5f046e8 [2021-09-06T19:23:57.693Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-09-06T19:23:57.693Z] ---> 4facabf3a4aa [2021-09-06T19:23:57.693Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-09-06T19:23:59.714Z] ---> 063ed375109f [2021-09-06T19:23:59.714Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-09-06T19:23:59.714Z] ---> 4d14cd9e3cfe [2021-09-06T19:23:59.714Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-09-06T19:24:00.316Z] ---> Running in 45a3af66cd26 [2021-09-06T19:24:01.299Z] ---> 5b4185c7b22a [2021-09-06T19:24:01.299Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-09-06T19:24:01.582Z] ---> Running in ae599f9bf6db [2021-09-06T19:24:02.192Z] Removing intermediate container ae599f9bf6db [2021-09-06T19:24:02.192Z] ---> 4db910e1453a [2021-09-06T19:24:02.192Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-06T19:24:02.473Z] ---> Running in 9c6c27cbf58a [2021-09-06T19:24:03.106Z] Removing intermediate container 45a3af66cd26 [2021-09-06T19:24:03.106Z] ---> 0406bdd667fc [2021-09-06T19:24:03.106Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-09-06T19:24:03.106Z] Removing intermediate container 9c6c27cbf58a [2021-09-06T19:24:03.106Z] ---> 1155ec4f1636 [2021-09-06T19:24:03.106Z] Step 22/24 : LABEL arch=arm64 [2021-09-06T19:24:03.381Z] ---> Running in b18a9d028eda [2021-09-06T19:24:03.381Z] ---> Running in b5c957792c43 [2021-09-06T19:24:03.982Z] Removing intermediate container b18a9d028eda [2021-09-06T19:24:03.982Z] ---> 70cddfdb97b5 [2021-09-06T19:24:03.982Z] Step 29/32 : CMD ["gate"] [2021-09-06T19:24:03.982Z] Removing intermediate container b5c957792c43 [2021-09-06T19:24:03.982Z] ---> 26b7fea84a54 [2021-09-06T19:24:03.982Z] Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:24:04.258Z] ---> Running in dfaca772b106 [2021-09-06T19:24:04.258Z] ---> Running in b1ea4e950170 [2021-09-06T19:24:04.770Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-09-06T19:24:04.863Z] Removing intermediate container dfaca772b106 [2021-09-06T19:24:04.863Z] ---> 9203314a95d2 [2021-09-06T19:24:04.863Z] Step 30/32 : LABEL arch=arm64 [2021-09-06T19:24:05.134Z] Removing intermediate container b1ea4e950170 [2021-09-06T19:24:05.134Z] ---> 563be7be5b13 [2021-09-06T19:24:05.134Z] Step 24/24 : LABEL version=0.0.0 [2021-09-06T19:24:05.405Z] ---> Running in f50a47460bdb [2021-09-06T19:24:05.405Z] ---> Running in 49e22c4eb71a [2021-09-06T19:24:06.385Z] Removing intermediate container 49e22c4eb71a [2021-09-06T19:24:06.385Z] ---> 3f0d8d38d49a [2021-09-06T19:24:06.385Z] [2021-09-06T19:24:06.385Z] Removing intermediate container f50a47460bdb [2021-09-06T19:24:06.385Z] ---> def4de3f7f71 [2021-09-06T19:24:06.385Z] Step 31/32 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:24:06.667Z] Successfully built 3f0d8d38d49a [2021-09-06T19:24:06.941Z] Successfully tagged core-data-arm64:latest [2021-09-06T19:24:06.941Z] Building security-secretstore-setup [2021-09-06T19:24:06.941Z]  Building core-data ... done  ---> Running in 5fc81f9e8469 [2021-09-06T19:24:07.540Z] Removing intermediate container 5fc81f9e8469 [2021-09-06T19:24:07.540Z] ---> be60dddf784d [2021-09-06T19:24:07.540Z] Step 32/32 : LABEL version=0.0.0 [2021-09-06T19:24:08.132Z] ---> Running in a4e3a3c7c699 [2021-09-06T19:24:08.728Z] Removing intermediate container a4e3a3c7c699 [2021-09-06T19:24:08.728Z] ---> 76aff65d4f6c [2021-09-06T19:24:08.728Z] [2021-09-06T19:24:09.003Z] Successfully built 76aff65d4f6c [2021-09-06T19:24:09.003Z] Successfully tagged security-bootstrapper-arm64:latest [2021-09-06T19:24:10.112Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/core-command/core-command ./cmd/core-command [2021-09-06T19:24:10.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-09-06T19:24:11.824Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-09-06T19:24:12.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-09-06T19:24:13.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-09-06T19:24:15.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-09-06T19:24:16.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-09-06T19:24:17.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-09-06T19:24:19.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/secrets-config ./cmd/secrets-config [2021-09-06T19:24:19.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-09-06T19:24:21.941Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-09-06T19:24:21.941Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-09-06T19:24:21.941Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-09-06T19:24:21.941Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-09-06T19:24:21.941Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-09-06T19:24:21.941Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-09-06T19:24:21.941Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-09-06T19:24:21.941Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-09-06T19:24:21.941Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-09-06T19:24:21.941Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-09-06T19:24:21.941Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-09-06T19:24:21.941Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-09-06T19:24:21.941Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-09-06T19:24:21.941Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-09-06T19:24:21.941Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-09-06T19:24:21.941Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-09-06T19:24:21.941Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-09-06T19:24:21.941Z] + 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-09-06T19:24:21.941Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-09-06T19:24:21.941Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-09-06T19:24:21.941Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-09-06T19:24:21.941Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-09-06T19:24:21.941Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-09-06T19:24:21.941Z] + 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-09-06T19:24:21.941Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-09-06T19:24:21.941Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-09-06T19:24:21.941Z] + 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-09-06T19:24:22.906Z] Building hooks [2021-09-06T19:24:22.906Z] + cd /root/parts/hooks/src [2021-09-06T19:24:22.906Z] + make build [2021-09-06T19:24:22.906Z] go mod tidy [2021-09-06T19:24:23.178Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 [2021-09-06T19:24:23.445Z] go: downloading github.com/stretchr/testify v1.5.1 [2021-09-06T19:24:23.445Z] go: downloading gopkg.in/yaml.v2 v2.2.2 [2021-09-06T19:24:23.445Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2021-09-06T19:24:23.445Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2021-09-06T19:24:24.409Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2021-09-06T19:24:24.995Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2021-09-06T19:24:24.995Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2021-09-06T19:24:28.346Z] Building static-packages [2021-09-06T19:24:28.346Z] + snapcraftctl build [2021-09-06T19:24:30.343Z] Building version [2021-09-06T19:24:30.343Z] + snapcraftctl build [2021-09-06T19:24:32.971Z] Staging config-common [2021-09-06T19:24:32.971Z] + snapcraftctl stage [2021-09-06T19:24:33.955Z] Skipping stage go-build-helper (already ran) [2021-09-06T19:24:33.955Z] Staging edgex-go [2021-09-06T19:24:33.955Z] + snapcraftctl stage [2021-09-06T19:24:35.396Z] Staging hooks [2021-09-06T19:24:35.396Z] + snapcraftctl stage [2021-09-06T19:24:35.815Z]  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:24:35.815Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:24:35.815Z] ---> 79080a6740cb [2021-09-06T19:24:35.815Z] Step 3/24 : WORKDIR /edgex-go [2021-09-06T19:24:35.815Z] ---> Using cache [2021-09-06T19:24:35.816Z] ---> 830169d7a467 [2021-09-06T19:24:35.816Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:24:35.816Z] ---> Using cache [2021-09-06T19:24:35.816Z] ---> bb53ec5bb291 [2021-09-06T19:24:35.816Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-09-06T19:24:36.393Z] Staging static-packages [2021-09-06T19:24:36.393Z] + snapcraftctl stage [2021-09-06T19:24:36.419Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:24:36.419Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:24:36.419Z] ---> 79080a6740cb [2021-09-06T19:24:36.419Z] Step 3/23 : WORKDIR /edgex-go [2021-09-06T19:24:36.419Z] ---> Using cache [2021-09-06T19:24:36.419Z] ---> 830169d7a467 [2021-09-06T19:24:36.419Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:24:36.419Z] ---> Using cache [2021-09-06T19:24:36.419Z] ---> bb53ec5bb291 [2021-09-06T19:24:36.419Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-09-06T19:24:37.018Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:24:37.018Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:24:37.018Z] ---> 79080a6740cb [2021-09-06T19:24:37.018Z] Step 3/22 : WORKDIR /edgex-go [2021-09-06T19:24:37.018Z] ---> Using cache [2021-09-06T19:24:37.018Z] ---> 830169d7a467 [2021-09-06T19:24:37.018Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:24:37.018Z] ---> Using cache [2021-09-06T19:24:37.018Z] ---> bb53ec5bb291 [2021-09-06T19:24:37.018Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-09-06T19:24:37.378Z] Staging version [2021-09-06T19:24:37.378Z] + snapcraftctl stage [2021-09-06T19:24:38.824Z] Priming config-common [2021-09-06T19:24:38.824Z] + snapcraftctl prime [2021-09-06T19:24:39.807Z] Priming go-build-helper [2021-09-06T19:24:39.807Z] + snapcraftctl prime [2021-09-06T19:24:40.434Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-06T19:24:40.434Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-09-06T19:24:40.434Z] ---> 79080a6740cb [2021-09-06T19:24:40.434Z] Step 3/26 : WORKDIR /edgex-go [2021-09-06T19:24:40.434Z] ---> Using cache [2021-09-06T19:24:40.434Z] ---> 830169d7a467 [2021-09-06T19:24:40.434Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-06T19:24:40.434Z] ---> Using cache [2021-09-06T19:24:40.434Z] ---> bb53ec5bb291 [2021-09-06T19:24:40.434Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-09-06T19:24:41.259Z] Priming edgex-go [2021-09-06T19:24:41.259Z] + snapcraftctl prime [2021-09-06T19:24:41.869Z] ---> Running in 9a78a476b2f1 [2021-09-06T19:24:41.870Z] ---> Running in da29c1172aab [2021-09-06T19:24:41.870Z] ---> Running in 86a9cb891edc [2021-09-06T19:24:41.870Z] ---> Running in 5d2f1f15d7c4 [2021-09-06T19:24:42.250Z] Priming hooks [2021-09-06T19:24:42.250Z] + snapcraftctl prime [2021-09-06T19:24:43.688Z] Priming static-packages [2021-09-06T19:24:43.688Z] + snapcraftctl prime [2021-09-06T19:24:43.869Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:24:44.142Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:24:44.142Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:24:44.142Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:24:45.122Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:24:45.122Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:24:45.122Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:24:45.122Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:24:45.728Z] OK: 218 MiB in 52 packages [2021-09-06T19:24:46.009Z] OK: 218 MiB in 52 packages [2021-09-06T19:24:46.009Z] OK: 218 MiB in 52 packages [2021-09-06T19:24:46.009Z] OK: 218 MiB in 52 packages [2021-09-06T19:24:46.313Z] Priming version [2021-09-06T19:24:46.313Z] + snapcraftctl prime [2021-09-06T19:24:47.311Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-09-06T19:24:47.444Z] Removing intermediate container 9a78a476b2f1 [2021-09-06T19:24:47.444Z] ---> df0b485dd394 [2021-09-06T19:24:47.444Z] Step 6/22 : COPY go.mod . [2021-09-06T19:24:47.718Z] Removing intermediate container 5d2f1f15d7c4 [2021-09-06T19:24:47.718Z] ---> 52ac64110622 [2021-09-06T19:24:47.718Z] Step 6/23 : COPY go.mod . [2021-09-06T19:24:47.995Z] Removing intermediate container 86a9cb891edc [2021-09-06T19:24:47.995Z] ---> 7c0e6966dfa5 [2021-09-06T19:24:47.995Z] Step 6/24 : COPY go.mod . [2021-09-06T19:24:47.995Z] Removing intermediate container da29c1172aab [2021-09-06T19:24:47.995Z] ---> 67bbb20ff25d [2021-09-06T19:24:47.995Z] Step 6/26 : COPY go.mod . [2021-09-06T19:24:48.270Z] ---> ed2a58948c07 [2021-09-06T19:24:48.270Z] Step 7/22 : RUN go mod download [2021-09-06T19:24:48.545Z] ---> Running in e7ff9f3f8b36 [2021-09-06T19:24:48.818Z] ---> aea2a9dbc0b9 [2021-09-06T19:24:48.818Z] Step 7/23 : RUN go mod download [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-09-06T19:24:49.095Z] ---> Running in fe1d5e9e17e3 [2021-09-06T19:24:49.095Z] ---> 1da4c62876a0 [2021-09-06T19:24:49.095Z] Step 7/26 : RUN go mod download [2021-09-06T19:24:49.095Z] ---> 1c28f09370aa [2021-09-06T19:24:49.095Z] Step 7/24 : RUN go mod download [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-09-06T19:24:49.371Z] ---> Running in 9f13f035a80d [Pipeline] // stage [Pipeline] } [2021-09-06T19:24:49.652Z] ---> Running in e3cfd5927fcf [2021-09-06T19:24:53.979Z] Removing intermediate container e7ff9f3f8b36 [2021-09-06T19:24:53.979Z] ---> b046bd1614c1 [2021-09-06T19:24:53.979Z] Step 8/22 : COPY . . [2021-09-06T19:24:54.977Z] Removing intermediate container fe1d5e9e17e3 [2021-09-06T19:24:54.977Z] ---> 6a3983f7755b [2021-09-06T19:24:54.977Z] Step 8/23 : COPY . . [2021-09-06T19:24:55.254Z] Removing intermediate container 9f13f035a80d [2021-09-06T19:24:55.254Z] ---> 3a84720653fd [2021-09-06T19:24:55.254Z] Step 8/26 : COPY . . [2021-09-06T19:24:55.534Z] Removing intermediate container e3cfd5927fcf [2021-09-06T19:24:55.534Z] ---> 8114277342a9 [2021-09-06T19:24:55.534Z] Step 8/24 : COPY . . [2021-09-06T19:25:17.721Z] ---> aa045754116c [2021-09-06T19:25:17.721Z] Step 9/22 : RUN go mod tidy [2021-09-06T19:25:17.721Z] ---> 8c01badbfadb [2021-09-06T19:25:17.721Z] Step 9/23 : RUN go mod tidy [2021-09-06T19:25:17.721Z] ---> 318373eb781e [2021-09-06T19:25:17.721Z] Step 9/26 : RUN go mod tidy [2021-09-06T19:25:17.721Z] ---> 5a8da96dbac2 [2021-09-06T19:25:17.721Z] Step 9/24 : RUN go mod tidy [2021-09-06T19:25:17.721Z] ---> Running in 0159d7d3e238 [2021-09-06T19:25:17.721Z] ---> Running in 5cbc12b33a8f [2021-09-06T19:25:17.721Z] ---> Running in 2325d73438ea [2021-09-06T19:25:17.721Z] ---> Running in 6f87d53e63e3 [2021-09-06T19:25:21.124Z] Removing intermediate container 0159d7d3e238 [2021-09-06T19:25:21.124Z] ---> dddb38ff2dbe [2021-09-06T19:25:21.124Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-09-06T19:25:21.124Z] ---> Running in dd9b437a40d4 [2021-09-06T19:25:21.124Z] Removing intermediate container 2325d73438ea [2021-09-06T19:25:21.124Z] ---> ca86fc55ab56 [2021-09-06T19:25:21.124Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-09-06T19:25:21.397Z] Removing intermediate container 6f87d53e63e3 [2021-09-06T19:25:21.397Z] ---> 3888c0b648ea [2021-09-06T19:25:21.397Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-09-06T19:25:21.397Z] ---> Running in b2b13c6817a9 [2021-09-06T19:25:21.676Z] Removing intermediate container 5cbc12b33a8f [2021-09-06T19:25:21.676Z] ---> 909bd5aa3231 [2021-09-06T19:25:21.676Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-09-06T19:25:21.676Z] ---> Running in 20bd9269c1c5 [2021-09-06T19:25:21.950Z] ---> Running in 312c61768f31 [2021-09-06T19:25:22.939Z] 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-09-06T19:25:23.540Z] 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-09-06T19:25:23.815Z] 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-09-06T19:25:23.815Z] 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-09-06T19:27:00.672Z] 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-09-06T19:27:00.672Z] 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-09-06T19:27:00.672Z] Removing intermediate container b2b13c6817a9 [2021-09-06T19:27:00.672Z] ---> 7197a740c805 [2021-09-06T19:27:00.672Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-09-06T19:27:00.672Z] ---> Running in 91d4ee6c323b [2021-09-06T19:27:00.672Z] 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-09-06T19:27:00.672Z] Removing intermediate container 20bd9269c1c5 [2021-09-06T19:27:00.672Z] ---> 4a52e24d390b [2021-09-06T19:27:00.672Z] [2021-09-06T19:27:00.672Z] Step 11/26 : FROM alpine:3.12 [2021-09-06T19:27:00.672Z] ---> afc2cc120ca2 [2021-09-06T19:27:00.672Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-09-06T19:27:00.672Z] Removing intermediate container dd9b437a40d4 [2021-09-06T19:27:00.672Z] ---> 6680a6b657bd [2021-09-06T19:27:00.672Z] [2021-09-06T19:27:00.672Z] Step 11/22 : FROM alpine:3.12 [2021-09-06T19:27:00.672Z] ---> Running in 25e03fc3ef9c [2021-09-06T19:27:00.672Z] ---> afc2cc120ca2 [2021-09-06T19:27:00.672Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-09-06T19:27:00.672Z] ---> Running in 09ea36136130 [2021-09-06T19:27:00.672Z] Removing intermediate container 312c61768f31 [2021-09-06T19:27:00.672Z] ---> abdef540b7e4 [2021-09-06T19:27:00.672Z] [2021-09-06T19:27:00.672Z] Step 11/23 : FROM alpine:3.12 [2021-09-06T19:27:00.672Z] ---> afc2cc120ca2 [2021-09-06T19:27:00.672Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-09-06T19:27:00.672Z] ---> Running in 3009124569fe [2021-09-06T19:27:00.672Z] Removing intermediate container 91d4ee6c323b [2021-09-06T19:27:00.672Z] ---> 2e1707f58889 [2021-09-06T19:27:00.672Z] [2021-09-06T19:27:00.672Z] Step 12/24 : FROM docker:20.10.7 [2021-09-06T19:27:00.946Z] 20.10.7: Pulling from library/docker [2021-09-06T19:27:01.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:27:01.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:27:01.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:27:01.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:27:02.111Z] (1/3) Installing ca-certificates (20191127-r4) [2021-09-06T19:27:02.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:27:02.111Z] (2/3) Installing dumb-init (1.2.2-r1) [2021-09-06T19:27:02.111Z] (3/3) Installing su-exec (0.2-r1) [2021-09-06T19:27:02.111Z] (1/4) Installing ca-certificates (20191127-r4) [2021-09-06T19:27:02.111Z] Executing busybox-1.31.1-r20.trigger [2021-09-06T19:27:02.391Z] Executing ca-certificates-20191127-r4.trigger [2021-09-06T19:27:02.392Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-09-06T19:27:02.392Z] (3/4) Installing libcurl (7.78.0-r0) [2021-09-06T19:27:02.392Z] (4/4) Installing curl (7.78.0-r0) [2021-09-06T19:27:02.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:27:02.392Z] Executing busybox-1.31.1-r20.trigger [2021-09-06T19:27:02.392Z] Executing ca-certificates-20191127-r4.trigger [2021-09-06T19:27:02.669Z] OK: 7 MiB in 18 packages [2021-09-06T19:27:02.670Z] OK: 6 MiB in 17 packages [2021-09-06T19:27:02.947Z] (1/2) Installing ca-certificates (20191127-r4) [2021-09-06T19:27:02.947Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-09-06T19:27:02.947Z] Executing busybox-1.31.1-r20.trigger [2021-09-06T19:27:03.229Z] Executing ca-certificates-20191127-r4.trigger [2021-09-06T19:27:03.229Z] OK: 6 MiB in 16 packages [2021-09-06T19:27:05.875Z] Removing intermediate container 09ea36136130 [2021-09-06T19:27:05.875Z] ---> a38e203533a9 [2021-09-06T19:27:05.875Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-09-06T19:27:05.875Z] Removing intermediate container 25e03fc3ef9c [2021-09-06T19:27:05.875Z] ---> 953b569e7932 [2021-09-06T19:27:05.875Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-09-06T19:27:05.875Z] Removing intermediate container 3009124569fe [2021-09-06T19:27:05.875Z] ---> 8b9a86b80e0c [2021-09-06T19:27:05.875Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-06T19:27:06.475Z] ---> Running in 84565683e36e [2021-09-06T19:27:06.475Z] ---> Running in ca031f6204e4 [2021-09-06T19:27:06.475Z] ---> Running in 3eea6ba404d1 [2021-09-06T19:27:07.458Z] Removing intermediate container 3eea6ba404d1 [2021-09-06T19:27:07.458Z] ---> f32dcad1cc29 [2021-09-06T19:27:07.458Z] Step 14/23 : ENV APP_PORT=59860 [2021-09-06T19:27:07.749Z] Removing intermediate container ca031f6204e4 [2021-09-06T19:27:07.749Z] ---> dafb09cf9cef [2021-09-06T19:27:07.749Z] Step 14/22 : WORKDIR /edgex [2021-09-06T19:27:07.749Z] Removing intermediate container 84565683e36e [2021-09-06T19:27:07.749Z] ---> e3109636396a [2021-09-06T19:27:07.749Z] Step 14/26 : WORKDIR / [2021-09-06T19:27:08.023Z] ---> Running in a4227b963fb1 [2021-09-06T19:27:08.308Z] ---> Running in 870c1eef240b [2021-09-06T19:27:08.308Z] ---> Running in df2d21491339 [2021-09-06T19:27:08.918Z] Removing intermediate container a4227b963fb1 [2021-09-06T19:27:08.918Z] ---> c9ee2bb64a9f [2021-09-06T19:27:08.918Z] Step 15/23 : EXPOSE $APP_PORT [2021-09-06T19:27:09.519Z] ---> Running in 4eceabe295df [2021-09-06T19:27:09.519Z] Removing intermediate container 870c1eef240b [2021-09-06T19:27:09.519Z] ---> 235712bb38eb [2021-09-06T19:27:09.519Z] 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-09-06T19:27:09.795Z] Removing intermediate container df2d21491339 [2021-09-06T19:27:09.795Z] ---> 03a9e9e3f08b [2021-09-06T19:27:09.795Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-09-06T19:27:10.419Z] Removing intermediate container 4eceabe295df [2021-09-06T19:27:10.419Z] ---> d4e2fbd59244 [2021-09-06T19:27:10.419Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-06T19:27:10.696Z] ---> 7eded7beac2d [2021-09-06T19:27:10.696Z] 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-09-06T19:27:10.970Z] ---> 3cbebd06a852 [2021-09-06T19:27:10.970Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-09-06T19:27:11.581Z] ---> cdd22bcdbf8e [2021-09-06T19:27:11.581Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-09-06T19:27:12.179Z] ---> 5b8405e16958 [2021-09-06T19:27:12.179Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-09-06T19:27:12.472Z] Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 [2021-09-06T19:27:12.472Z] Status: Downloaded newer image for docker:20.10.7 [2021-09-06T19:27:12.472Z] ---> df445af6242a [2021-09-06T19:27:12.472Z] 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-09-06T19:27:13.115Z] ---> 86cc840b8721 [2021-09-06T19:27:13.115Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-09-06T19:27:13.115Z] ---> Running in 2539dc8a6810 [2021-09-06T19:27:13.115Z] ---> 830ec18add77 [2021-09-06T19:27:13.115Z] 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-09-06T19:27:13.438Z] ---> 5af74b557b66 [2021-09-06T19:27:13.438Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-09-06T19:27:13.738Z] Removing intermediate container 2539dc8a6810 [2021-09-06T19:27:13.738Z] ---> 8bd419fbf2de [2021-09-06T19:27:13.738Z] 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-09-06T19:27:14.039Z] ---> Running in 4077e66b50ca [2021-09-06T19:27:15.071Z] ---> ec7be9547677 [2021-09-06T19:27:15.071Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-09-06T19:27:15.071Z] ---> 35070db9b654 [2021-09-06T19:27:15.071Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-09-06T19:27:15.071Z] ---> Running in 9dc95e1650ce [2021-09-06T19:27:15.393Z] ---> d731636ea935 [2021-09-06T19:27:15.393Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-09-06T19:27:15.718Z] ---> Running in db7601c04e3e [2021-09-06T19:27:16.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-06T19:27:16.339Z] Removing intermediate container 9dc95e1650ce [2021-09-06T19:27:16.339Z] ---> 96dceeb7fc7b [2021-09-06T19:27:16.339Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-06T19:27:16.339Z] Removing intermediate container db7601c04e3e [2021-09-06T19:27:16.339Z] ---> 3fb592717a31 [2021-09-06T19:27:16.339Z] Step 19/22 : CMD ["--init=true"] [2021-09-06T19:27:16.339Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-06T19:27:16.619Z] ---> Running in b2b7da80ee1b [2021-09-06T19:27:16.890Z] ---> Running in fcce1ddba174 [2021-09-06T19:27:17.172Z] ---> 24e57a54e836 [2021-09-06T19:27:17.172Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-09-06T19:27:17.172Z] (1/39) Installing readline (8.1.0-r0) [2021-09-06T19:27:17.172Z] (2/39) Installing bash (5.1.0-r0) [2021-09-06T19:27:17.172Z] Removing intermediate container b2b7da80ee1b [2021-09-06T19:27:17.172Z] ---> b508bf86ca2e [2021-09-06T19:27:17.172Z] Step 21/23 : LABEL arch=arm64 [2021-09-06T19:27:17.172Z] Executing bash-5.1.0-r0.post-install [2021-09-06T19:27:17.172Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-09-06T19:27:17.172Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-09-06T19:27:17.172Z] (5/39) Installing libcurl (7.78.0-r0) [2021-09-06T19:27:17.445Z] (6/39) Installing curl (7.78.0-r0) [2021-09-06T19:27:17.445Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-09-06T19:27:17.445Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-09-06T19:27:17.445Z] (9/39) Installing expat (2.2.10-r1) [2021-09-06T19:27:17.445Z] (10/39) Installing libffi (3.3-r2) [2021-09-06T19:27:17.445Z] (11/39) Installing gdbm (1.19-r0) [2021-09-06T19:27:17.445Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-09-06T19:27:17.445Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-09-06T19:27:17.445Z] (14/39) Installing python3 (3.8.10-r0) [2021-09-06T19:27:17.445Z] ---> Running in ee42f3648ec8 [2021-09-06T19:27:18.037Z] Removing intermediate container fcce1ddba174 [2021-09-06T19:27:18.037Z] ---> fcd2245a8eb9 [2021-09-06T19:27:18.037Z] Step 20/22 : LABEL arch=arm64 [2021-09-06T19:27:18.315Z] Removing intermediate container ee42f3648ec8 [2021-09-06T19:27:18.315Z] ---> b9a6dd11f7f2 [2021-09-06T19:27:18.315Z] Step 22/23 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:27:18.917Z] ---> Running in 971e96b9f159 [2021-09-06T19:27:18.917Z] ---> Running in bf5d0df904b5 [2021-09-06T19:27:19.189Z] ---> b4976e6a29cd [2021-09-06T19:27:19.189Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-09-06T19:27:19.463Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-09-06T19:27:19.463Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-09-06T19:27:19.463Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-09-06T19:27:19.463Z] (18/39) Installing py3-six (1.15.0-r0) [2021-09-06T19:27:19.463Z] Removing intermediate container 971e96b9f159 [2021-09-06T19:27:19.463Z] ---> a983f95662c1 [2021-09-06T19:27:19.463Z] Step 21/22 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:27:19.463Z] (19/39) Installing py3-packaging (20.9-r0) [2021-09-06T19:27:19.775Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-09-06T19:27:19.775Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-09-06T19:27:19.775Z] ---> Running in ab286c8af287 [2021-09-06T19:27:19.775Z] Removing intermediate container bf5d0df904b5 [2021-09-06T19:27:19.775Z] ---> fc62cce928ef [2021-09-06T19:27:19.775Z] Step 23/23 : LABEL version=0.0.0 [2021-09-06T19:27:19.775Z] (22/39) Installing py3-idna (3.1-r0) [2021-09-06T19:27:19.775Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-09-06T19:27:20.052Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-09-06T19:27:20.052Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-09-06T19:27:20.052Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-09-06T19:27:20.052Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-09-06T19:27:20.052Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-09-06T19:27:20.052Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-09-06T19:27:20.052Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-09-06T19:27:20.052Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-09-06T19:27:20.052Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-09-06T19:27:20.052Z] ---> Running in b1d02440f0dd [2021-09-06T19:27:20.052Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-09-06T19:27:20.337Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-09-06T19:27:20.337Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-09-06T19:27:20.337Z] (36/39) Installing py3-progress (1.5-r0) [2021-09-06T19:27:20.337Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-09-06T19:27:20.337Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-09-06T19:27:20.337Z] ---> 20b76b64b121 [2021-09-06T19:27:20.337Z] 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-09-06T19:27:20.337Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-09-06T19:27:20.337Z] Removing intermediate container ab286c8af287 [2021-09-06T19:27:20.337Z] ---> dd14746ecdea [2021-09-06T19:27:20.337Z] Step 22/22 : LABEL version=0.0.0 [2021-09-06T19:27:20.610Z] ---> Running in f7dfcc08e438 [2021-09-06T19:27:20.902Z] ---> Running in c0cb81249183 [2021-09-06T19:27:20.902Z] Executing busybox-1.32.1-r6.trigger [2021-09-06T19:27:20.902Z] OK: 82 MiB in 59 packages [2021-09-06T19:27:21.189Z] Removing intermediate container b1d02440f0dd [2021-09-06T19:27:21.189Z] ---> 6179195543d1 [2021-09-06T19:27:21.189Z] [2021-09-06T19:27:21.472Z] Removing intermediate container c0cb81249183 [2021-09-06T19:27:21.472Z] ---> 5320080eff1f [2021-09-06T19:27:21.472Z] [2021-09-06T19:27:21.472Z] Successfully built 6179195543d1 [2021-09-06T19:27:21.750Z] Successfully tagged support-notifications-arm64:latest [2021-09-06T19:27:22.040Z]  Building support-notifications ... done Successfully built 5320080eff1f [2021-09-06T19:27:22.040Z] Successfully tagged security-proxy-setup-arm64:latest [2021-09-06T19:27:23.512Z]  Building security-proxy-setup ... done Removing intermediate container f7dfcc08e438 [2021-09-06T19:27:23.512Z] ---> a80b528cc938 [2021-09-06T19:27:23.512Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-09-06T19:27:23.512Z] ---> Running in 316e051bb523 [2021-09-06T19:27:24.124Z] Removing intermediate container 316e051bb523 [2021-09-06T19:27:24.125Z] ---> b5763da81ed4 [2021-09-06T19:27:24.125Z] Step 24/26 : LABEL arch=arm64 [2021-09-06T19:27:24.125Z] ---> Running in 2ab2d932087b [2021-09-06T19:27:24.730Z] Removing intermediate container 2ab2d932087b [2021-09-06T19:27:24.730Z] ---> c4744f3f93e7 [2021-09-06T19:27:24.730Z] Step 25/26 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:27:24.730Z] ---> Running in 50f46908b8c8 [2021-09-06T19:27:25.339Z] Removing intermediate container 50f46908b8c8 [2021-09-06T19:27:25.339Z] ---> b022f62cb4e5 [2021-09-06T19:27:25.339Z] Step 26/26 : LABEL version=0.0.0 [2021-09-06T19:27:25.339Z] ---> Running in b25eb80ccee3 [2021-09-06T19:27:25.945Z] Removing intermediate container b25eb80ccee3 [2021-09-06T19:27:25.945Z] ---> b81dcabdd79b [2021-09-06T19:27:25.945Z] [2021-09-06T19:27:26.229Z] Successfully built b81dcabdd79b [2021-09-06T19:27:26.506Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-09-06T19:27:28.484Z]  Building security-secretstore-setup ... done Collecting docker-compose==1.23.2 [2021-09-06T19:27:28.484Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-09-06T19:27:29.083Z] Collecting PyYAML<4,>=3.10 [2021-09-06T19:27:29.083Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-09-06T19:27:32.487Z] Collecting docopt<0.7,>=0.6.1 [2021-09-06T19:27:32.487Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-09-06T19:27:34.478Z] Collecting docker<4.0,>=3.6.0 [2021-09-06T19:27:34.478Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-09-06T19:27:34.478Z] Collecting dockerpty<0.5,>=0.4.1 [2021-09-06T19:27:34.478Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-09-06T19:27:37.100Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-09-06T19:27:37.100Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-09-06T19:27:37.100Z] Collecting jsonschema<3,>=2.5.1 [2021-09-06T19:27:37.100Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-09-06T19:27:37.100Z] Collecting texttable<0.10,>=0.9.0 [2021-09-06T19:27:37.100Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-09-06T19:27:39.085Z] Collecting websocket-client<1.0,>=0.32.0 [2021-09-06T19:27:39.085Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-09-06T19:27:39.085Z] 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-09-06T19:27:39.359Z] Collecting cached-property<2,>=1.2.0 [2021-09-06T19:27:39.360Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-09-06T19:27:39.958Z] Collecting docker-pycreds>=0.4.0 [2021-09-06T19:27:39.958Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-09-06T19:27:40.232Z] Collecting chardet<3.1.0,>=3.0.2 [2021-09-06T19:27:40.232Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-09-06T19:27:40.828Z] Collecting certifi>=2017.4.17 [2021-09-06T19:27:40.828Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-09-06T19:27:41.101Z] Collecting urllib3<1.25,>=1.21.1 [2021-09-06T19:27:41.101Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-09-06T19:27:41.374Z] Collecting idna<2.8,>=2.5 [2021-09-06T19:27:41.374Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-09-06T19:27:41.653Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-09-06T19:27:41.653Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-09-06T19:27:41.653Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-09-06T19:27:41.653Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-09-06T19:27:42.638Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-09-06T19:27:42.638Z] Attempting uninstall: urllib3 [2021-09-06T19:27:42.638Z] Found existing installation: urllib3 1.26.2 [2021-09-06T19:27:42.638Z] Uninstalling urllib3-1.26.2: [2021-09-06T19:27:42.638Z] Successfully uninstalled urllib3-1.26.2 [2021-09-06T19:27:42.917Z] Attempting uninstall: idna [2021-09-06T19:27:42.917Z] Found existing installation: idna 3.1 [2021-09-06T19:27:42.917Z] Uninstalling idna-3.1: [2021-09-06T19:27:43.191Z] Successfully uninstalled idna-3.1 [2021-09-06T19:27:43.794Z] Attempting uninstall: chardet [2021-09-06T19:27:43.794Z] Found existing installation: chardet 4.0.0 [2021-09-06T19:27:43.794Z] Uninstalling chardet-4.0.0: [2021-09-06T19:27:43.794Z] Successfully uninstalled chardet-4.0.0 [2021-09-06T19:27:45.231Z] Attempting uninstall: requests [2021-09-06T19:27:45.232Z] Found existing installation: requests 2.25.1 [2021-09-06T19:27:45.232Z] Uninstalling requests-2.25.1: [2021-09-06T19:27:45.232Z] Successfully uninstalled requests-2.25.1 [2021-09-06T19:27:45.505Z] Running setup.py install for texttable: started [2021-09-06T19:27:47.480Z] Running setup.py install for texttable: finished with status 'done' [2021-09-06T19:27:47.480Z] Running setup.py install for PyYAML: started [2021-09-06T19:27:49.454Z] Running setup.py install for PyYAML: finished with status 'done' [2021-09-06T19:27:49.454Z] Running setup.py install for docopt: started [2021-09-06T19:27:51.442Z] Running setup.py install for docopt: finished with status 'done' [2021-09-06T19:27:51.442Z] Running setup.py install for dockerpty: started [2021-09-06T19:27:53.486Z] Running setup.py install for dockerpty: finished with status 'done' [2021-09-06T19:27:54.460Z] 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-09-06T19:28:02.736Z] Removing intermediate container 4077e66b50ca [2021-09-06T19:28:02.736Z] ---> 5d49949fd68a [2021-09-06T19:28:02.736Z] Step 15/24 : ENV APP_PORT=58890 [2021-09-06T19:28:02.736Z] ---> Running in 06cb41e3dc38 [2021-09-06T19:28:03.327Z] Removing intermediate container 06cb41e3dc38 [2021-09-06T19:28:03.327Z] ---> dfe2ea3c0b2c [2021-09-06T19:28:03.327Z] Step 16/24 : EXPOSE $APP_PORT [2021-09-06T19:28:03.600Z] ---> Running in 37d5253a438d [2021-09-06T19:28:03.873Z] Removing intermediate container 37d5253a438d [2021-09-06T19:28:03.873Z] ---> 1ab0946e957e [2021-09-06T19:28:03.873Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-09-06T19:28:05.302Z] ---> 612055d1b7fc [2021-09-06T19:28:05.302Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-09-06T19:28:06.279Z] ---> 07f91d9abad9 [2021-09-06T19:28:06.279Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-09-06T19:28:07.253Z] ---> b02a6beaac3a [2021-09-06T19:28:07.253Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-09-06T19:28:07.253Z] ---> Running in 78793de00770 [2021-09-06T19:28:07.844Z] Removing intermediate container 78793de00770 [2021-09-06T19:28:07.844Z] ---> 61314fc8100d [2021-09-06T19:28:07.844Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-06T19:28:07.844Z] ---> Running in 01f5d079e046 [2021-09-06T19:28:08.439Z] Removing intermediate container 01f5d079e046 [2021-09-06T19:28:08.439Z] ---> c4cc1d04f7fd [2021-09-06T19:28:08.439Z] Step 22/24 : LABEL arch=arm64 [2021-09-06T19:28:08.439Z] ---> Running in 67acb321a99b [2021-09-06T19:28:09.032Z] Removing intermediate container 67acb321a99b [2021-09-06T19:28:09.032Z] ---> fa3b90359261 [2021-09-06T19:28:09.032Z] Step 23/24 : LABEL git_sha=c0496e6c5c4aeda306cc272094c9db7e71d87ece [2021-09-06T19:28:09.306Z] ---> Running in 8f1e05be4b32 [2021-09-06T19:28:09.903Z] Removing intermediate container 8f1e05be4b32 [2021-09-06T19:28:09.903Z] ---> fa083da1a52f [2021-09-06T19:28:09.903Z] Step 24/24 : LABEL version=0.0.0 [2021-09-06T19:28:09.903Z] ---> Running in 37948648c2e1 [2021-09-06T19:28:10.496Z] Removing intermediate container 37948648c2e1 [2021-09-06T19:28:10.496Z] ---> b39284700734 [2021-09-06T19:28:10.496Z] [2021-09-06T19:28:10.768Z] Successfully built b39284700734 [2021-09-06T19:28:10.769Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-09-06T19:28:11.054Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-09-06T19:28:11.077Z] $ docker stop --time=1 34dae06eb6ef333b705f3e0edd30e7369b93d7e28828dd605f00376982e71a43 [2021-09-06T19:28:12.953Z] $ docker rm -f 34dae06eb6ef333b705f3e0edd30e7369b93d7e28828dd605f00376982e71a43 [Pipeline] // withDockerContainer [Pipeline] sh [2021-09-06T19:28:13.632Z] + docker images [2021-09-06T19:28:13.904Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-06T19:28:13.904Z] sys-mgmt-agent-arm64 latest b39284700734 3 seconds ago 311MB [2021-09-06T19:28:13.904Z] security-secretstore-setup-arm64 latest b81dcabdd79b 48 seconds ago 26.5MB [2021-09-06T19:28:13.904Z] security-proxy-setup-arm64 latest 5320080eff1f 52 seconds ago 24.6MB [2021-09-06T19:28:13.904Z] support-notifications-arm64 latest 6179195543d1 53 seconds ago 15.9MB [2021-09-06T19:28:13.904Z] 2e1707f58889 About a minute ago 1.57GB [2021-09-06T19:28:13.904Z] abdef540b7e4 About a minute ago 1.57GB [2021-09-06T19:28:13.904Z] 6680a6b657bd About a minute ago 1.57GB [2021-09-06T19:28:13.904Z] 4a52e24d390b About a minute ago 1.57GB [2021-09-06T19:28:13.904Z] security-bootstrapper-arm64 latest 76aff65d4f6c 4 minutes ago 17.7MB [2021-09-06T19:28:13.904Z] core-data-arm64 latest 3f0d8d38d49a 4 minutes ago 19.3MB [2021-09-06T19:28:13.904Z] core-metadata-arm64 latest 40caa6548554 4 minutes ago 15.8MB [2021-09-06T19:28:13.904Z] core-command-arm64 latest 9448b1596c27 4 minutes ago 15.2MB [2021-09-06T19:28:13.904Z] support-scheduler-arm64 latest dfff633bc076 4 minutes ago 15.2MB [2021-09-06T19:28:13.904Z] 17aa43d5fe13 4 minutes ago 1.57GB [2021-09-06T19:28:13.904Z] ad9944448c5b 4 minutes ago 1.57GB [2021-09-06T19:28:13.904Z] 7d440716be00 4 minutes ago 1.57GB [2021-09-06T19:28:13.904Z] 3d047b4d0682 4 minutes ago 1.57GB [2021-09-06T19:28:13.904Z] 2456391f39a3 4 minutes ago 1.56GB [2021-09-06T19:28:13.904Z] ci-base-image-arm64 latest 79080a6740cb 15 minutes ago 1.24GB [2021-09-06T19:28:13.904Z] alpine 3.12 afc2cc120ca2 5 days ago 5.33MB [2021-09-06T19:28:13.904Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 04bc70af865f 4 weeks ago 533MB [2021-09-06T19:28:13.904Z] docker 20.10.7 df445af6242a 2 months ago 234MB [2021-09-06T19:28:13.904Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 14 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-06T19:28:16.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-09-06T19:28:17.259Z] [2021-09-06T19:28:17.259Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-09-06T19:28:17.654Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-09-06T19:28:17.925Z] arm64: Pulling from edgex-lftools-log-publisher [2021-09-06T19:28:17.925Z] 448f6bf000e3: Pulling fs layer [2021-09-06T19:28:17.925Z] f757da607395: Pulling fs layer [2021-09-06T19:28:17.925Z] 05883995daec: Pulling fs layer [2021-09-06T19:28:17.925Z] 8603b9c90790: Pulling fs layer [2021-09-06T19:28:17.925Z] 1560dd03e051: Pulling fs layer [2021-09-06T19:28:17.925Z] 27f5ce0e4adf: Pulling fs layer [2021-09-06T19:28:17.925Z] c2d8d7efcc4b: Pulling fs layer [2021-09-06T19:28:17.925Z] 1560dd03e051: Waiting [2021-09-06T19:28:17.925Z] 8603b9c90790: Waiting [2021-09-06T19:28:17.925Z] 27f5ce0e4adf: Waiting [2021-09-06T19:28:17.925Z] c2d8d7efcc4b: Waiting [2021-09-06T19:28:18.198Z] f757da607395: Verifying Checksum [2021-09-06T19:28:18.198Z] f757da607395: Download complete [2021-09-06T19:28:18.198Z] 8603b9c90790: Verifying Checksum [2021-09-06T19:28:18.198Z] 1560dd03e051: Verifying Checksum [2021-09-06T19:28:18.198Z] 1560dd03e051: Download complete [2021-09-06T19:28:18.198Z] 27f5ce0e4adf: Verifying Checksum [2021-09-06T19:28:18.198Z] 27f5ce0e4adf: Download complete [2021-09-06T19:28:18.469Z] 05883995daec: Download complete [2021-09-06T19:28:19.443Z] 448f6bf000e3: Verifying Checksum [2021-09-06T19:28:19.443Z] 448f6bf000e3: Download complete [2021-09-06T19:28:22.835Z] c2d8d7efcc4b: Verifying Checksum [2021-09-06T19:28:22.835Z] c2d8d7efcc4b: Download complete [2021-09-06T19:28:23.106Z] 448f6bf000e3: Pull complete [2021-09-06T19:28:23.702Z] f757da607395: Pull complete [2021-09-06T19:28:25.151Z] 05883995daec: Pull complete [2021-09-06T19:28:25.746Z] 8603b9c90790: Pull complete [2021-09-06T19:28:26.726Z] 1560dd03e051: Pull complete [2021-09-06T19:28:26.998Z] 27f5ce0e4adf: Pull complete [2021-09-06T19:28:42.086Z] c2d8d7efcc4b: Pull complete [2021-09-06T19:28:42.087Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-09-06T19:28:42.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-09-06T19:28:42.087Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-09-06T19:28:42.398Z] prd-ubuntu18.04-docker-arm64-4c-16g-1469 does not seem to be running inside a container [2021-09-06T19:28:42.481Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-09-06T19:28:46.715Z] $ docker top 54d9f32d0d7b38de12c19093e9822e63c67c87e29c405cc49101c036ca778c29 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-06T19:28:48.135Z] ---> job-cost.sh [2021-09-06T19:28:48.135Z] lf-activate-venv: SKIPPING [2021-09-06T19:28:48.135Z] INFO: No Stack... [2021-09-06T19:28:48.725Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-09-06T19:28:49.315Z] INFO: Archiving Costs [Pipeline] sh [2021-09-06T19:28:49.998Z] + cut -d, -f6 [2021-09-06T19:28:49.998Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2021-09-06T19:28:50.090Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3702-1-stack-cost] [2021-09-06T19:28:50.097Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3702-1-stack-cost] did not exist. Created. [2021-09-06T19:28:50.097Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3702-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-09-06T19:28:50.897Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-09-06T19:28:51.089Z] Stashed 1 file(s) [Pipeline] } [2021-09-06T19:28:51.107Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3702-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-09-06T19:28:51.181Z] $ docker stop --time=1 54d9f32d0d7b38de12c19093e9822e63c67c87e29c405cc49101c036ca778c29 [2021-09-06T19:28:52.881Z] $ docker rm -f 54d9f32d0d7b38de12c19093e9822e63c67c87e29c405cc49101c036ca778c29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-09-06T19:28:54.880Z] provisioning config files... [2021-09-06T19:28:54.901Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5569369745956913278tmp [Pipeline] { [Pipeline] sh [2021-09-06T19:28:55.288Z] + set +x [2021-09-06T19:28:55.288Z] + curl -s https://codecov.io/bash [2021-09-06T19:28:55.288Z] + bash -s -- [2021-09-06T19:28:55.561Z] [2021-09-06T19:28:55.561Z] _____ _ [2021-09-06T19:28:55.561Z] / ____| | | [2021-09-06T19:28:55.561Z] | | ___ __| | ___ ___ _____ __ [2021-09-06T19:28:55.561Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-09-06T19:28:55.561Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-09-06T19:28:55.561Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-09-06T19:28:55.561Z] Bash-1.0.6 [2021-09-06T19:28:55.561Z] [2021-09-06T19:28:55.561Z] [2021-09-06T19:28:55.561Z] ==> git version 2.24.4 found [2021-09-06T19:28:55.561Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-09-06T19:28:55.561Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-09-06T19:28:55.561Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-09-06T19:28:55.561Z] ==> Jenkins CI detected. [2021-09-06T19:28:55.561Z] current dir:  /w/workspace/edgex-go/1 [2021-09-06T19:28:55.561Z] project root: . [2021-09-06T19:28:55.561Z] --> token set from env [2021-09-06T19:28:55.561Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-09-06T19:28:55.561Z] ==> Running gcov in . (disable via -X gcov) [2021-09-06T19:28:55.561Z] ==> Python coveragepy not found [2021-09-06T19:28:55.561Z] ==> Searching for coverage reports in: [2021-09-06T19:28:55.561Z] + . [2021-09-06T19:28:55.561Z] -> Found 1 reports [2021-09-06T19:28:55.561Z] ==> Detecting git/mercurial file structure [2021-09-06T19:28:55.561Z] ==> Reading reports [2021-09-06T19:28:55.561Z] + ./coverage.out bytes=404331 [2021-09-06T19:28:55.561Z] ==> Appending adjustments [2021-09-06T19:28:55.561Z] https://docs.codecov.io/docs/fixing-reports [2021-09-06T19:28:56.972Z] + Found adjustments [2021-09-06T19:28:56.972Z] ==> Gzipping contents [2021-09-06T19:28:56.972Z] 56K /tmp/codecov.wVm0vx.gz [2021-09-06T19:28:56.972Z] ==> Uploading reports [2021-09-06T19:28:56.972Z] url: https://codecov.io [2021-09-06T19:28:56.972Z] query: branch=PR-3702&commit=c0496e6c5c4aeda306cc272094c9db7e71d87ece&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3702%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3702&job=&cmd_args= [2021-09-06T19:28:56.972Z] -> Pinging Codecov [2021-09-06T19:28:56.972Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3702&commit=c0496e6c5c4aeda306cc272094c9db7e71d87ece&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3702%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3702&job=&cmd_args= [2021-09-06T19:28:57.242Z] -> Uploading to [2021-09-06T19:28:57.242Z] https://storage.googleapis.com/codecov/v4/raw/2021-09-06/00271124DB129430A58F1EEE437C3FCB/c0496e6c5c4aeda306cc272094c9db7e71d87ece/3947a843-4cae-4302-ae24-107bfc7b6ce5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210906%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210906T192856Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6e0cab9559c2e2ded40b21d4983df46d209290ce8f90ac4cea2712540ab8174b [2021-09-06T19:28:57.242Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-09-06T19:28:57.242Z] Dload Upload Total Spent Left Speed [2021-09-06T19:28:57.506Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54497 0 0 100 54497 0 124k --:--:-- --:--:-- --:--:-- 124k 100 54497 0 0 100 54497 0 124k --:--:-- --:--:-- --:--:-- 124k [2021-09-06T19:28:57.506Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/c0496e6c5c4aeda306cc272094c9db7e71d87ece [Pipeline] } [2021-09-06T19:28:57.550Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-09-06T19:28:59.881Z] + '[' -d /w/workspace/edgex-go/1/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-09-06T19:29:00.239Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-06T19:29:00.880Z] ---> package-listing.sh [2021-09-06T19:29:00.880Z] ++ facter osfamily [2021-09-06T19:29:00.880Z] ++ tr '[:upper:]' '[:lower:]' [2021-09-06T19:29:01.148Z] + OS_FAMILY=redhat [2021-09-06T19:29:01.148Z] + workspace=/w/workspace/edgex-go/1 [2021-09-06T19:29:01.148Z] + START_PACKAGES=/tmp/packages_start.txt [2021-09-06T19:29:01.148Z] + END_PACKAGES=/tmp/packages_end.txt [2021-09-06T19:29:01.148Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-09-06T19:29:01.148Z] + PACKAGES=/tmp/packages_start.txt [2021-09-06T19:29:01.148Z] + '[' /w/workspace/edgex-go/1 ']' [2021-09-06T19:29:01.148Z] + PACKAGES=/tmp/packages_end.txt [2021-09-06T19:29:01.148Z] + case "${OS_FAMILY}" in [2021-09-06T19:29:01.148Z] + sort [2021-09-06T19:29:01.148Z] + rpm -qa [2021-09-06T19:29:03.092Z] + '[' -f /tmp/packages_start.txt ']' [2021-09-06T19:29:03.092Z] + '[' -f /tmp/packages_end.txt ']' [2021-09-06T19:29:03.092Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-09-06T19:29:03.092Z] + '[' /w/workspace/edgex-go/1 ']' [2021-09-06T19:29:03.092Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-09-06T19:29:03.092Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-09-06T19:29:03.148Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-09-06T19:29:03.485Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-09-06T19:29:04.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-06T19:29:04.143Z] [2021-09-06T19:29:04.143Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-09-06T19:29:04.743Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-06T19:29:04.743Z] latest: Pulling from edgex-lftools-log-publisher [2021-09-06T19:29:04.743Z] b4d181a07f80: Pulling fs layer [2021-09-06T19:29:04.743Z] a1111a8f2ec3: Pulling fs layer [2021-09-06T19:29:04.743Z] ed53099fbce6: Pulling fs layer [2021-09-06T19:29:04.743Z] dc539afda2c1: Pulling fs layer [2021-09-06T19:29:04.743Z] 77bc0d833cb6: Pulling fs layer [2021-09-06T19:29:04.743Z] 9065ff56babe: Pulling fs layer [2021-09-06T19:29:04.743Z] d287ab97295c: Pulling fs layer [2021-09-06T19:29:04.743Z] dc539afda2c1: Waiting [2021-09-06T19:29:04.743Z] 77bc0d833cb6: Waiting [2021-09-06T19:29:04.743Z] 9065ff56babe: Waiting [2021-09-06T19:29:04.743Z] d287ab97295c: Waiting [2021-09-06T19:29:04.743Z] a1111a8f2ec3: Verifying Checksum [2021-09-06T19:29:04.743Z] a1111a8f2ec3: Download complete [2021-09-06T19:29:04.743Z] dc539afda2c1: Verifying Checksum [2021-09-06T19:29:04.743Z] dc539afda2c1: Download complete [2021-09-06T19:29:05.011Z] 77bc0d833cb6: Verifying Checksum [2021-09-06T19:29:05.011Z] 77bc0d833cb6: Download complete [2021-09-06T19:29:05.011Z] ed53099fbce6: Verifying Checksum [2021-09-06T19:29:05.011Z] ed53099fbce6: Download complete [2021-09-06T19:29:05.011Z] 9065ff56babe: Verifying Checksum [2021-09-06T19:29:05.011Z] 9065ff56babe: Download complete [2021-09-06T19:29:05.597Z] b4d181a07f80: Verifying Checksum [2021-09-06T19:29:05.597Z] b4d181a07f80: Download complete [2021-09-06T19:29:07.033Z] b4d181a07f80: Pull complete [2021-09-06T19:29:07.033Z] a1111a8f2ec3: Pull complete [2021-09-06T19:29:07.625Z] ed53099fbce6: Pull complete [2021-09-06T19:29:07.625Z] dc539afda2c1: Pull complete [2021-09-06T19:29:07.891Z] 77bc0d833cb6: Pull complete [2021-09-06T19:29:07.891Z] 9065ff56babe: Pull complete [2021-09-06T19:29:09.297Z] d287ab97295c: Verifying Checksum [2021-09-06T19:29:09.297Z] d287ab97295c: Download complete [2021-09-06T19:29:13.566Z] d287ab97295c: Pull complete [2021-09-06T19:29:13.567Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-09-06T19:29:13.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-06T19:29:13.567Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-09-06T19:29:13.687Z] prd-centos7-docker-4c-2g-1453 does not seem to be running inside a container [2021-09-06T19:29:13.754Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-09-06T19:29:17.030Z] $ docker top 68e1f4d97e1e86856d6bff0dbb2276b33bd0dc22e452ad63bb9c9e7d5465807d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-06T19:29:17.502Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-09-06T19:29:17.844Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-09-06T19:29:18.183Z] + ls /var/log/sa-host [2021-09-06T19:29:18.183Z] + sadf -c /var/log/sa-host/sa05 [2021-09-06T19:29:18.183Z] file_magic: OK [2021-09-06T19:29:18.183Z] HZ: Using current value: 100 [2021-09-06T19:29:18.183Z] file_header: OK [2021-09-06T19:29:18.183Z] 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-09-06T19:29:18.183Z] Statistics: [2021-09-06T19:29:18.183Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-09-06T19:29:18.183Z] File successfully converted to sysstat format version 12.0.3 [2021-09-06T19:29:18.183Z] + sadf -c /var/log/sa-host/sa06 [2021-09-06T19:29:18.183Z] file_magic: OK [2021-09-06T19:29:18.183Z] HZ: Using current value: 100 [2021-09-06T19:29:18.183Z] file_header: OK [2021-09-06T19:29:18.183Z] 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-09-06T19:29:18.183Z] Statistics: [2021-09-06T19:29:18.184Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-09-06T19:29:18.184Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-09-06T19:29:18.908Z] provisioning config files... [2021-09-06T19:29:18.923Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1597691008173511952tmp [Pipeline] { [Pipeline] echo [2021-09-06T19:29:18.984Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-06T19:29:19.346Z] ---> create-netrc.sh [Pipeline] } [2021-09-06T19:29:19.374Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-09-06T19:29:21.420Z] ---> python-tools-install.sh [Pipeline] echo [2021-09-06T19:29:21.466Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-06T19:29:21.825Z] ---> sudo-logs.sh [2021-09-06T19:29:21.825Z] Archiving 'sudo' log.. [2021-09-06T19:29:21.825Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1453.vexxhost.local: Name or service not known [2021-09-06T19:29:21.825Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1453.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-09-06T19:29:21.952Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-06T19:29:22.303Z] ---> job-cost.sh [2021-09-06T19:29:22.303Z] lf-activate-venv: SKIPPING [2021-09-06T19:29:22.303Z] DEBUG: total: 0.10999999940395355 [2021-09-06T19:29:22.303Z] INFO: Retrieving Stack Cost... [2021-09-06T19:29:24.246Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-09-06T19:29:24.246Z] INFO: Archiving Costs [Pipeline] echo [2021-09-06T19:29:24.288Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-06T19:29:24.653Z] ---> logs-deploy.sh [2021-09-06T19:29:24.653Z] lf-activate-venv: SKIPPING [2021-09-06T19:29:24.653Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3702/1 [2021-09-06T19:29:24.653Z] INFO: archiving workspace using pattern(s): [2021-09-06T19:29:25.615Z] Archives upload complete. [2021-09-06T19:29:25.615Z] INFO: archiving logs to Nexus