Pull request #3780 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 429f0d413a86a0f66da5d000fb0760535baac886+2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 (b2a3ed8344ddc91a149a7bec8a43869ba8f442b9) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8025300354667343415.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 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-ssh3202967948111763790.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 d6bf42d899a6140169a1fadeb6f44df9cdc48750 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh115332192696958642.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d6bf42d899a6140169a1fadeb6f44df9cdc48750 # timeout=10 Commit message: "Merge pull request #360 from ernestojeda/fix-alpine-3-14-seccomp-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6262729983921356179.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2970204107332852227.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-121 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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/7@tmp/jenkins-gitclient-ssh9015236625197210418.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 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 429f0d413a86a0f66da5d000fb0760535baac886 Merge succeeded, producing 429f0d413a86a0f66da5d000fb0760535baac886 Checking out Revision 429f0d413a86a0f66da5d000fb0760535baac886 (PR-3780) > 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/7@tmp/jenkins-gitclient-ssh3043936424732346902.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 429f0d413a86a0f66da5d000fb0760535baac886 # 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/7@tmp/jenkins-gitclient-ssh962106468469158525.key > git merge 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 429f0d413a86a0f66da5d000fb0760535baac886 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-10-28T18:28:31.490Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-28T18:28:31.536Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-28T18:28:31.551Z] ========================================================= [2021-10-28T18:28:31.551Z] EdgeX Global Pipelines Version Info [2021-10-28T18:28:31.551Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-10-28T18:28:32.685Z] ------------------- [2021-10-28T18:28:32.685Z] stable info: [2021-10-28T18:28:32.685Z] ------------------- [2021-10-28T18:28:32.685Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-28T18:28:32.686Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-28T18:28:32.686Z] Message: update stable to v1.0.210 > git rev-list --no-walk 0d8da8941b190b880e19c2b7bf818eee88b99c2a # timeout=10 [2021-10-28T18:28:33.261Z] ------------------- [2021-10-28T18:28:33.261Z] experimental info: [2021-10-28T18:28:33.261Z] ------------------- [2021-10-28T18:28:33.261Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-10-28T18:28:33.261Z] Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [2021-10-28T18:28:33.261Z] Message: update experimental to v1.0.211 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-28T18:28:33.334Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-10-28T18:28:33.343Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-10-28T18:28:33.351Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-28T18:28:33.359Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-28T18:28:33.368Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-28T18:28:33.376Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-28T18:28:33.385Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-10-28T18:28:33.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-10-28T18:28:33.402Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-10-28T18:28:33.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-10-28T18:28:33.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-28T18:28:33.433Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-28T18:28:33.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-28T18:28:33.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-28T18:28:33.462Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-28T18:28:33.473Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-10-28T18:28:33.483Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-10-28T18:28:33.495Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-28T18:28:33.509Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-10-28T18:28:33.518Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-10-28T18:28:33.531Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-10-28T18:28:33.543Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-28T18:28:33.552Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3780 [Pipeline] echo [2021-10-28T18:28:33.562Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3780 [Pipeline] echo [2021-10-28T18:28:33.576Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3780 [Pipeline] echo [2021-10-28T18:28:33.589Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 429f0d413a86a0f66da5d000fb0760535baac886 [Pipeline] echo [2021-10-28T18:28:33.598Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 429f0d4 [Pipeline] echo [2021-10-28T18:28:33.609Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-28T18:28:33.646Z] provisioning config files... [2021-10-28T18:28:33.661Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config1012788143443704186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-28T18:28:33.959Z] ---> docker-login.sh [2021-10-28T18:28:33.959Z] nexus3.edgexfoundry.org:10001 [2021-10-28T18:28:33.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T18:28:33.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T18:28:33.959Z] Configure a credential helper to remove this warning. See [2021-10-28T18:28:33.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T18:28:33.959Z] [2021-10-28T18:28:33.959Z] Login Succeeded [2021-10-28T18:28:33.959Z] nexus3.edgexfoundry.org:10002 [2021-10-28T18:28:34.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T18:28:34.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T18:28:34.220Z] Configure a credential helper to remove this warning. See [2021-10-28T18:28:34.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T18:28:34.220Z] [2021-10-28T18:28:34.220Z] Login Succeeded [2021-10-28T18:28:34.220Z] nexus3.edgexfoundry.org:10003 [2021-10-28T18:28:34.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T18:28:34.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T18:28:34.220Z] Configure a credential helper to remove this warning. See [2021-10-28T18:28:34.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T18:28:34.220Z] [2021-10-28T18:28:34.220Z] Login Succeeded [2021-10-28T18:28:34.220Z] nexus3.edgexfoundry.org:10004 [2021-10-28T18:28:34.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T18:28:34.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T18:28:34.480Z] Configure a credential helper to remove this warning. See [2021-10-28T18:28:34.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T18:28:34.480Z] [2021-10-28T18:28:34.480Z] Login Succeeded [2021-10-28T18:28:34.480Z] docker.io [2021-10-28T18:28:34.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T18:28:34.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T18:28:34.740Z] Configure a credential helper to remove this warning. See [2021-10-28T18:28:34.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T18:28:34.740Z] [2021-10-28T18:28:34.740Z] Login Succeeded [2021-10-28T18:28:34.740Z] ---> docker-login.sh ends [Pipeline] } [2021-10-28T18:28:34.748Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-28T18:28:35.052Z] ++ 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-10-28T18:28:35.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:28:35.052Z] ++ dirname cmd/core-command/Dockerfile [2021-10-28T18:28:35.052Z] ++ cut -d/ -f2 [2021-10-28T18:28:35.052Z] + echo core-command,cmd/core-command/Dockerfile [2021-10-28T18:28:35.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:28:35.052Z] ++ dirname cmd/core-data/Dockerfile [2021-10-28T18:28:35.052Z] ++ cut -d/ -f2 [2021-10-28T18:28:35.052Z] + echo core-data,cmd/core-data/Dockerfile [2021-10-28T18:28:35.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:28:35.052Z] ++ dirname cmd/core-metadata/Dockerfile [2021-10-28T18:28:35.052Z] ++ cut -d/ -f2 [2021-10-28T18:28:35.052Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-10-28T18:28:35.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:28:35.052Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-10-28T18:28:35.052Z] ++ cut -d/ -f2 [2021-10-28T18:28:35.052Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-10-28T18:28:35.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:28:35.052Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-10-28T18:28:35.052Z] ++ cut -d/ -f2 [2021-10-28T18:28:35.052Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-10-28T18:28:35.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:28:35.052Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-10-28T18:28:35.052Z] ++ cut -d/ -f2 [2021-10-28T18:28:35.052Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-10-28T18:28:35.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:28:35.052Z] ++ cut -d/ -f2 [2021-10-28T18:28:35.052Z] ++ dirname cmd/support-notifications/Dockerfile [2021-10-28T18:28:35.052Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-10-28T18:28:35.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:28:35.052Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-10-28T18:28:35.052Z] ++ cut -d/ -f2 [2021-10-28T18:28:35.052Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-10-28T18:28:35.052Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-28T18:28:35.052Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-10-28T18:28:35.052Z] ++ cut -d/ -f2 [2021-10-28T18:28:35.052Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-10-28T18:28:35.093Z] 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-10-28T18:28:35.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-28T18:28:35.592Z] [2021-10-28T18:28:35.592Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:28:35.901Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-28T18:28:35.901Z] latest: Pulling from edgex-devops/git-semver [2021-10-28T18:28:35.901Z] a0d0a0d46f8b: Pulling fs layer [2021-10-28T18:28:35.901Z] 3e5f54012d9b: Pulling fs layer [2021-10-28T18:28:35.901Z] 4c7163046ea9: Pulling fs layer [2021-10-28T18:28:35.901Z] 0c2d73faf560: Pulling fs layer [2021-10-28T18:28:35.901Z] 0c2d73faf560: Waiting [2021-10-28T18:28:35.901Z] 3e5f54012d9b: Verifying Checksum [2021-10-28T18:28:35.901Z] 3e5f54012d9b: Download complete [2021-10-28T18:28:35.901Z] a0d0a0d46f8b: Verifying Checksum [2021-10-28T18:28:35.901Z] a0d0a0d46f8b: Download complete [2021-10-28T18:28:35.901Z] 4c7163046ea9: Verifying Checksum [2021-10-28T18:28:35.901Z] 4c7163046ea9: Download complete [2021-10-28T18:28:35.901Z] 0c2d73faf560: Verifying Checksum [2021-10-28T18:28:35.901Z] 0c2d73faf560: Download complete [2021-10-28T18:28:36.170Z] a0d0a0d46f8b: Pull complete [2021-10-28T18:28:36.170Z] 3e5f54012d9b: Pull complete [2021-10-28T18:28:36.440Z] 4c7163046ea9: Pull complete [2021-10-28T18:28:36.704Z] 0c2d73faf560: Pull complete [2021-10-28T18:28:36.704Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-10-28T18:28:36.704Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-28T18:28:36.704Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-28T18:28:36.775Z] prd-centos7-docker-4c-2g-121 does not seem to be running inside a container [2021-10-28T18:28:36.824Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-10-28T18:28:37.341Z] $ docker top 48fdb9f060cd603716ff23834bbb1cfeae12ffbd17a1ee53478176217c22bbae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-28T18:28:37.422Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-28T18:28:37.422Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-28T18:28:37.515Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-28T18:28:37.517Z] $ docker exec 48fdb9f060cd603716ff23834bbb1cfeae12ffbd17a1ee53478176217c22bbae ssh-agent [2021-10-28T18:28:37.606Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXMFPDbn/agent.14 [2021-10-28T18:28:37.606Z] SSH_AGENT_PID=20 [2021-10-28T18:28:37.613Z] Running ssh-add (command line suppressed) [2021-10-28T18:28:37.692Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_7169611767436252465.key (/w/workspace/edgex-go/7@tmp/private_key_7169611767436252465.key) [2021-10-28T18:28:37.712Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-28T18:28:38.002Z] + git tag --points-at HEAD [Pipeline] } [2021-10-28T18:28:38.014Z] $ docker exec --env ******** --env ******** 48fdb9f060cd603716ff23834bbb1cfeae12ffbd17a1ee53478176217c22bbae ssh-agent -k [2021-10-28T18:28:38.090Z] unset SSH_AUTH_SOCK; [2021-10-28T18:28:38.090Z] unset SSH_AGENT_PID; [2021-10-28T18:28:38.091Z] echo Agent pid 20 killed; [2021-10-28T18:28:38.099Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-28T18:28:38.127Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-28T18:28:38.127Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-28T18:28:38.240Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-28T18:28:38.242Z] $ docker exec 48fdb9f060cd603716ff23834bbb1cfeae12ffbd17a1ee53478176217c22bbae ssh-agent [2021-10-28T18:28:38.330Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXcMcbnb/agent.54 [2021-10-28T18:28:38.330Z] SSH_AGENT_PID=60 [2021-10-28T18:28:38.335Z] Running ssh-add (command line suppressed) [2021-10-28T18:28:38.419Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_7516365953435790540.key (/w/workspace/edgex-go/7@tmp/private_key_7516365953435790540.key) [2021-10-28T18:28:38.431Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-28T18:28:38.725Z] + git semver init [2021-10-28T18:28:38.725Z] # -> Open(): unable to determine branch for HEAD [2021-10-28T18:28:38.725Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-10-28T18:28:38.725Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-10-28T18:28:38.725Z] # $SEMVER_REMOTE_NAME = origin [2021-10-28T18:28:38.725Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-28T18:28:38.725Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-28T18:28:38.725Z] # $SEMVER_BRANCH = PR-3780 [2021-10-28T18:28:38.725Z] # $SEMVER_TEMP = /tmp/semver-733029986 [2021-10-28T18:28:38.725Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-10-28T18:28:58.151Z] # '/tmp/semver-733029986' -> '/w/workspace/edgex-go/7/.semver' [2021-10-28T18:28:58.151Z] # -> Force: false [2021-10-28T18:28:58.151Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-10-28T18:28:58.162Z] $ docker exec --env ******** --env ******** 48fdb9f060cd603716ff23834bbb1cfeae12ffbd17a1ee53478176217c22bbae ssh-agent -k [2021-10-28T18:28:58.245Z] unset SSH_AUTH_SOCK; [2021-10-28T18:28:58.245Z] unset SSH_AGENT_PID; [2021-10-28T18:28:58.245Z] echo Agent pid 60 killed; [2021-10-28T18:28:58.256Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-28T18:28:58.556Z] + git semver [Pipeline] } [2021-10-28T18:28:58.567Z] $ docker stop --time=1 48fdb9f060cd603716ff23834bbb1cfeae12ffbd17a1ee53478176217c22bbae [2021-10-28T18:29:00.595Z] $ docker rm -f 48fdb9f060cd603716ff23834bbb1cfeae12ffbd17a1ee53478176217c22bbae [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-28T18:29:00.938Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-28T18:29:01.181Z] Stashed 1 file(s) [Pipeline] echo [2021-10-28T18:29:01.184Z] [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-10-28T18:29:01.434Z] ========================================================= [2021-10-28T18:29:01.434Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-28T18:29:01.434Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-28T18:29:01.727Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-28T18:29:01.727Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-28T18:29:01.727Z] a0d0a0d46f8b: Already exists [2021-10-28T18:29:01.727Z] 31adcdaf11c8: Pulling fs layer [2021-10-28T18:29:01.727Z] b8b176561691: Pulling fs layer [2021-10-28T18:29:01.727Z] 4527c011a84f: Pulling fs layer [2021-10-28T18:29:01.727Z] 5d74067f8e1e: Pulling fs layer [2021-10-28T18:29:01.727Z] e0aca202a116: Pulling fs layer [2021-10-28T18:29:01.727Z] 3a43be97a3b4: Pulling fs layer [2021-10-28T18:29:01.727Z] 34cad66bf833: Pulling fs layer [2021-10-28T18:29:01.727Z] b4e3c513aaa6: Pulling fs layer [2021-10-28T18:29:01.727Z] 5d74067f8e1e: Waiting [2021-10-28T18:29:01.727Z] e0aca202a116: Waiting [2021-10-28T18:29:01.727Z] 3a43be97a3b4: Waiting [2021-10-28T18:29:01.727Z] b4e3c513aaa6: Waiting [2021-10-28T18:29:01.727Z] 34cad66bf833: Waiting [2021-10-28T18:29:01.727Z] b8b176561691: Verifying Checksum [2021-10-28T18:29:01.727Z] b8b176561691: Download complete [2021-10-28T18:29:01.727Z] 31adcdaf11c8: Verifying Checksum [2021-10-28T18:29:01.727Z] 31adcdaf11c8: Download complete [2021-10-28T18:29:01.727Z] 5d74067f8e1e: Verifying Checksum [2021-10-28T18:29:01.727Z] 5d74067f8e1e: Download complete [2021-10-28T18:29:01.727Z] e0aca202a116: Verifying Checksum [2021-10-28T18:29:01.727Z] e0aca202a116: Download complete [2021-10-28T18:29:01.727Z] 3a43be97a3b4: Verifying Checksum [2021-10-28T18:29:01.727Z] 3a43be97a3b4: Download complete [2021-10-28T18:29:01.995Z] 31adcdaf11c8: Pull complete [2021-10-28T18:29:01.995Z] 34cad66bf833: Verifying Checksum [2021-10-28T18:29:01.995Z] 34cad66bf833: Download complete [2021-10-28T18:29:01.995Z] b8b176561691: Pull complete [2021-10-28T18:29:02.257Z] b4e3c513aaa6: Verifying Checksum [2021-10-28T18:29:02.257Z] b4e3c513aaa6: Download complete [2021-10-28T18:29:02.257Z] 4527c011a84f: Verifying Checksum [2021-10-28T18:29:02.257Z] 4527c011a84f: Download complete [2021-10-28T18:29:05.574Z] 4527c011a84f: Pull complete [2021-10-28T18:29:05.575Z] 5d74067f8e1e: Pull complete [2021-10-28T18:29:05.834Z] e0aca202a116: Pull complete [2021-10-28T18:29:05.834Z] 3a43be97a3b4: Pull complete [2021-10-28T18:29:05.834Z] 34cad66bf833: Pull complete [2021-10-28T18:29:08.395Z] b4e3c513aaa6: Pull complete [2021-10-28T18:29:08.665Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-10-28T18:29:08.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-28T18:29:08.665Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-10-28T18:29:08.969Z] + docker build -t ci-base-image-x86_64 -f - . [2021-10-28T18:29:08.969Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-28T18:29:08.969Z] WORKDIR /edgex [2021-10-28T18:29:08.969Z] COPY go.mod . [2021-10-28T18:29:08.969Z] RUN go mod download' [2021-10-28T18:29:10.379Z] Sending build context to Docker daemon 329.8MB [2021-10-28T18:29:10.379Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-28T18:29:10.379Z] ---> 9f6097aaca64 [2021-10-28T18:29:10.379Z] Step 2/4 : WORKDIR /edgex [2021-10-28T18:29:11.766Z] ---> Running in 0888ae74b88e [2021-10-28T18:29:11.766Z] Removing intermediate container 0888ae74b88e [2021-10-28T18:29:11.766Z] ---> f57d1a103225 [2021-10-28T18:29:11.766Z] Step 3/4 : COPY go.mod . [2021-10-28T18:29:11.766Z] ---> cc1531e10c11 [2021-10-28T18:29:11.766Z] Step 4/4 : RUN go mod download [2021-10-28T18:29:12.026Z] ---> Running in 693bdab5ea00 [2021-10-28T18:29:16.385Z] Still waiting to schedule task [2021-10-28T18:29:16.386Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-10-28T18:29:44.178Z] Removing intermediate container 693bdab5ea00 [2021-10-28T18:29:44.178Z] ---> 007919730161 [2021-10-28T18:29:44.178Z] Successfully built 007919730161 [2021-10-28T18:29:44.178Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:29:44.480Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-28T18:29:44.480Z] . [Pipeline] withDockerContainer [2021-10-28T18:29:44.542Z] prd-centos7-docker-4c-2g-121 does not seem to be running inside a container [2021-10-28T18:29:44.569Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-28T18:29:44.930Z] $ docker top 02153e1824c995390115e8c494f3db26d2e52fade61e907c5ade75eddd9be2fb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T18:29:45.283Z] + go version [2021-10-28T18:29:45.283Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-10-28T18:29:45.295Z] $ docker stop --time=1 02153e1824c995390115e8c494f3db26d2e52fade61e907c5ade75eddd9be2fb [2021-10-28T18:29:46.475Z] $ docker rm -f 02153e1824c995390115e8c494f3db26d2e52fade61e907c5ade75eddd9be2fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:29:46.912Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-28T18:29:46.913Z] . [Pipeline] withDockerContainer [2021-10-28T18:29:46.978Z] prd-centos7-docker-4c-2g-121 does not seem to be running inside a container [2021-10-28T18:29:47.011Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-28T18:29:47.324Z] $ docker top 703b4adfa686706652d9f2fa3f9095b8aad0564ffe102502da3f5b9692af2978 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-10-28T18:29:47.397Z] ========================================================= [2021-10-28T18:29:47.397Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-10-28T18:29:47.397Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-28T18:29:47.688Z] + make test [2021-10-28T18:29:47.688Z] go mod tidy [2021-10-28T18:29:47.688Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-28T18:29:53.049Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-10-28T18:30:11.245Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-10-28T18:30:14.604Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-10-28T18:30:14.604Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-10-28T18:30:14.868Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-10-28T18:30:17.438Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-10-28T18:30:17.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-10-28T18:30:17.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-10-28T18:30:17.701Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-10-28T18:30:18.275Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-10-28T18:30:18.545Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-10-28T18:30:18.808Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-10-28T18:30:18.808Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-10-28T18:30:18.808Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-10-28T18:30:18.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-10-28T18:30:20.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.050s coverage: 28.7% of statements [2021-10-28T18:30:20.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-10-28T18:30:20.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-10-28T18:30:21.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.064s coverage: 98.5% of statements [2021-10-28T18:30:21.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-10-28T18:30:21.588Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.081s coverage: 44.7% of statements [2021-10-28T18:30:21.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-10-28T18:30:21.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-10-28T18:30:22.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.126s coverage: 89.5% of statements [2021-10-28T18:30:22.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-10-28T18:30:22.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-10-28T18:30:23.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.059s coverage: 84.4% of statements [2021-10-28T18:30:23.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-10-28T18:30:23.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-10-28T18:30:23.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-10-28T18:30:23.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-10-28T18:30:23.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-10-28T18:30:24.499Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.247s coverage: 94.2% of statements [2021-10-28T18:30:24.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-10-28T18:30:24.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-10-28T18:30:24.499Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 59.1% of statements [2021-10-28T18:30:24.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-10-28T18:30:24.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-10-28T18:30:24.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-10-28T18:30:24.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-10-28T18:30:24.499Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-10-28T18:30:24.772Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.069s coverage: 60.0% of statements [2021-10-28T18:30:24.772Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-10-28T18:30:24.772Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-10-28T18:30:24.772Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-10-28T18:30:25.727Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.065s coverage: 0.9% of statements [2021-10-28T18:30:25.727Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-10-28T18:30:25.727Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-10-28T18:30:25.727Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.052s coverage: 21.7% of statements [2021-10-28T18:30:25.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-10-28T18:30:25.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 47.1% of statements [2021-10-28T18:30:26.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.050s coverage: 79.5% of statements [2021-10-28T18:30:26.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2021-10-28T18:30:26.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2021-10-28T18:30:26.792Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements [2021-10-28T18:30:39.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.053s coverage: 94.4% of statements [2021-10-28T18:30:39.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements [2021-10-28T18:30:45.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.168s coverage: 82.5% of statements [2021-10-28T18:30:45.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-10-28T18:31:03.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 58.8% of statements [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 85.4% of statements [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.139s coverage: 91.2% of statements [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.136s coverage: 64.4% of statements [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.203s coverage: 65.4% of statements [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 43.8% of statements [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-10-28T18:31:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.047s coverage: 84.8% of statements [2021-10-28T18:31:03.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-10-28T18:31:10.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.071s coverage: 17.7% of statements [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-10-28T18:31:10.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.131s coverage: 92.3% of statements [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-10-28T18:31:10.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 63.2% of statements [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-10-28T18:31:10.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.083s coverage: 97.7% of statements [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-10-28T18:31:10.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-10-28T18:31:10.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-10-28T18:31:10.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-10-28T18:31:10.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 96.9% of statements [2021-10-28T18:31:10.364Z] 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-10-28T18:31:49.269Z] GO111MODULE=on go vet ./... [2021-10-28T18:31:53.510Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-28T18:31:53.776Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-28T18:31:54.042Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-10-28T18:31:54.909Z] + ls -al . [2021-10-28T18:31:54.910Z] total 636 [2021-10-28T18:31:54.910Z] drwxrwxr-x 10 1001 1001 4096 Oct 28 18:31 . [2021-10-28T18:31:54.910Z] drwxr-xr-x 4 root root 28 Oct 28 18:29 .. [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 11 Oct 28 18:28 .dockerignore [2021-10-28T18:31:54.910Z] drwxrwxr-x 8 1001 1001 179 Oct 28 18:28 .git [2021-10-28T18:31:54.910Z] drwxrwxr-x 4 1001 1001 142 Oct 28 18:28 .github [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 804 Oct 28 18:28 .gitignore [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 42 Oct 28 18:28 .golangci.yml [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 76 Oct 28 18:28 .hadolint.yml [2021-10-28T18:31:54.910Z] drwx------ 3 1001 1001 58 Oct 28 18:28 .semver [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 166 Oct 28 18:28 .sonarcloud.properties [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 1171 Oct 28 18:28 ADOPTERS.md [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 8910 Oct 28 18:28 Attribution.txt [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 43881 Oct 28 18:28 CHANGELOG.md [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 3804 Oct 28 18:28 CONTRIBUTING.md [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 677 Oct 28 18:28 GOVERNANCE.md [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 849 Oct 28 18:28 Jenkinsfile [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 10775 Oct 28 18:28 LICENSE [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 6508 Oct 28 18:28 Makefile [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 582 Oct 28 18:28 OWNERS.md [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 8256 Oct 28 18:28 README.md [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 6912 Oct 28 18:28 SECURITY.md [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 5 Oct 28 18:29 VERSION [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 4131 Oct 28 18:28 ZMQWindows.md [2021-10-28T18:31:54.910Z] drwxrwxr-x 2 1001 1001 37 Oct 28 18:28 bin [2021-10-28T18:31:54.910Z] drwxrwxr-x 14 1001 1001 4096 Oct 28 18:28 cmd [2021-10-28T18:31:54.910Z] -rw-r--r-- 1 root root 428381 Oct 28 18:31 coverage.out [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 848 Oct 28 18:28 go.mod [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 50525 Oct 28 18:28 go.sum [2021-10-28T18:31:54.910Z] drwxrwxr-x 8 1001 1001 124 Oct 28 18:28 internal [2021-10-28T18:31:54.910Z] drwxrwxr-x 3 1001 1001 16 Oct 28 18:28 openapi [2021-10-28T18:31:54.910Z] drwxrwxr-x 4 1001 1001 71 Oct 28 18:28 snap [2021-10-28T18:31:54.910Z] -rw-rw-r-- 1 1001 1001 204 Oct 28 18:28 version.go [Pipeline] sh [2021-10-28T18:31:55.198Z] + '[' -e coverage.out ] [2021-10-28T18:31:55.198Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-10-28T18:31:55.296Z] Stashed 1 file(s) [Pipeline] sh [2021-10-28T18:31:55.590Z] + make build [2021-10-28T18:31:55.590Z] 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-10-28T18:31:56.975Z] 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-10-28T18:32:03.601Z] 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-10-28T18:32:04.541Z] 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-10-28T18:32:05.480Z] 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-10-28T18:32:05.480Z] 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-10-28T18:32:06.424Z] 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-10-28T18:32:07.377Z] 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-10-28T18:32:08.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-10-28T18:32:09.271Z] 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-10-28T18:32:09.852Z] 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-10-28T18:32:10.813Z] 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-10-28T18:32:12.244Z] $ docker stop --time=1 703b4adfa686706652d9f2fa3f9095b8aad0564ffe102502da3f5b9692af2978 [2021-10-28T18:32:13.945Z] $ docker rm -f 703b4adfa686706652d9f2fa3f9095b8aad0564ffe102502da3f5b9692af2978 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:32:14.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-28T18:32:14.840Z] [2021-10-28T18:32:14.840Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:32:15.138Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-28T18:32:15.138Z] latest: Pulling from edgex-devops/edgex-compose [2021-10-28T18:32:15.138Z] cbdbe7a5bc2a: Pulling fs layer [2021-10-28T18:32:15.138Z] ca9280d653b3: Pulling fs layer [2021-10-28T18:32:15.138Z] 7e9c9ca2126c: Pulling fs layer [2021-10-28T18:32:15.138Z] cbdbe7a5bc2a: Verifying Checksum [2021-10-28T18:32:15.138Z] cbdbe7a5bc2a: Download complete [2021-10-28T18:32:15.406Z] ca9280d653b3: Verifying Checksum [2021-10-28T18:32:15.406Z] ca9280d653b3: Download complete [2021-10-28T18:32:15.406Z] cbdbe7a5bc2a: Pull complete [2021-10-28T18:32:15.666Z] 7e9c9ca2126c: Verifying Checksum [2021-10-28T18:32:15.666Z] 7e9c9ca2126c: Download complete [2021-10-28T18:32:15.928Z] ca9280d653b3: Pull complete [2021-10-28T18:32:20.319Z] 7e9c9ca2126c: Pull complete [2021-10-28T18:32:20.319Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-10-28T18:32:20.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-28T18:32:20.319Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-10-28T18:32:20.530Z] prd-centos7-docker-4c-2g-121 does not seem to be running inside a container [2021-10-28T18:32:20.672Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-10-28T18:32:23.665Z] $ docker top 3cadfebab78da6ec1ffb5b847f4797ed5b7abdbc4a6d49bcef64ebe63051c342 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T18:32:24.017Z] + grep parallel [2021-10-28T18:32:24.017Z] + docker-compose build --help [2021-10-28T18:32:24.588Z] --parallel Build images in parallel. [Pipeline] } [2021-10-28T18:32:24.597Z] $ docker stop --time=1 3cadfebab78da6ec1ffb5b847f4797ed5b7abdbc4a6d49bcef64ebe63051c342 [2021-10-28T18:32:25.789Z] $ docker rm -f 3cadfebab78da6ec1ffb5b847f4797ed5b7abdbc4a6d49bcef64ebe63051c342 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-28T18:32:26.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-28T18:32:26.156Z] . [Pipeline] withDockerContainer [2021-10-28T18:32:26.216Z] prd-centos7-docker-4c-2g-121 does not seem to be running inside a container [2021-10-28T18:32:26.258Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-10-28T18:32:26.597Z] $ docker top 3b647e7c6e52cd21c6df67363fc0d0b582514a0397f27a791fc4ed72c891547f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T18:32:26.949Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-10-28T18:32:27.519Z] Building core-command ... [2021-10-28T18:32:27.519Z] Building core-data ... [2021-10-28T18:32:27.519Z] Building core-metadata ... [2021-10-28T18:32:27.519Z] Building security-bootstrapper ... [2021-10-28T18:32:27.519Z] Building security-proxy-setup ... [2021-10-28T18:32:27.519Z] Building security-secretstore-setup ... [2021-10-28T18:32:27.519Z] Building support-notifications ... [2021-10-28T18:32:27.519Z] Building support-scheduler ... [2021-10-28T18:32:27.519Z] Building sys-mgmt-agent ... [2021-10-28T18:32:27.519Z] Building sys-mgmt-agent [2021-10-28T18:32:27.519Z] Building support-notifications [2021-10-28T18:32:27.519Z] Building core-command [2021-10-28T18:32:27.519Z] Building security-secretstore-setup [2021-10-28T18:32:27.519Z] Building security-bootstrapper [2021-10-28T18:32:39.774Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:32:39.774Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:32:39.774Z] ---> 007919730161 [2021-10-28T18:32:39.774Z] Step 3/21 : WORKDIR /edgex-go [2021-10-28T18:32:39.774Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:32:39.774Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:32:39.774Z] ---> 007919730161 [2021-10-28T18:32:39.774Z] Step 3/24 : WORKDIR /edgex-go [2021-10-28T18:32:42.319Z] ---> Running in d5c7acc79e67 [2021-10-28T18:32:42.319Z] ---> Running in cf1fd193be40 [2021-10-28T18:32:43.704Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:32:43.704Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:32:43.704Z] ---> 007919730161 [2021-10-28T18:32:43.704Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T18:32:45.101Z] ---> Running in fd447302eb68 [2021-10-28T18:32:46.492Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:32:46.492Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:32:46.492Z] ---> 007919730161 [2021-10-28T18:32:46.492Z] Step 3/30 : WORKDIR /edgex-go [2021-10-28T18:32:47.877Z] ---> Running in 12a5f8c3c2b1 [2021-10-28T18:32:47.877Z] Removing intermediate container d5c7acc79e67 [2021-10-28T18:32:47.877Z] ---> c5ffa7be4ba2 [2021-10-28T18:32:47.877Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:32:47.877Z] Removing intermediate container cf1fd193be40 [2021-10-28T18:32:47.877Z] ---> e144cfa00fb5 [2021-10-28T18:32:47.877Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:32:47.877Z] Removing intermediate container fd447302eb68 [2021-10-28T18:32:47.877Z] ---> cdcfe18f4337 [2021-10-28T18:32:47.877Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:32:48.140Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:32:48.140Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:32:48.140Z] ---> 007919730161 [2021-10-28T18:32:48.140Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T18:32:48.140Z] ---> Using cache [2021-10-28T18:32:48.140Z] ---> cdcfe18f4337 [2021-10-28T18:32:48.140Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:32:48.140Z] ---> Running in d983ac56d4e6 [2021-10-28T18:32:48.140Z] ---> Running in b05f61ea0fdb [2021-10-28T18:32:48.140Z] ---> Running in fa978304027b [2021-10-28T18:32:48.140Z] ---> Running in 784c3609b144 [2021-10-28T18:32:48.140Z] Removing intermediate container 12a5f8c3c2b1 [2021-10-28T18:32:48.140Z] ---> 54f2652cfe2b [2021-10-28T18:32:48.140Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:32:48.140Z] ---> Running in fd4aad7b5f2c [2021-10-28T18:32:49.082Z] Removing intermediate container d983ac56d4e6 [2021-10-28T18:32:49.082Z] ---> 589f28f0c2c8 [2021-10-28T18:32:49.082Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2021-10-28T18:32:49.082Z] ---> Running in b42a5be3774a [2021-10-28T18:32:49.082Z] Removing intermediate container fa978304027b [2021-10-28T18:32:49.082Z] ---> acd520632ddb [2021-10-28T18:32:49.082Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-28T18:32:49.082Z] ---> Running in 8bee567914e0 [2021-10-28T18:32:49.082Z] Removing intermediate container 784c3609b144 [2021-10-28T18:32:49.082Z] ---> 71c976c1334f [2021-10-28T18:32:49.082Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2021-10-28T18:32:49.082Z] Removing intermediate container b05f61ea0fdb [2021-10-28T18:32:49.082Z] ---> 180daf07811d [2021-10-28T18:32:49.082Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-10-28T18:32:49.359Z] ---> Running in 57ab3ad58b17 [2021-10-28T18:32:49.359Z] ---> Running in 3c0008091492 [2021-10-28T18:32:49.359Z] Removing intermediate container fd4aad7b5f2c [2021-10-28T18:32:49.359Z] ---> 48af21036cf8 [2021-10-28T18:32:49.359Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-10-28T18:32:49.359Z] ---> Running in f25ab6df977c [2021-10-28T18:32:49.633Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:32:49.633Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:32:49.898Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:32:49.898Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:32:49.898Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:32:50.466Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:32:50.466Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:32:50.731Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:32:50.731Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:32:50.731Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:32:50.993Z] OK: 220 MiB in 52 packages [2021-10-28T18:32:50.993Z] OK: 220 MiB in 52 packages [2021-10-28T18:32:51.252Z] OK: 220 MiB in 52 packages [2021-10-28T18:32:51.252Z] OK: 220 MiB in 52 packages [2021-10-28T18:32:51.252Z] OK: 220 MiB in 52 packages [2021-10-28T18:32:51.512Z] Removing intermediate container b42a5be3774a [2021-10-28T18:32:51.512Z] ---> 1349fb76fed9 [2021-10-28T18:32:51.512Z] Step 6/21 : COPY . . [2021-10-28T18:32:51.772Z] Removing intermediate container 57ab3ad58b17 [2021-10-28T18:32:51.772Z] ---> 0c99f392489e [2021-10-28T18:32:51.772Z] Step 6/22 : COPY . . [2021-10-28T18:32:51.772Z] Removing intermediate container 8bee567914e0 [2021-10-28T18:32:51.772Z] ---> ec0368551848 [2021-10-28T18:32:51.772Z] Step 6/22 : COPY . . [2021-10-28T18:32:52.031Z] Removing intermediate container f25ab6df977c [2021-10-28T18:32:52.031Z] ---> 3f57c641a662 [2021-10-28T18:32:52.031Z] Step 6/30 : COPY . . [2021-10-28T18:32:54.606Z] Removing intermediate container 3c0008091492 [2021-10-28T18:32:54.606Z] ---> 547960e9fdce [2021-10-28T18:32:54.606Z] Step 6/24 : COPY . . [2021-10-28T18:33:04.620Z] ---> 683c57a8a7de [2021-10-28T18:33:04.620Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:33:04.620Z] ---> Running in 61a4996d7432 [2021-10-28T18:33:26.566Z] Removing intermediate container 61a4996d7432 [2021-10-28T18:33:26.566Z] ---> 1702a35c98b5 [2021-10-28T18:33:26.566Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-10-28T18:33:27.137Z] ---> Running in 8b6e9d582aa5 [2021-10-28T18:33:27.137Z] ---> 1ba800e93ce5 [2021-10-28T18:33:27.137Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:33:27.396Z] ---> d56f1de559d4 [2021-10-28T18:33:27.396Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:33:27.964Z] ---> Running in 5dfdaadad5f8 [2021-10-28T18:33:27.964Z] ---> Running in a07551568bf0 [2021-10-28T18:33:28.906Z] 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-10-28T18:33:32.206Z] Removing intermediate container 5dfdaadad5f8 [2021-10-28T18:33:32.206Z] ---> 86fd8037dae1 [2021-10-28T18:33:32.206Z] Step 8/22 : RUN make cmd/core-command/core-command [2021-10-28T18:33:32.206Z] Removing intermediate container a07551568bf0 [2021-10-28T18:33:32.206Z] ---> a43531773a90 [2021-10-28T18:33:32.206Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-10-28T18:33:32.206Z] ---> Running in eff988304197 [2021-10-28T18:33:32.206Z] ---> Running in db2a85884d34 [2021-10-28T18:33:32.206Z] ---> d16df6d545b6 [2021-10-28T18:33:32.206Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:33:32.466Z] ---> Running in c1ef8d358434 [2021-10-28T18:33:32.726Z] 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-10-28T18:33:33.296Z] 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-10-28T18:33:34.681Z] Removing intermediate container c1ef8d358434 [2021-10-28T18:33:34.681Z] ---> 019afa69d90a [2021-10-28T18:33:34.681Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2021-10-28T18:33:34.939Z] ---> Running in 53a00464e01a [2021-10-28T18:33:34.939Z] ---> 7942a60afebc [2021-10-28T18:33:34.939Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:33:34.939Z] ---> Running in 08639d4c6540 [2021-10-28T18:33:35.202Z] 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-10-28T18:33:36.582Z] Removing intermediate container 08639d4c6540 [2021-10-28T18:33:36.582Z] ---> d31e8e6202f1 [2021-10-28T18:33:36.582Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-10-28T18:33:36.582Z] ---> Running in f46d41aad9a6 [2021-10-28T18:33:36.844Z] 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-10-28T18:34:15.596Z] 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-10-28T18:34:15.596Z] Removing intermediate container eff988304197 [2021-10-28T18:34:15.596Z] ---> df408bfbd788 [2021-10-28T18:34:15.596Z] [2021-10-28T18:34:15.596Z] Step 9/22 : FROM alpine:3.14 [2021-10-28T18:34:15.596Z] 3.14: Pulling from library/alpine [2021-10-28T18:34:15.596Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-28T18:34:15.596Z] Status: Downloaded newer image for alpine:3.14 [2021-10-28T18:34:15.596Z] Removing intermediate container db2a85884d34 [2021-10-28T18:34:15.596Z] ---> 1cdd88c2fb8a [2021-10-28T18:34:15.596Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-10-28T18:34:15.596Z] ---> 14119a10abf4 [2021-10-28T18:34:15.596Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-28T18:34:15.596Z] Removing intermediate container 8b6e9d582aa5 [2021-10-28T18:34:15.596Z] ---> 4c43d8b8b1bb [2021-10-28T18:34:15.596Z] [2021-10-28T18:34:15.596Z] Step 9/30 : FROM alpine:3.14 [2021-10-28T18:34:15.596Z] ---> 14119a10abf4 [2021-10-28T18:34:15.596Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-10-28T18:34:15.596Z] ---> Running in d0c46f4fb974 [2021-10-28T18:34:15.596Z] ---> Running in fbfa3cc2db08 [2021-10-28T18:34:15.596Z] ---> Running in 65e893514cbf [2021-10-28T18:34:15.856Z] Removing intermediate container 65e893514cbf [2021-10-28T18:34:15.856Z] ---> 9a77d9f59bed [2021-10-28T18:34:15.856Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-10-28T18:34:16.117Z] ---> Running in a6599e7755b5 [2021-10-28T18:34:16.733Z] Removing intermediate container 53a00464e01a [2021-10-28T18:34:16.733Z] ---> adbed2ff2db0 [2021-10-28T18:34:16.733Z] [2021-10-28T18:34:16.733Z] Step 9/21 : FROM alpine:3.14 [2021-10-28T18:34:16.733Z] ---> 14119a10abf4 [2021-10-28T18:34:16.733Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-10-28T18:34:16.733Z] 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-10-28T18:34:16.733Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:34:16.733Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:34:16.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:34:16.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:34:16.996Z] ---> Running in d6eba68a0837 [2021-10-28T18:34:17.262Z] Removing intermediate container f46d41aad9a6 [2021-10-28T18:34:17.262Z] ---> 0e0d74b9284e [2021-10-28T18:34:17.262Z] [2021-10-28T18:34:17.262Z] Step 9/24 : FROM alpine:3.14 [2021-10-28T18:34:17.262Z] ---> 14119a10abf4 [2021-10-28T18:34:17.262Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-10-28T18:34:17.262Z] (1/2) Installing dumb-init (1.2.5-r1) [2021-10-28T18:34:17.262Z] (2/2) Installing su-exec (0.2-r1) [2021-10-28T18:34:17.262Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:34:17.262Z] OK: 6 MiB in 16 packages [2021-10-28T18:34:17.262Z] ---> Running in 48226262986f [2021-10-28T18:34:17.262Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-10-28T18:34:17.262Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:34:17.262Z] OK: 6 MiB in 15 packages [2021-10-28T18:34:17.541Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:34:17.541Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:34:17.802Z] Removing intermediate container a6599e7755b5 [2021-10-28T18:34:17.802Z] ---> f16a49467664 [2021-10-28T18:34:17.802Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-10-28T18:34:17.802Z] (1/2) Installing ca-certificates (20191127-r5) [2021-10-28T18:34:17.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:34:17.802Z] (2/2) Installing dumb-init (1.2.5-r1) [2021-10-28T18:34:17.802Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:34:17.802Z] Executing ca-certificates-20191127-r5.trigger [2021-10-28T18:34:18.070Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:34:18.070Z] ---> Running in 19586351ea4c [2021-10-28T18:34:18.070Z] Removing intermediate container d0c46f4fb974 [2021-10-28T18:34:18.070Z] ---> f0cf02b114e6 [2021-10-28T18:34:18.070Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T18:34:18.070Z] OK: 6 MiB in 16 packages [2021-10-28T18:34:18.070Z] Removing intermediate container fbfa3cc2db08 [2021-10-28T18:34:18.070Z] ---> 4f8c7b1b8077 [2021-10-28T18:34:18.070Z] [2021-10-28T18:34:18.070Z] Step 10/22 : FROM docker:20.10.8 [2021-10-28T18:34:18.070Z] ---> Running in ebb3c7b5b97d [2021-10-28T18:34:18.070Z] Removing intermediate container 19586351ea4c [2021-10-28T18:34:18.070Z] ---> 65befcf6f3d5 [2021-10-28T18:34:18.070Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-10-28T18:34:18.070Z] (1/3) Installing ca-certificates (20191127-r5) [2021-10-28T18:34:18.070Z] (2/3) Installing dumb-init (1.2.5-r1) [2021-10-28T18:34:18.070Z] (3/3) Installing su-exec (0.2-r1) [2021-10-28T18:34:18.070Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:34:18.339Z] Executing ca-certificates-20191127-r5.trigger [2021-10-28T18:34:18.339Z] 20.10.8: Pulling from library/docker [2021-10-28T18:34:18.339Z] ---> Running in e1f9f3fc0e77 [2021-10-28T18:34:18.339Z] OK: 6 MiB in 17 packages [2021-10-28T18:34:18.339Z] Removing intermediate container ebb3c7b5b97d [2021-10-28T18:34:18.339Z] ---> b402f7beb3be [2021-10-28T18:34:18.339Z] Step 12/22 : ENV APP_PORT=59882 [2021-10-28T18:34:18.339Z] ---> Running in 4893f8a5a07a [2021-10-28T18:34:18.339Z] Removing intermediate container e1f9f3fc0e77 [2021-10-28T18:34:18.339Z] ---> fbb49edd22f6 [2021-10-28T18:34:18.339Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-10-28T18:34:18.601Z] Removing intermediate container 4893f8a5a07a [2021-10-28T18:34:18.601Z] ---> dc4b40609c8e [2021-10-28T18:34:18.601Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-28T18:34:18.601Z] ---> Running in cb82054ed8d9 [2021-10-28T18:34:18.601Z] Removing intermediate container d6eba68a0837 [2021-10-28T18:34:18.601Z] ---> c04cbae943d2 [2021-10-28T18:34:18.601Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T18:34:18.601Z] ---> Running in 899eb8587a28 [2021-10-28T18:34:18.862Z] ---> Running in ac120bd07a07 [2021-10-28T18:34:18.862Z] Removing intermediate container 48226262986f [2021-10-28T18:34:18.862Z] ---> b13d331bbf6e [2021-10-28T18:34:18.862Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-28T18:34:19.132Z] Removing intermediate container 899eb8587a28 [2021-10-28T18:34:19.132Z] ---> bf27923e4e28 [2021-10-28T18:34:19.132Z] Step 14/22 : WORKDIR / [2021-10-28T18:34:19.132Z] ---> Running in 044c5fe9166f [2021-10-28T18:34:19.132Z] Removing intermediate container ac120bd07a07 [2021-10-28T18:34:19.132Z] ---> 862e114fced2 [2021-10-28T18:34:19.132Z] Step 12/21 : ENV APP_PORT=59860 [2021-10-28T18:34:19.132Z] ---> Running in 535e05137902 [2021-10-28T18:34:19.132Z] ---> Running in a8bf947b92ad [2021-10-28T18:34:19.132Z] Removing intermediate container 044c5fe9166f [2021-10-28T18:34:19.132Z] ---> 25185516ca8c [2021-10-28T18:34:19.132Z] Step 12/24 : WORKDIR / [2021-10-28T18:34:19.132Z] Removing intermediate container 535e05137902 [2021-10-28T18:34:19.132Z] ---> 766a37670c8b [2021-10-28T18:34:19.132Z] Step 13/21 : EXPOSE $APP_PORT [2021-10-28T18:34:19.132Z] ---> Running in 655e480b4ce8 [2021-10-28T18:34:19.398Z] ---> Running in 3a127964d39b [2021-10-28T18:34:19.398Z] Removing intermediate container a8bf947b92ad [2021-10-28T18:34:19.398Z] ---> aaeac2a04e49 [2021-10-28T18:34:19.398Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:34:19.398Z] Removing intermediate container cb82054ed8d9 [2021-10-28T18:34:19.398Z] ---> 32a055e7a1c1 [2021-10-28T18:34:19.398Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-10-28T18:34:19.398Z] Removing intermediate container 655e480b4ce8 [2021-10-28T18:34:19.398Z] ---> 3d0dec81c415 [2021-10-28T18:34:19.398Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-10-28T18:34:19.398Z] Removing intermediate container 3a127964d39b [2021-10-28T18:34:19.398Z] ---> d2dfa2d07356 [2021-10-28T18:34:19.669Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:34:19.669Z] ---> Running in aef73e641d34 [2021-10-28T18:34:19.669Z] ---> d99c352a0e92 [2021-10-28T18:34:19.669Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-10-28T18:34:19.928Z] ---> 65ba2346aed2 [2021-10-28T18:34:19.928Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-10-28T18:34:19.928Z] Removing intermediate container aef73e641d34 [2021-10-28T18:34:19.928Z] ---> c54bbce9b804 [2021-10-28T18:34:19.928Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-10-28T18:34:19.928Z] ---> e6dbaa61311b [2021-10-28T18:34:19.928Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-10-28T18:34:20.189Z] ---> cbea4be6a929 [2021-10-28T18:34:20.189Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-10-28T18:34:20.189Z] ---> 5c1b48d6ce15 [2021-10-28T18:34:20.189Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-10-28T18:34:20.189Z] ---> 7c9711a4c0d2 [2021-10-28T18:34:20.189Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-10-28T18:34:20.189Z] ---> Running in 2acaafcdf6a6 [2021-10-28T18:34:20.454Z] ---> 39345f552412 [2021-10-28T18:34:20.454Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-10-28T18:34:20.454Z] ---> 1a188b2c0093 [2021-10-28T18:34:20.454Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-10-28T18:34:20.454Z] ---> 51acd905ab26 [2021-10-28T18:34:20.454Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-10-28T18:34:20.454Z] ---> Running in 64b0d84aff2f [2021-10-28T18:34:20.721Z] ---> a898b304eeb8 [2021-10-28T18:34:20.721Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2021-10-28T18:34:20.721Z] Removing intermediate container 64b0d84aff2f [2021-10-28T18:34:20.721Z] ---> 7216871f678e [2021-10-28T18:34:20.721Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:34:20.721Z] ---> 13c25c380053 [2021-10-28T18:34:20.721Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-10-28T18:34:20.721Z] ---> Running in 04f7422450e9 [2021-10-28T18:34:20.721Z] ---> Running in 6536ea9874aa [2021-10-28T18:34:20.988Z] Removing intermediate container 6536ea9874aa [2021-10-28T18:34:20.988Z] ---> 54ed3f0b4928 [2021-10-28T18:34:20.988Z] Step 20/22 : LABEL arch=x86_64 [2021-10-28T18:34:20.988Z] Removing intermediate container 04f7422450e9 [2021-10-28T18:34:20.988Z] ---> cd7ba8c2e3b7 [2021-10-28T18:34:20.988Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:34:21.267Z] ---> Running in 047bc9d8b9a6 [2021-10-28T18:34:21.267Z] ---> Running in 7830a5f872cc [2021-10-28T18:34:21.267Z] ---> 64a9d216664d [2021-10-28T18:34:21.267Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-10-28T18:34:21.267Z] Removing intermediate container 047bc9d8b9a6 [2021-10-28T18:34:21.267Z] ---> ba41d3542a60 [2021-10-28T18:34:21.267Z] Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T18:34:21.267Z] ---> Running in 352c2fcb8ec1 [2021-10-28T18:34:21.267Z] Removing intermediate container 2acaafcdf6a6 [2021-10-28T18:34:21.267Z] ---> f0072ac9ad19 [2021-10-28T18:34:21.267Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:34:21.267Z] Removing intermediate container 7830a5f872cc [2021-10-28T18:34:21.267Z] ---> a59c18b52511 [2021-10-28T18:34:21.267Z] Step 19/21 : LABEL arch=x86_64 [2021-10-28T18:34:21.555Z] ---> Running in bad8082851fc [2021-10-28T18:34:21.555Z] Removing intermediate container 352c2fcb8ec1 [2021-10-28T18:34:21.555Z] ---> dcdbfdec978b [2021-10-28T18:34:21.555Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T18:34:21.555Z] ---> aa30dabcb997 [2021-10-28T18:34:21.555Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-10-28T18:34:21.555Z] Removing intermediate container bad8082851fc [2021-10-28T18:34:21.555Z] ---> 41b4d84001f8 [2021-10-28T18:34:21.555Z] Step 20/21 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T18:34:21.555Z] ---> Running in 7ec64825d52c [2021-10-28T18:34:21.819Z] ---> Running in d82f90ad8fd0 [2021-10-28T18:34:21.819Z] ---> 519d2ada82d9 [2021-10-28T18:34:21.819Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-10-28T18:34:21.819Z] Removing intermediate container 7ec64825d52c [2021-10-28T18:34:21.819Z] ---> ed76b16a85ce [2021-10-28T18:34:21.819Z] [2021-10-28T18:34:21.819Z] Removing intermediate container d82f90ad8fd0 [2021-10-28T18:34:21.819Z] ---> a378a54afac7 [2021-10-28T18:34:21.819Z] Step 21/21 : LABEL version=0.0.0 [2021-10-28T18:34:22.101Z] Successfully built ed76b16a85ce [2021-10-28T18:34:22.101Z] Successfully tagged core-command:latest [2021-10-28T18:34:22.101Z] Building core-data [2021-10-28T18:34:22.101Z]  Building core-command ... done  ---> Running in e3dacc19b881 [2021-10-28T18:34:23.058Z] ---> 2b124f228de2 [2021-10-28T18:34:23.058Z] Step 20/24 : 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-10-28T18:34:23.058Z] Removing intermediate container e3dacc19b881 [2021-10-28T18:34:23.058Z] ---> 374c49c3da7c [2021-10-28T18:34:23.058Z] [2021-10-28T18:34:23.332Z] Successfully built 374c49c3da7c [2021-10-28T18:34:23.333Z] ---> 3e7425d6461e [2021-10-28T18:34:23.333Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-10-28T18:34:23.333Z] Successfully tagged support-notifications:latest [2021-10-28T18:34:23.333Z] Building support-scheduler [2021-10-28T18:34:23.333Z]  Building support-notifications ... done  ---> Running in 7af5929e5dab [2021-10-28T18:34:24.752Z] ---> dce1d1bfee8d [2021-10-28T18:34:24.752Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-10-28T18:34:24.752Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2021-10-28T18:34:24.752Z] Status: Downloaded newer image for docker:20.10.8 [2021-10-28T18:34:24.752Z] ---> bc6c0ffef665 [2021-10-28T18:34:24.752Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-10-28T18:34:25.694Z] ---> Running in 860323221bf4 [2021-10-28T18:34:25.957Z] ---> b44f03098de9 [2021-10-28T18:34:25.957Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-10-28T18:34:25.957Z] Removing intermediate container 860323221bf4 [2021-10-28T18:34:25.957Z] ---> 683b060742c5 [2021-10-28T18:34:25.957Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-10-28T18:34:25.957Z] ---> Running in d10ec0de6238 [2021-10-28T18:34:25.957Z] Removing intermediate container 7af5929e5dab [2021-10-28T18:34:25.957Z] ---> 798e232d76cf [2021-10-28T18:34:25.957Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-10-28T18:34:25.957Z] ---> e8c0376d7e05 [2021-10-28T18:34:25.957Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-10-28T18:34:26.223Z] ---> Running in b8a0e6a0edb6 [2021-10-28T18:34:26.223Z] ---> Running in 9648794f1a00 [2021-10-28T18:34:26.223Z] Removing intermediate container b8a0e6a0edb6 [2021-10-28T18:34:26.223Z] ---> ddecf69947a7 [2021-10-28T18:34:26.223Z] Step 22/24 : LABEL arch=x86_64 [2021-10-28T18:34:26.223Z] Removing intermediate container 9648794f1a00 [2021-10-28T18:34:26.223Z] ---> ec3bac2bb534 [2021-10-28T18:34:26.223Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-10-28T18:34:26.223Z] ---> Running in c94c91d11732 [2021-10-28T18:34:26.498Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:34:26.498Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:34:26.498Z] Removing intermediate container c94c91d11732 [2021-10-28T18:34:26.498Z] ---> ba829d778fb7 [2021-10-28T18:34:26.498Z] Step 23/24 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T18:34:26.759Z] ---> 983f06fb357c [2021-10-28T18:34:26.759Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-10-28T18:34:26.759Z] ---> Running in 5972b1c0f42c [2021-10-28T18:34:26.759Z] (1/42) Installing readline (8.1.0-r0) [2021-10-28T18:34:26.759Z] (2/42) Installing bash (5.1.4-r0) [2021-10-28T18:34:27.019Z] Executing bash-5.1.4-r0.post-install [2021-10-28T18:34:27.019Z] (3/42) Installing brotli-libs (1.0.9-r5) [2021-10-28T18:34:27.019Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2021-10-28T18:34:27.019Z] (5/42) Installing libcurl (7.79.1-r0) [2021-10-28T18:34:27.019Z] (6/42) Installing curl (7.79.1-r0) [2021-10-28T18:34:27.019Z] (7/42) Installing dumb-init (1.2.5-r1) [2021-10-28T18:34:27.019Z] (8/42) Installing libbz2 (1.0.8-r1) [2021-10-28T18:34:27.019Z] (9/42) Installing expat (2.4.1-r0) [2021-10-28T18:34:27.019Z] (10/42) Installing libffi (3.3-r2) [2021-10-28T18:34:27.019Z] (11/42) Installing gdbm (1.19-r0) [2021-10-28T18:34:27.019Z] (12/42) Installing xz-libs (5.2.5-r0) [2021-10-28T18:34:27.019Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2021-10-28T18:34:27.019Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-28T18:34:27.019Z] (15/42) Installing mpdecimal (2.5.1-r1) [2021-10-28T18:34:27.019Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2021-10-28T18:34:27.019Z] ---> Running in d29375a637d5 [2021-10-28T18:34:27.019Z] (17/42) Installing python3 (3.9.5-r1) [2021-10-28T18:34:27.586Z] Removing intermediate container 5972b1c0f42c [2021-10-28T18:34:27.586Z] ---> 148edd21ad37 [2021-10-28T18:34:27.586Z] Step 24/24 : LABEL version=0.0.0 [2021-10-28T18:34:29.505Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:34:29.505Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:34:29.505Z] ---> 007919730161 [2021-10-28T18:34:29.505Z] Step 3/23 : WORKDIR /edgex-go [2021-10-28T18:34:29.505Z] ---> Using cache [2021-10-28T18:34:29.505Z] ---> 54f2652cfe2b [2021-10-28T18:34:29.505Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:34:29.505Z] ---> Using cache [2021-10-28T18:34:29.505Z] ---> 48af21036cf8 [2021-10-28T18:34:29.505Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-10-28T18:34:29.505Z] ---> Using cache [2021-10-28T18:34:29.505Z] ---> 3f57c641a662 [2021-10-28T18:34:29.505Z] Step 6/23 : COPY go.mod . [2021-10-28T18:34:29.505Z] ---> Running in cacbf3d5690e [2021-10-28T18:34:29.505Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2021-10-28T18:34:29.505Z] (19/42) Installing py3-chardet (4.0.0-r2) [2021-10-28T18:34:29.505Z] (20/42) Installing py3-idna (3.2-r0) [2021-10-28T18:34:29.505Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2021-10-28T18:34:29.505Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2021-10-28T18:34:29.505Z] (23/42) Installing py3-requests (2.25.1-r4) [2021-10-28T18:34:29.505Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2021-10-28T18:34:29.505Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2021-10-28T18:34:29.505Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2021-10-28T18:34:29.505Z] (27/42) Installing py3-colorama (0.4.4-r1) [2021-10-28T18:34:29.505Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2021-10-28T18:34:29.505Z] (29/42) Installing py3-distlib (0.3.1-r3) [2021-10-28T18:34:29.505Z] ---> 3183fd46f423 [2021-10-28T18:34:29.505Z] Step 7/23 : RUN go mod download [2021-10-28T18:34:29.505Z] Removing intermediate container cacbf3d5690e [2021-10-28T18:34:29.505Z] ---> 3d8b19deee03 [2021-10-28T18:34:29.505Z] [2021-10-28T18:34:29.505Z] (30/42) Installing py3-distro (1.5.0-r3) [2021-10-28T18:34:29.770Z] (31/42) Installing py3-six (1.15.0-r1) [2021-10-28T18:34:29.770Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2021-10-28T18:34:29.770Z] (33/42) Installing py3-html5lib (1.1-r1) [2021-10-28T18:34:29.770Z] (34/42) Installing py3-parsing (2.4.7-r2) [2021-10-28T18:34:29.770Z] ---> Running in 16abef47f3e9 [2021-10-28T18:34:29.770Z] (35/42) Installing py3-packaging (20.9-r1) [2021-10-28T18:34:29.770Z] (36/42) Installing py3-toml (0.10.2-r2) [2021-10-28T18:34:29.770Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2021-10-28T18:34:29.770Z] (38/42) Installing py3-progress (1.5-r2) [2021-10-28T18:34:29.770Z] (39/42) Installing py3-retrying (1.3.3-r1) [2021-10-28T18:34:29.770Z] Successfully built 3d8b19deee03 [2021-10-28T18:34:29.770Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2021-10-28T18:34:29.770Z] Successfully tagged security-secretstore-setup:latest [2021-10-28T18:34:29.770Z] Building security-proxy-setup [2021-10-28T18:34:29.770Z]  Building security-secretstore-setup ... done (41/42) Installing py3-setuptools (52.0.0-r3) [2021-10-28T18:34:29.770Z] (42/42) Installing py3-pip (20.3.4-r1) [2021-10-28T18:34:30.029Z] Removing intermediate container d29375a637d5 [2021-10-28T18:34:30.029Z] ---> 24f575a8ee4c [2021-10-28T18:34:30.029Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-10-28T18:34:31.015Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:34:31.015Z] OK: 84 MiB in 64 packages [2021-10-28T18:34:31.311Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:34:31.311Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:34:31.311Z] ---> 007919730161 [2021-10-28T18:34:31.311Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T18:34:31.311Z] ---> Using cache [2021-10-28T18:34:31.311Z] ---> 54f2652cfe2b [2021-10-28T18:34:31.311Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:34:31.311Z] ---> Using cache [2021-10-28T18:34:31.311Z] ---> 48af21036cf8 [2021-10-28T18:34:31.311Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-10-28T18:34:31.605Z] ---> Running in a21c18960398 [2021-10-28T18:34:31.605Z] ---> Running in 7eb9f43870dd [2021-10-28T18:34:31.886Z] Removing intermediate container a21c18960398 [2021-10-28T18:34:31.886Z] ---> 54c5ea11cb11 [2021-10-28T18:34:31.886Z] Step 27/30 : CMD ["gate"] [2021-10-28T18:34:32.155Z] Collecting docker-compose==1.23.2 [2021-10-28T18:34:32.155Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-10-28T18:34:32.155Z] ---> Running in e2cee17dae7a [2021-10-28T18:34:32.155Z] Collecting docker<4.0,>=3.6.0 [2021-10-28T18:34:32.155Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-10-28T18:34:32.423Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:34:32.423Z] Removing intermediate container e2cee17dae7a [2021-10-28T18:34:32.423Z] ---> 14b006d7f976 [2021-10-28T18:34:32.423Z] Step 28/30 : LABEL arch=x86_64 [2021-10-28T18:34:32.423Z] Collecting PyYAML<4,>=3.10 [2021-10-28T18:34:32.423Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-10-28T18:34:32.423Z] ---> Running in 78a2dca16c4c [2021-10-28T18:34:32.703Z] Removing intermediate container 78a2dca16c4c [2021-10-28T18:34:32.703Z] ---> 54a2ed50fe51 [2021-10-28T18:34:32.703Z] Step 29/30 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T18:34:32.970Z] ---> Running in 36940d90fcec [2021-10-28T18:34:32.970Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-10-28T18:34:32.970Z] Removing intermediate container 16abef47f3e9 [2021-10-28T18:34:32.970Z] ---> 3bc4248a299b [2021-10-28T18:34:32.970Z] Step 8/23 : COPY . . [2021-10-28T18:34:32.970Z] Collecting dockerpty<0.5,>=0.4.1 [2021-10-28T18:34:32.970Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-10-28T18:34:33.231Z] Removing intermediate container 36940d90fcec [2021-10-28T18:34:33.231Z] ---> 7c9dec78d08e [2021-10-28T18:34:33.231Z] Step 30/30 : LABEL version=0.0.0 [2021-10-28T18:34:33.231Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:34:33.231Z] ---> Running in 038ca3c6aa58 [2021-10-28T18:34:33.512Z] OK: 220 MiB in 52 packages [2021-10-28T18:34:33.775Z] Collecting texttable<0.10,>=0.9.0 [2021-10-28T18:34:33.775Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-10-28T18:34:33.775Z] Removing intermediate container 038ca3c6aa58 [2021-10-28T18:34:33.775Z] ---> b346c8210146 [2021-10-28T18:34:33.775Z] [2021-10-28T18:34:34.049Z] Successfully built b346c8210146 [2021-10-28T18:34:34.049Z] Collecting websocket-client<1.0,>=0.32.0 [2021-10-28T18:34:34.049Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-10-28T18:34:34.049Z] Collecting cached-property<2,>=1.2.0 [2021-10-28T18:34:34.049Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-10-28T18:34:34.049Z] Collecting jsonschema<3,>=2.5.1 [2021-10-28T18:34:34.049Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-10-28T18:34:34.325Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-10-28T18:34:34.325Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-10-28T18:34:34.325Z] Collecting docopt<0.7,>=0.6.1 [2021-10-28T18:34:34.325Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-10-28T18:34:34.603Z] Successfully tagged security-bootstrapper:latest [2021-10-28T18:34:34.603Z] Building core-metadata [2021-10-28T18:34:34.603Z]  Building security-bootstrapper ... done Collecting docker-pycreds>=0.4.0 [2021-10-28T18:34:34.603Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-10-28T18:34:34.872Z] Collecting urllib3<1.25,>=1.21.1 [2021-10-28T18:34:34.872Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-10-28T18:34:34.872Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2021-10-28T18:34:34.872Z] Collecting chardet<3.1.0,>=3.0.2 [2021-10-28T18:34:34.872Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-10-28T18:34:34.872Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:34:34.872Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:34:34.872Z] ---> 007919730161 [2021-10-28T18:34:34.872Z] Step 3/20 : WORKDIR /edgex-go [2021-10-28T18:34:34.872Z] ---> Using cache [2021-10-28T18:34:34.872Z] ---> 54f2652cfe2b [2021-10-28T18:34:34.872Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:34:34.872Z] ---> Using cache [2021-10-28T18:34:34.872Z] ---> 48af21036cf8 [2021-10-28T18:34:34.872Z] Step 5/20 : RUN apk add --update --no-cache make git [2021-10-28T18:34:34.872Z] ---> Using cache [2021-10-28T18:34:34.872Z] ---> 3f57c641a662 [2021-10-28T18:34:34.872Z] Step 6/20 : COPY . . [2021-10-28T18:34:34.872Z] Collecting idna<2.8,>=2.5 [2021-10-28T18:34:34.872Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-10-28T18:34:35.148Z] ---> Using cache [2021-10-28T18:34:35.148Z] ---> 683c57a8a7de [2021-10-28T18:34:35.148Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:34:35.148Z] ---> Using cache [2021-10-28T18:34:35.148Z] ---> 1702a35c98b5 [2021-10-28T18:34:35.148Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-10-28T18:34:35.148Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-10-28T18:34:35.148Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-10-28T18:34:35.148Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-10-28T18:34:35.148Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-10-28T18:34:35.148Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-10-28T18:34:35.148Z] Attempting uninstall: urllib3 [2021-10-28T18:34:35.148Z] Found existing installation: urllib3 1.26.5 [2021-10-28T18:34:35.148Z] Uninstalling urllib3-1.26.5: [2021-10-28T18:34:36.096Z] Successfully uninstalled urllib3-1.26.5 [2021-10-28T18:34:37.042Z] Removing intermediate container 7eb9f43870dd [2021-10-28T18:34:37.042Z] ---> c404c2c12a66 [2021-10-28T18:34:37.042Z] Step 6/22 : COPY . . [2021-10-28T18:34:37.042Z] Attempting uninstall: idna [2021-10-28T18:34:37.042Z] Found existing installation: idna 3.2 [2021-10-28T18:34:37.042Z] Uninstalling idna-3.2: [2021-10-28T18:34:37.042Z] Successfully uninstalled idna-3.2 [2021-10-28T18:34:37.042Z] ---> Running in d18547617f1e [2021-10-28T18:34:37.042Z] Attempting uninstall: chardet [2021-10-28T18:34:37.042Z] Found existing installation: chardet 4.0.0 [2021-10-28T18:34:37.042Z] Uninstalling chardet-4.0.0: [2021-10-28T18:34:37.042Z] Successfully uninstalled chardet-4.0.0 [2021-10-28T18:34:37.625Z] Attempting uninstall: requests [2021-10-28T18:34:37.625Z] Found existing installation: requests 2.25.1 [2021-10-28T18:34:37.625Z] Uninstalling requests-2.25.1: [2021-10-28T18:34:37.625Z] Successfully uninstalled requests-2.25.1 [2021-10-28T18:34:37.625Z] Running setup.py install for texttable: started [2021-10-28T18:34:37.625Z] 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-10-28T18:34:38.228Z] Running setup.py install for texttable: finished with status 'done' [2021-10-28T18:34:38.228Z] Running setup.py install for PyYAML: started [2021-10-28T18:34:38.814Z] Running setup.py install for PyYAML: finished with status 'done' [2021-10-28T18:34:38.814Z] Running setup.py install for docopt: started [2021-10-28T18:34:39.395Z] Running setup.py install for docopt: finished with status 'done' [2021-10-28T18:34:39.395Z] Running setup.py install for dockerpty: started [2021-10-28T18:34:39.968Z] Running setup.py install for dockerpty: finished with status 'done' [2021-10-28T18:34:41.912Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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-10-28T18:34:42.498Z] ---> 6c13f5790bce [2021-10-28T18:34:42.498Z] Step 9/23 : RUN go mod tidy [2021-10-28T18:34:43.442Z] ---> Running in a8331ed4bf5d [2021-10-28T18:34:44.016Z] ---> 1da749ffdb53 [2021-10-28T18:34:44.016Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:34:44.277Z] ---> Running in 33faecadd2df [2021-10-28T18:34:46.213Z] Removing intermediate container 33faecadd2df [2021-10-28T18:34:46.213Z] ---> 903a67fc62d8 [2021-10-28T18:34:46.213Z] Step 8/22 : RUN make cmd/core-data/core-data [2021-10-28T18:34:46.213Z] ---> Running in 007c3705d327 [2021-10-28T18:34:46.806Z] 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-10-28T18:34:49.394Z] Removing intermediate container d10ec0de6238 [2021-10-28T18:34:49.394Z] ---> 6ce79299af74 [2021-10-28T18:34:49.394Z] Step 13/22 : ENV APP_PORT=58890 [2021-10-28T18:34:49.394Z] ---> Running in a7b5700f3700 [2021-10-28T18:34:49.394Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T18:34:49.394Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T18:34:49.394Z] ---> 007919730161 [2021-10-28T18:34:49.394Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T18:34:49.394Z] ---> Using cache [2021-10-28T18:34:49.394Z] ---> 54f2652cfe2b [2021-10-28T18:34:49.394Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:34:49.394Z] ---> Using cache [2021-10-28T18:34:49.394Z] ---> 48af21036cf8 [2021-10-28T18:34:49.394Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-28T18:34:49.394Z] ---> Using cache [2021-10-28T18:34:49.394Z] ---> 3f57c641a662 [2021-10-28T18:34:49.394Z] Step 6/22 : COPY . . [2021-10-28T18:34:49.394Z] ---> Using cache [2021-10-28T18:34:49.394Z] ---> 683c57a8a7de [2021-10-28T18:34:49.394Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T18:34:49.394Z] ---> Using cache [2021-10-28T18:34:49.394Z] ---> 1702a35c98b5 [2021-10-28T18:34:49.394Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2021-10-28T18:34:49.394Z] ---> Running in 0f122b49a6ef [2021-10-28T18:34:49.394Z] Removing intermediate container a8331ed4bf5d [2021-10-28T18:34:49.394Z] ---> c5237abb8a2e [2021-10-28T18:34:49.394Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-10-28T18:34:49.394Z] ---> Running in aff5e6829468 [2021-10-28T18:34:49.665Z] Removing intermediate container a7b5700f3700 [2021-10-28T18:34:49.665Z] ---> 15819c69e74e [2021-10-28T18:34:49.665Z] Step 14/22 : EXPOSE $APP_PORT [2021-10-28T18:34:49.665Z] ---> Running in bac4ce78d76f [2021-10-28T18:34:49.934Z] Removing intermediate container bac4ce78d76f [2021-10-28T18:34:49.934Z] ---> 60984799fa9c [2021-10-28T18:34:49.934Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-10-28T18:34:49.934Z] 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-10-28T18:34:50.200Z] 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-10-28T18:34:50.466Z] ---> ae973100ae43 [2021-10-28T18:34:50.466Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-10-28T18:34:50.737Z] ---> 2e4526863638 [2021-10-28T18:34:50.737Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-10-28T18:34:51.015Z] ---> 7d772fb1bb80 [2021-10-28T18:34:51.015Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-10-28T18:34:51.283Z] ---> Running in 73a6fc5c189d [2021-10-28T18:34:51.283Z] Removing intermediate container 73a6fc5c189d [2021-10-28T18:34:51.283Z] ---> a7bd6f2caa5f [2021-10-28T18:34:51.283Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:34:51.283Z] ---> Running in 69f9f7a75e20 [2021-10-28T18:34:51.565Z] Removing intermediate container 69f9f7a75e20 [2021-10-28T18:34:51.565Z] ---> c946ca456aa4 [2021-10-28T18:34:51.565Z] Step 20/22 : LABEL arch=x86_64 [2021-10-28T18:34:51.565Z] ---> Running in f0c822e5a57f [2021-10-28T18:34:51.565Z] Removing intermediate container f0c822e5a57f [2021-10-28T18:34:51.565Z] ---> e67d2c77b7e5 [2021-10-28T18:34:51.565Z] Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T18:34:51.565Z] ---> Running in e2fa856ae7c3 [2021-10-28T18:34:51.832Z] Removing intermediate container e2fa856ae7c3 [2021-10-28T18:34:51.832Z] ---> 45a630cac3c4 [2021-10-28T18:34:51.832Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T18:34:51.832Z] ---> Running in 94a55d97e107 [2021-10-28T18:34:52.108Z] Removing intermediate container 94a55d97e107 [2021-10-28T18:34:52.108Z] ---> c827a3fe7598 [2021-10-28T18:34:52.108Z] [2021-10-28T18:34:52.108Z] Successfully built c827a3fe7598 [2021-10-28T18:34:52.108Z] Successfully tagged sys-mgmt-agent:latest [2021-10-28T18:34:58.761Z]  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/secrets-config ./cmd/secrets-config [2021-10-28T18:35:02.999Z] Removing intermediate container d18547617f1e [2021-10-28T18:35:02.999Z] ---> 2decc79cf280 [2021-10-28T18:35:02.999Z] [2021-10-28T18:35:02.999Z] Step 9/20 : FROM alpine:3.14 [2021-10-28T18:35:02.999Z] ---> 14119a10abf4 [2021-10-28T18:35:02.999Z] Step 10/20 : RUN apk add --update --no-cache curl [2021-10-28T18:35:02.999Z] ---> Running in d32f7b8aaf36 [2021-10-28T18:35:03.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:35:03.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:35:03.546Z] (1/5) Installing ca-certificates (20191127-r5) [2021-10-28T18:35:03.546Z] (2/5) Installing brotli-libs (1.0.9-r5) [2021-10-28T18:35:03.546Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2021-10-28T18:35:03.546Z] (4/5) Installing libcurl (7.79.1-r0) [2021-10-28T18:35:03.546Z] (5/5) Installing curl (7.79.1-r0) [2021-10-28T18:35:03.546Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:35:03.546Z] Executing ca-certificates-20191127-r5.trigger [2021-10-28T18:35:03.811Z] OK: 8 MiB in 19 packages [2021-10-28T18:35:04.403Z] Removing intermediate container d32f7b8aaf36 [2021-10-28T18:35:04.403Z] ---> 3b5b6d9d28ae [2021-10-28T18:35:04.403Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-28T18:35:04.404Z] ---> Running in bd357e658455 [2021-10-28T18:35:04.404Z] Removing intermediate container bd357e658455 [2021-10-28T18:35:04.404Z] ---> a88656b0f27f [2021-10-28T18:35:04.404Z] Step 12/20 : WORKDIR /edgex [2021-10-28T18:35:04.404Z] ---> Running in 0943e66e6ebd [2021-10-28T18:35:04.678Z] Removing intermediate container 0943e66e6ebd [2021-10-28T18:35:04.678Z] ---> e59b44799fc5 [2021-10-28T18:35:04.678Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-10-28T18:35:04.946Z] ---> 47fa7cb66922 [2021-10-28T18:35:04.946Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-10-28T18:35:05.524Z] ---> e7a8efb5c4ee [2021-10-28T18:35:05.524Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-10-28T18:35:06.096Z] ---> 4aebe382872d [2021-10-28T18:35:06.096Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-10-28T18:35:06.096Z] ---> Running in 8e8b8319e2e6 [2021-10-28T18:35:06.096Z] Removing intermediate container 8e8b8319e2e6 [2021-10-28T18:35:06.096Z] ---> 849a427711c1 [2021-10-28T18:35:06.096Z] Step 17/20 : CMD ["--init=true"] [2021-10-28T18:35:06.096Z] ---> Running in da3139d31b02 [2021-10-28T18:35:06.368Z] Removing intermediate container da3139d31b02 [2021-10-28T18:35:06.368Z] ---> d0aa549d1a68 [2021-10-28T18:35:06.368Z] Step 18/20 : LABEL arch=x86_64 [2021-10-28T18:35:06.368Z] ---> Running in 718e7ecc3b14 [2021-10-28T18:35:06.368Z] Removing intermediate container 718e7ecc3b14 [2021-10-28T18:35:06.368Z] ---> c027a68da726 [2021-10-28T18:35:06.368Z] Step 19/20 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T18:35:06.368Z] ---> Running in 1b26cad532f4 [2021-10-28T18:35:06.637Z] Removing intermediate container 1b26cad532f4 [2021-10-28T18:35:06.637Z] ---> 954c3a3a11de [2021-10-28T18:35:06.637Z] Step 20/20 : LABEL version=0.0.0 [2021-10-28T18:35:06.637Z] ---> Running in 1069a4d3c19c [2021-10-28T18:35:06.904Z] Removing intermediate container 1069a4d3c19c [2021-10-28T18:35:06.904Z] ---> 7befc3950e15 [2021-10-28T18:35:06.904Z] [2021-10-28T18:35:06.904Z] Successfully built 7befc3950e15 [2021-10-28T18:35:06.904Z] Successfully tagged security-proxy-setup:latest [2021-10-28T18:35:21.920Z]  Building security-proxy-setup ... done Removing intermediate container 0f122b49a6ef [2021-10-28T18:35:21.920Z] ---> 37cae9be9fe0 [2021-10-28T18:35:21.920Z] [2021-10-28T18:35:21.920Z] Step 9/22 : FROM alpine:3.14 [2021-10-28T18:35:21.920Z] ---> 14119a10abf4 [2021-10-28T18:35:21.920Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-28T18:35:21.920Z] ---> Using cache [2021-10-28T18:35:21.920Z] ---> f0cf02b114e6 [2021-10-28T18:35:21.920Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T18:35:21.920Z] ---> Using cache [2021-10-28T18:35:21.920Z] ---> b402f7beb3be [2021-10-28T18:35:21.920Z] Step 12/22 : ENV APP_PORT=59881 [2021-10-28T18:35:21.920Z] Removing intermediate container aff5e6829468 [2021-10-28T18:35:21.920Z] ---> c5323cb44dfa [2021-10-28T18:35:21.920Z] [2021-10-28T18:35:21.920Z] Step 11/23 : FROM alpine:3.14 [2021-10-28T18:35:21.920Z] ---> 14119a10abf4 [2021-10-28T18:35:21.920Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-10-28T18:35:21.920Z] ---> Using cache [2021-10-28T18:35:21.920Z] ---> f0cf02b114e6 [2021-10-28T18:35:21.920Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T18:35:21.920Z] ---> Using cache [2021-10-28T18:35:21.920Z] ---> b402f7beb3be [2021-10-28T18:35:21.920Z] Step 14/23 : ENV APP_PORT=59861 [2021-10-28T18:35:21.920Z] Removing intermediate container 007c3705d327 [2021-10-28T18:35:21.920Z] ---> cf7bfda3b237 [2021-10-28T18:35:21.920Z] [2021-10-28T18:35:21.920Z] Step 9/22 : FROM alpine:3.14 [2021-10-28T18:35:21.920Z] ---> 14119a10abf4 [2021-10-28T18:35:21.920Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-10-28T18:35:21.920Z] ---> Running in 9751ac926f09 [2021-10-28T18:35:21.920Z] ---> Running in 99735200f9d9 [2021-10-28T18:35:21.920Z] ---> Running in 13419b290ab3 [2021-10-28T18:35:22.180Z] Removing intermediate container 9751ac926f09 [2021-10-28T18:35:22.180Z] ---> 8e105b064e97 [2021-10-28T18:35:22.180Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-28T18:35:22.180Z] Removing intermediate container 99735200f9d9 [2021-10-28T18:35:22.180Z] ---> 6da6bc1ba1be [2021-10-28T18:35:22.180Z] Step 11/22 : ENV APP_PORT=59880 [2021-10-28T18:35:22.180Z] Removing intermediate container 13419b290ab3 [2021-10-28T18:35:22.180Z] ---> 0d67285098be [2021-10-28T18:35:22.180Z] Step 15/23 : EXPOSE $APP_PORT [2021-10-28T18:35:22.180Z] ---> Running in 04c7ad76a03d [2021-10-28T18:35:22.180Z] ---> Running in ab4ec16c482b [2021-10-28T18:35:22.180Z] ---> Running in 86b5aedf52fb [2021-10-28T18:35:22.180Z] Removing intermediate container ab4ec16c482b [2021-10-28T18:35:22.180Z] ---> cbcf5cb3d28a [2021-10-28T18:35:22.180Z] Step 14/22 : WORKDIR / [2021-10-28T18:35:22.180Z] Removing intermediate container 04c7ad76a03d [2021-10-28T18:35:22.180Z] ---> eb730c2e4498 [2021-10-28T18:35:22.180Z] Step 12/22 : EXPOSE $APP_PORT [2021-10-28T18:35:22.180Z] ---> Running in a4d8f4ad22c9 [2021-10-28T18:35:22.180Z] Removing intermediate container 86b5aedf52fb [2021-10-28T18:35:22.180Z] ---> 025394fdadd5 [2021-10-28T18:35:22.180Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:35:22.444Z] ---> Running in eaba834b0602 [2021-10-28T18:35:22.445Z] ---> a75256eb53ee [2021-10-28T18:35:22.445Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-10-28T18:35:22.445Z] Removing intermediate container a4d8f4ad22c9 [2021-10-28T18:35:22.445Z] ---> 33ad4ba652d6 [2021-10-28T18:35:22.445Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:35:22.445Z] Removing intermediate container eaba834b0602 [2021-10-28T18:35:22.445Z] ---> 92c22c0c1265 [2021-10-28T18:35:22.445Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T18:35:22.712Z] ---> Running in 8b81aa5cf162 [2021-10-28T18:35:22.712Z] ---> 34e1e0659341 [2021-10-28T18:35:22.712Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-10-28T18:35:22.712Z] ---> d03077836a2e [2021-10-28T18:35:22.712Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-10-28T18:35:23.287Z] ---> 45cc75e3f2dd [2021-10-28T18:35:23.287Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-10-28T18:35:23.287Z] ---> 14ad5561794e [2021-10-28T18:35:23.287Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-10-28T18:35:23.287Z] ---> Running in 5fa190b4f18a [2021-10-28T18:35:23.287Z] ---> 6ba1349723ec [2021-10-28T18:35:23.287Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-10-28T18:35:23.287Z] Removing intermediate container 5fa190b4f18a [2021-10-28T18:35:23.287Z] ---> d6bb513fd87d [2021-10-28T18:35:23.287Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:35:23.287Z] ---> Running in 50afb61bb33d [2021-10-28T18:35:23.287Z] ---> Running in e4088fb3422d [2021-10-28T18:35:23.547Z] Removing intermediate container 8b81aa5cf162 [2021-10-28T18:35:23.547Z] ---> f6848158086b [2021-10-28T18:35:23.547Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-10-28T18:35:23.547Z] Removing intermediate container e4088fb3422d [2021-10-28T18:35:23.547Z] ---> 69cea7cd00bc [2021-10-28T18:35:23.547Z] Step 21/23 : LABEL arch=x86_64 [2021-10-28T18:35:23.547Z] Removing intermediate container 50afb61bb33d [2021-10-28T18:35:23.547Z] ---> 0b4ac3adad28 [2021-10-28T18:35:23.547Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:35:23.547Z] ---> Running in bad5a8047da3 [2021-10-28T18:35:23.547Z] ---> Running in 67aaea9f92d6 [2021-10-28T18:35:23.547Z] ---> Running in f729613f22ad [2021-10-28T18:35:23.547Z] Removing intermediate container bad5a8047da3 [2021-10-28T18:35:23.547Z] ---> aa936a8d58e0 [2021-10-28T18:35:23.547Z] Step 22/23 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T18:35:23.819Z] ---> Running in 8a5618fd46a2 [2021-10-28T18:35:23.819Z] Removing intermediate container f729613f22ad [2021-10-28T18:35:23.819Z] ---> 178c773d7714 [2021-10-28T18:35:23.819Z] Step 20/22 : LABEL arch=x86_64 [2021-10-28T18:35:23.819Z] ---> Running in 1727c87835d4 [2021-10-28T18:35:23.819Z] Removing intermediate container 8a5618fd46a2 [2021-10-28T18:35:23.819Z] ---> aeaedc6e08ff [2021-10-28T18:35:23.819Z] Step 23/23 : LABEL version=0.0.0 [2021-10-28T18:35:23.819Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-28T18:35:23.819Z] ---> Running in a36897b94019 [2021-10-28T18:35:23.819Z] Removing intermediate container 1727c87835d4 [2021-10-28T18:35:23.819Z] ---> 279feb0e76fb [2021-10-28T18:35:23.819Z] Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T18:35:24.078Z] ---> Running in 89c841237622 [2021-10-28T18:35:24.078Z] Removing intermediate container a36897b94019 [2021-10-28T18:35:24.078Z] ---> 10fb0ab96942 [2021-10-28T18:35:24.078Z] [2021-10-28T18:35:24.078Z] Successfully built 10fb0ab96942 [2021-10-28T18:35:24.078Z] Successfully tagged support-scheduler:latest [2021-10-28T18:35:24.078Z]  Building support-scheduler ... done Removing intermediate container 89c841237622 [2021-10-28T18:35:24.078Z] ---> 4ec5203c495c [2021-10-28T18:35:24.078Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T18:35:24.078Z] ---> Running in d5bc240bea06 [2021-10-28T18:35:24.337Z] Removing intermediate container d5bc240bea06 [2021-10-28T18:35:24.337Z] ---> a165259d98c7 [2021-10-28T18:35:24.337Z] [2021-10-28T18:35:24.337Z] Successfully built a165259d98c7 [2021-10-28T18:35:24.337Z] Successfully tagged core-metadata:latest [2021-10-28T18:35:24.596Z]  Building core-metadata ... done fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-28T18:35:25.166Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-10-28T18:35:25.166Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-10-28T18:35:25.166Z] (3/6) Installing libsodium (1.0.18-r0) [2021-10-28T18:35:25.427Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-28T18:35:25.427Z] (5/6) Installing libzmq (4.3.4-r0) [2021-10-28T18:35:25.427Z] (6/6) Installing zeromq (4.3.4-r0) [2021-10-28T18:35:25.687Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T18:35:25.687Z] OK: 8 MiB in 20 packages [2021-10-28T18:35:25.947Z] Removing intermediate container 67aaea9f92d6 [2021-10-28T18:35:25.947Z] ---> 5798b2333055 [2021-10-28T18:35:25.947Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T18:35:25.947Z] ---> b89cdc29dfbc [2021-10-28T18:35:25.947Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-10-28T18:35:26.519Z] ---> fb8d436a47cb [2021-10-28T18:35:26.519Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-10-28T18:35:26.519Z] ---> 6cd42c26edc0 [2021-10-28T18:35:26.519Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2021-10-28T18:35:26.519Z] ---> Running in e02081cd96e0 [2021-10-28T18:35:26.519Z] Removing intermediate container e02081cd96e0 [2021-10-28T18:35:26.519Z] ---> a9c079295d65 [2021-10-28T18:35:26.519Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T18:35:26.519Z] ---> Running in aa274fba45cd [2021-10-28T18:35:26.781Z] Removing intermediate container aa274fba45cd [2021-10-28T18:35:26.781Z] ---> 5537e27e9436 [2021-10-28T18:35:26.781Z] Step 20/22 : LABEL arch=x86_64 [2021-10-28T18:35:26.781Z] ---> Running in 04aff30068e1 [2021-10-28T18:35:26.781Z] Removing intermediate container 04aff30068e1 [2021-10-28T18:35:26.781Z] ---> fd127e366823 [2021-10-28T18:35:26.781Z] Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T18:35:26.781Z] ---> Running in e807d87a8955 [2021-10-28T18:35:27.040Z] Removing intermediate container e807d87a8955 [2021-10-28T18:35:27.040Z] ---> 7aae22d86a8c [2021-10-28T18:35:27.040Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T18:35:27.040Z] ---> Running in e89e89795fff [2021-10-28T18:35:27.040Z] Removing intermediate container e89e89795fff [2021-10-28T18:35:27.040Z] ---> 9829a6de221c [2021-10-28T18:35:27.040Z] [2021-10-28T18:35:27.040Z] Successfully built 9829a6de221c [2021-10-28T18:35:27.040Z] Successfully tagged core-data:latest [2021-10-28T18:35:27.306Z]  Building core-data ... done  [Pipeline] } [2021-10-28T18:35:27.311Z] $ docker stop --time=1 3b647e7c6e52cd21c6df67363fc0d0b582514a0397f27a791fc4ed72c891547f [2021-10-28T18:35:28.653Z] $ docker rm -f 3b647e7c6e52cd21c6df67363fc0d0b582514a0397f27a791fc4ed72c891547f [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-28T18:35:28.997Z] + docker images [2021-10-28T18:35:28.997Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-10-28T18:35:28.997Z] core-data latest 9829a6de221c 2 seconds ago 20.7MB [2021-10-28T18:35:28.997Z] core-metadata latest a165259d98c7 4 seconds ago 16.9MB [2021-10-28T18:35:28.997Z] support-scheduler latest 10fb0ab96942 5 seconds ago 16.2MB [2021-10-28T18:35:28.997Z] c5323cb44dfa 7 seconds ago 1.76GB [2021-10-28T18:35:28.997Z] cf7bfda3b237 7 seconds ago 1.76GB [2021-10-28T18:35:28.997Z] 37cae9be9fe0 8 seconds ago 1.76GB [2021-10-28T18:35:28.997Z] security-proxy-setup latest 7befc3950e15 22 seconds ago 26.9MB [2021-10-28T18:35:28.997Z] 2decc79cf280 26 seconds ago 1.76GB [2021-10-28T18:35:28.997Z] sys-mgmt-agent latest c827a3fe7598 37 seconds ago 294MB [2021-10-28T18:35:28.997Z] security-bootstrapper latest b346c8210146 55 seconds ago 18.9MB [2021-10-28T18:35:28.997Z] security-secretstore-setup latest 3d8b19deee03 59 seconds ago 28.4MB [2021-10-28T18:35:28.997Z] support-notifications latest 374c49c3da7c About a minute ago 16.9MB [2021-10-28T18:35:28.997Z] core-command latest ed76b16a85ce About a minute ago 16.1MB [2021-10-28T18:35:28.997Z] 4f8c7b1b8077 About a minute ago 1.76GB [2021-10-28T18:35:28.997Z] adbed2ff2db0 About a minute ago 1.76GB [2021-10-28T18:35:28.997Z] 0e0d74b9284e About a minute ago 1.76GB [2021-10-28T18:35:28.997Z] 4c43d8b8b1bb About a minute ago 1.76GB [2021-10-28T18:35:28.997Z] df408bfbd788 About a minute ago 1.75GB [2021-10-28T18:35:28.997Z] ci-base-image-x86_64 latest 007919730161 5 minutes ago 1.25GB [2021-10-28T18:35:28.997Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 2 weeks ago 548MB [2021-10-28T18:35:28.997Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 2 weeks ago 34.5MB [2021-10-28T18:35:28.997Z] docker 20.10.8 bc6c0ffef665 8 weeks ago 214MB [2021-10-28T18:35:28.997Z] alpine 3.14 14119a10abf4 2 months ago 5.6MB [2021-10-28T18:35:28.997Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 16 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-10-28T18:35:44.337Z] Still waiting to schedule task [2021-10-28T18:35:44.337Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-10-28T18:37:23.138Z] Running on prd-ubuntu18.04-docker-8c-8g-408 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws [2021-10-28T18:37:23.152Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-10-28T18:37:23.236Z] The recommended git tool is: git [2021-10-28T18:37:25.030Z] using credential edgex-jenkins-ssh [2021-10-28T18:37:25.041Z] Cloning the remote Git repository [2021-10-28T18:37:25.009Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-10-28T18:37:25.065Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-10-28T18:37:25.107Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-28T18:37:25.108Z] > git --version # timeout=10 [2021-10-28T18:37:25.117Z] > git --version # 'git version 2.17.1' [2021-10-28T18:37:25.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T18:37:25.157Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-28T18:37:56.163Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-28T18:37:56.170Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-28T18:37:56.180Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-28T18:37:56.192Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-28T18:37:56.192Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T18:37:56.196Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-28T18:37:56.754Z] Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T18:37:56.856Z] Merge succeeded, producing 429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T18:37:56.857Z] Checking out Revision 429f0d413a86a0f66da5d000fb0760535baac886 (PR-3780) [2021-10-28T18:37:56.761Z] > git config core.sparsecheckout # timeout=10 [2021-10-28T18:37:56.767Z] > git checkout -f 429f0d413a86a0f66da5d000fb0760535baac886 # timeout=10 [2021-10-28T18:37:56.823Z] > git remote # timeout=10 [2021-10-28T18:37:56.830Z] > git config --get remote.origin.url # timeout=10 [2021-10-28T18:37:56.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T18:37:56.839Z] > git merge 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 # timeout=10 [2021-10-28T18:37:56.849Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-28T18:37:56.858Z] > git config core.sparsecheckout # timeout=10 [2021-10-28T18:37:56.863Z] > git checkout -f 429f0d413a86a0f66da5d000fb0760535baac886 # timeout=10 [2021-10-28T18:38:00.410Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-28T18:38:01.246Z] + echo snap-build.sh [2021-10-28T18:38:01.246Z] snap-build.sh [2021-10-28T18:38:01.246Z] + SNAP_BASE_DIR=. [2021-10-28T18:38:01.246Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-10-28T18:38:01.246Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-10-28T18:38:01.246Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-10-28T18:38:01.246Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-10-28T18:38:01.246Z] + cd /w/workspace/edgex-go/7 [2021-10-28T18:38:01.246Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-10-28T18:38:01.246Z] Reading package lists... [2021-10-28T18:38:01.246Z] Building dependency tree... [2021-10-28T18:38:01.246Z] Reading state information... [2021-10-28T18:38:01.246Z] The following packages were automatically installed and are no longer required: [2021-10-28T18:38:01.246Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-10-28T18:38:01.246Z] uidmap xdelta3 [2021-10-28T18:38:01.246Z] Use 'sudo apt autoremove' to remove them. [2021-10-28T18:38:01.246Z] The following packages will be REMOVED: [2021-10-28T18:38:01.246Z] lxd* lxd-client* [2021-10-28T18:38:01.509Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-10-28T18:38:01.509Z] After this operation, 31.7 MB disk space will be freed. [2021-10-28T18:38:02.297Z] (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-10-28T18:38:02.297Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-10-28T18:38:02.869Z] Removing lxd dnsmasq configuration [2021-10-28T18:38:02.869Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-10-28T18:38:03.130Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-10-28T18:38:04.079Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-10-28T18:38:04.079Z] (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-10-28T18:38:04.079Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-10-28T18:38:05.466Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-10-28T18:38:05.466Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-10-28T18:38:05.727Z] + sudo snap remove --purge lxd [2021-10-28T18:38:05.990Z] snap "lxd" is not installed [2021-10-28T18:38:05.990Z] + sudo groupadd --force --system lxd [2021-10-28T18:38:05.990Z] ++ whoami [2021-10-28T18:38:05.990Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-10-28T18:38:05.990Z] + newgrp - lxd [2021-10-28T18:38:05.990Z] + sudo snap install lxd [2021-10-28T18:38:16.001Z] 2021-10-28T18:38:12Z INFO Waiting for automatic snapd restart... [2021-10-28T18:38:34.117Z] lxd 4.19 from Canonical* installed [2021-10-28T18:38:34.117Z] + sudo lxd init --auto [2021-10-28T18:38:44.124Z] + sudo snap install --classic snapcraft [2021-10-28T18:38:56.358Z] snapcraft 5.0 from Canonical* installed [2021-10-28T18:38:56.358Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-10-28T18:38:56.358Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-10-28T18:38:56.359Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-28T18:38:56.359Z] Dload Upload Total Spent Left Speed [2021-10-28T18:38:56.359Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3317 0 --:--:-- --:--:-- --:--:-- 3335 [2021-10-28T18:38:56.359Z] 90 3325k 90 2994k 0 0 10.0M 0 --:--:-- --:--:-- --:--:-- 10.0M 100 3325k 100 3325k 0 0 11.0M 0 --:--:-- --:--:-- --:--:-- 161M [2021-10-28T18:38:56.359Z] ./yq_linux_amd64 [2021-10-28T18:38:56.359Z] + sudo snapcraft prime --use-lxd [2021-10-28T18:38:57.298Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-10-28T18:38:57.298Z] 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-10-28T18:38:57.298Z] - README.md [2021-10-28T18:38:57.298Z] [2021-10-28T18:38:57.298Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-10-28T18:38:57.559Z] Launching a container. [2021-10-28T18:39:02.844Z] Waiting for container to be ready [2021-10-28T18:39:03.107Z] To start your first instance, try: lxc launch ubuntu:20.04 [2021-10-28T18:39:03.107Z] [2021-10-28T18:39:07.315Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-10-28T18:39:07.315Z] Waiting for network to be ready... [2021-10-28T18:39:07.575Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-10-28T18:39:07.837Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-10-28T18:39:07.837Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1931 kB] [2021-10-28T18:39:07.837Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [349 kB] [2021-10-28T18:39:07.837Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-10-28T18:39:07.837Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-10-28T18:39:07.837Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [488 kB] [2021-10-28T18:39:07.837Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [65.8 kB] [2021-10-28T18:39:07.837Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1144 kB] [2021-10-28T18:39:07.837Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [262 kB] [2021-10-28T18:39:08.407Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-10-28T18:39:08.408Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-10-28T18:39:08.669Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-10-28T18:39:08.669Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-10-28T18:39:08.669Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-10-28T18:39:08.669Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-10-28T18:39:08.669Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-10-28T18:39:08.669Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-10-28T18:39:09.239Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-10-28T18:39:09.239Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2277 kB] [2021-10-28T18:39:09.501Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [442 kB] [2021-10-28T18:39:09.501Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-10-28T18:39:09.501Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-10-28T18:39:09.501Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [513 kB] [2021-10-28T18:39:09.501Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [69.7 kB] [2021-10-28T18:39:09.501Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1759 kB] [2021-10-28T18:39:09.501Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [378 kB] [2021-10-28T18:39:12.047Z] Fetched 25.5 MB in 4s (6142 kB/s) [2021-10-28T18:39:12.619Z] Reading package lists... [2021-10-28T18:39:12.878Z] Reading package lists... [2021-10-28T18:39:13.138Z] Building dependency tree... [2021-10-28T18:39:13.138Z] Reading state information... [2021-10-28T18:39:13.398Z] The following additional packages will be installed: [2021-10-28T18:39:13.398Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-10-28T18:39:13.398Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-10-28T18:39:13.398Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-10-28T18:39:13.398Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-10-28T18:39:13.398Z] Suggested packages: [2021-10-28T18:39:13.398Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-10-28T18:39:13.398Z] Recommended packages: [2021-10-28T18:39:13.398Z] gnupg libsasl2-modules [2021-10-28T18:39:13.398Z] The following NEW packages will be installed: [2021-10-28T18:39:13.398Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-10-28T18:39:13.398Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-10-28T18:39:13.398Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-10-28T18:39:13.398Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-10-28T18:39:13.398Z] The following packages will be upgraded: [2021-10-28T18:39:13.398Z] gpg gpg-agent gpgconf libudev1 [2021-10-28T18:39:13.398Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2021-10-28T18:39:13.398Z] Need to get 3527 kB of archives. [2021-10-28T18:39:13.398Z] After this operation, 13.3 MB of additional disk space will be used. [2021-10-28T18:39:13.398Z] 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-10-28T18:39:13.398Z] 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-10-28T18:39:13.398Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-10-28T18:39:13.398Z] 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-10-28T18:39:13.658Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.52 [55.8 kB] [2021-10-28T18:39:13.918Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.52 [1102 kB] [2021-10-28T18:39:14.178Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-10-28T18:39:14.178Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-10-28T18:39:14.178Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-10-28T18:39:14.439Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-10-28T18:39:14.440Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-10-28T18:39:14.440Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-10-28T18:39:14.440Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-10-28T18:39:14.440Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-10-28T18:39:14.440Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-10-28T18:39:14.440Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-10-28T18:39:14.440Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-10-28T18:39:14.440Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-10-28T18:39:14.440Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-10-28T18:39:14.440Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-10-28T18:39:14.440Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-10-28T18:39:14.440Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-10-28T18:39:14.701Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-28T18:39:14.701Z] Fetched 3527 kB in 1s (2965 kB/s) [2021-10-28T18:39:14.701Z] (Reading database ... 12511 files and directories currently installed.) [2021-10-28T18:39:14.701Z] Preparing to unpack .../libudev1_237-3ubuntu10.52_amd64.deb ... [2021-10-28T18:39:14.701Z] Unpacking libudev1:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-28T18:39:14.701Z] Setting up libudev1:amd64 (237-3ubuntu10.52) ... [2021-10-28T18:39:14.701Z] Selecting previously unselected package udev. [2021-10-28T18:39:14.701Z] (Reading database ... 12511 files and directories currently installed.) [2021-10-28T18:39:14.701Z] Preparing to unpack .../00-udev_237-3ubuntu10.52_amd64.deb ... [2021-10-28T18:39:14.962Z] Unpacking udev (237-3ubuntu10.52) ... [2021-10-28T18:39:14.962Z] Selecting previously unselected package libfuse2:amd64. [2021-10-28T18:39:14.962Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-10-28T18:39:14.962Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-10-28T18:39:15.223Z] Selecting previously unselected package fuse. [2021-10-28T18:39:15.223Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-10-28T18:39:15.223Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-10-28T18:39:15.223Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-28T18:39:15.223Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-28T18:39:15.223Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-28T18:39:15.223Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-28T18:39:15.223Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-28T18:39:15.485Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-28T18:39:15.485Z] Selecting previously unselected package libksba8:amd64. [2021-10-28T18:39:15.485Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-10-28T18:39:15.485Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-10-28T18:39:15.485Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-10-28T18:39:15.485Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:39:15.485Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:15.485Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-10-28T18:39:15.485Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:39:15.485Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:15.745Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-10-28T18:39:15.745Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:39:15.745Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:15.745Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-10-28T18:39:15.745Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:39:15.745Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:15.745Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-10-28T18:39:15.745Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:39:15.745Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:15.745Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-10-28T18:39:15.745Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:39:15.745Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:16.005Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-10-28T18:39:16.005Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:39:16.005Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:16.005Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-10-28T18:39:16.005Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:39:16.005Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:16.005Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-10-28T18:39:16.005Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-28T18:39:16.005Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:16.005Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-10-28T18:39:16.005Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-10-28T18:39:16.005Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-28T18:39:16.265Z] Selecting previously unselected package libsasl2-2:amd64. [2021-10-28T18:39:16.265Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-10-28T18:39:16.265Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-28T18:39:16.265Z] Selecting previously unselected package libldap-common. [2021-10-28T18:39:16.265Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-10-28T18:39:16.265Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-28T18:39:16.265Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-10-28T18:39:16.265Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-10-28T18:39:16.265Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-28T18:39:16.265Z] Selecting previously unselected package dirmngr. [2021-10-28T18:39:16.265Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-28T18:39:16.265Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-10-28T18:39:16.526Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-28T18:39:16.526Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-10-28T18:39:16.526Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-10-28T18:39:16.526Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-28T18:39:16.526Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-28T18:39:16.526Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-10-28T18:39:16.526Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:16.526Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-10-28T18:39:16.526Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-28T18:39:16.526Z] Setting up udev (237-3ubuntu10.52) ... [2021-10-28T18:39:16.786Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-10-28T18:39:16.786Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:16.786Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-10-28T18:39:17.047Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-10-28T18:39:17.047Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-10-28T18:39:17.047Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:17.047Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:17.047Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:17.047Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:17.047Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:17.047Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:17.047Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-28T18:39:17.047Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-28T18:39:17.047Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-10-28T18:39:17.047Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-28T18:39:17.617Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-10-28T18:39:17.618Z] settings in the [Install] section, and DefaultInstance for template units). [2021-10-28T18:39:17.618Z] This means they are not meant to be enabled using systemctl. [2021-10-28T18:39:17.618Z] Possible reasons for having this kind of units are: [2021-10-28T18:39:17.618Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-10-28T18:39:17.618Z] .wants/ or .requires/ directory. [2021-10-28T18:39:17.618Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-10-28T18:39:17.618Z] a requirement dependency on it. [2021-10-28T18:39:17.618Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-10-28T18:39:17.618Z] D-Bus, udev, scripted systemctl call, ...). [2021-10-28T18:39:17.618Z] 4) In case of template units, the unit is meant to be enabled with some [2021-10-28T18:39:17.618Z] instance name specified. [2021-10-28T18:39:17.877Z] Reading package lists... [2021-10-28T18:39:17.877Z] Building dependency tree... [2021-10-28T18:39:17.877Z] Reading state information... [2021-10-28T18:39:18.137Z] The following additional packages will be installed: [2021-10-28T18:39:18.137Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-10-28T18:39:18.137Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-10-28T18:39:18.137Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-10-28T18:39:18.137Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-10-28T18:39:18.137Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-10-28T18:39:18.137Z] Suggested packages: [2021-10-28T18:39:18.137Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-10-28T18:39:18.137Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-10-28T18:39:18.137Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-10-28T18:39:18.137Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-10-28T18:39:18.137Z] systemd-container policykit-1 [2021-10-28T18:39:18.137Z] Recommended packages: [2021-10-28T18:39:18.137Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-10-28T18:39:18.137Z] The following NEW packages will be installed: [2021-10-28T18:39:18.137Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-10-28T18:39:18.137Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-10-28T18:39:18.137Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-10-28T18:39:18.137Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-10-28T18:39:18.137Z] python3.6-minimal snapd squashfs-tools sudo [2021-10-28T18:39:18.137Z] The following packages will be upgraded: [2021-10-28T18:39:18.137Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-10-28T18:39:18.137Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2021-10-28T18:39:18.137Z] Need to get 36.8 MB of archives. [2021-10-28T18:39:18.137Z] After this operation, 147 MB of additional disk space will be used. [2021-10-28T18:39:18.137Z] 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-10-28T18:39:18.398Z] 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-10-28T18:39:18.398Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-10-28T18:39:18.398Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-10-28T18:39:18.398Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-10-28T18:39:18.398Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.52 [2913 kB] [2021-10-28T18:39:18.398Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-10-28T18:39:18.398Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-10-28T18:39:18.398Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-10-28T18:39:18.398Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-10-28T18:39:18.398Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-10-28T18:39:18.398Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-10-28T18:39:18.398Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-10-28T18:39:18.398Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-10-28T18:39:18.398Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] [2021-10-28T18:39:18.398Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] [2021-10-28T18:39:18.398Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB] [2021-10-28T18:39:19.406Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.52 [206 kB] [2021-10-28T18:39:19.406Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2021-10-28T18:39:19.406Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2021-10-28T18:39:19.406Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-10-28T18:39:19.406Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-10-28T18:39:19.406Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-10-28T18:39:19.406Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-10-28T18:39:19.406Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-10-28T18:39:19.406Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-10-28T18:39:19.406Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-10-28T18:39:19.406Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-10-28T18:39:19.406Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-10-28T18:39:19.406Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.51.1+18.04 [22.6 MB] [2021-10-28T18:39:20.369Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-28T18:39:20.369Z] Fetched 36.8 MB in 2s (17.8 MB/s) [2021-10-28T18:39:20.369Z] (Reading database ... 12757 files and directories currently installed.) [2021-10-28T18:39:20.369Z] Preparing to unpack .../systemd_237-3ubuntu10.52_amd64.deb ... [2021-10-28T18:39:20.628Z] Unpacking systemd (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-28T18:39:20.888Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.52_amd64.deb ... [2021-10-28T18:39:20.888Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-28T18:39:21.148Z] Setting up libsystemd0:amd64 (237-3ubuntu10.52) ... [2021-10-28T18:39:21.148Z] (Reading database ... 12757 files and directories currently installed.) [2021-10-28T18:39:21.148Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2021-10-28T18:39:21.148Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2021-10-28T18:39:21.148Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2021-10-28T18:39:21.148Z] (Reading database ... 12757 files and directories currently installed.) [2021-10-28T18:39:21.148Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2021-10-28T18:39:21.409Z] Unpacking apt (1.6.14) over (1.6.1) ... [2021-10-28T18:39:21.669Z] Setting up apt (1.6.14) ... [2021-10-28T18:39:21.669Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-10-28T18:39:21.928Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-10-28T18:39:21.928Z] (Reading database ... 12764 files and directories currently installed.) [2021-10-28T18:39:21.928Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... [2021-10-28T18:39:21.928Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... [2021-10-28T18:39:22.188Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-10-28T18:39:22.188Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-28T18:39:22.188Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:39:22.188Z] Selecting previously unselected package libexpat1:amd64. [2021-10-28T18:39:22.188Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-10-28T18:39:22.188Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-10-28T18:39:22.449Z] Selecting previously unselected package python3.6-minimal. [2021-10-28T18:39:22.449Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-28T18:39:22.449Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:39:22.449Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... [2021-10-28T18:39:22.710Z] Checking for services that may need to be restarted...done. [2021-10-28T18:39:22.710Z] Checking for services that may need to be restarted...done. [2021-10-28T18:39:22.710Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:39:22.710Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-10-28T18:39:22.710Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:39:22.972Z] Selecting previously unselected package python3-minimal. [2021-10-28T18:39:22.972Z] (Reading database ... 13012 files and directories currently installed.) [2021-10-28T18:39:22.972Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-10-28T18:39:22.972Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-10-28T18:39:23.232Z] Selecting previously unselected package mime-support. [2021-10-28T18:39:23.232Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-10-28T18:39:23.232Z] Unpacking mime-support (3.60ubuntu1) ... [2021-10-28T18:39:23.232Z] Selecting previously unselected package libmpdec2:amd64. [2021-10-28T18:39:23.232Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-10-28T18:39:23.232Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-10-28T18:39:23.232Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-10-28T18:39:23.232Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-28T18:39:23.232Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:39:23.494Z] Selecting previously unselected package python3.6. [2021-10-28T18:39:23.494Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-28T18:39:23.494Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:39:23.494Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-10-28T18:39:23.494Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-10-28T18:39:23.494Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-10-28T18:39:23.494Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-10-28T18:39:23.755Z] Selecting previously unselected package python3. [2021-10-28T18:39:23.755Z] (Reading database ... 13442 files and directories currently installed.) [2021-10-28T18:39:23.755Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-10-28T18:39:23.755Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-10-28T18:39:23.755Z] Selecting previously unselected package multiarch-support. [2021-10-28T18:39:23.755Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-10-28T18:39:23.755Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-10-28T18:39:24.014Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-10-28T18:39:24.014Z] Selecting previously unselected package liblzo2-2:amd64. [2021-10-28T18:39:24.014Z] (Reading database ... 13479 files and directories currently installed.) [2021-10-28T18:39:24.014Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-10-28T18:39:24.014Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-10-28T18:39:24.014Z] Selecting previously unselected package libbsd0:amd64. [2021-10-28T18:39:24.014Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-10-28T18:39:24.014Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-10-28T18:39:24.014Z] Selecting previously unselected package sudo. [2021-10-28T18:39:24.014Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-10-28T18:39:24.014Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-10-28T18:39:24.274Z] Selecting previously unselected package apparmor. [2021-10-28T18:39:24.274Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-10-28T18:39:24.274Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-10-28T18:39:24.274Z] Selecting previously unselected package libedit2:amd64. [2021-10-28T18:39:24.274Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-10-28T18:39:24.274Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-10-28T18:39:24.274Z] Selecting previously unselected package libkrb5support0:amd64. [2021-10-28T18:39:24.274Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-10-28T18:39:24.535Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:39:24.535Z] Selecting previously unselected package libk5crypto3:amd64. [2021-10-28T18:39:24.535Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-10-28T18:39:24.535Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:39:24.535Z] Selecting previously unselected package libkeyutils1:amd64. [2021-10-28T18:39:24.535Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-10-28T18:39:24.535Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-10-28T18:39:24.535Z] Selecting previously unselected package libkrb5-3:amd64. [2021-10-28T18:39:24.535Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-10-28T18:39:24.535Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:39:24.535Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-10-28T18:39:24.535Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-10-28T18:39:24.535Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:39:24.796Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-10-28T18:39:24.796Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... [2021-10-28T18:39:24.796Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2021-10-28T18:39:24.796Z] Selecting previously unselected package openssh-client. [2021-10-28T18:39:24.796Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... [2021-10-28T18:39:24.796Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-10-28T18:39:25.055Z] Selecting previously unselected package squashfs-tools. [2021-10-28T18:39:25.055Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... [2021-10-28T18:39:25.055Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2021-10-28T18:39:25.055Z] Selecting previously unselected package snapd. [2021-10-28T18:39:25.055Z] Preparing to unpack .../13-snapd_2.51.1+18.04_amd64.deb ... [2021-10-28T18:39:25.055Z] Unpacking snapd (2.51.1+18.04) ... [2021-10-28T18:39:26.967Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-10-28T18:39:26.967Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2021-10-28T18:39:27.243Z] Setting up mime-support (3.60ubuntu1) ... [2021-10-28T18:39:27.243Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-10-28T18:39:27.243Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-10-28T18:39:27.243Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:39:27.243Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-28T18:39:27.243Z] Setting up systemd (237-3ubuntu10.52) ... [2021-10-28T18:39:27.243Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-10-28T18:39:27.815Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-10-28T18:39:27.815Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-10-28T18:39:27.815Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-10-28T18:39:27.815Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:39:27.815Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:39:27.815Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-28T18:39:28.383Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2021-10-28T18:39:28.383Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:39:28.383Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-10-28T18:39:28.647Z] Setting up python3 (3.6.7-1~18.04) ... [2021-10-28T18:39:28.647Z] running python rtupdate hooks for python3.6... [2021-10-28T18:39:28.647Z] running python post-rtupdate hooks for python3.6... [2021-10-28T18:39:28.647Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-10-28T18:39:29.215Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-10-28T18:39:29.474Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-10-28T18:39:29.474Z] Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-10-28T18:39:29.734Z] Setting up snapd (2.51.1+18.04) ... [2021-10-28T18:39:29.994Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-10-28T18:39:30.255Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-10-28T18:39:30.255Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-10-28T18:39:30.515Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-10-28T18:39:30.777Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-10-28T18:39:30.777Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-10-28T18:39:31.045Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-10-28T18:39:31.045Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-10-28T18:39:31.305Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-10-28T18:39:31.305Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-10-28T18:39:31.565Z] /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-10-28T18:39:31.565Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-28T18:39:31.565Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2021-10-28T18:39:32.504Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-10-28T18:39:32.504Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-10-28T18:39:32.765Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-10-28T18:39:33.705Z] Reading package lists... [2021-10-28T18:39:33.966Z] Reading package lists... [2021-10-28T18:39:34.231Z] Building dependency tree... [2021-10-28T18:39:34.231Z] Reading state information... [2021-10-28T18:39:34.231Z] Calculating upgrade... [2021-10-28T18:39:34.231Z] The following packages will be upgraded: [2021-10-28T18:39:34.231Z] advancecomp base-files bash binutils binutils-common [2021-10-28T18:39:34.231Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-10-28T18:39:34.231Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-10-28T18:39:34.231Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2021-10-28T18:39:34.231Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2021-10-28T18:39:34.231Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-10-28T18:39:34.231Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-10-28T18:39:34.231Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-10-28T18:39:34.231Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-10-28T18:39:34.231Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-10-28T18:39:34.231Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-10-28T18:39:34.231Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-10-28T18:39:34.231Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-10-28T18:39:34.231Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-10-28T18:39:34.231Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-10-28T18:39:34.231Z] ubuntu-keyring util-linux [2021-10-28T18:39:34.491Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-10-28T18:39:34.491Z] Need to get 64.1 MB of archives. [2021-10-28T18:39:34.491Z] After this operation, 5145 kB of additional disk space will be used. [2021-10-28T18:39:34.491Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-161.169 [985 kB] [2021-10-28T18:39:34.491Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-10-28T18:39:34.491Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-10-28T18:39:34.491Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-10-28T18:39:34.491Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-10-28T18:39:34.491Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-10-28T18:39:34.491Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-10-28T18:39:34.491Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-10-28T18:39:34.491Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-10-28T18:39:34.491Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-10-28T18:39:34.491Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-10-28T18:39:34.491Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-10-28T18:39:34.491Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-10-28T18:39:34.491Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-10-28T18:39:34.491Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-10-28T18:39:34.491Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-10-28T18:39:34.491Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-10-28T18:39:34.491Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-10-28T18:39:34.491Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-10-28T18:39:34.491Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-10-28T18:39:34.491Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-10-28T18:39:34.751Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-10-28T18:39:34.751Z] 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-10-28T18:39:34.751Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-10-28T18:39:34.751Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-10-28T18:39:34.751Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-10-28T18:39:34.751Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-10-28T18:39:34.751Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-10-28T18:39:34.751Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-10-28T18:39:34.751Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-10-28T18:39:34.751Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-10-28T18:39:34.751Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-10-28T18:39:34.751Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-10-28T18:39:34.751Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] [2021-10-28T18:39:34.751Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-10-28T18:39:34.751Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-10-28T18:39:34.751Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-10-28T18:39:34.751Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-10-28T18:39:34.751Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-10-28T18:39:34.751Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-10-28T18:39:34.751Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-10-28T18:39:34.751Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.13 [614 kB] [2021-10-28T18:39:34.751Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] [2021-10-28T18:39:34.751Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-10-28T18:39:34.751Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-10-28T18:39:34.751Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-10-28T18:39:34.752Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021e-0ubuntu0.18.04 [189 kB] [2021-10-28T18:39:34.752Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-10-28T18:39:34.752Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-10-28T18:39:34.752Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.7 [1839 kB] [2021-10-28T18:39:34.752Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB] [2021-10-28T18:39:34.752Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B] [2021-10-28T18:39:34.752Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB] [2021-10-28T18:39:34.752Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-10-28T18:39:34.752Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-10-28T18:39:34.752Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-10-28T18:39:34.752Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-10-28T18:39:34.752Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-10-28T18:39:35.012Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-10-28T18:39:35.012Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-10-28T18:39:35.012Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-10-28T18:39:35.012Z] 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-10-28T18:39:35.012Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-10-28T18:39:35.012Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-10-28T18:39:35.012Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-10-28T18:39:35.012Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-10-28T18:39:35.582Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-10-28T18:39:35.582Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-10-28T18:39:35.843Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] [2021-10-28T18:39:35.843Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-10-28T18:39:35.843Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-10-28T18:39:35.843Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-10-28T18:39:35.843Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2021-10-28T18:39:35.843Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-10-28T18:39:35.843Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-10-28T18:39:35.843Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-10-28T18:39:35.843Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-10-28T18:39:35.843Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-10-28T18:39:35.843Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-10-28T18:39:35.843Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-10-28T18:39:35.843Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-10-28T18:39:35.843Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-10-28T18:39:35.843Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-10-28T18:39:35.843Z] 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-10-28T18:39:36.103Z] 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-10-28T18:39:36.103Z] 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-10-28T18:39:36.103Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.52 [13.6 kB] [2021-10-28T18:39:36.103Z] 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-10-28T18:39:36.103Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-10-28T18:39:36.103Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-10-28T18:39:36.103Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-10-28T18:39:36.364Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] [2021-10-28T18:39:36.364Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-10-28T18:39:36.364Z] 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-10-28T18:39:36.364Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-10-28T18:39:36.364Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-10-28T18:39:36.364Z] 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-10-28T18:39:36.364Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-10-28T18:39:36.364Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-10-28T18:39:36.364Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-10-28T18:39:36.364Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-10-28T18:39:36.364Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-10-28T18:39:36.364Z] Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-10-28T18:39:36.624Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-28T18:39:36.624Z] Fetched 64.1 MB in 2s (31.1 MB/s) [2021-10-28T18:39:36.624Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-28T18:39:36.624Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-10-28T18:39:36.624Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-28T18:39:36.885Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-10-28T18:39:37.145Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-28T18:39:37.145Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-161.169_amd64.deb ... [2021-10-28T18:39:37.145Z] Unpacking linux-libc-dev:amd64 (4.15.0-161.169) over (4.15.0-20.21) ... [2021-10-28T18:39:37.408Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:37.408Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:39:37.408Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:37.408Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:39:37.408Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:37.408Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:39:37.408Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:37.668Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:39:37.668Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:37.668Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:39:37.668Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:37.668Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:39:37.668Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:37.668Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:39:37.930Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:39:37.930Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-28T18:39:37.930Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:37.930Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-10-28T18:39:37.930Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:39:37.930Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-28T18:39:37.930Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:37.930Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:39:37.930Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:37.930Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:39:38.192Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:38.192Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-28T18:39:38.192Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:39:38.192Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-28T18:39:38.192Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-10-28T18:39:38.452Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-28T18:39:39.025Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-10-28T18:39:39.025Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-28T18:39:39.025Z] Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... [2021-10-28T18:39:39.025Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-10-28T18:39:39.025Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-10-28T18:39:39.025Z] Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... [2021-10-28T18:39:39.284Z] Setting up base-files (10.1ubuntu2.11) ... [2021-10-28T18:39:39.284Z] Installing new version of config file /etc/issue ... [2021-10-28T18:39:39.284Z] Installing new version of config file /etc/issue.net ... [2021-10-28T18:39:39.284Z] Installing new version of config file /etc/lsb-release ... [2021-10-28T18:39:39.284Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-10-28T18:39:39.545Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-10-28T18:39:39.545Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-10-28T18:39:39.545Z] Removing obsolete conffile /etc/default/motd-news ... [2021-10-28T18:39:39.804Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:39.804Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-10-28T18:39:39.804Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-10-28T18:39:39.804Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-10-28T18:39:39.804Z] 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-10-28T18:39:39.804Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:39.804Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:39:40.064Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-10-28T18:39:40.064Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:39:40.064Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:40.064Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-10-28T18:39:40.064Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-10-28T18:39:40.064Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-10-28T18:39:40.324Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:40.324Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-10-28T18:39:40.324Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-10-28T18:39:40.324Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-10-28T18:39:40.584Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:40.584Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-28T18:39:40.584Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-28T18:39:40.584Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-10-28T18:39:40.584Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:40.584Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-28T18:39:40.584Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-28T18:39:40.847Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-10-28T18:39:40.847Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:40.847Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-10-28T18:39:40.847Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-10-28T18:39:40.847Z] Setting up grep (3.1-2build1) ... [2021-10-28T18:39:40.847Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:40.847Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2021-10-28T18:39:40.847Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2021-10-28T18:39:40.847Z] Setting up gzip (1.6-5ubuntu1.1) ... [2021-10-28T18:39:41.107Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:41.107Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-10-28T18:39:41.107Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-10-28T18:39:41.107Z] Setting up login (1:4.5-1ubuntu2) ... [2021-10-28T18:39:41.107Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:41.107Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-28T18:39:41.107Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-28T18:39:41.374Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-10-28T18:39:41.374Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:41.374Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-10-28T18:39:41.374Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-28T18:39:41.644Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-10-28T18:39:41.904Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-28T18:39:42.165Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-10-28T18:39:42.165Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-28T18:39:42.429Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-10-28T18:39:42.429Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:42.429Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-10-28T18:39:42.429Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-28T18:39:42.999Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-10-28T18:39:42.999Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-10-28T18:39:42.999Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-10-28T18:39:42.999Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-10-28T18:39:42.999Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-10-28T18:39:43.260Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:43.260Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-10-28T18:39:43.260Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-10-28T18:39:43.260Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-10-28T18:39:43.260Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:43.260Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:39:43.260Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:39:43.260Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:39:43.523Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:43.523Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:39:43.523Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:39:43.523Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:39:43.523Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:43.523Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:39:43.523Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:39:43.523Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:39:43.783Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:43.783Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:39:43.783Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:39:43.783Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:39:43.783Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:43.783Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-28T18:39:43.783Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-28T18:39:44.042Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-28T18:39:44.042Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-28T18:39:44.042Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-10-28T18:39:44.042Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:44.042Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-28T18:39:44.042Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-28T18:39:44.042Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-10-28T18:39:44.303Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:44.303Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:39:44.303Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:39:44.303Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:39:44.303Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:44.303Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:39:44.303Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:39:44.303Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:39:44.562Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:44.562Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:39:44.562Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:39:44.822Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:39:45.084Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-10-28T18:39:45.344Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-10-28T18:39:45.344Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:45.344Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-10-28T18:39:45.344Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-28T18:39:45.607Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-10-28T18:39:45.607Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-28T18:39:45.607Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-10-28T18:39:45.607Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-28T18:39:45.866Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-10-28T18:39:45.866Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-28T18:39:45.866Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-10-28T18:39:45.866Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-10-28T18:39:45.866Z] Setting up debconf (1.5.66ubuntu1) ... [2021-10-28T18:39:46.125Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-28T18:39:46.125Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-10-28T18:39:46.125Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-10-28T18:39:46.125Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-10-28T18:39:46.125Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-28T18:39:46.125Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-10-28T18:39:46.125Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-10-28T18:39:46.387Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-10-28T18:39:46.387Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-28T18:39:46.387Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-10-28T18:39:46.387Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-28T18:39:46.387Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-28T18:39:46.648Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-28T18:39:46.648Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-10-28T18:39:46.648Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-28T18:39:46.648Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-28T18:39:46.648Z] (Reading database ... 13919 files and directories currently installed.) [2021-10-28T18:39:46.648Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-10-28T18:39:46.909Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-28T18:39:46.909Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-28T18:39:46.909Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:46.909Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-28T18:39:46.909Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-28T18:39:47.169Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.52_amd64.deb ... [2021-10-28T18:39:47.169Z] Unpacking systemd-sysv (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-28T18:39:47.169Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-28T18:39:47.169Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-28T18:39:47.169Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-10-28T18:39:47.169Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:47.169Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... [2021-10-28T18:39:47.169Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... [2021-10-28T18:39:47.429Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... [2021-10-28T18:39:47.429Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:47.429Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-10-28T18:39:47.429Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-10-28T18:39:47.429Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-10-28T18:39:47.688Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:47.688Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-10-28T18:39:47.688Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-28T18:39:47.688Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-28T18:39:47.947Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:47.947Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-28T18:39:47.947Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-28T18:39:47.948Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-10-28T18:39:47.948Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:47.948Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-10-28T18:39:47.948Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-10-28T18:39:47.948Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-10-28T18:39:48.205Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:48.205Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-10-28T18:39:48.205Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-10-28T18:39:48.205Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-10-28T18:39:48.464Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:48.464Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-28T18:39:48.464Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-28T18:39:48.464Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-10-28T18:39:48.464Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:48.464Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-10-28T18:39:48.464Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-10-28T18:39:48.723Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-10-28T18:39:48.723Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:48.723Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-10-28T18:39:48.723Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-10-28T18:39:48.723Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-10-28T18:39:48.723Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:48.723Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-10-28T18:39:48.723Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-10-28T18:39:48.983Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-10-28T18:39:48.983Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:48.983Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-10-28T18:39:48.983Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-10-28T18:39:48.983Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-10-28T18:39:48.983Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:48.983Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-10-28T18:39:49.243Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-10-28T18:39:49.243Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-10-28T18:39:49.243Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:49.243Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... [2021-10-28T18:39:49.243Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... [2021-10-28T18:39:49.243Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... [2021-10-28T18:39:49.504Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:49.504Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-10-28T18:39:49.504Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-10-28T18:39:49.504Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-10-28T18:39:49.504Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-28T18:39:49.504Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-10-28T18:39:49.504Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-10-28T18:39:49.504Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-10-28T18:39:49.504Z] (Reading database ... 13924 files and directories currently installed.) [2021-10-28T18:39:49.504Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-10-28T18:39:49.765Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-10-28T18:39:49.765Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-10-28T18:39:49.765Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-10-28T18:39:49.765Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... [2021-10-28T18:39:49.765Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... [2021-10-28T18:39:50.026Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... [2021-10-28T18:39:50.026Z] Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... [2021-10-28T18:39:50.026Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-10-28T18:39:50.287Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-10-28T18:39:50.287Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-10-28T18:39:50.287Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-10-28T18:39:50.287Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-10-28T18:39:50.287Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-10-28T18:39:50.287Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-10-28T18:39:50.287Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-10-28T18:39:50.547Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-10-28T18:39:50.547Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-10-28T18:39:50.547Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-10-28T18:39:50.547Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-10-28T18:39:50.547Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-10-28T18:39:50.547Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-10-28T18:39:50.808Z] Preparing to unpack .../11-tzdata_2021e-0ubuntu0.18.04_all.deb ... [2021-10-28T18:39:50.808Z] Unpacking tzdata (2021e-0ubuntu0.18.04) over (2018d-1) ... [2021-10-28T18:39:51.071Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-10-28T18:39:51.071Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-10-28T18:39:51.071Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-10-28T18:39:51.071Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-10-28T18:39:51.071Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-10-28T18:39:51.071Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-10-28T18:39:51.331Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-10-28T18:39:51.331Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-10-28T18:39:51.592Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-10-28T18:39:51.592Z] Unpacking binutils (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-10-28T18:39:51.592Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-10-28T18:39:51.592Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-10-28T18:39:51.592Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:51.592Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:39:51.853Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:51.853Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:39:51.853Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:51.853Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:39:51.853Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:51.853Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:39:52.790Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:52.790Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:39:53.729Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:53.729Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:39:53.729Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:53.729Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:39:53.989Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:53.989Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:39:54.930Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-28T18:39:54.930Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-28T18:39:54.930Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-10-28T18:39:54.930Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-10-28T18:39:54.930Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-10-28T18:39:54.930Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-10-28T18:39:55.191Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-10-28T18:39:55.191Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-10-28T18:39:55.191Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-10-28T18:39:55.191Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-10-28T18:39:55.191Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-10-28T18:39:55.191Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-10-28T18:39:55.451Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-10-28T18:39:55.451Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-10-28T18:39:55.451Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-10-28T18:39:55.451Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-10-28T18:39:55.451Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:39:55.451Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-10-28T18:39:55.451Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:39:55.451Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:39:55.451Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:39:55.451Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-10-28T18:39:55.451Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-10-28T18:39:55.711Z] Setting up tzdata (2021e-0ubuntu0.18.04) ... [2021-10-28T18:39:55.711Z] [2021-10-28T18:39:55.711Z] Current default time zone: 'Etc/UTC' [2021-10-28T18:39:55.711Z] Local time is now: Thu Oct 28 18:39:55 UTC 2021. [2021-10-28T18:39:55.711Z] Universal Time is now: Thu Oct 28 18:39:55 UTC 2021. [2021-10-28T18:39:55.711Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-10-28T18:39:55.711Z] [2021-10-28T18:39:55.711Z] Setting up systemd-sysv (237-3ubuntu10.52) ... [2021-10-28T18:39:55.711Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:39:55.711Z] Setting up linux-libc-dev:amd64 (4.15.0-161.169) ... [2021-10-28T18:39:55.711Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-10-28T18:39:55.711Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-10-28T18:39:55.711Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-10-28T18:39:55.711Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-10-28T18:39:55.711Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-10-28T18:39:55.711Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-10-28T18:39:55.711Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-10-28T18:39:55.711Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:39:55.711Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-10-28T18:39:55.970Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:39:55.970Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ... [2021-10-28T18:39:55.970Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:39:55.970Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-10-28T18:39:55.970Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-10-28T18:39:55.970Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-10-28T18:39:55.970Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ... [2021-10-28T18:39:55.970Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-10-28T18:39:55.970Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-10-28T18:39:55.970Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-10-28T18:39:55.970Z] Setting up ca-certificates (20210119~18.04.2) ... [2021-10-28T18:39:57.880Z] Updating certificates in /etc/ssl/certs... [2021-10-28T18:39:58.820Z] 23 added, 28 removed; done. [2021-10-28T18:39:58.820Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-10-28T18:39:58.820Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-28T18:39:58.820Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-10-28T18:39:58.820Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-10-28T18:39:58.820Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-10-28T18:39:58.820Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:39:58.820Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ... [2021-10-28T18:39:58.820Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:39:58.820Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:39:58.820Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:39:58.820Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:39:58.820Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:39:58.820Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-10-28T18:39:58.820Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ... [2021-10-28T18:39:58.820Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-10-28T18:39:58.820Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-10-28T18:39:58.820Z] Setting up binutils (2.30-21ubuntu1~18.04.7) ... [2021-10-28T18:39:59.079Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:39:59.079Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-10-28T18:39:59.079Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-10-28T18:39:59.080Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-10-28T18:39:59.080Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-10-28T18:39:59.080Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-10-28T18:39:59.080Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2021-10-28T18:39:59.080Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-10-28T18:39:59.080Z] Processing triggers for ca-certificates (20210119~18.04.2) ... [2021-10-28T18:39:59.080Z] Updating certificates in /etc/ssl/certs... [2021-10-28T18:39:59.649Z] 0 added, 0 removed; done. [2021-10-28T18:39:59.649Z] Running hooks in /etc/ca-certificates/update.d... [2021-10-28T18:39:59.649Z] done. [2021-10-28T18:40:00.217Z] Reading package lists... [2021-10-28T18:40:00.217Z] Building dependency tree... [2021-10-28T18:40:00.217Z] Reading state information... [2021-10-28T18:40:00.478Z] The following NEW packages will be installed: [2021-10-28T18:40:00.478Z] apt-transport-https [2021-10-28T18:40:00.478Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-10-28T18:40:00.743Z] Need to get 4348 B of archives. [2021-10-28T18:40:00.743Z] After this operation, 154 kB of additional disk space will be used. [2021-10-28T18:40:00.743Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2021-10-28T18:40:00.743Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-28T18:40:00.743Z] Fetched 4348 B in 0s (23.8 kB/s) [2021-10-28T18:40:00.743Z] Selecting previously unselected package apt-transport-https. [2021-10-28T18:40:00.743Z] (Reading database ... 13931 files and directories currently installed.) [2021-10-28T18:40:00.743Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2021-10-28T18:40:00.743Z] Unpacking apt-transport-https (1.6.14) ... [2021-10-28T18:40:01.004Z] Setting up apt-transport-https (1.6.14) ... [2021-10-28T18:40:01.004Z] Waiting for network to be ready... [2021-10-28T18:40:07.586Z] 2021-10-28T18:40:05Z INFO Waiting for automatic snapd restart... [2021-10-28T18:40:08.527Z] snapd 2.52.1 from Canonical* installed [2021-10-28T18:40:09.467Z] "snapd" switched to the "latest/stable" channel [2021-10-28T18:40:09.467Z] [2021-10-28T18:40:12.008Z] core18 20211015 from Canonical* installed [2021-10-28T18:40:12.268Z] "core18" switched to the "latest/stable" channel [2021-10-28T18:40:12.268Z] [2021-10-28T18:40:14.812Z] snapcraft 5.0 from Canonical* installed [2021-10-28T18:40:14.812Z] "snapcraft" switched to the "latest/stable" channel [2021-10-28T18:40:14.812Z] [2021-10-28T18:40:19.011Z] 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-10-28T18:40:19.011Z] - README.md [2021-10-28T18:40:19.011Z] [2021-10-28T18:40:19.011Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-10-28T18:40:19.581Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-10-28T18:40:19.581Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-10-28T18:40:19.581Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-10-28T18:40:20.778Z] Reading package lists... [2021-10-28T18:40:21.037Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.9 git-man=1:2.17.1-1ubuntu0.9 libcurl3-gnutls=7.58.0-2ubuntu3.16 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-10-28T18:40:21.037Z] Reading package lists... [2021-10-28T18:40:21.297Z] Building dependency tree... [2021-10-28T18:40:21.297Z] Reading state information... [2021-10-28T18:40:21.297Z] Suggested packages: [2021-10-28T18:40:21.297Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-10-28T18:40:21.297Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-10-28T18:40:21.297Z] Recommended packages: [2021-10-28T18:40:21.297Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-10-28T18:40:21.557Z] The following NEW packages will be installed: [2021-10-28T18:40:21.557Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-10-28T18:40:21.557Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-10-28T18:40:21.557Z] pkg-config zip [2021-10-28T18:40:21.557Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-10-28T18:40:21.557Z] Need to get 7670 kB of archives. [2021-10-28T18:40:21.557Z] After this operation, 43.8 MB of additional disk space will be used. [2021-10-28T18:40:21.557Z] 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-10-28T18:40:21.557Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.16 [218 kB] [2021-10-28T18:40:21.557Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.9 [803 kB] [2021-10-28T18:40:21.557Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.9 [3923 kB] [2021-10-28T18:40:21.557Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-10-28T18:40:21.817Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-10-28T18:40:21.817Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-10-28T18:40:21.817Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-10-28T18:40:22.078Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-10-28T18:40:22.078Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-10-28T18:40:22.078Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-10-28T18:40:22.078Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-10-28T18:40:22.078Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-10-28T18:40:22.337Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-10-28T18:40:22.337Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-10-28T18:40:22.337Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-28T18:40:22.337Z] Fetched 7670 kB in 1s (10.4 MB/s) [2021-10-28T18:40:22.337Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-10-28T18:40:22.337Z] (Reading database ... 13935 files and directories currently installed.) [2021-10-28T18:40:22.337Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-10-28T18:40:22.337Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-10-28T18:40:22.597Z] Selecting previously unselected package libpsl5:amd64. [2021-10-28T18:40:22.597Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-10-28T18:40:22.597Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-10-28T18:40:22.597Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-10-28T18:40:22.597Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-10-28T18:40:22.597Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-10-28T18:40:22.597Z] Selecting previously unselected package librtmp1:amd64. [2021-10-28T18:40:22.597Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-10-28T18:40:22.597Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-10-28T18:40:22.858Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-10-28T18:40:22.858Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.16_amd64.deb ... [2021-10-28T18:40:22.858Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... [2021-10-28T18:40:22.858Z] Selecting previously unselected package liberror-perl. [2021-10-28T18:40:22.858Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-10-28T18:40:22.858Z] Unpacking liberror-perl (0.17025-1) ... [2021-10-28T18:40:22.858Z] Selecting previously unselected package git-man. [2021-10-28T18:40:22.858Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.9_all.deb ... [2021-10-28T18:40:22.858Z] Unpacking git-man (1:2.17.1-1ubuntu0.9) ... [2021-10-28T18:40:23.118Z] Selecting previously unselected package git. [2021-10-28T18:40:23.118Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.9_amd64.deb ... [2021-10-28T18:40:23.118Z] Unpacking git (1:2.17.1-1ubuntu0.9) ... [2021-10-28T18:40:23.688Z] Selecting previously unselected package libnorm1:amd64. [2021-10-28T18:40:23.688Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-10-28T18:40:23.688Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-10-28T18:40:23.688Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-10-28T18:40:23.688Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-10-28T18:40:23.688Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-10-28T18:40:23.688Z] Selecting previously unselected package libsodium23:amd64. [2021-10-28T18:40:23.688Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-10-28T18:40:23.688Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-10-28T18:40:23.949Z] Selecting previously unselected package libzmq5:amd64. [2021-10-28T18:40:23.949Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-10-28T18:40:23.949Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-28T18:40:23.949Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-10-28T18:40:23.949Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-10-28T18:40:23.949Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-28T18:40:23.949Z] Selecting previously unselected package pkg-config. [2021-10-28T18:40:23.949Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-10-28T18:40:23.949Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-10-28T18:40:24.209Z] Selecting previously unselected package zip. [2021-10-28T18:40:24.209Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-10-28T18:40:24.209Z] Unpacking zip (3.0-11build1) ... [2021-10-28T18:40:24.209Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-10-28T18:40:24.209Z] Setting up git-man (1:2.17.1-1ubuntu0.9) ... [2021-10-28T18:40:24.209Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-10-28T18:40:24.209Z] Setting up liberror-perl (0.17025-1) ... [2021-10-28T18:40:24.209Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-10-28T18:40:24.209Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-10-28T18:40:24.209Z] No schema files found: doing nothing. [2021-10-28T18:40:24.209Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-10-28T18:40:24.209Z] Setting up zip (3.0-11build1) ... [2021-10-28T18:40:24.209Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-10-28T18:40:24.209Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-10-28T18:40:24.209Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-10-28T18:40:24.209Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-28T18:40:24.209Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... [2021-10-28T18:40:24.209Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-28T18:40:24.469Z] Setting up git (1:2.17.1-1ubuntu0.9) ... [2021-10-28T18:40:24.469Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-10-28T18:40:25.039Z] git set to automatically installed. [2021-10-28T18:40:25.039Z] git-man set to automatically installed. [2021-10-28T18:40:25.039Z] libcurl3-gnutls set to automatically installed. [2021-10-28T18:40:25.039Z] liberror-perl set to automatically installed. [2021-10-28T18:40:25.039Z] libglib2.0-0 set to automatically installed. [2021-10-28T18:40:25.039Z] libnghttp2-14 set to automatically installed. [2021-10-28T18:40:25.039Z] libnorm1 set to automatically installed. [2021-10-28T18:40:25.039Z] libpgm-5.2-0 set to automatically installed. [2021-10-28T18:40:25.039Z] libpsl5 set to automatically installed. [2021-10-28T18:40:25.039Z] librtmp1 set to automatically installed. [2021-10-28T18:40:25.039Z] libsodium23 set to automatically installed. [2021-10-28T18:40:25.039Z] libzmq3-dev set to automatically installed. [2021-10-28T18:40:25.039Z] libzmq5 set to automatically installed. [2021-10-28T18:40:25.039Z] pkg-config set to automatically installed. [2021-10-28T18:40:25.039Z] zip set to automatically installed. [2021-10-28T18:40:26.425Z] snapd is not logged in, snap install commands will use sudo [2021-10-28T18:40:34.559Z] go (1.16/stable) 1.16.9 from Michael Hudson-Doyle (mwhudson) installed [2021-10-28T18:40:34.559Z] snapd is not logged in, snap install commands will use sudo [2021-10-28T18:40:35.501Z] snap "core18" has no updates available [2021-10-28T18:40:36.071Z] Pulling config-common [2021-10-28T18:40:36.071Z] + snapcraftctl pull [2021-10-28T18:40:37.451Z] Pulling go-build-helper [2021-10-28T18:40:37.451Z] + snapcraftctl pull [2021-10-28T18:40:38.391Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-10-28T18:40:38.391Z] Skipping pull go-build-helper (already ran) [2021-10-28T18:40:38.391Z] Building go-build-helper [2021-10-28T18:40:38.391Z] + snapcraftctl build [2021-10-28T18:40:40.345Z] Staging go-build-helper [2021-10-28T18:40:40.345Z] + snapcraftctl stage [2021-10-28T18:40:50.402Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-10-28T18:40:50.402Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-10-28T18:40:50.402Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1931 kB] [2021-10-28T18:40:50.402Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [349 kB] [2021-10-28T18:40:50.402Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-10-28T18:40:50.402Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-10-28T18:40:50.402Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [488 kB] [2021-10-28T18:40:50.402Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [65.8 kB] [2021-10-28T18:40:50.402Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1144 kB] [2021-10-28T18:40:50.402Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [262 kB] [2021-10-28T18:40:50.402Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-10-28T18:40:50.402Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-10-28T18:40:50.402Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-10-28T18:40:50.402Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-10-28T18:40:50.402Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-10-28T18:40:50.402Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-10-28T18:40:50.402Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-10-28T18:40:50.402Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-10-28T18:40:50.402Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-10-28T18:40:50.402Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2277 kB] [2021-10-28T18:40:50.402Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [442 kB] [2021-10-28T18:40:50.402Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-10-28T18:40:50.402Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-10-28T18:40:50.402Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [513 kB] [2021-10-28T18:40:50.402Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [69.7 kB] [2021-10-28T18:40:50.402Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1759 kB] [2021-10-28T18:40:50.402Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [378 kB] [2021-10-28T18:40:50.402Z] Fetched 25.5 MB in 0s (0 B/s) [2021-10-28T18:40:50.402Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-10-28T18:40:50.402Z] Fetched 224 kB in 0s (0 B/s) [2021-10-28T18:40:50.402Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-10-28T18:40:50.402Z] Fetched 157 kB in 0s (0 B/s) [2021-10-28T18:40:50.402Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-10-28T18:40:50.402Z] Fetched 221 kB in 0s (0 B/s) [2021-10-28T18:40:50.402Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-10-28T18:40:50.402Z] Fetched 143 kB in 0s (0 B/s) [2021-10-28T18:40:50.402Z] Pulling edgex-go [2021-10-28T18:40:50.402Z] + snapcraftctl pull [2021-10-28T18:40:50.402Z] Pulling hooks [2021-10-28T18:40:50.402Z] + snapcraftctl pull [2021-10-28T18:41:08.496Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-10-28T18:41:08.496Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-10-28T18:41:08.496Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-10-28T18:41:08.496Z] Fetched 0 B in 0s (0 B/s) [2021-10-28T18:41:08.496Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-10-28T18:41:08.496Z] Fetched 96.5 kB in 0s (0 B/s) [2021-10-28T18:41:08.496Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-10-28T18:41:08.496Z] Fetched 279 kB in 0s (0 B/s) [2021-10-28T18:41:08.496Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-10-28T18:41:08.496Z] Fetched 122 kB in 0s (0 B/s) [2021-10-28T18:41:08.496Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-10-28T18:41:08.496Z] Fetched 77.8 kB in 0s (0 B/s) [2021-10-28T18:41:08.496Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-10-28T18:41:08.496Z] Fetched 8848 B in 0s (0 B/s) [2021-10-28T18:41:08.496Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-10-28T18:41:08.496Z] Fetched 47.8 kB in 0s (0 B/s) [2021-10-28T18:41:08.496Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-10-28T18:41:08.496Z] Fetched 45.6 kB in 0s (0 B/s) [2021-10-28T18:41:08.496Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-10-28T18:41:08.496Z] Fetched 15.0 kB in 0s (0 B/s) [2021-10-28T18:41:08.496Z] Get:1 libcurl4_7.58.0-2ubuntu3.16_amd64.deb [220 kB] [2021-10-28T18:41:08.496Z] Fetched 220 kB in 0s (0 B/s) [2021-10-28T18:41:08.496Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-10-28T18:41:08.496Z] Fetched 154 kB in 0s (0 B/s) [2021-10-28T18:41:08.496Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-10-28T18:41:08.496Z] Fetched 50.6 kB in 0s (0 B/s) [2021-10-28T18:41:08.496Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-10-28T18:41:08.496Z] Fetched 14.8 kB in 0s (0 B/s) [2021-10-28T18:41:08.496Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-10-28T18:41:08.496Z] Fetched 41.8 kB in 0s (0 B/s) [2021-10-28T18:41:08.496Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-10-28T18:41:08.496Z] Fetched 499 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-10-28T18:41:08.497Z] Fetched 111 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-10-28T18:41:08.497Z] Fetched 240 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-10-28T18:41:08.497Z] Fetched 29.3 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-10-28T18:41:08.497Z] Fetched 85.5 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-10-28T18:41:08.497Z] Fetched 24.5 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-10-28T18:41:08.497Z] Fetched 49.2 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-10-28T18:41:08.497Z] Fetched 54.2 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-10-28T18:41:08.497Z] Fetched 30.8 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-10-28T18:41:08.497Z] Fetched 15.8 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-10-28T18:41:08.497Z] Fetched 85.9 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-10-28T18:41:08.497Z] Fetched 8720 B in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2021-10-28T18:41:08.497Z] Fetched 140 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-10-28T18:41:08.497Z] Fetched 119 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2021-10-28T18:41:08.497Z] Fetched 111 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-10-28T18:41:08.497Z] Fetched 11.1 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libgnutls30_3.5.18-1ubuntu1.5_amd64.deb [646 kB] [2021-10-28T18:41:08.497Z] Fetched 646 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-10-28T18:41:08.497Z] Fetched 41.3 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-10-28T18:41:08.497Z] Fetched 17.9 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-10-28T18:41:08.497Z] Fetched 368 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-10-28T18:41:08.497Z] Fetched 187 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-10-28T18:41:08.497Z] Fetched 175 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-10-28T18:41:08.497Z] Fetched 206 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb [1302 kB] [2021-10-28T18:41:08.497Z] Fetched 1302 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-10-28T18:41:08.497Z] Fetched 36.2 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 curl_7.58.0-2ubuntu3.16_amd64.deb [159 kB] [2021-10-28T18:41:08.497Z] Fetched 159 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-10-28T18:41:08.497Z] Fetched 107 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-10-28T18:41:08.497Z] Fetched 48.7 kB in 0s (0 B/s) [2021-10-28T18:41:08.497Z] Pulling static-packages [2021-10-28T18:41:08.497Z] + snapcraftctl pull [2021-10-28T18:41:08.497Z] Pulling version [2021-10-28T18:41:08.497Z] + cd /root/project [2021-10-28T18:41:08.497Z] + git describe --tags --abbrev=0 [2021-10-28T18:41:08.497Z] + sed s/v// [2021-10-28T18:41:08.497Z] + GIT_VERSION=2.0.1-dev.81 [2021-10-28T18:41:08.497Z] + [ -z 2.0.1-dev.81 ] [2021-10-28T18:41:08.497Z] + snapcraftctl set-version 2.0.1-dev.81 [2021-10-28T18:41:09.064Z] Building config-common [2021-10-28T18:41:09.064Z] + snapcraftctl build [2021-10-28T18:41:10.970Z] Skipping build go-build-helper (already ran) [2021-10-28T18:41:11.228Z] Building edgex-go [2021-10-28T18:41:11.228Z] + cd /root/parts/edgex-go/src [2021-10-28T18:41:11.228Z] + git describe --tags --abbrev=0 [2021-10-28T18:41:11.228Z] + sed s/v// [2021-10-28T18:41:11.228Z] + GIT_VERSION=2.0.1-dev.81 [2021-10-28T18:41:11.228Z] + [ -z 2.0.1-dev.81 ] [2021-10-28T18:41:11.228Z] + echo 2.0.1-dev.81 [2021-10-28T18:41:11.228Z] + [ ! -d vendor ] [2021-10-28T18:41:11.228Z] + go mod download all [2021-10-28T18:41:19.363Z] + make build [2021-10-28T18:41:19.363Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/core-data/core-data ./cmd/core-data [2021-10-28T18:41:31.575Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-10-28T18:41:34.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/core-command/core-command ./cmd/core-command [2021-10-28T18:41:35.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-10-28T18:41:36.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-10-28T18:41:36.995Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-10-28T18:41:37.938Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-10-28T18:41:39.313Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-10-28T18:41:40.250Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-10-28T18:41:41.630Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-10-28T18:41:42.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o ./cmd/secrets-config ./cmd/secrets-config [2021-10-28T18:41:43.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.81" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-10-28T18:41:45.424Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-10-28T18:41:45.424Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-10-28T18:41:45.424Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-10-28T18:41:45.424Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-10-28T18:41:45.424Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-10-28T18:41:45.424Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-10-28T18:41:45.424Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-10-28T18:41:45.424Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-10-28T18:41:45.424Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-10-28T18:41:45.424Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-10-28T18:41:45.424Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-10-28T18:41:45.424Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-10-28T18:41:45.424Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-10-28T18:41:45.424Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-10-28T18:41:45.424Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-10-28T18:41:45.424Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-10-28T18:41:45.424Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-10-28T18:41:45.424Z] + 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-10-28T18:41:45.424Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-10-28T18:41:45.424Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-10-28T18:41:45.424Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-10-28T18:41:45.424Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-10-28T18:41:45.424Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-10-28T18:41:45.424Z] + 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-10-28T18:41:45.424Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-10-28T18:41:45.424Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-10-28T18:41:45.424Z] + 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-10-28T18:41:46.364Z] Building hooks [2021-10-28T18:41:46.364Z] + cd /root/parts/hooks/src [2021-10-28T18:41:46.364Z] + make build [2021-10-28T18:41:46.364Z] go mod tidy [2021-10-28T18:41:46.624Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.5 [2021-10-28T18:41:46.884Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2021-10-28T18:41:46.884Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-10-28T18:41:46.884Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2021-10-28T18:41:47.821Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2021-10-28T18:41:48.081Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2021-10-28T18:41:48.081Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2021-10-28T18:41:51.375Z] Building static-packages [2021-10-28T18:41:51.375Z] + snapcraftctl build [2021-10-28T18:41:53.282Z] Building version [2021-10-28T18:41:53.282Z] + snapcraftctl build [2021-10-28T18:41:55.192Z] Staging config-common [2021-10-28T18:41:55.192Z] + snapcraftctl stage [2021-10-28T18:41:56.132Z] Skipping stage go-build-helper (already ran) [2021-10-28T18:41:56.132Z] Staging edgex-go [2021-10-28T18:41:56.132Z] + snapcraftctl stage [2021-10-28T18:41:57.073Z] Staging hooks [2021-10-28T18:41:57.073Z] + snapcraftctl stage [2021-10-28T18:41:58.458Z] Staging static-packages [2021-10-28T18:41:58.458Z] + snapcraftctl stage [2021-10-28T18:41:59.401Z] Staging version [2021-10-28T18:41:59.401Z] + snapcraftctl stage [2021-10-28T18:42:00.344Z] Priming config-common [2021-10-28T18:42:00.344Z] + snapcraftctl prime [2021-10-28T18:42:01.724Z] Priming go-build-helper [2021-10-28T18:42:01.724Z] + snapcraftctl prime [2021-10-28T18:42:02.666Z] Priming edgex-go [2021-10-28T18:42:02.666Z] + snapcraftctl prime [2021-10-28T18:42:04.048Z] Priming hooks [2021-10-28T18:42:04.048Z] + snapcraftctl prime [2021-10-28T18:42:04.987Z] Priming static-packages [2021-10-28T18:42:04.987Z] + snapcraftctl prime [2021-10-28T18:42:07.528Z] Priming version [2021-10-28T18:42:07.528Z] + snapcraftctl prime [2021-10-28T18:42:08.469Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-28T20:59:40.833Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12568 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws [2021-10-28T20:59:40.844Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-10-28T20:59:41.100Z] The recommended git tool is: git [2021-10-28T20:59:47.957Z] using credential edgex-jenkins-ssh [2021-10-28T20:59:47.975Z] Cloning the remote Git repository [2021-10-28T20:59:48.035Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-10-28T20:59:48.153Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-10-28T20:59:48.262Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-28T20:59:48.263Z] > git --version # timeout=10 [2021-10-28T20:59:48.282Z] > git --version # 'git version 2.17.1' [2021-10-28T20:59:48.285Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T20:59:48.372Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-28T21:00:29.009Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-28T21:00:29.044Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-28T21:00:29.082Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-28T21:00:29.129Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-28T21:00:29.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T21:00:29.149Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-28T21:00:29.904Z] Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T21:00:30.379Z] Merge succeeded, producing 429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T21:00:30.380Z] Checking out Revision 429f0d413a86a0f66da5d000fb0760535baac886 (PR-3780) [2021-10-28T21:00:29.924Z] > git config core.sparsecheckout # timeout=10 [2021-10-28T21:00:29.953Z] > git checkout -f 429f0d413a86a0f66da5d000fb0760535baac886 # timeout=10 [2021-10-28T21:00:30.230Z] > git remote # timeout=10 [2021-10-28T21:00:30.265Z] > git config --get remote.origin.url # timeout=10 [2021-10-28T21:00:30.289Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-28T21:00:30.307Z] > git merge 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 # timeout=10 [2021-10-28T21:00:30.342Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-28T21:00:30.385Z] > git config core.sparsecheckout # timeout=10 [2021-10-28T21:00:30.401Z] > git checkout -f 429f0d413a86a0f66da5d000fb0760535baac886 # timeout=10 [2021-10-28T21:00:35.362Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-28T21:00:36.313Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-10-28T21:00:36.313Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-28T21:00:36.313Z] Dload Upload Total Spent Left Speed [2021-10-28T21:00:36.313Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 148k 0 --:--:-- --:--:-- --:--:-- 148k [Pipeline] sh [2021-10-28T21:00:36.812Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-10-28T21:00:37.188Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-10-28T21:00:37.188Z] + sudo tee /etc/docker/daemon.new [2021-10-28T21:00:37.188Z] { [2021-10-28T21:00:37.188Z] "registry-mirrors": [ [2021-10-28T21:00:37.188Z] "https://nexus3.edgexfoundry.org:10001" [2021-10-28T21:00:37.188Z] ], [2021-10-28T21:00:37.188Z] "bip": "10.250.0.254/24", [2021-10-28T21:00:37.188Z] "hosts": [ [2021-10-28T21:00:37.188Z] "tcp://0.0.0.0:5555", [2021-10-28T21:00:37.188Z] "unix:///var/run/docker.sock" [2021-10-28T21:00:37.188Z] ], [2021-10-28T21:00:37.188Z] "mtu": 1458, [2021-10-28T21:00:37.188Z] "selinux-enabled": true, [2021-10-28T21:00:37.188Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-10-28T21:00:37.188Z] } [Pipeline] sh [2021-10-28T21:00:37.574Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-10-28T21:00:37.976Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-28T21:00:56.574Z] provisioning config files... [2021-10-28T21:00:56.613Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config1529294466950272257tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:00:57.034Z] ---> docker-login.sh [2021-10-28T21:00:57.034Z] nexus3.edgexfoundry.org:10001 [2021-10-28T21:00:58.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T21:00:58.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T21:00:58.646Z] Configure a credential helper to remove this warning. See [2021-10-28T21:00:58.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T21:00:58.646Z] [2021-10-28T21:00:58.646Z] Login Succeeded [2021-10-28T21:00:58.646Z] nexus3.edgexfoundry.org:10002 [2021-10-28T21:00:58.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T21:00:59.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T21:00:59.203Z] Configure a credential helper to remove this warning. See [2021-10-28T21:00:59.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T21:00:59.203Z] [2021-10-28T21:00:59.203Z] Login Succeeded [2021-10-28T21:00:59.203Z] nexus3.edgexfoundry.org:10003 [2021-10-28T21:00:59.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T21:00:59.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T21:00:59.810Z] Configure a credential helper to remove this warning. See [2021-10-28T21:00:59.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T21:00:59.810Z] [2021-10-28T21:00:59.810Z] Login Succeeded [2021-10-28T21:00:59.810Z] nexus3.edgexfoundry.org:10004 [2021-10-28T21:01:00.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T21:01:00.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T21:01:00.424Z] Configure a credential helper to remove this warning. See [2021-10-28T21:01:00.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T21:01:00.424Z] [2021-10-28T21:01:00.424Z] Login Succeeded [2021-10-28T21:01:00.424Z] docker.io [2021-10-28T21:01:01.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-28T21:01:01.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-28T21:01:01.321Z] Configure a credential helper to remove this warning. See [2021-10-28T21:01:01.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-28T21:01:01.321Z] [2021-10-28T21:01:01.321Z] Login Succeeded [2021-10-28T21:01:01.351Z] ---> docker-login.sh ends [Pipeline] } [2021-10-28T21:01:01.353Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-28T21:01:02.056Z] ========================================================= [2021-10-28T21:01:02.056Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-10-28T21:01:02.056Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-28T21:01:02.449Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-28T21:01:02.751Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-10-28T21:01:02.751Z] 552d1f2373af: Pulling fs layer [2021-10-28T21:01:02.751Z] ea3f2d53f512: Pulling fs layer [2021-10-28T21:01:02.751Z] 9e70ebbbe112: Pulling fs layer [2021-10-28T21:01:02.751Z] 7a9cfe048b4a: Pulling fs layer [2021-10-28T21:01:02.751Z] 72dc09318566: Pulling fs layer [2021-10-28T21:01:02.751Z] f4f7b4309257: Pulling fs layer [2021-10-28T21:01:02.751Z] 0ac9a79272e3: Pulling fs layer [2021-10-28T21:01:02.751Z] b78e95d17946: Pulling fs layer [2021-10-28T21:01:02.751Z] 0ac9a79272e3: Waiting [2021-10-28T21:01:02.751Z] f4f7b4309257: Waiting [2021-10-28T21:01:02.751Z] 7a9cfe048b4a: Waiting [2021-10-28T21:01:02.751Z] 72dc09318566: Waiting [2021-10-28T21:01:02.751Z] b78e95d17946: Waiting [2021-10-28T21:01:02.751Z] 9e70ebbbe112: Verifying Checksum [2021-10-28T21:01:02.751Z] 9e70ebbbe112: Download complete [2021-10-28T21:01:02.751Z] ea3f2d53f512: Download complete [2021-10-28T21:01:02.751Z] 72dc09318566: Verifying Checksum [2021-10-28T21:01:02.751Z] 72dc09318566: Download complete [2021-10-28T21:01:03.035Z] f4f7b4309257: Verifying Checksum [2021-10-28T21:01:03.035Z] f4f7b4309257: Download complete [2021-10-28T21:01:03.035Z] 0ac9a79272e3: Verifying Checksum [2021-10-28T21:01:03.035Z] 0ac9a79272e3: Download complete [2021-10-28T21:01:03.035Z] 552d1f2373af: Verifying Checksum [2021-10-28T21:01:03.035Z] 552d1f2373af: Download complete [2021-10-28T21:01:04.037Z] 552d1f2373af: Pull complete [2021-10-28T21:01:05.045Z] ea3f2d53f512: Pull complete [2021-10-28T21:01:05.338Z] 9e70ebbbe112: Pull complete [2021-10-28T21:01:05.338Z] b78e95d17946: Verifying Checksum [2021-10-28T21:01:05.338Z] b78e95d17946: Download complete [2021-10-28T21:01:05.943Z] 7a9cfe048b4a: Verifying Checksum [2021-10-28T21:01:05.943Z] 7a9cfe048b4a: Download complete [2021-10-28T21:01:18.392Z] 7a9cfe048b4a: Pull complete [2021-10-28T21:01:18.392Z] 72dc09318566: Pull complete [2021-10-28T21:01:18.392Z] f4f7b4309257: Pull complete [2021-10-28T21:01:18.673Z] 0ac9a79272e3: Pull complete [2021-10-28T21:01:25.442Z] b78e95d17946: Pull complete [2021-10-28T21:01:25.442Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-10-28T21:01:25.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-28T21:01:25.442Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-10-28T21:01:25.823Z] + docker build -t ci-base-image-arm64 -f - . [2021-10-28T21:01:25.823Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-28T21:01:25.823Z] WORKDIR /edgex [2021-10-28T21:01:25.823Z] COPY go.mod . [2021-10-28T21:01:25.823Z] RUN go mod download [2021-10-28T21:01:28.497Z] Sending build context to Docker daemon 166.6MB [2021-10-28T21:01:28.497Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-28T21:01:28.497Z] ---> 8b459fc5aaf0 [2021-10-28T21:01:28.497Z] Step 2/4 : WORKDIR /edgex [2021-10-28T21:01:30.504Z] ---> Running in d9ea521feaa6 [2021-10-28T21:01:31.117Z] Removing intermediate container d9ea521feaa6 [2021-10-28T21:01:31.117Z] ---> f33078c24ed2 [2021-10-28T21:01:31.117Z] Step 3/4 : COPY go.mod . [2021-10-28T21:01:31.732Z] ---> 0b244f302418 [2021-10-28T21:01:31.732Z] Step 4/4 : RUN go mod download [2021-10-28T21:01:32.011Z] ---> Running in 92bf9f2a1f82 [2021-10-28T21:03:08.964Z] Removing intermediate container 92bf9f2a1f82 [2021-10-28T21:03:08.964Z] ---> 68f4bfa9ba01 [2021-10-28T21:03:08.964Z] Successfully built 68f4bfa9ba01 [2021-10-28T21:03:08.964Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T21:03:09.314Z] + docker inspect -f . ci-base-image-arm64 [2021-10-28T21:03:09.315Z] . [Pipeline] withDockerContainer [2021-10-28T21:03:09.614Z] prd-ubuntu18.04-docker-arm64-4c-16g-12568 does not seem to be running inside a container [2021-10-28T21:03:09.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-10-28T21:03:11.491Z] $ docker top c4cfb8d74f608861849b02edac071f3caa001ee56ad6e3b13a512353226ab2a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T21:03:12.538Z] + go version [2021-10-28T21:03:12.538Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-10-28T21:03:12.555Z] $ docker stop --time=1 c4cfb8d74f608861849b02edac071f3caa001ee56ad6e3b13a512353226ab2a9 [2021-10-28T21:03:14.427Z] $ docker rm -f c4cfb8d74f608861849b02edac071f3caa001ee56ad6e3b13a512353226ab2a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-28T21:03:15.227Z] + docker inspect -f . ci-base-image-arm64 [2021-10-28T21:03:15.227Z] . [Pipeline] withDockerContainer [2021-10-28T21:03:15.522Z] prd-ubuntu18.04-docker-arm64-4c-16g-12568 does not seem to be running inside a container [2021-10-28T21:03:15.620Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-10-28T21:03:17.347Z] $ docker top a08478a450542927a02edc1d5827c8bc9cb4906e75596ae06136ef2ef832efe1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-10-28T21:03:17.740Z] ========================================================= [2021-10-28T21:03:17.740Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-10-28T21:03:17.740Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-28T21:03:18.431Z] + make test [2021-10-28T21:03:18.431Z] go mod tidy [2021-10-28T21:03:19.433Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-28T21:03:51.837Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-10-28T21:05:13.744Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-10-28T21:05:13.744Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-10-28T21:05:13.744Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-10-28T21:05:14.348Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-10-28T21:05:29.496Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-10-28T21:05:29.496Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-10-28T21:05:29.496Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-10-28T21:05:29.496Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-10-28T21:05:29.496Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-10-28T21:05:29.496Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-10-28T21:05:30.489Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-10-28T21:05:30.489Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-10-28T21:05:30.490Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-10-28T21:05:30.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-10-28T21:05:40.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.209s coverage: 28.7% of statements [2021-10-28T21:05:40.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-10-28T21:05:40.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-10-28T21:05:46.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.451s coverage: 98.5% of statements [2021-10-28T21:05:46.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-10-28T21:05:46.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.389s coverage: 44.7% of statements [2021-10-28T21:05:46.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-10-28T21:05:46.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-10-28T21:05:51.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.869s coverage: 89.5% of statements [2021-10-28T21:05:51.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-10-28T21:05:51.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-10-28T21:05:51.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.279s coverage: 84.4% of statements [2021-10-28T21:05:51.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-10-28T21:05:51.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-10-28T21:05:51.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-10-28T21:05:51.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-10-28T21:05:51.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-10-28T21:06:02.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.025s coverage: 94.2% of statements [2021-10-28T21:06:02.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-10-28T21:06:02.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-10-28T21:06:02.516Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.257s coverage: 59.1% of statements [2021-10-28T21:06:02.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-10-28T21:06:02.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-10-28T21:06:02.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-10-28T21:06:02.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-10-28T21:06:02.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-10-28T21:06:02.516Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.311s coverage: 60.0% of statements [2021-10-28T21:06:02.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-10-28T21:06:02.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-10-28T21:06:02.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-10-28T21:06:02.516Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.400s coverage: 0.9% of statements [2021-10-28T21:06:02.516Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-10-28T21:06:02.516Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.214s coverage: 58.8% of statements [2021-10-28T21:06:02.516Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.405s coverage: 21.7% of statements [2021-10-28T21:06:02.516Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-10-28T21:06:02.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.345s coverage: 47.1% of statements [2021-10-28T21:06:02.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.259s coverage: 79.5% of statements [2021-10-28T21:06:02.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.219s coverage: 94.1% of statements [2021-10-28T21:06:03.977Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.259s coverage: 96.3% of statements [2021-10-28T21:06:03.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.265s coverage: 87.5% of statements [2021-10-28T21:06:16.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.297s coverage: 94.4% of statements [2021-10-28T21:06:16.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.218s coverage: 44.8% of statements [2021-10-28T21:06:23.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.700s coverage: 82.5% of statements [2021-10-28T21:06:23.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-10-28T21:06:29.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.313s coverage: 92.9% of statements [2021-10-28T21:06:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-10-28T21:06:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-10-28T21:06:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-10-28T21:06:29.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.067s coverage: 65.1% of statements [2021-10-28T21:06:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-10-28T21:06:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-10-28T21:06:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-10-28T21:06:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-10-28T21:06:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-10-28T21:06:29.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.231s coverage: 87.2% of statements [2021-10-28T21:06:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-10-28T21:06:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-10-28T21:06:29.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.192s coverage: 100.0% of statements [2021-10-28T21:06:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-10-28T21:06:29.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.297s coverage: 58.8% of statements [2021-10-28T21:06:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-10-28T21:06:29.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.326s coverage: 80.0% of statements [2021-10-28T21:06:29.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.329s coverage: 87.2% of statements [2021-10-28T21:06:29.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.323s coverage: 85.4% of statements [2021-10-28T21:06:30.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.985s coverage: 91.2% of statements [2021-10-28T21:06:30.479Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-10-28T21:06:33.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.106s coverage: 64.4% of statements [2021-10-28T21:06:33.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-10-28T21:06:33.889Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-10-28T21:06:33.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.270s coverage: 100.0% of statements [2021-10-28T21:06:33.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.122s coverage: 89.4% of statements [2021-10-28T21:06:33.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.085s coverage: 100.0% of statements [2021-10-28T21:06:33.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements [2021-10-28T21:06:35.342Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-10-28T21:06:42.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.576s coverage: 65.4% of statements [2021-10-28T21:06:42.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-10-28T21:06:42.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-10-28T21:06:42.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-10-28T21:06:43.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.890s coverage: 43.8% of statements [2021-10-28T21:06:43.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-10-28T21:06:43.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-10-28T21:06:43.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.264s coverage: 89.5% of statements [2021-10-28T21:06:43.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-10-28T21:06:43.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.256s coverage: 84.8% of statements [2021-10-28T21:06:43.077Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-10-28T21:06:51.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.346s coverage: 17.7% of statements [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-10-28T21:06:51.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.684s coverage: 92.3% of statements [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-10-28T21:06:51.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.275s coverage: 63.2% of statements [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-10-28T21:06:51.385Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.457s coverage: 97.7% of statements [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-10-28T21:06:51.385Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.210s coverage: 28.9% of statements [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-10-28T21:06:51.385Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-10-28T21:06:51.385Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.268s coverage: 100.0% of statements [2021-10-28T21:06:51.659Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 96.9% of statements [2021-10-28T21:06:52.639Z] 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-10-28T21:06:52.639Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2021-10-28T21:06:52.639Z] GO111MODULE=on go vet ./... [2021-10-28T21:08:29.535Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-28T21:08:29.535Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-28T21:08:30.977Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-10-28T21:08:34.258Z] + ls -al . [2021-10-28T21:08:34.259Z] total 664 [2021-10-28T21:08:34.259Z] drwxrwxr-x 9 1001 1001 4096 Oct 28 21:08 . [2021-10-28T21:08:34.259Z] drwxr-xr-x 4 root root 4096 Oct 28 21:03 .. [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 11 Oct 28 21:00 .dockerignore [2021-10-28T21:08:34.259Z] drwxrwxr-x 8 1001 1001 4096 Oct 28 21:00 .git [2021-10-28T21:08:34.259Z] drwxrwxr-x 4 1001 1001 4096 Oct 28 21:00 .github [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 804 Oct 28 21:00 .gitignore [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 42 Oct 28 21:00 .golangci.yml [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 76 Oct 28 21:00 .hadolint.yml [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 166 Oct 28 21:00 .sonarcloud.properties [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 1171 Oct 28 21:00 ADOPTERS.md [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 8910 Oct 28 21:00 Attribution.txt [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 43881 Oct 28 21:00 CHANGELOG.md [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 3804 Oct 28 21:00 CONTRIBUTING.md [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 677 Oct 28 21:00 GOVERNANCE.md [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 849 Oct 28 21:00 Jenkinsfile [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 10775 Oct 28 21:00 LICENSE [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 6508 Oct 28 21:00 Makefile [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 582 Oct 28 21:00 OWNERS.md [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 8256 Oct 28 21:00 README.md [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 6912 Oct 28 21:00 SECURITY.md [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 5 Oct 28 18:29 VERSION [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 4131 Oct 28 21:00 ZMQWindows.md [2021-10-28T21:08:34.259Z] drwxrwxr-x 2 1001 1001 4096 Oct 28 21:00 bin [2021-10-28T21:08:34.259Z] drwxrwxr-x 14 1001 1001 4096 Oct 28 21:00 cmd [2021-10-28T21:08:34.259Z] -rw-r--r-- 1 root root 428381 Oct 28 21:06 coverage.out [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 848 Oct 28 21:00 go.mod [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 50525 Oct 28 21:00 go.sum [2021-10-28T21:08:34.259Z] drwxrwxr-x 8 1001 1001 4096 Oct 28 21:00 internal [2021-10-28T21:08:34.259Z] drwxrwxr-x 3 1001 1001 4096 Oct 28 21:00 openapi [2021-10-28T21:08:34.259Z] drwxrwxr-x 4 1001 1001 4096 Oct 28 21:00 snap [2021-10-28T21:08:34.259Z] -rw-rw-r-- 1 1001 1001 204 Oct 28 21:00 version.go [Pipeline] sh [2021-10-28T21:08:34.924Z] + '[' -e coverage.out ] [2021-10-28T21:08:34.924Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-10-28T21:08:34.949Z] Warning: overwriting stash ‘coverage-report’ [2021-10-28T21:08:35.906Z] Stashed 1 file(s) [Pipeline] sh [2021-10-28T21:08:36.556Z] + make build [2021-10-28T21:08:36.556Z] 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-10-28T21:08:44.825Z] 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-10-28T21:09:17.283Z] 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-10-28T21:09:17.283Z] 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-10-28T21:09:22.695Z] 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-10-28T21:09:24.141Z] 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-10-28T21:09:28.459Z] 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-10-28T21:09:33.865Z] 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-10-28T21:09:37.256Z] 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-10-28T21:09:42.682Z] 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-10-28T21:09:46.075Z] 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-10-28T21:09:50.383Z] 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-10-28T21:09:58.661Z] $ docker stop --time=1 a08478a450542927a02edc1d5827c8bc9cb4906e75596ae06136ef2ef832efe1 [2021-10-28T21:10:01.100Z] $ docker rm -f a08478a450542927a02edc1d5827c8bc9cb4906e75596ae06136ef2ef832efe1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-28T21:10:03.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-28T21:10:03.359Z] [2021-10-28T21:10:03.359Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T21:10:03.725Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-28T21:10:04.007Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-10-28T21:10:04.007Z] 29e5d40040c1: Pulling fs layer [2021-10-28T21:10:04.007Z] 1ce36da41761: Pulling fs layer [2021-10-28T21:10:04.007Z] 25b303627fd3: Pulling fs layer [2021-10-28T21:10:04.289Z] 29e5d40040c1: Verifying Checksum [2021-10-28T21:10:04.289Z] 29e5d40040c1: Download complete [2021-10-28T21:10:04.572Z] 1ce36da41761: Verifying Checksum [2021-10-28T21:10:04.572Z] 1ce36da41761: Download complete [2021-10-28T21:10:05.174Z] 29e5d40040c1: Pull complete [2021-10-28T21:10:06.164Z] 25b303627fd3: Verifying Checksum [2021-10-28T21:10:06.164Z] 25b303627fd3: Download complete [2021-10-28T21:10:06.442Z] 1ce36da41761: Pull complete [2021-10-28T21:10:18.874Z] 25b303627fd3: Pull complete [2021-10-28T21:10:18.874Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-10-28T21:10:18.874Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-28T21:10:18.874Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-10-28T21:10:19.163Z] prd-ubuntu18.04-docker-arm64-4c-16g-12568 does not seem to be running inside a container [2021-10-28T21:10:19.228Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-10-28T21:10:22.435Z] $ docker top 85211bfd2f11047572f1bc6e7fb2237a6c199cfb7fc7b50ae3848295240ab297 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T21:10:23.448Z] + docker-compose build --help [2021-10-28T21:10:23.448Z] + grep parallel [2021-10-28T21:10:30.148Z] --parallel Build images in parallel. [Pipeline] } [2021-10-28T21:10:30.426Z] $ docker stop --time=1 85211bfd2f11047572f1bc6e7fb2237a6c199cfb7fc7b50ae3848295240ab297 [2021-10-28T21:10:32.305Z] $ docker rm -f 85211bfd2f11047572f1bc6e7fb2237a6c199cfb7fc7b50ae3848295240ab297 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-28T21:10:33.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-28T21:10:33.000Z] . [Pipeline] withDockerContainer [2021-10-28T21:10:33.299Z] prd-ubuntu18.04-docker-arm64-4c-16g-12568 does not seem to be running inside a container [2021-10-28T21:10:33.401Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-10-28T21:10:35.284Z] $ docker top d103b8987f848928a97d2f591613e51960f6c60467167463e12c3dbd1304966b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T21:10:36.383Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-10-28T21:10:44.704Z] Building core-command ... [2021-10-28T21:10:44.704Z] Building core-data ... [2021-10-28T21:10:44.704Z] Building core-metadata ... [2021-10-28T21:10:44.704Z] Building security-bootstrapper ... [2021-10-28T21:10:44.704Z] Building security-proxy-setup ... [2021-10-28T21:10:44.704Z] Building security-secretstore-setup ... [2021-10-28T21:10:44.704Z] Building support-notifications ... [2021-10-28T21:10:44.704Z] Building support-scheduler ... [2021-10-28T21:10:44.704Z] Building sys-mgmt-agent ... [2021-10-28T21:10:44.704Z] Building sys-mgmt-agent [2021-10-28T21:10:44.704Z] Building core-command [2021-10-28T21:10:44.704Z] Building security-proxy-setup [2021-10-28T21:10:44.704Z] Building support-notifications [2021-10-28T21:10:44.704Z] Building security-secretstore-setup [2021-10-28T21:11:52.784Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:11:52.784Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:11:52.784Z] ---> 68f4bfa9ba01 [2021-10-28T21:11:52.784Z] Step 3/21 : WORKDIR /edgex-go [2021-10-28T21:11:52.784Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:11:52.784Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:11:52.784Z] ---> 68f4bfa9ba01 [2021-10-28T21:11:52.784Z] Step 3/20 : WORKDIR /edgex-go [2021-10-28T21:11:52.784Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:11:52.784Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:11:52.784Z] ---> 68f4bfa9ba01 [2021-10-28T21:11:52.784Z] Step 3/24 : WORKDIR /edgex-go [2021-10-28T21:11:52.784Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:11:52.784Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:11:52.784Z] ---> 68f4bfa9ba01 [2021-10-28T21:11:52.784Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T21:11:52.784Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:11:52.784Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:11:52.784Z] ---> 68f4bfa9ba01 [2021-10-28T21:11:52.784Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T21:11:52.784Z] ---> Running in 0ac0cc207f10 [2021-10-28T21:11:52.784Z] ---> Running in ac237ecda298 [2021-10-28T21:11:52.784Z] ---> Running in 41f9e44cb7f1 [2021-10-28T21:11:52.784Z] ---> Running in 7088035d1063 [2021-10-28T21:11:52.784Z] ---> Running in 92cd7fa35675 [2021-10-28T21:11:53.799Z] Removing intermediate container 41f9e44cb7f1 [2021-10-28T21:11:53.799Z] ---> 301a7d8adc02 [2021-10-28T21:11:53.799Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:11:53.799Z] Removing intermediate container ac237ecda298 [2021-10-28T21:11:53.799Z] ---> 7c53b2967014 [2021-10-28T21:11:53.799Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:11:53.799Z] Removing intermediate container 7088035d1063 [2021-10-28T21:11:53.799Z] ---> 6b3ca83e1d88 [2021-10-28T21:11:53.799Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:11:53.799Z] Removing intermediate container 0ac0cc207f10 [2021-10-28T21:11:53.799Z] ---> b8e4eb7db251 [2021-10-28T21:11:53.799Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:11:54.084Z] Removing intermediate container 92cd7fa35675 [2021-10-28T21:11:54.084Z] ---> 2d08974f8bc8 [2021-10-28T21:11:54.084Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:11:54.084Z] ---> Running in ad4cc99ad614 [2021-10-28T21:11:54.084Z] ---> Running in eb7924691aac [2021-10-28T21:11:54.084Z] ---> Running in fee2105ec0d9 [2021-10-28T21:11:54.084Z] ---> Running in 82719853023d [2021-10-28T21:11:54.084Z] ---> Running in 6d9840ebec6b [2021-10-28T21:11:58.458Z] Removing intermediate container ad4cc99ad614 [2021-10-28T21:11:58.458Z] ---> eba0cb9c6839 [2021-10-28T21:11:58.458Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-28T21:11:58.458Z] ---> Running in 83434b94b34c [2021-10-28T21:11:59.088Z] Removing intermediate container fee2105ec0d9 [2021-10-28T21:11:59.088Z] ---> 399dc41f41a2 [2021-10-28T21:11:59.088Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2021-10-28T21:11:59.088Z] Removing intermediate container eb7924691aac [2021-10-28T21:11:59.088Z] ---> 569f2f73acb1 [2021-10-28T21:11:59.088Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-10-28T21:11:59.365Z] ---> Running in 3ac3a84461f9 [2021-10-28T21:11:59.365Z] ---> Running in d2d6b8a49b54 [2021-10-28T21:11:59.651Z] Removing intermediate container 82719853023d [2021-10-28T21:11:59.651Z] ---> b66b635f48f4 [2021-10-28T21:11:59.651Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2021-10-28T21:11:59.651Z] Removing intermediate container 6d9840ebec6b [2021-10-28T21:11:59.651Z] ---> 6290c98b16f1 [2021-10-28T21:11:59.651Z] Step 5/20 : RUN apk add --update --no-cache make git [2021-10-28T21:11:59.651Z] ---> Running in 3a7bcb8b6341 [2021-10-28T21:11:59.932Z] ---> Running in 90607fabb922 [2021-10-28T21:12:01.409Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:12:01.709Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:12:02.322Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:12:02.322Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:12:02.322Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:12:02.322Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:12:02.928Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:12:03.212Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:12:03.505Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:12:03.505Z] OK: 219 MiB in 52 packages [2021-10-28T21:12:03.505Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:12:04.522Z] OK: 219 MiB in 52 packages [2021-10-28T21:12:04.806Z] OK: 219 MiB in 52 packages [2021-10-28T21:12:05.091Z] OK: 219 MiB in 52 packages [2021-10-28T21:12:05.092Z] OK: 219 MiB in 52 packages [2021-10-28T21:12:05.370Z] Removing intermediate container 83434b94b34c [2021-10-28T21:12:05.370Z] ---> 2d0af1ac5517 [2021-10-28T21:12:05.370Z] Step 6/22 : COPY . . [2021-10-28T21:12:06.375Z] Removing intermediate container 3ac3a84461f9 [2021-10-28T21:12:06.376Z] ---> 955920bc4e0c [2021-10-28T21:12:06.376Z] Step 6/21 : COPY . . [2021-10-28T21:12:07.366Z] Removing intermediate container 3a7bcb8b6341 [2021-10-28T21:12:07.366Z] ---> 9f0c2c38331d [2021-10-28T21:12:07.366Z] Step 6/22 : COPY . . [2021-10-28T21:12:07.366Z] Removing intermediate container d2d6b8a49b54 [2021-10-28T21:12:07.366Z] ---> 80f9ba95cd36 [2021-10-28T21:12:07.366Z] Step 6/24 : COPY . . [2021-10-28T21:12:07.366Z] Removing intermediate container 90607fabb922 [2021-10-28T21:12:07.366Z] ---> 4c9f65671667 [2021-10-28T21:12:07.366Z] Step 6/20 : COPY . . [2021-10-28T21:12:34.270Z] ---> c690ba75bec2 [2021-10-28T21:12:34.270Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:12:34.270Z] ---> Running in bcc59882cb68 [2021-10-28T21:12:34.270Z] ---> 9f303f957466 [2021-10-28T21:12:34.270Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:12:34.270Z] ---> 3a0fcb394c2a [2021-10-28T21:12:34.270Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:12:34.270Z] ---> 27b758a5485d [2021-10-28T21:12:34.270Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:12:34.270Z] ---> Running in f2cf9b4bf925 [2021-10-28T21:12:34.270Z] ---> Running in f6f3b25149fb [2021-10-28T21:12:34.270Z] ---> Running in a581b3a5f7f4 [2021-10-28T21:12:34.270Z] ---> 61e3ab8a88f9 [2021-10-28T21:12:34.270Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:12:34.270Z] ---> Running in 232b9ba21b16 [2021-10-28T21:12:38.635Z] Removing intermediate container bcc59882cb68 [2021-10-28T21:12:38.635Z] ---> 164faba4c2f1 [2021-10-28T21:12:38.635Z] Step 8/22 : RUN make cmd/core-command/core-command [2021-10-28T21:12:38.635Z] ---> Running in 42bd7c41fa6b [2021-10-28T21:12:38.917Z] Removing intermediate container f6f3b25149fb [2021-10-28T21:12:38.917Z] ---> 364ea129c56d [2021-10-28T21:12:38.917Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-10-28T21:12:39.197Z] ---> Running in dcb100a943d4 [2021-10-28T21:12:39.475Z] Removing intermediate container a581b3a5f7f4 [2021-10-28T21:12:39.475Z] ---> 9a967edad72e [2021-10-28T21:12:39.475Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2021-10-28T21:12:39.475Z] Removing intermediate container f2cf9b4bf925 [2021-10-28T21:12:39.475Z] ---> e5d741541310 [2021-10-28T21:12:39.475Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-10-28T21:12:39.760Z] Removing intermediate container 232b9ba21b16 [2021-10-28T21:12:39.760Z] ---> 3dd16cc7ec13 [2021-10-28T21:12:39.760Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-10-28T21:12:39.760Z] ---> Running in bb723b698d5e [2021-10-28T21:12:39.760Z] ---> Running in ae2456ff81d8 [2021-10-28T21:12:40.037Z] ---> Running in 4419a264f8ee [2021-10-28T21:12:40.646Z] 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-10-28T21:12:41.647Z] 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-10-28T21:12:42.273Z] 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-10-28T21:12:42.882Z] 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-10-28T21:12:43.164Z] 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-10-28T21:15:20.176Z] 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-10-28T21:15:20.176Z] 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-10-28T21:15:20.176Z] Removing intermediate container 42bd7c41fa6b [2021-10-28T21:15:20.176Z] ---> a6e946bd9389 [2021-10-28T21:15:20.176Z] [2021-10-28T21:15:20.176Z] Step 9/22 : FROM alpine:3.14 [2021-10-28T21:15:20.176Z] 3.14: Pulling from library/alpine [2021-10-28T21:15:20.176Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-28T21:15:20.176Z] Status: Downloaded newer image for alpine:3.14 [2021-10-28T21:15:20.176Z] ---> bb3de5531c18 [2021-10-28T21:15:20.176Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-28T21:15:20.176Z] ---> Running in 738197418ea5 [2021-10-28T21:15:20.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:15:20.176Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:15:20.462Z] Removing intermediate container bb723b698d5e [2021-10-28T21:15:20.462Z] ---> 97d5ef22b397 [2021-10-28T21:15:20.462Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-10-28T21:15:20.753Z] ---> Running in b27e8623e244 [2021-10-28T21:15:21.032Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-10-28T21:15:21.032Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T21:15:21.032Z] OK: 5 MiB in 15 packages [2021-10-28T21:15:23.660Z] Removing intermediate container 738197418ea5 [2021-10-28T21:15:23.660Z] ---> 569eebffa15d [2021-10-28T21:15:23.660Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T21:15:23.660Z] 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-10-28T21:15:23.660Z] ---> Running in 8c31588468b4 [2021-10-28T21:15:24.663Z] Removing intermediate container 8c31588468b4 [2021-10-28T21:15:24.663Z] ---> 94b12e226b81 [2021-10-28T21:15:24.663Z] Step 12/22 : ENV APP_PORT=59882 [2021-10-28T21:15:25.273Z] ---> Running in 5c207d4cf498 [2021-10-28T21:15:26.270Z] Removing intermediate container 5c207d4cf498 [2021-10-28T21:15:26.270Z] ---> e30c56bcbc40 [2021-10-28T21:15:26.270Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-28T21:15:26.884Z] ---> Running in ff016f17765a [2021-10-28T21:15:27.879Z] Removing intermediate container ff016f17765a [2021-10-28T21:15:27.879Z] ---> 3dde6c277834 [2021-10-28T21:15:27.879Z] Step 14/22 : WORKDIR / [2021-10-28T21:15:28.157Z] Removing intermediate container 4419a264f8ee [2021-10-28T21:15:28.157Z] ---> d961dad39fb7 [2021-10-28T21:15:28.157Z] [2021-10-28T21:15:28.157Z] Step 9/20 : FROM alpine:3.14 [2021-10-28T21:15:28.157Z] ---> bb3de5531c18 [2021-10-28T21:15:28.157Z] Step 10/20 : RUN apk add --update --no-cache curl [2021-10-28T21:15:28.157Z] ---> Running in a0194e2419d4 [2021-10-28T21:15:28.432Z] Removing intermediate container dcb100a943d4 [2021-10-28T21:15:28.432Z] ---> 9d0d628b3c49 [2021-10-28T21:15:28.432Z] [2021-10-28T21:15:28.432Z] Step 9/24 : FROM alpine:3.14 [2021-10-28T21:15:28.432Z] ---> bb3de5531c18 [2021-10-28T21:15:28.432Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-10-28T21:15:28.432Z] ---> Running in 9dd5a471a1ef [2021-10-28T21:15:28.712Z] Removing intermediate container b27e8623e244 [2021-10-28T21:15:28.712Z] ---> 7607c97cbf74 [2021-10-28T21:15:28.712Z] [2021-10-28T21:15:28.712Z] Step 10/22 : FROM docker:20.10.8 [2021-10-28T21:15:28.712Z] ---> Running in bbed4bf23a8b [2021-10-28T21:15:28.989Z] 20.10.8: Pulling from library/docker [2021-10-28T21:15:29.371Z] Removing intermediate container a0194e2419d4 [2021-10-28T21:15:29.371Z] ---> 805a9575cff8 [2021-10-28T21:15:29.371Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T21:15:32.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:15:32.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:15:32.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:15:32.107Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:15:32.382Z] ---> bf3ce3b57775 [2021-10-28T21:15:32.382Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-10-28T21:15:33.366Z] (1/3) Installing ca-certificates (20191127-r5) [2021-10-28T21:15:33.366Z] (1/5) Installing ca-certificates (20191127-r5) [2021-10-28T21:15:33.366Z] (2/3) Installing dumb-init (1.2.5-r1) [2021-10-28T21:15:33.366Z] (3/3) Installing su-exec (0.2-r1) [2021-10-28T21:15:33.366Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T21:15:33.366Z] Executing ca-certificates-20191127-r5.trigger [2021-10-28T21:15:33.366Z] (2/5) Installing brotli-libs (1.0.9-r5) [2021-10-28T21:15:33.366Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2021-10-28T21:15:33.366Z] (4/5) Installing libcurl (7.79.1-r0) [2021-10-28T21:15:33.366Z] (5/5) Installing curl (7.79.1-r0) [2021-10-28T21:15:33.366Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T21:15:33.366Z] Removing intermediate container ae2456ff81d8 [2021-10-28T21:15:33.366Z] ---> 52b374510435 [2021-10-28T21:15:33.366Z] [2021-10-28T21:15:33.366Z] Step 9/21 : FROM alpine:3.14 [2021-10-28T21:15:33.366Z] ---> bb3de5531c18 [2021-10-28T21:15:33.668Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-10-28T21:15:33.668Z] Executing ca-certificates-20191127-r5.trigger [2021-10-28T21:15:33.668Z] OK: 6 MiB in 17 packages [2021-10-28T21:15:33.955Z] OK: 8 MiB in 19 packages [2021-10-28T21:15:33.955Z] ---> Running in de800acbd058 [2021-10-28T21:15:34.945Z] ---> fed79803251b [2021-10-28T21:15:34.945Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-10-28T21:15:36.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:15:36.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:15:36.964Z] Removing intermediate container bbed4bf23a8b [2021-10-28T21:15:36.964Z] ---> 8ef58513d2fc [2021-10-28T21:15:36.964Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-28T21:15:36.964Z] ---> 95cb8b63782b [2021-10-28T21:15:36.964Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-10-28T21:15:36.964Z] Removing intermediate container 9dd5a471a1ef [2021-10-28T21:15:36.964Z] ---> ff5df3a4f469 [2021-10-28T21:15:36.964Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-28T21:15:37.242Z] ---> Running in 2153237b0f09 [2021-10-28T21:15:37.242Z] ---> Running in 5eeb4892333e [2021-10-28T21:15:37.242Z] ---> Running in 478d7ad42e8c [2021-10-28T21:15:37.520Z] (1/2) Installing ca-certificates (20191127-r5) [2021-10-28T21:15:37.795Z] (2/2) Installing dumb-init (1.2.5-r1) [2021-10-28T21:15:37.795Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T21:15:37.795Z] Executing ca-certificates-20191127-r5.trigger [2021-10-28T21:15:38.070Z] OK: 6 MiB in 16 packages [2021-10-28T21:15:38.070Z] Removing intermediate container 2153237b0f09 [2021-10-28T21:15:38.070Z] ---> fca148c77634 [2021-10-28T21:15:38.070Z] Step 12/24 : WORKDIR / [2021-10-28T21:15:38.345Z] Removing intermediate container 478d7ad42e8c [2021-10-28T21:15:38.345Z] Removing intermediate container 5eeb4892333e [2021-10-28T21:15:38.345Z] ---> d2f97b8d092f [2021-10-28T21:15:38.345Z] Step 12/20 : WORKDIR /edgex [2021-10-28T21:15:38.345Z] ---> b1258491b864 [2021-10-28T21:15:38.345Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T21:15:38.626Z] ---> Running in 8e70db85300e [2021-10-28T21:15:38.626Z] ---> Running in 9327fc02c8a3 [2021-10-28T21:15:38.626Z] ---> Running in ef3619e1f4e8 [2021-10-28T21:15:39.620Z] Removing intermediate container 8e70db85300e [2021-10-28T21:15:39.620Z] ---> 7aff653675e6 [2021-10-28T21:15:39.620Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-10-28T21:15:39.620Z] Removing intermediate container ef3619e1f4e8 [2021-10-28T21:15:39.620Z] ---> ce977c2aff4b [2021-10-28T21:15:39.620Z] Step 20/22 : LABEL arch=arm64 [2021-10-28T21:15:39.620Z] Removing intermediate container 9327fc02c8a3 [2021-10-28T21:15:39.620Z] ---> e074796a622f [2021-10-28T21:15:39.620Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-10-28T21:15:39.896Z] ---> Running in 7846771a1601 [2021-10-28T21:15:40.493Z] Removing intermediate container de800acbd058 [2021-10-28T21:15:40.493Z] ---> 5b1567f9757b [2021-10-28T21:15:40.493Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T21:15:41.094Z] ---> Running in 500948822f57 [2021-10-28T21:15:41.094Z] Removing intermediate container 7846771a1601 [2021-10-28T21:15:41.094Z] ---> 012142a4e56b [2021-10-28T21:15:41.094Z] Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T21:15:41.366Z] ---> 1a26df6e3089 [2021-10-28T21:15:41.366Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-10-28T21:15:41.366Z] ---> 2921cfd783da [2021-10-28T21:15:41.366Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-10-28T21:15:41.641Z] ---> Running in bbe569d39866 [2021-10-28T21:15:41.918Z] Removing intermediate container 500948822f57 [2021-10-28T21:15:41.918Z] ---> 03ce06c3ca18 [2021-10-28T21:15:41.918Z] Step 12/21 : ENV APP_PORT=59860 [2021-10-28T21:15:42.196Z] ---> Running in 812b7723f475 [2021-10-28T21:15:42.196Z] Removing intermediate container bbe569d39866 [2021-10-28T21:15:42.196Z] ---> 2d972178d091 [2021-10-28T21:15:42.196Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T21:15:42.802Z] ---> Running in c545210bfd4f [2021-10-28T21:15:42.802Z] ---> 544d5fad98cc [2021-10-28T21:15:42.802Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-10-28T21:15:43.078Z] Removing intermediate container 812b7723f475 [2021-10-28T21:15:43.078Z] ---> e2a9c615da0d [2021-10-28T21:15:43.078Z] Step 13/21 : EXPOSE $APP_PORT [2021-10-28T21:15:43.355Z] ---> Running in 99c480a775c2 [2021-10-28T21:15:43.629Z] ---> a0aa3f5831cc [2021-10-28T21:15:43.629Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-10-28T21:15:43.629Z] Removing intermediate container c545210bfd4f [2021-10-28T21:15:43.629Z] ---> b1a19de0f19e [2021-10-28T21:15:43.629Z] [2021-10-28T21:15:44.236Z] Removing intermediate container 99c480a775c2 [2021-10-28T21:15:44.236Z] ---> e7bbb246143d [2021-10-28T21:15:44.236Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T21:15:44.236Z] Successfully built b1a19de0f19e [2021-10-28T21:15:44.236Z] ---> 9b22b20b3133 [2021-10-28T21:15:44.236Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-10-28T21:15:44.236Z] Successfully tagged core-command-arm64:latest [2021-10-28T21:15:44.236Z]  Building core-command ... done Building support-scheduler [2021-10-28T21:15:45.682Z] ---> fb68f65e7457 [2021-10-28T21:15:45.682Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-10-28T21:15:45.682Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2021-10-28T21:15:45.682Z] Status: Downloaded newer image for docker:20.10.8 [2021-10-28T21:15:45.963Z] ---> 3734d5adc5ac [2021-10-28T21:15:45.963Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-10-28T21:15:45.963Z] ---> ab1a79894415 [2021-10-28T21:15:45.963Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-10-28T21:15:45.963Z] ---> 5e95ae21486a [2021-10-28T21:15:45.963Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-10-28T21:15:46.240Z] ---> Running in 841cd456829e [2021-10-28T21:15:46.240Z] ---> Running in 340f473d7128 [2021-10-28T21:15:47.705Z] Removing intermediate container 340f473d7128 [2021-10-28T21:15:47.705Z] ---> 7944cba5a14b [2021-10-28T21:15:47.705Z] Step 17/20 : CMD ["--init=true"] [2021-10-28T21:15:47.705Z] Removing intermediate container 841cd456829e [2021-10-28T21:15:47.705Z] ---> 9a1d9804a610 [2021-10-28T21:15:47.705Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-10-28T21:15:47.979Z] ---> ff42edb60da2 [2021-10-28T21:15:47.979Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-10-28T21:15:47.979Z] ---> d3260959c084 [2021-10-28T21:15:47.979Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-10-28T21:15:47.979Z] ---> Running in 0f83f11d6823 [2021-10-28T21:15:47.979Z] ---> Running in b4f537398c7f [2021-10-28T21:15:48.974Z] Removing intermediate container 0f83f11d6823 [2021-10-28T21:15:48.974Z] ---> cdd2842b5181 [2021-10-28T21:15:48.974Z] Step 18/20 : LABEL arch=arm64 [2021-10-28T21:15:48.974Z] ---> Running in 2e302d2625de [2021-10-28T21:15:49.586Z] ---> 74390cde52ac [2021-10-28T21:15:49.586Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2021-10-28T21:15:49.862Z] Removing intermediate container 2e302d2625de [2021-10-28T21:15:49.862Z] ---> d8acfb0bf935 [2021-10-28T21:15:49.862Z] Step 19/20 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T21:15:50.145Z] ---> Running in 2844b2659de2 [2021-10-28T21:15:50.145Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:15:50.145Z] ---> Running in 1f53817b22fc [2021-10-28T21:15:50.425Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:15:50.704Z] ---> e2dcdbc9c220 [2021-10-28T21:15:50.704Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-10-28T21:15:50.704Z] Removing intermediate container 2844b2659de2 [2021-10-28T21:15:50.704Z] ---> d0bc7e5a5153 [2021-10-28T21:15:50.704Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T21:15:50.990Z] ---> Running in abec1c2e042d [2021-10-28T21:15:50.990Z] Removing intermediate container 1f53817b22fc [2021-10-28T21:15:50.990Z] ---> 3fa953ec94ed [2021-10-28T21:15:50.990Z] Step 20/20 : LABEL version=0.0.0 [2021-10-28T21:15:51.266Z] ---> Running in d26f1d146a77 [2021-10-28T21:15:51.544Z] (1/42) Installing readline (8.1.0-r0) [2021-10-28T21:15:51.544Z] (2/42) Installing bash (5.1.4-r0) [2021-10-28T21:15:51.544Z] Executing bash-5.1.4-r0.post-install [2021-10-28T21:15:51.544Z] (3/42) Installing brotli-libs (1.0.9-r5) [2021-10-28T21:15:51.544Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2021-10-28T21:15:51.544Z] (5/42) Installing libcurl (7.79.1-r0) [2021-10-28T21:15:51.544Z] (6/42) Installing curl (7.79.1-r0) [2021-10-28T21:15:51.544Z] (7/42) Installing dumb-init (1.2.5-r1) [2021-10-28T21:15:51.544Z] (8/42) Installing libbz2 (1.0.8-r1) [2021-10-28T21:15:51.823Z] (9/42) Installing expat (2.4.1-r0) [2021-10-28T21:15:51.823Z] (10/42) Installing libffi (3.3-r2) [2021-10-28T21:15:51.823Z] (11/42) Installing gdbm (1.19-r0) [2021-10-28T21:15:51.823Z] (12/42) Installing xz-libs (5.2.5-r0) [2021-10-28T21:15:51.823Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2021-10-28T21:15:51.823Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-28T21:15:51.823Z] (15/42) Installing mpdecimal (2.5.1-r1) [2021-10-28T21:15:51.823Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2021-10-28T21:15:51.823Z] (17/42) Installing python3 (3.9.5-r1) [2021-10-28T21:15:51.823Z] Removing intermediate container abec1c2e042d [2021-10-28T21:15:51.823Z] ---> fcf1d8025239 [2021-10-28T21:15:51.823Z] Step 19/21 : LABEL arch=arm64 [2021-10-28T21:15:52.097Z] ---> Running in e8f27d7eb797 [2021-10-28T21:15:52.372Z] Removing intermediate container d26f1d146a77 [2021-10-28T21:15:52.372Z] ---> b628cda6e867 [2021-10-28T21:15:52.372Z] [2021-10-28T21:15:52.372Z] ---> d194946d8570 [2021-10-28T21:15:52.372Z] Step 20/24 : 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-10-28T21:15:52.646Z] ---> Running in c4f29b3c4f3b [2021-10-28T21:15:52.927Z] Successfully built b628cda6e867 [2021-10-28T21:15:52.927Z] Successfully tagged security-proxy-setup-arm64:latest [2021-10-28T21:15:52.927Z]  Building security-proxy-setup ... done Building security-bootstrapper [2021-10-28T21:15:53.531Z] Removing intermediate container e8f27d7eb797 [2021-10-28T21:15:53.531Z] ---> b6862974c16f [2021-10-28T21:15:53.531Z] Step 20/21 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T21:15:53.806Z] ---> Running in 0b29da65ec35 [2021-10-28T21:15:54.403Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2021-10-28T21:15:54.403Z] (19/42) Installing py3-chardet (4.0.0-r2) [2021-10-28T21:15:54.403Z] (20/42) Installing py3-idna (3.2-r0) [2021-10-28T21:15:54.403Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2021-10-28T21:15:54.680Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2021-10-28T21:15:54.680Z] (23/42) Installing py3-requests (2.25.1-r4) [2021-10-28T21:15:54.680Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2021-10-28T21:15:54.680Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2021-10-28T21:15:54.680Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2021-10-28T21:15:54.680Z] (27/42) Installing py3-colorama (0.4.4-r1) [2021-10-28T21:15:54.680Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2021-10-28T21:15:54.680Z] (29/42) Installing py3-distlib (0.3.1-r3) [2021-10-28T21:15:54.680Z] (30/42) Installing py3-distro (1.5.0-r3) [2021-10-28T21:15:54.680Z] (31/42) Installing py3-six (1.15.0-r1) [2021-10-28T21:15:54.680Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2021-10-28T21:15:54.680Z] (33/42) Installing py3-html5lib (1.1-r1) [2021-10-28T21:15:54.680Z] Removing intermediate container 0b29da65ec35 [2021-10-28T21:15:54.680Z] ---> 7ff7ec972d99 [2021-10-28T21:15:54.954Z] Step 21/21 : LABEL version=0.0.0 [2021-10-28T21:15:54.954Z] (34/42) Installing py3-parsing (2.4.7-r2) [2021-10-28T21:15:54.954Z] (35/42) Installing py3-packaging (20.9-r1) [2021-10-28T21:15:54.954Z] (36/42) Installing py3-toml (0.10.2-r2) [2021-10-28T21:15:54.954Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2021-10-28T21:15:54.954Z] (38/42) Installing py3-progress (1.5-r2) [2021-10-28T21:15:54.954Z] (39/42) Installing py3-retrying (1.3.3-r1) [2021-10-28T21:15:54.954Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2021-10-28T21:15:54.954Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2021-10-28T21:15:55.232Z] (42/42) Installing py3-pip (20.3.4-r1) [2021-10-28T21:15:55.232Z] ---> Running in ef6373fbd17b [2021-10-28T21:15:55.839Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T21:15:55.839Z] OK: 84 MiB in 64 packages [2021-10-28T21:15:56.448Z] Removing intermediate container ef6373fbd17b [2021-10-28T21:15:56.448Z] ---> 5fb259c83f86 [2021-10-28T21:15:56.448Z] [2021-10-28T21:15:57.062Z] Successfully built 5fb259c83f86 [2021-10-28T21:15:57.062Z] Successfully tagged support-notifications-arm64:latest [2021-10-28T21:15:57.062Z]  Building support-notifications ... done Building core-data [2021-10-28T21:15:57.342Z] Removing intermediate container c4f29b3c4f3b [2021-10-28T21:15:57.342Z] ---> 9c1ecc0eee3c [2021-10-28T21:15:57.342Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-10-28T21:15:57.629Z] ---> Running in d9fab22169ec [2021-10-28T21:15:58.631Z] Removing intermediate container d9fab22169ec [2021-10-28T21:15:58.631Z] ---> 936d8318615e [2021-10-28T21:15:58.631Z] Step 22/24 : LABEL arch=arm64 [2021-10-28T21:15:58.631Z] ---> Running in 653680bc5a10 [2021-10-28T21:15:59.617Z] Removing intermediate container 653680bc5a10 [2021-10-28T21:15:59.617Z] ---> 22e2b014549c [2021-10-28T21:15:59.617Z] Step 23/24 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T21:15:59.896Z] ---> Running in 1d4f3cea7d74 [2021-10-28T21:16:00.886Z] Removing intermediate container 1d4f3cea7d74 [2021-10-28T21:16:00.886Z] ---> f7d659ac3199 [2021-10-28T21:16:00.886Z] Step 24/24 : LABEL version=0.0.0 [2021-10-28T21:16:01.161Z] ---> Running in 34af2b69f3fa [2021-10-28T21:16:01.161Z] Collecting docker-compose==1.23.2 [2021-10-28T21:16:01.161Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-10-28T21:16:01.437Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-10-28T21:16:02.038Z] Removing intermediate container 34af2b69f3fa [2021-10-28T21:16:02.038Z] ---> e3f29a083583 [2021-10-28T21:16:02.038Z] [2021-10-28T21:16:02.311Z] Successfully built e3f29a083583 [2021-10-28T21:16:02.311Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-10-28T21:16:02.311Z]  Building security-secretstore-setup ... done Building core-metadata [2021-10-28T21:16:02.584Z] Collecting PyYAML<4,>=3.10 [2021-10-28T21:16:02.584Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-10-28T21:16:07.992Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-10-28T21:16:07.992Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-10-28T21:16:07.992Z] Collecting cached-property<2,>=1.2.0 [2021-10-28T21:16:07.992Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-10-28T21:16:07.992Z] Collecting dockerpty<0.5,>=0.4.1 [2021-10-28T21:16:07.992Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-10-28T21:16:09.982Z] Collecting texttable<0.10,>=0.9.0 [2021-10-28T21:16:09.982Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-10-28T21:16:12.615Z] Collecting websocket-client<1.0,>=0.32.0 [2021-10-28T21:16:12.615Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-10-28T21:16:12.615Z] Collecting docopt<0.7,>=0.6.1 [2021-10-28T21:16:12.615Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-10-28T21:16:15.243Z] Collecting jsonschema<3,>=2.5.1 [2021-10-28T21:16:15.243Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-10-28T21:16:15.841Z] Collecting docker<4.0,>=3.6.0 [2021-10-28T21:16:15.841Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-10-28T21:16:16.440Z] Collecting docker-pycreds>=0.4.0 [2021-10-28T21:16:16.440Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-10-28T21:16:17.040Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2021-10-28T21:16:17.319Z] Collecting idna<2.8,>=2.5 [2021-10-28T21:16:17.319Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-10-28T21:16:17.930Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:16:17.930Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:16:17.930Z] ---> 68f4bfa9ba01 [2021-10-28T21:16:17.930Z] Step 3/23 : WORKDIR /edgex-go [2021-10-28T21:16:17.930Z] ---> Using cache [2021-10-28T21:16:17.930Z] ---> 2d08974f8bc8 [2021-10-28T21:16:17.930Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:16:17.930Z] ---> Using cache [2021-10-28T21:16:17.930Z] ---> 6290c98b16f1 [2021-10-28T21:16:17.930Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-10-28T21:16:17.930Z] ---> Using cache [2021-10-28T21:16:17.930Z] ---> 4c9f65671667 [2021-10-28T21:16:17.930Z] Step 6/23 : COPY go.mod . [2021-10-28T21:16:18.208Z] Collecting urllib3<1.25,>=1.21.1 [2021-10-28T21:16:18.208Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-10-28T21:16:18.208Z] Collecting chardet<3.1.0,>=3.0.2 [2021-10-28T21:16:18.492Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-10-28T21:16:18.768Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-10-28T21:16:18.769Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-10-28T21:16:18.769Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-10-28T21:16:18.769Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-10-28T21:16:20.224Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-10-28T21:16:20.224Z] Attempting uninstall: urllib3 [2021-10-28T21:16:20.224Z] Found existing installation: urllib3 1.26.5 [2021-10-28T21:16:20.499Z] Uninstalling urllib3-1.26.5: [2021-10-28T21:16:20.499Z] Successfully uninstalled urllib3-1.26.5 [2021-10-28T21:16:21.957Z] Attempting uninstall: idna [2021-10-28T21:16:21.957Z] Found existing installation: idna 3.2 [2021-10-28T21:16:21.957Z] Uninstalling idna-3.2: [2021-10-28T21:16:22.231Z] Successfully uninstalled idna-3.2 [2021-10-28T21:16:22.231Z] ---> da37886fa894 [2021-10-28T21:16:22.231Z] Step 7/23 : RUN go mod download [2021-10-28T21:16:22.835Z] ---> Running in b24c0b80319d [2021-10-28T21:16:23.442Z] Attempting uninstall: chardet [2021-10-28T21:16:23.442Z] Found existing installation: chardet 4.0.0 [2021-10-28T21:16:23.442Z] Uninstalling chardet-4.0.0: [2021-10-28T21:16:23.442Z] Successfully uninstalled chardet-4.0.0 [2021-10-28T21:16:26.086Z] Attempting uninstall: requests [2021-10-28T21:16:26.086Z] Found existing installation: requests 2.25.1 [2021-10-28T21:16:26.086Z] Uninstalling requests-2.25.1: [2021-10-28T21:16:26.086Z] Successfully uninstalled requests-2.25.1 [2021-10-28T21:16:26.366Z] Running setup.py install for texttable: started [2021-10-28T21:16:29.979Z] Running setup.py install for texttable: finished with status 'done' [2021-10-28T21:16:29.979Z] Running setup.py install for PyYAML: started [2021-10-28T21:16:29.979Z] Removing intermediate container b24c0b80319d [2021-10-28T21:16:29.979Z] ---> e5591cff7a10 [2021-10-28T21:16:29.979Z] Step 8/23 : COPY . . [2021-10-28T21:16:32.769Z] Running setup.py install for PyYAML: finished with status 'done' [2021-10-28T21:16:32.769Z] Running setup.py install for docopt: started [2021-10-28T21:16:35.404Z] Running setup.py install for docopt: finished with status 'done' [2021-10-28T21:16:35.404Z] Running setup.py install for dockerpty: started [2021-10-28T21:16:36.395Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:16:36.395Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:16:36.395Z] ---> 68f4bfa9ba01 [2021-10-28T21:16:36.395Z] Step 3/30 : WORKDIR /edgex-go [2021-10-28T21:16:36.395Z] ---> Using cache [2021-10-28T21:16:36.395Z] ---> 2d08974f8bc8 [2021-10-28T21:16:36.395Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:16:36.395Z] ---> Using cache [2021-10-28T21:16:36.395Z] ---> 6290c98b16f1 [2021-10-28T21:16:36.395Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-10-28T21:16:36.395Z] ---> Using cache [2021-10-28T21:16:36.395Z] ---> 4c9f65671667 [2021-10-28T21:16:36.395Z] Step 6/30 : COPY . . [2021-10-28T21:16:36.395Z] ---> Using cache [2021-10-28T21:16:36.395Z] ---> 61e3ab8a88f9 [2021-10-28T21:16:36.395Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:16:36.395Z] ---> Using cache [2021-10-28T21:16:36.395Z] ---> 3dd16cc7ec13 [2021-10-28T21:16:36.395Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-10-28T21:16:38.406Z] Running setup.py install for dockerpty: finished with status 'done' [2021-10-28T21:16:39.019Z] ---> Running in a3eb2ef76438 [2021-10-28T21:16:40.003Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:16:40.003Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:16:40.003Z] ---> 68f4bfa9ba01 [2021-10-28T21:16:40.276Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T21:16:40.276Z] ---> Using cache [2021-10-28T21:16:40.276Z] ---> 2d08974f8bc8 [2021-10-28T21:16:40.276Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:16:40.276Z] ---> Using cache [2021-10-28T21:16:40.276Z] ---> 6290c98b16f1 [2021-10-28T21:16:40.276Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-10-28T21:16:40.276Z] ---> Running in 813dae853e94 [2021-10-28T21:16:40.551Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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-10-28T21:16:41.153Z] 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-10-28T21:16:43.145Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:16:43.750Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:16:45.233Z] OK: 219 MiB in 52 packages [2021-10-28T21:16:45.233Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-28T21:16:45.233Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-28T21:16:45.233Z] ---> 68f4bfa9ba01 [2021-10-28T21:16:45.233Z] Step 3/22 : WORKDIR /edgex-go [2021-10-28T21:16:45.233Z] ---> Using cache [2021-10-28T21:16:45.233Z] ---> 2d08974f8bc8 [2021-10-28T21:16:45.233Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:16:45.233Z] ---> Using cache [2021-10-28T21:16:45.233Z] ---> 6290c98b16f1 [2021-10-28T21:16:45.233Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-28T21:16:45.233Z] ---> Using cache [2021-10-28T21:16:45.233Z] ---> 4c9f65671667 [2021-10-28T21:16:45.233Z] Step 6/22 : COPY . . [2021-10-28T21:16:45.835Z] ---> Using cache [2021-10-28T21:16:45.835Z] ---> 61e3ab8a88f9 [2021-10-28T21:16:45.835Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:16:45.835Z] ---> Using cache [2021-10-28T21:16:45.835Z] ---> 3dd16cc7ec13 [2021-10-28T21:16:45.835Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2021-10-28T21:16:46.442Z] ---> Running in e7f53bc7af03 [2021-10-28T21:16:48.450Z] Removing intermediate container 813dae853e94 [2021-10-28T21:16:48.450Z] ---> 233d34db3a9f [2021-10-28T21:16:48.450Z] Step 6/22 : COPY . . [2021-10-28T21:16:49.066Z] 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-10-28T21:17:07.501Z] ---> e489d6d23f5a [2021-10-28T21:17:07.501Z] Step 9/23 : RUN go mod tidy [2021-10-28T21:17:07.501Z] ---> Running in 407adb7d16cf [2021-10-28T21:17:07.501Z] Removing intermediate container b4f537398c7f [2021-10-28T21:17:07.501Z] ---> b7e08cb8fbb6 [2021-10-28T21:17:07.501Z] Step 13/22 : ENV APP_PORT=58890 [2021-10-28T21:17:08.105Z] ---> Running in ed30bad222c5 [2021-10-28T21:17:09.558Z] Removing intermediate container ed30bad222c5 [2021-10-28T21:17:09.558Z] ---> bcea61a95d93 [2021-10-28T21:17:09.558Z] Step 14/22 : EXPOSE $APP_PORT [2021-10-28T21:17:10.159Z] ---> Running in b2c9d4597b8b [2021-10-28T21:17:11.155Z] Removing intermediate container b2c9d4597b8b [2021-10-28T21:17:11.155Z] ---> 56e2800d93d9 [2021-10-28T21:17:11.155Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-10-28T21:17:14.580Z] ---> a08db174460a [2021-10-28T21:17:14.580Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-10-28T21:17:16.576Z] Removing intermediate container 407adb7d16cf [2021-10-28T21:17:16.576Z] ---> 8a6bcc3834b8 [2021-10-28T21:17:16.576Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-10-28T21:17:16.576Z] ---> 1f074160ea2d [2021-10-28T21:17:16.576Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-10-28T21:17:16.576Z] ---> Running in acde1fc487db [2021-10-28T21:17:18.026Z] ---> 64e39e765a6e [2021-10-28T21:17:18.026Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-28T21:17:18.308Z] ---> Running in 7fa87e43cb7c [2021-10-28T21:17:18.917Z] ---> 4cd168e33864 [2021-10-28T21:17:18.917Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-10-28T21:17:18.917Z] ---> Running in 7b560d01d834 [2021-10-28T21:17:19.196Z] 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-10-28T21:17:19.803Z] Removing intermediate container 7b560d01d834 [2021-10-28T21:17:19.803Z] ---> 510abb3e393f [2021-10-28T21:17:19.803Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T21:17:20.084Z] ---> Running in f6a1917d6398 [2021-10-28T21:17:20.696Z] Removing intermediate container f6a1917d6398 [2021-10-28T21:17:20.696Z] ---> 3d905b96ff64 [2021-10-28T21:17:20.696Z] Step 20/22 : LABEL arch=arm64 [2021-10-28T21:17:20.973Z] ---> Running in ba1987044c0c [2021-10-28T21:17:21.578Z] Removing intermediate container ba1987044c0c [2021-10-28T21:17:21.578Z] ---> a629c4c57ab1 [2021-10-28T21:17:21.578Z] Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T21:17:21.578Z] ---> Running in a596f3639614 [2021-10-28T21:17:22.191Z] Removing intermediate container a596f3639614 [2021-10-28T21:17:22.191Z] ---> 2b794dbdabde [2021-10-28T21:17:22.192Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T21:17:22.472Z] ---> Running in 72d103ff5d20 [2021-10-28T21:17:23.096Z] Removing intermediate container 72d103ff5d20 [2021-10-28T21:17:23.096Z] ---> dc40b968b7e8 [2021-10-28T21:17:23.096Z] [2021-10-28T21:17:23.705Z] Successfully built dc40b968b7e8 [2021-10-28T21:17:23.705Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-10-28T21:17:24.311Z]  Building sys-mgmt-agent ... done Removing intermediate container 7fa87e43cb7c [2021-10-28T21:17:24.311Z] ---> 006ca5e8d00e [2021-10-28T21:17:24.311Z] Step 8/22 : RUN make cmd/core-data/core-data [2021-10-28T21:17:24.590Z] ---> Running in 0f12dba4db21 [2021-10-28T21:17:26.578Z] 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-10-28T21:18:23.162Z] Removing intermediate container a3eb2ef76438 [2021-10-28T21:18:23.162Z] ---> 4bb445ebe7f7 [2021-10-28T21:18:23.162Z] [2021-10-28T21:18:23.162Z] Step 9/30 : FROM alpine:3.14 [2021-10-28T21:18:23.162Z] ---> bb3de5531c18 [2021-10-28T21:18:23.162Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-10-28T21:18:23.162Z] ---> Running in 335df1c69281 [2021-10-28T21:18:23.162Z] Removing intermediate container 335df1c69281 [2021-10-28T21:18:23.162Z] ---> c9c1bd36b70f [2021-10-28T21:18:23.162Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-10-28T21:18:23.162Z] ---> Running in 4247aed0598c [2021-10-28T21:18:23.162Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:18:23.162Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:18:23.162Z] (1/2) Installing dumb-init (1.2.5-r1) [2021-10-28T21:18:23.162Z] (2/2) Installing su-exec (0.2-r1) [2021-10-28T21:18:23.162Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T21:18:23.162Z] OK: 5 MiB in 16 packages [2021-10-28T21:18:23.162Z] Removing intermediate container 4247aed0598c [2021-10-28T21:18:23.162Z] ---> 1a9c13868846 [2021-10-28T21:18:23.162Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-10-28T21:18:23.162Z] ---> Running in f84d4a3bd52a [2021-10-28T21:18:23.778Z] Removing intermediate container f84d4a3bd52a [2021-10-28T21:18:23.778Z] ---> 171465d30ed6 [2021-10-28T21:18:23.778Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-10-28T21:18:24.057Z] ---> Running in aec07c58a91c [2021-10-28T21:18:24.672Z] Removing intermediate container aec07c58a91c [2021-10-28T21:18:24.672Z] ---> 660e970169f9 [2021-10-28T21:18:24.672Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-10-28T21:18:24.951Z] ---> Running in 969f5699d322 [2021-10-28T21:18:28.369Z] Removing intermediate container 969f5699d322 [2021-10-28T21:18:28.369Z] ---> 8d84206d62d5 [2021-10-28T21:18:28.369Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-10-28T21:18:28.369Z] ---> Running in 01977727583e [2021-10-28T21:18:28.970Z] Removing intermediate container 01977727583e [2021-10-28T21:18:28.970Z] ---> 22f06df7f233 [2021-10-28T21:18:28.970Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-10-28T21:18:30.453Z] ---> bd1192a736f5 [2021-10-28T21:18:30.453Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-10-28T21:18:30.453Z] ---> Running in c53dd0bec478 [2021-10-28T21:18:34.941Z] Removing intermediate container c53dd0bec478 [2021-10-28T21:18:34.941Z] ---> 1308b8fda3fa [2021-10-28T21:18:34.941Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T21:18:37.095Z] ---> e0e0702d52b1 [2021-10-28T21:18:37.095Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-10-28T21:18:38.545Z] Removing intermediate container e7f53bc7af03 [2021-10-28T21:18:38.545Z] ---> 7293b5b7d414 [2021-10-28T21:18:38.545Z] [2021-10-28T21:18:38.545Z] Step 9/22 : FROM alpine:3.14 [2021-10-28T21:18:38.545Z] ---> bb3de5531c18 [2021-10-28T21:18:38.545Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-28T21:18:38.545Z] ---> Using cache [2021-10-28T21:18:38.545Z] ---> 569eebffa15d [2021-10-28T21:18:38.545Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T21:18:38.545Z] ---> Using cache [2021-10-28T21:18:38.545Z] ---> 94b12e226b81 [2021-10-28T21:18:38.545Z] Step 12/22 : ENV APP_PORT=59881 [2021-10-28T21:18:38.822Z] ---> Running in 468e9faaf327 [2021-10-28T21:18:39.813Z] ---> 4991d0f2a6bd [2021-10-28T21:18:39.813Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-10-28T21:18:39.813Z] Removing intermediate container 468e9faaf327 [2021-10-28T21:18:39.813Z] ---> b85a6201a1ac [2021-10-28T21:18:39.813Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-28T21:18:40.098Z] ---> Running in 55224e73079c [2021-10-28T21:18:41.099Z] Removing intermediate container 55224e73079c [2021-10-28T21:18:41.099Z] ---> 0fb9593024ff [2021-10-28T21:18:41.099Z] Step 14/22 : WORKDIR / [2021-10-28T21:18:41.378Z] ---> Running in e5325ef309f1 [2021-10-28T21:18:41.378Z] ---> c584694f737b [2021-10-28T21:18:41.378Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-10-28T21:18:42.366Z] Removing intermediate container e5325ef309f1 [2021-10-28T21:18:42.366Z] ---> 990f7394823b [2021-10-28T21:18:42.366Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T21:18:42.973Z] ---> cf61741de520 [2021-10-28T21:18:42.973Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-10-28T21:18:44.423Z] ---> dadec249d57f [2021-10-28T21:18:44.423Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-10-28T21:18:44.700Z] ---> c7f43e25dbc4 [2021-10-28T21:18:44.700Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-10-28T21:18:45.696Z] ---> Running in 56a3d5efb862 [2021-10-28T21:18:46.693Z] ---> 4490c234e42d [2021-10-28T21:18:46.693Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-10-28T21:18:46.974Z] Removing intermediate container 56a3d5efb862 [2021-10-28T21:18:46.974Z] ---> 28af6e4a8bde [2021-10-28T21:18:46.974Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-10-28T21:18:48.443Z] ---> 9a984cc8bedb [2021-10-28T21:18:48.443Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-10-28T21:18:48.443Z] ---> a16d1ad73882 [2021-10-28T21:18:48.722Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-10-28T21:18:48.723Z] ---> Running in 5411d0702be3 [2021-10-28T21:18:49.012Z] ---> Running in babfee44b90c [2021-10-28T21:18:50.013Z] Removing intermediate container 5411d0702be3 [2021-10-28T21:18:50.013Z] ---> 61e3e8df4dea [2021-10-28T21:18:50.013Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T21:18:50.013Z] ---> Running in 94a58981a036 [2021-10-28T21:18:51.008Z] Removing intermediate container 94a58981a036 [2021-10-28T21:18:51.008Z] ---> ae9ad70b6758 [2021-10-28T21:18:51.008Z] Step 20/22 : LABEL arch=arm64 [2021-10-28T21:18:51.292Z] ---> Running in 53722de109ef [2021-10-28T21:18:51.902Z] Removing intermediate container 53722de109ef [2021-10-28T21:18:51.902Z] ---> 1e22016fc668 [2021-10-28T21:18:51.902Z] Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T21:18:52.199Z] ---> Running in ef1020692fb0 [2021-10-28T21:18:53.231Z] Removing intermediate container ef1020692fb0 [2021-10-28T21:18:53.231Z] ---> 7eb4b5726a1e [2021-10-28T21:18:53.231Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T21:18:53.231Z] Removing intermediate container babfee44b90c [2021-10-28T21:18:53.231Z] ---> f0e4a299ef82 [2021-10-28T21:18:53.231Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-10-28T21:18:53.231Z] ---> Running in a93d1c454e00 [2021-10-28T21:18:53.844Z] ---> Running in 5e15e341c79b [2021-10-28T21:18:54.461Z] Removing intermediate container a93d1c454e00 [2021-10-28T21:18:54.461Z] ---> 78e569269a0c [2021-10-28T21:18:54.461Z] [2021-10-28T21:18:54.740Z] Removing intermediate container 5e15e341c79b [2021-10-28T21:18:54.740Z] ---> 484803dbff4d [2021-10-28T21:18:54.740Z] Step 27/30 : CMD ["gate"] [2021-10-28T21:18:55.019Z] Successfully built 78e569269a0c [2021-10-28T21:18:55.019Z] Successfully tagged core-metadata-arm64:latest [2021-10-28T21:18:55.296Z]  Building core-metadata ... done  ---> Running in 86fb50c65500 [2021-10-28T21:18:56.300Z] Removing intermediate container 86fb50c65500 [2021-10-28T21:18:56.300Z] ---> 9d5689eb8710 [2021-10-28T21:18:56.300Z] Step 28/30 : LABEL arch=arm64 [2021-10-28T21:18:56.587Z] ---> Running in fb7fb7a48d4a [2021-10-28T21:18:57.194Z] Removing intermediate container fb7fb7a48d4a [2021-10-28T21:18:57.194Z] ---> 1beec98c6762 [2021-10-28T21:18:57.194Z] Step 29/30 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T21:18:57.809Z] ---> Running in 6c1d0d4b7440 [2021-10-28T21:18:58.422Z] Removing intermediate container 6c1d0d4b7440 [2021-10-28T21:18:58.422Z] ---> 8cb217639280 [2021-10-28T21:18:58.422Z] Step 30/30 : LABEL version=0.0.0 [2021-10-28T21:18:58.708Z] ---> Running in a4f57cec41dc [2021-10-28T21:18:59.322Z] Removing intermediate container a4f57cec41dc [2021-10-28T21:18:59.322Z] ---> 6ddd814ab7c4 [2021-10-28T21:18:59.322Z] [2021-10-28T21:18:59.929Z] Successfully built 6ddd814ab7c4 [2021-10-28T21:18:59.929Z] Successfully tagged security-bootstrapper-arm64:latest [2021-10-28T21:19:05.375Z]  Building security-bootstrapper ... done Removing intermediate container acde1fc487db [2021-10-28T21:19:05.375Z] ---> 2e2b9a4d6050 [2021-10-28T21:19:05.375Z] [2021-10-28T21:19:05.375Z] Step 11/23 : FROM alpine:3.14 [2021-10-28T21:19:05.375Z] ---> bb3de5531c18 [2021-10-28T21:19:05.375Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-10-28T21:19:05.375Z] ---> Using cache [2021-10-28T21:19:05.375Z] ---> 569eebffa15d [2021-10-28T21:19:05.375Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-28T21:19:05.375Z] ---> Using cache [2021-10-28T21:19:05.375Z] ---> 94b12e226b81 [2021-10-28T21:19:05.375Z] Step 14/23 : ENV APP_PORT=59861 [2021-10-28T21:19:05.650Z] ---> Running in b27f0d90cfe6 [2021-10-28T21:19:05.926Z] Removing intermediate container b27f0d90cfe6 [2021-10-28T21:19:05.926Z] ---> dbffb5a6f6d2 [2021-10-28T21:19:05.926Z] Step 15/23 : EXPOSE $APP_PORT [2021-10-28T21:19:06.203Z] ---> Running in de41e24c47bc [2021-10-28T21:19:06.804Z] Removing intermediate container de41e24c47bc [2021-10-28T21:19:06.804Z] ---> fbedf05e7acd [2021-10-28T21:19:06.804Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T21:19:07.802Z] ---> 34cae9b51e43 [2021-10-28T21:19:07.802Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-10-28T21:19:09.253Z] ---> 3797952cc473 [2021-10-28T21:19:09.253Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-10-28T21:19:10.243Z] ---> a53e8a850fb2 [2021-10-28T21:19:10.243Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-10-28T21:19:10.243Z] ---> Running in 08b6ddd98b74 [2021-10-28T21:19:10.846Z] Removing intermediate container 08b6ddd98b74 [2021-10-28T21:19:10.846Z] ---> dabb057f4c5a [2021-10-28T21:19:10.846Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T21:19:10.846Z] ---> Running in a9b57dd7b35b [2021-10-28T21:19:11.448Z] Removing intermediate container a9b57dd7b35b [2021-10-28T21:19:11.448Z] ---> 4bad5ce83c2f [2021-10-28T21:19:11.448Z] Step 21/23 : LABEL arch=arm64 [2021-10-28T21:19:11.448Z] ---> Running in 6dcef185ff50 [2021-10-28T21:19:12.052Z] Removing intermediate container 6dcef185ff50 [2021-10-28T21:19:12.052Z] ---> 512d90ee5aa2 [2021-10-28T21:19:12.052Z] Step 22/23 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T21:19:12.329Z] ---> Running in 58a01ceaa98a [2021-10-28T21:19:12.944Z] Removing intermediate container 58a01ceaa98a [2021-10-28T21:19:12.944Z] ---> cecd1c3f5e59 [2021-10-28T21:19:12.944Z] Step 23/23 : LABEL version=0.0.0 [2021-10-28T21:19:13.226Z] ---> Running in 7348a27d8c18 [2021-10-28T21:19:13.833Z] Removing intermediate container 7348a27d8c18 [2021-10-28T21:19:13.833Z] ---> ac7855aac934 [2021-10-28T21:19:13.833Z] [2021-10-28T21:19:14.452Z] Successfully built ac7855aac934 [2021-10-28T21:19:14.452Z] Successfully tagged support-scheduler-arm64:latest [2021-10-28T21:19:14.731Z]  Building support-scheduler ... done Removing intermediate container 0f12dba4db21 [2021-10-28T21:19:14.731Z] ---> a0fab0bd57f3 [2021-10-28T21:19:14.731Z] [2021-10-28T21:19:14.731Z] Step 9/22 : FROM alpine:3.14 [2021-10-28T21:19:14.731Z] ---> bb3de5531c18 [2021-10-28T21:19:14.731Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-10-28T21:19:14.731Z] ---> Running in 0d260444e585 [2021-10-28T21:19:15.334Z] Removing intermediate container 0d260444e585 [2021-10-28T21:19:15.334Z] ---> 9be06e54aeb6 [2021-10-28T21:19:15.334Z] Step 11/22 : ENV APP_PORT=59880 [2021-10-28T21:19:15.334Z] ---> Running in 02c36de301a1 [2021-10-28T21:19:15.948Z] Removing intermediate container 02c36de301a1 [2021-10-28T21:19:15.948Z] ---> 90b6f9bcf4b0 [2021-10-28T21:19:15.948Z] Step 12/22 : EXPOSE $APP_PORT [2021-10-28T21:19:16.232Z] ---> Running in b607e853e613 [2021-10-28T21:19:16.842Z] Removing intermediate container b607e853e613 [2021-10-28T21:19:16.842Z] ---> d7556fdcdc76 [2021-10-28T21:19:16.842Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-28T21:19:16.842Z] ---> Running in 38311103ff75 [2021-10-28T21:19:19.506Z] Removing intermediate container 38311103ff75 [2021-10-28T21:19:19.506Z] ---> 5c8fe9ee773d [2021-10-28T21:19:19.506Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-10-28T21:19:19.506Z] ---> Running in c257a90002b9 [2021-10-28T21:19:20.958Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-28T21:19:21.960Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-28T21:19:22.954Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-10-28T21:19:22.954Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-10-28T21:19:22.954Z] (3/6) Installing libsodium (1.0.18-r0) [2021-10-28T21:19:23.233Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-28T21:19:23.511Z] (5/6) Installing libzmq (4.3.4-r0) [2021-10-28T21:19:23.511Z] (6/6) Installing zeromq (4.3.4-r0) [2021-10-28T21:19:23.511Z] Executing busybox-1.33.1-r3.trigger [2021-10-28T21:19:23.511Z] OK: 8 MiB in 20 packages [2021-10-28T21:19:24.971Z] Removing intermediate container c257a90002b9 [2021-10-28T21:19:24.971Z] ---> bfec54386a39 [2021-10-28T21:19:24.971Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-28T21:19:25.974Z] ---> 80b5bc0df8d4 [2021-10-28T21:19:25.974Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-10-28T21:19:27.437Z] ---> d443a80e270a [2021-10-28T21:19:27.437Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-10-28T21:19:28.036Z] ---> 2f0e30cbc357 [2021-10-28T21:19:28.036Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2021-10-28T21:19:28.311Z] ---> Running in 83df38886457 [2021-10-28T21:19:28.909Z] Removing intermediate container 83df38886457 [2021-10-28T21:19:28.910Z] ---> 0150fe63ce0e [2021-10-28T21:19:28.910Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-28T21:19:28.910Z] ---> Running in 17d7df355d37 [2021-10-28T21:19:29.523Z] Removing intermediate container 17d7df355d37 [2021-10-28T21:19:29.523Z] ---> 3eac384de519 [2021-10-28T21:19:29.523Z] Step 20/22 : LABEL arch=arm64 [2021-10-28T21:19:29.523Z] ---> Running in 80e447cb66a1 [2021-10-28T21:19:30.140Z] Removing intermediate container 80e447cb66a1 [2021-10-28T21:19:30.140Z] ---> 610a7537b6d6 [2021-10-28T21:19:30.140Z] Step 21/22 : LABEL git_sha=429f0d413a86a0f66da5d000fb0760535baac886 [2021-10-28T21:19:30.140Z] ---> Running in e519c0e89d35 [2021-10-28T21:19:30.753Z] Removing intermediate container e519c0e89d35 [2021-10-28T21:19:30.753Z] ---> bcf665211f89 [2021-10-28T21:19:30.753Z] Step 22/22 : LABEL version=0.0.0 [2021-10-28T21:19:30.753Z] ---> Running in 1b51653fda2b [2021-10-28T21:19:31.355Z] Removing intermediate container 1b51653fda2b [2021-10-28T21:19:31.355Z] ---> b8be16ec1e2b [2021-10-28T21:19:31.355Z] [2021-10-28T21:19:31.627Z] Successfully built b8be16ec1e2b [2021-10-28T21:19:31.627Z] Successfully tagged core-data-arm64:latest [2021-10-28T21:19:32.237Z]  Building core-data ... done  [Pipeline] } [2021-10-28T21:19:32.216Z] $ docker stop --time=1 d103b8987f848928a97d2f591613e51960f6c60467167463e12c3dbd1304966b [2021-10-28T21:19:34.123Z] $ docker rm -f d103b8987f848928a97d2f591613e51960f6c60467167463e12c3dbd1304966b [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-28T21:19:34.764Z] + docker images [2021-10-28T21:19:35.040Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-10-28T21:19:35.040Z] core-data-arm64 latest b8be16ec1e2b 3 seconds ago 19.5MB [2021-10-28T21:19:35.040Z] support-scheduler-arm64 latest ac7855aac934 21 seconds ago 15.3MB [2021-10-28T21:19:35.040Z] a0fab0bd57f3 21 seconds ago 1.58GB [2021-10-28T21:19:35.040Z] 2e2b9a4d6050 30 seconds ago 1.57GB [2021-10-28T21:19:35.040Z] security-bootstrapper-arm64 latest 6ddd814ab7c4 35 seconds ago 17.8MB [2021-10-28T21:19:35.040Z] core-metadata-arm64 latest 78e569269a0c 41 seconds ago 15.9MB [2021-10-28T21:19:35.040Z] 7293b5b7d414 57 seconds ago 1.57GB [2021-10-28T21:19:35.040Z] 4bb445ebe7f7 About a minute ago 1.57GB [2021-10-28T21:19:35.040Z] sys-mgmt-agent-arm64 latest dc40b968b7e8 2 minutes ago 277MB [2021-10-28T21:19:35.040Z] security-secretstore-setup-arm64 latest e3f29a083583 3 minutes ago 26.8MB [2021-10-28T21:19:35.040Z] support-notifications-arm64 latest 5fb259c83f86 3 minutes ago 16.1MB [2021-10-28T21:19:35.040Z] security-proxy-setup-arm64 latest b628cda6e867 3 minutes ago 25.4MB [2021-10-28T21:19:35.040Z] core-command-arm64 latest b1a19de0f19e 3 minutes ago 15.2MB [2021-10-28T21:19:35.040Z] 52b374510435 4 minutes ago 1.57GB [2021-10-28T21:19:35.040Z] 7607c97cbf74 4 minutes ago 1.57GB [2021-10-28T21:19:35.040Z] d961dad39fb7 4 minutes ago 1.57GB [2021-10-28T21:19:35.040Z] 9d0d628b3c49 4 minutes ago 1.58GB [2021-10-28T21:19:35.040Z] a6e946bd9389 4 minutes ago 1.57GB [2021-10-28T21:19:35.040Z] ci-base-image-arm64 latest 68f4bfa9ba01 16 minutes ago 1.24GB [2021-10-28T21:19:35.040Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 8b459fc5aaf0 2 weeks ago 534MB [2021-10-28T21:19:35.040Z] docker 20.10.8 3734d5adc5ac 8 weeks ago 198MB [2021-10-28T21:19:35.040Z] alpine 3.14 bb3de5531c18 2 months ago 5.34MB [2021-10-28T21:19:35.040Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 16 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-10-28T21:19:35.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-28T21:19:35.864Z] [2021-10-28T21:19:35.864Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-28T21:19:36.211Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-28T21:19:36.485Z] arm64: Pulling from edgex-lftools-log-publisher [2021-10-28T21:19:36.485Z] 448f6bf000e3: Pulling fs layer [2021-10-28T21:19:36.485Z] f757da607395: Pulling fs layer [2021-10-28T21:19:36.485Z] 05883995daec: Pulling fs layer [2021-10-28T21:19:36.485Z] 8603b9c90790: Pulling fs layer [2021-10-28T21:19:36.485Z] 1560dd03e051: Pulling fs layer [2021-10-28T21:19:36.485Z] 27f5ce0e4adf: Pulling fs layer [2021-10-28T21:19:36.485Z] c2d8d7efcc4b: Pulling fs layer [2021-10-28T21:19:36.485Z] 8603b9c90790: Waiting [2021-10-28T21:19:36.485Z] 1560dd03e051: Waiting [2021-10-28T21:19:36.485Z] 27f5ce0e4adf: Waiting [2021-10-28T21:19:36.485Z] f757da607395: Verifying Checksum [2021-10-28T21:19:36.485Z] f757da607395: Download complete [2021-10-28T21:19:36.485Z] 8603b9c90790: Verifying Checksum [2021-10-28T21:19:36.485Z] 8603b9c90790: Download complete [2021-10-28T21:19:36.760Z] 1560dd03e051: Verifying Checksum [2021-10-28T21:19:36.760Z] 1560dd03e051: Download complete [2021-10-28T21:19:36.760Z] 27f5ce0e4adf: Verifying Checksum [2021-10-28T21:19:36.760Z] 27f5ce0e4adf: Download complete [2021-10-28T21:19:36.760Z] 05883995daec: Verifying Checksum [2021-10-28T21:19:36.760Z] 05883995daec: Download complete [2021-10-28T21:19:37.033Z] 448f6bf000e3: Verifying Checksum [2021-10-28T21:19:37.033Z] 448f6bf000e3: Download complete [2021-10-28T21:19:39.663Z] c2d8d7efcc4b: Verifying Checksum [2021-10-28T21:19:39.663Z] c2d8d7efcc4b: Download complete [2021-10-28T21:19:41.095Z] 448f6bf000e3: Pull complete [2021-10-28T21:19:41.691Z] f757da607395: Pull complete [2021-10-28T21:19:43.129Z] 05883995daec: Pull complete [2021-10-28T21:19:43.401Z] 8603b9c90790: Pull complete [2021-10-28T21:19:44.390Z] 1560dd03e051: Pull complete [2021-10-28T21:19:44.662Z] 27f5ce0e4adf: Pull complete [2021-10-28T21:19:59.739Z] c2d8d7efcc4b: Pull complete [2021-10-28T21:19:59.739Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-10-28T21:19:59.739Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-28T21:19:59.739Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-10-28T21:20:00.018Z] prd-ubuntu18.04-docker-arm64-4c-16g-12568 does not seem to be running inside a container [2021-10-28T21:20:00.081Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-10-28T21:20:03.983Z] $ docker top ccdc93df2039c21d6fd6e0e2fce516f1b2c6b416d0fba09b506a765f8b600a64 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:20:05.095Z] ---> job-cost.sh [2021-10-28T21:20:05.095Z] lf-activate-venv: SKIPPING [2021-10-28T21:20:05.095Z] INFO: No Stack... [2021-10-28T21:20:08.504Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-10-28T21:20:08.504Z] INFO: Archiving Costs [Pipeline] sh [2021-10-28T21:20:09.184Z] + + catcut /w/workspace/edgex-go/7/archives/cost.csv -d, [2021-10-28T21:20:09.184Z] -f6 [Pipeline] lock [2021-10-28T21:20:09.266Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3780-7-stack-cost] [2021-10-28T21:20:09.271Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3780-7-stack-cost] did not exist. Created. [2021-10-28T21:20:09.271Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3780-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-28T21:20:09.947Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-10-28T21:20:10.153Z] Stashed 1 file(s) [Pipeline] } [2021-10-28T21:20:10.160Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3780-7-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-28T21:20:10.151Z] $ docker stop --time=1 ccdc93df2039c21d6fd6e0e2fce516f1b2c6b416d0fba09b506a765f8b600a64 [2021-10-28T21:20:11.887Z] $ docker rm -f ccdc93df2039c21d6fd6e0e2fce516f1b2c6b416d0fba09b506a765f8b600a64 [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-10-28T21:20:12.606Z] provisioning config files... [2021-10-28T21:20:12.617Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config8387290837738939749tmp [Pipeline] { [Pipeline] sh [2021-10-28T21:20:12.918Z] + set +x [2021-10-28T21:20:12.918Z] + curl -s https://codecov.io/bash [2021-10-28T21:20:12.918Z] + bash -s -- [2021-10-28T21:20:12.918Z] [2021-10-28T21:20:12.918Z] _____ _ [2021-10-28T21:20:12.918Z] / ____| | | [2021-10-28T21:20:12.918Z] | | ___ __| | ___ ___ _____ __ [2021-10-28T21:20:12.918Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-10-28T21:20:12.918Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-10-28T21:20:12.918Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-10-28T21:20:12.918Z] Bash-1.0.6 [2021-10-28T21:20:12.918Z] [2021-10-28T21:20:12.918Z] [2021-10-28T21:20:12.918Z] ==> git version 2.24.4 found [2021-10-28T21:20:12.918Z] ==> 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-10-28T21:20:12.918Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-10-28T21:20:12.918Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-10-28T21:20:12.918Z] ==> Jenkins CI detected. [2021-10-28T21:20:12.918Z] current dir:  /w/workspace/edgex-go/7 [2021-10-28T21:20:12.918Z] project root: . [2021-10-28T21:20:12.918Z] --> token set from env [2021-10-28T21:20:12.918Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-10-28T21:20:12.918Z] ==> Running gcov in . (disable via -X gcov) [2021-10-28T21:20:13.178Z] ==> Python coveragepy not found [2021-10-28T21:20:13.178Z] ==> Searching for coverage reports in: [2021-10-28T21:20:13.179Z] + . [2021-10-28T21:20:13.179Z] -> Found 1 reports [2021-10-28T21:20:13.179Z] ==> Detecting git/mercurial file structure [2021-10-28T21:20:13.179Z] ==> Reading reports [2021-10-28T21:20:13.179Z] + ./coverage.out bytes=428381 [2021-10-28T21:20:13.179Z] ==> Appending adjustments [2021-10-28T21:20:13.179Z] https://docs.codecov.io/docs/fixing-reports [2021-10-28T21:20:14.118Z] + Found adjustments [2021-10-28T21:20:14.118Z] ==> Gzipping contents [2021-10-28T21:20:14.382Z] 60K /tmp/codecov.X3xJyz.gz [2021-10-28T21:20:14.382Z] ==> Uploading reports [2021-10-28T21:20:14.382Z] url: https://codecov.io [2021-10-28T21:20:14.382Z] query: branch=PR-3780&commit=429f0d413a86a0f66da5d000fb0760535baac886&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3780%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3780&job=&cmd_args= [2021-10-28T21:20:14.382Z] -> Pinging Codecov [2021-10-28T21:20:14.382Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3780&commit=429f0d413a86a0f66da5d000fb0760535baac886&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3780%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3780&job=&cmd_args= [2021-10-28T21:20:14.643Z] -> Uploading to [2021-10-28T21:20:14.643Z] https://storage.googleapis.com/codecov/v4/raw/2021-10-28/00271124DB129430A58F1EEE437C3FCB/429f0d413a86a0f66da5d000fb0760535baac886/6f64c7da-3642-4079-97b8-3f3224265eee.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211028%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211028T212014Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7196ebfa9d6c454835bbb748dd5bd689a62aaf225b4ee5da99cb96624f0b62b2 [2021-10-28T21:20:14.643Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-28T21:20:14.643Z] Dload Upload Total Spent Left Speed [2021-10-28T21:20:14.903Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57682 0 0 100 57682 0 184k --:--:-- --:--:-- --:--:-- 185k [2021-10-28T21:20:14.903Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/429f0d413a86a0f66da5d000fb0760535baac886 [Pipeline] } [2021-10-28T21:20:14.910Z] 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-10-28T21:20:15.830Z] + '[' -d /w/workspace/edgex-go/7/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:20:16.132Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:20:16.696Z] ---> package-listing.sh [2021-10-28T21:20:16.696Z] ++ facter osfamily [2021-10-28T21:20:16.696Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-28T21:20:16.959Z] + OS_FAMILY=redhat [2021-10-28T21:20:16.960Z] + workspace=/w/workspace/edgex-go/7 [2021-10-28T21:20:16.960Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-28T21:20:16.960Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-28T21:20:16.960Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-28T21:20:16.960Z] + PACKAGES=/tmp/packages_start.txt [2021-10-28T21:20:16.960Z] + '[' /w/workspace/edgex-go/7 ']' [2021-10-28T21:20:16.960Z] + PACKAGES=/tmp/packages_end.txt [2021-10-28T21:20:16.960Z] + case "${OS_FAMILY}" in [2021-10-28T21:20:16.960Z] + rpm -qa [2021-10-28T21:20:16.960Z] + sort [2021-10-28T21:20:20.263Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-28T21:20:20.263Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-28T21:20:20.263Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-28T21:20:20.263Z] + '[' /w/workspace/edgex-go/7 ']' [2021-10-28T21:20:20.263Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-10-28T21:20:20.263Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-10-28T21:20:20.273Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-10-28T21:20:20.562Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-28T21:20:21.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-28T21:20:21.124Z] [2021-10-28T21:20:21.124Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-28T21:20:21.437Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-28T21:20:21.438Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-28T21:20:21.438Z] b4d181a07f80: Pulling fs layer [2021-10-28T21:20:21.438Z] a1111a8f2ec3: Pulling fs layer [2021-10-28T21:20:21.438Z] ed53099fbce6: Pulling fs layer [2021-10-28T21:20:21.438Z] dc539afda2c1: Pulling fs layer [2021-10-28T21:20:21.438Z] 77bc0d833cb6: Pulling fs layer [2021-10-28T21:20:21.438Z] 9065ff56babe: Pulling fs layer [2021-10-28T21:20:21.438Z] d287ab97295c: Pulling fs layer [2021-10-28T21:20:21.438Z] dc539afda2c1: Waiting [2021-10-28T21:20:21.438Z] 77bc0d833cb6: Waiting [2021-10-28T21:20:21.438Z] 9065ff56babe: Waiting [2021-10-28T21:20:21.438Z] d287ab97295c: Waiting [2021-10-28T21:20:21.438Z] a1111a8f2ec3: Verifying Checksum [2021-10-28T21:20:21.438Z] a1111a8f2ec3: Download complete [2021-10-28T21:20:21.438Z] dc539afda2c1: Verifying Checksum [2021-10-28T21:20:21.438Z] dc539afda2c1: Download complete [2021-10-28T21:20:21.438Z] ed53099fbce6: Verifying Checksum [2021-10-28T21:20:21.438Z] ed53099fbce6: Download complete [2021-10-28T21:20:21.702Z] 9065ff56babe: Verifying Checksum [2021-10-28T21:20:21.702Z] 9065ff56babe: Download complete [2021-10-28T21:20:21.702Z] 77bc0d833cb6: Verifying Checksum [2021-10-28T21:20:21.702Z] 77bc0d833cb6: Download complete [2021-10-28T21:20:21.702Z] b4d181a07f80: Verifying Checksum [2021-10-28T21:20:21.702Z] b4d181a07f80: Download complete [2021-10-28T21:20:22.290Z] d287ab97295c: Verifying Checksum [2021-10-28T21:20:22.290Z] d287ab97295c: Download complete [2021-10-28T21:20:23.241Z] b4d181a07f80: Pull complete [2021-10-28T21:20:23.241Z] a1111a8f2ec3: Pull complete [2021-10-28T21:20:23.818Z] ed53099fbce6: Pull complete [2021-10-28T21:20:23.818Z] dc539afda2c1: Pull complete [2021-10-28T21:20:24.079Z] 77bc0d833cb6: Pull complete [2021-10-28T21:20:24.079Z] 9065ff56babe: Pull complete [2021-10-28T21:20:29.404Z] d287ab97295c: Pull complete [2021-10-28T21:20:29.404Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-28T21:20:29.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-28T21:20:29.404Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-28T21:20:29.467Z] prd-centos7-docker-4c-2g-121 does not seem to be running inside a container [2021-10-28T21:20:29.501Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-28T21:20:32.668Z] $ docker top 0397d35f79729b4af52fd1aaac8e8839df6ce580f7dc3fed40e29ead370eaa55 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-28T21:20:33.033Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-28T21:20:33.318Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-28T21:20:33.610Z] + ls /var/log/sa-host [2021-10-28T21:20:33.610Z] + sadf -c /var/log/sa-host/sa28 [2021-10-28T21:20:33.610Z] file_magic: OK [2021-10-28T21:20:33.610Z] HZ: Using current value: 100 [2021-10-28T21:20:33.610Z] file_header: OK [2021-10-28T21:20:33.610Z] 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-10-28T21:20:33.610Z] Statistics: [2021-10-28T21:20:33.610Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-28T21:20:33.610Z] File successfully converted to sysstat format version 12.0.3 [2021-10-28T21:20:33.610Z] + sadf -c /var/log/sa-host/sa30 [2021-10-28T21:20:33.610Z] file_magic: OK [2021-10-28T21:20:33.610Z] HZ: Using current value: 100 [2021-10-28T21:20:33.610Z] file_header: OK [2021-10-28T21:20:33.610Z] 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-10-28T21:20:33.610Z] Statistics: [2021-10-28T21:20:33.610Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-28T21:20:33.610Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-28T21:20:33.685Z] provisioning config files... [2021-10-28T21:20:33.693Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config7914509318109666137tmp [Pipeline] { [Pipeline] echo [2021-10-28T21:20:33.702Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:20:33.991Z] ---> create-netrc.sh [Pipeline] } [2021-10-28T21:20:33.998Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:20:34.317Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-28T21:20:34.327Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:20:34.613Z] ---> sudo-logs.sh [2021-10-28T21:20:34.613Z] Archiving 'sudo' log.. [2021-10-28T21:20:34.613Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-121.novalocal: Name or service not known [2021-10-28T21:20:34.613Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-121.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-28T21:20:34.631Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:20:34.920Z] ---> job-cost.sh [2021-10-28T21:20:34.920Z] lf-activate-venv: SKIPPING [2021-10-28T21:20:34.920Z] DEBUG: total: 0.10999999940395355 [2021-10-28T21:20:34.920Z] INFO: Retrieving Stack Cost... [2021-10-28T21:20:35.861Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-28T21:20:36.121Z] INFO: Archiving Costs [Pipeline] echo [2021-10-28T21:20:36.131Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-28T21:20:36.418Z] ---> logs-deploy.sh [2021-10-28T21:20:36.418Z] lf-activate-venv: SKIPPING [2021-10-28T21:20:36.418Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3780/7 [2021-10-28T21:20:36.418Z] INFO: archiving workspace using pattern(s): [2021-10-28T21:20:36.995Z] Archives upload complete. [2021-10-28T21:20:37.256Z] INFO: archiving logs to Nexus