Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d9172d1c6d3391174b4d68b59966d432d9ee4b93+d325f454062a1ab7df1627f6a73b0f166109ba5b (c4a86fdd438c8825491d677aaf6029ffef6f1e7c) 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-ssh2328458701400589444.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-ssh5746704970292903139.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-3782/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-3782/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7526472255051652594.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-ssh5766862194849118852.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-3782/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-3782/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh9137188532714640898.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 ‘prd-centos7-docker-4c-2g-2301’ is offline Running on prd-centos7-docker-4c-2g-2305 in /w/workspace/edgexfoundry_edgex-go_PR-3782 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/4@tmp/jenkins-gitclient-ssh7812259186394072993.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 d325f454062a1ab7df1627f6a73b0f166109ba5b into PR head commit d9172d1c6d3391174b4d68b59966d432d9ee4b93 > 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/4@tmp/jenkins-gitclient-ssh4770919573623273896.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3782/head:refs/remotes/origin/PR-3782 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d9172d1c6d3391174b4d68b59966d432d9ee4b93 # timeout=10 Merge succeeded, producing f9addaae546532e0e0c1214baf8a01ad49e8431c Checking out Revision f9addaae546532e0e0c1214baf8a01ad49e8431c (PR-3782) > 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/4@tmp/jenkins-gitclient-ssh39960195093465168.key > git merge d325f454062a1ab7df1627f6a73b0f166109ba5b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f9addaae546532e0e0c1214baf8a01ad49e8431c # timeout=10 Commit message: "Merge commit 'd325f454062a1ab7df1627f6a73b0f166109ba5b' into HEAD" > git rev-list --no-walk d9172d1c6d3391174b4d68b59966d432d9ee4b93 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-10-27T16:30:23.099Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-27T16:30:23.145Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-27T16:30:23.156Z] ========================================================= [2021-10-27T16:30:23.156Z] EdgeX Global Pipelines Version Info [2021-10-27T16:30:23.156Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-10-27T16:30:24.347Z] ------------------- [2021-10-27T16:30:24.347Z] stable info: [2021-10-27T16:30:24.347Z] ------------------- [2021-10-27T16:30:24.347Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-27T16:30:24.347Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-27T16:30:24.347Z] Message: update stable to v1.0.210 [2021-10-27T16:30:25.771Z] ------------------- [2021-10-27T16:30:25.771Z] experimental info: [2021-10-27T16:30:25.771Z] ------------------- [2021-10-27T16:30:25.771Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-27T16:30:25.771Z] Commit SHA: 6722a7c1c8ebe94597741d4fbba21f45702e0c7d [2021-10-27T16:30:25.771Z] Message: testing jakarta lts changes [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-27T16:30:25.840Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-10-27T16:30:25.850Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-10-27T16:30:25.861Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-27T16:30:25.870Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-27T16:30:25.880Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-27T16:30:25.891Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-27T16:30:25.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-10-27T16:30:25.914Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-10-27T16:30:25.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-10-27T16:30:25.940Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-10-27T16:30:25.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-27T16:30:25.963Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-27T16:30:25.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-27T16:30:25.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-27T16:30:25.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-27T16:30:25.999Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-10-27T16:30:26.008Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-10-27T16:30:26.018Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-27T16:30:26.030Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-10-27T16:30:26.040Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-10-27T16:30:26.050Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-10-27T16:30:26.060Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-27T16:30:26.070Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3782 [Pipeline] echo [2021-10-27T16:30:26.082Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3782 [Pipeline] echo [2021-10-27T16:30:26.092Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3782 [Pipeline] echo [2021-10-27T16:30:26.102Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f9addaae546532e0e0c1214baf8a01ad49e8431c [Pipeline] echo [2021-10-27T16:30:26.114Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f9addaa [Pipeline] echo [2021-10-27T16:30:26.126Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-27T16:30:26.161Z] provisioning config files... [2021-10-27T16:30:26.177Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7026793331186409297tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-27T16:30:26.508Z] ---> docker-login.sh [2021-10-27T16:30:26.508Z] nexus3.edgexfoundry.org:10001 [2021-10-27T16:30:26.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T16:30:26.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T16:30:26.770Z] Configure a credential helper to remove this warning. See [2021-10-27T16:30:26.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T16:30:26.770Z] [2021-10-27T16:30:26.770Z] Login Succeeded [2021-10-27T16:30:26.770Z] nexus3.edgexfoundry.org:10002 [2021-10-27T16:30:26.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T16:30:26.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T16:30:26.770Z] Configure a credential helper to remove this warning. See [2021-10-27T16:30:26.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T16:30:26.770Z] [2021-10-27T16:30:26.770Z] Login Succeeded [2021-10-27T16:30:26.770Z] nexus3.edgexfoundry.org:10003 [2021-10-27T16:30:28.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T16:30:28.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T16:30:28.605Z] Configure a credential helper to remove this warning. See [2021-10-27T16:30:28.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T16:30:28.605Z] [2021-10-27T16:30:28.605Z] Login Succeeded [2021-10-27T16:30:28.605Z] nexus3.edgexfoundry.org:10004 [2021-10-27T16:30:28.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T16:30:28.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T16:30:28.605Z] Configure a credential helper to remove this warning. See [2021-10-27T16:30:28.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T16:30:28.605Z] [2021-10-27T16:30:28.605Z] Login Succeeded [2021-10-27T16:30:28.605Z] docker.io [2021-10-27T16:30:28.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T16:30:28.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T16:30:28.605Z] Configure a credential helper to remove this warning. See [2021-10-27T16:30:28.605Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T16:30:28.605Z] [2021-10-27T16:30:28.605Z] Login Succeeded [2021-10-27T16:30:28.605Z] ---> docker-login.sh ends [Pipeline] } [2021-10-27T16:30:28.613Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-27T16:30:28.925Z] ++ 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-27T16:30:28.925Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T16:30:28.925Z] ++ dirname cmd/core-command/Dockerfile [2021-10-27T16:30:28.925Z] ++ cut -d/ -f2 [2021-10-27T16:30:28.925Z] + echo core-command,cmd/core-command/Dockerfile [2021-10-27T16:30:28.925Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T16:30:28.925Z] ++ dirname cmd/core-data/Dockerfile [2021-10-27T16:30:28.925Z] ++ cut -d/ -f2 [2021-10-27T16:30:28.925Z] + echo core-data,cmd/core-data/Dockerfile [2021-10-27T16:30:28.925Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T16:30:28.925Z] ++ dirname cmd/core-metadata/Dockerfile [2021-10-27T16:30:28.925Z] ++ cut -d/ -f2 [2021-10-27T16:30:28.925Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-10-27T16:30:28.925Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T16:30:28.925Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-10-27T16:30:28.925Z] ++ cut -d/ -f2 [2021-10-27T16:30:28.925Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-10-27T16:30:28.925Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T16:30:28.925Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-10-27T16:30:28.925Z] ++ cut -d/ -f2 [2021-10-27T16:30:28.925Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-10-27T16:30:28.925Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T16:30:28.925Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-10-27T16:30:28.925Z] ++ cut -d/ -f2 [2021-10-27T16:30:28.925Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-10-27T16:30:28.925Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T16:30:28.925Z] ++ dirname cmd/support-notifications/Dockerfile [2021-10-27T16:30:28.925Z] ++ cut -d/ -f2 [2021-10-27T16:30:28.925Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-10-27T16:30:28.925Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T16:30:28.925Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-10-27T16:30:28.925Z] ++ cut -d/ -f2 [2021-10-27T16:30:28.925Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-10-27T16:30:28.925Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T16:30:28.925Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-10-27T16:30:28.925Z] ++ cut -d/ -f2 [2021-10-27T16:30:28.925Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-10-27T16:30:28.967Z] 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-27T16:30:29.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-27T16:30:29.486Z] [2021-10-27T16:30:29.486Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-27T16:30:29.799Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-27T16:30:29.799Z] latest: Pulling from edgex-devops/git-semver [2021-10-27T16:30:29.799Z] a0d0a0d46f8b: Pulling fs layer [2021-10-27T16:30:29.799Z] 3e5f54012d9b: Pulling fs layer [2021-10-27T16:30:29.799Z] 4c7163046ea9: Pulling fs layer [2021-10-27T16:30:29.799Z] 0c2d73faf560: Pulling fs layer [2021-10-27T16:30:29.799Z] 0c2d73faf560: Waiting [2021-10-27T16:30:29.799Z] 3e5f54012d9b: Verifying Checksum [2021-10-27T16:30:29.799Z] 3e5f54012d9b: Download complete [2021-10-27T16:30:29.799Z] a0d0a0d46f8b: Verifying Checksum [2021-10-27T16:30:29.799Z] a0d0a0d46f8b: Download complete [2021-10-27T16:30:29.799Z] 0c2d73faf560: Verifying Checksum [2021-10-27T16:30:29.799Z] 0c2d73faf560: Download complete [2021-10-27T16:30:29.799Z] 4c7163046ea9: Verifying Checksum [2021-10-27T16:30:29.799Z] 4c7163046ea9: Download complete [2021-10-27T16:30:31.660Z] a0d0a0d46f8b: Pull complete [2021-10-27T16:30:31.660Z] 3e5f54012d9b: Pull complete [2021-10-27T16:30:31.660Z] 4c7163046ea9: Pull complete [2021-10-27T16:30:31.660Z] 0c2d73faf560: Pull complete [2021-10-27T16:30:31.660Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-10-27T16:30:31.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-27T16:30:31.660Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-27T16:30:31.740Z] prd-centos7-docker-4c-2g-2305 does not seem to be running inside a container [2021-10-27T16:30:31.788Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-10-27T16:30:32.601Z] $ docker top 222bd0895e9720fe17f16f374994639b68886deeda221fb5a8b6ecc6d875eab0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-27T16:30:32.710Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-27T16:30:32.710Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-27T16:30:32.832Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-27T16:30:32.836Z] $ docker exec 222bd0895e9720fe17f16f374994639b68886deeda221fb5a8b6ecc6d875eab0 ssh-agent [2021-10-27T16:30:32.953Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXbIGGjJ/agent.14 [2021-10-27T16:30:32.953Z] SSH_AGENT_PID=20 [2021-10-27T16:30:32.963Z] Running ssh-add (command line suppressed) [2021-10-27T16:30:33.083Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2651476272369881146.key (/w/workspace/edgex-go/4@tmp/private_key_2651476272369881146.key) [2021-10-27T16:30:33.097Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-27T16:30:33.398Z] + git tag --points-at HEAD [Pipeline] } [2021-10-27T16:30:33.415Z] $ docker exec --env ******** --env ******** 222bd0895e9720fe17f16f374994639b68886deeda221fb5a8b6ecc6d875eab0 ssh-agent -k [2021-10-27T16:30:33.542Z] unset SSH_AUTH_SOCK; [2021-10-27T16:30:33.542Z] unset SSH_AGENT_PID; [2021-10-27T16:30:33.542Z] echo Agent pid 20 killed; [2021-10-27T16:30:33.552Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-27T16:30:33.573Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-27T16:30:33.573Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-27T16:30:33.715Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-27T16:30:33.717Z] $ docker exec 222bd0895e9720fe17f16f374994639b68886deeda221fb5a8b6ecc6d875eab0 ssh-agent [2021-10-27T16:30:33.837Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXNhMMDD/agent.53 [2021-10-27T16:30:33.837Z] SSH_AGENT_PID=60 [2021-10-27T16:30:33.843Z] Running ssh-add (command line suppressed) [2021-10-27T16:30:33.953Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_3020389071481859869.key (/w/workspace/edgex-go/4@tmp/private_key_3020389071481859869.key) [2021-10-27T16:30:33.967Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-27T16:30:34.261Z] + git semver init [2021-10-27T16:30:34.261Z] # -> Open(): unable to determine branch for HEAD [2021-10-27T16:30:34.261Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-10-27T16:30:34.261Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-10-27T16:30:34.261Z] # $SEMVER_REMOTE_NAME = origin [2021-10-27T16:30:34.261Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-27T16:30:34.261Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-27T16:30:34.261Z] # $SEMVER_BRANCH = PR-3782 [2021-10-27T16:30:34.261Z] # $SEMVER_TEMP = /tmp/semver-179780173 [2021-10-27T16:30:34.261Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-10-27T16:30:47.207Z] # '/tmp/semver-179780173' -> '/w/workspace/edgex-go/4/.semver' [2021-10-27T16:30:47.207Z] # -> Force: false [2021-10-27T16:30:47.207Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-10-27T16:30:47.216Z] $ docker exec --env ******** --env ******** 222bd0895e9720fe17f16f374994639b68886deeda221fb5a8b6ecc6d875eab0 ssh-agent -k [2021-10-27T16:30:47.336Z] unset SSH_AUTH_SOCK; [2021-10-27T16:30:47.336Z] unset SSH_AGENT_PID; [2021-10-27T16:30:47.336Z] echo Agent pid 60 killed; [2021-10-27T16:30:47.349Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-27T16:30:47.657Z] + git semver [Pipeline] } [2021-10-27T16:30:47.691Z] $ docker stop --time=1 222bd0895e9720fe17f16f374994639b68886deeda221fb5a8b6ecc6d875eab0 [2021-10-27T16:30:49.720Z] $ docker rm -f 222bd0895e9720fe17f16f374994639b68886deeda221fb5a8b6ecc6d875eab0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-27T16:30:50.096Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-27T16:30:50.361Z] Stashed 1 file(s) [Pipeline] echo [2021-10-27T16:30:50.363Z] [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-27T16:30:51.571Z] ========================================================= [2021-10-27T16:30:51.571Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-27T16:30:51.571Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-27T16:30:51.898Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-27T16:30:51.898Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-27T16:30:51.898Z] a0d0a0d46f8b: Already exists [2021-10-27T16:30:51.898Z] 31adcdaf11c8: Pulling fs layer [2021-10-27T16:30:51.898Z] b8b176561691: Pulling fs layer [2021-10-27T16:30:51.898Z] 4527c011a84f: Pulling fs layer [2021-10-27T16:30:51.898Z] 5d74067f8e1e: Pulling fs layer [2021-10-27T16:30:51.898Z] e0aca202a116: Pulling fs layer [2021-10-27T16:30:51.898Z] 3a43be97a3b4: Pulling fs layer [2021-10-27T16:30:51.898Z] 34cad66bf833: Pulling fs layer [2021-10-27T16:30:51.898Z] b4e3c513aaa6: Pulling fs layer [2021-10-27T16:30:51.898Z] 5d74067f8e1e: Waiting [2021-10-27T16:30:51.898Z] e0aca202a116: Waiting [2021-10-27T16:30:51.898Z] 3a43be97a3b4: Waiting [2021-10-27T16:30:51.898Z] 34cad66bf833: Waiting [2021-10-27T16:30:51.898Z] b4e3c513aaa6: Waiting [2021-10-27T16:30:51.898Z] b8b176561691: Verifying Checksum [2021-10-27T16:30:51.898Z] b8b176561691: Download complete [2021-10-27T16:30:51.898Z] 31adcdaf11c8: Verifying Checksum [2021-10-27T16:30:51.898Z] 31adcdaf11c8: Download complete [2021-10-27T16:30:51.898Z] 5d74067f8e1e: Verifying Checksum [2021-10-27T16:30:51.898Z] 5d74067f8e1e: Download complete [2021-10-27T16:30:51.898Z] e0aca202a116: Verifying Checksum [2021-10-27T16:30:51.898Z] e0aca202a116: Download complete [2021-10-27T16:30:51.898Z] 3a43be97a3b4: Verifying Checksum [2021-10-27T16:30:51.898Z] 3a43be97a3b4: Download complete [2021-10-27T16:30:51.898Z] 31adcdaf11c8: Pull complete [2021-10-27T16:30:51.898Z] 34cad66bf833: Verifying Checksum [2021-10-27T16:30:52.164Z] b8b176561691: Pull complete [2021-10-27T16:30:52.438Z] 4527c011a84f: Verifying Checksum [2021-10-27T16:30:52.438Z] 4527c011a84f: Download complete [2021-10-27T16:30:52.438Z] b4e3c513aaa6: Verifying Checksum [2021-10-27T16:30:52.438Z] b4e3c513aaa6: Download complete [2021-10-27T16:30:57.422Z] 4527c011a84f: Pull complete [2021-10-27T16:30:57.422Z] 5d74067f8e1e: Pull complete [2021-10-27T16:30:57.422Z] e0aca202a116: Pull complete [2021-10-27T16:30:57.422Z] 3a43be97a3b4: Pull complete [2021-10-27T16:30:57.422Z] 34cad66bf833: Pull complete [2021-10-27T16:30:59.678Z] b4e3c513aaa6: Pull complete [2021-10-27T16:30:59.678Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-10-27T16:30:59.678Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-27T16:30:59.678Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-10-27T16:30:59.978Z] + docker build -t ci-base-image-x86_64 -f - . [2021-10-27T16:30:59.978Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-27T16:30:59.978Z] WORKDIR /edgex [2021-10-27T16:30:59.978Z] COPY go.mod . [2021-10-27T16:30:59.978Z] RUN go mod download' [2021-10-27T16:31:01.903Z] Sending build context to Docker daemon 329.8MB [2021-10-27T16:31:01.903Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-27T16:31:01.903Z] ---> 9f6097aaca64 [2021-10-27T16:31:01.903Z] Step 2/4 : WORKDIR /edgex [2021-10-27T16:31:03.834Z] ---> Running in dab2440751cf [2021-10-27T16:31:03.834Z] Removing intermediate container dab2440751cf [2021-10-27T16:31:03.834Z] ---> c491b8046c7d [2021-10-27T16:31:03.834Z] Step 3/4 : COPY go.mod . [2021-10-27T16:31:03.834Z] ---> 310f6b438dbc [2021-10-27T16:31:03.834Z] Step 4/4 : RUN go mod download [2021-10-27T16:31:03.834Z] ---> Running in 2f869a344ac5 [2021-10-27T16:31:07.100Z] Still waiting to schedule task [2021-10-27T16:31:07.100Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-10-27T16:31:37.808Z] Removing intermediate container 2f869a344ac5 [2021-10-27T16:31:37.808Z] ---> d64886427c12 [2021-10-27T16:31:37.808Z] Successfully built d64886427c12 [2021-10-27T16:31:37.808Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-27T16:31:38.132Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-27T16:31:38.132Z] . [Pipeline] withDockerContainer [2021-10-27T16:31:38.212Z] prd-centos7-docker-4c-2g-2305 does not seem to be running inside a container [2021-10-27T16:31:38.251Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat [2021-10-27T16:31:38.652Z] $ docker top f0dd8fe165b33017deb0999e3cf4d3d0dd0dd70328f4f5fe645fafae5ab7925f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-27T16:31:39.024Z] + go version [2021-10-27T16:31:39.025Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-10-27T16:31:39.034Z] $ docker stop --time=1 f0dd8fe165b33017deb0999e3cf4d3d0dd0dd70328f4f5fe645fafae5ab7925f [2021-10-27T16:31:40.249Z] $ docker rm -f f0dd8fe165b33017deb0999e3cf4d3d0dd0dd70328f4f5fe645fafae5ab7925f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-27T16:31:40.736Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-27T16:31:40.736Z] . [Pipeline] withDockerContainer [2021-10-27T16:31:40.810Z] prd-centos7-docker-4c-2g-2305 does not seem to be running inside a container [2021-10-27T16:31:40.846Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat [2021-10-27T16:31:41.272Z] $ docker top d727550b3b89633dc941b8597f1b3cc2617787f059ed059942a24157cd6602e6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-10-27T16:31:41.368Z] ========================================================= [2021-10-27T16:31:41.368Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-10-27T16:31:41.368Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-27T16:31:41.666Z] + make test [2021-10-27T16:31:41.666Z] go mod tidy [2021-10-27T16:31:41.932Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-27T16:31:48.607Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-10-27T16:32:11.014Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-10-27T16:32:14.890Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-10-27T16:32:15.467Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-10-27T16:32:15.730Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-10-27T16:32:18.354Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-10-27T16:32:19.319Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-10-27T16:32:19.319Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-10-27T16:32:19.319Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-10-27T16:32:19.905Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-10-27T16:32:20.167Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-10-27T16:32:20.755Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-10-27T16:32:20.755Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-10-27T16:32:20.755Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-10-27T16:32:20.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-10-27T16:32:22.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.050s coverage: 28.7% of statements [2021-10-27T16:32:22.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-10-27T16:32:22.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-10-27T16:32:23.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.063s coverage: 98.5% of statements [2021-10-27T16:32:23.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-10-27T16:32:24.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.057s coverage: 44.7% of statements [2021-10-27T16:32:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-10-27T16:32:24.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-10-27T16:32:25.546Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.157s coverage: 89.5% of statements [2021-10-27T16:32:25.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-10-27T16:32:25.546Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-10-27T16:32:26.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.071s coverage: 84.4% of statements [2021-10-27T16:32:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-10-27T16:32:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-10-27T16:32:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-10-27T16:32:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-10-27T16:32:26.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-10-27T16:32:27.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.272s coverage: 94.2% of statements [2021-10-27T16:32:27.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-10-27T16:32:27.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-10-27T16:32:27.082Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.047s coverage: 59.1% of statements [2021-10-27T16:32:27.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-10-27T16:32:27.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-10-27T16:32:27.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-10-27T16:32:27.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-10-27T16:32:27.082Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-10-27T16:32:27.672Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 60.0% of statements [2021-10-27T16:32:27.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-10-27T16:32:27.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-10-27T16:32:27.672Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-10-27T16:32:28.648Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.056s coverage: 0.9% of statements [2021-10-27T16:32:28.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-10-27T16:32:28.648Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2021-10-27T16:32:28.914Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.048s coverage: 21.7% of statements [2021-10-27T16:32:28.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-10-27T16:32:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 47.1% of statements [2021-10-27T16:32:29.443Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements [2021-10-27T16:32:29.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements [2021-10-27T16:32:29.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.054s coverage: 96.3% of statements [2021-10-27T16:32:30.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-10-27T16:32:42.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.065s coverage: 94.4% of statements [2021-10-27T16:32:42.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-10-27T16:32:49.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 17.206s coverage: 82.5% of statements [2021-10-27T16:32:49.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-10-27T16:33:04.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2021-10-27T16:33:04.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-10-27T16:33:04.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-10-27T16:33:04.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-10-27T16:33:04.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements [2021-10-27T16:33:04.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-10-27T16:33:04.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-10-27T16:33:04.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-10-27T16:33:04.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-10-27T16:33:04.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-10-27T16:33:04.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.067s coverage: 87.2% of statements [2021-10-27T16:33:04.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-10-27T16:33:04.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-10-27T16:33:04.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-10-27T16:33:04.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-10-27T16:33:04.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 58.8% of statements [2021-10-27T16:33:04.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-10-27T16:33:04.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.0% of statements [2021-10-27T16:33:04.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.060s coverage: 87.2% of statements [2021-10-27T16:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 85.4% of statements [2021-10-27T16:33:05.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.116s coverage: 91.2% of statements [2021-10-27T16:33:05.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-10-27T16:33:05.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.166s coverage: 64.4% of statements [2021-10-27T16:33:05.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-10-27T16:33:05.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-10-27T16:33:05.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2021-10-27T16:33:06.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements [2021-10-27T16:33:06.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-10-27T16:33:06.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements [2021-10-27T16:33:07.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-10-27T16:33:08.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.286s coverage: 65.4% of statements [2021-10-27T16:33:08.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-10-27T16:33:08.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-10-27T16:33:08.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-10-27T16:33:08.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 43.5% of statements [2021-10-27T16:33:08.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-10-27T16:33:08.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-10-27T16:33:09.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements [2021-10-27T16:33:09.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-10-27T16:33:09.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2021-10-27T16:33:09.089Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-10-27T16:33:17.268Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.066s coverage: 17.7% of statements [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-10-27T16:33:17.268Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.142s coverage: 92.3% of statements [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-10-27T16:33:17.268Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.070s coverage: 63.2% of statements [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-10-27T16:33:17.268Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.099s coverage: 97.7% of statements [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-10-27T16:33:17.268Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-10-27T16:33:17.268Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-10-27T16:33:17.268Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-10-27T16:33:17.268Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements [2021-10-27T16:33:17.268Z] 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-27T16:33:41.081Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2309 in /w/workspace/edgexfoundry_edgex-go_PR-3782 [Pipeline] { [Pipeline] ws [2021-10-27T16:33:41.093Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-10-27T16:33:41.298Z] The recommended git tool is: git [2021-10-27T16:33:49.926Z] using credential edgex-jenkins-ssh [2021-10-27T16:33:49.944Z] Cloning the remote Git repository [2021-10-27T16:33:50.006Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-10-27T16:33:50.113Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-10-27T16:33:50.204Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-27T16:33:50.205Z] > git --version # timeout=10 [2021-10-27T16:33:50.227Z] > git --version # 'git version 2.17.1' [2021-10-27T16:33:50.229Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-27T16:33:50.299Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-27T16:33:57.624Z] GO111MODULE=on go vet ./... [2021-10-27T16:34:08.530Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-27T16:34:08.530Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-27T16:34:08.530Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-10-27T16:34:09.102Z] + ls -al . [2021-10-27T16:34:09.102Z] total 636 [2021-10-27T16:34:09.102Z] drwxrwxr-x 10 1001 1001 4096 Oct 27 16:34 . [2021-10-27T16:34:09.102Z] drwxr-xr-x 4 root root 28 Oct 27 16:31 .. [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 11 Oct 27 16:30 .dockerignore [2021-10-27T16:34:09.102Z] drwxrwxr-x 8 1001 1001 179 Oct 27 16:30 .git [2021-10-27T16:34:09.102Z] drwxrwxr-x 4 1001 1001 142 Oct 27 16:30 .github [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 804 Oct 27 16:30 .gitignore [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 42 Oct 27 16:30 .golangci.yml [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 76 Oct 27 16:30 .hadolint.yml [2021-10-27T16:34:09.102Z] drwx------ 3 1001 1001 58 Oct 27 16:30 .semver [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 166 Oct 27 16:30 .sonarcloud.properties [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 1171 Oct 27 16:30 ADOPTERS.md [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 8910 Oct 27 16:30 Attribution.txt [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 43881 Oct 27 16:30 CHANGELOG.md [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 3804 Oct 27 16:30 CONTRIBUTING.md [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 677 Oct 27 16:30 GOVERNANCE.md [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 849 Oct 27 16:30 Jenkinsfile [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 10775 Oct 27 16:30 LICENSE [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 6508 Oct 27 16:30 Makefile [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 582 Oct 27 16:30 OWNERS.md [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 8256 Oct 27 16:30 README.md [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 6912 Oct 27 16:30 SECURITY.md [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 5 Oct 27 16:30 VERSION [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 4131 Oct 27 16:30 ZMQWindows.md [2021-10-27T16:34:09.102Z] drwxrwxr-x 2 1001 1001 37 Oct 27 16:30 bin [2021-10-27T16:34:09.102Z] drwxrwxr-x 14 1001 1001 4096 Oct 27 16:30 cmd [2021-10-27T16:34:09.102Z] -rw-r--r-- 1 root root 428179 Oct 27 16:33 coverage.out [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 848 Oct 27 16:30 go.mod [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 50414 Oct 27 16:30 go.sum [2021-10-27T16:34:09.102Z] drwxrwxr-x 8 1001 1001 124 Oct 27 16:30 internal [2021-10-27T16:34:09.102Z] drwxrwxr-x 3 1001 1001 16 Oct 27 16:30 openapi [2021-10-27T16:34:09.102Z] drwxrwxr-x 4 1001 1001 71 Oct 27 16:30 snap [2021-10-27T16:34:09.102Z] -rw-rw-r-- 1 1001 1001 204 Oct 27 16:30 version.go [Pipeline] sh [2021-10-27T16:34:09.397Z] + '[' -e coverage.out ] [2021-10-27T16:34:09.398Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-10-27T16:34:10.444Z] Stashed 1 file(s) [Pipeline] sh [2021-10-27T16:34:10.737Z] + make build [2021-10-27T16:34:10.737Z] 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-27T16:34:12.664Z] 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-27T16:34:14.573Z] Merging remotes/origin/main commit d325f454062a1ab7df1627f6a73b0f166109ba5b into PR head commit d9172d1c6d3391174b4d68b59966d432d9ee4b93 [2021-10-27T16:34:13.411Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-27T16:34:13.444Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-27T16:34:13.477Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-27T16:34:13.541Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-27T16:34:13.542Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-27T16:34:13.560Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3782/head:refs/remotes/origin/PR-3782 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-27T16:34:14.598Z] > git config core.sparsecheckout # timeout=10 [2021-10-27T16:34:14.623Z] > git checkout -f d9172d1c6d3391174b4d68b59966d432d9ee4b93 # timeout=10 [2021-10-27T16:34:14.877Z] > git remote # timeout=10 [2021-10-27T16:34:14.899Z] > git config --get remote.origin.url # timeout=10 [2021-10-27T16:34:14.919Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-27T16:34:14.933Z] > git merge d325f454062a1ab7df1627f6a73b0f166109ba5b # timeout=10 [2021-10-27T16:34:15.183Z] Merge succeeded, producing 7a5694e906444af620e434e1a5c8404406f25f1d [2021-10-27T16:34:15.184Z] Checking out Revision 7a5694e906444af620e434e1a5c8404406f25f1d (PR-3782) [2021-10-27T16:34:15.162Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-27T16:34:15.192Z] > git config core.sparsecheckout # timeout=10 [2021-10-27T16:34:15.210Z] > git checkout -f 7a5694e906444af620e434e1a5c8404406f25f1d # timeout=10 [2021-10-27T16:34:19.668Z] Commit message: "Merge commit 'd325f454062a1ab7df1627f6a73b0f166109ba5b' into HEAD" [2021-10-27T16:34:19.679Z] > git rev-list --no-walk d9172d1c6d3391174b4d68b59966d432d9ee4b93 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-27T16:34:20.250Z] 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-27T16:34:20.691Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-10-27T16:34:20.691Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-27T16:34:20.692Z] Dload Upload Total Spent Left Speed [2021-10-27T16:34:20.692Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 183k 0 --:--:-- --:--:-- --:--:-- 186k [Pipeline] sh [2021-10-27T16:34:21.120Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-10-27T16:34:21.195Z] 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-27T16:34:21.469Z] + sudo+ jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo [2021-10-27T16:34:21.469Z] tee /etc/docker/daemon.new [2021-10-27T16:34:21.469Z] { [2021-10-27T16:34:21.469Z] "registry-mirrors": [ [2021-10-27T16:34:21.469Z] "https://nexus3.edgexfoundry.org:10001" [2021-10-27T16:34:21.469Z] ], [2021-10-27T16:34:21.469Z] "bip": "10.250.0.254/24", [2021-10-27T16:34:21.469Z] "hosts": [ [2021-10-27T16:34:21.469Z] "tcp://0.0.0.0:5555", [2021-10-27T16:34:21.469Z] "unix:///var/run/docker.sock" [2021-10-27T16:34:21.470Z] ], [2021-10-27T16:34:21.470Z] "mtu": 1458, [2021-10-27T16:34:21.470Z] "selinux-enabled": true, [2021-10-27T16:34:21.470Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-10-27T16:34:21.470Z] } [Pipeline] sh [2021-10-27T16:34:21.826Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-10-27T16:34:22.215Z] + sudo service docker restart [2021-10-27T16:34:22.597Z] 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-27T16:34:22.597Z] 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-27T16:34:23.554Z] 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-27T16:34:24.947Z] 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-27T16:34:25.904Z] 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-27T16:34:27.300Z] 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-27T16:34:27.871Z] 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-27T16:34:28.970Z] 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-27T16:34:32.282Z] $ docker stop --time=1 d727550b3b89633dc941b8597f1b3cc2617787f059ed059942a24157cd6602e6 [2021-10-27T16:34:34.178Z] $ docker rm -f d727550b3b89633dc941b8597f1b3cc2617787f059ed059942a24157cd6602e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-27T16:34:35.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-27T16:34:35.175Z] [2021-10-27T16:34:35.175Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-10-27T16:34:36.201Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-27T16:34:36.201Z] latest: Pulling from edgex-devops/edgex-compose [2021-10-27T16:34:36.201Z] cbdbe7a5bc2a: Pulling fs layer [2021-10-27T16:34:36.201Z] ca9280d653b3: Pulling fs layer [2021-10-27T16:34:36.201Z] 7e9c9ca2126c: Pulling fs layer [2021-10-27T16:34:36.201Z] cbdbe7a5bc2a: Verifying Checksum [2021-10-27T16:34:36.201Z] cbdbe7a5bc2a: Download complete [2021-10-27T16:34:36.201Z] ca9280d653b3: Verifying Checksum [2021-10-27T16:34:36.201Z] ca9280d653b3: Download complete [2021-10-27T16:34:36.201Z] cbdbe7a5bc2a: Pull complete [2021-10-27T16:34:36.201Z] 7e9c9ca2126c: Download complete [2021-10-27T16:34:36.463Z] ca9280d653b3: Pull complete [2021-10-27T16:34:40.508Z] 7e9c9ca2126c: Pull complete [2021-10-27T16:34:40.508Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-10-27T16:34:40.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-27T16:34:40.508Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-10-27T16:34:40.579Z] prd-centos7-docker-4c-2g-2305 does not seem to be running inside a container [2021-10-27T16:34:40.614Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-devops/edgex-compose:latest cat [2021-10-27T16:34:43.158Z] $ docker top bb49fe42b87b1654fd64034e2b165085d2f997203e5f77b41871935c56409588 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider [2021-10-27T16:34:43.266Z] provisioning config files... [2021-10-27T16:34:43.295Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4989327914618873195tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-27T16:34:43.516Z] + docker-compose build --help [2021-10-27T16:34:43.516Z] + grep parallel [2021-10-27T16:34:43.664Z] ---> docker-login.sh [2021-10-27T16:34:43.664Z] nexus3.edgexfoundry.org:10001 [2021-10-27T16:34:44.086Z] --parallel Build images in parallel. [Pipeline] } [2021-10-27T16:34:44.098Z] $ docker stop --time=1 bb49fe42b87b1654fd64034e2b165085d2f997203e5f77b41871935c56409588 [2021-10-27T16:34:44.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T16:34:44.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T16:34:44.880Z] Configure a credential helper to remove this warning. See [2021-10-27T16:34:44.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T16:34:44.880Z] [2021-10-27T16:34:44.880Z] Login Succeeded [2021-10-27T16:34:44.880Z] nexus3.edgexfoundry.org:10002 [2021-10-27T16:34:45.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T16:34:45.300Z] $ docker rm -f bb49fe42b87b1654fd64034e2b165085d2f997203e5f77b41871935c56409588 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-27T16:34:45.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T16:34:45.439Z] Configure a credential helper to remove this warning. See [2021-10-27T16:34:45.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T16:34:45.439Z] [2021-10-27T16:34:45.439Z] Login Succeeded [2021-10-27T16:34:45.439Z] nexus3.edgexfoundry.org:10003 [2021-10-27T16:34:45.676Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-27T16:34:45.676Z] . [Pipeline] withDockerContainer [2021-10-27T16:34:46.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T16:34:46.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T16:34:46.645Z] Configure a credential helper to remove this warning. See [2021-10-27T16:34:46.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T16:34:46.645Z] [2021-10-27T16:34:46.645Z] Login Succeeded [2021-10-27T16:34:46.645Z] nexus3.edgexfoundry.org:10004 [2021-10-27T16:34:46.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T16:34:46.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T16:34:46.645Z] Configure a credential helper to remove this warning. See [2021-10-27T16:34:46.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T16:34:46.645Z] [2021-10-27T16:34:46.645Z] Login Succeeded [2021-10-27T16:34:46.645Z] docker.io [2021-10-27T16:34:46.680Z] prd-centos7-docker-4c-2g-2305 does not seem to be running inside a container [2021-10-27T16:34:46.715Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-27T16:34:46.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T16:34:47.077Z] $ docker top 9a3efa96993209ca7915e388f2da93dcc3fcfb3ca608d6d4037b38f4984ed5c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-27T16:34:47.426Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-10-27T16:34:47.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T16:34:47.518Z] Configure a credential helper to remove this warning. See [2021-10-27T16:34:47.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T16:34:47.518Z] [2021-10-27T16:34:47.518Z] Login Succeeded [2021-10-27T16:34:47.518Z] ---> docker-login.sh ends [Pipeline] } [2021-10-27T16:34:47.537Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-10-27T16:34:48.006Z] Building core-command ... [2021-10-27T16:34:48.006Z] Building core-data ... [2021-10-27T16:34:48.006Z] Building core-metadata ... [2021-10-27T16:34:48.006Z] Building security-bootstrapper ... [2021-10-27T16:34:48.006Z] Building security-proxy-setup ... [2021-10-27T16:34:48.006Z] Building security-secretstore-setup ... [2021-10-27T16:34:48.006Z] Building support-notifications ... [2021-10-27T16:34:48.006Z] Building support-scheduler ... [2021-10-27T16:34:48.006Z] Building sys-mgmt-agent ... [2021-10-27T16:34:48.006Z] Building security-proxy-setup [2021-10-27T16:34:48.006Z] Building support-scheduler [2021-10-27T16:34:48.006Z] Building sys-mgmt-agent [2021-10-27T16:34:48.006Z] Building core-data [2021-10-27T16:34:48.006Z] Building core-command [Pipeline] echo [2021-10-27T16:34:48.063Z] ========================================================= [2021-10-27T16:34:48.063Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-10-27T16:34:48.063Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-27T16:34:48.466Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-27T16:34:48.747Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-10-27T16:34:48.747Z] 552d1f2373af: Pulling fs layer [2021-10-27T16:34:48.747Z] ea3f2d53f512: Pulling fs layer [2021-10-27T16:34:48.747Z] 9e70ebbbe112: Pulling fs layer [2021-10-27T16:34:48.747Z] 7a9cfe048b4a: Pulling fs layer [2021-10-27T16:34:48.747Z] 72dc09318566: Pulling fs layer [2021-10-27T16:34:48.747Z] f4f7b4309257: Pulling fs layer [2021-10-27T16:34:48.747Z] 0ac9a79272e3: Pulling fs layer [2021-10-27T16:34:48.747Z] b78e95d17946: Pulling fs layer [2021-10-27T16:34:48.747Z] f4f7b4309257: Waiting [2021-10-27T16:34:48.747Z] 0ac9a79272e3: Waiting [2021-10-27T16:34:48.747Z] b78e95d17946: Waiting [2021-10-27T16:34:48.747Z] 7a9cfe048b4a: Waiting [2021-10-27T16:34:48.747Z] 72dc09318566: Waiting [2021-10-27T16:34:48.747Z] 9e70ebbbe112: Verifying Checksum [2021-10-27T16:34:48.747Z] 9e70ebbbe112: Download complete [2021-10-27T16:34:48.747Z] ea3f2d53f512: Verifying Checksum [2021-10-27T16:34:48.747Z] ea3f2d53f512: Download complete [2021-10-27T16:34:48.747Z] 72dc09318566: Verifying Checksum [2021-10-27T16:34:48.747Z] 72dc09318566: Download complete [2021-10-27T16:34:48.747Z] f4f7b4309257: Verifying Checksum [2021-10-27T16:34:48.747Z] f4f7b4309257: Download complete [2021-10-27T16:34:48.747Z] 552d1f2373af: Verifying Checksum [2021-10-27T16:34:48.747Z] 552d1f2373af: Download complete [2021-10-27T16:34:49.794Z] 0ac9a79272e3: Download complete [2021-10-27T16:34:49.794Z] 552d1f2373af: Pull complete [2021-10-27T16:34:50.396Z] ea3f2d53f512: Pull complete [2021-10-27T16:34:50.993Z] 9e70ebbbe112: Pull complete [2021-10-27T16:34:50.993Z] b78e95d17946: Download complete [2021-10-27T16:34:51.596Z] 7a9cfe048b4a: Verifying Checksum [2021-10-27T16:34:51.596Z] 7a9cfe048b4a: Download complete [2021-10-27T16:35:00.301Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:35:00.301Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:35:00.301Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:35:00.301Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:35:00.301Z] ---> d64886427c12 [2021-10-27T16:35:00.301Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T16:35:00.301Z] ---> d64886427c12 [2021-10-27T16:35:00.301Z] Step 3/20 : WORKDIR /edgex-go [2021-10-27T16:35:00.301Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:35:00.301Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:35:00.301Z] ---> d64886427c12 [2021-10-27T16:35:00.301Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T16:35:03.206Z] 7a9cfe048b4a: Pull complete [2021-10-27T16:35:03.206Z] 72dc09318566: Pull complete [2021-10-27T16:35:03.206Z] f4f7b4309257: Pull complete [2021-10-27T16:35:03.206Z] 0ac9a79272e3: Pull complete [2021-10-27T16:35:03.603Z] ---> Running in 36036bb796bd [2021-10-27T16:35:03.603Z] ---> Running in 6064d0a2e074 [2021-10-27T16:35:03.603Z] ---> Running in ee565c10d8c7 [2021-10-27T16:35:06.497Z] Removing intermediate container 6064d0a2e074 [2021-10-27T16:35:06.497Z] ---> dfd27a3c296f [2021-10-27T16:35:06.497Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:35:06.497Z] Removing intermediate container 36036bb796bd [2021-10-27T16:35:06.497Z] ---> 63e3eeba3c52 [2021-10-27T16:35:06.497Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:35:06.497Z] Removing intermediate container ee565c10d8c7 [2021-10-27T16:35:06.497Z] ---> 5e00e824786e [2021-10-27T16:35:06.497Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:35:06.758Z] ---> Running in b2df7716d24d [2021-10-27T16:35:06.758Z] ---> Running in a568df3d1a50 [2021-10-27T16:35:06.758Z] ---> Running in 70b7ec472e00 [2021-10-27T16:35:09.591Z] b78e95d17946: Pull complete [2021-10-27T16:35:09.592Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-10-27T16:35:09.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-27T16:35:09.592Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-10-27T16:35:09.960Z] + docker build -t ci-base-image-arm64 -f - . [2021-10-27T16:35:09.960Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-27T16:35:09.960Z] WORKDIR /edgex [2021-10-27T16:35:09.960Z] COPY go.mod . [2021-10-27T16:35:09.960Z] RUN go mod download [2021-10-27T16:35:12.364Z] Sending build context to Docker daemon 166.6MB [2021-10-27T16:35:12.365Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-27T16:35:12.365Z] ---> 8b459fc5aaf0 [2021-10-27T16:35:12.365Z] Step 2/4 : WORKDIR /edgex [2021-10-27T16:35:14.217Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:35:14.217Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:35:14.217Z] ---> d64886427c12 [2021-10-27T16:35:14.217Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T16:35:14.217Z] ---> Using cache [2021-10-27T16:35:14.217Z] ---> dfd27a3c296f [2021-10-27T16:35:14.217Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:35:14.217Z] ---> Running in dd7cf9170db4 [2021-10-27T16:35:14.217Z] Removing intermediate container b2df7716d24d [2021-10-27T16:35:14.217Z] ---> bde0977a77e0 [2021-10-27T16:35:14.217Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2021-10-27T16:35:14.217Z] ---> Running in f6f4a29e9269 [2021-10-27T16:35:14.487Z] Removing intermediate container a568df3d1a50 [2021-10-27T16:35:14.487Z] ---> 2dd2640f1be0 [2021-10-27T16:35:14.487Z] Step 5/20 : RUN apk add --update --no-cache make git [2021-10-27T16:35:14.487Z] Removing intermediate container 70b7ec472e00 [2021-10-27T16:35:14.487Z] ---> 35a8b114cd88 [2021-10-27T16:35:14.487Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-10-27T16:35:14.487Z] ---> Running in a47454b1cf38 [2021-10-27T16:35:14.487Z] ---> Running in 070cf80b8050 [2021-10-27T16:35:14.994Z] ---> Running in 705fdee968a2 [2021-10-27T16:35:14.994Z] Removing intermediate container 705fdee968a2 [2021-10-27T16:35:14.994Z] ---> 212bc369eee3 [2021-10-27T16:35:14.994Z] Step 3/4 : COPY go.mod . [2021-10-27T16:35:15.078Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T16:35:15.343Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T16:35:15.343Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T16:35:15.605Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:35:15.605Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:35:15.605Z] ---> d64886427c12 [2021-10-27T16:35:15.605Z] Step 3/23 : WORKDIR /edgex-go [2021-10-27T16:35:15.605Z] ---> Using cache [2021-10-27T16:35:15.605Z] ---> dfd27a3c296f [2021-10-27T16:35:15.605Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:35:15.605Z] ---> Using cache [2021-10-27T16:35:15.605Z] ---> f42cc21a4c58 [2021-10-27T16:35:15.605Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-10-27T16:35:15.867Z] Removing intermediate container dd7cf9170db4 [2021-10-27T16:35:15.867Z] ---> f42cc21a4c58 [2021-10-27T16:35:15.867Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-27T16:35:15.867Z] ---> Running in 52ae7a55f113 [2021-10-27T16:35:15.867Z] ---> Running in 61cfcd1bc1af [2021-10-27T16:35:15.867Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T16:35:15.978Z] ---> 965cd665fd2e [2021-10-27T16:35:15.978Z] Step 4/4 : RUN go mod download [2021-10-27T16:35:15.978Z] ---> Running in 317dad77a016 [2021-10-27T16:35:16.133Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T16:35:17.346Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T16:35:17.346Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T16:35:17.346Z] OK: 220 MiB in 52 packages [2021-10-27T16:35:17.346Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T16:35:17.346Z] OK: 220 MiB in 52 packages [2021-10-27T16:35:17.346Z] OK: 220 MiB in 52 packages [2021-10-27T16:35:17.346Z] Removing intermediate container f6f4a29e9269 [2021-10-27T16:35:17.346Z] ---> a1954c07f80c [2021-10-27T16:35:17.346Z] Step 6/22 : COPY . . [2021-10-27T16:35:17.346Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T16:35:17.346Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T16:35:17.616Z] Removing intermediate container 070cf80b8050 [2021-10-27T16:35:17.616Z] ---> f9f2b7472008 [2021-10-27T16:35:17.616Z] Step 6/20 : COPY . . [2021-10-27T16:35:17.885Z] OK: 220 MiB in 52 packages [2021-10-27T16:35:17.885Z] OK: 220 MiB in 52 packages [2021-10-27T16:35:20.430Z] Removing intermediate container a47454b1cf38 [2021-10-27T16:35:20.430Z] ---> dacfa482d109 [2021-10-27T16:35:20.430Z] Step 6/22 : COPY . . [2021-10-27T16:35:23.752Z] Removing intermediate container 61cfcd1bc1af [2021-10-27T16:35:23.752Z] ---> 36c53271a5b2 [2021-10-27T16:35:23.752Z] Step 6/22 : COPY . . [2021-10-27T16:35:23.752Z] Removing intermediate container 52ae7a55f113 [2021-10-27T16:35:23.752Z] ---> 1770f36b027d [2021-10-27T16:35:23.752Z] Step 6/23 : COPY go.mod . [2021-10-27T16:35:24.015Z] ---> de1d95a1003b [2021-10-27T16:35:24.015Z] Step 7/23 : RUN go mod download [2021-10-27T16:35:24.596Z] ---> Running in d9d92fac537b [2021-10-27T16:35:25.803Z] ---> ab672b6220e8 [2021-10-27T16:35:25.803Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:35:25.803Z] ---> Running in 9bf7cbd6d6fc [2021-10-27T16:35:26.068Z] ---> e728282f2c6b [2021-10-27T16:35:26.068Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:35:27.026Z] ---> Running in a05e0b2f27b4 [2021-10-27T16:35:28.974Z] ---> 84dc569e5866 [2021-10-27T16:35:28.974Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:35:29.242Z] ---> Running in c45fd26dc2bd [2021-10-27T16:35:29.242Z] Removing intermediate container 9bf7cbd6d6fc [2021-10-27T16:35:29.242Z] ---> 9be83a9f3e69 [2021-10-27T16:35:29.242Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-10-27T16:35:29.505Z] ---> Running in f534b573db31 [2021-10-27T16:35:29.505Z] Removing intermediate container a05e0b2f27b4 [2021-10-27T16:35:29.505Z] ---> d773823e243f [2021-10-27T16:35:29.505Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-10-27T16:35:29.505Z] Removing intermediate container d9d92fac537b [2021-10-27T16:35:29.505Z] ---> b4d0b9ed092a [2021-10-27T16:35:29.505Z] Step 8/23 : COPY . . [2021-10-27T16:35:29.767Z] ---> Running in f1ca5d552664 [2021-10-27T16:35:30.342Z] 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-27T16:35:30.342Z] 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-27T16:35:31.294Z] ---> 06e4080a0556 [2021-10-27T16:35:31.294Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:35:31.294Z] Removing intermediate container c45fd26dc2bd [2021-10-27T16:35:31.294Z] ---> ba6500d54973 [2021-10-27T16:35:31.294Z] Step 8/22 : RUN make cmd/core-data/core-data [2021-10-27T16:35:31.555Z] ---> Running in d96c97dbe3b8 [2021-10-27T16:35:31.555Z] ---> Running in 50aaf9ae7343 [2021-10-27T16:35:33.011Z] 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-27T16:35:38.333Z] Removing intermediate container 50aaf9ae7343 [2021-10-27T16:35:38.333Z] ---> 645d37e31946 [2021-10-27T16:35:38.333Z] Step 8/22 : RUN make cmd/core-command/core-command [2021-10-27T16:35:38.333Z] ---> c92f56bbc64d [2021-10-27T16:35:38.333Z] Step 9/23 : RUN go mod tidy [2021-10-27T16:35:38.333Z] ---> Running in b0a5a892c3ca [2021-10-27T16:35:38.333Z] ---> Running in d1bc84dc2b3b [2021-10-27T16:35:38.333Z] 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-27T16:35:40.277Z] Removing intermediate container d1bc84dc2b3b [2021-10-27T16:35:40.277Z] ---> 37ef9ed1b5b3 [2021-10-27T16:35:40.277Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-10-27T16:35:40.277Z] ---> Running in d2bcfa3264a7 [2021-10-27T16:35:40.862Z] 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-27T16:36:13.931Z] 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-27T16:36:15.893Z] Removing intermediate container f534b573db31 [2021-10-27T16:36:15.893Z] ---> d969e968e2d3 [2021-10-27T16:36:15.893Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-10-27T16:36:15.893Z] Removing intermediate container f1ca5d552664 [2021-10-27T16:36:15.893Z] ---> 483696c6c6dc [2021-10-27T16:36:15.893Z] [2021-10-27T16:36:15.893Z] Step 9/20 : FROM alpine:3.14 [2021-10-27T16:36:15.893Z] ---> Running in 0490c7b0b1df [2021-10-27T16:36:16.162Z] 3.14: Pulling from library/alpine [2021-10-27T16:36:16.162Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-27T16:36:16.434Z] Status: Downloaded newer image for alpine:3.14 [2021-10-27T16:36:16.434Z] ---> 14119a10abf4 [2021-10-27T16:36:16.434Z] Step 10/20 : RUN apk add --update --no-cache curl [2021-10-27T16:36:16.434Z] ---> Running in 7f0d73754502 [2021-10-27T16:36:16.709Z] 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-27T16:36:16.980Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T16:36:17.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T16:36:17.864Z] (1/5) Installing ca-certificates (20191127-r5) [2021-10-27T16:36:17.864Z] (2/5) Installing brotli-libs (1.0.9-r5) [2021-10-27T16:36:17.864Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2021-10-27T16:36:17.864Z] (4/5) Installing libcurl (7.79.1-r0) [2021-10-27T16:36:17.864Z] (5/5) Installing curl (7.79.1-r0) [2021-10-27T16:36:17.864Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T16:36:17.864Z] Executing ca-certificates-20191127-r5.trigger [2021-10-27T16:36:18.136Z] OK: 8 MiB in 19 packages [2021-10-27T16:36:18.136Z] Removing intermediate container 0490c7b0b1df [2021-10-27T16:36:18.136Z] ---> 416f25126fb9 [2021-10-27T16:36:18.136Z] [2021-10-27T16:36:18.136Z] Step 10/22 : FROM docker:20.10.8 [2021-10-27T16:36:18.136Z] 20.10.8: Pulling from library/docker [2021-10-27T16:36:19.118Z] Removing intermediate container 7f0d73754502 [2021-10-27T16:36:19.118Z] ---> 3e5c67b8064e [2021-10-27T16:36:19.118Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-27T16:36:19.385Z] ---> Running in fd1bafaa1a67 [2021-10-27T16:36:19.385Z] Removing intermediate container fd1bafaa1a67 [2021-10-27T16:36:19.385Z] ---> 2c5e4200ce4a [2021-10-27T16:36:19.385Z] Step 12/20 : WORKDIR /edgex [2021-10-27T16:36:19.655Z] ---> Running in acd9340bc81c [2021-10-27T16:36:20.265Z] Removing intermediate container acd9340bc81c [2021-10-27T16:36:20.265Z] ---> 2e4b11b1c8fb [2021-10-27T16:36:20.265Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-10-27T16:36:20.892Z] ---> a80a3a764dc6 [2021-10-27T16:36:20.892Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-10-27T16:36:21.501Z] Removing intermediate container b0a5a892c3ca [2021-10-27T16:36:21.501Z] ---> 484f4fca7477 [2021-10-27T16:36:21.501Z] [2021-10-27T16:36:21.501Z] Step 9/22 : FROM alpine:3.14 [2021-10-27T16:36:21.501Z] ---> 14119a10abf4 [2021-10-27T16:36:21.501Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-27T16:36:21.776Z] ---> eff66b746c96 [2021-10-27T16:36:21.776Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-10-27T16:36:21.776Z] ---> Running in 67d6316f6a3b [2021-10-27T16:36:22.380Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T16:36:22.380Z] ---> 833b5617b664 [2021-10-27T16:36:22.380Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-10-27T16:36:22.380Z] ---> Running in ae4fb01d7e76 [2021-10-27T16:36:22.651Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T16:36:22.651Z] Removing intermediate container ae4fb01d7e76 [2021-10-27T16:36:22.651Z] ---> b773865b0d01 [2021-10-27T16:36:22.651Z] Step 17/20 : CMD ["--init=true"] [2021-10-27T16:36:22.651Z] ---> Running in 416613ae49bd [2021-10-27T16:36:22.936Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-10-27T16:36:23.231Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T16:36:23.231Z] OK: 6 MiB in 15 packages [2021-10-27T16:36:23.231Z] Removing intermediate container 416613ae49bd [2021-10-27T16:36:23.231Z] ---> aa237fed5bbf [2021-10-27T16:36:23.231Z] Step 18/20 : LABEL arch=x86_64 [2021-10-27T16:36:23.536Z] ---> Running in 6f2d30cdfa29 [2021-10-27T16:36:23.821Z] Removing intermediate container 67d6316f6a3b [2021-10-27T16:36:23.821Z] ---> f7e8f472514d [2021-10-27T16:36:23.821Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T16:36:23.821Z] Removing intermediate container 6f2d30cdfa29 [2021-10-27T16:36:23.821Z] ---> 4928e4be38e0 [2021-10-27T16:36:23.821Z] Step 19/20 : LABEL git_sha=f9addaae546532e0e0c1214baf8a01ad49e8431c [2021-10-27T16:36:24.106Z] ---> Running in bde6b914c420 [2021-10-27T16:36:24.106Z] ---> Running in a633e5a6af91 [2021-10-27T16:36:24.367Z] Removing intermediate container bde6b914c420 [2021-10-27T16:36:24.367Z] ---> cb142a766ca0 [2021-10-27T16:36:24.367Z] Step 12/22 : ENV APP_PORT=59882 [2021-10-27T16:36:24.367Z] Removing intermediate container a633e5a6af91 [2021-10-27T16:36:24.367Z] ---> 3b2d7a8227ca [2021-10-27T16:36:24.367Z] Step 20/20 : LABEL version=0.0.0 [2021-10-27T16:36:24.640Z] ---> Running in 4d244c727585 [2021-10-27T16:36:24.640Z] ---> Running in 6a730de507b2 [2021-10-27T16:36:24.911Z] Removing intermediate container 4d244c727585 [2021-10-27T16:36:24.911Z] ---> 989b291d2d3f [2021-10-27T16:36:24.911Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-27T16:36:24.911Z] ---> Running in 36b2b464a696 [2021-10-27T16:36:24.911Z] Removing intermediate container 6a730de507b2 [2021-10-27T16:36:24.911Z] ---> 6d8e54a429c2 [2021-10-27T16:36:24.911Z] [2021-10-27T16:36:25.488Z] Successfully built 6d8e54a429c2 [2021-10-27T16:36:25.488Z] Successfully tagged security-proxy-setup:latest [2021-10-27T16:36:25.488Z] Building support-notifications [2021-10-27T16:36:26.064Z]  Building security-proxy-setup ... done Removing intermediate container 36b2b464a696 [2021-10-27T16:36:26.064Z] ---> 13f23e591cf6 [2021-10-27T16:36:26.064Z] Step 14/22 : WORKDIR / [2021-10-27T16:36:27.587Z] ---> Running in 95e825192819 [2021-10-27T16:36:27.587Z] Removing intermediate container d2bcfa3264a7 [2021-10-27T16:36:27.587Z] ---> 0adb139120c8 [2021-10-27T16:36:27.587Z] [2021-10-27T16:36:27.587Z] Step 11/23 : FROM alpine:3.14 [2021-10-27T16:36:27.587Z] ---> 14119a10abf4 [2021-10-27T16:36:27.587Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-10-27T16:36:27.587Z] ---> Using cache [2021-10-27T16:36:27.587Z] ---> f7e8f472514d [2021-10-27T16:36:27.587Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T16:36:27.587Z] ---> Using cache [2021-10-27T16:36:27.587Z] ---> cb142a766ca0 [2021-10-27T16:36:27.587Z] Step 14/23 : ENV APP_PORT=59861 [2021-10-27T16:36:28.198Z] ---> Running in 6ea8b3d0d192 [2021-10-27T16:36:28.773Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2021-10-27T16:36:28.773Z] Removing intermediate container 95e825192819 [2021-10-27T16:36:28.773Z] ---> 2b3dd50ab5a4 [2021-10-27T16:36:28.773Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T16:36:28.773Z] Removing intermediate container 6ea8b3d0d192 [2021-10-27T16:36:28.773Z] ---> 6ddd4a7ed0ca [2021-10-27T16:36:28.773Z] Step 15/23 : EXPOSE $APP_PORT [2021-10-27T16:36:29.033Z] Status: Downloaded newer image for docker:20.10.8 [2021-10-27T16:36:29.033Z] ---> bc6c0ffef665 [2021-10-27T16:36:29.033Z] 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-27T16:36:29.033Z] Removing intermediate container d96c97dbe3b8 [2021-10-27T16:36:29.033Z] ---> a96f780f5e5b [2021-10-27T16:36:29.033Z] [2021-10-27T16:36:29.033Z] Step 9/22 : FROM alpine:3.14 [2021-10-27T16:36:29.033Z] ---> 14119a10abf4 [2021-10-27T16:36:29.033Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-10-27T16:36:29.294Z] ---> Running in 699086b16c9f [2021-10-27T16:36:29.295Z] ---> Running in 8943bce3f3d7 [2021-10-27T16:36:29.295Z] ---> Running in 1cc4ac9d3345 [2021-10-27T16:36:29.295Z] ---> 8a860d108c11 [2021-10-27T16:36:29.295Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-10-27T16:36:29.295Z] Removing intermediate container 699086b16c9f [2021-10-27T16:36:29.295Z] ---> b13863921c22 [2021-10-27T16:36:29.295Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T16:36:29.562Z] Removing intermediate container 8943bce3f3d7 [2021-10-27T16:36:29.562Z] ---> 46f48e20c6bd [2021-10-27T16:36:29.562Z] 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-27T16:36:29.562Z] Removing intermediate container 1cc4ac9d3345 [2021-10-27T16:36:29.562Z] ---> 54b3c259dd02 [2021-10-27T16:36:29.562Z] Step 11/22 : ENV APP_PORT=59880 [2021-10-27T16:36:29.562Z] ---> Running in 5d07cf20ae58 [2021-10-27T16:36:29.562Z] ---> Running in b76e18c912b7 [2021-10-27T16:36:29.826Z] ---> 158fe58c5218 [2021-10-27T16:36:29.826Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-10-27T16:36:29.826Z] Removing intermediate container b76e18c912b7 [2021-10-27T16:36:29.826Z] ---> fde8eba4a560 [2021-10-27T16:36:29.826Z] Step 12/22 : EXPOSE $APP_PORT [2021-10-27T16:36:30.092Z] ---> 968df305433e [2021-10-27T16:36:30.092Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-10-27T16:36:30.092Z] ---> Running in dc87b44ef41f [2021-10-27T16:36:30.092Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T16:36:30.356Z] Removing intermediate container dc87b44ef41f [2021-10-27T16:36:30.356Z] ---> bf243d8c21d3 [2021-10-27T16:36:30.356Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:36:30.356Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T16:36:30.356Z] ---> da99012febde [2021-10-27T16:36:30.356Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-10-27T16:36:30.356Z] ---> c2e8c72fa764 [2021-10-27T16:36:30.356Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-10-27T16:36:30.356Z] ---> Running in 4c03b799ef4f [2021-10-27T16:36:30.356Z] (1/42) Installing readline (8.1.0-r0) [2021-10-27T16:36:30.356Z] (2/42) Installing bash (5.1.4-r0) [2021-10-27T16:36:30.356Z] Executing bash-5.1.4-r0.post-install [2021-10-27T16:36:30.621Z] (3/42) Installing brotli-libs (1.0.9-r5) [2021-10-27T16:36:30.621Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2021-10-27T16:36:30.621Z] (5/42) Installing libcurl (7.79.1-r0) [2021-10-27T16:36:30.621Z] (6/42) Installing curl (7.79.1-r0) [2021-10-27T16:36:30.621Z] (7/42) Installing dumb-init (1.2.5-r1) [2021-10-27T16:36:30.621Z] (8/42) Installing libbz2 (1.0.8-r1) [2021-10-27T16:36:30.621Z] (9/42) Installing expat (2.4.1-r0) [2021-10-27T16:36:30.621Z] (10/42) Installing libffi (3.3-r2) [2021-10-27T16:36:30.621Z] (11/42) Installing gdbm (1.19-r0) [2021-10-27T16:36:30.621Z] (12/42) Installing xz-libs (5.2.5-r0) [2021-10-27T16:36:30.621Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2021-10-27T16:36:30.621Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-27T16:36:30.621Z] (15/42) Installing mpdecimal (2.5.1-r1) [2021-10-27T16:36:30.621Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2021-10-27T16:36:30.621Z] (17/42) Installing python3 (3.9.5-r1) [2021-10-27T16:36:30.621Z] ---> Running in 5162d7b80c3c [2021-10-27T16:36:30.883Z] ---> dd8691fcdb24 [2021-10-27T16:36:30.883Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-10-27T16:36:31.831Z] ---> Running in 6a6f251b250b [2021-10-27T16:36:31.831Z] Removing intermediate container 5162d7b80c3c [2021-10-27T16:36:31.831Z] ---> 880d7e4def63 [2021-10-27T16:36:31.831Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T16:36:31.831Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2021-10-27T16:36:31.831Z] (19/42) Installing py3-chardet (4.0.0-r2) [2021-10-27T16:36:31.831Z] (20/42) Installing py3-idna (3.2-r0) [2021-10-27T16:36:31.831Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2021-10-27T16:36:31.831Z] ---> Running in 196b5ae97fb1 [2021-10-27T16:36:31.831Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:36:31.831Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:36:31.831Z] ---> d64886427c12 [2021-10-27T16:36:31.831Z] Step 3/21 : WORKDIR /edgex-go [2021-10-27T16:36:31.831Z] ---> Using cache [2021-10-27T16:36:31.831Z] ---> dfd27a3c296f [2021-10-27T16:36:31.831Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:36:31.831Z] ---> Using cache [2021-10-27T16:36:31.831Z] ---> f42cc21a4c58 [2021-10-27T16:36:31.831Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2021-10-27T16:36:31.831Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2021-10-27T16:36:31.831Z] ---> Running in 35c3b007bb29 [2021-10-27T16:36:31.831Z] (23/42) Installing py3-requests (2.25.1-r4) [2021-10-27T16:36:31.831Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2021-10-27T16:36:31.831Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2021-10-27T16:36:31.831Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2021-10-27T16:36:31.831Z] Removing intermediate container 6a6f251b250b [2021-10-27T16:36:31.831Z] ---> 5f14f3206980 [2021-10-27T16:36:31.831Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T16:36:31.831Z] (27/42) Installing py3-colorama (0.4.4-r1) [2021-10-27T16:36:32.094Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2021-10-27T16:36:32.094Z] (29/42) Installing py3-distlib (0.3.1-r3) [2021-10-27T16:36:32.094Z] (30/42) Installing py3-distro (1.5.0-r3) [2021-10-27T16:36:32.094Z] (31/42) Installing py3-six (1.15.0-r1) [2021-10-27T16:36:32.094Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2021-10-27T16:36:32.094Z] ---> Running in fba8b5bdacff [2021-10-27T16:36:32.094Z] (33/42) Installing py3-html5lib (1.1-r1) [2021-10-27T16:36:32.094Z] (34/42) Installing py3-parsing (2.4.7-r2) [2021-10-27T16:36:32.094Z] (35/42) Installing py3-packaging (20.9-r1) [2021-10-27T16:36:32.094Z] (36/42) Installing py3-toml (0.10.2-r2) [2021-10-27T16:36:32.094Z] Removing intermediate container 196b5ae97fb1 [2021-10-27T16:36:32.094Z] ---> 43077b4eb732 [2021-10-27T16:36:32.094Z] Step 20/22 : LABEL arch=x86_64 [2021-10-27T16:36:32.094Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2021-10-27T16:36:32.094Z] (38/42) Installing py3-progress (1.5-r2) [2021-10-27T16:36:32.094Z] (39/42) Installing py3-retrying (1.3.3-r1) [2021-10-27T16:36:32.094Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2021-10-27T16:36:32.094Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2021-10-27T16:36:32.094Z] Removing intermediate container 4c03b799ef4f [2021-10-27T16:36:32.094Z] ---> 873787e7c40f [2021-10-27T16:36:32.094Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-10-27T16:36:32.094Z] (42/42) Installing py3-pip (20.3.4-r1) [2021-10-27T16:36:32.354Z] ---> Running in 4d57e293d8ae [2021-10-27T16:36:32.354Z] Removing intermediate container fba8b5bdacff [2021-10-27T16:36:32.354Z] ---> 071289dcafb3 [2021-10-27T16:36:32.354Z] Step 21/23 : LABEL arch=x86_64 [2021-10-27T16:36:32.614Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T16:36:32.614Z] ---> Running in a48aef1cad99 [2021-10-27T16:36:32.900Z] ---> Running in bd2d3b98a37a [2021-10-27T16:36:32.900Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T16:36:32.900Z] OK: 84 MiB in 64 packages [2021-10-27T16:36:32.900Z] Removing intermediate container 4d57e293d8ae [2021-10-27T16:36:32.900Z] ---> a6789a13039f [2021-10-27T16:36:32.900Z] Step 21/22 : LABEL git_sha=f9addaae546532e0e0c1214baf8a01ad49e8431c [2021-10-27T16:36:32.900Z] ---> Running in 4e97b4b29181 [2021-10-27T16:36:32.900Z] Removing intermediate container bd2d3b98a37a [2021-10-27T16:36:32.900Z] ---> dca7ced5c2b8 [2021-10-27T16:36:32.900Z] Step 22/23 : LABEL git_sha=f9addaae546532e0e0c1214baf8a01ad49e8431c [2021-10-27T16:36:32.900Z] ---> Running in 19193bdb5b5b [2021-10-27T16:36:32.900Z] Removing intermediate container 4e97b4b29181 [2021-10-27T16:36:32.900Z] ---> 010c7485e85a [2021-10-27T16:36:32.900Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T16:36:33.167Z] ---> Running in 651ac8c5f386 [2021-10-27T16:36:33.167Z] Removing intermediate container 651ac8c5f386 [2021-10-27T16:36:33.167Z] ---> 03a884e55cff [2021-10-27T16:36:33.167Z] [2021-10-27T16:36:33.167Z] Removing intermediate container 19193bdb5b5b [2021-10-27T16:36:33.167Z] ---> bec22fb72535 [2021-10-27T16:36:33.167Z] Step 23/23 : LABEL version=0.0.0 [2021-10-27T16:36:33.167Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T16:36:33.441Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T16:36:33.441Z] Successfully built 03a884e55cff [2021-10-27T16:36:33.441Z] Successfully tagged core-command:latest [2021-10-27T16:36:33.441Z] Building security-bootstrapper [2021-10-27T16:36:33.441Z]  Building core-command ... done  ---> Running in 4d308610c136 [2021-10-27T16:36:33.441Z] Collecting docker-compose==1.23.2 [2021-10-27T16:36:33.441Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-10-27T16:36:33.441Z] Removing intermediate container 4d308610c136 [2021-10-27T16:36:33.441Z] ---> cfc01c641bf7 [2021-10-27T16:36:33.441Z] [2021-10-27T16:36:33.724Z] 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-27T16:36:33.724Z] Successfully built cfc01c641bf7 [2021-10-27T16:36:33.724Z] Successfully tagged support-scheduler:latest [2021-10-27T16:36:33.724Z] Building core-metadata [2021-10-27T16:36:33.724Z]  Building support-scheduler ... done Collecting docker<4.0,>=3.6.0 [2021-10-27T16:36:33.724Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-10-27T16:36:33.724Z] OK: 220 MiB in 52 packages [2021-10-27T16:36:34.017Z] Collecting websocket-client<1.0,>=0.32.0 [2021-10-27T16:36:34.017Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-10-27T16:36:34.017Z] Collecting PyYAML<4,>=3.10 [2021-10-27T16:36:34.017Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-10-27T16:36:34.288Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T16:36:34.566Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-10-27T16:36:34.566Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-10-27T16:36:34.845Z] Collecting cached-property<2,>=1.2.0 [2021-10-27T16:36:34.846Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-10-27T16:36:34.846Z] (3/6) Installing libsodium (1.0.18-r0) [2021-10-27T16:36:34.846Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-27T16:36:34.846Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-10-27T16:36:34.846Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-10-27T16:36:34.846Z] Collecting dockerpty<0.5,>=0.4.1 [2021-10-27T16:36:34.846Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-10-27T16:36:34.846Z] (5/6) Installing libzmq (4.3.4-r0) [2021-10-27T16:36:35.121Z] Collecting texttable<0.10,>=0.9.0 [2021-10-27T16:36:35.391Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-10-27T16:36:35.669Z] Collecting jsonschema<3,>=2.5.1 [2021-10-27T16:36:35.669Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-10-27T16:36:35.669Z] Collecting docopt<0.7,>=0.6.1 [2021-10-27T16:36:35.669Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-10-27T16:36:35.935Z] Collecting docker-pycreds>=0.4.0 [2021-10-27T16:36:35.935Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-10-27T16:36:36.202Z] (6/6) Installing zeromq (4.3.4-r0) [2021-10-27T16:36:36.202Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T16:36:36.202Z] OK: 8 MiB in 20 packages [2021-10-27T16:36:36.471Z] Collecting idna<2.8,>=2.5 [2021-10-27T16:36:36.471Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-10-27T16:36:36.471Z] 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-27T16:36:36.471Z] Collecting urllib3<1.25,>=1.21.1 [2021-10-27T16:36:36.471Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-10-27T16:36:36.471Z] Collecting chardet<3.1.0,>=3.0.2 [2021-10-27T16:36:36.471Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-10-27T16:36:36.471Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-10-27T16:36:36.471Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-10-27T16:36:36.471Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-10-27T16:36:36.471Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-10-27T16:36:36.733Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-10-27T16:36:36.733Z] Attempting uninstall: urllib3 [2021-10-27T16:36:36.733Z] Found existing installation: urllib3 1.26.5 [2021-10-27T16:36:36.733Z] Uninstalling urllib3-1.26.5: [2021-10-27T16:36:37.336Z] Successfully uninstalled urllib3-1.26.5 [2021-10-27T16:36:37.336Z] Attempting uninstall: idna [2021-10-27T16:36:37.336Z] Found existing installation: idna 3.2 [2021-10-27T16:36:37.336Z] Uninstalling idna-3.2: [2021-10-27T16:36:37.336Z] Successfully uninstalled idna-3.2 [2021-10-27T16:36:37.613Z] Attempting uninstall: chardet [2021-10-27T16:36:37.613Z] Found existing installation: chardet 4.0.0 [2021-10-27T16:36:37.613Z] Uninstalling chardet-4.0.0: [2021-10-27T16:36:37.613Z] Successfully uninstalled chardet-4.0.0 [2021-10-27T16:36:39.017Z] Removing intermediate container 35c3b007bb29 [2021-10-27T16:36:39.017Z] ---> a9282f1d2f48 [2021-10-27T16:36:39.017Z] Step 6/21 : COPY . . [2021-10-27T16:36:39.594Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:36:39.594Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:36:39.594Z] ---> d64886427c12 [2021-10-27T16:36:39.594Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T16:36:39.594Z] ---> Using cache [2021-10-27T16:36:39.594Z] ---> dfd27a3c296f [2021-10-27T16:36:39.594Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:36:39.594Z] ---> Using cache [2021-10-27T16:36:39.594Z] ---> f42cc21a4c58 [2021-10-27T16:36:39.594Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-27T16:36:39.594Z] ---> Using cache [2021-10-27T16:36:39.594Z] ---> 1770f36b027d [2021-10-27T16:36:39.594Z] Step 6/22 : COPY . . [2021-10-27T16:36:39.727Z] Removing intermediate container 317dad77a016 [2021-10-27T16:36:39.727Z] ---> d6f4fe82c3cf [2021-10-27T16:36:39.727Z] Successfully built d6f4fe82c3cf [2021-10-27T16:36:39.727Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-27T16:36:39.870Z] Attempting uninstall: requests [2021-10-27T16:36:39.870Z] Found existing installation: requests 2.25.1 [2021-10-27T16:36:39.870Z] Uninstalling requests-2.25.1: [2021-10-27T16:36:39.870Z] Successfully uninstalled requests-2.25.1 [2021-10-27T16:36:39.870Z] Removing intermediate container a48aef1cad99 [2021-10-27T16:36:39.870Z] ---> 8cde5b2bc8ce [2021-10-27T16:36:39.870Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T16:36:39.870Z] Running setup.py install for texttable: started [2021-10-27T16:36:40.079Z] + docker inspect -f . ci-base-image-arm64 [2021-10-27T16:36:40.079Z] . [Pipeline] withDockerContainer [2021-10-27T16:36:40.330Z] prd-ubuntu18.04-docker-arm64-4c-16g-2309 does not seem to be running inside a container [2021-10-27T16:36:40.425Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-27T16:36:40.454Z] Running setup.py install for texttable: finished with status 'done' [2021-10-27T16:36:40.454Z] Running setup.py install for PyYAML: started [2021-10-27T16:36:41.394Z] Running setup.py install for PyYAML: finished with status 'done' [2021-10-27T16:36:42.019Z] $ docker top 2c1c6cc1f3f6350a18104b4ee64c54fcb0b87189450490a6a31df75173ee5931 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-27T16:36:42.777Z] Running setup.py install for docopt: started [2021-10-27T16:36:42.995Z] + go version [2021-10-27T16:36:42.995Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-10-27T16:36:43.015Z] $ docker stop --time=1 2c1c6cc1f3f6350a18104b4ee64c54fcb0b87189450490a6a31df75173ee5931 [2021-10-27T16:36:43.755Z] Running setup.py install for docopt: finished with status 'done' [2021-10-27T16:36:43.755Z] Running setup.py install for dockerpty: started [2021-10-27T16:36:45.124Z] Running setup.py install for dockerpty: finished with status 'done' [2021-10-27T16:36:45.137Z] $ docker rm -f 2c1c6cc1f3f6350a18104b4ee64c54fcb0b87189450490a6a31df75173ee5931 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-27T16:36:45.862Z] + docker inspect -f . ci-base-image-arm64 [2021-10-27T16:36:45.863Z] . [Pipeline] withDockerContainer [2021-10-27T16:36:46.195Z] prd-ubuntu18.04-docker-arm64-4c-16g-2309 does not seem to be running inside a container [2021-10-27T16:36:46.295Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-27T16:36:47.671Z] ---> 4d5dc8e99f48 [2021-10-27T16:36:47.671Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-10-27T16:36:47.672Z] 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-27T16:36:48.017Z] $ docker top ba547df880a2d543a01b7ec377eb897393a1b12568347b411c60bea8cf483325 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-10-27T16:36:48.369Z] ========================================================= [2021-10-27T16:36:48.369Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-10-27T16:36:48.369Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-27T16:36:48.615Z] ---> ff1cf9afe56c [2021-10-27T16:36:48.615Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:36:49.034Z] + make test [2021-10-27T16:36:49.034Z] go mod tidy [2021-10-27T16:36:50.000Z] ---> e95aae934d04 [2021-10-27T16:36:50.000Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-10-27T16:36:50.000Z] ---> c11709c02512 [2021-10-27T16:36:50.000Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:36:50.000Z] ---> Running in cfa2541041f6 [2021-10-27T16:36:50.000Z] ---> Running in 6ad52f3bc88f [2021-10-27T16:36:50.074Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-27T16:36:50.267Z] ---> 439c2864a23b [2021-10-27T16:36:50.267Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2021-10-27T16:36:50.841Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:36:50.841Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:36:50.841Z] ---> d64886427c12 [2021-10-27T16:36:50.841Z] Step 3/30 : WORKDIR /edgex-go [2021-10-27T16:36:50.841Z] ---> Using cache [2021-10-27T16:36:50.841Z] ---> dfd27a3c296f [2021-10-27T16:36:50.841Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:36:50.841Z] ---> Using cache [2021-10-27T16:36:50.841Z] ---> f42cc21a4c58 [2021-10-27T16:36:50.841Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-10-27T16:36:50.841Z] ---> Using cache [2021-10-27T16:36:50.841Z] ---> 1770f36b027d [2021-10-27T16:36:50.841Z] Step 6/30 : COPY . . [2021-10-27T16:36:50.841Z] ---> Using cache [2021-10-27T16:36:50.841Z] ---> ff1cf9afe56c [2021-10-27T16:36:50.841Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:36:50.841Z] ---> Running in 1bf9864ee15d [2021-10-27T16:36:50.841Z] ---> Running in d66a8097e3fd [2021-10-27T16:36:51.108Z] Removing intermediate container 1bf9864ee15d [2021-10-27T16:36:51.108Z] ---> 0e459a33841e [2021-10-27T16:36:51.108Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T16:36:51.108Z] ---> Running in ec7cbfcee4e9 [2021-10-27T16:36:51.367Z] Removing intermediate container ec7cbfcee4e9 [2021-10-27T16:36:51.367Z] ---> 7175dc8bfa69 [2021-10-27T16:36:51.367Z] Step 20/22 : LABEL arch=x86_64 [2021-10-27T16:36:51.367Z] ---> Running in ff081e32391e [2021-10-27T16:36:51.630Z] Removing intermediate container ff081e32391e [2021-10-27T16:36:51.630Z] ---> 22a7e81951a4 [2021-10-27T16:36:51.630Z] Step 21/22 : LABEL git_sha=f9addaae546532e0e0c1214baf8a01ad49e8431c [2021-10-27T16:36:51.630Z] Removing intermediate container cfa2541041f6 [2021-10-27T16:36:51.630Z] ---> 80fed96e84e3 [2021-10-27T16:36:51.630Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2021-10-27T16:36:51.898Z] ---> Running in 606dd339ba20 [2021-10-27T16:36:51.898Z] ---> Running in 33a107ec64d3 [2021-10-27T16:36:51.898Z] Removing intermediate container 6ad52f3bc88f [2021-10-27T16:36:51.898Z] ---> 876cec7233ae [2021-10-27T16:36:51.898Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2021-10-27T16:36:51.898Z] Removing intermediate container 606dd339ba20 [2021-10-27T16:36:51.898Z] ---> eff095e79f8a [2021-10-27T16:36:51.898Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T16:36:53.002Z] ---> Running in c3d312d2feff [2021-10-27T16:36:53.002Z] ---> Running in 2ed579e79f8d [2021-10-27T16:36:53.002Z] Removing intermediate container 2ed579e79f8d [2021-10-27T16:36:53.002Z] ---> d68e61d24058 [2021-10-27T16:36:53.002Z] [2021-10-27T16:36:53.002Z] Removing intermediate container d66a8097e3fd [2021-10-27T16:36:53.002Z] ---> d2a890dd389f [2021-10-27T16:36:53.002Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-10-27T16:36:53.002Z] 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-27T16:36:53.002Z] ---> Running in 8e2b7c7c6502 [2021-10-27T16:36:53.002Z] Successfully built d68e61d24058 [2021-10-27T16:36:53.002Z] Successfully tagged core-data:latest [2021-10-27T16:36:53.002Z] Building security-secretstore-setup [2021-10-27T16:36:53.002Z]  Building core-data ... done 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-27T16:36:53.276Z] 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-27T16:36:59.053Z] Removing intermediate container 5d07cf20ae58 [2021-10-27T16:36:59.053Z] ---> 28ed08c7a3de [2021-10-27T16:36:59.053Z] Step 13/22 : ENV APP_PORT=58890 [2021-10-27T16:36:59.649Z] ---> Running in 5a0093aec5d4 [2021-10-27T16:36:59.919Z] Removing intermediate container 5a0093aec5d4 [2021-10-27T16:36:59.919Z] ---> 4a2457274633 [2021-10-27T16:36:59.919Z] Step 14/22 : EXPOSE $APP_PORT [2021-10-27T16:36:59.919Z] ---> Running in 66353fc7f849 [2021-10-27T16:37:00.518Z] Removing intermediate container 66353fc7f849 [2021-10-27T16:37:00.518Z] ---> 8ee22b5b15f2 [2021-10-27T16:37:00.518Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-10-27T16:37:00.518Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:37:00.518Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:37:00.518Z] ---> d64886427c12 [2021-10-27T16:37:00.518Z] Step 3/24 : WORKDIR /edgex-go [2021-10-27T16:37:00.518Z] ---> Using cache [2021-10-27T16:37:00.518Z] ---> dfd27a3c296f [2021-10-27T16:37:00.518Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:37:00.518Z] ---> Using cache [2021-10-27T16:37:00.518Z] ---> f42cc21a4c58 [2021-10-27T16:37:00.518Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-10-27T16:37:00.518Z] ---> Using cache [2021-10-27T16:37:00.518Z] ---> 1770f36b027d [2021-10-27T16:37:00.518Z] Step 6/24 : COPY . . [2021-10-27T16:37:00.518Z] ---> Using cache [2021-10-27T16:37:00.518Z] ---> ff1cf9afe56c [2021-10-27T16:37:00.518Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:37:00.518Z] ---> Using cache [2021-10-27T16:37:00.518Z] ---> d2a890dd389f [2021-10-27T16:37:00.518Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-10-27T16:37:00.518Z] ---> Running in 67a9f0c6ba78 [2021-10-27T16:37:01.110Z] ---> d0ee6bc5e465 [2021-10-27T16:37:01.110Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-10-27T16:37:01.382Z] 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-27T16:37:01.382Z] ---> 649dfc58fe9a [2021-10-27T16:37:01.382Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-10-27T16:37:02.937Z] ---> 46fdb6cf13d5 [2021-10-27T16:37:02.937Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-10-27T16:37:02.937Z] ---> Running in ac964b3f3cf8 [2021-10-27T16:37:02.937Z] Removing intermediate container ac964b3f3cf8 [2021-10-27T16:37:02.937Z] ---> 4fd0a7d0da37 [2021-10-27T16:37:02.937Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T16:37:02.937Z] ---> Running in e620e01674f2 [2021-10-27T16:37:02.937Z] Removing intermediate container e620e01674f2 [2021-10-27T16:37:02.937Z] ---> 6dea7460b350 [2021-10-27T16:37:02.937Z] Step 20/22 : LABEL arch=x86_64 [2021-10-27T16:37:02.937Z] ---> Running in 80d2900e241b [2021-10-27T16:37:02.937Z] Removing intermediate container 80d2900e241b [2021-10-27T16:37:02.937Z] ---> 493901d8fc72 [2021-10-27T16:37:02.937Z] Step 21/22 : LABEL git_sha=f9addaae546532e0e0c1214baf8a01ad49e8431c [2021-10-27T16:37:02.937Z] ---> Running in f05ba73c509d [2021-10-27T16:37:02.937Z] Removing intermediate container f05ba73c509d [2021-10-27T16:37:02.937Z] ---> 0c4f002b45ee [2021-10-27T16:37:02.937Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T16:37:02.937Z] ---> Running in 3718934a9941 [2021-10-27T16:37:02.937Z] Removing intermediate container 3718934a9941 [2021-10-27T16:37:02.937Z] ---> 1bd046c0fb4d [2021-10-27T16:37:02.937Z] [2021-10-27T16:37:02.937Z] Successfully built 1bd046c0fb4d [2021-10-27T16:37:02.937Z] Successfully tagged sys-mgmt-agent:latest [2021-10-27T16:37:23.600Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-10-27T16:37:35.182Z]  Building sys-mgmt-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-10-27T16:37:35.183Z] Removing intermediate container 8e2b7c7c6502 [2021-10-27T16:37:35.183Z] ---> 223f93a3de78 [2021-10-27T16:37:35.183Z] [2021-10-27T16:37:35.183Z] Step 9/30 : FROM alpine:3.14 [2021-10-27T16:37:35.183Z] ---> 14119a10abf4 [2021-10-27T16:37:35.183Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-10-27T16:37:35.183Z] ---> Running in 7baa8888f358 [2021-10-27T16:37:35.183Z] Removing intermediate container 7baa8888f358 [2021-10-27T16:37:35.183Z] ---> ab74adf31381 [2021-10-27T16:37:35.183Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-10-27T16:37:35.183Z] Removing intermediate container c3d312d2feff [2021-10-27T16:37:35.183Z] ---> f389689453d9 [2021-10-27T16:37:35.183Z] [2021-10-27T16:37:35.183Z] Step 9/21 : FROM alpine:3.14 [2021-10-27T16:37:35.183Z] ---> 14119a10abf4 [2021-10-27T16:37:35.183Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-10-27T16:37:35.183Z] Removing intermediate container 33a107ec64d3 [2021-10-27T16:37:35.183Z] ---> d17311caf72a [2021-10-27T16:37:35.183Z] [2021-10-27T16:37:35.183Z] Step 9/22 : FROM alpine:3.14 [2021-10-27T16:37:35.183Z] ---> 14119a10abf4 [2021-10-27T16:37:35.183Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-27T16:37:35.183Z] ---> Using cache [2021-10-27T16:37:35.183Z] ---> f7e8f472514d [2021-10-27T16:37:35.183Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T16:37:35.183Z] ---> Using cache [2021-10-27T16:37:35.183Z] ---> cb142a766ca0 [2021-10-27T16:37:35.183Z] Step 12/22 : ENV APP_PORT=59881 [2021-10-27T16:37:35.183Z] ---> Running in f2fe22a7f6c8 [2021-10-27T16:37:35.183Z] ---> Running in 930891154aba [2021-10-27T16:37:35.183Z] ---> Running in 15237455c01a [2021-10-27T16:37:35.183Z] Removing intermediate container 15237455c01a [2021-10-27T16:37:35.183Z] ---> 55d8aad320be [2021-10-27T16:37:35.183Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-27T16:37:35.183Z] ---> Running in 404bd89dccdc [2021-10-27T16:37:35.183Z] Removing intermediate container 404bd89dccdc [2021-10-27T16:37:35.183Z] ---> b3c74c66e89b [2021-10-27T16:37:35.183Z] Step 14/22 : WORKDIR / [2021-10-27T16:37:35.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T16:37:35.183Z] ---> Running in e33e6dca73b2 [2021-10-27T16:37:35.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T16:37:35.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T16:37:35.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T16:37:35.183Z] (1/2) Installing ca-certificates (20191127-r5) [2021-10-27T16:37:35.183Z] Removing intermediate container e33e6dca73b2 [2021-10-27T16:37:35.183Z] ---> fc1ffe78c65d [2021-10-27T16:37:35.183Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T16:37:35.183Z] (2/2) Installing dumb-init (1.2.5-r1) [2021-10-27T16:37:35.183Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T16:37:35.183Z] (1/2) Installing dumb-init (1.2.5-r1) [2021-10-27T16:37:35.183Z] (2/2) Installing su-exec (0.2-r1) [2021-10-27T16:37:35.183Z] Executing ca-certificates-20191127-r5.trigger [2021-10-27T16:37:35.183Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T16:37:35.183Z] OK: 6 MiB in 16 packages [2021-10-27T16:37:35.183Z] OK: 6 MiB in 16 packages [2021-10-27T16:37:35.183Z] ---> a289907618f5 [2021-10-27T16:37:35.183Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-10-27T16:37:35.183Z] Removing intermediate container 67a9f0c6ba78 [2021-10-27T16:37:35.183Z] ---> 5c87a6f9ade2 [2021-10-27T16:37:35.183Z] [2021-10-27T16:37:35.183Z] Step 9/24 : FROM alpine:3.14 [2021-10-27T16:37:35.183Z] ---> 14119a10abf4 [2021-10-27T16:37:35.183Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-10-27T16:37:35.183Z] ---> Running in 7b5c3ac3ea8c [2021-10-27T16:37:35.183Z] Removing intermediate container f2fe22a7f6c8 [2021-10-27T16:37:35.183Z] ---> eee5d6611d62 [2021-10-27T16:37:35.183Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-10-27T16:37:35.183Z] ---> Running in fd0656ca3f43 [2021-10-27T16:37:35.183Z] Removing intermediate container 930891154aba [2021-10-27T16:37:35.183Z] ---> fd8072fbabc3 [2021-10-27T16:37:35.183Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T16:37:35.183Z] ---> a62f95d0b143 [2021-10-27T16:37:35.183Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-10-27T16:37:35.183Z] ---> Running in 8e96529eb2cc [2021-10-27T16:37:35.183Z] Removing intermediate container fd0656ca3f43 [2021-10-27T16:37:35.183Z] ---> 089795e0f4dd [2021-10-27T16:37:35.183Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-10-27T16:37:35.183Z] Removing intermediate container 8e96529eb2cc [2021-10-27T16:37:35.183Z] ---> 3f0ae6aec15d [2021-10-27T16:37:35.183Z] Step 12/21 : ENV APP_PORT=59860 [2021-10-27T16:37:35.183Z] ---> Running in f5b090c7841b [2021-10-27T16:37:35.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T16:37:35.183Z] ---> 9ce256dda983 [2021-10-27T16:37:35.183Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-10-27T16:37:35.183Z] ---> Running in 52a1eb26ff0b [2021-10-27T16:37:35.183Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T16:37:35.183Z] ---> Running in 25f2f58cb7f9 [2021-10-27T16:37:35.183Z] Removing intermediate container f5b090c7841b [2021-10-27T16:37:35.183Z] ---> 585ecb94881a [2021-10-27T16:37:35.183Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-10-27T16:37:35.183Z] Removing intermediate container 52a1eb26ff0b [2021-10-27T16:37:35.183Z] ---> a79e61bd6770 [2021-10-27T16:37:35.183Z] Step 13/21 : EXPOSE $APP_PORT [2021-10-27T16:37:35.183Z] Removing intermediate container 25f2f58cb7f9 [2021-10-27T16:37:35.183Z] ---> 58bd58ba4978 [2021-10-27T16:37:35.183Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T16:37:35.183Z] ---> Running in cacfd03ede5b [2021-10-27T16:37:35.183Z] ---> Running in 5a612518bba7 [2021-10-27T16:37:35.183Z] ---> Running in 7fb4d9b13189 [2021-10-27T16:37:35.183Z] (1/3) Installing ca-certificates (20191127-r5) [2021-10-27T16:37:35.183Z] (2/3) Installing dumb-init (1.2.5-r1) [2021-10-27T16:37:35.183Z] (3/3) Installing su-exec (0.2-r1) [2021-10-27T16:37:35.183Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T16:37:35.183Z] Executing ca-certificates-20191127-r5.trigger [2021-10-27T16:37:35.183Z] OK: 6 MiB in 17 packages [2021-10-27T16:37:35.183Z] Removing intermediate container 5a612518bba7 [2021-10-27T16:37:35.183Z] ---> 1892120be006 [2021-10-27T16:37:35.183Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T16:37:35.183Z] Removing intermediate container 7fb4d9b13189 [2021-10-27T16:37:35.183Z] ---> fcc0cacb4fde [2021-10-27T16:37:35.183Z] Step 20/22 : LABEL arch=x86_64 [2021-10-27T16:37:35.183Z] ---> Running in f7b0d7655986 [2021-10-27T16:37:35.183Z] ---> 0c396ad8b0c0 [2021-10-27T16:37:35.183Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-10-27T16:37:35.183Z] Removing intermediate container f7b0d7655986 [2021-10-27T16:37:35.183Z] ---> df68d97c3bcb [2021-10-27T16:37:35.183Z] Step 21/22 : LABEL git_sha=f9addaae546532e0e0c1214baf8a01ad49e8431c [2021-10-27T16:37:35.183Z] ---> Running in 046ff0b72ed4 [2021-10-27T16:37:35.183Z] Removing intermediate container 7b5c3ac3ea8c [2021-10-27T16:37:35.183Z] ---> 3e8660e839e6 [2021-10-27T16:37:35.183Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-27T16:37:35.183Z] ---> Running in e90e9b7fa094 [2021-10-27T16:37:35.183Z] Removing intermediate container e90e9b7fa094 [2021-10-27T16:37:35.183Z] ---> 6a562da9070b [2021-10-27T16:37:35.183Z] Step 12/24 : WORKDIR / [2021-10-27T16:37:35.183Z] Removing intermediate container 046ff0b72ed4 [2021-10-27T16:37:35.183Z] ---> 46d10b0a8ce7 [2021-10-27T16:37:35.183Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T16:37:35.183Z] Removing intermediate container cacfd03ede5b [2021-10-27T16:37:35.183Z] ---> 92b29d0e2cd0 [2021-10-27T16:37:35.183Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-10-27T16:37:35.183Z] ---> 7a63b6ac198a [2021-10-27T16:37:35.183Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-10-27T16:37:35.183Z] ---> Running in 29183ba77b48 [2021-10-27T16:37:35.183Z] ---> Running in 2d623c4033b5 [2021-10-27T16:37:35.183Z] ---> Running in c63532553d12 [2021-10-27T16:37:35.183Z] Removing intermediate container 29183ba77b48 [2021-10-27T16:37:35.183Z] ---> b78f21df1a27 [2021-10-27T16:37:35.183Z] 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-27T16:37:35.183Z] Removing intermediate container 2d623c4033b5 [2021-10-27T16:37:35.183Z] ---> 685db6c0e004 [2021-10-27T16:37:35.183Z] [2021-10-27T16:37:35.183Z] Removing intermediate container c63532553d12 [2021-10-27T16:37:35.183Z] ---> 1b3252de4ab3 [2021-10-27T16:37:35.183Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-10-27T16:37:35.183Z] ---> b8b0da34d36f [2021-10-27T16:37:35.183Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2021-10-27T16:37:35.183Z] Successfully built 685db6c0e004 [2021-10-27T16:37:35.183Z] Successfully tagged core-metadata:latest [2021-10-27T16:37:35.183Z]  Building core-metadata ... done  ---> Running in 485c765172b7 [2021-10-27T16:37:35.183Z] ---> 5078583c36c0 [2021-10-27T16:37:35.183Z] 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-27T16:37:35.183Z] ---> 1ab575c27215 [2021-10-27T16:37:35.183Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-10-27T16:37:35.183Z] Removing intermediate container 485c765172b7 [2021-10-27T16:37:35.183Z] ---> 6283b6e691d5 [2021-10-27T16:37:35.183Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T16:37:35.183Z] ---> Running in 80a7f48c8549 [2021-10-27T16:37:35.183Z] ---> Running in e40bbe57399a [2021-10-27T16:37:35.183Z] ---> 4f38b98f6cb6 [2021-10-27T16:37:35.183Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-10-27T16:37:35.183Z] Removing intermediate container e40bbe57399a [2021-10-27T16:37:35.183Z] ---> 162525cca369 [2021-10-27T16:37:35.183Z] Step 19/21 : LABEL arch=x86_64 [2021-10-27T16:37:35.183Z] ---> Running in cb63beac66f7 [2021-10-27T16:37:35.183Z] Removing intermediate container cb63beac66f7 [2021-10-27T16:37:35.183Z] ---> 72c5a4597c4a [2021-10-27T16:37:35.183Z] Step 20/21 : LABEL git_sha=f9addaae546532e0e0c1214baf8a01ad49e8431c [2021-10-27T16:37:35.183Z] ---> 481ce747365e [2021-10-27T16:37:35.183Z] 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-27T16:37:35.183Z] ---> Running in 105bda730b46 [2021-10-27T16:37:35.183Z] Removing intermediate container 105bda730b46 [2021-10-27T16:37:35.183Z] ---> b31e0244bed2 [2021-10-27T16:37:35.183Z] Step 21/21 : LABEL version=0.0.0 [2021-10-27T16:37:35.183Z] ---> ccce5fd66721 [2021-10-27T16:37:35.183Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-10-27T16:37:35.183Z] ---> Running in ae25a24f5a39 [2021-10-27T16:37:35.183Z] Removing intermediate container ae25a24f5a39 [2021-10-27T16:37:35.183Z] ---> 45a4ce11e8e4 [2021-10-27T16:37:35.183Z] [2021-10-27T16:37:35.183Z] Successfully built 45a4ce11e8e4 [2021-10-27T16:37:35.183Z] Successfully tagged support-notifications:latest [2021-10-27T16:37:35.183Z]  Building support-notifications ... done Removing intermediate container 80a7f48c8549 [2021-10-27T16:37:35.183Z] ---> 4b8c9f719af3 [2021-10-27T16:37:35.183Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T16:37:35.448Z] ---> be46d9b63c93 [2021-10-27T16:37:35.448Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-10-27T16:37:35.448Z] ---> 3dab4088c5ad [2021-10-27T16:37:35.448Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-10-27T16:37:35.715Z] ---> 8bf09e1d3768 [2021-10-27T16:37:35.715Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-10-27T16:37:35.715Z] ---> 9a1ca670b370 [2021-10-27T16:37:35.715Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-10-27T16:37:35.978Z] ---> 07793f216cce [2021-10-27T16:37:35.978Z] 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-27T16:37:35.978Z] ---> Running in 0b625a2f0279 [2021-10-27T16:37:35.979Z] ---> 5b31c6db4aac [2021-10-27T16:37:35.979Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-10-27T16:37:35.979Z] ---> f6948a822943 [2021-10-27T16:37:35.979Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-10-27T16:37:36.238Z] ---> b2ab6a2af511 [2021-10-27T16:37:36.238Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-10-27T16:37:36.501Z] ---> Running in e7df0233ba80 [2021-10-27T16:37:36.501Z] Removing intermediate container 0b625a2f0279 [2021-10-27T16:37:36.501Z] ---> 4c1a00c2767b [2021-10-27T16:37:36.501Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-10-27T16:37:36.501Z] ---> Running in 521ea122ecce [2021-10-27T16:37:36.501Z] Removing intermediate container e7df0233ba80 [2021-10-27T16:37:36.501Z] ---> 7fbe1374e160 [2021-10-27T16:37:36.501Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-10-27T16:37:36.759Z] Removing intermediate container 521ea122ecce [2021-10-27T16:37:36.759Z] ---> 27220d90cecf [2021-10-27T16:37:36.759Z] Step 22/24 : LABEL arch=x86_64 [2021-10-27T16:37:36.759Z] ---> Running in f45e288468ef [2021-10-27T16:37:36.759Z] ---> 6efffa38c302 [2021-10-27T16:37:36.759Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-10-27T16:37:36.759Z] Removing intermediate container f45e288468ef [2021-10-27T16:37:36.759Z] ---> 706ab9bb3965 [2021-10-27T16:37:36.759Z] Step 23/24 : LABEL git_sha=f9addaae546532e0e0c1214baf8a01ad49e8431c [2021-10-27T16:37:36.759Z] ---> Running in 10a2487ff38f [2021-10-27T16:37:37.947Z] ---> Running in 53c7cb1dad33 [2021-10-27T16:37:37.947Z] Removing intermediate container 53c7cb1dad33 [2021-10-27T16:37:37.947Z] ---> 76eb29159e74 [2021-10-27T16:37:37.947Z] Step 24/24 : LABEL version=0.0.0 [2021-10-27T16:37:37.947Z] ---> Running in 0134f9171e1f [2021-10-27T16:37:37.947Z] Removing intermediate container 0134f9171e1f [2021-10-27T16:37:37.947Z] ---> 711b179799f2 [2021-10-27T16:37:37.947Z] [2021-10-27T16:37:37.947Z] Successfully built 711b179799f2 [2021-10-27T16:37:37.947Z] Successfully tagged security-secretstore-setup:latest [2021-10-27T16:37:37.947Z]  Building security-secretstore-setup ... done Removing intermediate container 10a2487ff38f [2021-10-27T16:37:37.947Z] ---> ca97865e9cf3 [2021-10-27T16:37:37.947Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-10-27T16:37:37.947Z] ---> Running in 24ba31e0d1c9 [2021-10-27T16:37:37.947Z] Removing intermediate container 24ba31e0d1c9 [2021-10-27T16:37:37.947Z] ---> ba5fbee996f8 [2021-10-27T16:37:37.947Z] Step 27/30 : CMD ["gate"] [2021-10-27T16:37:37.947Z] ---> Running in 734359e199b8 [2021-10-27T16:37:37.947Z] Removing intermediate container 734359e199b8 [2021-10-27T16:37:37.947Z] ---> 79080b1d7d9d [2021-10-27T16:37:37.947Z] Step 28/30 : LABEL arch=x86_64 [2021-10-27T16:37:37.947Z] ---> Running in b1b28efb78b4 [2021-10-27T16:37:37.947Z] Removing intermediate container b1b28efb78b4 [2021-10-27T16:37:37.947Z] ---> 4c12a32fe9c6 [2021-10-27T16:37:37.947Z] Step 29/30 : LABEL git_sha=f9addaae546532e0e0c1214baf8a01ad49e8431c [2021-10-27T16:37:37.947Z] ---> Running in a0a0de805ca9 [2021-10-27T16:37:37.948Z] Removing intermediate container a0a0de805ca9 [2021-10-27T16:37:37.948Z] ---> 871b69968180 [2021-10-27T16:37:37.948Z] Step 30/30 : LABEL version=0.0.0 [2021-10-27T16:37:38.206Z] ---> Running in 535a7f73d925 [2021-10-27T16:37:38.206Z] Removing intermediate container 535a7f73d925 [2021-10-27T16:37:38.206Z] ---> 196dedda9e98 [2021-10-27T16:37:38.206Z] [2021-10-27T16:37:38.206Z] Successfully built 196dedda9e98 [2021-10-27T16:37:38.206Z] Successfully tagged security-bootstrapper:latest [2021-10-27T16:37:38.471Z]  Building security-bootstrapper ... done  [Pipeline] } [2021-10-27T16:37:38.474Z] $ docker stop --time=1 9a3efa96993209ca7915e388f2da93dcc3fcfb3ca608d6d4037b38f4984ed5c9 [2021-10-27T16:37:39.758Z] $ docker rm -f 9a3efa96993209ca7915e388f2da93dcc3fcfb3ca608d6d4037b38f4984ed5c9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-27T16:37:40.851Z] + docker images [2021-10-27T16:37:40.852Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-10-27T16:37:40.852Z] security-bootstrapper latest 196dedda9e98 2 seconds ago 18.9MB [2021-10-27T16:37:40.852Z] security-secretstore-setup latest 711b179799f2 3 seconds ago 28.4MB [2021-10-27T16:37:40.852Z] support-notifications latest 45a4ce11e8e4 6 seconds ago 16.9MB [2021-10-27T16:37:40.852Z] core-metadata latest 685db6c0e004 6 seconds ago 16.9MB [2021-10-27T16:37:40.852Z] 5c87a6f9ade2 8 seconds ago 1.76GB [2021-10-27T16:37:40.852Z] f389689453d9 10 seconds ago 1.76GB [2021-10-27T16:37:40.852Z] d17311caf72a 10 seconds ago 1.76GB [2021-10-27T16:37:40.852Z] 223f93a3de78 11 seconds ago 1.76GB [2021-10-27T16:37:40.852Z] sys-mgmt-agent latest 1bd046c0fb4d 38 seconds ago 294MB [2021-10-27T16:37:40.852Z] core-data latest d68e61d24058 48 seconds ago 20.7MB [2021-10-27T16:37:40.852Z] core-command latest 03a884e55cff About a minute ago 16.1MB [2021-10-27T16:37:40.852Z] support-scheduler latest cfc01c641bf7 About a minute ago 16.2MB [2021-10-27T16:37:40.852Z] a96f780f5e5b About a minute ago 1.76GB [2021-10-27T16:37:40.852Z] 0adb139120c8 About a minute ago 1.76GB [2021-10-27T16:37:40.852Z] security-proxy-setup latest 6d8e54a429c2 About a minute ago 26.9MB [2021-10-27T16:37:40.852Z] 484f4fca7477 About a minute ago 1.75GB [2021-10-27T16:37:40.852Z] 416f25126fb9 About a minute ago 1.76GB [2021-10-27T16:37:40.852Z] 483696c6c6dc About a minute ago 1.76GB [2021-10-27T16:37:40.852Z] ci-base-image-x86_64 latest d64886427c12 6 minutes ago 1.25GB [2021-10-27T16:37:40.852Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 2 weeks ago 548MB [2021-10-27T16:37:40.852Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 2 weeks ago 34.5MB [2021-10-27T16:37:40.852Z] docker 20.10.8 bc6c0ffef665 7 weeks ago 214MB [2021-10-27T16:37:40.852Z] alpine 3.14 14119a10abf4 2 months ago 5.6MB [2021-10-27T16:37:40.852Z] 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-27T16:37:56.112Z] Still waiting to schedule task [2021-10-27T16:37:56.112Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-2315’ [2021-10-27T16:38:32.484Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-10-27T16:38:32.484Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-10-27T16:38:33.937Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-10-27T16:38:34.937Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-10-27T16:38:50.806Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-10-27T16:38:50.806Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-10-27T16:38:50.806Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-10-27T16:38:50.806Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-10-27T16:38:50.806Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-10-27T16:38:50.806Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-10-27T16:38:51.816Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-10-27T16:38:51.816Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-10-27T16:38:51.816Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-10-27T16:38:51.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-10-27T16:39:02.246Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.243s coverage: 28.7% of statements [2021-10-27T16:39:02.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-10-27T16:39:02.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-10-27T16:39:06.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.433s coverage: 98.5% of statements [2021-10-27T16:39:06.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-10-27T16:39:07.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.580s coverage: 44.7% of statements [2021-10-27T16:39:07.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-10-27T16:39:07.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-10-27T16:39:12.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.805s coverage: 89.5% of statements [2021-10-27T16:39:12.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-10-27T16:39:12.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-10-27T16:39:12.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.371s coverage: 84.4% of statements [2021-10-27T16:39:12.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-10-27T16:39:12.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-10-27T16:39:12.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-10-27T16:39:12.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-10-27T16:39:12.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-10-27T16:39:21.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.008s coverage: 94.2% of statements [2021-10-27T16:39:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-10-27T16:39:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-10-27T16:39:21.829Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.240s coverage: 59.1% of statements [2021-10-27T16:39:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-10-27T16:39:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-10-27T16:39:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-10-27T16:39:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-10-27T16:39:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-10-27T16:39:21.829Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.252s coverage: 60.0% of statements [2021-10-27T16:39:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-10-27T16:39:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-10-27T16:39:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-10-27T16:39:21.829Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.464s coverage: 0.9% of statements [2021-10-27T16:39:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-10-27T16:39:21.829Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.222s coverage: 58.8% of statements [2021-10-27T16:39:21.829Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.275s coverage: 21.7% of statements [2021-10-27T16:39:21.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-10-27T16:39:21.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.287s coverage: 47.1% of statements [2021-10-27T16:39:21.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.341s coverage: 79.5% of statements [2021-10-27T16:39:21.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.214s coverage: 94.1% of statements [2021-10-27T16:39:23.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.286s coverage: 96.3% of statements [2021-10-27T16:39:24.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.246s coverage: 87.5% of statements [2021-10-27T16:39:36.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.234s coverage: 94.4% of statements [2021-10-27T16:39:36.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.246s coverage: 44.8% of statements [2021-10-27T16:39:44.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.739s coverage: 82.5% of statements [2021-10-27T16:39:44.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-10-27T16:39:49.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.266s coverage: 92.9% of statements [2021-10-27T16:39:49.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-10-27T16:39:49.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-10-27T16:39:49.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-10-27T16:39:49.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.068s coverage: 65.1% of statements [2021-10-27T16:39:49.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-10-27T16:39:49.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-10-27T16:39:49.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-10-27T16:39:49.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-10-27T16:39:49.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-10-27T16:39:49.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.214s coverage: 87.2% of statements [2021-10-27T16:39:49.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-10-27T16:39:49.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-10-27T16:39:49.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.204s coverage: 100.0% of statements [2021-10-27T16:39:49.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-10-27T16:39:49.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.317s coverage: 58.8% of statements [2021-10-27T16:39:49.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-10-27T16:39:49.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.372s coverage: 80.0% of statements [2021-10-27T16:39:49.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.334s coverage: 87.2% of statements [2021-10-27T16:39:49.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.298s coverage: 85.4% of statements [2021-10-27T16:39:50.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.078s coverage: 91.2% of statements [2021-10-27T16:39:50.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-10-27T16:39:54.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.016s coverage: 64.4% of statements [2021-10-27T16:39:54.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-10-27T16:39:54.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-10-27T16:39:54.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.277s coverage: 100.0% of statements [2021-10-27T16:39:54.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.185s coverage: 89.4% of statements [2021-10-27T16:39:54.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-10-27T16:39:54.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements [2021-10-27T16:39:54.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2021-10-27T16:40:02.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.608s coverage: 65.4% of statements [2021-10-27T16:40:02.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-10-27T16:40:02.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-10-27T16:40:02.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-10-27T16:40:04.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.096s coverage: 43.5% of statements [2021-10-27T16:40:04.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-10-27T16:40:04.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-10-27T16:40:04.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.355s coverage: 89.5% of statements [2021-10-27T16:40:04.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-10-27T16:40:04.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.265s coverage: 84.8% of statements [2021-10-27T16:40:04.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-10-27T16:40:11.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.425s coverage: 17.7% of statements [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-10-27T16:40:11.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.751s coverage: 92.3% of statements [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-10-27T16:40:11.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.252s coverage: 63.2% of statements [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-10-27T16:40:11.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.531s coverage: 97.7% of statements [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-10-27T16:40:11.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.218s coverage: 28.9% of statements [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-10-27T16:40:11.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-10-27T16:40:11.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.217s coverage: 100.0% of statements [2021-10-27T16:40:12.577Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 96.9% of statements [2021-10-27T16:40:13.548Z] 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-27T16:40:13.548Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2021-10-27T16:40:13.548Z] GO111MODULE=on go vet ./... [2021-10-27T16:41:49.950Z] Running on prd-ubuntu18.04-docker-8c-8g-2317 in /w/workspace/edgexfoundry_edgex-go_PR-3782 [Pipeline] { [Pipeline] ws [2021-10-27T16:41:49.962Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-10-27T16:41:50.054Z] The recommended git tool is: git [2021-10-27T16:41:50.403Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-27T16:41:50.403Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-27T16:41:50.403Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-10-27T16:41:51.964Z] + ls -al . [2021-10-27T16:41:51.964Z] total 664 [2021-10-27T16:41:51.964Z] drwxrwxr-x 9 1001 1001 4096 Oct 27 16:41 . [2021-10-27T16:41:51.964Z] drwxr-xr-x 4 root root 4096 Oct 27 16:36 .. [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 11 Oct 27 16:34 .dockerignore [2021-10-27T16:41:51.964Z] drwxrwxr-x 8 1001 1001 4096 Oct 27 16:34 .git [2021-10-27T16:41:51.964Z] drwxrwxr-x 4 1001 1001 4096 Oct 27 16:34 .github [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 804 Oct 27 16:34 .gitignore [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 42 Oct 27 16:34 .golangci.yml [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 76 Oct 27 16:34 .hadolint.yml [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 166 Oct 27 16:34 .sonarcloud.properties [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 1171 Oct 27 16:34 ADOPTERS.md [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 8910 Oct 27 16:34 Attribution.txt [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 43881 Oct 27 16:34 CHANGELOG.md [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 3804 Oct 27 16:34 CONTRIBUTING.md [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 677 Oct 27 16:34 GOVERNANCE.md [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 849 Oct 27 16:34 Jenkinsfile [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 10775 Oct 27 16:34 LICENSE [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 6508 Oct 27 16:34 Makefile [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 582 Oct 27 16:34 OWNERS.md [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 8256 Oct 27 16:34 README.md [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 6912 Oct 27 16:34 SECURITY.md [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 5 Oct 27 16:30 VERSION [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 4131 Oct 27 16:34 ZMQWindows.md [2021-10-27T16:41:51.964Z] drwxrwxr-x 2 1001 1001 4096 Oct 27 16:34 bin [2021-10-27T16:41:51.964Z] drwxrwxr-x 14 1001 1001 4096 Oct 27 16:34 cmd [2021-10-27T16:41:51.964Z] -rw-r--r-- 1 root root 428179 Oct 27 16:40 coverage.out [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 848 Oct 27 16:34 go.mod [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 50414 Oct 27 16:34 go.sum [2021-10-27T16:41:51.964Z] drwxrwxr-x 8 1001 1001 4096 Oct 27 16:34 internal [2021-10-27T16:41:51.964Z] drwxrwxr-x 3 1001 1001 4096 Oct 27 16:34 openapi [2021-10-27T16:41:51.964Z] drwxrwxr-x 4 1001 1001 4096 Oct 27 16:34 snap [2021-10-27T16:41:51.964Z] -rw-rw-r-- 1 1001 1001 204 Oct 27 16:34 version.go [Pipeline] sh [2021-10-27T16:41:52.624Z] + '[' -e coverage.out ] [2021-10-27T16:41:52.624Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-10-27T16:41:52.645Z] Warning: overwriting stash ‘coverage-report’ [2021-10-27T16:41:53.075Z] using credential edgex-jenkins-ssh [2021-10-27T16:41:53.085Z] Cloning the remote Git repository [2021-10-27T16:41:53.084Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-10-27T16:41:53.139Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-10-27T16:41:53.167Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-27T16:41:53.167Z] > git --version # timeout=10 [2021-10-27T16:41:53.174Z] > git --version # 'git version 2.17.1' [2021-10-27T16:41:53.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-27T16:41:53.217Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-27T16:41:54.389Z] Stashed 1 file(s) [Pipeline] sh [2021-10-27T16:41:55.039Z] + make build [2021-10-27T16:41:55.039Z] 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-27T16:42:04.157Z] 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-27T16:42:31.825Z] 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-27T16:42:33.677Z] 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-27T16:42:39.100Z] 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-27T16:42:39.695Z] 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-27T16:42:44.017Z] 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-27T16:42:48.301Z] 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-27T16:42:50.421Z] Merging remotes/origin/main commit d325f454062a1ab7df1627f6a73b0f166109ba5b into PR head commit d9172d1c6d3391174b4d68b59966d432d9ee4b93 [2021-10-27T16:42:50.574Z] Merge succeeded, producing c5acf147bffa42af46884b6faf5c611705808e44 [2021-10-27T16:42:50.574Z] Checking out Revision c5acf147bffa42af46884b6faf5c611705808e44 (PR-3782) [2021-10-27T16:42:51.707Z] 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-27T16:42:49.834Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-27T16:42:49.844Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-27T16:42:49.855Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-27T16:42:49.868Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-27T16:42:49.868Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-27T16:42:49.874Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3782/head:refs/remotes/origin/PR-3782 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-27T16:42:50.433Z] > git config core.sparsecheckout # timeout=10 [2021-10-27T16:42:50.438Z] > git checkout -f d9172d1c6d3391174b4d68b59966d432d9ee4b93 # timeout=10 [2021-10-27T16:42:50.500Z] > git remote # timeout=10 [2021-10-27T16:42:50.512Z] > git config --get remote.origin.url # timeout=10 [2021-10-27T16:42:50.521Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-27T16:42:50.523Z] > git merge d325f454062a1ab7df1627f6a73b0f166109ba5b # timeout=10 [2021-10-27T16:42:50.572Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-27T16:42:50.580Z] > git config core.sparsecheckout # timeout=10 [2021-10-27T16:42:50.584Z] > git checkout -f c5acf147bffa42af46884b6faf5c611705808e44 # timeout=10 [2021-10-27T16:42:54.129Z] Commit message: "Merge commit 'd325f454062a1ab7df1627f6a73b0f166109ba5b' into HEAD" [2021-10-27T16:42:54.137Z] > git rev-list --no-walk d9172d1c6d3391174b4d68b59966d432d9ee4b93 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-27T16:42:54.934Z] + echo snap-build.sh [2021-10-27T16:42:54.934Z] snap-build.sh [2021-10-27T16:42:54.934Z] + SNAP_BASE_DIR=. [2021-10-27T16:42:54.934Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-10-27T16:42:54.934Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-10-27T16:42:54.934Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-10-27T16:42:54.934Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-10-27T16:42:54.934Z] + cd /w/workspace/edgex-go/4 [2021-10-27T16:42:54.934Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-10-27T16:42:54.934Z] Reading package lists... [2021-10-27T16:42:54.934Z] Building dependency tree... [2021-10-27T16:42:54.934Z] Reading state information... [2021-10-27T16:42:54.934Z] The following packages were automatically installed and are no longer required: [2021-10-27T16:42:54.934Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-10-27T16:42:54.934Z] uidmap xdelta3 [2021-10-27T16:42:54.934Z] Use 'sudo apt autoremove' to remove them. [2021-10-27T16:42:54.934Z] The following packages will be REMOVED: [2021-10-27T16:42:54.934Z] lxd* lxd-client* [2021-10-27T16:42:55.196Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-10-27T16:42:55.196Z] After this operation, 31.7 MB disk space will be freed. [2021-10-27T16:42:55.977Z] (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-27T16:42:55.977Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-10-27T16:42:56.551Z] Removing lxd dnsmasq configuration [2021-10-27T16:42:56.551Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-10-27T16:42:56.814Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-10-27T16:42:57.120Z] 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-27T16:42:58.331Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-10-27T16:42:58.332Z] (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-27T16:42:58.332Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-10-27T16:42:58.904Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-10-27T16:42:59.165Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-10-27T16:42:59.738Z] + sudo snap remove --purge lxd [2021-10-27T16:42:59.738Z] snap "lxd" is not installed [2021-10-27T16:42:59.738Z] + sudo groupadd --force --system lxd [2021-10-27T16:42:59.738Z] ++ whoami [2021-10-27T16:42:59.738Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-10-27T16:42:59.738Z] + newgrp - lxd [2021-10-27T16:42:59.738Z] + sudo snap install lxd [2021-10-27T16:43:00.684Z] 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-27T16:43:06.094Z] 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-27T16:43:14.657Z] 2021-10-27T16:43:07Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-10-27T16:43:14.656Z] $ docker stop --time=1 ba547df880a2d543a01b7ec377eb897393a1b12568347b411c60bea8cf483325 [2021-10-27T16:43:16.792Z] $ docker rm -f ba547df880a2d543a01b7ec377eb897393a1b12568347b411c60bea8cf483325 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-27T16:43:18.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-27T16:43:18.960Z] [2021-10-27T16:43:18.960Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-27T16:43:19.315Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-27T16:43:19.595Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-10-27T16:43:19.595Z] 29e5d40040c1: Pulling fs layer [2021-10-27T16:43:19.595Z] 1ce36da41761: Pulling fs layer [2021-10-27T16:43:19.595Z] 25b303627fd3: Pulling fs layer [2021-10-27T16:43:19.875Z] 29e5d40040c1: Verifying Checksum [2021-10-27T16:43:19.875Z] 29e5d40040c1: Download complete [2021-10-27T16:43:20.149Z] 1ce36da41761: Verifying Checksum [2021-10-27T16:43:20.149Z] 1ce36da41761: Download complete [2021-10-27T16:43:20.425Z] 29e5d40040c1: Pull complete [2021-10-27T16:43:21.404Z] 25b303627fd3: Verifying Checksum [2021-10-27T16:43:21.404Z] 25b303627fd3: Download complete [2021-10-27T16:43:21.679Z] 1ce36da41761: Pull complete [2021-10-27T16:43:29.570Z] lxd 4.19 from Canonical* installed [2021-10-27T16:43:29.571Z] + sudo lxd init --auto [2021-10-27T16:43:32.714Z] 25b303627fd3: Pull complete [2021-10-27T16:43:32.714Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-10-27T16:43:32.714Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-27T16:43:32.714Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-10-27T16:43:33.013Z] prd-ubuntu18.04-docker-arm64-4c-16g-2309 does not seem to be running inside a container [2021-10-27T16:43:33.094Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-27T16:43:36.124Z] $ docker top 3327ea241cace62aba85293df11d4834125ff2ed9c09a01cb91ee95db2f47c11 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-27T16:43:37.820Z] + docker-compose build --help [2021-10-27T16:43:37.820Z] + grep parallel [2021-10-27T16:43:39.526Z] + sudo snap install --classic snapcraft [2021-10-27T16:43:43.953Z] --parallel Build images in parallel. [Pipeline] } [2021-10-27T16:43:44.244Z] $ docker stop --time=1 3327ea241cace62aba85293df11d4834125ff2ed9c09a01cb91ee95db2f47c11 [2021-10-27T16:43:46.114Z] $ docker rm -f 3327ea241cace62aba85293df11d4834125ff2ed9c09a01cb91ee95db2f47c11 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-27T16:43:46.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-27T16:43:46.818Z] . [Pipeline] withDockerContainer [2021-10-27T16:43:47.125Z] prd-ubuntu18.04-docker-arm64-4c-16g-2309 does not seem to be running inside a container [2021-10-27T16:43:47.211Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-27T16:43:48.849Z] $ docker top a5b55901aa7c9b81457c48fafc9ad24e9a711475cbe13a5864a2fe0a37251a10 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-27T16:43:50.840Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-10-27T16:43:57.542Z] Building core-command ... [2021-10-27T16:43:57.542Z] Building core-data ... [2021-10-27T16:43:57.542Z] Building core-metadata ... [2021-10-27T16:43:57.542Z] Building security-bootstrapper ... [2021-10-27T16:43:57.542Z] Building security-proxy-setup ... [2021-10-27T16:43:57.542Z] Building security-secretstore-setup ... [2021-10-27T16:43:57.542Z] Building support-notifications ... [2021-10-27T16:43:57.542Z] Building support-scheduler ... [2021-10-27T16:43:57.542Z] Building sys-mgmt-agent ... [2021-10-27T16:43:57.542Z] Building support-notifications [2021-10-27T16:43:57.542Z] Building core-command [2021-10-27T16:43:57.542Z] Building security-proxy-setup [2021-10-27T16:43:57.542Z] Building core-metadata [2021-10-27T16:43:57.542Z] Building security-bootstrapper [2021-10-27T16:44:02.166Z] snapcraft 5.0 from Canonical* installed [2021-10-27T16:44:02.166Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-10-27T16:44:02.166Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-10-27T16:44:02.166Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-27T16:44:02.166Z] Dload Upload Total Spent Left Speed [2021-10-27T16:44:02.166Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3215 0 --:--:-- --:--:-- --:--:-- 3215 [2021-10-27T16:44:02.166Z] 100 3325k 100 3325k 0 0 10.1M 0 --:--:-- --:--:-- --:--:-- 10.1M [2021-10-27T16:44:02.166Z] ./yq_linux_amd64 [2021-10-27T16:44:02.166Z] + sudo snapcraft prime --use-lxd [2021-10-27T16:44:03.553Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-10-27T16:44:03.820Z] 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-27T16:44:03.820Z] - README.md [2021-10-27T16:44:03.820Z] [2021-10-27T16:44:03.820Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-10-27T16:44:03.820Z] Launching a container. [2021-10-27T16:44:09.108Z] Waiting for container to be ready [2021-10-27T16:44:09.369Z] To start your first instance, try: lxc launch ubuntu:20.04 [2021-10-27T16:44:09.369Z] [2021-10-27T16:44:13.569Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-10-27T16:44:13.569Z] Waiting for network to be ready... [2021-10-27T16:44:13.569Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-10-27T16:44:13.829Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-10-27T16:44:13.829Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1932 kB] [2021-10-27T16:44:13.829Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [349 kB] [2021-10-27T16:44:13.829Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-10-27T16:44:13.829Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-10-27T16:44:13.829Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [488 kB] [2021-10-27T16:44:13.829Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [65.8 kB] [2021-10-27T16:44:13.829Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1144 kB] [2021-10-27T16:44:13.829Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [262 kB] [2021-10-27T16:44:14.401Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-10-27T16:44:14.401Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-10-27T16:44:14.662Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-10-27T16:44:14.662Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-10-27T16:44:14.662Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-10-27T16:44:14.662Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-10-27T16:44:14.662Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-10-27T16:44:14.662Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-10-27T16:44:15.235Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-10-27T16:44:15.495Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2277 kB] [2021-10-27T16:44:15.754Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [442 kB] [2021-10-27T16:44:15.754Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-10-27T16:44:15.754Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-10-27T16:44:15.754Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [513 kB] [2021-10-27T16:44:15.754Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [69.7 kB] [2021-10-27T16:44:15.754Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1759 kB] [2021-10-27T16:44:15.754Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [378 kB] [2021-10-27T16:44:17.783Z] Fetched 25.5 MB in 4s (6016 kB/s) [2021-10-27T16:44:18.724Z] Reading package lists... [2021-10-27T16:44:24.012Z] Reading package lists... [2021-10-27T16:44:24.012Z] Building dependency tree... [2021-10-27T16:44:24.012Z] Reading state information... [2021-10-27T16:44:24.012Z] The following additional packages will be installed: [2021-10-27T16:44:24.012Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-10-27T16:44:24.012Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-10-27T16:44:24.012Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-10-27T16:44:24.012Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-10-27T16:44:24.012Z] Suggested packages: [2021-10-27T16:44:24.012Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-10-27T16:44:24.012Z] Recommended packages: [2021-10-27T16:44:24.012Z] gnupg libsasl2-modules [2021-10-27T16:44:24.012Z] The following NEW packages will be installed: [2021-10-27T16:44:24.012Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-10-27T16:44:24.012Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-10-27T16:44:24.012Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-10-27T16:44:24.012Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-10-27T16:44:24.012Z] The following packages will be upgraded: [2021-10-27T16:44:24.012Z] gpg gpg-agent gpgconf libudev1 [2021-10-27T16:44:24.012Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2021-10-27T16:44:24.012Z] Need to get 3527 kB of archives. [2021-10-27T16:44:24.012Z] After this operation, 13.3 MB of additional disk space will be used. [2021-10-27T16:44:24.012Z] 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-27T16:44:24.012Z] 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-27T16:44:24.012Z] 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-27T16:44:24.012Z] 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-27T16:44:24.012Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.52 [55.8 kB] [2021-10-27T16:44:24.012Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.52 [1102 kB] [2021-10-27T16:44:24.582Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-10-27T16:44:24.582Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-10-27T16:44:24.582Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-10-27T16:44:24.582Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-10-27T16:44:24.582Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-10-27T16:44:24.582Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-10-27T16:44:24.582Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-10-27T16:44:24.582Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-10-27T16:44:24.582Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-10-27T16:44:24.582Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-10-27T16:44:24.582Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-10-27T16:44:24.582Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-10-27T16:44:24.582Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-10-27T16:44:24.842Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-10-27T16:44:24.842Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-10-27T16:44:24.842Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-10-27T16:44:24.842Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-27T16:44:24.842Z] Fetched 3527 kB in 1s (3077 kB/s) [2021-10-27T16:44:24.842Z] (Reading database ... 12511 files and directories currently installed.) [2021-10-27T16:44:24.842Z] Preparing to unpack .../libudev1_237-3ubuntu10.52_amd64.deb ... [2021-10-27T16:44:24.842Z] Unpacking libudev1:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-27T16:44:24.842Z] Setting up libudev1:amd64 (237-3ubuntu10.52) ... [2021-10-27T16:44:25.103Z] Selecting previously unselected package udev. [2021-10-27T16:44:25.103Z] (Reading database ... 12511 files and directories currently installed.) [2021-10-27T16:44:25.103Z] Preparing to unpack .../00-udev_237-3ubuntu10.52_amd64.deb ... [2021-10-27T16:44:25.103Z] Unpacking udev (237-3ubuntu10.52) ... [2021-10-27T16:44:25.362Z] Selecting previously unselected package libfuse2:amd64. [2021-10-27T16:44:25.362Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-10-27T16:44:25.362Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-10-27T16:44:25.362Z] Selecting previously unselected package fuse. [2021-10-27T16:44:25.362Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-10-27T16:44:25.362Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-10-27T16:44:25.362Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-27T16:44:25.362Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-27T16:44:25.362Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-27T16:44:25.362Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-27T16:44:25.623Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-27T16:44:25.623Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-27T16:44:25.623Z] Selecting previously unselected package libksba8:amd64. [2021-10-27T16:44:25.623Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-10-27T16:44:25.623Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-10-27T16:44:25.623Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-10-27T16:44:25.623Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-27T16:44:25.623Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:25.623Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-10-27T16:44:25.623Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-27T16:44:25.623Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:25.623Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-10-27T16:44:25.884Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-27T16:44:25.884Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:25.884Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-10-27T16:44:25.884Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-27T16:44:25.884Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:25.884Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-10-27T16:44:25.884Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-27T16:44:25.884Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:25.884Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-10-27T16:44:25.884Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-27T16:44:25.884Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:25.884Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-10-27T16:44:25.884Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-27T16:44:25.884Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:26.144Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-10-27T16:44:26.144Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-27T16:44:26.144Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:26.144Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-10-27T16:44:26.144Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-10-27T16:44:26.144Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:26.144Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-10-27T16:44:26.144Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-10-27T16:44:26.144Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-27T16:44:26.144Z] Selecting previously unselected package libsasl2-2:amd64. [2021-10-27T16:44:26.144Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-10-27T16:44:26.144Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-27T16:44:26.144Z] Selecting previously unselected package libldap-common. [2021-10-27T16:44:26.144Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-10-27T16:44:26.144Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-27T16:44:26.406Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-10-27T16:44:26.406Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-10-27T16:44:26.406Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-27T16:44:26.406Z] Selecting previously unselected package dirmngr. [2021-10-27T16:44:26.406Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-27T16:44:26.406Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-10-27T16:44:26.406Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-27T16:44:26.406Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-10-27T16:44:26.406Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-10-27T16:44:26.406Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-27T16:44:26.406Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-10-27T16:44:26.406Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-10-27T16:44:26.406Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:26.406Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-10-27T16:44:26.406Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-27T16:44:26.667Z] Setting up udev (237-3ubuntu10.52) ... [2021-10-27T16:44:26.926Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-10-27T16:44:26.926Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:26.926Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-10-27T16:44:26.926Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-10-27T16:44:26.926Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-10-27T16:44:26.926Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:26.926Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:26.926Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:27.184Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:27.184Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:27.184Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:27.184Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-10-27T16:44:27.184Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-10-27T16:44:27.184Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-10-27T16:44:27.184Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-27T16:44:27.444Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-10-27T16:44:27.444Z] settings in the [Install] section, and DefaultInstance for template units). [2021-10-27T16:44:27.444Z] This means they are not meant to be enabled using systemctl. [2021-10-27T16:44:27.444Z] Possible reasons for having this kind of units are: [2021-10-27T16:44:27.444Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-10-27T16:44:27.444Z] .wants/ or .requires/ directory. [2021-10-27T16:44:27.444Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-10-27T16:44:27.444Z] a requirement dependency on it. [2021-10-27T16:44:27.444Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-10-27T16:44:27.444Z] D-Bus, udev, scripted systemctl call, ...). [2021-10-27T16:44:27.444Z] 4) In case of template units, the unit is meant to be enabled with some [2021-10-27T16:44:27.444Z] instance name specified. [2021-10-27T16:44:27.704Z] Reading package lists... [2021-10-27T16:44:27.965Z] Building dependency tree... [2021-10-27T16:44:27.965Z] Reading state information... [2021-10-27T16:44:29.123Z] The following additional packages will be installed: [2021-10-27T16:44:29.123Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-10-27T16:44:29.123Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-10-27T16:44:29.123Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-10-27T16:44:29.123Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-10-27T16:44:29.123Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-10-27T16:44:29.123Z] Suggested packages: [2021-10-27T16:44:29.123Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-10-27T16:44:29.124Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-10-27T16:44:29.124Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-10-27T16:44:29.124Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-10-27T16:44:29.124Z] systemd-container policykit-1 [2021-10-27T16:44:29.124Z] Recommended packages: [2021-10-27T16:44:29.124Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-10-27T16:44:29.124Z] The following NEW packages will be installed: [2021-10-27T16:44:29.124Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-10-27T16:44:29.124Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-10-27T16:44:29.124Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-10-27T16:44:29.124Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-10-27T16:44:29.124Z] python3.6-minimal snapd squashfs-tools sudo [2021-10-27T16:44:29.124Z] The following packages will be upgraded: [2021-10-27T16:44:29.124Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-10-27T16:44:29.124Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2021-10-27T16:44:29.124Z] Need to get 36.8 MB of archives. [2021-10-27T16:44:29.124Z] After this operation, 147 MB of additional disk space will be used. [2021-10-27T16:44:29.124Z] 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-27T16:44:29.124Z] 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-27T16:44:29.124Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-10-27T16:44:29.124Z] 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-27T16:44:29.124Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.52 [2913 kB] [2021-10-27T16:44:29.124Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-10-27T16:44:29.124Z] 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-27T16:44:29.124Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-10-27T16:44:29.124Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-10-27T16:44:29.124Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-10-27T16:44:29.124Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-10-27T16:44:29.124Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-10-27T16:44:29.124Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-10-27T16:44:29.124Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-10-27T16:44:29.124Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] [2021-10-27T16:44:29.124Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] [2021-10-27T16:44:29.124Z] 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-27T16:44:29.124Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.52 [206 kB] [2021-10-27T16:44:29.124Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2021-10-27T16:44:29.124Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2021-10-27T16:44:29.383Z] 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-27T16:44:29.383Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-10-27T16:44:29.383Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-10-27T16:44:29.383Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-10-27T16:44:29.383Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-10-27T16:44:29.383Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-10-27T16:44:29.383Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-10-27T16:44:29.383Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-10-27T16:44:29.383Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-10-27T16:44:29.383Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.51.1+18.04 [22.6 MB] [2021-10-27T16:44:30.768Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-27T16:44:30.769Z] Fetched 36.8 MB in 2s (15.6 MB/s) [2021-10-27T16:44:30.769Z] (Reading database ... 12757 files and directories currently installed.) [2021-10-27T16:44:30.769Z] Preparing to unpack .../systemd_237-3ubuntu10.52_amd64.deb ... [2021-10-27T16:44:30.769Z] Unpacking systemd (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-27T16:44:31.338Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.52_amd64.deb ... [2021-10-27T16:44:31.338Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-27T16:44:31.338Z] Setting up libsystemd0:amd64 (237-3ubuntu10.52) ... [2021-10-27T16:44:31.338Z] (Reading database ... 12757 files and directories currently installed.) [2021-10-27T16:44:31.338Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2021-10-27T16:44:31.338Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2021-10-27T16:44:31.598Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2021-10-27T16:44:31.598Z] (Reading database ... 12757 files and directories currently installed.) [2021-10-27T16:44:31.598Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2021-10-27T16:44:31.598Z] Unpacking apt (1.6.14) over (1.6.1) ... [2021-10-27T16:44:31.859Z] Setting up apt (1.6.14) ... [2021-10-27T16:44:31.859Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-10-27T16:44:32.123Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-10-27T16:44:32.384Z] (Reading database ... 12764 files and directories currently installed.) [2021-10-27T16:44:32.384Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... [2021-10-27T16:44:32.384Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... [2021-10-27T16:44:32.384Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-10-27T16:44:32.384Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-27T16:44:32.384Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-27T16:44:32.644Z] Selecting previously unselected package libexpat1:amd64. [2021-10-27T16:44:32.644Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-10-27T16:44:32.644Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-10-27T16:44:32.644Z] Selecting previously unselected package python3.6-minimal. [2021-10-27T16:44:32.644Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-27T16:44:32.644Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-10-27T16:44:32.906Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... [2021-10-27T16:44:32.906Z] Checking for services that may need to be restarted...done. [2021-10-27T16:44:32.906Z] Checking for services that may need to be restarted...done. [2021-10-27T16:44:32.906Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-27T16:44:32.906Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-10-27T16:44:32.906Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-10-27T16:44:33.476Z] Selecting previously unselected package python3-minimal. [2021-10-27T16:44:33.476Z] (Reading database ... 13012 files and directories currently installed.) [2021-10-27T16:44:33.476Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-10-27T16:44:33.476Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-10-27T16:44:33.476Z] Selecting previously unselected package mime-support. [2021-10-27T16:44:33.476Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-10-27T16:44:33.476Z] Unpacking mime-support (3.60ubuntu1) ... [2021-10-27T16:44:33.476Z] Selecting previously unselected package libmpdec2:amd64. [2021-10-27T16:44:33.476Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-10-27T16:44:33.476Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-10-27T16:44:33.476Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-10-27T16:44:33.476Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-27T16:44:33.476Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-27T16:44:33.736Z] Selecting previously unselected package python3.6. [2021-10-27T16:44:33.736Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-10-27T16:44:33.736Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-27T16:44:33.736Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-10-27T16:44:33.736Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-10-27T16:44:33.736Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-10-27T16:44:33.736Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-10-27T16:44:34.010Z] Selecting previously unselected package python3. [2021-10-27T16:44:34.010Z] (Reading database ... 13442 files and directories currently installed.) [2021-10-27T16:44:34.010Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-10-27T16:44:34.010Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-10-27T16:44:34.010Z] Selecting previously unselected package multiarch-support. [2021-10-27T16:44:34.010Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-10-27T16:44:34.010Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-10-27T16:44:34.270Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-10-27T16:44:34.270Z] Selecting previously unselected package liblzo2-2:amd64. [2021-10-27T16:44:34.270Z] (Reading database ... 13479 files and directories currently installed.) [2021-10-27T16:44:34.270Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-10-27T16:44:34.270Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-10-27T16:44:34.270Z] Selecting previously unselected package libbsd0:amd64. [2021-10-27T16:44:34.270Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-10-27T16:44:34.270Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-10-27T16:44:34.270Z] Selecting previously unselected package sudo. [2021-10-27T16:44:34.270Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-10-27T16:44:34.270Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-10-27T16:44:34.270Z] Selecting previously unselected package apparmor. [2021-10-27T16:44:34.270Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-10-27T16:44:34.270Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-10-27T16:44:34.530Z] Selecting previously unselected package libedit2:amd64. [2021-10-27T16:44:34.530Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-10-27T16:44:34.530Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-10-27T16:44:34.530Z] Selecting previously unselected package libkrb5support0:amd64. [2021-10-27T16:44:34.530Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-10-27T16:44:34.530Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-10-27T16:44:34.530Z] Selecting previously unselected package libk5crypto3:amd64. [2021-10-27T16:44:34.530Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-10-27T16:44:34.530Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-10-27T16:44:34.790Z] Selecting previously unselected package libkeyutils1:amd64. [2021-10-27T16:44:34.790Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-10-27T16:44:34.790Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-10-27T16:44:34.790Z] Selecting previously unselected package libkrb5-3:amd64. [2021-10-27T16:44:34.790Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-10-27T16:44:34.790Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-10-27T16:44:34.790Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-10-27T16:44:34.790Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-10-27T16:44:34.790Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-10-27T16:44:34.790Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-10-27T16:44:34.790Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... [2021-10-27T16:44:34.790Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2021-10-27T16:44:35.050Z] Selecting previously unselected package openssh-client. [2021-10-27T16:44:35.050Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... [2021-10-27T16:44:35.050Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-10-27T16:44:35.050Z] Selecting previously unselected package squashfs-tools. [2021-10-27T16:44:35.050Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... [2021-10-27T16:44:35.050Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2021-10-27T16:44:35.050Z] Selecting previously unselected package snapd. [2021-10-27T16:44:35.050Z] Preparing to unpack .../13-snapd_2.51.1+18.04_amd64.deb ... [2021-10-27T16:44:35.050Z] Unpacking snapd (2.51.1+18.04) ... [2021-10-27T16:44:38.647Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-10-27T16:44:38.647Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2021-10-27T16:44:38.647Z] Setting up mime-support (3.60ubuntu1) ... [2021-10-27T16:44:38.647Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-10-27T16:44:38.647Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-10-27T16:44:38.647Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-10-27T16:44:38.647Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-27T16:44:38.647Z] Setting up systemd (237-3ubuntu10.52) ... [2021-10-27T16:44:38.647Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-10-27T16:44:38.647Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-10-27T16:44:38.647Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-10-27T16:44:38.647Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-10-27T16:44:38.647Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-27T16:44:38.647Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-10-27T16:44:38.647Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-10-27T16:44:38.647Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2021-10-27T16:44:38.647Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-10-27T16:44:38.647Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-10-27T16:44:38.647Z] Setting up python3 (3.6.7-1~18.04) ... [2021-10-27T16:44:38.647Z] running python rtupdate hooks for python3.6... [2021-10-27T16:44:38.647Z] running python post-rtupdate hooks for python3.6... [2021-10-27T16:44:38.941Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-10-27T16:44:39.511Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-10-27T16:44:39.511Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-10-27T16:44:39.511Z] Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-10-27T16:44:39.770Z] Setting up snapd (2.51.1+18.04) ... [2021-10-27T16:44:40.030Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-10-27T16:44:40.030Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-10-27T16:44:40.290Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-10-27T16:44:40.551Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-10-27T16:44:40.551Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-10-27T16:44:40.551Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-10-27T16:44:40.812Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-10-27T16:44:41.072Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-10-27T16:44:41.072Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-10-27T16:44:41.331Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-10-27T16:44:41.592Z] /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-27T16:44:41.592Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-10-27T16:44:41.592Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2021-10-27T16:44:44.897Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-10-27T16:44:44.897Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-10-27T16:44:44.897Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-10-27T16:44:46.094Z] Reading package lists... [2021-10-27T16:44:46.355Z] Reading package lists... [2021-10-27T16:44:46.616Z] Building dependency tree... [2021-10-27T16:44:46.616Z] Reading state information... [2021-10-27T16:44:46.616Z] Calculating upgrade... [2021-10-27T16:44:46.878Z] The following packages will be upgraded: [2021-10-27T16:44:46.878Z] advancecomp base-files bash binutils binutils-common [2021-10-27T16:44:46.878Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-10-27T16:44:46.878Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-10-27T16:44:46.878Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2021-10-27T16:44:46.878Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2021-10-27T16:44:46.878Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-10-27T16:44:46.878Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-10-27T16:44:46.878Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-10-27T16:44:46.878Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-10-27T16:44:46.878Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-10-27T16:44:46.878Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-10-27T16:44:46.878Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-10-27T16:44:46.878Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-10-27T16:44:46.878Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-10-27T16:44:46.878Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-10-27T16:44:46.878Z] ubuntu-keyring util-linux [2021-10-27T16:44:46.878Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-10-27T16:44:46.878Z] Need to get 64.2 MB of archives. [2021-10-27T16:44:46.878Z] After this operation, 5144 kB of additional disk space will be used. [2021-10-27T16:44:46.878Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-161.169 [985 kB] [2021-10-27T16:44:47.145Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-10-27T16:44:47.145Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-10-27T16:44:47.145Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-10-27T16:44:47.145Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-10-27T16:44:47.145Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-10-27T16:44:47.145Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-10-27T16:44:47.145Z] 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-27T16:44:47.145Z] 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-27T16:44:47.145Z] 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-27T16:44:47.145Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-10-27T16:44:47.145Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-10-27T16:44:47.145Z] 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-27T16:44:47.145Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-10-27T16:44:47.145Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-10-27T16:44:47.145Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-10-27T16:44:47.145Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-10-27T16:44:47.145Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-10-27T16:44:47.145Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-10-27T16:44:47.145Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-10-27T16:44:47.145Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-10-27T16:44:47.145Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-10-27T16:44:47.145Z] 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-27T16:44:47.145Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-10-27T16:44:47.145Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-10-27T16:44:47.146Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-10-27T16:44:47.146Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-10-27T16:44:47.146Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-10-27T16:44:47.146Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-10-27T16:44:47.146Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-10-27T16:44:47.146Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-10-27T16:44:47.146Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-10-27T16:44:47.146Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-10-27T16:44:47.146Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] [2021-10-27T16:44:47.146Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-10-27T16:44:47.146Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-10-27T16:44:47.146Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-10-27T16:44:47.146Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-10-27T16:44:47.146Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-10-27T16:44:47.146Z] 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-27T16:44:47.146Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-10-27T16:44:47.146Z] 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-27T16:44:47.406Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] [2021-10-27T16:44:47.406Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-10-27T16:44:47.406Z] 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-27T16:44:47.406Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-10-27T16:44:47.406Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-2ubuntu0.18.04 [191 kB] [2021-10-27T16:44:47.406Z] 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-27T16:44:47.671Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-10-27T16:44:47.671Z] 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-27T16:44:48.244Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB] [2021-10-27T16:44:48.245Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-10-27T16:44:48.507Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-10-27T16:44:48.507Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B] [2021-10-27T16:44:48.507Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB] [2021-10-27T16:44:48.507Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-10-27T16:44:48.507Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-10-27T16:44:48.507Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-10-27T16:44:48.507Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-10-27T16:44:48.507Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] [2021-10-27T16:44:48.507Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-10-27T16:44:48.507Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-10-27T16:44:48.507Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-10-27T16:44:48.507Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-10-27T16:44:48.507Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2021-10-27T16:44:48.507Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-10-27T16:44:48.507Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-10-27T16:44:48.507Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-10-27T16:44:48.507Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-10-27T16:44:48.507Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-10-27T16:44:48.507Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-10-27T16:44:48.768Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-10-27T16:44:48.768Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-10-27T16:44:48.768Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-10-27T16:44:48.768Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-10-27T16:44:48.768Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-10-27T16:44:48.768Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-10-27T16:44:48.768Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-10-27T16:44:48.768Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2021-10-27T16:44:48.768Z] Get:80 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-27T16:44:48.768Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2021-10-27T16:44:48.768Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.52 [13.6 kB] [2021-10-27T16:44:48.768Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-10-27T16:44:48.768Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-10-27T16:44:48.769Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-10-27T16:44:48.769Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-10-27T16:44:48.769Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-10-27T16:44:48.769Z] 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-27T16:44:49.029Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-10-27T16:44:49.029Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-10-27T16:44:49.029Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-10-27T16:44:49.029Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] [2021-10-27T16:44:49.029Z] 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-27T16:44:49.029Z] 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-27T16:44:49.029Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-10-27T16:44:49.029Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-10-27T16:44:49.029Z] 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-27T16:44:49.029Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-10-27T16:44:49.029Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-10-27T16:44:49.029Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-10-27T16:44:49.029Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-10-27T16:44:49.029Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-10-27T16:44:49.029Z] Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-10-27T16:44:49.291Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-27T16:44:49.291Z] Fetched 64.2 MB in 2s (29.2 MB/s) [2021-10-27T16:44:49.291Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-27T16:44:49.291Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-10-27T16:44:49.291Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-27T16:44:50.557Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-10-27T16:44:50.557Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-27T16:44:50.557Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-161.169_amd64.deb ... [2021-10-27T16:44:50.557Z] Unpacking linux-libc-dev:amd64 (4.15.0-161.169) over (4.15.0-20.21) ... [2021-10-27T16:44:50.557Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-27T16:44:50.557Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-27T16:44:50.557Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-27T16:44:50.557Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-27T16:44:50.557Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-27T16:44:50.557Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-27T16:44:50.557Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-27T16:44:50.557Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-27T16:44:50.557Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-27T16:44:50.558Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-27T16:44:50.558Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-27T16:44:50.558Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-27T16:44:50.558Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-27T16:44:50.558Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-27T16:44:50.558Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-27T16:44:50.558Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-27T16:44:50.558Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-27T16:44:50.558Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-10-27T16:44:50.558Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-10-27T16:44:50.558Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-27T16:44:50.558Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-27T16:44:50.558Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-27T16:44:50.558Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-27T16:44:50.558Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-27T16:44:50.818Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-10-27T16:44:50.818Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-10-27T16:44:50.818Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-27T16:44:50.818Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-27T16:44:50.818Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-10-27T16:44:51.078Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-27T16:44:51.339Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-10-27T16:44:51.599Z] (Reading database ... 13914 files and directories currently installed.) [2021-10-27T16:44:51.599Z] Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... [2021-10-27T16:44:51.599Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-10-27T16:44:51.599Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-10-27T16:44:51.599Z] Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... [2021-10-27T16:44:51.859Z] Setting up base-files (10.1ubuntu2.11) ... [2021-10-27T16:44:51.859Z] Installing new version of config file /etc/issue ... [2021-10-27T16:44:51.859Z] Installing new version of config file /etc/issue.net ... [2021-10-27T16:44:51.859Z] Installing new version of config file /etc/lsb-release ... [2021-10-27T16:44:51.859Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-10-27T16:44:52.120Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-10-27T16:44:52.120Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-10-27T16:44:52.120Z] Removing obsolete conffile /etc/default/motd-news ... [2021-10-27T16:44:52.120Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:52.120Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-10-27T16:44:52.120Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-10-27T16:44:52.381Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-10-27T16:44:52.381Z] 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-27T16:44:52.381Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:52.381Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-27T16:44:52.381Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-10-27T16:44:52.381Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-10-27T16:44:52.381Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:52.381Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-10-27T16:44:52.381Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-10-27T16:44:52.643Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-10-27T16:44:52.643Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:52.643Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-10-27T16:44:52.643Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-10-27T16:44:52.904Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-10-27T16:44:52.904Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:52.904Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-27T16:44:52.904Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-27T16:44:52.904Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-10-27T16:44:52.904Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:52.904Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-27T16:44:52.904Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-27T16:44:53.165Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-10-27T16:44:53.165Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:53.165Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-10-27T16:44:53.165Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-10-27T16:44:53.166Z] Setting up grep (3.1-2build1) ... [2021-10-27T16:44:53.426Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:53.426Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2021-10-27T16:44:53.426Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2021-10-27T16:44:53.426Z] Setting up gzip (1.6-5ubuntu1.1) ... [2021-10-27T16:44:53.426Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:53.426Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-10-27T16:44:53.426Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-10-27T16:44:53.426Z] Setting up login (1:4.5-1ubuntu2) ... [2021-10-27T16:44:53.685Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:53.685Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-27T16:44:53.685Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-27T16:44:53.685Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-10-27T16:44:53.685Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:53.685Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-10-27T16:44:53.685Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-27T16:44:54.258Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-10-27T16:44:54.258Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-27T16:44:54.258Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-10-27T16:44:54.258Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-27T16:44:54.518Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-10-27T16:44:54.518Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:54.518Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-10-27T16:44:54.518Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-10-27T16:44:55.088Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-10-27T16:44:55.088Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-10-27T16:44:55.088Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-10-27T16:44:55.088Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-10-27T16:44:55.088Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-10-27T16:44:55.349Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:55.349Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-10-27T16:44:55.349Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-10-27T16:44:55.349Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-10-27T16:44:55.349Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:55.349Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-27T16:44:55.349Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-27T16:44:55.609Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-27T16:44:55.609Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:55.609Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-27T16:44:55.609Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-27T16:44:55.609Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-27T16:44:55.609Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:55.609Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-27T16:44:55.609Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-27T16:44:55.609Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-27T16:44:55.870Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:55.870Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-27T16:44:55.870Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-27T16:44:55.870Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-27T16:44:55.870Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:55.870Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-27T16:44:55.870Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-27T16:44:55.870Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-27T16:44:55.870Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-27T16:44:56.131Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-10-27T16:44:56.131Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:56.131Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-10-27T16:44:56.131Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-27T16:44:56.131Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-10-27T16:44:56.131Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:56.131Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-27T16:44:56.131Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-27T16:44:56.391Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-10-27T16:44:56.391Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:56.391Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-27T16:44:56.391Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-27T16:44:56.391Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-10-27T16:44:56.391Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:56.391Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-27T16:44:56.651Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-27T16:44:56.911Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-10-27T16:44:57.171Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-10-27T16:44:57.431Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-10-27T16:44:57.431Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:57.431Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-10-27T16:44:57.431Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-10-27T16:44:57.691Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-10-27T16:44:57.691Z] (Reading database ... 13915 files and directories currently installed.) [2021-10-27T16:44:57.691Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-10-27T16:44:57.691Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-10-27T16:44:57.691Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-10-27T16:44:57.691Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-27T16:44:57.691Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-10-27T16:44:57.952Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-10-27T16:44:57.952Z] Setting up debconf (1.5.66ubuntu1) ... [2021-10-27T16:44:58.213Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-27T16:44:58.213Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-10-27T16:44:58.213Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-10-27T16:44:58.213Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-10-27T16:44:58.213Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-27T16:44:58.213Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-10-27T16:44:58.213Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-10-27T16:44:58.213Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-10-27T16:44:58.475Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-27T16:44:58.475Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-10-27T16:44:58.475Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-27T16:44:58.475Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-27T16:44:58.475Z] (Reading database ... 13917 files and directories currently installed.) [2021-10-27T16:44:58.475Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-10-27T16:44:58.475Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-27T16:44:58.737Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-27T16:44:58.737Z] (Reading database ... 13919 files and directories currently installed.) [2021-10-27T16:44:58.737Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-10-27T16:44:58.737Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-27T16:44:58.999Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-27T16:44:58.999Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:44:58.999Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-10-27T16:44:58.999Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-10-27T16:44:58.999Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.52_amd64.deb ... [2021-10-27T16:44:58.999Z] Unpacking systemd-sysv (237-3ubuntu10.52) over (237-3ubuntu10) ... [2021-10-27T16:44:58.999Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-27T16:44:59.260Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-27T16:44:59.260Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-10-27T16:44:59.260Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:44:59.260Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... [2021-10-27T16:44:59.260Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... [2021-10-27T16:44:59.260Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... [2021-10-27T16:44:59.522Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:44:59.522Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-10-27T16:44:59.522Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-10-27T16:44:59.522Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-10-27T16:44:59.522Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:44:59.522Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-10-27T16:44:59.522Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-10-27T16:44:59.522Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-10-27T16:44:59.783Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:44:59.783Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-10-27T16:44:59.783Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-10-27T16:44:59.783Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-10-27T16:45:00.042Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:45:00.042Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-10-27T16:45:00.042Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-10-27T16:45:00.042Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-10-27T16:45:00.042Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:45:00.042Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-10-27T16:45:00.042Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-10-27T16:45:00.302Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-10-27T16:45:00.302Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:45:00.302Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-10-27T16:45:00.302Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-10-27T16:45:00.562Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-10-27T16:45:00.562Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:45:00.563Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-10-27T16:45:00.563Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-10-27T16:45:00.563Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-10-27T16:45:00.563Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:45:00.563Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-10-27T16:45:00.563Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-10-27T16:45:00.824Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-10-27T16:45:00.824Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:45:00.824Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-10-27T16:45:00.824Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-10-27T16:45:00.824Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-10-27T16:45:01.093Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:45:01.093Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-10-27T16:45:01.093Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-10-27T16:45:01.093Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-10-27T16:45:01.093Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:45:01.093Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-10-27T16:45:01.093Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-10-27T16:45:01.354Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-10-27T16:45:01.354Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:45:01.354Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... [2021-10-27T16:45:01.354Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... [2021-10-27T16:45:01.354Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... [2021-10-27T16:45:01.616Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:45:01.616Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-10-27T16:45:01.616Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-10-27T16:45:01.616Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-10-27T16:45:01.616Z] (Reading database ... 13923 files and directories currently installed.) [2021-10-27T16:45:01.616Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-10-27T16:45:01.616Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-10-27T16:45:01.616Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-10-27T16:45:01.879Z] (Reading database ... 13924 files and directories currently installed.) [2021-10-27T16:45:01.879Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-10-27T16:45:01.879Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-10-27T16:45:01.879Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-10-27T16:45:01.879Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-10-27T16:45:02.140Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... [2021-10-27T16:45:02.140Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... [2021-10-27T16:45:02.140Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... [2021-10-27T16:45:02.140Z] Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... [2021-10-27T16:45:02.400Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-10-27T16:45:02.400Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-10-27T16:45:02.400Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-10-27T16:45:02.400Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-10-27T16:45:02.400Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-10-27T16:45:02.400Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-10-27T16:45:02.400Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-10-27T16:45:02.400Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-10-27T16:45:02.659Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-10-27T16:45:02.659Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-10-27T16:45:02.659Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-10-27T16:45:02.659Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-10-27T16:45:02.659Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-10-27T16:45:02.659Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-10-27T16:45:02.922Z] Preparing to unpack .../11-tzdata_2021a-2ubuntu0.18.04_all.deb ... [2021-10-27T16:45:02.922Z] Unpacking tzdata (2021a-2ubuntu0.18.04) over (2018d-1) ... [2021-10-27T16:45:03.183Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-10-27T16:45:03.183Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-10-27T16:45:03.183Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-10-27T16:45:03.183Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-10-27T16:45:03.446Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-10-27T16:45:03.446Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-10-27T16:45:03.707Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-10-27T16:45:03.707Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-10-27T16:45:03.707Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-10-27T16:45:03.707Z] Unpacking binutils (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-10-27T16:45:03.707Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ... [2021-10-27T16:45:03.707Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2021-10-27T16:45:03.969Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-27T16:45:03.969Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-27T16:45:03.969Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-27T16:45:03.969Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-27T16:45:03.969Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-27T16:45:03.969Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-27T16:45:04.228Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-27T16:45:04.228Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-27T16:45:05.168Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-27T16:45:05.168Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-27T16:45:05.562Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:45:05.562Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:45:05.562Z] ---> d6f4fe82c3cf [2021-10-27T16:45:05.562Z] Step 3/30 : WORKDIR /edgex-go [2021-10-27T16:45:05.562Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:45:05.562Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:45:05.562Z] ---> d6f4fe82c3cf [2021-10-27T16:45:05.562Z] Step 3/20 : WORKDIR /edgex-go [2021-10-27T16:45:05.562Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:45:05.562Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:45:05.562Z] ---> d6f4fe82c3cf [2021-10-27T16:45:05.562Z] Step 3/21 : WORKDIR /edgex-go [2021-10-27T16:45:05.562Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:45:05.562Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:45:05.562Z] ---> d6f4fe82c3cf [2021-10-27T16:45:05.562Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T16:45:05.562Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:45:05.562Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:45:05.562Z] ---> d6f4fe82c3cf [2021-10-27T16:45:05.562Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T16:45:05.562Z] ---> Running in 4bf9b9f468f4 [2021-10-27T16:45:05.562Z] ---> Running in 3467dd82e8e0 [2021-10-27T16:45:05.562Z] ---> Running in 85a1c6101714 [2021-10-27T16:45:05.562Z] ---> Running in a33c0997631e [2021-10-27T16:45:05.562Z] ---> Running in ff28358625b4 [2021-10-27T16:45:05.562Z] Removing intermediate container a33c0997631e [2021-10-27T16:45:05.562Z] ---> d8330e77a7c8 [2021-10-27T16:45:05.562Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:45:05.562Z] ---> Running in 53b81a29751c [2021-10-27T16:45:05.562Z] Removing intermediate container 4bf9b9f468f4 [2021-10-27T16:45:05.562Z] ---> 2711bbb4bf25 [2021-10-27T16:45:05.562Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:45:05.562Z] Removing intermediate container 85a1c6101714 [2021-10-27T16:45:05.562Z] ---> 0d9ad2bcdc69 [2021-10-27T16:45:05.562Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:45:05.562Z] Removing intermediate container ff28358625b4 [2021-10-27T16:45:05.562Z] ---> 02537cfb829c [2021-10-27T16:45:05.562Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:45:05.562Z] Removing intermediate container 3467dd82e8e0 [2021-10-27T16:45:05.562Z] ---> 1ff9c9470934 [2021-10-27T16:45:05.562Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:45:05.562Z] ---> Running in 80c2b86312ee [2021-10-27T16:45:05.562Z] ---> Running in 5c504b4d2010 [2021-10-27T16:45:05.562Z] ---> Running in 0dc489c7804a [2021-10-27T16:45:05.562Z] ---> Running in 02012b606b97 [2021-10-27T16:45:05.738Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-27T16:45:05.738Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-27T16:45:05.843Z] Removing intermediate container 53b81a29751c [2021-10-27T16:45:05.843Z] ---> 6c8ac912d706 [2021-10-27T16:45:05.843Z] Step 5/20 : RUN apk add --update --no-cache make git [2021-10-27T16:45:05.843Z] Removing intermediate container 5c504b4d2010 [2021-10-27T16:45:05.843Z] ---> 4fa158896266 [2021-10-27T16:45:05.843Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-27T16:45:05.843Z] ---> Running in 5936de57ae4f [2021-10-27T16:45:05.997Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-27T16:45:05.997Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-27T16:45:06.127Z] ---> Running in 736b45aebf18 [2021-10-27T16:45:06.255Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-27T16:45:06.255Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-27T16:45:06.433Z] Removing intermediate container 0dc489c7804a [2021-10-27T16:45:06.433Z] ---> 2245ffa702d3 [2021-10-27T16:45:06.433Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-10-27T16:45:06.433Z] Removing intermediate container 80c2b86312ee [2021-10-27T16:45:06.433Z] ---> 16661246bebb [2021-10-27T16:45:06.433Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2021-10-27T16:45:06.723Z] Removing intermediate container 02012b606b97 [2021-10-27T16:45:06.723Z] ---> 9915657cb657 [2021-10-27T16:45:06.723Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-27T16:45:06.723Z] ---> Running in cc86414fd7ac [2021-10-27T16:45:06.723Z] ---> Running in 7f47055320e6 [2021-10-27T16:45:07.002Z] ---> Running in d09e9b17c1db [2021-10-27T16:45:07.194Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-10-27T16:45:07.194Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-10-27T16:45:07.194Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-10-27T16:45:07.194Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-10-27T16:45:07.194Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-10-27T16:45:07.194Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-10-27T16:45:07.194Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-10-27T16:45:07.194Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-10-27T16:45:07.454Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-10-27T16:45:07.454Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-10-27T16:45:07.454Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-10-27T16:45:07.454Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-10-27T16:45:07.454Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-10-27T16:45:07.454Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-10-27T16:45:07.454Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-10-27T16:45:07.714Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-10-27T16:45:07.714Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-27T16:45:07.714Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-10-27T16:45:07.714Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-27T16:45:07.714Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-27T16:45:07.714Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-27T16:45:07.714Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-10-27T16:45:07.714Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-10-27T16:45:07.714Z] Setting up tzdata (2021a-2ubuntu0.18.04) ... [2021-10-27T16:45:07.714Z] [2021-10-27T16:45:07.714Z] Current default time zone: 'Etc/UTC' [2021-10-27T16:45:07.714Z] Local time is now: Wed Oct 27 16:45:07 UTC 2021. [2021-10-27T16:45:07.714Z] Universal Time is now: Wed Oct 27 16:45:07 UTC 2021. [2021-10-27T16:45:07.714Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-10-27T16:45:07.714Z] [2021-10-27T16:45:07.977Z] Setting up systemd-sysv (237-3ubuntu10.52) ... [2021-10-27T16:45:07.977Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-27T16:45:07.977Z] Setting up linux-libc-dev:amd64 (4.15.0-161.169) ... [2021-10-27T16:45:07.977Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-10-27T16:45:07.977Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-10-27T16:45:07.977Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-10-27T16:45:07.977Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-10-27T16:45:07.977Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-10-27T16:45:07.977Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-10-27T16:45:07.977Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-10-27T16:45:07.977Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-27T16:45:07.977Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-10-27T16:45:07.977Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-27T16:45:07.977Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ... [2021-10-27T16:45:07.977Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-27T16:45:07.977Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-10-27T16:45:08.237Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-10-27T16:45:08.237Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-10-27T16:45:08.237Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ... [2021-10-27T16:45:08.237Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-10-27T16:45:08.237Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-10-27T16:45:08.237Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-10-27T16:45:08.237Z] Setting up ca-certificates (20210119~18.04.2) ... [2021-10-27T16:45:08.504Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T16:45:08.505Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T16:45:09.110Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T16:45:09.110Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T16:45:09.110Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T16:45:09.388Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T16:45:09.664Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T16:45:10.145Z] Updating certificates in /etc/ssl/certs... [2021-10-27T16:45:10.273Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T16:45:10.273Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T16:45:10.273Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T16:45:10.273Z] OK: 219 MiB in 52 packages [2021-10-27T16:45:10.718Z] 23 added, 28 removed; done. [2021-10-27T16:45:10.718Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-10-27T16:45:10.718Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-10-27T16:45:10.718Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-10-27T16:45:10.718Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-10-27T16:45:10.718Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-10-27T16:45:10.718Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-27T16:45:10.718Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ... [2021-10-27T16:45:10.718Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-27T16:45:10.718Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-27T16:45:10.900Z] OK: 219 MiB in 52 packages [2021-10-27T16:45:10.979Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-27T16:45:10.979Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-10-27T16:45:10.979Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-10-27T16:45:10.979Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-10-27T16:45:10.979Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ... [2021-10-27T16:45:10.979Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-10-27T16:45:10.979Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-10-27T16:45:10.979Z] Setting up binutils (2.30-21ubuntu1~18.04.7) ... [2021-10-27T16:45:10.979Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-10-27T16:45:10.979Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-10-27T16:45:10.979Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-10-27T16:45:10.979Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-10-27T16:45:10.979Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-10-27T16:45:10.979Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-10-27T16:45:10.979Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2021-10-27T16:45:11.239Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-10-27T16:45:11.239Z] Processing triggers for ca-certificates (20210119~18.04.2) ... [2021-10-27T16:45:11.239Z] Updating certificates in /etc/ssl/certs... [2021-10-27T16:45:11.810Z] 0 added, 0 removed; done. [2021-10-27T16:45:11.810Z] Running hooks in /etc/ca-certificates/update.d... [2021-10-27T16:45:11.810Z] done. [2021-10-27T16:45:11.908Z] OK: 219 MiB in 52 packages [2021-10-27T16:45:11.908Z] OK: 219 MiB in 52 packages [2021-10-27T16:45:11.908Z] OK: 219 MiB in 52 packages [2021-10-27T16:45:12.072Z] Reading package lists... [2021-10-27T16:45:12.182Z] Removing intermediate container 5936de57ae4f [2021-10-27T16:45:12.183Z] ---> 0d8869feff46 [2021-10-27T16:45:12.183Z] Step 6/20 : COPY . . [2021-10-27T16:45:12.332Z] Building dependency tree... [2021-10-27T16:45:12.332Z] Reading state information... [2021-10-27T16:45:12.593Z] The following NEW packages will be installed: [2021-10-27T16:45:12.593Z] apt-transport-https [2021-10-27T16:45:12.593Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-10-27T16:45:12.791Z] Removing intermediate container 736b45aebf18 [2021-10-27T16:45:12.791Z] ---> 9f271c9fbf96 [2021-10-27T16:45:12.791Z] Step 6/22 : COPY . . [2021-10-27T16:45:12.854Z] Need to get 4348 B of archives. [2021-10-27T16:45:12.854Z] After this operation, 154 kB of additional disk space will be used. [2021-10-27T16:45:12.854Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2021-10-27T16:45:12.854Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-27T16:45:12.854Z] Fetched 4348 B in 0s (24.0 kB/s) [2021-10-27T16:45:12.854Z] Selecting previously unselected package apt-transport-https. [2021-10-27T16:45:12.854Z] (Reading database ... 13928 files and directories currently installed.) [2021-10-27T16:45:12.854Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2021-10-27T16:45:12.854Z] Unpacking apt-transport-https (1.6.14) ... [2021-10-27T16:45:13.116Z] Setting up apt-transport-https (1.6.14) ... [2021-10-27T16:45:13.116Z] Waiting for network to be ready... [2021-10-27T16:45:13.395Z] Removing intermediate container cc86414fd7ac [2021-10-27T16:45:13.396Z] ---> ca7ddd245e6e [2021-10-27T16:45:13.396Z] Step 6/30 : COPY . . [2021-10-27T16:45:13.680Z] Removing intermediate container d09e9b17c1db [2021-10-27T16:45:13.680Z] ---> b31ae47df097 [2021-10-27T16:45:13.681Z] Step 6/22 : COPY . . [2021-10-27T16:45:13.958Z] Removing intermediate container 7f47055320e6 [2021-10-27T16:45:13.958Z] ---> 3ef0160e87b8 [2021-10-27T16:45:13.958Z] Step 6/21 : COPY . . [2021-10-27T16:45:19.404Z] 2021-10-27T16:45:16Z INFO Waiting for automatic snapd restart... [2021-10-27T16:45:20.345Z] snapd 2.52.1 from Canonical* installed [2021-10-27T16:45:21.302Z] "snapd" switched to the "latest/stable" channel [2021-10-27T16:45:21.302Z] [2021-10-27T16:45:23.848Z] core18 20210722 from Canonical* installed [2021-10-27T16:45:23.848Z] "core18" switched to the "latest/stable" channel [2021-10-27T16:45:23.848Z] [2021-10-27T16:45:26.392Z] snapcraft 5.0 from Canonical* installed [2021-10-27T16:45:26.392Z] "snapcraft" switched to the "latest/stable" channel [2021-10-27T16:45:26.392Z] [2021-10-27T16:45:30.596Z] 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-27T16:45:30.596Z] - README.md [2021-10-27T16:45:30.596Z] [2021-10-27T16:45:30.596Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-10-27T16:45:30.857Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-10-27T16:45:31.118Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-10-27T16:45:31.118Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-10-27T16:45:32.318Z] Reading package lists... [2021-10-27T16:45:32.579Z] 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-27T16:45:32.579Z] Reading package lists... [2021-10-27T16:45:32.839Z] Building dependency tree... [2021-10-27T16:45:32.839Z] Reading state information... [2021-10-27T16:45:32.839Z] Suggested packages: [2021-10-27T16:45:32.839Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-10-27T16:45:32.839Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-10-27T16:45:32.839Z] Recommended packages: [2021-10-27T16:45:32.839Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-10-27T16:45:33.101Z] The following NEW packages will be installed: [2021-10-27T16:45:33.101Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-10-27T16:45:33.101Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-10-27T16:45:33.101Z] pkg-config zip [2021-10-27T16:45:33.101Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-10-27T16:45:33.101Z] Need to get 7670 kB of archives. [2021-10-27T16:45:33.101Z] After this operation, 43.8 MB of additional disk space will be used. [2021-10-27T16:45:33.101Z] 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-27T16:45:33.101Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.16 [218 kB] [2021-10-27T16:45:33.101Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.9 [803 kB] [2021-10-27T16:45:33.101Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-10-27T16:45:33.361Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.9 [3923 kB] [2021-10-27T16:45:33.361Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-10-27T16:45:33.361Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-10-27T16:45:33.361Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-10-27T16:45:33.621Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-10-27T16:45:33.621Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-10-27T16:45:33.621Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-10-27T16:45:33.621Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-10-27T16:45:33.621Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-10-27T16:45:33.621Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-10-27T16:45:33.882Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-10-27T16:45:33.882Z] debconf: delaying package configuration, since apt-utils is not installed [2021-10-27T16:45:33.882Z] Fetched 7670 kB in 1s (10.4 MB/s) [2021-10-27T16:45:33.882Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-10-27T16:45:33.882Z] (Reading database ... 13932 files and directories currently installed.) [2021-10-27T16:45:33.882Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-10-27T16:45:33.882Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-10-27T16:45:34.140Z] Selecting previously unselected package libpsl5:amd64. [2021-10-27T16:45:34.140Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-10-27T16:45:34.140Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-10-27T16:45:34.140Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-10-27T16:45:34.140Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-10-27T16:45:34.140Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-10-27T16:45:34.140Z] Selecting previously unselected package librtmp1:amd64. [2021-10-27T16:45:34.140Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-10-27T16:45:34.140Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-10-27T16:45:34.140Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-10-27T16:45:34.140Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.16_amd64.deb ... [2021-10-27T16:45:34.140Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... [2021-10-27T16:45:34.400Z] Selecting previously unselected package liberror-perl. [2021-10-27T16:45:34.400Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-10-27T16:45:34.400Z] Unpacking liberror-perl (0.17025-1) ... [2021-10-27T16:45:34.400Z] Selecting previously unselected package git-man. [2021-10-27T16:45:34.400Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.9_all.deb ... [2021-10-27T16:45:34.400Z] Unpacking git-man (1:2.17.1-1ubuntu0.9) ... [2021-10-27T16:45:34.400Z] Selecting previously unselected package git. [2021-10-27T16:45:34.400Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.9_amd64.deb ... [2021-10-27T16:45:34.400Z] Unpacking git (1:2.17.1-1ubuntu0.9) ... [2021-10-27T16:45:34.970Z] Selecting previously unselected package libnorm1:amd64. [2021-10-27T16:45:34.970Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-10-27T16:45:34.970Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-10-27T16:45:34.970Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-10-27T16:45:34.970Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-10-27T16:45:34.970Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-10-27T16:45:35.229Z] Selecting previously unselected package libsodium23:amd64. [2021-10-27T16:45:35.229Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-10-27T16:45:35.229Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-10-27T16:45:35.229Z] Selecting previously unselected package libzmq5:amd64. [2021-10-27T16:45:35.229Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-10-27T16:45:35.229Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-27T16:45:35.229Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-10-27T16:45:35.229Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-10-27T16:45:35.229Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-27T16:45:35.229Z] Selecting previously unselected package pkg-config. [2021-10-27T16:45:35.489Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-10-27T16:45:35.489Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-10-27T16:45:35.489Z] Selecting previously unselected package zip. [2021-10-27T16:45:35.489Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-10-27T16:45:35.489Z] Unpacking zip (3.0-11build1) ... [2021-10-27T16:45:35.489Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-10-27T16:45:35.489Z] Setting up git-man (1:2.17.1-1ubuntu0.9) ... [2021-10-27T16:45:35.489Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-10-27T16:45:35.489Z] Setting up liberror-perl (0.17025-1) ... [2021-10-27T16:45:35.489Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-10-27T16:45:35.489Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-10-27T16:45:35.489Z] No schema files found: doing nothing. [2021-10-27T16:45:35.489Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-10-27T16:45:35.489Z] Setting up zip (3.0-11build1) ... [2021-10-27T16:45:35.489Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-10-27T16:45:35.489Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-10-27T16:45:35.489Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-10-27T16:45:35.489Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-27T16:45:35.489Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... [2021-10-27T16:45:35.489Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-10-27T16:45:35.489Z] Setting up git (1:2.17.1-1ubuntu0.9) ... [2021-10-27T16:45:35.749Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-10-27T16:45:36.320Z] git set to automatically installed. [2021-10-27T16:45:36.320Z] git-man set to automatically installed. [2021-10-27T16:45:36.320Z] libcurl3-gnutls set to automatically installed. [2021-10-27T16:45:36.320Z] liberror-perl set to automatically installed. [2021-10-27T16:45:36.320Z] libglib2.0-0 set to automatically installed. [2021-10-27T16:45:36.320Z] libnghttp2-14 set to automatically installed. [2021-10-27T16:45:36.320Z] libnorm1 set to automatically installed. [2021-10-27T16:45:36.320Z] libpgm-5.2-0 set to automatically installed. [2021-10-27T16:45:36.320Z] libpsl5 set to automatically installed. [2021-10-27T16:45:36.320Z] librtmp1 set to automatically installed. [2021-10-27T16:45:36.320Z] libsodium23 set to automatically installed. [2021-10-27T16:45:36.320Z] libzmq3-dev set to automatically installed. [2021-10-27T16:45:36.320Z] libzmq5 set to automatically installed. [2021-10-27T16:45:36.320Z] pkg-config set to automatically installed. [2021-10-27T16:45:36.320Z] zip set to automatically installed. [2021-10-27T16:45:37.700Z] snapd is not logged in, snap install commands will use sudo [2021-10-27T16:45:41.504Z] ---> 21464b93fd52 [2021-10-27T16:45:41.504Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:45:41.504Z] ---> 2d827bb54e38 [2021-10-27T16:45:41.504Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:45:41.504Z] ---> Running in 006bb8d02dc9 [2021-10-27T16:45:41.504Z] ---> Running in 843f9165f31b [2021-10-27T16:45:41.504Z] ---> dabbd78ac740 [2021-10-27T16:45:41.504Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:45:41.504Z] ---> Running in 7d033ab9a691 [2021-10-27T16:45:41.504Z] ---> 36b714abf84c [2021-10-27T16:45:41.504Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:45:41.504Z] ---> Running in 241128bfc6d5 [2021-10-27T16:45:41.504Z] ---> 66c58cf0222c [2021-10-27T16:45:41.504Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:45:41.504Z] ---> Running in 2b1d818575c3 [2021-10-27T16:45:45.858Z] Removing intermediate container 006bb8d02dc9 [2021-10-27T16:45:45.858Z] ---> 9a7decb6df7c [2021-10-27T16:45:45.858Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-10-27T16:45:45.858Z] Removing intermediate container 843f9165f31b [2021-10-27T16:45:45.858Z] ---> cf994a9c022b [2021-10-27T16:45:45.858Z] Step 8/22 : RUN make cmd/core-command/core-command [2021-10-27T16:45:45.858Z] ---> Running in 7e05341bfd80 [2021-10-27T16:45:45.858Z] ---> Running in 63f9e33e99f5 [2021-10-27T16:45:45.858Z] Removing intermediate container 7d033ab9a691 [2021-10-27T16:45:45.858Z] ---> 22a54360e129 [2021-10-27T16:45:45.858Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-10-27T16:45:45.858Z] ---> Running in 893cc0c43126 [2021-10-27T16:45:45.858Z] Removing intermediate container 241128bfc6d5 [2021-10-27T16:45:45.858Z] ---> 997f09d90f84 [2021-10-27T16:45:45.858Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2021-10-27T16:45:46.136Z] ---> Running in e2eacbcfe9e7 [2021-10-27T16:45:46.415Z] Removing intermediate container 2b1d818575c3 [2021-10-27T16:45:46.415Z] ---> 0db179168f9a [2021-10-27T16:45:46.415Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2021-10-27T16:45:46.415Z] ---> Running in d57ad1abaf72 [2021-10-27T16:45:47.859Z] 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-27T16:45:48.139Z] 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-27T16:45:48.417Z] 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-27T16:45:48.691Z] 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-27T16:45:48.691Z] 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-27T16:45:49.927Z] go (1.16/stable) 1.16.9 from Michael Hudson-Doyle (mwhudson) installed [2021-10-27T16:45:49.927Z] snapd is not logged in, snap install commands will use sudo [2021-10-27T16:45:49.927Z] snap "core18" has no updates available [2021-10-27T16:45:50.186Z] Pulling config-common [2021-10-27T16:45:50.186Z] + snapcraftctl pull [2021-10-27T16:45:51.569Z] Pulling go-build-helper [2021-10-27T16:45:51.569Z] + snapcraftctl pull [2021-10-27T16:45:52.509Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-10-27T16:45:52.509Z] Skipping pull go-build-helper (already ran) [2021-10-27T16:45:52.509Z] Building go-build-helper [2021-10-27T16:45:52.509Z] + snapcraftctl build [2021-10-27T16:45:54.587Z] Staging go-build-helper [2021-10-27T16:45:54.587Z] + snapcraftctl stage [2021-10-27T16:46:04.578Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-10-27T16:46:04.578Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-10-27T16:46:04.578Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1932 kB] [2021-10-27T16:46:04.578Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [349 kB] [2021-10-27T16:46:04.578Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-10-27T16:46:04.578Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-10-27T16:46:04.578Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [488 kB] [2021-10-27T16:46:04.578Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [65.8 kB] [2021-10-27T16:46:04.578Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1144 kB] [2021-10-27T16:46:04.578Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [262 kB] [2021-10-27T16:46:04.578Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-10-27T16:46:04.578Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-10-27T16:46:04.578Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-10-27T16:46:04.578Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-10-27T16:46:04.578Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-10-27T16:46:04.578Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-10-27T16:46:04.578Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-10-27T16:46:04.578Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-10-27T16:46:04.578Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-10-27T16:46:04.578Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2277 kB] [2021-10-27T16:46:04.578Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [442 kB] [2021-10-27T16:46:04.578Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-10-27T16:46:04.578Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-10-27T16:46:04.578Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [513 kB] [2021-10-27T16:46:04.578Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [69.7 kB] [2021-10-27T16:46:04.578Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1759 kB] [2021-10-27T16:46:04.578Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [378 kB] [2021-10-27T16:46:04.578Z] Fetched 25.5 MB in 0s (0 B/s) [2021-10-27T16:46:04.578Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-10-27T16:46:04.578Z] Fetched 224 kB in 0s (0 B/s) [2021-10-27T16:46:04.578Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-10-27T16:46:04.578Z] Fetched 157 kB in 0s (0 B/s) [2021-10-27T16:46:04.578Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-10-27T16:46:04.578Z] Fetched 221 kB in 0s (0 B/s) [2021-10-27T16:46:04.579Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-10-27T16:46:04.579Z] Fetched 143 kB in 0s (0 B/s) [2021-10-27T16:46:04.579Z] Pulling edgex-go [2021-10-27T16:46:04.579Z] + snapcraftctl pull [2021-10-27T16:46:04.838Z] Pulling hooks [2021-10-27T16:46:04.838Z] + snapcraftctl pull [2021-10-27T16:46:24.092Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-10-27T16:46:24.092Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-10-27T16:46:24.092Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-10-27T16:46:24.092Z] Fetched 0 B in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-10-27T16:46:24.092Z] Fetched 96.5 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-10-27T16:46:24.092Z] Fetched 279 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-10-27T16:46:24.092Z] Fetched 122 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-10-27T16:46:24.092Z] Fetched 77.8 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-10-27T16:46:24.092Z] Fetched 8848 B in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-10-27T16:46:24.092Z] Fetched 47.8 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-10-27T16:46:24.092Z] Fetched 45.6 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-10-27T16:46:24.092Z] Fetched 15.0 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libcurl4_7.58.0-2ubuntu3.16_amd64.deb [220 kB] [2021-10-27T16:46:24.092Z] Fetched 220 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-10-27T16:46:24.092Z] Fetched 154 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-10-27T16:46:24.092Z] Fetched 50.6 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-10-27T16:46:24.092Z] Fetched 14.8 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-10-27T16:46:24.092Z] Fetched 41.8 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-10-27T16:46:24.092Z] Fetched 499 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-10-27T16:46:24.092Z] Fetched 111 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-10-27T16:46:24.092Z] Fetched 240 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-10-27T16:46:24.092Z] Fetched 29.3 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-10-27T16:46:24.092Z] Fetched 85.5 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-10-27T16:46:24.092Z] Fetched 24.5 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-10-27T16:46:24.092Z] Fetched 49.2 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-10-27T16:46:24.092Z] Fetched 54.2 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-10-27T16:46:24.092Z] Fetched 30.8 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-10-27T16:46:24.092Z] Fetched 15.8 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-10-27T16:46:24.092Z] Fetched 85.9 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-10-27T16:46:24.092Z] Fetched 8720 B in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2021-10-27T16:46:24.092Z] Fetched 140 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-10-27T16:46:24.092Z] Fetched 119 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2021-10-27T16:46:24.092Z] Fetched 111 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-10-27T16:46:24.092Z] Fetched 11.1 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libgnutls30_3.5.18-1ubuntu1.5_amd64.deb [646 kB] [2021-10-27T16:46:24.092Z] Fetched 646 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-10-27T16:46:24.092Z] Fetched 41.3 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-10-27T16:46:24.092Z] Fetched 17.9 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-10-27T16:46:24.092Z] Fetched 368 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-10-27T16:46:24.092Z] Fetched 187 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-10-27T16:46:24.092Z] Fetched 175 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-10-27T16:46:24.092Z] Fetched 206 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb [1302 kB] [2021-10-27T16:46:24.092Z] Fetched 1302 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-10-27T16:46:24.092Z] Fetched 36.2 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 curl_7.58.0-2ubuntu3.16_amd64.deb [159 kB] [2021-10-27T16:46:24.092Z] Fetched 159 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-10-27T16:46:24.092Z] Fetched 107 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-10-27T16:46:24.092Z] Fetched 48.7 kB in 0s (0 B/s) [2021-10-27T16:46:24.092Z] Pulling static-packages [2021-10-27T16:46:24.092Z] + snapcraftctl pull [2021-10-27T16:46:24.092Z] Pulling version [2021-10-27T16:46:24.092Z] + cd /root/project [2021-10-27T16:46:24.092Z] + git describe --tags --abbrev=0 [2021-10-27T16:46:24.092Z] + sed s/v// [2021-10-27T16:46:24.092Z] + GIT_VERSION=2.0.1-dev.81 [2021-10-27T16:46:24.092Z] + [ -z 2.0.1-dev.81 ] [2021-10-27T16:46:24.092Z] + snapcraftctl set-version 2.0.1-dev.81 [2021-10-27T16:46:24.092Z] Building config-common [2021-10-27T16:46:24.092Z] + snapcraftctl build [2021-10-27T16:46:26.003Z] Skipping build go-build-helper (already ran) [2021-10-27T16:46:26.003Z] Building edgex-go [2021-10-27T16:46:26.003Z] + cd /root/parts/edgex-go/src [2021-10-27T16:46:26.003Z] + git describe --tags --abbrev=0 [2021-10-27T16:46:26.003Z] + sed s/v// [2021-10-27T16:46:26.003Z] + GIT_VERSION=2.0.1-dev.81 [2021-10-27T16:46:26.003Z] + [ -z 2.0.1-dev.81 ] [2021-10-27T16:46:26.003Z] + echo 2.0.1-dev.81 [2021-10-27T16:46:26.003Z] + [ ! -d vendor ] [2021-10-27T16:46:26.003Z] + go mod download all [2021-10-27T16:46:34.559Z] + make build [2021-10-27T16:46:34.559Z] 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-27T16:46:44.552Z] 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-27T16:46:48.751Z] 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-27T16:46:50.135Z] 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-27T16:46:51.579Z] 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-27T16:46:51.579Z] 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-27T16:46:53.727Z] 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-27T16:46:53.727Z] 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-27T16:46:55.108Z] 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-27T16:46:56.485Z] 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-27T16:46:57.426Z] 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-27T16:46:58.366Z] 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-27T16:47:00.274Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-10-27T16:47:00.275Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-10-27T16:47:00.275Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-10-27T16:47:00.275Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-10-27T16:47:00.275Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-10-27T16:47:00.275Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-10-27T16:47:00.275Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-10-27T16:47:00.275Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-10-27T16:47:00.275Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-10-27T16:47:00.275Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-10-27T16:47:00.275Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-10-27T16:47:00.275Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-10-27T16:47:00.275Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-10-27T16:47:00.275Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-10-27T16:47:00.275Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-10-27T16:47:00.275Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-10-27T16:47:00.275Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-10-27T16:47:00.275Z] + 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-27T16:47:00.275Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-10-27T16:47:00.275Z] + 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-27T16:47:00.275Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-10-27T16:47:00.275Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-10-27T16:47:00.275Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-10-27T16:47:00.275Z] + 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-27T16:47:00.275Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-10-27T16:47:00.275Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-10-27T16:47:00.275Z] + 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-27T16:47:01.214Z] Building hooks [2021-10-27T16:47:01.214Z] + cd /root/parts/hooks/src [2021-10-27T16:47:01.214Z] + make build [2021-10-27T16:47:01.214Z] go mod tidy [2021-10-27T16:47:01.474Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.5 [2021-10-27T16:47:01.734Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2021-10-27T16:47:01.734Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-10-27T16:47:01.734Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2021-10-27T16:47:02.672Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2021-10-27T16:47:02.932Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2021-10-27T16:47:02.932Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2021-10-27T16:47:06.234Z] Building static-packages [2021-10-27T16:47:06.234Z] + snapcraftctl build [2021-10-27T16:47:08.147Z] Building version [2021-10-27T16:47:08.147Z] + snapcraftctl build [2021-10-27T16:47:10.688Z] Staging config-common [2021-10-27T16:47:10.688Z] + snapcraftctl stage [2021-10-27T16:47:11.258Z] Skipping stage go-build-helper (already ran) [2021-10-27T16:47:11.258Z] Staging edgex-go [2021-10-27T16:47:11.258Z] + snapcraftctl stage [2021-10-27T16:47:12.197Z] Staging hooks [2021-10-27T16:47:12.197Z] + snapcraftctl stage [2021-10-27T16:47:13.580Z] Staging static-packages [2021-10-27T16:47:13.580Z] + snapcraftctl stage [2021-10-27T16:47:14.517Z] Staging version [2021-10-27T16:47:14.517Z] + snapcraftctl stage [2021-10-27T16:47:15.898Z] Priming config-common [2021-10-27T16:47:15.898Z] + snapcraftctl prime [2021-10-27T16:47:16.837Z] Priming go-build-helper [2021-10-27T16:47:16.837Z] + snapcraftctl prime [2021-10-27T16:47:18.220Z] Priming edgex-go [2021-10-27T16:47:18.220Z] + snapcraftctl prime [2021-10-27T16:47:19.604Z] Priming hooks [2021-10-27T16:47:19.604Z] + snapcraftctl prime [2021-10-27T16:47:20.991Z] Priming static-packages [2021-10-27T16:47:20.991Z] + snapcraftctl prime [2021-10-27T16:47:23.533Z] Priming version [2021-10-27T16:47:23.533Z] + snapcraftctl prime [2021-10-27T16:47:24.472Z] 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-27T16:48:11.375Z] 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-27T16:48:11.375Z] Removing intermediate container 63f9e33e99f5 [2021-10-27T16:48:11.375Z] ---> 57b514538fce [2021-10-27T16:48:11.375Z] [2021-10-27T16:48:11.375Z] Step 9/22 : FROM alpine:3.14 [2021-10-27T16:48:11.375Z] 3.14: Pulling from library/alpine [2021-10-27T16:48:11.375Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-27T16:48:11.375Z] Status: Downloaded newer image for alpine:3.14 [2021-10-27T16:48:11.375Z] ---> bb3de5531c18 [2021-10-27T16:48:11.375Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-27T16:48:11.375Z] ---> Running in 397d45cccf9b [2021-10-27T16:48:13.400Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T16:48:13.400Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T16:48:14.935Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-10-27T16:48:14.935Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T16:48:14.935Z] OK: 5 MiB in 15 packages [2021-10-27T16:48:17.604Z] Removing intermediate container 397d45cccf9b [2021-10-27T16:48:17.604Z] ---> 0efd72064060 [2021-10-27T16:48:17.604Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T16:48:17.604Z] ---> Running in 51ef6e998069 [2021-10-27T16:48:18.617Z] Removing intermediate container 893cc0c43126 [2021-10-27T16:48:18.617Z] ---> 8fbf760d9139 [2021-10-27T16:48:18.617Z] [2021-10-27T16:48:18.617Z] Step 9/30 : FROM alpine:3.14 [2021-10-27T16:48:18.617Z] ---> bb3de5531c18 [2021-10-27T16:48:18.617Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-10-27T16:48:18.617Z] Removing intermediate container 51ef6e998069 [2021-10-27T16:48:18.617Z] ---> 57f7c2b0e642 [2021-10-27T16:48:18.617Z] Step 12/22 : ENV APP_PORT=59882 [2021-10-27T16:48:18.617Z] ---> Running in dc9a9d7d5be1 [2021-10-27T16:48:18.898Z] ---> Running in e16d96abd525 [2021-10-27T16:48:19.892Z] Removing intermediate container dc9a9d7d5be1 [2021-10-27T16:48:19.892Z] ---> e00423afc28f [2021-10-27T16:48:19.892Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-10-27T16:48:19.892Z] Removing intermediate container e16d96abd525 [2021-10-27T16:48:19.892Z] ---> 783549e2e590 [2021-10-27T16:48:19.892Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-27T16:48:19.892Z] ---> Running in c96a05a5e883 [2021-10-27T16:48:20.171Z] ---> Running in 7950d5afea84 [2021-10-27T16:48:20.791Z] Removing intermediate container 7e05341bfd80 [2021-10-27T16:48:20.791Z] ---> c39f7d5c2399 [2021-10-27T16:48:20.791Z] [2021-10-27T16:48:20.791Z] Step 9/20 : FROM alpine:3.14 [2021-10-27T16:48:20.791Z] ---> bb3de5531c18 [2021-10-27T16:48:20.791Z] Step 10/20 : RUN apk add --update --no-cache curl [2021-10-27T16:48:21.068Z] ---> Running in 101b4b79bfa6 [2021-10-27T16:48:21.345Z] Removing intermediate container 7950d5afea84 [2021-10-27T16:48:21.345Z] ---> 0f7c26ebe38d [2021-10-27T16:48:21.345Z] Step 14/22 : WORKDIR / [2021-10-27T16:48:21.345Z] ---> Running in 320b8f1eaf46 [2021-10-27T16:48:22.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T16:48:22.613Z] Removing intermediate container 320b8f1eaf46 [2021-10-27T16:48:22.613Z] ---> 881a4f6bfeeb [2021-10-27T16:48:22.613Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T16:48:22.930Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T16:48:24.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T16:48:24.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T16:48:24.127Z] ---> 51822216e1cd [2021-10-27T16:48:24.127Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-10-27T16:48:24.444Z] (1/2) Installing dumb-init (1.2.5-r1) [2021-10-27T16:48:24.444Z] (2/2) Installing su-exec (0.2-r1) [2021-10-27T16:48:24.444Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T16:48:24.444Z] OK: 5 MiB in 16 packages [2021-10-27T16:48:25.460Z] (1/5) Installing ca-certificates (20191127-r5) [2021-10-27T16:48:25.460Z] (2/5) Installing brotli-libs (1.0.9-r5) [2021-10-27T16:48:25.460Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2021-10-27T16:48:25.460Z] (4/5) Installing libcurl (7.79.1-r0) [2021-10-27T16:48:25.460Z] (5/5) Installing curl (7.79.1-r0) [2021-10-27T16:48:25.460Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T16:48:25.737Z] Executing ca-certificates-20191127-r5.trigger [2021-10-27T16:48:26.016Z] OK: 8 MiB in 19 packages [2021-10-27T16:48:26.616Z] Removing intermediate container c96a05a5e883 [2021-10-27T16:48:26.616Z] ---> 08eb70ca36d5 [2021-10-27T16:48:26.616Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-10-27T16:48:26.891Z] ---> Running in 31e166890b9d [2021-10-27T16:48:26.891Z] ---> e642e4109d75 [2021-10-27T16:48:26.891Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-10-27T16:48:27.878Z] Removing intermediate container 31e166890b9d [2021-10-27T16:48:27.878Z] ---> f1b10ddcc39b [2021-10-27T16:48:27.878Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-10-27T16:48:27.878Z] ---> Running in 2612add81592 [2021-10-27T16:48:28.156Z] ---> a668cd760d0a [2021-10-27T16:48:28.156Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-10-27T16:48:28.435Z] ---> Running in 52c8f88e0318 [2021-10-27T16:48:28.435Z] Removing intermediate container 101b4b79bfa6 [2021-10-27T16:48:28.435Z] ---> b325771ad19f [2021-10-27T16:48:28.435Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-27T16:48:28.709Z] ---> Running in 732a03fb5f8d [2021-10-27T16:48:28.990Z] Removing intermediate container 2612add81592 [2021-10-27T16:48:28.990Z] ---> d5244f9373c2 [2021-10-27T16:48:28.990Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-10-27T16:48:28.990Z] ---> Running in cdd9addcd89e [2021-10-27T16:48:29.267Z] Removing intermediate container 52c8f88e0318 [2021-10-27T16:48:29.267Z] ---> 83947764da1f [2021-10-27T16:48:29.267Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T16:48:29.543Z] ---> Running in f1e689f54826 [2021-10-27T16:48:29.826Z] Removing intermediate container 732a03fb5f8d [2021-10-27T16:48:29.826Z] ---> fb7e9e700f4e [2021-10-27T16:48:29.826Z] Step 12/20 : WORKDIR /edgex [2021-10-27T16:48:29.826Z] ---> Running in 45c4bbaf6159 [2021-10-27T16:48:30.433Z] Removing intermediate container f1e689f54826 [2021-10-27T16:48:30.433Z] ---> 661d899fce97 [2021-10-27T16:48:30.433Z] Step 20/22 : LABEL arch=arm64 [2021-10-27T16:48:30.709Z] ---> Running in 2adf2b27a721 [2021-10-27T16:48:30.986Z] Removing intermediate container 45c4bbaf6159 [2021-10-27T16:48:30.986Z] ---> f4a895c3b12a [2021-10-27T16:48:30.986Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-10-27T16:48:31.274Z] Removing intermediate container d57ad1abaf72 [2021-10-27T16:48:31.274Z] ---> 6521dca28b92 [2021-10-27T16:48:31.274Z] [2021-10-27T16:48:31.274Z] Step 9/22 : FROM alpine:3.14 [2021-10-27T16:48:31.274Z] ---> bb3de5531c18 [2021-10-27T16:48:31.274Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-27T16:48:31.274Z] ---> Using cache [2021-10-27T16:48:31.274Z] ---> 0efd72064060 [2021-10-27T16:48:31.274Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T16:48:31.274Z] ---> Using cache [2021-10-27T16:48:31.274Z] ---> 57f7c2b0e642 [2021-10-27T16:48:31.274Z] Step 12/22 : ENV APP_PORT=59881 [2021-10-27T16:48:31.557Z] ---> Running in b4c63c47d951 [2021-10-27T16:48:31.557Z] Removing intermediate container 2adf2b27a721 [2021-10-27T16:48:31.557Z] ---> 8984ad4ee92c [2021-10-27T16:48:31.557Z] Step 21/22 : LABEL git_sha=7a5694e906444af620e434e1a5c8404406f25f1d [2021-10-27T16:48:31.839Z] Removing intermediate container e2eacbcfe9e7 [2021-10-27T16:48:31.839Z] ---> 282366125fbe [2021-10-27T16:48:31.839Z] [2021-10-27T16:48:31.839Z] Step 9/21 : FROM alpine:3.14 [2021-10-27T16:48:31.839Z] ---> bb3de5531c18 [2021-10-27T16:48:31.839Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-10-27T16:48:31.839Z] ---> Running in 9bf6eb78428a [2021-10-27T16:48:32.119Z] ---> Running in ea7d86e17b80 [2021-10-27T16:48:32.119Z] ---> 6faf78293a91 [2021-10-27T16:48:32.119Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-10-27T16:48:32.405Z] Removing intermediate container cdd9addcd89e [2021-10-27T16:48:32.405Z] ---> 03e0defb5957 [2021-10-27T16:48:32.405Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-10-27T16:48:32.405Z] Removing intermediate container b4c63c47d951 [2021-10-27T16:48:32.405Z] ---> a32709c4a07c [2021-10-27T16:48:32.405Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-27T16:48:32.685Z] ---> Running in 48fe3503760a [2021-10-27T16:48:32.685Z] ---> Running in 6e140abe5fad [2021-10-27T16:48:32.964Z] Removing intermediate container 9bf6eb78428a [2021-10-27T16:48:32.964Z] ---> 29d27b1e5b04 [2021-10-27T16:48:32.964Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T16:48:32.964Z] ---> Running in 66821f2b8820 [2021-10-27T16:48:33.571Z] Removing intermediate container 48fe3503760a [2021-10-27T16:48:33.571Z] ---> 3758b250e8c1 [2021-10-27T16:48:33.571Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-10-27T16:48:33.571Z] Removing intermediate container 6e140abe5fad [2021-10-27T16:48:33.571Z] ---> 4597f9fb2768 [2021-10-27T16:48:33.571Z] Step 14/22 : WORKDIR / [2021-10-27T16:48:33.851Z] Removing intermediate container 66821f2b8820 [2021-10-27T16:48:33.851Z] ---> 501ff0b88c80 [2021-10-27T16:48:33.851Z] [2021-10-27T16:48:33.851Z] ---> Running in 0d660243f6a2 [2021-10-27T16:48:33.851Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T16:48:34.456Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T16:48:34.456Z] ---> 5b08c0719bde [2021-10-27T16:48:34.456Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-10-27T16:48:34.456Z] Successfully built 501ff0b88c80 [2021-10-27T16:48:34.456Z] Successfully tagged core-command-arm64:latest [2021-10-27T16:48:34.456Z]  Building core-command ... done Building security-secretstore-setup [2021-10-27T16:48:34.741Z] Removing intermediate container 0d660243f6a2 [2021-10-27T16:48:34.741Z] ---> f289fcc1a8bd [2021-10-27T16:48:34.741Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T16:48:35.019Z] ---> 3f907d4d581d [2021-10-27T16:48:35.019Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-10-27T16:48:35.306Z] ---> Running in 6bc80154e6bb [2021-10-27T16:48:35.306Z] (1/2) Installing ca-certificates (20191127-r5) [2021-10-27T16:48:35.597Z] (2/2) Installing dumb-init (1.2.5-r1) [2021-10-27T16:48:35.597Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T16:48:35.597Z] Executing ca-certificates-20191127-r5.trigger [2021-10-27T16:48:35.874Z] OK: 6 MiB in 16 packages [2021-10-27T16:48:36.865Z] ---> 97b0b1ae5109 [2021-10-27T16:48:36.865Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-10-27T16:48:36.865Z] ---> 8a73c0e392a1 [2021-10-27T16:48:36.865Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-10-27T16:48:37.468Z] ---> Running in 6634a6135ae7 [2021-10-27T16:48:38.470Z] Removing intermediate container 6634a6135ae7 [2021-10-27T16:48:38.470Z] ---> ddab0dfe1a35 [2021-10-27T16:48:38.470Z] Step 17/20 : CMD ["--init=true"] [2021-10-27T16:48:38.752Z] ---> da92501045e8 [2021-10-27T16:48:38.752Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-10-27T16:48:39.030Z] ---> Running in 652c7931002f [2021-10-27T16:48:39.030Z] Removing intermediate container ea7d86e17b80 [2021-10-27T16:48:39.030Z] ---> 99cd07316935 [2021-10-27T16:48:39.030Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T16:48:39.348Z] ---> Running in 7073ecef7965 [2021-10-27T16:48:39.622Z] Removing intermediate container 6bc80154e6bb [2021-10-27T16:48:39.622Z] ---> c60f0ccf5db9 [2021-10-27T16:48:39.622Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T16:48:39.905Z] Removing intermediate container 652c7931002f [2021-10-27T16:48:39.905Z] ---> 02451c382769 [2021-10-27T16:48:39.905Z] Step 18/20 : LABEL arch=arm64 [2021-10-27T16:48:40.183Z] ---> Running in 744b319cdc65 [2021-10-27T16:48:40.183Z] ---> b2a4bbddbbd4 [2021-10-27T16:48:40.471Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-10-27T16:48:40.471Z] Removing intermediate container 7073ecef7965 [2021-10-27T16:48:40.471Z] ---> d90262b4cfb2 [2021-10-27T16:48:40.471Z] Step 12/21 : ENV APP_PORT=59860 [2021-10-27T16:48:40.471Z] ---> Running in 6e2f5c478880 [2021-10-27T16:48:40.746Z] ---> Running in 20c1e5525eee [2021-10-27T16:48:41.022Z] ---> 4df178307178 [2021-10-27T16:48:41.022Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-10-27T16:48:41.022Z] Removing intermediate container 744b319cdc65 [2021-10-27T16:48:41.022Z] ---> 7fdac6db06ec [2021-10-27T16:48:41.022Z] Step 19/20 : LABEL git_sha=7a5694e906444af620e434e1a5c8404406f25f1d [2021-10-27T16:48:41.300Z] ---> Running in 567ce0a6a30a [2021-10-27T16:48:41.300Z] Removing intermediate container 6e2f5c478880 [2021-10-27T16:48:41.300Z] ---> af663a5e5def [2021-10-27T16:48:41.300Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T16:48:41.579Z] Removing intermediate container 20c1e5525eee [2021-10-27T16:48:41.579Z] ---> 3c9c00aa8664 [2021-10-27T16:48:41.579Z] Step 13/21 : EXPOSE $APP_PORT [2021-10-27T16:48:41.579Z] ---> Running in 66d37205b929 [2021-10-27T16:48:41.579Z] ---> Running in 0870f18d8282 [2021-10-27T16:48:42.178Z] Removing intermediate container 567ce0a6a30a [2021-10-27T16:48:42.178Z] ---> c69c12cfdada [2021-10-27T16:48:42.178Z] Step 20/20 : LABEL version=0.0.0 [2021-10-27T16:48:42.178Z] ---> Running in bd5e587b3e2f [2021-10-27T16:48:42.468Z] Removing intermediate container 66d37205b929 [2021-10-27T16:48:42.468Z] ---> e40599e32af4 [2021-10-27T16:48:42.468Z] Step 20/22 : LABEL arch=arm64 [2021-10-27T16:48:42.468Z] Removing intermediate container 0870f18d8282 [2021-10-27T16:48:42.468Z] ---> 35a937aa8d3d [2021-10-27T16:48:42.468Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T16:48:42.742Z] ---> Running in 4a8f6343c4a1 [2021-10-27T16:48:43.018Z] ---> 2ab599463633 [2021-10-27T16:48:43.018Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-10-27T16:48:43.018Z] Removing intermediate container bd5e587b3e2f [2021-10-27T16:48:43.018Z] ---> 3707781a2713 [2021-10-27T16:48:43.018Z] [2021-10-27T16:48:43.625Z] Removing intermediate container 4a8f6343c4a1 [2021-10-27T16:48:43.625Z] ---> 3ebbb286bddf [2021-10-27T16:48:43.625Z] Step 21/22 : LABEL git_sha=7a5694e906444af620e434e1a5c8404406f25f1d [2021-10-27T16:48:43.625Z] ---> Running in fb5e49d7d4a7 [2021-10-27T16:48:43.910Z] Successfully built 3707781a2713 [2021-10-27T16:48:43.910Z] Successfully tagged security-proxy-setup-arm64:latest [2021-10-27T16:48:43.910Z]  Building security-proxy-setup ... done Building support-scheduler [2021-10-27T16:48:43.910Z] ---> e5ad5af227d2 [2021-10-27T16:48:43.910Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-10-27T16:48:44.515Z] Removing intermediate container fb5e49d7d4a7 [2021-10-27T16:48:44.515Z] ---> 8dc2db25cfdd [2021-10-27T16:48:44.515Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T16:48:44.515Z] ---> ba3f35987032 [2021-10-27T16:48:44.515Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-10-27T16:48:44.515Z] ---> Running in 1e9d11cd10c9 [2021-10-27T16:48:45.510Z] Removing intermediate container 1e9d11cd10c9 [2021-10-27T16:48:45.510Z] ---> 436036a78f0b [2021-10-27T16:48:45.510Z] [2021-10-27T16:48:46.134Z] Successfully built 436036a78f0b [2021-10-27T16:48:46.134Z] Successfully tagged core-metadata-arm64:latest [2021-10-27T16:48:46.134Z]  Building core-metadata ... done Building core-data [2021-10-27T16:48:46.134Z] ---> feda521b47a0 [2021-10-27T16:48:46.134Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-10-27T16:48:46.134Z] ---> d8036f22cd59 [2021-10-27T16:48:46.134Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-10-27T16:48:47.680Z] ---> ac8077640300 [2021-10-27T16:48:47.680Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-10-27T16:48:47.680Z] ---> 371e1633591a [2021-10-27T16:48:47.680Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2021-10-27T16:48:47.680Z] ---> Running in 4a8d18d00fb5 [2021-10-27T16:48:47.680Z] ---> Running in c2427fd64695 [2021-10-27T16:48:48.416Z] Removing intermediate container c2427fd64695 [2021-10-27T16:48:48.416Z] ---> 111200a4bb82 [2021-10-27T16:48:48.416Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T16:48:48.416Z] Removing intermediate container 4a8d18d00fb5 [2021-10-27T16:48:48.416Z] ---> 223135bd0990 [2021-10-27T16:48:48.763Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-10-27T16:48:48.763Z] ---> Running in 13dcb7e3f5b4 [2021-10-27T16:48:50.734Z] Removing intermediate container 13dcb7e3f5b4 [2021-10-27T16:48:50.734Z] ---> 3b9a4e1df7a7 [2021-10-27T16:48:50.734Z] Step 19/21 : LABEL arch=arm64 [2021-10-27T16:48:50.734Z] ---> 5b3cfb70e00c [2021-10-27T16:48:50.734Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-10-27T16:48:50.734Z] ---> Running in fa6ae4e97906 [2021-10-27T16:48:50.734Z] ---> Running in 54efc14d46e6 [2021-10-27T16:48:50.734Z] Removing intermediate container fa6ae4e97906 [2021-10-27T16:48:50.734Z] ---> 30ee86642bdc [2021-10-27T16:48:50.734Z] Step 20/21 : LABEL git_sha=7a5694e906444af620e434e1a5c8404406f25f1d [2021-10-27T16:48:50.734Z] ---> Running in 7760045225a8 [2021-10-27T16:48:51.744Z] Removing intermediate container 7760045225a8 [2021-10-27T16:48:51.744Z] ---> 8300cc8cbeaa [2021-10-27T16:48:51.744Z] Step 21/21 : LABEL version=0.0.0 [2021-10-27T16:48:51.744Z] ---> Running in 0b23815fc0e8 [2021-10-27T16:48:52.351Z] Removing intermediate container 0b23815fc0e8 [2021-10-27T16:48:52.351Z] ---> db067aed3963 [2021-10-27T16:48:52.351Z] [2021-10-27T16:48:52.960Z] Successfully built db067aed3963 [2021-10-27T16:48:52.960Z] Successfully tagged support-notifications-arm64:latest [2021-10-27T16:48:52.960Z]  Building support-notifications ... done Building sys-mgmt-agent [2021-10-27T16:48:53.236Z] Removing intermediate container 54efc14d46e6 [2021-10-27T16:48:53.236Z] ---> ee8bda44b6c7 [2021-10-27T16:48:53.236Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-10-27T16:48:53.519Z] ---> Running in f72f0f00fe32 [2021-10-27T16:48:53.797Z] Removing intermediate container f72f0f00fe32 [2021-10-27T16:48:53.797Z] ---> 4400fcaec18d [2021-10-27T16:48:53.797Z] Step 27/30 : CMD ["gate"] [2021-10-27T16:48:54.101Z] ---> Running in dce12c0faa29 [2021-10-27T16:48:54.704Z] Removing intermediate container dce12c0faa29 [2021-10-27T16:48:54.704Z] ---> 2765490e24c6 [2021-10-27T16:48:54.704Z] Step 28/30 : LABEL arch=arm64 [2021-10-27T16:48:54.988Z] ---> Running in c73766245e39 [2021-10-27T16:48:55.993Z] Removing intermediate container c73766245e39 [2021-10-27T16:48:55.993Z] ---> e6fdaa2306a3 [2021-10-27T16:48:55.993Z] Step 29/30 : LABEL git_sha=7a5694e906444af620e434e1a5c8404406f25f1d [2021-10-27T16:48:55.993Z] ---> Running in d274a2af6874 [2021-10-27T16:48:56.598Z] Removing intermediate container d274a2af6874 [2021-10-27T16:48:56.598Z] ---> 54f539f5a29b [2021-10-27T16:48:56.598Z] Step 30/30 : LABEL version=0.0.0 [2021-10-27T16:48:57.200Z] ---> Running in eb22184f1e99 [2021-10-27T16:48:57.480Z] Removing intermediate container eb22184f1e99 [2021-10-27T16:48:57.480Z] ---> 2dff0f65aa92 [2021-10-27T16:48:57.480Z] [2021-10-27T16:48:58.085Z] Successfully built 2dff0f65aa92 [2021-10-27T16:48:58.085Z] Successfully tagged security-bootstrapper-arm64:latest [2021-10-27T16:49:16.446Z]  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:49:16.446Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:49:16.446Z] ---> d6f4fe82c3cf [2021-10-27T16:49:16.446Z] Step 3/24 : WORKDIR /edgex-go [2021-10-27T16:49:16.446Z] ---> Using cache [2021-10-27T16:49:16.446Z] ---> 1ff9c9470934 [2021-10-27T16:49:16.446Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:49:16.446Z] ---> Using cache [2021-10-27T16:49:16.446Z] ---> 9915657cb657 [2021-10-27T16:49:16.446Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-10-27T16:49:16.446Z] ---> Using cache [2021-10-27T16:49:16.446Z] ---> b31ae47df097 [2021-10-27T16:49:16.446Z] Step 6/24 : COPY . . [2021-10-27T16:49:16.446Z] ---> Using cache [2021-10-27T16:49:16.446Z] ---> 66c58cf0222c [2021-10-27T16:49:16.446Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:49:16.446Z] ---> Using cache [2021-10-27T16:49:16.446Z] ---> 0db179168f9a [2021-10-27T16:49:16.447Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-10-27T16:49:18.464Z] ---> Running in 053718ec041f [2021-10-27T16:49:19.956Z] 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-27T16:49:34.355Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:49:34.355Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:49:34.355Z] ---> d6f4fe82c3cf [2021-10-27T16:49:34.355Z] Step 3/23 : WORKDIR /edgex-go [2021-10-27T16:49:34.355Z] ---> Using cache [2021-10-27T16:49:34.355Z] ---> 1ff9c9470934 [2021-10-27T16:49:34.355Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:49:34.355Z] ---> Using cache [2021-10-27T16:49:34.355Z] ---> 9915657cb657 [2021-10-27T16:49:34.355Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-10-27T16:49:34.355Z] ---> Using cache [2021-10-27T16:49:34.355Z] ---> b31ae47df097 [2021-10-27T16:49:34.355Z] Step 6/23 : COPY go.mod . [2021-10-27T16:49:34.355Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:49:34.355Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:49:34.355Z] ---> d6f4fe82c3cf [2021-10-27T16:49:34.355Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T16:49:34.355Z] ---> Using cache [2021-10-27T16:49:34.355Z] ---> 1ff9c9470934 [2021-10-27T16:49:34.355Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:49:34.355Z] ---> Using cache [2021-10-27T16:49:34.355Z] ---> 9915657cb657 [2021-10-27T16:49:34.355Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-10-27T16:49:34.652Z] ---> d0fde7cc3dc6 [2021-10-27T16:49:34.652Z] Step 7/23 : RUN go mod download [2021-10-27T16:49:34.652Z] ---> Running in 2b20e1fe9070 [2021-10-27T16:49:34.939Z] ---> Running in 22670c19dc64 [2021-10-27T16:49:37.638Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T16:49:37.638Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T16:49:37.638Z] ---> d6f4fe82c3cf [2021-10-27T16:49:37.638Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T16:49:37.638Z] ---> Using cache [2021-10-27T16:49:37.638Z] ---> 1ff9c9470934 [2021-10-27T16:49:37.638Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:49:37.638Z] ---> Using cache [2021-10-27T16:49:37.638Z] ---> 9915657cb657 [2021-10-27T16:49:37.638Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2021-10-27T16:49:37.638Z] ---> Running in ed5f21560f3b [2021-10-27T16:49:37.638Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T16:49:38.659Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T16:49:39.688Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T16:49:39.973Z] OK: 219 MiB in 52 packages [2021-10-27T16:49:41.211Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T16:49:42.881Z] Removing intermediate container 2b20e1fe9070 [2021-10-27T16:49:42.881Z] ---> 5b6f9ccfe1cc [2021-10-27T16:49:42.881Z] Step 6/22 : COPY . . [2021-10-27T16:49:42.881Z] OK: 219 MiB in 52 packages [2021-10-27T16:49:43.492Z] Removing intermediate container 22670c19dc64 [2021-10-27T16:49:43.492Z] ---> 923def3dd411 [2021-10-27T16:49:43.492Z] Step 8/23 : COPY . . [2021-10-27T16:49:44.481Z] Removing intermediate container ed5f21560f3b [2021-10-27T16:49:44.481Z] ---> b7551a31b590 [2021-10-27T16:49:44.481Z] Step 6/22 : COPY . . [2021-10-27T16:50:16.853Z] ---> 9ce164bc1f0a [2021-10-27T16:50:16.853Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:50:16.853Z] ---> d923a31216b6 [2021-10-27T16:50:16.853Z] Step 9/23 : RUN go mod tidy [2021-10-27T16:50:16.853Z] ---> Running in 3968056cc82a [2021-10-27T16:50:16.853Z] ---> Running in 522119e6bc0a [2021-10-27T16:50:16.853Z] ---> d4916408ea26 [2021-10-27T16:50:16.853Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T16:50:16.853Z] ---> Running in dd5c26746b4b [2021-10-27T16:50:16.853Z] 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-27T16:50:18.858Z] Removing intermediate container 3968056cc82a [2021-10-27T16:50:18.858Z] ---> 45ffe2f1860f [2021-10-27T16:50:18.858Z] Step 8/22 : RUN make cmd/core-data/core-data [2021-10-27T16:50:19.140Z] ---> Running in 1fc97ee5e4f7 [2021-10-27T16:50:19.140Z] Removing intermediate container dd5c26746b4b [2021-10-27T16:50:19.140Z] ---> e38d8678ac66 [2021-10-27T16:50:19.140Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-10-27T16:50:19.436Z] ---> Running in 34a7d6a7b16b [2021-10-27T16:50:20.456Z] Removing intermediate container 522119e6bc0a [2021-10-27T16:50:20.456Z] ---> c3c4e019f4b4 [2021-10-27T16:50:20.456Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-10-27T16:50:20.732Z] ---> Running in ae7e9481f154 [2021-10-27T16:50:21.339Z] 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-27T16:50:21.612Z] 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-27T16:50:23.094Z] 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-27T16:50:27.458Z] Removing intermediate container 053718ec041f [2021-10-27T16:50:27.458Z] ---> c3b77714f0c0 [2021-10-27T16:50:27.458Z] [2021-10-27T16:50:27.458Z] Step 9/24 : FROM alpine:3.14 [2021-10-27T16:50:27.458Z] ---> bb3de5531c18 [2021-10-27T16:50:27.458Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-10-27T16:50:27.734Z] ---> Running in 0dc601c5134a [2021-10-27T16:50:30.372Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T16:50:30.372Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T16:50:31.818Z] (1/3) Installing ca-certificates (20191127-r5) [2021-10-27T16:50:31.818Z] (2/3) Installing dumb-init (1.2.5-r1) [2021-10-27T16:50:31.818Z] (3/3) Installing su-exec (0.2-r1) [2021-10-27T16:50:31.818Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T16:50:31.818Z] Executing ca-certificates-20191127-r5.trigger [2021-10-27T16:50:32.096Z] OK: 6 MiB in 17 packages [2021-10-27T16:50:34.757Z] Removing intermediate container 0dc601c5134a [2021-10-27T16:50:34.757Z] ---> dbabc5a4d3f9 [2021-10-27T16:50:34.757Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-27T16:50:34.757Z] ---> Running in 18e92e836ccb [2021-10-27T16:50:35.058Z] Removing intermediate container 18e92e836ccb [2021-10-27T16:50:35.058Z] ---> 5e9743ee8be0 [2021-10-27T16:50:35.058Z] Step 12/24 : WORKDIR / [2021-10-27T16:50:35.352Z] ---> Running in 8e87d3716faa [2021-10-27T16:50:35.971Z] Removing intermediate container 8e87d3716faa [2021-10-27T16:50:35.971Z] ---> 50ef67feb584 [2021-10-27T16:50:35.971Z] 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-27T16:50:37.483Z] ---> e65ee31f7be3 [2021-10-27T16:50:37.483Z] 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-27T16:50:38.766Z] ---> 703bc117075d [2021-10-27T16:50:38.766Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-10-27T16:50:40.325Z] ---> ea07a52d3ccd [2021-10-27T16:50:40.325Z] 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-27T16:50:41.796Z] ---> 7770294faa80 [2021-10-27T16:50:41.796Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-10-27T16:50:43.825Z] ---> 276a574f545d [2021-10-27T16:50:43.825Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-10-27T16:50:45.313Z] ---> 4815a7333a18 [2021-10-27T16:50:45.313Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-10-27T16:50:46.797Z] ---> 64c139139cb7 [2021-10-27T16:50:46.797Z] 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-27T16:50:47.083Z] ---> Running in 2b67622b5e38 [2021-10-27T16:50:51.493Z] Removing intermediate container 2b67622b5e38 [2021-10-27T16:50:51.493Z] ---> 78dad892a2c7 [2021-10-27T16:50:51.493Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-10-27T16:50:51.493Z] ---> Running in 8d8a24ee7b5f [2021-10-27T16:50:51.493Z] Removing intermediate container 8d8a24ee7b5f [2021-10-27T16:50:51.493Z] ---> 115490b4511d [2021-10-27T16:50:51.493Z] Step 22/24 : LABEL arch=arm64 [2021-10-27T16:50:51.787Z] ---> Running in 409b65088d1f [2021-10-27T16:50:52.797Z] Removing intermediate container 409b65088d1f [2021-10-27T16:50:52.797Z] ---> 782b5238c2c9 [2021-10-27T16:50:52.797Z] Step 23/24 : LABEL git_sha=7a5694e906444af620e434e1a5c8404406f25f1d [2021-10-27T16:50:52.797Z] ---> Running in ce4995996724 [2021-10-27T16:50:53.806Z] Removing intermediate container ce4995996724 [2021-10-27T16:50:53.806Z] ---> 76c1c3282e3d [2021-10-27T16:50:53.806Z] Step 24/24 : LABEL version=0.0.0 [2021-10-27T16:50:53.806Z] ---> Running in 2b2222f8a7c8 [2021-10-27T16:50:54.819Z] Removing intermediate container 2b2222f8a7c8 [2021-10-27T16:50:54.820Z] ---> 4f6cae6a7000 [2021-10-27T16:50:54.820Z] [2021-10-27T16:50:55.102Z] Successfully built 4f6cae6a7000 [2021-10-27T16:50:55.102Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-10-27T16:52:03.200Z]  Building security-secretstore-setup ... done Removing intermediate container 34a7d6a7b16b [2021-10-27T16:52:03.200Z] ---> b0b4e95eedfe [2021-10-27T16:52:03.200Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-10-27T16:52:03.200Z] ---> Running in d99e19f9b90f [2021-10-27T16:52:03.807Z] 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-27T16:52:08.164Z] Removing intermediate container d99e19f9b90f [2021-10-27T16:52:08.164Z] ---> 870b25e8fc14 [2021-10-27T16:52:08.164Z] [2021-10-27T16:52:08.164Z] Step 10/22 : FROM docker:20.10.8 [2021-10-27T16:52:08.164Z] 20.10.8: Pulling from library/docker [2021-10-27T16:52:09.618Z] Removing intermediate container ae7e9481f154 [2021-10-27T16:52:09.618Z] ---> 468fa5936300 [2021-10-27T16:52:09.618Z] [2021-10-27T16:52:09.618Z] Step 11/23 : FROM alpine:3.14 [2021-10-27T16:52:09.618Z] ---> bb3de5531c18 [2021-10-27T16:52:09.618Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-10-27T16:52:09.618Z] ---> Using cache [2021-10-27T16:52:09.618Z] ---> 0efd72064060 [2021-10-27T16:52:09.618Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T16:52:09.618Z] ---> Using cache [2021-10-27T16:52:09.618Z] ---> 57f7c2b0e642 [2021-10-27T16:52:09.618Z] Step 14/23 : ENV APP_PORT=59861 [2021-10-27T16:52:09.896Z] ---> Running in 87e4d3df6b26 [2021-10-27T16:52:10.679Z] Removing intermediate container 87e4d3df6b26 [2021-10-27T16:52:10.679Z] ---> 541083e89883 [2021-10-27T16:52:10.679Z] Step 15/23 : EXPOSE $APP_PORT [2021-10-27T16:52:11.009Z] ---> Running in c62aae30cc6b [2021-10-27T16:52:11.623Z] Removing intermediate container c62aae30cc6b [2021-10-27T16:52:11.623Z] ---> 19fc5ac2c917 [2021-10-27T16:52:11.623Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T16:52:13.072Z] ---> 6fe2aed46f37 [2021-10-27T16:52:13.072Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-10-27T16:52:15.065Z] ---> ed93d1dc5ffb [2021-10-27T16:52:15.065Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-10-27T16:52:16.055Z] Removing intermediate container 1fc97ee5e4f7 [2021-10-27T16:52:16.055Z] ---> 84c648784e69 [2021-10-27T16:52:16.055Z] [2021-10-27T16:52:16.055Z] Step 9/22 : FROM alpine:3.14 [2021-10-27T16:52:16.055Z] ---> bb3de5531c18 [2021-10-27T16:52:16.055Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-10-27T16:52:16.329Z] ---> fd9ff16b8d0e [2021-10-27T16:52:16.329Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-10-27T16:52:16.329Z] ---> Running in 68ce5a52961e [2021-10-27T16:52:16.329Z] ---> Running in 6db5d2f199f9 [2021-10-27T16:52:16.939Z] Removing intermediate container 68ce5a52961e [2021-10-27T16:52:16.939Z] ---> 9840c1c6067a [2021-10-27T16:52:16.939Z] Step 11/22 : ENV APP_PORT=59880 [2021-10-27T16:52:16.939Z] ---> Running in 7ca7ecf95183 [2021-10-27T16:52:16.939Z] Removing intermediate container 6db5d2f199f9 [2021-10-27T16:52:16.939Z] ---> 5ad229ed18de [2021-10-27T16:52:16.939Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T16:52:17.214Z] ---> Running in 92da515fcec3 [2021-10-27T16:52:17.814Z] Removing intermediate container 7ca7ecf95183 [2021-10-27T16:52:17.814Z] ---> 2d0d978bccb1 [2021-10-27T16:52:17.814Z] Step 12/22 : EXPOSE $APP_PORT [2021-10-27T16:52:17.814Z] ---> Running in ca6971d411a9 [2021-10-27T16:52:17.814Z] Removing intermediate container 92da515fcec3 [2021-10-27T16:52:17.814Z] ---> 5d39e6d6b9cd [2021-10-27T16:52:17.814Z] Step 21/23 : LABEL arch=arm64 [2021-10-27T16:52:18.087Z] ---> Running in 94badc4dd573 [2021-10-27T16:52:18.362Z] Removing intermediate container ca6971d411a9 [2021-10-27T16:52:18.362Z] ---> 74eca798455c [2021-10-27T16:52:18.362Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T16:52:18.362Z] ---> Running in b02f37f06d23 [2021-10-27T16:52:18.636Z] Removing intermediate container 94badc4dd573 [2021-10-27T16:52:18.636Z] ---> 15acd22bf562 [2021-10-27T16:52:18.636Z] Step 22/23 : LABEL git_sha=7a5694e906444af620e434e1a5c8404406f25f1d [2021-10-27T16:52:18.636Z] ---> Running in dcd36e28ca30 [2021-10-27T16:52:19.235Z] Removing intermediate container dcd36e28ca30 [2021-10-27T16:52:19.235Z] ---> b5b0540ecf1a [2021-10-27T16:52:19.235Z] Step 23/23 : LABEL version=0.0.0 [2021-10-27T16:52:19.510Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2021-10-27T16:52:19.510Z] Status: Downloaded newer image for docker:20.10.8 [2021-10-27T16:52:19.510Z] ---> 3734d5adc5ac [2021-10-27T16:52:19.510Z] 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-27T16:52:19.510Z] ---> Running in e8d8b5dd4911 [2021-10-27T16:52:19.510Z] ---> Running in 0c227fee9cd0 [2021-10-27T16:52:19.785Z] Removing intermediate container e8d8b5dd4911 [2021-10-27T16:52:19.785Z] ---> eb9249c52e2a [2021-10-27T16:52:19.785Z] [2021-10-27T16:52:20.066Z] Removing intermediate container 0c227fee9cd0 [2021-10-27T16:52:20.066Z] ---> ff0e8bca99ac [2021-10-27T16:52:20.066Z] 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-27T16:52:20.339Z] ---> Running in 04d322bf990f [2021-10-27T16:52:20.339Z] Successfully built eb9249c52e2a [2021-10-27T16:52:20.339Z] Successfully tagged support-scheduler-arm64:latest [2021-10-27T16:52:20.944Z]  Building support-scheduler ... done Removing intermediate container b02f37f06d23 [2021-10-27T16:52:20.944Z] ---> 99b8c6a6cfea [2021-10-27T16:52:20.944Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-10-27T16:52:21.218Z] ---> Running in 19ec61e085a3 [2021-10-27T16:52:21.814Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T16:52:22.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T16:52:22.689Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T16:52:22.964Z] (1/42) Installing readline (8.1.0-r0) [2021-10-27T16:52:22.964Z] (2/42) Installing bash (5.1.4-r0) [2021-10-27T16:52:22.964Z] Executing bash-5.1.4-r0.post-install [2021-10-27T16:52:22.964Z] (3/42) Installing brotli-libs (1.0.9-r5) [2021-10-27T16:52:22.964Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2021-10-27T16:52:22.964Z] (5/42) Installing libcurl (7.79.1-r0) [2021-10-27T16:52:23.244Z] (6/42) Installing curl (7.79.1-r0) [2021-10-27T16:52:23.244Z] (7/42) Installing dumb-init (1.2.5-r1) [2021-10-27T16:52:23.244Z] (8/42) Installing libbz2 (1.0.8-r1) [2021-10-27T16:52:23.244Z] (9/42) Installing expat (2.4.1-r0) [2021-10-27T16:52:23.244Z] (10/42) Installing libffi (3.3-r2) [2021-10-27T16:52:23.244Z] (11/42) Installing gdbm (1.19-r0) [2021-10-27T16:52:23.244Z] (12/42) Installing xz-libs (5.2.5-r0) [2021-10-27T16:52:23.244Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2021-10-27T16:52:23.244Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-27T16:52:23.244Z] (15/42) Installing mpdecimal (2.5.1-r1) [2021-10-27T16:52:23.244Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2021-10-27T16:52:23.244Z] (17/42) Installing python3 (3.9.5-r1) [2021-10-27T16:52:23.518Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T16:52:24.496Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-10-27T16:52:24.496Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-10-27T16:52:24.496Z] (3/6) Installing libsodium (1.0.18-r0) [2021-10-27T16:52:24.770Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-27T16:52:24.770Z] (5/6) Installing libzmq (4.3.4-r0) [2021-10-27T16:52:25.044Z] (6/6) Installing zeromq (4.3.4-r0) [2021-10-27T16:52:25.044Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T16:52:25.044Z] OK: 8 MiB in 20 packages [2021-10-27T16:52:25.321Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2021-10-27T16:52:25.321Z] (19/42) Installing py3-chardet (4.0.0-r2) [2021-10-27T16:52:25.598Z] (20/42) Installing py3-idna (3.2-r0) [2021-10-27T16:52:25.598Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2021-10-27T16:52:25.598Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2021-10-27T16:52:25.598Z] (23/42) Installing py3-requests (2.25.1-r4) [2021-10-27T16:52:25.598Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2021-10-27T16:52:25.598Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2021-10-27T16:52:25.598Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2021-10-27T16:52:25.598Z] (27/42) Installing py3-colorama (0.4.4-r1) [2021-10-27T16:52:25.876Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2021-10-27T16:52:25.876Z] (29/42) Installing py3-distlib (0.3.1-r3) [2021-10-27T16:52:25.876Z] (30/42) Installing py3-distro (1.5.0-r3) [2021-10-27T16:52:25.876Z] (31/42) Installing py3-six (1.15.0-r1) [2021-10-27T16:52:25.876Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2021-10-27T16:52:25.876Z] (33/42) Installing py3-html5lib (1.1-r1) [2021-10-27T16:52:25.876Z] (34/42) Installing py3-parsing (2.4.7-r2) [2021-10-27T16:52:25.876Z] (35/42) Installing py3-packaging (20.9-r1) [2021-10-27T16:52:25.876Z] (36/42) Installing py3-toml (0.10.2-r2) [2021-10-27T16:52:25.876Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2021-10-27T16:52:25.876Z] (38/42) Installing py3-progress (1.5-r2) [2021-10-27T16:52:25.876Z] (39/42) Installing py3-retrying (1.3.3-r1) [2021-10-27T16:52:25.876Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2021-10-27T16:52:25.876Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2021-10-27T16:52:26.154Z] (42/42) Installing py3-pip (20.3.4-r1) [2021-10-27T16:52:26.761Z] Removing intermediate container 19ec61e085a3 [2021-10-27T16:52:26.761Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T16:52:26.761Z] ---> 460ffd81ad2f [2021-10-27T16:52:26.761Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T16:52:26.761Z] OK: 84 MiB in 64 packages [2021-10-27T16:52:27.742Z] ---> 82c6c095ae2d [2021-10-27T16:52:27.742Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-10-27T16:52:29.185Z] ---> 1b8d3083bd76 [2021-10-27T16:52:29.185Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-10-27T16:52:29.788Z] ---> 65423dbfa5fd [2021-10-27T16:52:29.788Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2021-10-27T16:52:30.066Z] ---> Running in 6d58e07c5303 [2021-10-27T16:52:31.374Z] Removing intermediate container 6d58e07c5303 [2021-10-27T16:52:31.374Z] ---> 4be50f39b387 [2021-10-27T16:52:31.374Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T16:52:31.374Z] ---> Running in 0ac307458e46 [2021-10-27T16:52:31.374Z] Removing intermediate container 0ac307458e46 [2021-10-27T16:52:31.374Z] ---> a37131486b7e [2021-10-27T16:52:31.374Z] Step 20/22 : LABEL arch=arm64 [2021-10-27T16:52:31.374Z] ---> Running in 365500b87fa1 [2021-10-27T16:52:31.374Z] Removing intermediate container 365500b87fa1 [2021-10-27T16:52:31.374Z] ---> bacbd0d8af7e [2021-10-27T16:52:31.374Z] Step 21/22 : LABEL git_sha=7a5694e906444af620e434e1a5c8404406f25f1d [2021-10-27T16:52:31.665Z] ---> Running in 1c5211eef895 [2021-10-27T16:52:31.939Z] Collecting docker-compose==1.23.2 [2021-10-27T16:52:32.216Z] Removing intermediate container 1c5211eef895 [2021-10-27T16:52:32.216Z] ---> 86725593b574 [2021-10-27T16:52:32.216Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T16:52:32.216Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-10-27T16:52:32.216Z] ---> Running in 4b0b93eb37ac [2021-10-27T16:52:32.491Z] Removing intermediate container 4b0b93eb37ac [2021-10-27T16:52:32.491Z] ---> 5f1897895dc4 [2021-10-27T16:52:32.491Z] [2021-10-27T16:52:32.767Z] Collecting jsonschema<3,>=2.5.1 [2021-10-27T16:52:32.767Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-10-27T16:52:33.040Z] Collecting docopt<0.7,>=0.6.1 [2021-10-27T16:52:33.040Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-10-27T16:52:33.040Z] Successfully built 5f1897895dc4 [2021-10-27T16:52:33.040Z] Successfully tagged core-data-arm64:latest [2021-10-27T16:52:35.660Z]  Building core-data ... done Collecting dockerpty<0.5,>=0.4.1 [2021-10-27T16:52:35.660Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-10-27T16:52:39.076Z] Collecting docker<4.0,>=3.6.0 [2021-10-27T16:52:39.076Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-10-27T16:52:39.350Z] Collecting websocket-client<1.0,>=0.32.0 [2021-10-27T16:52:39.350Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-10-27T16:52:39.625Z] Collecting cached-property<2,>=1.2.0 [2021-10-27T16:52:39.625Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-10-27T16:52:39.625Z] Collecting texttable<0.10,>=0.9.0 [2021-10-27T16:52:39.625Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-10-27T16:52:42.251Z] 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-27T16:52:43.231Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-10-27T16:52:43.231Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-10-27T16:52:44.664Z] Collecting PyYAML<4,>=3.10 [2021-10-27T16:52:44.664Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-10-27T16:52:48.970Z] Collecting docker-pycreds>=0.4.0 [2021-10-27T16:52:48.970Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-10-27T16:52:49.564Z] Collecting idna<2.8,>=2.5 [2021-10-27T16:52:49.564Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-10-27T16:52:50.544Z] Collecting urllib3<1.25,>=1.21.1 [2021-10-27T16:52:50.544Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-10-27T16:52:50.544Z] Collecting chardet<3.1.0,>=3.0.2 [2021-10-27T16:52:50.544Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-10-27T16:52:50.819Z] 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-27T16:52:51.094Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-10-27T16:52:51.094Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-10-27T16:52:51.094Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-10-27T16:52:51.094Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-10-27T16:52:52.530Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-10-27T16:52:52.530Z] Attempting uninstall: urllib3 [2021-10-27T16:52:52.530Z] Found existing installation: urllib3 1.26.5 [2021-10-27T16:52:52.530Z] Uninstalling urllib3-1.26.5: [2021-10-27T16:52:52.530Z] Successfully uninstalled urllib3-1.26.5 [2021-10-27T16:52:53.535Z] Attempting uninstall: idna [2021-10-27T16:52:53.535Z] Found existing installation: idna 3.2 [2021-10-27T16:52:53.536Z] Uninstalling idna-3.2: [2021-10-27T16:52:53.536Z] Successfully uninstalled idna-3.2 [2021-10-27T16:52:54.512Z] Attempting uninstall: chardet [2021-10-27T16:52:54.513Z] Found existing installation: chardet 4.0.0 [2021-10-27T16:52:54.513Z] Uninstalling chardet-4.0.0: [2021-10-27T16:52:54.785Z] Successfully uninstalled chardet-4.0.0 [2021-10-27T16:52:57.008Z] Attempting uninstall: requests [2021-10-27T16:52:57.008Z] Found existing installation: requests 2.25.1 [2021-10-27T16:52:57.008Z] Uninstalling requests-2.25.1: [2021-10-27T16:52:57.008Z] Successfully uninstalled requests-2.25.1 [2021-10-27T16:52:58.334Z] Running setup.py install for texttable: started [2021-10-27T16:52:59.763Z] Running setup.py install for texttable: finished with status 'done' [2021-10-27T16:52:59.763Z] Running setup.py install for PyYAML: started [2021-10-27T16:53:02.894Z] Running setup.py install for PyYAML: finished with status 'done' [2021-10-27T16:53:03.168Z] Running setup.py install for docopt: started [2021-10-27T16:53:05.781Z] Running setup.py install for docopt: finished with status 'done' [2021-10-27T16:53:05.781Z] Running setup.py install for dockerpty: started [2021-10-27T16:53:08.397Z] Running setup.py install for dockerpty: finished with status 'done' [2021-10-27T16:53:10.656Z] 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-27T16:53:20.839Z] Removing intermediate container 04d322bf990f [2021-10-27T16:53:20.839Z] ---> ca8a26746741 [2021-10-27T16:53:20.839Z] Step 13/22 : ENV APP_PORT=58890 [2021-10-27T16:53:20.839Z] ---> Running in ab2b36c85f0d [2021-10-27T16:53:20.839Z] Removing intermediate container ab2b36c85f0d [2021-10-27T16:53:20.839Z] ---> 3b274c5ea669 [2021-10-27T16:53:20.839Z] Step 14/22 : EXPOSE $APP_PORT [2021-10-27T16:53:20.839Z] ---> Running in f84688a2bc0a [2021-10-27T16:53:20.839Z] Removing intermediate container f84688a2bc0a [2021-10-27T16:53:20.839Z] ---> f8c1e6bf69c2 [2021-10-27T16:53:20.839Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-10-27T16:53:23.206Z] ---> 8d294f8af03c [2021-10-27T16:53:23.206Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-10-27T16:53:23.206Z] ---> e38912fb3736 [2021-10-27T16:53:23.206Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-10-27T16:53:23.803Z] ---> 0e8be0b59a05 [2021-10-27T16:53:23.803Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-10-27T16:53:24.818Z] ---> Running in 79438f77d57f [2021-10-27T16:53:24.818Z] Removing intermediate container 79438f77d57f [2021-10-27T16:53:24.818Z] ---> a8f0ee0a9596 [2021-10-27T16:53:24.818Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T16:53:24.818Z] ---> Running in 16b9225ad421 [2021-10-27T16:53:25.090Z] Removing intermediate container 16b9225ad421 [2021-10-27T16:53:25.090Z] ---> 0e03827227ee [2021-10-27T16:53:25.090Z] Step 20/22 : LABEL arch=arm64 [2021-10-27T16:53:25.090Z] ---> Running in 56c0f0f52f2a [2021-10-27T16:53:25.687Z] Removing intermediate container 56c0f0f52f2a [2021-10-27T16:53:25.687Z] ---> 1a99f310e971 [2021-10-27T16:53:25.687Z] Step 21/22 : LABEL git_sha=7a5694e906444af620e434e1a5c8404406f25f1d [2021-10-27T16:53:25.687Z] ---> Running in e50e0c785347 [2021-10-27T16:53:26.282Z] Removing intermediate container e50e0c785347 [2021-10-27T16:53:26.282Z] ---> 6ebf2355551a [2021-10-27T16:53:26.282Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T16:53:26.282Z] ---> Running in b64f44455745 [2021-10-27T16:53:26.876Z] Removing intermediate container b64f44455745 [2021-10-27T16:53:26.876Z] ---> 6573fc5ba399 [2021-10-27T16:53:26.876Z] [2021-10-27T16:53:27.147Z] Successfully built 6573fc5ba399 [2021-10-27T16:53:27.147Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-10-27T16:53:27.755Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-10-27T16:53:27.741Z] $ docker stop --time=1 a5b55901aa7c9b81457c48fafc9ad24e9a711475cbe13a5864a2fe0a37251a10 [2021-10-27T16:53:30.127Z] $ docker rm -f a5b55901aa7c9b81457c48fafc9ad24e9a711475cbe13a5864a2fe0a37251a10 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-27T16:53:30.761Z] + docker images [2021-10-27T16:53:31.034Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-10-27T16:53:31.034Z] sys-mgmt-agent-arm64 latest 6573fc5ba399 4 seconds ago 277MB [2021-10-27T16:53:31.034Z] core-data-arm64 latest 5f1897895dc4 58 seconds ago 19.5MB [2021-10-27T16:53:31.034Z] support-scheduler-arm64 latest eb9249c52e2a About a minute ago 15.3MB [2021-10-27T16:53:31.034Z] 84c648784e69 About a minute ago 1.58GB [2021-10-27T16:53:31.034Z] 468fa5936300 About a minute ago 1.57GB [2021-10-27T16:53:31.034Z] 870b25e8fc14 About a minute ago 1.57GB [2021-10-27T16:53:31.034Z] security-secretstore-setup-arm64 latest 4f6cae6a7000 2 minutes ago 26.8MB [2021-10-27T16:53:31.034Z] c3b77714f0c0 3 minutes ago 1.58GB [2021-10-27T16:53:31.034Z] security-bootstrapper-arm64 latest 2dff0f65aa92 4 minutes ago 17.8MB [2021-10-27T16:53:31.034Z] support-notifications-arm64 latest db067aed3963 4 minutes ago 16.1MB [2021-10-27T16:53:31.034Z] core-metadata-arm64 latest 436036a78f0b 4 minutes ago 15.9MB [2021-10-27T16:53:31.034Z] security-proxy-setup-arm64 latest 3707781a2713 4 minutes ago 25.4MB [2021-10-27T16:53:31.034Z] core-command-arm64 latest 501ff0b88c80 4 minutes ago 15.2MB [2021-10-27T16:53:31.034Z] 6521dca28b92 5 minutes ago 1.57GB [2021-10-27T16:53:31.034Z] 282366125fbe 5 minutes ago 1.57GB [2021-10-27T16:53:31.034Z] c39f7d5c2399 5 minutes ago 1.57GB [2021-10-27T16:53:31.034Z] 8fbf760d9139 5 minutes ago 1.57GB [2021-10-27T16:53:31.034Z] 57b514538fce 5 minutes ago 1.57GB [2021-10-27T16:53:31.034Z] ci-base-image-arm64 latest d6f4fe82c3cf 17 minutes ago 1.24GB [2021-10-27T16:53:31.034Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 8b459fc5aaf0 2 weeks ago 534MB [2021-10-27T16:53:31.034Z] docker 20.10.8 3734d5adc5ac 7 weeks ago 198MB [2021-10-27T16:53:31.034Z] alpine 3.14 bb3de5531c18 2 months ago 5.34MB [2021-10-27T16:53:31.034Z] 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-27T16:53:31.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-27T16:53:31.853Z] [2021-10-27T16:53:31.853Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-27T16:53:32.205Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-27T16:53:32.478Z] arm64: Pulling from edgex-lftools-log-publisher [2021-10-27T16:53:32.478Z] 448f6bf000e3: Pulling fs layer [2021-10-27T16:53:32.478Z] f757da607395: Pulling fs layer [2021-10-27T16:53:32.478Z] 05883995daec: Pulling fs layer [2021-10-27T16:53:32.478Z] 8603b9c90790: Pulling fs layer [2021-10-27T16:53:32.478Z] 1560dd03e051: Pulling fs layer [2021-10-27T16:53:32.478Z] 27f5ce0e4adf: Pulling fs layer [2021-10-27T16:53:32.478Z] c2d8d7efcc4b: Pulling fs layer [2021-10-27T16:53:32.478Z] 1560dd03e051: Waiting [2021-10-27T16:53:32.478Z] 27f5ce0e4adf: Waiting [2021-10-27T16:53:32.478Z] c2d8d7efcc4b: Waiting [2021-10-27T16:53:32.478Z] 8603b9c90790: Waiting [2021-10-27T16:53:32.478Z] f757da607395: Verifying Checksum [2021-10-27T16:53:32.478Z] f757da607395: Download complete [2021-10-27T16:53:32.478Z] 8603b9c90790: Download complete [2021-10-27T16:53:32.753Z] 1560dd03e051: Verifying Checksum [2021-10-27T16:53:32.753Z] 1560dd03e051: Download complete [2021-10-27T16:53:32.753Z] 05883995daec: Verifying Checksum [2021-10-27T16:53:32.753Z] 05883995daec: Download complete [2021-10-27T16:53:32.753Z] 27f5ce0e4adf: Verifying Checksum [2021-10-27T16:53:32.753Z] 27f5ce0e4adf: Download complete [2021-10-27T16:53:33.025Z] 448f6bf000e3: Verifying Checksum [2021-10-27T16:53:33.025Z] 448f6bf000e3: Download complete [2021-10-27T16:53:35.647Z] c2d8d7efcc4b: Verifying Checksum [2021-10-27T16:53:35.647Z] c2d8d7efcc4b: Download complete [2021-10-27T16:53:36.625Z] 448f6bf000e3: Pull complete [2021-10-27T16:53:37.599Z] f757da607395: Pull complete [2021-10-27T16:53:39.028Z] 05883995daec: Pull complete [2021-10-27T16:53:39.302Z] 8603b9c90790: Pull complete [2021-10-27T16:53:40.278Z] 1560dd03e051: Pull complete [2021-10-27T16:53:40.578Z] 27f5ce0e4adf: Pull complete [2021-10-27T16:53:56.580Z] c2d8d7efcc4b: Pull complete [2021-10-27T16:53:56.580Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-10-27T16:53:56.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-27T16:53:56.580Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-10-27T16:53:56.849Z] prd-ubuntu18.04-docker-arm64-4c-16g-2309 does not seem to be running inside a container [2021-10-27T16:53:56.913Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-27T16:54:00.231Z] $ docker top a0139145a3701b6e8ec7b24b79ac5488f2667f485740a9fb1e2f078a761d6f97 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-27T16:54:01.295Z] ---> job-cost.sh [2021-10-27T16:54:01.295Z] lf-activate-venv: SKIPPING [2021-10-27T16:54:01.295Z] INFO: No Stack... [2021-10-27T16:54:03.549Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-10-27T16:54:03.549Z] INFO: Archiving Costs [Pipeline] sh [2021-10-27T16:54:04.211Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-10-27T16:54:04.211Z] + cut -d, -f6 [Pipeline] lock [2021-10-27T16:54:04.272Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3782-4-stack-cost] [2021-10-27T16:54:04.280Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3782-4-stack-cost] did not exist. Created. [2021-10-27T16:54:04.280Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3782-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-27T16:54:04.951Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-10-27T16:54:05.128Z] Stashed 1 file(s) [Pipeline] } [2021-10-27T16:54:05.135Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3782-4-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-27T16:54:05.130Z] $ docker stop --time=1 a0139145a3701b6e8ec7b24b79ac5488f2667f485740a9fb1e2f078a761d6f97 [2021-10-27T16:54:06.841Z] $ docker rm -f a0139145a3701b6e8ec7b24b79ac5488f2667f485740a9fb1e2f078a761d6f97 [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-27T16:54:07.541Z] provisioning config files... [2021-10-27T16:54:07.605Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4443909741243751728tmp [Pipeline] { [Pipeline] sh [2021-10-27T16:54:09.230Z] + set +x [2021-10-27T16:54:09.230Z] + curl -s https://codecov.io/bash [2021-10-27T16:54:09.230Z] + bash -s -- [2021-10-27T16:54:09.230Z] [2021-10-27T16:54:09.230Z] _____ _ [2021-10-27T16:54:09.230Z] / ____| | | [2021-10-27T16:54:09.230Z] | | ___ __| | ___ ___ _____ __ [2021-10-27T16:54:09.230Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-10-27T16:54:09.230Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-10-27T16:54:09.230Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-10-27T16:54:09.230Z] Bash-1.0.6 [2021-10-27T16:54:09.230Z] [2021-10-27T16:54:09.230Z] [2021-10-27T16:54:09.230Z] ==> git version 2.24.4 found [2021-10-27T16:54:09.230Z] ==> 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-27T16:54:09.230Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-10-27T16:54:09.230Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-10-27T16:54:09.230Z] ==> Jenkins CI detected. [2021-10-27T16:54:09.230Z] current dir:  /w/workspace/edgex-go/4 [2021-10-27T16:54:09.230Z] project root: . [2021-10-27T16:54:09.230Z] --> token set from env [2021-10-27T16:54:09.230Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-10-27T16:54:09.230Z] ==> Running gcov in . (disable via -X gcov) [2021-10-27T16:54:09.230Z] ==> Python coveragepy not found [2021-10-27T16:54:09.230Z] ==> Searching for coverage reports in: [2021-10-27T16:54:09.230Z] + . [2021-10-27T16:54:09.230Z] -> Found 1 reports [2021-10-27T16:54:09.230Z] ==> Detecting git/mercurial file structure [2021-10-27T16:54:10.527Z] ==> Reading reports [2021-10-27T16:54:10.527Z] + ./coverage.out bytes=428179 [2021-10-27T16:54:10.527Z] ==> Appending adjustments [2021-10-27T16:54:10.527Z] https://docs.codecov.io/docs/fixing-reports [2021-10-27T16:54:10.527Z] + Found adjustments [2021-10-27T16:54:10.527Z] ==> Gzipping contents [2021-10-27T16:54:10.527Z] 60K /tmp/codecov.0oZtqY.gz [2021-10-27T16:54:10.527Z] ==> Uploading reports [2021-10-27T16:54:10.527Z] url: https://codecov.io [2021-10-27T16:54:10.527Z] query: branch=PR-3782&commit=f9addaae546532e0e0c1214baf8a01ad49e8431c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3782%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3782&job=&cmd_args= [2021-10-27T16:54:10.527Z] -> Pinging Codecov [2021-10-27T16:54:10.527Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3782&commit=f9addaae546532e0e0c1214baf8a01ad49e8431c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3782%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3782&job=&cmd_args= [2021-10-27T16:54:11.936Z] -> Uploading to [2021-10-27T16:54:11.936Z] https://storage.googleapis.com/codecov/v4/raw/2021-10-27/00271124DB129430A58F1EEE437C3FCB/f9addaae546532e0e0c1214baf8a01ad49e8431c/267fff57-1651-42b1-b149-abf173f0eb87.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211027%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211027T165411Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2d4c7b0adc7feccd9681c3c7805bd87e491f191dad4c97a83410006f871b643e [2021-10-27T16:54:11.936Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-27T16:54:11.936Z] Dload Upload Total Spent Left Speed [2021-10-27T16:54:11.936Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57707 0 0 100 57707 0 189k --:--:-- --:--:-- --:--:-- 190k [2021-10-27T16:54:11.936Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f9addaae546532e0e0c1214baf8a01ad49e8431c [Pipeline] } [2021-10-27T16:54:11.943Z] 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-27T16:54:13.170Z] + '[' -d /w/workspace/edgex-go/4/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-27T16:54:13.480Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-27T16:54:14.042Z] ---> package-listing.sh [2021-10-27T16:54:14.042Z] ++ facter osfamily [2021-10-27T16:54:14.042Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-27T16:54:14.302Z] + OS_FAMILY=redhat [2021-10-27T16:54:14.302Z] + workspace=/w/workspace/edgex-go/4 [2021-10-27T16:54:14.302Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-27T16:54:14.302Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-27T16:54:14.302Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-27T16:54:14.302Z] + PACKAGES=/tmp/packages_start.txt [2021-10-27T16:54:14.302Z] + '[' /w/workspace/edgex-go/4 ']' [2021-10-27T16:54:14.302Z] + PACKAGES=/tmp/packages_end.txt [2021-10-27T16:54:14.302Z] + case "${OS_FAMILY}" in [2021-10-27T16:54:14.302Z] + sort [2021-10-27T16:54:14.302Z] + rpm -qa [2021-10-27T16:54:18.047Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-27T16:54:18.047Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-27T16:54:18.047Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-27T16:54:18.047Z] + '[' /w/workspace/edgex-go/4 ']' [2021-10-27T16:54:18.047Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-10-27T16:54:18.047Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-10-27T16:54:18.055Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-10-27T16:54:18.352Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-27T16:54:18.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-27T16:54:18.914Z] [2021-10-27T16:54:18.914Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-27T16:54:19.227Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-27T16:54:19.227Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-27T16:54:19.227Z] b4d181a07f80: Pulling fs layer [2021-10-27T16:54:19.227Z] a1111a8f2ec3: Pulling fs layer [2021-10-27T16:54:19.227Z] ed53099fbce6: Pulling fs layer [2021-10-27T16:54:19.227Z] dc539afda2c1: Pulling fs layer [2021-10-27T16:54:19.227Z] 77bc0d833cb6: Pulling fs layer [2021-10-27T16:54:19.227Z] 9065ff56babe: Pulling fs layer [2021-10-27T16:54:19.227Z] d287ab97295c: Pulling fs layer [2021-10-27T16:54:19.227Z] dc539afda2c1: Waiting [2021-10-27T16:54:19.227Z] d287ab97295c: Waiting [2021-10-27T16:54:19.227Z] 77bc0d833cb6: Waiting [2021-10-27T16:54:19.227Z] 9065ff56babe: Waiting [2021-10-27T16:54:19.227Z] a1111a8f2ec3: Verifying Checksum [2021-10-27T16:54:19.227Z] a1111a8f2ec3: Download complete [2021-10-27T16:54:19.227Z] dc539afda2c1: Verifying Checksum [2021-10-27T16:54:19.227Z] dc539afda2c1: Download complete [2021-10-27T16:54:19.227Z] ed53099fbce6: Verifying Checksum [2021-10-27T16:54:19.227Z] ed53099fbce6: Download complete [2021-10-27T16:54:19.498Z] 9065ff56babe: Verifying Checksum [2021-10-27T16:54:19.498Z] 9065ff56babe: Download complete [2021-10-27T16:54:19.498Z] 77bc0d833cb6: Verifying Checksum [2021-10-27T16:54:19.498Z] 77bc0d833cb6: Download complete [2021-10-27T16:54:19.498Z] b4d181a07f80: Verifying Checksum [2021-10-27T16:54:19.498Z] b4d181a07f80: Download complete [2021-10-27T16:54:20.072Z] d287ab97295c: Verifying Checksum [2021-10-27T16:54:20.072Z] d287ab97295c: Download complete [2021-10-27T16:54:21.031Z] b4d181a07f80: Pull complete [2021-10-27T16:54:21.031Z] a1111a8f2ec3: Pull complete [2021-10-27T16:54:21.600Z] ed53099fbce6: Pull complete [2021-10-27T16:54:21.600Z] dc539afda2c1: Pull complete [2021-10-27T16:54:21.860Z] 77bc0d833cb6: Pull complete [2021-10-27T16:54:21.860Z] 9065ff56babe: Pull complete [2021-10-27T16:54:27.604Z] d287ab97295c: Pull complete [2021-10-27T16:54:27.604Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-27T16:54:27.604Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-27T16:54:27.604Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-27T16:54:27.670Z] prd-centos7-docker-4c-2g-2305 does not seem to be running inside a container [2021-10-27T16:54:27.717Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-27T16:54:31.054Z] $ docker top 0287e17cc782863f1fe67aaa292c4da2979549458913b8317763b69603cfc783 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-27T16:54:31.411Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-27T16:54:31.695Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-27T16:54:31.991Z] + ls /var/log/sa-host [2021-10-27T16:54:31.991Z] + sadf -c /var/log/sa-host/sa27 [2021-10-27T16:54:31.991Z] file_magic: OK [2021-10-27T16:54:31.991Z] HZ: Using current value: 100 [2021-10-27T16:54:31.991Z] file_header: OK [2021-10-27T16:54:31.991Z] 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-27T16:54:31.991Z] Statistics: [2021-10-27T16:54:31.991Z] 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... [2021-10-27T16:54:31.991Z] File successfully converted to sysstat format version 12.0.3 [2021-10-27T16:54:31.991Z] + sadf -c /var/log/sa-host/sa30 [2021-10-27T16:54:31.991Z] file_magic: OK [2021-10-27T16:54:31.991Z] HZ: Using current value: 100 [2021-10-27T16:54:31.991Z] file_header: OK [2021-10-27T16:54:31.991Z] 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-27T16:54:31.991Z] Statistics: [2021-10-27T16:54:31.991Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-27T16:54:31.991Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-27T16:54:32.075Z] provisioning config files... [2021-10-27T16:54:32.083Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5784114149429130365tmp [Pipeline] { [Pipeline] echo [2021-10-27T16:54:32.094Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-27T16:54:32.376Z] ---> create-netrc.sh [Pipeline] } [2021-10-27T16:54:32.383Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-27T16:54:32.710Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-27T16:54:32.718Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-27T16:54:33.917Z] ---> sudo-logs.sh [2021-10-27T16:54:33.917Z] Archiving 'sudo' log.. [2021-10-27T16:54:33.917Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2305.novalocal: Name or service not known [2021-10-27T16:54:33.917Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2305.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-27T16:54:33.935Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-27T16:54:34.225Z] ---> job-cost.sh [2021-10-27T16:54:34.225Z] lf-activate-venv: SKIPPING [2021-10-27T16:54:34.225Z] DEBUG: total: 0.10999999940395355 [2021-10-27T16:54:34.225Z] INFO: Retrieving Stack Cost... [2021-10-27T16:54:34.485Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-27T16:54:35.054Z] INFO: Archiving Costs [Pipeline] echo [2021-10-27T16:54:35.064Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-27T16:54:35.352Z] ---> logs-deploy.sh [2021-10-27T16:54:35.352Z] lf-activate-venv: SKIPPING [2021-10-27T16:54:35.352Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3782/4 [2021-10-27T16:54:35.352Z] INFO: archiving workspace using pattern(s): [2021-10-27T16:54:35.926Z] Archives upload complete. [2021-10-27T16:54:36.186Z] INFO: archiving logs to Nexus