Pull request #3671 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 8fa67b5464d781e97ad3bb56324fc859cbe71084+1f6b99b9bdf21fcf8be2fd8bdc86928884f825e3 (34756bc565e113e01da5164e939aa3ef21c3e5e5) 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-ssh775380415639895491.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8738186825499779640.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3671/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-3671/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8166153166815877895.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 # timeout=10 Commit message: "Merge pull request #353 from ernestojeda/go-mod-tidy-change" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8214823940191382033.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3671/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-3671/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8308805506290445804.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-402 in /w/workspace/edgexfoundry_edgex-go_PR-3671 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # 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/10@tmp/jenkins-gitclient-ssh639531933439022419.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 1f6b99b9bdf21fcf8be2fd8bdc86928884f825e3 into PR head commit 8fa67b5464d781e97ad3bb56324fc859cbe71084 Merge succeeded, producing 8fa67b5464d781e97ad3bb56324fc859cbe71084 Checking out Revision 8fa67b5464d781e97ad3bb56324fc859cbe71084 (PR-3671) > 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/10@tmp/jenkins-gitclient-ssh4337594548402125783.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3671/head:refs/remotes/origin/PR-3671 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8fa67b5464d781e97ad3bb56324fc859cbe71084 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/10@tmp/jenkins-gitclient-ssh8448424104522622879.key > git merge 1f6b99b9bdf21fcf8be2fd8bdc86928884f825e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8fa67b5464d781e97ad3bb56324fc859cbe71084 # timeout=10 Commit message: "fix(security): use localhost for kuiper config" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-08-20T17:59:03.664Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-08-20T17:59:03.791Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-08-20T17:59:03.817Z] ========================================================= [2021-08-20T17:59:03.818Z] EdgeX Global Pipelines Version Info [2021-08-20T17:59:03.818Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ce44feff22c90d3acea22d7d42256d7d6e4b4afe # timeout=10 [2021-08-20T17:59:05.070Z] ------------------- [2021-08-20T17:59:05.070Z] stable info: [2021-08-20T17:59:05.070Z] ------------------- [2021-08-20T17:59:05.070Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-08-20T17:59:05.070Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-08-20T17:59:05.070Z] Message: update stable to v1.0.205 [2021-08-20T17:59:05.657Z] ------------------- [2021-08-20T17:59:05.657Z] experimental info: [2021-08-20T17:59:05.657Z] ------------------- [2021-08-20T17:59:05.657Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-08-20T17:59:05.657Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-08-20T17:59:05.657Z] Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-08-20T17:59:05.798Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-08-20T17:59:05.820Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-08-20T17:59:05.842Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-08-20T17:59:05.864Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-08-20T17:59:05.886Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-08-20T17:59:05.908Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-08-20T17:59:05.930Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-08-20T17:59:05.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-08-20T17:59:05.980Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-08-20T17:59:06.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-08-20T17:59:06.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-08-20T17:59:06.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-08-20T17:59:06.091Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-08-20T17:59:06.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-08-20T17:59:06.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-08-20T17:59:06.159Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-08-20T17:59:06.181Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-08-20T17:59:06.214Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-08-20T17:59:06.236Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-08-20T17:59:06.258Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-08-20T17:59:06.290Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-08-20T17:59:06.324Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-08-20T17:59:06.349Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-08-20T17:59:06.371Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3671 [Pipeline] echo [2021-08-20T17:59:06.400Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3671 [Pipeline] echo [2021-08-20T17:59:06.423Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3671 [Pipeline] echo [2021-08-20T17:59:06.457Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8fa67b5464d781e97ad3bb56324fc859cbe71084 [Pipeline] echo [2021-08-20T17:59:06.494Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8fa67b5 [Pipeline] echo [2021-08-20T17:59:06.531Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-20T17:59:06.622Z] provisioning config files... [2021-08-20T17:59:06.645Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config1845264844617286530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-20T17:59:06.992Z] ---> docker-login.sh [2021-08-20T17:59:06.993Z] nexus3.edgexfoundry.org:10001 [2021-08-20T17:59:06.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-20T17:59:07.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-20T17:59:07.275Z] Configure a credential helper to remove this warning. See [2021-08-20T17:59:07.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-20T17:59:07.275Z] [2021-08-20T17:59:07.275Z] Login Succeeded [2021-08-20T17:59:07.275Z] nexus3.edgexfoundry.org:10002 [2021-08-20T17:59:07.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-20T17:59:07.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-20T17:59:07.547Z] Configure a credential helper to remove this warning. See [2021-08-20T17:59:07.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-20T17:59:07.547Z] [2021-08-20T17:59:07.547Z] Login Succeeded [2021-08-20T17:59:07.547Z] nexus3.edgexfoundry.org:10003 [2021-08-20T17:59:07.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-20T17:59:07.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-20T17:59:07.547Z] Configure a credential helper to remove this warning. See [2021-08-20T17:59:07.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-20T17:59:07.547Z] [2021-08-20T17:59:07.547Z] Login Succeeded [2021-08-20T17:59:07.547Z] nexus3.edgexfoundry.org:10004 [2021-08-20T17:59:07.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-20T17:59:07.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-20T17:59:07.820Z] Configure a credential helper to remove this warning. See [2021-08-20T17:59:07.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-20T17:59:07.820Z] [2021-08-20T17:59:07.820Z] Login Succeeded [2021-08-20T17:59:07.820Z] docker.io [2021-08-20T17:59:07.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-20T17:59:08.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-20T17:59:08.406Z] Configure a credential helper to remove this warning. See [2021-08-20T17:59:08.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-20T17:59:08.406Z] [2021-08-20T17:59:08.406Z] Login Succeeded [2021-08-20T17:59:08.406Z] ---> docker-login.sh ends [Pipeline] } [2021-08-20T17:59:08.421Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-08-20T17:59:08.784Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-08-20T17:59:08.784Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-20T17:59:08.784Z] ++ dirname cmd/core-command/Dockerfile [2021-08-20T17:59:08.784Z] ++ cut -d/ -f2 [2021-08-20T17:59:08.784Z] + echo core-command,cmd/core-command/Dockerfile [2021-08-20T17:59:08.784Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-20T17:59:08.784Z] ++ dirname cmd/core-data/Dockerfile [2021-08-20T17:59:08.784Z] ++ cut -d/ -f2 [2021-08-20T17:59:08.784Z] + echo core-data,cmd/core-data/Dockerfile [2021-08-20T17:59:08.784Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-20T17:59:08.784Z] ++ dirname cmd/core-metadata/Dockerfile [2021-08-20T17:59:08.784Z] ++ cut -d/ -f2 [2021-08-20T17:59:08.784Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-08-20T17:59:08.784Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-20T17:59:08.784Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-08-20T17:59:08.784Z] ++ cut -d/ -f2 [2021-08-20T17:59:08.784Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-08-20T17:59:08.784Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-20T17:59:08.784Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-08-20T17:59:08.784Z] ++ cut -d/ -f2 [2021-08-20T17:59:08.784Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-08-20T17:59:08.784Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-20T17:59:08.784Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-08-20T17:59:08.784Z] ++ cut -d/ -f2 [2021-08-20T17:59:08.784Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-08-20T17:59:08.784Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-20T17:59:08.784Z] ++ dirname cmd/support-notifications/Dockerfile [2021-08-20T17:59:08.784Z] ++ cut -d/ -f2 [2021-08-20T17:59:08.784Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-08-20T17:59:08.784Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-20T17:59:08.784Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-08-20T17:59:08.784Z] ++ cut -d/ -f2 [2021-08-20T17:59:08.784Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-08-20T17:59:08.784Z] + for file in '`ls cmd/**/Dockerfile`' [2021-08-20T17:59:08.784Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-08-20T17:59:08.784Z] ++ cut -d/ -f2 [2021-08-20T17:59:08.784Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-08-20T17:59:08.847Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-08-20T17:59:10.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-20T17:59:10.400Z] [2021-08-20T17:59:10.400Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-08-20T17:59:10.740Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-20T17:59:10.740Z] latest: Pulling from edgex-devops/git-semver [2021-08-20T17:59:10.740Z] 31603596830f: Pulling fs layer [2021-08-20T17:59:10.740Z] 04fac38145f0: Pulling fs layer [2021-08-20T17:59:10.740Z] 701f6daf10bf: Pulling fs layer [2021-08-20T17:59:10.740Z] 24f72da36158: Pulling fs layer [2021-08-20T17:59:10.740Z] 24f72da36158: Waiting [2021-08-20T17:59:10.740Z] 04fac38145f0: Verifying Checksum [2021-08-20T17:59:10.740Z] 04fac38145f0: Download complete [2021-08-20T17:59:11.012Z] 31603596830f: Verifying Checksum [2021-08-20T17:59:11.012Z] 31603596830f: Download complete [2021-08-20T17:59:11.285Z] 24f72da36158: Verifying Checksum [2021-08-20T17:59:11.285Z] 24f72da36158: Download complete [2021-08-20T17:59:11.285Z] 31603596830f: Pull complete [2021-08-20T17:59:11.285Z] 04fac38145f0: Pull complete [2021-08-20T17:59:11.285Z] 701f6daf10bf: Verifying Checksum [2021-08-20T17:59:11.285Z] 701f6daf10bf: Download complete [2021-08-20T17:59:11.875Z] 701f6daf10bf: Pull complete [2021-08-20T17:59:12.144Z] 24f72da36158: Pull complete [2021-08-20T17:59:12.144Z] Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 [2021-08-20T17:59:12.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-08-20T17:59:12.144Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-08-20T17:59:12.238Z] prd-centos7-docker-4c-2g-402 does not seem to be running inside a container [2021-08-20T17:59:12.297Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-08-20T17:59:13.044Z] $ docker top 3d71e687aa1d97ddcb222d8e193018952b86ad0bb885c76034cd6834f8d723e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-08-20T17:59:13.175Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-08-20T17:59:13.175Z] [ssh-agent] Looking for ssh-agent implementation... [2021-08-20T17:59:13.288Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-08-20T17:59:13.289Z] $ docker exec 3d71e687aa1d97ddcb222d8e193018952b86ad0bb885c76034cd6834f8d723e5 ssh-agent [2021-08-20T17:59:13.404Z] SSH_AUTH_SOCK=/tmp/ssh-jagdCZ0DJBi8/agent.13 [2021-08-20T17:59:13.404Z] SSH_AGENT_PID=19 [2021-08-20T17:59:13.417Z] Running ssh-add (command line suppressed) [2021-08-20T17:59:13.505Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_3704315984615017868.key (/w/workspace/edgex-go/10@tmp/private_key_3704315984615017868.key) [2021-08-20T17:59:13.534Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-08-20T17:59:13.859Z] + git tag --points-at HEAD [Pipeline] } [2021-08-20T17:59:13.878Z] $ docker exec --env ******** --env ******** 3d71e687aa1d97ddcb222d8e193018952b86ad0bb885c76034cd6834f8d723e5 ssh-agent -k [2021-08-20T17:59:13.960Z] unset SSH_AUTH_SOCK; [2021-08-20T17:59:13.961Z] unset SSH_AGENT_PID; [2021-08-20T17:59:13.961Z] echo Agent pid 19 killed; [2021-08-20T17:59:13.981Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-08-20T17:59:14.021Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-08-20T17:59:14.021Z] [ssh-agent] Looking for ssh-agent implementation... [2021-08-20T17:59:14.134Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-08-20T17:59:14.135Z] $ docker exec 3d71e687aa1d97ddcb222d8e193018952b86ad0bb885c76034cd6834f8d723e5 ssh-agent [2021-08-20T17:59:14.258Z] SSH_AUTH_SOCK=/tmp/ssh-6oNT0uv3X4kK/agent.53 [2021-08-20T17:59:14.258Z] SSH_AGENT_PID=59 [2021-08-20T17:59:14.267Z] Running ssh-add (command line suppressed) [2021-08-20T17:59:14.364Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_1648060708505726260.key (/w/workspace/edgex-go/10@tmp/private_key_1648060708505726260.key) [2021-08-20T17:59:14.386Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-08-20T17:59:14.704Z] + git semver init [2021-08-20T17:59:14.704Z] # -> Open(): unable to determine branch for HEAD [2021-08-20T17:59:14.704Z] # $GIT_DIR = /w/workspace/edgex-go/10/.git [2021-08-20T17:59:14.704Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/10 [2021-08-20T17:59:14.704Z] # $SEMVER_REMOTE_NAME = origin [2021-08-20T17:59:14.704Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-08-20T17:59:14.704Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-08-20T17:59:14.704Z] # $SEMVER_BRANCH = PR-3671 [2021-08-20T17:59:14.705Z] # $SEMVER_TEMP = /tmp/semver-682618956 [2021-08-20T17:59:14.705Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-08-20T18:00:01.574Z] # '/tmp/semver-682618956' -> '/w/workspace/edgex-go/10/.semver' [2021-08-20T18:00:01.574Z] # -> Force: false [2021-08-20T18:00:01.574Z] # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } [2021-08-20T18:00:01.590Z] $ docker exec --env ******** --env ******** 3d71e687aa1d97ddcb222d8e193018952b86ad0bb885c76034cd6834f8d723e5 ssh-agent -k [2021-08-20T18:00:01.693Z] unset SSH_AUTH_SOCK; [2021-08-20T18:00:01.693Z] unset SSH_AGENT_PID; [2021-08-20T18:00:01.693Z] echo Agent pid 59 killed; [2021-08-20T18:00:01.727Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-08-20T18:00:02.173Z] + git semver [Pipeline] } [2021-08-20T18:00:02.202Z] $ docker stop --time=1 3d71e687aa1d97ddcb222d8e193018952b86ad0bb885c76034cd6834f8d723e5 [2021-08-20T18:00:03.827Z] $ docker rm -f 3d71e687aa1d97ddcb222d8e193018952b86ad0bb885c76034cd6834f8d723e5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-20T18:00:04.248Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-08-20T18:00:04.620Z] Stashed 1 file(s) [Pipeline] echo [2021-08-20T18:00:04.624Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-08-20T18:00:04.970Z] ========================================================= [2021-08-20T18:00:04.970Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-08-20T18:00:04.970Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-08-20T18:00:05.301Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-20T18:00:05.301Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-08-20T18:00:05.301Z] 540db60ca938: Pulling fs layer [2021-08-20T18:00:05.301Z] adcc1eea9eea: Pulling fs layer [2021-08-20T18:00:05.301Z] 4c4ab2625f07: Pulling fs layer [2021-08-20T18:00:05.301Z] db62176df00c: Pulling fs layer [2021-08-20T18:00:05.301Z] 3b30891b0d05: Pulling fs layer [2021-08-20T18:00:05.301Z] 06b49ca38bd5: Pulling fs layer [2021-08-20T18:00:05.301Z] c788192a36de: Pulling fs layer [2021-08-20T18:00:05.301Z] a77e37c0d609: Pulling fs layer [2021-08-20T18:00:05.301Z] c3185cebc471: Pulling fs layer [2021-08-20T18:00:05.301Z] db62176df00c: Waiting [2021-08-20T18:00:05.301Z] 3b30891b0d05: Waiting [2021-08-20T18:00:05.301Z] 06b49ca38bd5: Waiting [2021-08-20T18:00:05.301Z] c788192a36de: Waiting [2021-08-20T18:00:05.301Z] a77e37c0d609: Waiting [2021-08-20T18:00:05.301Z] c3185cebc471: Waiting [2021-08-20T18:00:05.569Z] 4c4ab2625f07: Verifying Checksum [2021-08-20T18:00:05.569Z] 4c4ab2625f07: Download complete [2021-08-20T18:00:05.569Z] adcc1eea9eea: Download complete [2021-08-20T18:00:05.569Z] 3b30891b0d05: Verifying Checksum [2021-08-20T18:00:05.569Z] 3b30891b0d05: Download complete [2021-08-20T18:00:05.569Z] 06b49ca38bd5: Verifying Checksum [2021-08-20T18:00:05.569Z] 06b49ca38bd5: Download complete [2021-08-20T18:00:05.836Z] c788192a36de: Verifying Checksum [2021-08-20T18:00:05.836Z] c788192a36de: Download complete [2021-08-20T18:00:05.836Z] 540db60ca938: Verifying Checksum [2021-08-20T18:00:05.836Z] 540db60ca938: Download complete [2021-08-20T18:00:06.103Z] 540db60ca938: Pull complete [2021-08-20T18:00:06.103Z] adcc1eea9eea: Pull complete [2021-08-20T18:00:06.370Z] 4c4ab2625f07: Pull complete [2021-08-20T18:00:06.370Z] a77e37c0d609: Verifying Checksum [2021-08-20T18:00:06.370Z] a77e37c0d609: Download complete [2021-08-20T18:00:13.026Z] c3185cebc471: Verifying Checksum [2021-08-20T18:00:13.026Z] c3185cebc471: Download complete [2021-08-20T18:00:13.026Z] db62176df00c: Verifying Checksum [2021-08-20T18:00:13.026Z] db62176df00c: Download complete [2021-08-20T18:00:16.407Z] db62176df00c: Pull complete [2021-08-20T18:00:16.407Z] 3b30891b0d05: Pull complete [2021-08-20T18:00:16.407Z] 06b49ca38bd5: Pull complete [2021-08-20T18:00:16.407Z] c788192a36de: Pull complete [2021-08-20T18:00:16.674Z] a77e37c0d609: Pull complete [2021-08-20T18:00:18.625Z] c3185cebc471: Pull complete [2021-08-20T18:00:18.625Z] Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd [2021-08-20T18:00:18.625Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-20T18:00:18.625Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-08-20T18:00:18.978Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-20T18:00:18.978Z] WORKDIR /edgex [2021-08-20T18:00:18.978Z] COPY go.mod . [2021-08-20T18:00:18.978Z] RUN go mod download' [2021-08-20T18:00:18.978Z] + docker build -t ci-base-image-x86_64 -f - . [2021-08-20T18:00:19.896Z] Still waiting to schedule task [2021-08-20T18:00:19.896Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-08-20T18:00:20.449Z] Sending build context to Docker daemon 328.7MB [2021-08-20T18:00:20.449Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-08-20T18:00:20.449Z] ---> 031687cdd783 [2021-08-20T18:00:20.449Z] Step 2/4 : WORKDIR /edgex [2021-08-20T18:00:22.417Z] ---> Running in ba508ff098e9 [2021-08-20T18:00:22.417Z] Removing intermediate container ba508ff098e9 [2021-08-20T18:00:22.417Z] ---> 8b2a12889e84 [2021-08-20T18:00:22.417Z] Step 3/4 : COPY go.mod . [2021-08-20T18:00:22.417Z] ---> c9345c7f0fcb [2021-08-20T18:00:22.417Z] Step 4/4 : RUN go mod download [2021-08-20T18:00:22.417Z] ---> Running in 9d12b71e6869 [2021-08-20T18:01:01.596Z] Removing intermediate container 9d12b71e6869 [2021-08-20T18:01:01.596Z] ---> 2a610a662ca4 [2021-08-20T18:01:01.596Z] Successfully built 2a610a662ca4 [2021-08-20T18:01:01.596Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-20T18:01:01.938Z] + docker inspect -f . ci-base-image-x86_64 [2021-08-20T18:01:01.938Z] . [Pipeline] withDockerContainer [2021-08-20T18:01:02.021Z] prd-centos7-docker-4c-2g-402 does not seem to be running inside a container [2021-08-20T18:01:02.082Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-08-20T18:01:02.450Z] $ docker top 4139484a1e033db6ed670b717d2fd744da588b24241e914b95bdf40a9b9972ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-20T18:01:02.860Z] + go version [2021-08-20T18:01:02.860Z] go version go1.16.6 linux/amd64 [Pipeline] } [2021-08-20T18:01:02.878Z] $ docker stop --time=1 4139484a1e033db6ed670b717d2fd744da588b24241e914b95bdf40a9b9972ca [2021-08-20T18:01:04.056Z] $ docker rm -f 4139484a1e033db6ed670b717d2fd744da588b24241e914b95bdf40a9b9972ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-20T18:01:04.694Z] + docker inspect -f . ci-base-image-x86_64 [2021-08-20T18:01:04.694Z] . [Pipeline] withDockerContainer [2021-08-20T18:01:04.784Z] prd-centos7-docker-4c-2g-402 does not seem to be running inside a container [2021-08-20T18:01:04.856Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-08-20T18:01:05.211Z] $ docker top 61983411ea6a979fdacbece8161542084f71c36f22459f6db8089e933007f2b1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-08-20T18:01:05.322Z] ========================================================= [2021-08-20T18:01:05.323Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-08-20T18:01:05.323Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-08-20T18:01:05.653Z] + go mod tidy [Pipeline] sh [2021-08-20T18:01:06.252Z] + make test [2021-08-20T18:01:06.252Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2021-08-20T18:01:06.524Z] go mod tidy [2021-08-20T18:01:06.524Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-08-20T18:01:11.970Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-08-20T18:01:30.265Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-08-20T18:01:32.881Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-08-20T18:01:32.881Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-08-20T18:01:33.475Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-08-20T18:01:35.457Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-08-20T18:01:36.076Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-08-20T18:01:36.076Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-08-20T18:01:36.076Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-08-20T18:01:36.693Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-08-20T18:01:36.693Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-08-20T18:01:37.284Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-08-20T18:01:37.284Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-08-20T18:01:37.284Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-08-20T18:01:37.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-08-20T18:01:39.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.044s coverage: 28.7% of statements [2021-08-20T18:01:39.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-08-20T18:01:39.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-08-20T18:01:40.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.049s coverage: 100.0% of statements [2021-08-20T18:01:40.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-08-20T18:01:40.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.060s coverage: 46.3% of statements [2021-08-20T18:01:40.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-08-20T18:01:40.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-08-20T18:01:41.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.121s coverage: 90.1% of statements [2021-08-20T18:01:41.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-08-20T18:01:41.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-08-20T18:01:42.940Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.053s coverage: 81.2% of statements [2021-08-20T18:01:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-08-20T18:01:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-08-20T18:01:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-08-20T18:01:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-08-20T18:01:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-08-20T18:01:43.569Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.244s coverage: 94.2% of statements [2021-08-20T18:01:43.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-08-20T18:01:43.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-08-20T18:01:43.569Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.043s coverage: 59.1% of statements [2021-08-20T18:01:43.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-08-20T18:01:43.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-08-20T18:01:43.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-08-20T18:01:43.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-08-20T18:01:43.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-08-20T18:01:43.852Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.046s coverage: 60.0% of statements [2021-08-20T18:01:43.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-08-20T18:01:43.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-08-20T18:01:43.852Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-08-20T18:01:44.858Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.079s coverage: 0.8% of statements [2021-08-20T18:01:44.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-08-20T18:01:44.858Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-08-20T18:01:44.858Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.051s coverage: 21.7% of statements [2021-08-20T18:01:44.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-08-20T18:01:45.130Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements [2021-08-20T18:01:45.130Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements [2021-08-20T18:01:45.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2021-08-20T18:01:45.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.109s coverage: 96.3% of statements [2021-08-20T18:01:45.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements [2021-08-20T18:01:58.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.047s coverage: 94.4% of statements [2021-08-20T18:01:58.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements [2021-08-20T18:02:02.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.221s coverage: 81.8% of statements [2021-08-20T18:02:02.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.080s coverage: 92.9% of statements [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 58.8% of statements [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.052s coverage: 80.0% of statements [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 85.4% of statements [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.072s coverage: 91.2% of statements [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.127s coverage: 64.4% of statements [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-08-20T18:02:20.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.167s coverage: 66.9% of statements [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-08-20T18:02:20.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-08-20T18:02:21.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.119s coverage: 43.6% of statements [2021-08-20T18:02:21.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-08-20T18:02:21.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-08-20T18:02:21.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements [2021-08-20T18:02:21.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-08-20T18:02:21.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.073s coverage: 84.8% of statements [2021-08-20T18:02:21.638Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-08-20T18:02:24.883Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-403 in /w/workspace/edgexfoundry_edgex-go_PR-3671 [Pipeline] { [Pipeline] ws [2021-08-20T18:02:24.912Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-08-20T18:02:25.133Z] The recommended git tool is: git [2021-08-20T18:02:28.577Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.060s coverage: 19.5% of statements [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-08-20T18:02:28.577Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.130s coverage: 92.0% of statements [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-08-20T18:02:28.577Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.051s coverage: 62.7% of statements [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-08-20T18:02:28.577Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.085s coverage: 97.7% of statements [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-08-20T18:02:28.577Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-08-20T18:02:28.577Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-08-20T18:02:28.577Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-08-20T18:02:28.577Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 95.4% of statements [2021-08-20T18:02:28.577Z] GO111MODULE=on go vet ./... [2021-08-20T18:02:30.593Z] using credential edgex-jenkins-ssh [2021-08-20T18:02:30.615Z] Cloning the remote Git repository [2021-08-20T18:02:30.694Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-08-20T18:02:30.813Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-08-20T18:02:30.887Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-20T18:02:30.887Z] > git --version # timeout=10 [2021-08-20T18:02:30.903Z] > git --version # 'git version 2.17.1' [2021-08-20T18:02:30.905Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-20T18:02:31.005Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-20T18:02:48.786Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-20T18:02:48.801Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-20T18:02:48.835Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-20T18:02:48.876Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-20T18:02:48.877Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-20T18:02:48.892Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3671/head:refs/remotes/origin/PR-3671 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-08-20T18:02:49.610Z] Merging remotes/origin/main commit 1f6b99b9bdf21fcf8be2fd8bdc86928884f825e3 into PR head commit 8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:02:49.958Z] Merge succeeded, producing 8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:02:49.959Z] Checking out Revision 8fa67b5464d781e97ad3bb56324fc859cbe71084 (PR-3671) [2021-08-20T18:02:49.631Z] > git config core.sparsecheckout # timeout=10 [2021-08-20T18:02:49.649Z] > git checkout -f 8fa67b5464d781e97ad3bb56324fc859cbe71084 # timeout=10 [2021-08-20T18:02:49.873Z] > git remote # timeout=10 [2021-08-20T18:02:49.890Z] > git config --get remote.origin.url # timeout=10 [2021-08-20T18:02:49.905Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-20T18:02:49.918Z] > git merge 1f6b99b9bdf21fcf8be2fd8bdc86928884f825e3 # timeout=10 [2021-08-20T18:02:49.942Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-20T18:02:49.966Z] > git config core.sparsecheckout # timeout=10 [2021-08-20T18:02:49.988Z] > git checkout -f 8fa67b5464d781e97ad3bb56324fc859cbe71084 # timeout=10 [2021-08-20T18:02:54.494Z] Commit message: "fix(security): use localhost for kuiper config" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-20T18:02:55.112Z] provisioning config files... [2021-08-20T18:02:55.260Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config72339326930605484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-20T18:02:55.626Z] gofmt -l . [2021-08-20T18:02:55.626Z] [ "`gofmt -l .`" = "" ] [2021-08-20T18:02:55.626Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-08-20T18:02:55.985Z] + ls -al . [2021-08-20T18:02:55.985Z] total 608 [2021-08-20T18:02:55.986Z] drwxrwxr-x 10 1001 1001 4096 Aug 20 18:02 . [2021-08-20T18:02:55.986Z] drwxr-xr-x 4 root root 30 Aug 20 18:01 .. [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 11 Aug 20 17:58 .dockerignore [2021-08-20T18:02:55.986Z] drwxrwxr-x 8 1001 1001 179 Aug 20 17:59 .git [2021-08-20T18:02:55.986Z] drwxrwxr-x 3 1001 1001 125 Aug 20 17:58 .github [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 818 Aug 20 17:58 .gitignore [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 76 Aug 20 17:58 .hadolint.yml [2021-08-20T18:02:55.986Z] drwx------ 3 1001 1001 58 Aug 20 17:59 .semver [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 166 Aug 20 17:58 .sonarcloud.properties [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 1171 Aug 20 17:58 ADOPTERS.md [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 8609 Aug 20 17:58 Attribution.txt [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 43881 Aug 20 17:58 CHANGELOG.md [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 3804 Aug 20 17:58 CONTRIBUTING.md [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 677 Aug 20 17:58 GOVERNANCE.md [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 849 Aug 20 17:58 Jenkinsfile [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 10775 Aug 20 17:58 LICENSE [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 5915 Aug 20 17:58 Makefile [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 582 Aug 20 17:58 OWNERS.md [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 8643 Aug 20 17:58 README.md [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 6912 Aug 20 17:58 SECURITY.md [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 5 Aug 20 18:00 VERSION [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 4131 Aug 20 17:58 ZMQWindows.md [2021-08-20T18:02:55.986Z] drwxrwxr-x 2 1001 1001 37 Aug 20 17:58 bin [2021-08-20T18:02:55.986Z] drwxrwxr-x 14 1001 1001 4096 Aug 20 17:58 cmd [2021-08-20T18:02:55.986Z] -rw-r--r-- 1 root root 404330 Aug 20 18:02 coverage.out [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 813 Aug 20 17:58 go.mod [2021-08-20T18:02:55.986Z] -rw-r--r-- 1 root root 50064 Aug 20 18:01 go.sum [2021-08-20T18:02:55.986Z] drwxrwxr-x 8 1001 1001 124 Aug 20 17:58 internal [2021-08-20T18:02:55.986Z] drwxrwxr-x 3 1001 1001 16 Aug 20 17:58 openapi [2021-08-20T18:02:55.986Z] drwxrwxr-x 4 1001 1001 71 Aug 20 17:58 snap [2021-08-20T18:02:55.986Z] -rw-rw-r-- 1 1001 1001 204 Aug 20 17:58 version.go [Pipeline] sh [2021-08-20T18:02:56.014Z] ---> docker-login.sh [2021-08-20T18:02:56.014Z] nexus3.edgexfoundry.org:10001 [2021-08-20T18:02:56.322Z] + '[' -e coverage.out ] [2021-08-20T18:02:56.322Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-08-20T18:02:56.430Z] Stashed 1 file(s) [Pipeline] sh [2021-08-20T18:02:56.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-20T18:02:56.750Z] + make build [2021-08-20T18:02:56.750Z] go mod tidy [2021-08-20T18:02:56.750Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-08-20T18:02:57.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-20T18:02:57.229Z] Configure a credential helper to remove this warning. See [2021-08-20T18:02:57.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-20T18:02:57.229Z] [2021-08-20T18:02:57.229Z] Login Succeeded [2021-08-20T18:02:57.229Z] nexus3.edgexfoundry.org:10002 [2021-08-20T18:02:57.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-20T18:02:57.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-20T18:02:57.794Z] Configure a credential helper to remove this warning. See [2021-08-20T18:02:57.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-20T18:02:57.794Z] [2021-08-20T18:02:57.794Z] Login Succeeded [2021-08-20T18:02:57.794Z] nexus3.edgexfoundry.org:10003 [2021-08-20T18:02:58.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-20T18:02:58.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-08-20T18:02:58.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-20T18:02:58.355Z] Configure a credential helper to remove this warning. See [2021-08-20T18:02:58.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-20T18:02:58.355Z] [2021-08-20T18:02:58.355Z] Login Succeeded [2021-08-20T18:02:58.355Z] nexus3.edgexfoundry.org:10004 [2021-08-20T18:02:58.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-20T18:02:58.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-20T18:02:58.919Z] Configure a credential helper to remove this warning. See [2021-08-20T18:02:58.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-20T18:02:58.919Z] [2021-08-20T18:02:58.919Z] Login Succeeded [2021-08-20T18:02:58.919Z] docker.io [2021-08-20T18:02:59.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-08-20T18:02:59.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-08-20T18:02:59.872Z] Configure a credential helper to remove this warning. See [2021-08-20T18:02:59.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-08-20T18:02:59.872Z] [2021-08-20T18:02:59.872Z] Login Succeeded [2021-08-20T18:02:59.872Z] ---> docker-login.sh ends [Pipeline] } [2021-08-20T18:02:59.949Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-08-20T18:03:00.497Z] ========================================================= [2021-08-20T18:03:00.497Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-08-20T18:03:00.497Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-08-20T18:03:00.865Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-20T18:03:01.472Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-08-20T18:03:01.472Z] 595b0fe564bb: Pulling fs layer [2021-08-20T18:03:01.472Z] 24495759ef45: Pulling fs layer [2021-08-20T18:03:01.472Z] d148012ef14d: Pulling fs layer [2021-08-20T18:03:01.472Z] e90a11edd702: Pulling fs layer [2021-08-20T18:03:01.472Z] d77568369979: Pulling fs layer [2021-08-20T18:03:01.472Z] fc1c9f9a7f3b: Pulling fs layer [2021-08-20T18:03:01.472Z] 170f2ba95c9a: Pulling fs layer [2021-08-20T18:03:01.472Z] 97ac5df62f85: Pulling fs layer [2021-08-20T18:03:01.472Z] e90a11edd702: Waiting [2021-08-20T18:03:01.472Z] d77568369979: Waiting [2021-08-20T18:03:01.472Z] fc1c9f9a7f3b: Waiting [2021-08-20T18:03:01.472Z] 97ac5df62f85: Waiting [2021-08-20T18:03:01.472Z] 170f2ba95c9a: Waiting [2021-08-20T18:03:01.472Z] d148012ef14d: Download complete [2021-08-20T18:03:01.472Z] 24495759ef45: Verifying Checksum [2021-08-20T18:03:01.472Z] 24495759ef45: Download complete [2021-08-20T18:03:01.472Z] d77568369979: Verifying Checksum [2021-08-20T18:03:01.472Z] d77568369979: Download complete [2021-08-20T18:03:01.472Z] fc1c9f9a7f3b: Download complete [2021-08-20T18:03:01.472Z] 595b0fe564bb: Verifying Checksum [2021-08-20T18:03:01.472Z] 170f2ba95c9a: Verifying Checksum [2021-08-20T18:03:01.472Z] 170f2ba95c9a: Download complete [2021-08-20T18:03:02.082Z] 595b0fe564bb: Pull complete [2021-08-20T18:03:02.681Z] 24495759ef45: Pull complete [2021-08-20T18:03:03.288Z] d148012ef14d: Pull complete [2021-08-20T18:03:04.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-08-20T18:03:05.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-08-20T18:03:05.942Z] 97ac5df62f85: Verifying Checksum [2021-08-20T18:03:05.943Z] 97ac5df62f85: Download complete [2021-08-20T18:03:06.225Z] e90a11edd702: Verifying Checksum [2021-08-20T18:03:06.225Z] e90a11edd702: Download complete [2021-08-20T18:03:06.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-08-20T18:03:06.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-08-20T18:03:07.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-08-20T18:03:08.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-08-20T18:03:09.267Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-08-20T18:03:10.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-08-20T18:03:10.832Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-08-20T18:03:11.792Z] 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-08-20T18:03:13.217Z] $ docker stop --time=1 61983411ea6a979fdacbece8161542084f71c36f22459f6db8089e933007f2b1 [2021-08-20T18:03:15.361Z] $ docker rm -f 61983411ea6a979fdacbece8161542084f71c36f22459f6db8089e933007f2b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-08-20T18:03:16.439Z] e90a11edd702: Pull complete [2021-08-20T18:03:16.717Z] d77568369979: Pull complete [2021-08-20T18:03:17.319Z] fc1c9f9a7f3b: Pull complete [2021-08-20T18:03:17.610Z] 170f2ba95c9a: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-08-20T18:03:18.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-20T18:03:18.407Z] [2021-08-20T18:03:18.407Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-08-20T18:03:18.771Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-20T18:03:18.771Z] latest: Pulling from edgex-devops/edgex-compose [2021-08-20T18:03:18.771Z] cbdbe7a5bc2a: Pulling fs layer [2021-08-20T18:03:18.771Z] ca9280d653b3: Pulling fs layer [2021-08-20T18:03:18.771Z] 7e9c9ca2126c: Pulling fs layer [2021-08-20T18:03:19.046Z] cbdbe7a5bc2a: Verifying Checksum [2021-08-20T18:03:19.046Z] cbdbe7a5bc2a: Download complete [2021-08-20T18:03:19.316Z] cbdbe7a5bc2a: Pull complete [2021-08-20T18:03:20.296Z] ca9280d653b3: Verifying Checksum [2021-08-20T18:03:20.296Z] ca9280d653b3: Download complete [2021-08-20T18:03:20.889Z] ca9280d653b3: Pull complete [2021-08-20T18:03:22.839Z] 7e9c9ca2126c: Verifying Checksum [2021-08-20T18:03:22.839Z] 7e9c9ca2126c: Download complete [2021-08-20T18:03:23.069Z] 97ac5df62f85: Pull complete [2021-08-20T18:03:23.069Z] Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 [2021-08-20T18:03:23.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-20T18:03:23.069Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-08-20T18:03:23.439Z] + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-20T18:03:23.439Z] WORKDIR /edgex [2021-08-20T18:03:23.439Z] COPY go.mod . [2021-08-20T18:03:23.439Z] RUN go mod download [2021-08-20T18:03:23.439Z] docker build -t ci-base-image-arm64 -f - . [2021-08-20T18:03:25.433Z] Sending build context to Docker daemon 166MB [2021-08-20T18:03:25.433Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-08-20T18:03:25.433Z] ---> 04bc70af865f [2021-08-20T18:03:25.433Z] Step 2/4 : WORKDIR /edgex [2021-08-20T18:03:27.145Z] 7e9c9ca2126c: Pull complete [2021-08-20T18:03:27.145Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-08-20T18:03:27.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-20T18:03:27.145Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-08-20T18:03:27.249Z] prd-centos7-docker-4c-2g-402 does not seem to be running inside a container [2021-08-20T18:03:27.317Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-08-20T18:03:29.756Z] ---> Running in 3167b23a7ebc [2021-08-20T18:03:29.830Z] $ docker top 81a5eba38a21ccd9027b6487be8ae7769b02c35138c3448bbddbb66cbba972dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-20T18:03:30.040Z] Removing intermediate container 3167b23a7ebc [2021-08-20T18:03:30.040Z] ---> d0352f88b7ba [2021-08-20T18:03:30.040Z] Step 3/4 : COPY go.mod . [2021-08-20T18:03:30.228Z] + docker-compose build --help [2021-08-20T18:03:30.228Z] + grep parallel [2021-08-20T18:03:30.812Z] --parallel Build images in parallel. [Pipeline] } [2021-08-20T18:03:30.828Z] $ docker stop --time=1 81a5eba38a21ccd9027b6487be8ae7769b02c35138c3448bbddbb66cbba972dd [2021-08-20T18:03:31.020Z] ---> 5bcdb1c61aaf [2021-08-20T18:03:31.020Z] Step 4/4 : RUN go mod download [2021-08-20T18:03:31.020Z] ---> Running in a9a36ca0a1aa [2021-08-20T18:03:32.016Z] $ docker rm -f 81a5eba38a21ccd9027b6487be8ae7769b02c35138c3448bbddbb66cbba972dd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-20T18:03:32.459Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-08-20T18:03:32.459Z] . [Pipeline] withDockerContainer [2021-08-20T18:03:32.543Z] prd-centos7-docker-4c-2g-402 does not seem to be running inside a container [2021-08-20T18:03:32.610Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-08-20T18:03:33.020Z] $ docker top d8fa4a91a15cf746195a43f82defdfa21aaf3df5850f4cdd53fc64b12acbe0ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-20T18:03:33.432Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-08-20T18:03:34.015Z] Building core-command ... [2021-08-20T18:03:34.015Z] Building core-data ... [2021-08-20T18:03:34.015Z] Building core-metadata ... [2021-08-20T18:03:34.015Z] Building security-bootstrapper ... [2021-08-20T18:03:34.015Z] Building security-proxy-setup ... [2021-08-20T18:03:34.015Z] Building security-secretstore-setup ... [2021-08-20T18:03:34.015Z] Building support-notifications ... [2021-08-20T18:03:34.015Z] Building support-scheduler ... [2021-08-20T18:03:34.015Z] Building sys-mgmt-agent ... [2021-08-20T18:03:34.015Z] Building sys-mgmt-agent [2021-08-20T18:03:34.015Z] Building core-command [2021-08-20T18:03:34.015Z] Building core-data [2021-08-20T18:03:34.015Z] Building security-secretstore-setup [2021-08-20T18:03:34.015Z] Building security-proxy-setup [2021-08-20T18:03:46.612Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:03:46.612Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:03:46.612Z] ---> 2a610a662ca4 [2021-08-20T18:03:46.612Z] Step 3/24 : WORKDIR /edgex-go [2021-08-20T18:03:46.612Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:03:46.612Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:03:46.612Z] ---> 2a610a662ca4 [2021-08-20T18:03:46.612Z] Step 3/24 : WORKDIR /edgex-go [2021-08-20T18:03:46.612Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:03:46.612Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:03:46.612Z] ---> 2a610a662ca4 [2021-08-20T18:03:46.612Z] Step 3/24 : WORKDIR /edgex-go [2021-08-20T18:03:50.865Z] ---> Running in 9d10d45234e7 [2021-08-20T18:03:50.865Z] ---> Running in 38ee154e33c5 [2021-08-20T18:03:50.865Z] ---> Running in c644e6a2b564 [2021-08-20T18:03:53.454Z] Removing intermediate container c644e6a2b564 [2021-08-20T18:03:53.454Z] ---> ebfb25984fd3 [2021-08-20T18:03:53.454Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:03:53.454Z] Removing intermediate container 38ee154e33c5 [2021-08-20T18:03:53.454Z] ---> 5dcd4d30e4ea [2021-08-20T18:03:53.454Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:03:53.454Z] ---> Running in c43485edb644 [2021-08-20T18:03:53.454Z] Removing intermediate container 9d10d45234e7 [2021-08-20T18:03:53.454Z] ---> f2302211b5ad [2021-08-20T18:03:53.454Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:03:53.720Z] ---> Running in a3d723644e4f [2021-08-20T18:03:53.989Z] ---> Running in 8d70f79c9471 [2021-08-20T18:03:58.248Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:03:58.249Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:03:58.249Z] ---> 2a610a662ca4 [2021-08-20T18:03:58.249Z] Step 3/26 : WORKDIR /edgex-go [2021-08-20T18:03:58.249Z] ---> Using cache [2021-08-20T18:03:58.249Z] ---> f2302211b5ad [2021-08-20T18:03:58.249Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:03:58.249Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:03:58.249Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:03:58.249Z] ---> 2a610a662ca4 [2021-08-20T18:03:58.249Z] Step 3/22 : WORKDIR /edgex-go [2021-08-20T18:03:58.249Z] ---> Using cache [2021-08-20T18:03:58.249Z] ---> f2302211b5ad [2021-08-20T18:03:58.249Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:03:59.214Z] ---> Running in 1e89e25e455e [2021-08-20T18:03:59.214Z] ---> Running in 0268c2050821 [2021-08-20T18:03:59.214Z] Removing intermediate container a3d723644e4f [2021-08-20T18:03:59.214Z] ---> 3386f8ba1219 [2021-08-20T18:03:59.214Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-08-20T18:03:59.214Z] ---> Running in 395a081cbc43 [2021-08-20T18:03:59.214Z] Removing intermediate container c43485edb644 [2021-08-20T18:03:59.214Z] ---> 1f4599239bf1 [2021-08-20T18:03:59.214Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-08-20T18:03:59.214Z] Removing intermediate container 8d70f79c9471 [2021-08-20T18:03:59.214Z] ---> b203dc7b51b2 [2021-08-20T18:03:59.214Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-08-20T18:03:59.500Z] ---> Running in 3d954097c1c5 [2021-08-20T18:03:59.500Z] ---> Running in 8f02e168b759 [2021-08-20T18:03:59.794Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-20T18:04:00.061Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-20T18:04:00.062Z] Removing intermediate container 1e89e25e455e [2021-08-20T18:04:00.062Z] ---> 354b5f2808c3 [2021-08-20T18:04:00.062Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-08-20T18:04:00.062Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-20T18:04:00.062Z] ---> Running in 772b923287a0 [2021-08-20T18:04:00.062Z] Removing intermediate container 0268c2050821 [2021-08-20T18:04:00.062Z] ---> 8383b4a663eb [2021-08-20T18:04:00.062Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-08-20T18:04:00.062Z] ---> Running in aeaaa5eb59fe [2021-08-20T18:04:00.329Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-20T18:04:00.329Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-20T18:04:00.594Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-20T18:04:00.861Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-20T18:04:01.134Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-20T18:04:01.407Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-20T18:04:01.407Z] OK: 219 MiB in 52 packages [2021-08-20T18:04:01.407Z] OK: 219 MiB in 52 packages [2021-08-20T18:04:01.688Z] Removing intermediate container 395a081cbc43 [2021-08-20T18:04:01.688Z] ---> 9cf3a85df3b8 [2021-08-20T18:04:01.688Z] Step 6/24 : COPY go.mod . [2021-08-20T18:04:01.688Z] OK: 219 MiB in 52 packages [2021-08-20T18:04:01.969Z] OK: 219 MiB in 52 packages [2021-08-20T18:04:01.969Z] Removing intermediate container 3d954097c1c5 [2021-08-20T18:04:01.969Z] ---> 5cc29f5509e4 [2021-08-20T18:04:01.969Z] Step 6/24 : COPY go.mod . [2021-08-20T18:04:01.969Z] ---> b36eee87323f [2021-08-20T18:04:01.969Z] Step 7/24 : RUN go mod download [2021-08-20T18:04:01.969Z] ---> Running in fb0c231f6622 [2021-08-20T18:04:01.969Z] ---> 0b52e30efff9 [2021-08-20T18:04:01.969Z] Step 7/24 : RUN go mod download [2021-08-20T18:04:01.969Z] ---> Running in 838937a3cd27 [2021-08-20T18:04:02.245Z] Removing intermediate container 8f02e168b759 [2021-08-20T18:04:02.245Z] ---> c80e37bde611 [2021-08-20T18:04:02.245Z] Step 6/24 : COPY go.mod . [2021-08-20T18:04:02.245Z] Removing intermediate container 772b923287a0 [2021-08-20T18:04:02.245Z] ---> 9725f29862f3 [2021-08-20T18:04:02.245Z] Step 6/26 : COPY go.mod . [2021-08-20T18:04:02.519Z] ---> a598733af06d [2021-08-20T18:04:02.519Z] Step 7/24 : RUN go mod download [2021-08-20T18:04:02.519Z] ---> 12997c5ef9db [2021-08-20T18:04:02.519Z] Step 7/26 : RUN go mod download [2021-08-20T18:04:02.519Z] ---> Running in 2d4c37f62c2a [2021-08-20T18:04:02.519Z] ---> Running in b102aacc5142 [2021-08-20T18:04:03.516Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-20T18:04:04.116Z] Removing intermediate container fb0c231f6622 [2021-08-20T18:04:04.116Z] ---> 04b917b34395 [2021-08-20T18:04:04.116Z] Step 8/24 : COPY . . [2021-08-20T18:04:04.116Z] Removing intermediate container 838937a3cd27 [2021-08-20T18:04:04.116Z] ---> d48737d71e3d [2021-08-20T18:04:04.116Z] Step 8/24 : COPY . . [2021-08-20T18:04:06.721Z] OK: 219 MiB in 52 packages [2021-08-20T18:04:12.081Z] Removing intermediate container 2d4c37f62c2a [2021-08-20T18:04:12.081Z] ---> fbe514ba8cd3 [2021-08-20T18:04:12.081Z] Step 8/26 : COPY . . [2021-08-20T18:04:12.081Z] Removing intermediate container b102aacc5142 [2021-08-20T18:04:12.081Z] ---> 207eb22349ec [2021-08-20T18:04:12.081Z] Step 8/24 : COPY . . [2021-08-20T18:04:12.081Z] ---> d57eea11dea6 [2021-08-20T18:04:12.081Z] Step 9/24 : RUN go mod tidy [2021-08-20T18:04:12.352Z] ---> a61463f3c176 [2021-08-20T18:04:12.352Z] Step 9/24 : RUN go mod tidy [2021-08-20T18:04:12.914Z] ---> Running in f92755ea412b [2021-08-20T18:04:23.272Z] ---> Running in 40320f8dbef4 [2021-08-20T18:04:23.272Z] Removing intermediate container aeaaa5eb59fe [2021-08-20T18:04:23.272Z] ---> f1b92b1b83c4 [2021-08-20T18:04:23.272Z] Step 6/22 : COPY go.mod . [2021-08-20T18:04:23.272Z] ---> ab517d9b7354 [2021-08-20T18:04:23.272Z] Step 9/26 : RUN go mod tidy [2021-08-20T18:04:23.272Z] ---> e9351232b4c5 [2021-08-20T18:04:23.272Z] Step 9/24 : RUN go mod tidy [2021-08-20T18:04:23.272Z] ---> Running in d99ccdf91c08 [2021-08-20T18:04:23.272Z] ---> 24f8e372bbcf [2021-08-20T18:04:23.272Z] Step 7/22 : RUN go mod download [2021-08-20T18:04:23.272Z] ---> Running in b1136c9c6e15 [2021-08-20T18:04:23.272Z] ---> Running in 27ee37c7725e [2021-08-20T18:04:23.644Z] Removing intermediate container f92755ea412b [2021-08-20T18:04:23.644Z] ---> bf1f50315be5 [2021-08-20T18:04:23.644Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-08-20T18:04:23.644Z] ---> Running in 67c309407dfd [2021-08-20T18:04:24.641Z] Removing intermediate container 40320f8dbef4 [2021-08-20T18:04:24.641Z] ---> 5c4f2f512868 [2021-08-20T18:04:24.641Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-08-20T18:04:24.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-08-20T18:04:24.641Z] ---> Running in badbe68087d7 [2021-08-20T18:04:24.641Z] Removing intermediate container d99ccdf91c08 [2021-08-20T18:04:24.641Z] ---> 71c6153be1da [2021-08-20T18:04:24.641Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-08-20T18:04:24.641Z] ---> Running in 105512927a7d [2021-08-20T18:04:24.916Z] Removing intermediate container b1136c9c6e15 [2021-08-20T18:04:24.916Z] ---> dcf4c6e309cc [2021-08-20T18:04:24.916Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-08-20T18:04:24.916Z] ---> Running in 268a703c9e76 [2021-08-20T18:04:25.192Z] Removing intermediate container 27ee37c7725e [2021-08-20T18:04:25.192Z] ---> 6ee7ece9d32b [2021-08-20T18:04:25.192Z] Step 8/22 : COPY . . [2021-08-20T18:04:25.192Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-08-20T18:04:25.192Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-08-20T18:04:25.787Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-08-20T18:04:32.579Z] ---> 31cddbea3915 [2021-08-20T18:04:32.579Z] Step 9/22 : RUN go mod tidy [2021-08-20T18:04:32.579Z] ---> Running in e135248dc12f [2021-08-20T18:04:34.570Z] Removing intermediate container e135248dc12f [2021-08-20T18:04:34.570Z] ---> 44fffcc59a71 [2021-08-20T18:04:34.570Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-08-20T18:04:34.570Z] ---> Running in 05d8e449f330 [2021-08-20T18:04:35.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-08-20T18:04:52.813Z] Removing intermediate container a9a36ca0a1aa [2021-08-20T18:04:52.813Z] ---> 891e09a80f2b [2021-08-20T18:04:53.088Z] Successfully built 891e09a80f2b [2021-08-20T18:04:53.088Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-20T18:04:53.447Z] + docker inspect -f . ci-base-image-arm64 [2021-08-20T18:04:53.448Z] . [Pipeline] withDockerContainer [2021-08-20T18:04:53.729Z] prd-ubuntu18.04-docker-arm64-4c-16g-403 does not seem to be running inside a container [2021-08-20T18:04:53.819Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-08-20T18:04:55.439Z] $ docker top fad3622dd35be748fcfdbf77a4bf12dd7a05379b2e9f86253a8966aeeace31e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-20T18:04:56.377Z] + go version [2021-08-20T18:04:56.378Z] go version go1.16.6 linux/arm64 [Pipeline] } [2021-08-20T18:04:56.403Z] $ docker stop --time=1 fad3622dd35be748fcfdbf77a4bf12dd7a05379b2e9f86253a8966aeeace31e1 [2021-08-20T18:04:58.207Z] $ docker rm -f fad3622dd35be748fcfdbf77a4bf12dd7a05379b2e9f86253a8966aeeace31e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-20T18:04:59.065Z] + docker inspect -f . ci-base-image-arm64 [2021-08-20T18:04:59.065Z] . [Pipeline] withDockerContainer [2021-08-20T18:04:59.342Z] prd-ubuntu18.04-docker-arm64-4c-16g-403 does not seem to be running inside a container [2021-08-20T18:04:59.421Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-08-20T18:05:00.945Z] $ docker top 207e89dd5cc6c253da3dfe8f050b2485223915ecddb95e6988c10be511b7a3e1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-08-20T18:05:01.264Z] ========================================================= [2021-08-20T18:05:01.264Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-08-20T18:05:01.264Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-08-20T18:05:01.932Z] + go mod tidy [2021-08-20T18:05:02.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] sh [2021-08-20T18:05:03.583Z] + make test [2021-08-20T18:05:03.583Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2021-08-20T18:05:03.583Z] go mod tidy [2021-08-20T18:05:04.189Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-08-20T18:05:04.871Z] Removing intermediate container 67c309407dfd [2021-08-20T18:05:04.871Z] ---> 1ab60701cb95 [2021-08-20T18:05:04.871Z] [2021-08-20T18:05:04.871Z] Step 11/24 : FROM alpine:3.12 [2021-08-20T18:05:04.871Z] Removing intermediate container 105512927a7d [2021-08-20T18:05:04.871Z] ---> 59fedc7248e3 [2021-08-20T18:05:04.871Z] [2021-08-20T18:05:04.871Z] Step 11/26 : FROM alpine:3.12 [2021-08-20T18:05:05.144Z] Removing intermediate container badbe68087d7 [2021-08-20T18:05:05.144Z] ---> ab8087f59675 [2021-08-20T18:05:05.144Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-08-20T18:05:05.144Z] 3.12: Pulling from library/alpine [2021-08-20T18:05:05.144Z] ---> Running in c0258106a01f [2021-08-20T18:05:05.749Z] 3.12: Pulling from library/alpine [2021-08-20T18:05:05.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-08-20T18:05:06.357Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-20T18:05:06.357Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-20T18:05:06.357Z] Status: Image is up to date for alpine:3.12 [2021-08-20T18:05:06.357Z] Status: Downloaded newer image for alpine:3.12 [2021-08-20T18:05:06.357Z] ---> 13621d1b12d4 [2021-08-20T18:05:06.357Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-20T18:05:06.357Z] ---> 13621d1b12d4 [2021-08-20T18:05:06.357Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-08-20T18:05:06.357Z] ---> Running in 6536fbcc4917 [2021-08-20T18:05:06.357Z] ---> Running in 2cd831288a54 [2021-08-20T18:05:07.365Z] Removing intermediate container c0258106a01f [2021-08-20T18:05:07.365Z] ---> d7ced7d1bac5 [2021-08-20T18:05:07.365Z] [2021-08-20T18:05:07.365Z] Step 12/24 : FROM docker:20.10.7 [2021-08-20T18:05:07.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-20T18:05:07.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-08-20T18:05:07.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-20T18:05:07.652Z] 20.10.7: Pulling from library/docker [2021-08-20T18:05:07.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-20T18:05:07.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-20T18:05:07.928Z] (1/3) Installing ca-certificates (20191127-r4) [2021-08-20T18:05:07.928Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-08-20T18:05:08.207Z] Executing busybox-1.31.1-r20.trigger [2021-08-20T18:05:08.207Z] (2/3) Installing dumb-init (1.2.2-r1) [2021-08-20T18:05:08.207Z] (3/3) Installing su-exec (0.2-r1) [2021-08-20T18:05:08.207Z] Executing busybox-1.31.1-r20.trigger [2021-08-20T18:05:08.207Z] OK: 6 MiB in 15 packages [2021-08-20T18:05:08.207Z] Executing ca-certificates-20191127-r4.trigger [2021-08-20T18:05:08.489Z] OK: 6 MiB in 17 packages [2021-08-20T18:05:09.117Z] Removing intermediate container 6536fbcc4917 [2021-08-20T18:05:09.117Z] ---> 9c48979a2042 [2021-08-20T18:05:09.117Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-20T18:05:09.117Z] ---> Running in 6d30ad0b28b0 [2021-08-20T18:05:09.117Z] Removing intermediate container 2cd831288a54 [2021-08-20T18:05:09.117Z] ---> f958f160c020 [2021-08-20T18:05:09.117Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-08-20T18:05:09.395Z] ---> Running in 804a6c4bbe0b [2021-08-20T18:05:09.395Z] Removing intermediate container 6d30ad0b28b0 [2021-08-20T18:05:09.395Z] ---> b5e631ee5616 [2021-08-20T18:05:09.395Z] Step 14/24 : ENV APP_PORT=59882 [2021-08-20T18:05:09.395Z] Removing intermediate container 804a6c4bbe0b [2021-08-20T18:05:09.395Z] ---> 89c96f34883f [2021-08-20T18:05:09.395Z] Step 14/26 : WORKDIR / [2021-08-20T18:05:09.696Z] ---> Running in 01c0be737b78 [2021-08-20T18:05:09.696Z] ---> Running in bb8abce865ae [2021-08-20T18:05:09.696Z] Removing intermediate container 01c0be737b78 [2021-08-20T18:05:09.696Z] ---> bbf1effa9011 [2021-08-20T18:05:09.696Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-20T18:05:09.696Z] Removing intermediate container bb8abce865ae [2021-08-20T18:05:09.696Z] ---> 8adaefa872d3 [2021-08-20T18:05:09.696Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-08-20T18:05:09.983Z] ---> Running in e9cc25539c3a [2021-08-20T18:05:09.983Z] ---> c601506e0745 [2021-08-20T18:05:09.983Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-08-20T18:05:09.983Z] Removing intermediate container e9cc25539c3a [2021-08-20T18:05:09.983Z] ---> f2ab8fb8940d [2021-08-20T18:05:09.983Z] Step 16/24 : WORKDIR / [2021-08-20T18:05:10.277Z] ---> Running in 725e3e86a40c [2021-08-20T18:05:10.870Z] Removing intermediate container 725e3e86a40c [2021-08-20T18:05:10.870Z] ---> 2a75375faa9f [2021-08-20T18:05:10.870Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-20T18:05:10.870Z] ---> 01b5a3e4a6cf [2021-08-20T18:05:10.870Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-08-20T18:05:10.870Z] Removing intermediate container 05d8e449f330 [2021-08-20T18:05:10.870Z] ---> 906b5b7675f7 [2021-08-20T18:05:10.870Z] [2021-08-20T18:05:10.870Z] Step 11/22 : FROM alpine:3.12 [2021-08-20T18:05:10.870Z] ---> 13621d1b12d4 [2021-08-20T18:05:10.870Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-08-20T18:05:10.870Z] ---> Running in d730f8a22fea [2021-08-20T18:05:11.149Z] ---> 6cd1952d7af9 [2021-08-20T18:05:11.149Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-08-20T18:05:11.149Z] ---> c928cb905ce8 [2021-08-20T18:05:11.149Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-08-20T18:05:11.749Z] ---> d516f682bfd1 [2021-08-20T18:05:11.749Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-08-20T18:05:11.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-20T18:05:11.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-20T18:05:11.749Z] ---> 4005e696e4bd [2021-08-20T18:05:11.749Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-08-20T18:05:12.019Z] (1/4) Installing ca-certificates (20191127-r4) [2021-08-20T18:05:12.019Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-08-20T18:05:12.019Z] (3/4) Installing libcurl (7.78.0-r0) [2021-08-20T18:05:12.019Z] (4/4) Installing curl (7.78.0-r0) [2021-08-20T18:05:12.019Z] Executing busybox-1.31.1-r20.trigger [2021-08-20T18:05:12.019Z] Executing ca-certificates-20191127-r4.trigger [2021-08-20T18:05:12.019Z] ---> 36cf03434f06 [2021-08-20T18:05:12.019Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-08-20T18:05:12.019Z] OK: 7 MiB in 18 packages [2021-08-20T18:05:12.285Z] ---> Running in 57e348b9ce0e [2021-08-20T18:05:12.285Z] ---> e638224ac22b [2021-08-20T18:05:12.285Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-08-20T18:05:12.285Z] Removing intermediate container 268a703c9e76 [2021-08-20T18:05:12.285Z] ---> c57bb5e383b1 [2021-08-20T18:05:12.285Z] [2021-08-20T18:05:12.285Z] Step 11/24 : FROM alpine:3.12 [2021-08-20T18:05:12.285Z] ---> 13621d1b12d4 [2021-08-20T18:05:12.285Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-08-20T18:05:12.285Z] ---> Running in d9ed55fb4f48 [2021-08-20T18:05:12.286Z] Removing intermediate container 57e348b9ce0e [2021-08-20T18:05:12.286Z] ---> 3f361816cb61 [2021-08-20T18:05:12.286Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-20T18:05:12.558Z] ---> Running in f0c5d0e8fa16 [2021-08-20T18:05:12.558Z] Removing intermediate container d9ed55fb4f48 [2021-08-20T18:05:12.558Z] ---> a6a50b69933a [2021-08-20T18:05:12.558Z] Step 13/24 : ENV APP_PORT=59880 [2021-08-20T18:05:12.558Z] ---> Running in ab0b42a13b6e [2021-08-20T18:05:12.830Z] ---> 6092b2e9f579 [2021-08-20T18:05:12.830Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-08-20T18:05:12.830Z] Removing intermediate container d730f8a22fea [2021-08-20T18:05:12.830Z] ---> fb30d551e6b5 [2021-08-20T18:05:12.830Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-08-20T18:05:12.830Z] Removing intermediate container f0c5d0e8fa16 [2021-08-20T18:05:12.830Z] ---> 9efbf34c1172 [2021-08-20T18:05:12.830Z] Step 22/24 : LABEL arch=x86_64 [2021-08-20T18:05:12.830Z] ---> Running in 8f4178f6ab27 [2021-08-20T18:05:12.830Z] ---> Running in a52b67b9fad8 [2021-08-20T18:05:12.830Z] Removing intermediate container ab0b42a13b6e [2021-08-20T18:05:12.830Z] ---> 636ed1c113af [2021-08-20T18:05:12.830Z] Step 14/24 : EXPOSE $APP_PORT [2021-08-20T18:05:12.830Z] Removing intermediate container 8f4178f6ab27 [2021-08-20T18:05:12.830Z] ---> e8e7136227bf [2021-08-20T18:05:12.830Z] Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:05:12.830Z] Removing intermediate container a52b67b9fad8 [2021-08-20T18:05:12.830Z] ---> d2a4627e98fe [2021-08-20T18:05:12.830Z] Step 14/22 : WORKDIR /edgex [2021-08-20T18:05:12.830Z] ---> Running in 4fc78cb5fb5c [2021-08-20T18:05:13.097Z] ---> da632e49c4c3 [2021-08-20T18:05:13.097Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-08-20T18:05:13.097Z] ---> Running in b5a2e2af2c2e [2021-08-20T18:05:13.097Z] ---> Running in ebf910cc80c6 [2021-08-20T18:05:13.097Z] ---> Running in 4d903226035f [2021-08-20T18:05:13.097Z] Removing intermediate container b5a2e2af2c2e [2021-08-20T18:05:13.097Z] ---> 7673e12cc349 [2021-08-20T18:05:13.097Z] Step 24/24 : LABEL version=0.0.0 [2021-08-20T18:05:13.097Z] Removing intermediate container 4fc78cb5fb5c [2021-08-20T18:05:13.097Z] ---> 57f67a5b073d [2021-08-20T18:05:13.097Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:05:13.097Z] Removing intermediate container ebf910cc80c6 [2021-08-20T18:05:13.097Z] ---> f7d3a507fbcf [2021-08-20T18:05:13.097Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-08-20T18:05:13.097Z] ---> Running in 55871dc4313d [2021-08-20T18:05:13.097Z] ---> Running in 940c769357d0 [2021-08-20T18:05:13.370Z] Removing intermediate container 55871dc4313d [2021-08-20T18:05:13.370Z] ---> 7f74d6477c89 [2021-08-20T18:05:13.370Z] [2021-08-20T18:05:13.370Z] Successfully built 7f74d6477c89 [2021-08-20T18:05:13.370Z] Successfully tagged core-command:latest [2021-08-20T18:05:13.370Z] Building core-metadata [2021-08-20T18:05:13.644Z]  Building core-command ... done  ---> bb96be151e61 [2021-08-20T18:05:13.644Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-08-20T18:05:19.000Z] ---> 3f0e96e203bb [2021-08-20T18:05:19.000Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-08-20T18:05:19.590Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:05:19.590Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:05:19.590Z] ---> 2a610a662ca4 [2021-08-20T18:05:19.590Z] Step 3/24 : WORKDIR /edgex-go [2021-08-20T18:05:19.590Z] ---> Using cache [2021-08-20T18:05:19.590Z] ---> f2302211b5ad [2021-08-20T18:05:19.590Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:05:19.590Z] ---> Using cache [2021-08-20T18:05:19.590Z] ---> 8383b4a663eb [2021-08-20T18:05:19.590Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-08-20T18:05:19.590Z] ---> Using cache [2021-08-20T18:05:19.590Z] ---> f1b92b1b83c4 [2021-08-20T18:05:19.590Z] Step 6/24 : COPY go.mod . [2021-08-20T18:05:19.590Z] ---> Using cache [2021-08-20T18:05:19.590Z] ---> 24f8e372bbcf [2021-08-20T18:05:19.590Z] Step 7/24 : RUN go mod download [2021-08-20T18:05:19.590Z] ---> Using cache [2021-08-20T18:05:19.590Z] ---> 6ee7ece9d32b [2021-08-20T18:05:19.590Z] Step 8/24 : COPY . . [2021-08-20T18:05:19.590Z] ---> Using cache [2021-08-20T18:05:19.590Z] ---> 31cddbea3915 [2021-08-20T18:05:19.590Z] Step 9/24 : RUN go mod tidy [2021-08-20T18:05:19.590Z] ---> Using cache [2021-08-20T18:05:19.590Z] ---> 44fffcc59a71 [2021-08-20T18:05:19.590Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-08-20T18:05:20.179Z] Removing intermediate container 4d903226035f [2021-08-20T18:05:20.179Z] ---> 406a2cba6dba [2021-08-20T18:05:20.179Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-08-20T18:05:20.179Z] ---> Running in 76b5756147f2 [2021-08-20T18:05:20.179Z] ---> Running in 2fc88be73af5 [2021-08-20T18:05:20.179Z] Removing intermediate container 940c769357d0 [2021-08-20T18:05:20.179Z] ---> 197f1802c639 [2021-08-20T18:05:20.179Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-08-20T18:05:20.457Z] Removing intermediate container 2fc88be73af5 [2021-08-20T18:05:20.457Z] ---> 03d6022a5313 [2021-08-20T18:05:20.457Z] Step 24/26 : LABEL arch=x86_64 [2021-08-20T18:05:20.457Z] ---> 791502027767 [2021-08-20T18:05:20.457Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-08-20T18:05:20.457Z] ---> Running in 8c89210dd2b6 [2021-08-20T18:05:20.457Z] ---> Running in 73eacb4ff360 [2021-08-20T18:05:20.457Z] ---> Running in c7ea0ff15c08 [2021-08-20T18:05:20.457Z] Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 [2021-08-20T18:05:20.457Z] Status: Downloaded newer image for docker:20.10.7 [2021-08-20T18:05:20.457Z] ---> 08bdaf2f88f9 [2021-08-20T18:05:20.457Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-08-20T18:05:20.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-08-20T18:05:20.457Z] Removing intermediate container 73eacb4ff360 [2021-08-20T18:05:20.457Z] ---> 1631b8d686f2 [2021-08-20T18:05:20.457Z] Step 25/26 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:05:20.731Z] ---> Running in 4b1adcf24857 [2021-08-20T18:05:20.731Z] Removing intermediate container c7ea0ff15c08 [2021-08-20T18:05:20.731Z] ---> bf72e0c92590 [2021-08-20T18:05:20.731Z] Step 19/22 : CMD ["--init=true"] [2021-08-20T18:05:20.731Z] ---> Running in bcbe67f3a61d [2021-08-20T18:05:20.731Z] ---> Running in b2ee05ef59a8 [2021-08-20T18:05:20.731Z] Removing intermediate container 4b1adcf24857 [2021-08-20T18:05:20.731Z] ---> 5dafd6beb460 [2021-08-20T18:05:20.731Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-08-20T18:05:20.731Z] Removing intermediate container bcbe67f3a61d [2021-08-20T18:05:20.731Z] ---> 11cd369d9815 [2021-08-20T18:05:20.731Z] Step 26/26 : LABEL version=0.0.0 [2021-08-20T18:05:21.017Z] ---> Running in dec7e4a8beb5 [2021-08-20T18:05:21.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-20T18:05:21.017Z] ---> Running in 1dc6bae6a05a [2021-08-20T18:05:21.017Z] Removing intermediate container b2ee05ef59a8 [2021-08-20T18:05:21.017Z] ---> 7bc3692a387b [2021-08-20T18:05:21.017Z] Step 20/22 : LABEL arch=x86_64 [2021-08-20T18:05:21.017Z] ---> Running in 6b639cfbe3b1 [2021-08-20T18:05:21.017Z] Removing intermediate container 1dc6bae6a05a [2021-08-20T18:05:21.017Z] ---> 41f8548e9c9c [2021-08-20T18:05:21.017Z] [2021-08-20T18:05:21.312Z] Successfully built 41f8548e9c9c [2021-08-20T18:05:21.312Z] Successfully tagged security-secretstore-setup:latest [2021-08-20T18:05:21.312Z] Building support-notifications [2021-08-20T18:05:21.312Z]  Building security-secretstore-setup ... done Removing intermediate container 6b639cfbe3b1 [2021-08-20T18:05:21.312Z] ---> 32a2d107ea8f [2021-08-20T18:05:21.312Z] Step 21/22 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:05:21.312Z] ---> Running in 6460e0432123 [2021-08-20T18:05:21.312Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-20T18:05:21.598Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-20T18:05:21.598Z] (1/39) Installing readline (8.1.0-r0) [2021-08-20T18:05:21.598Z] (2/39) Installing bash (5.1.0-r0) [2021-08-20T18:05:21.598Z] Executing bash-5.1.0-r0.post-install [2021-08-20T18:05:22.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-20T18:05:22.234Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-08-20T18:05:22.234Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-08-20T18:05:22.234Z] (5/39) Installing libcurl (7.78.0-r0) [2021-08-20T18:05:22.235Z] (6/39) Installing curl (7.78.0-r0) [2021-08-20T18:05:22.235Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-08-20T18:05:22.235Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-08-20T18:05:22.235Z] (9/39) Installing expat (2.2.10-r1) [2021-08-20T18:05:22.235Z] (10/39) Installing libffi (3.3-r2) [2021-08-20T18:05:22.235Z] (11/39) Installing gdbm (1.19-r0) [2021-08-20T18:05:22.235Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-08-20T18:05:22.235Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-08-20T18:05:22.235Z] (14/39) Installing python3 (3.8.10-r0) [2021-08-20T18:05:22.235Z] Removing intermediate container 6460e0432123 [2021-08-20T18:05:22.235Z] ---> 800efae1dd4d [2021-08-20T18:05:22.235Z] Step 22/22 : LABEL version=0.0.0 [2021-08-20T18:05:22.521Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-08-20T18:05:22.521Z] (2/6) Installing libgcc (9.3.0-r2) [2021-08-20T18:05:22.521Z] ---> Running in 8516369c7298 [2021-08-20T18:05:22.521Z] (3/6) Installing libsodium (1.0.18-r0) [2021-08-20T18:05:22.804Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-08-20T18:05:23.080Z] (5/6) Installing libzmq (4.3.3-r0) [2021-08-20T18:05:23.675Z] (6/6) Installing zeromq (4.3.3-r0) [2021-08-20T18:05:23.675Z] Executing busybox-1.31.1-r20.trigger [2021-08-20T18:05:23.675Z] OK: 8 MiB in 20 packages [2021-08-20T18:05:24.651Z] Removing intermediate container 8516369c7298 [2021-08-20T18:05:24.651Z] ---> 74e37c801681 [2021-08-20T18:05:24.651Z] [2021-08-20T18:05:24.651Z] Successfully built 74e37c801681 [2021-08-20T18:05:26.612Z] Successfully tagged security-proxy-setup:latest [2021-08-20T18:05:26.612Z] Building security-bootstrapper [2021-08-20T18:05:26.612Z]  Building security-proxy-setup ... done (15/39) Installing py3-appdirs (1.4.4-r1) [2021-08-20T18:05:26.612Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-08-20T18:05:26.612Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-08-20T18:05:26.881Z] (18/39) Installing py3-six (1.15.0-r0) [2021-08-20T18:05:26.881Z] (19/39) Installing py3-packaging (20.9-r0) [2021-08-20T18:05:26.881Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-08-20T18:05:26.881Z] Removing intermediate container 8c89210dd2b6 [2021-08-20T18:05:26.881Z] ---> b6140110efe8 [2021-08-20T18:05:26.881Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-20T18:05:26.881Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-08-20T18:05:26.881Z] (22/39) Installing py3-idna (3.1-r0) [2021-08-20T18:05:26.881Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-08-20T18:05:27.160Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-08-20T18:05:27.160Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-08-20T18:05:28.595Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-08-20T18:05:28.595Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-08-20T18:05:28.871Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-08-20T18:05:28.871Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-08-20T18:05:28.871Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-08-20T18:05:29.142Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-08-20T18:05:30.558Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-08-20T18:05:30.829Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-08-20T18:05:31.031Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-08-20T18:05:31.789Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:05:31.789Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:05:31.789Z] ---> 2a610a662ca4 [2021-08-20T18:05:31.789Z] Step 3/32 : WORKDIR /edgex-go [2021-08-20T18:05:31.789Z] ---> Using cache [2021-08-20T18:05:31.789Z] ---> f2302211b5ad [2021-08-20T18:05:31.789Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:05:31.789Z] ---> Using cache [2021-08-20T18:05:31.789Z] ---> 8383b4a663eb [2021-08-20T18:05:31.789Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-08-20T18:05:31.789Z] ---> Using cache [2021-08-20T18:05:31.789Z] ---> f1b92b1b83c4 [2021-08-20T18:05:31.789Z] Step 6/32 : COPY go.mod . [2021-08-20T18:05:31.789Z] ---> Using cache [2021-08-20T18:05:31.789Z] ---> 24f8e372bbcf [2021-08-20T18:05:31.789Z] Step 7/32 : RUN go mod download [2021-08-20T18:05:31.789Z] ---> Using cache [2021-08-20T18:05:31.789Z] ---> 6ee7ece9d32b [2021-08-20T18:05:31.789Z] Step 8/32 : COPY . . [2021-08-20T18:05:31.789Z] ---> Using cache [2021-08-20T18:05:31.789Z] ---> 31cddbea3915 [2021-08-20T18:05:31.789Z] Step 9/32 : RUN go mod tidy [2021-08-20T18:05:31.789Z] ---> Using cache [2021-08-20T18:05:31.789Z] ---> 44fffcc59a71 [2021-08-20T18:05:31.789Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-08-20T18:05:33.208Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-08-20T18:05:33.795Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-08-20T18:05:33.795Z] (36/39) Installing py3-progress (1.5-r0) [2021-08-20T18:05:34.070Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-08-20T18:05:34.070Z] ---> de6a5792a8bb [2021-08-20T18:05:34.070Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-08-20T18:05:34.070Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-08-20T18:05:34.070Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-08-20T18:05:34.349Z] ---> Running in c20a2765261e [2021-08-20T18:05:34.349Z] Executing busybox-1.32.1-r6.trigger [2021-08-20T18:05:34.349Z] OK: 82 MiB in 59 packages [2021-08-20T18:05:34.990Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:05:34.990Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:05:34.990Z] ---> 2a610a662ca4 [2021-08-20T18:05:34.990Z] Step 3/23 : WORKDIR /edgex-go [2021-08-20T18:05:34.990Z] ---> Using cache [2021-08-20T18:05:34.990Z] ---> f2302211b5ad [2021-08-20T18:05:34.990Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:05:34.990Z] ---> Using cache [2021-08-20T18:05:34.990Z] ---> 8383b4a663eb [2021-08-20T18:05:34.990Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-08-20T18:05:35.270Z] ---> Running in b89b60e18d53 [2021-08-20T18:05:35.270Z] ---> 64a2b486bd8b [2021-08-20T18:05:35.270Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-08-20T18:05:35.270Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-08-20T18:05:35.540Z] ---> b76a69e9eee6 [2021-08-20T18:05:35.541Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-08-20T18:05:35.541Z] ---> Running in 63351a3eefbc [2021-08-20T18:05:35.810Z] Removing intermediate container 63351a3eefbc [2021-08-20T18:05:35.810Z] ---> 7b114cd24f7b [2021-08-20T18:05:35.810Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-20T18:05:35.810Z] ---> Running in aba5e4b39e3a [2021-08-20T18:05:36.081Z] Removing intermediate container aba5e4b39e3a [2021-08-20T18:05:36.081Z] ---> 1f61061075fd [2021-08-20T18:05:36.081Z] Step 22/24 : LABEL arch=x86_64 [2021-08-20T18:05:36.081Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-08-20T18:05:36.081Z] ---> Running in 7add363ed717 [2021-08-20T18:05:36.081Z] Removing intermediate container 7add363ed717 [2021-08-20T18:05:36.081Z] ---> a54db2da5cbb [2021-08-20T18:05:36.081Z] Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:05:36.359Z] ---> Running in 0d1dc0308a69 [2021-08-20T18:05:36.359Z] Removing intermediate container 0d1dc0308a69 [2021-08-20T18:05:36.359Z] ---> 8ec0f3555beb [2021-08-20T18:05:36.359Z] Step 24/24 : LABEL version=0.0.0 [2021-08-20T18:05:36.359Z] ---> Running in 833ca9489d30 [2021-08-20T18:05:36.630Z] Removing intermediate container 833ca9489d30 [2021-08-20T18:05:36.630Z] ---> 5edb9b1c1128 [2021-08-20T18:05:36.630Z] [2021-08-20T18:05:36.630Z] Successfully built 5edb9b1c1128 [2021-08-20T18:05:36.630Z] Successfully tagged core-data:latest [2021-08-20T18:05:36.630Z] Building support-scheduler [2021-08-20T18:05:36.902Z]  Building core-data ... done fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-08-20T18:05:37.173Z] Collecting docker-compose==1.23.2 [2021-08-20T18:05:37.442Z] OK: 219 MiB in 52 packages [2021-08-20T18:05:37.442Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-08-20T18:05:37.442Z] Collecting texttable<0.10,>=0.9.0 [2021-08-20T18:05:37.442Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-08-20T18:05:38.044Z] Collecting docker<4.0,>=3.6.0 [2021-08-20T18:05:38.044Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-08-20T18:05:38.044Z] Collecting dockerpty<0.5,>=0.4.1 [2021-08-20T18:05:38.044Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-08-20T18:05:39.300Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-08-20T18:05:39.300Z] Collecting websocket-client<1.0,>=0.32.0 [2021-08-20T18:05:39.300Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-08-20T18:05:39.300Z] Collecting PyYAML<4,>=3.10 [2021-08-20T18:05:39.300Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-08-20T18:05:40.391Z] Collecting jsonschema<3,>=2.5.1 [2021-08-20T18:05:40.391Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-08-20T18:05:40.391Z] Collecting docopt<0.7,>=0.6.1 [2021-08-20T18:05:40.391Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-08-20T18:05:40.660Z] Collecting cached-property<2,>=1.2.0 [2021-08-20T18:05:40.660Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-08-20T18:05:40.660Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:05:40.660Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:05:40.660Z] ---> 2a610a662ca4 [2021-08-20T18:05:40.660Z] Step 3/23 : WORKDIR /edgex-go [2021-08-20T18:05:40.660Z] ---> Using cache [2021-08-20T18:05:40.660Z] ---> f2302211b5ad [2021-08-20T18:05:40.660Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:05:40.660Z] ---> Using cache [2021-08-20T18:05:40.660Z] ---> 8383b4a663eb [2021-08-20T18:05:40.660Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-08-20T18:05:40.660Z] ---> Using cache [2021-08-20T18:05:40.660Z] ---> f1b92b1b83c4 [2021-08-20T18:05:40.660Z] Step 6/23 : COPY go.mod . [2021-08-20T18:05:40.660Z] ---> Using cache [2021-08-20T18:05:40.660Z] ---> 24f8e372bbcf [2021-08-20T18:05:40.660Z] Step 7/23 : RUN go mod download [2021-08-20T18:05:40.660Z] ---> Using cache [2021-08-20T18:05:40.660Z] ---> 6ee7ece9d32b [2021-08-20T18:05:40.660Z] Step 8/23 : COPY . . [2021-08-20T18:05:40.660Z] ---> Using cache [2021-08-20T18:05:40.660Z] ---> 31cddbea3915 [2021-08-20T18:05:40.660Z] Step 9/23 : RUN go mod tidy [2021-08-20T18:05:40.660Z] ---> Using cache [2021-08-20T18:05:40.660Z] ---> 44fffcc59a71 [2021-08-20T18:05:40.660Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-08-20T18:05:40.660Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-08-20T18:05:40.660Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-08-20T18:05:40.932Z] Collecting docker-pycreds>=0.4.0 [2021-08-20T18:05:40.932Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-08-20T18:05:40.932Z] Collecting urllib3<1.25,>=1.21.1 [2021-08-20T18:05:40.932Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-08-20T18:05:41.199Z] Collecting certifi>=2017.4.17 [2021-08-20T18:05:41.199Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-08-20T18:05:41.199Z] Collecting chardet<3.1.0,>=3.0.2 [2021-08-20T18:05:41.199Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-08-20T18:05:41.199Z] Collecting idna<2.8,>=2.5 [2021-08-20T18:05:41.199Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-08-20T18:05:41.199Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-08-20T18:05:41.199Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-08-20T18:05:41.199Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-08-20T18:05:41.199Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-08-20T18:05:41.468Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-08-20T18:05:41.468Z] Attempting uninstall: urllib3 [2021-08-20T18:05:41.468Z] Found existing installation: urllib3 1.26.2 [2021-08-20T18:05:41.468Z] Uninstalling urllib3-1.26.2: [2021-08-20T18:05:41.468Z] Successfully uninstalled urllib3-1.26.2 [2021-08-20T18:05:41.744Z] ---> Running in c4a0a4660c8c [2021-08-20T18:05:41.744Z] Attempting uninstall: idna [2021-08-20T18:05:41.744Z] Found existing installation: idna 3.1 [2021-08-20T18:05:41.744Z] Uninstalling idna-3.1: [2021-08-20T18:05:42.036Z] Successfully uninstalled idna-3.1 [2021-08-20T18:05:42.036Z] Removing intermediate container b89b60e18d53 [2021-08-20T18:05:42.036Z] ---> ffc9316dad8d [2021-08-20T18:05:42.036Z] Step 6/23 : COPY go.mod . [2021-08-20T18:05:42.036Z] Attempting uninstall: chardet [2021-08-20T18:05:42.036Z] Found existing installation: chardet 4.0.0 [2021-08-20T18:05:42.036Z] Uninstalling chardet-4.0.0: [2021-08-20T18:05:42.307Z] Successfully uninstalled chardet-4.0.0 [2021-08-20T18:05:42.307Z] ---> cc01c6bad609 [2021-08-20T18:05:42.307Z] Step 7/23 : RUN go mod download [2021-08-20T18:05:42.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-08-20T18:05:42.578Z] ---> Running in 31257def3e30 [2021-08-20T18:05:42.848Z] Attempting uninstall: requests [2021-08-20T18:05:42.848Z] Found existing installation: requests 2.25.1 [2021-08-20T18:05:42.848Z] Uninstalling requests-2.25.1: [2021-08-20T18:05:42.848Z] Successfully uninstalled requests-2.25.1 [2021-08-20T18:05:43.117Z] Running setup.py install for texttable: started [2021-08-20T18:05:44.088Z] Running setup.py install for texttable: finished with status 'done' [2021-08-20T18:05:44.088Z] Running setup.py install for PyYAML: started [2021-08-20T18:05:44.685Z] Removing intermediate container 31257def3e30 [2021-08-20T18:05:44.685Z] ---> f275967c2dcc [2021-08-20T18:05:44.685Z] Step 8/23 : COPY . . [2021-08-20T18:05:45.658Z] Running setup.py install for PyYAML: finished with status 'done' [2021-08-20T18:05:45.658Z] Running setup.py install for docopt: started [2021-08-20T18:05:47.091Z] Running setup.py install for docopt: finished with status 'done' [2021-08-20T18:05:47.091Z] Running setup.py install for dockerpty: started [2021-08-20T18:05:48.092Z] Running setup.py install for dockerpty: finished with status 'done' [2021-08-20T18:05:53.515Z] ---> f4b4805c3aec [2021-08-20T18:05:53.515Z] Step 9/23 : RUN go mod tidy [2021-08-20T18:05:53.515Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-08-20T18:05:53.515Z] ---> Running in b5cb816f6221 [2021-08-20T18:05:56.910Z] Removing intermediate container b5cb816f6221 [2021-08-20T18:05:56.910Z] ---> 29518cc0d72d [2021-08-20T18:05:56.910Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-08-20T18:05:56.910Z] ---> Running in ebe23dfe97f9 [2021-08-20T18:05:57.177Z] Removing intermediate container dec7e4a8beb5 [2021-08-20T18:05:57.177Z] ---> 053775ad2a14 [2021-08-20T18:05:57.177Z] Step 15/24 : ENV APP_PORT=58890 [2021-08-20T18:05:57.177Z] ---> Running in c70ba1760591 [2021-08-20T18:05:57.453Z] Removing intermediate container c70ba1760591 [2021-08-20T18:05:57.453Z] ---> 84f9e1ebc083 [2021-08-20T18:05:57.453Z] Step 16/24 : EXPOSE $APP_PORT [2021-08-20T18:05:57.453Z] ---> Running in 30c0299acba6 [2021-08-20T18:05:57.453Z] Removing intermediate container 30c0299acba6 [2021-08-20T18:05:57.736Z] ---> a3d0a6c0b7eb [2021-08-20T18:05:57.736Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-08-20T18:05:57.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-08-20T18:05:58.348Z] ---> 9096816a847e [2021-08-20T18:05:58.348Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-08-20T18:05:58.624Z] ---> fc9b8794539b [2021-08-20T18:05:58.624Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-08-20T18:05:58.904Z] ---> f16333a811f1 [2021-08-20T18:05:58.904Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-08-20T18:05:58.904Z] ---> Running in 369d123e202d [2021-08-20T18:05:59.184Z] Removing intermediate container 369d123e202d [2021-08-20T18:05:59.184Z] ---> e5e73bcb10ce [2021-08-20T18:05:59.184Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-20T18:05:59.468Z] ---> Running in eb2542c8be2e [2021-08-20T18:05:59.468Z] Removing intermediate container eb2542c8be2e [2021-08-20T18:05:59.468Z] ---> 6d99eadb46f2 [2021-08-20T18:05:59.468Z] Step 22/24 : LABEL arch=x86_64 [2021-08-20T18:05:59.468Z] ---> Running in af4495651665 [2021-08-20T18:05:59.746Z] Removing intermediate container af4495651665 [2021-08-20T18:05:59.746Z] ---> 36ff79b1f1d3 [2021-08-20T18:05:59.746Z] Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:05:59.746Z] ---> Running in eab1cc4ea194 [2021-08-20T18:06:00.021Z] Removing intermediate container eab1cc4ea194 [2021-08-20T18:06:00.021Z] ---> 6c01c27d6232 [2021-08-20T18:06:00.021Z] Step 24/24 : LABEL version=0.0.0 [2021-08-20T18:06:00.021Z] ---> Running in 3c29771ac4db [2021-08-20T18:06:00.021Z] Removing intermediate container 3c29771ac4db [2021-08-20T18:06:00.021Z] ---> 4482869bf92b [2021-08-20T18:06:00.021Z] [2021-08-20T18:06:00.302Z] Successfully built 4482869bf92b [2021-08-20T18:06:00.303Z] Successfully tagged sys-mgmt-agent:latest [2021-08-20T18:06:02.310Z]  Building sys-mgmt-agent ... done Removing intermediate container 76b5756147f2 [2021-08-20T18:06:02.310Z] ---> 39d3d8551536 [2021-08-20T18:06:02.310Z] [2021-08-20T18:06:02.310Z] Step 11/24 : FROM alpine:3.12 [2021-08-20T18:06:02.310Z] ---> 13621d1b12d4 [2021-08-20T18:06:02.310Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-20T18:06:02.310Z] ---> Using cache [2021-08-20T18:06:02.310Z] ---> 9c48979a2042 [2021-08-20T18:06:02.310Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-20T18:06:02.310Z] ---> Using cache [2021-08-20T18:06:02.310Z] ---> b5e631ee5616 [2021-08-20T18:06:02.310Z] Step 14/24 : ENV APP_PORT=59881 [2021-08-20T18:06:02.590Z] ---> Running in 0476bb02dbc4 [2021-08-20T18:06:02.590Z] Removing intermediate container 0476bb02dbc4 [2021-08-20T18:06:02.590Z] ---> a37f47dd5c3e [2021-08-20T18:06:02.590Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-20T18:06:02.590Z] ---> Running in 84779477ce62 [2021-08-20T18:06:02.868Z] Removing intermediate container 84779477ce62 [2021-08-20T18:06:02.868Z] ---> 4fde6d103a26 [2021-08-20T18:06:02.868Z] Step 16/24 : WORKDIR / [2021-08-20T18:06:02.868Z] ---> Running in 914dd6fafda9 [2021-08-20T18:06:03.147Z] Removing intermediate container 914dd6fafda9 [2021-08-20T18:06:03.147Z] ---> 8a023c6f172b [2021-08-20T18:06:03.147Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-20T18:06:03.431Z] ---> 6d1a482a3e0b [2021-08-20T18:06:03.431Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-08-20T18:06:04.404Z] ---> e8fdfd416351 [2021-08-20T18:06:04.404Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-08-20T18:06:04.404Z] ---> b46e9c31b625 [2021-08-20T18:06:04.404Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-08-20T18:06:04.404Z] ---> Running in 6972f91ca93f [2021-08-20T18:06:04.688Z] Removing intermediate container 6972f91ca93f [2021-08-20T18:06:04.688Z] ---> fda5ead9b5cf [2021-08-20T18:06:04.688Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-20T18:06:04.688Z] ---> Running in c6963200adfe [2021-08-20T18:06:04.957Z] Removing intermediate container c6963200adfe [2021-08-20T18:06:04.957Z] ---> 83c141dc6add [2021-08-20T18:06:04.957Z] Step 22/24 : LABEL arch=x86_64 [2021-08-20T18:06:04.957Z] ---> Running in cdb42fcf8c86 [2021-08-20T18:06:04.957Z] Removing intermediate container cdb42fcf8c86 [2021-08-20T18:06:04.957Z] ---> d9b048e3bad7 [2021-08-20T18:06:04.957Z] Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:06:05.227Z] ---> Running in 7fdb451796d7 [2021-08-20T18:06:05.227Z] Removing intermediate container 7fdb451796d7 [2021-08-20T18:06:05.227Z] ---> 5ec880439f30 [2021-08-20T18:06:05.227Z] Step 24/24 : LABEL version=0.0.0 [2021-08-20T18:06:05.227Z] ---> Running in 6b5c4d9eae2b [2021-08-20T18:06:05.497Z] Removing intermediate container 6b5c4d9eae2b [2021-08-20T18:06:05.497Z] ---> 216fafc56578 [2021-08-20T18:06:05.497Z] [2021-08-20T18:06:05.497Z] Successfully built 216fafc56578 [2021-08-20T18:06:05.497Z] Successfully tagged core-metadata:latest [2021-08-20T18:06:10.925Z]  Building core-metadata ... done Removing intermediate container c20a2765261e [2021-08-20T18:06:10.925Z] ---> c0689c71a5f5 [2021-08-20T18:06:10.925Z] [2021-08-20T18:06:10.925Z] Step 11/32 : FROM alpine:3.12 [2021-08-20T18:06:10.925Z] ---> 13621d1b12d4 [2021-08-20T18:06:10.925Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-08-20T18:06:10.925Z] ---> Running in 63cd0c32f1b5 [2021-08-20T18:06:10.925Z] Removing intermediate container 63cd0c32f1b5 [2021-08-20T18:06:10.925Z] ---> 450068535783 [2021-08-20T18:06:10.925Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-08-20T18:06:10.925Z] ---> Running in e2971d480374 [2021-08-20T18:06:11.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-20T18:06:11.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-20T18:06:11.481Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-08-20T18:06:11.481Z] (2/2) Installing su-exec (0.2-r1) [2021-08-20T18:06:11.481Z] Executing busybox-1.31.1-r20.trigger [2021-08-20T18:06:11.481Z] OK: 6 MiB in 16 packages [2021-08-20T18:06:12.093Z] Removing intermediate container e2971d480374 [2021-08-20T18:06:12.093Z] ---> f976e2ba6e76 [2021-08-20T18:06:12.093Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-08-20T18:06:12.093Z] ---> Running in f42d8bb576cd [2021-08-20T18:06:12.093Z] Removing intermediate container f42d8bb576cd [2021-08-20T18:06:12.093Z] ---> 9141971b879b [2021-08-20T18:06:12.093Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-08-20T18:06:12.093Z] ---> Running in 0be80f773977 [2021-08-20T18:06:12.375Z] Removing intermediate container 0be80f773977 [2021-08-20T18:06:12.375Z] ---> 7288a251a99d [2021-08-20T18:06:12.375Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-08-20T18:06:12.375Z] ---> Running in 4c37fd74f602 [2021-08-20T18:06:13.817Z] Removing intermediate container 4c37fd74f602 [2021-08-20T18:06:13.817Z] ---> 9f2386e99be4 [2021-08-20T18:06:13.817Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-08-20T18:06:13.817Z] ---> Running in f87b858e22e7 [2021-08-20T18:06:13.817Z] Removing intermediate container f87b858e22e7 [2021-08-20T18:06:13.817Z] ---> 2860c5ee2f3c [2021-08-20T18:06:13.817Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-08-20T18:06:14.088Z] ---> 06b9083f37cc [2021-08-20T18:06:14.088Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-08-20T18:06:14.088Z] ---> Running in 717e34a3d22f [2021-08-20T18:06:15.523Z] Removing intermediate container 717e34a3d22f [2021-08-20T18:06:15.523Z] ---> e442afd68461 [2021-08-20T18:06:15.523Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-20T18:06:16.531Z] ---> 4c5c533f5ebd [2021-08-20T18:06:16.531Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-08-20T18:06:16.531Z] Removing intermediate container c4a0a4660c8c [2021-08-20T18:06:16.531Z] ---> 326e12dcd6b2 [2021-08-20T18:06:16.531Z] [2021-08-20T18:06:16.531Z] Step 11/23 : FROM alpine:3.12 [2021-08-20T18:06:16.531Z] ---> 13621d1b12d4 [2021-08-20T18:06:16.531Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-08-20T18:06:16.531Z] ---> Using cache [2021-08-20T18:06:16.531Z] ---> 9c48979a2042 [2021-08-20T18:06:16.531Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-20T18:06:16.531Z] ---> Using cache [2021-08-20T18:06:16.531Z] ---> b5e631ee5616 [2021-08-20T18:06:16.531Z] Step 14/23 : ENV APP_PORT=59861 [2021-08-20T18:06:16.804Z] ---> Running in 83bddf91d039 [2021-08-20T18:06:16.804Z] ---> 98dd98613684 [2021-08-20T18:06:16.804Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-08-20T18:06:16.804Z] Removing intermediate container 83bddf91d039 [2021-08-20T18:06:16.804Z] ---> 7796fb777ac3 [2021-08-20T18:06:16.804Z] Step 15/23 : EXPOSE $APP_PORT [2021-08-20T18:06:16.804Z] ---> Running in b8323765ecf7 [2021-08-20T18:06:17.095Z] ---> a0aca92ac2e5 [2021-08-20T18:06:17.095Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-08-20T18:06:17.095Z] Removing intermediate container b8323765ecf7 [2021-08-20T18:06:17.095Z] ---> c08bad4f6fee [2021-08-20T18:06:17.095Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-20T18:06:17.382Z] ---> 6843041794f2 [2021-08-20T18:06:17.382Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-08-20T18:06:17.382Z] ---> a2805d1c3bc0 [2021-08-20T18:06:17.382Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-08-20T18:06:17.673Z] ---> bf65bd83d659 [2021-08-20T18:06:17.673Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-08-20T18:06:17.944Z] ---> Running in fa6d15636507 [2021-08-20T18:06:18.217Z] ---> f3f717034599 [2021-08-20T18:06:18.218Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-08-20T18:06:18.218Z] Removing intermediate container fa6d15636507 [2021-08-20T18:06:18.218Z] ---> 424462e4adbf [2021-08-20T18:06:18.218Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-08-20T18:06:18.488Z] ---> 8c99fc5c9fbe [2021-08-20T18:06:18.488Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-08-20T18:06:18.488Z] ---> af63d686d1f7 [2021-08-20T18:06:18.488Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-08-20T18:06:18.488Z] ---> Running in 06b833690ba5 [2021-08-20T18:06:18.759Z] ---> Running in 3259b4578d95 [2021-08-20T18:06:18.760Z] Removing intermediate container 06b833690ba5 [2021-08-20T18:06:18.760Z] ---> 30bb7f87a545 [2021-08-20T18:06:18.760Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-20T18:06:18.760Z] ---> Running in d33e5dbd06ac [2021-08-20T18:06:19.030Z] Removing intermediate container d33e5dbd06ac [2021-08-20T18:06:19.030Z] ---> eae24936f166 [2021-08-20T18:06:19.030Z] Step 21/23 : LABEL arch=x86_64 [2021-08-20T18:06:19.030Z] ---> Running in 4dc96281f5ff [2021-08-20T18:06:19.299Z] Removing intermediate container 4dc96281f5ff [2021-08-20T18:06:19.299Z] ---> 314b73cec024 [2021-08-20T18:06:19.299Z] Step 22/23 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:06:19.299Z] ---> Running in 4bb2c7d60cf7 [2021-08-20T18:06:19.566Z] Removing intermediate container 4bb2c7d60cf7 [2021-08-20T18:06:19.566Z] ---> ebf828afd6a1 [2021-08-20T18:06:19.566Z] Step 23/23 : LABEL version=0.0.0 [2021-08-20T18:06:19.566Z] ---> Running in 46700d13c48a [2021-08-20T18:06:19.566Z] Removing intermediate container 3259b4578d95 [2021-08-20T18:06:19.566Z] ---> 27d41b78c1b8 [2021-08-20T18:06:19.566Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-08-20T18:06:19.837Z] ---> Running in 71587e749782 [2021-08-20T18:06:19.837Z] Removing intermediate container 46700d13c48a [2021-08-20T18:06:19.837Z] ---> 984ce9872775 [2021-08-20T18:06:19.837Z] [2021-08-20T18:06:20.105Z] Successfully built 984ce9872775 [2021-08-20T18:06:20.105Z] Successfully tagged support-scheduler:latest [2021-08-20T18:06:20.105Z]  Building support-scheduler ... done Removing intermediate container 71587e749782 [2021-08-20T18:06:20.105Z] ---> 0bae16f0cec9 [2021-08-20T18:06:20.105Z] Step 29/32 : CMD ["gate"] [2021-08-20T18:06:20.379Z] ---> Running in fcda74d9039a [2021-08-20T18:06:20.653Z] Removing intermediate container ebe23dfe97f9 [2021-08-20T18:06:20.653Z] ---> cb52eef8b07f [2021-08-20T18:06:20.653Z] [2021-08-20T18:06:20.653Z] Step 11/23 : FROM alpine:3.12 [2021-08-20T18:06:20.653Z] ---> 13621d1b12d4 [2021-08-20T18:06:20.653Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-08-20T18:06:20.653Z] ---> Running in b9c8241c8156 [2021-08-20T18:06:20.653Z] Removing intermediate container fcda74d9039a [2021-08-20T18:06:20.653Z] ---> 84e4f1730e50 [2021-08-20T18:06:20.653Z] Step 30/32 : LABEL arch=x86_64 [2021-08-20T18:06:20.653Z] ---> Running in d7f2f13f2de2 [2021-08-20T18:06:20.922Z] Removing intermediate container d7f2f13f2de2 [2021-08-20T18:06:20.922Z] ---> ca75034d60cc [2021-08-20T18:06:20.922Z] Step 31/32 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:06:20.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-08-20T18:06:20.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-08-20T18:06:20.922Z] ---> Running in 0bd3fa702b37 [2021-08-20T18:06:20.922Z] (1/2) Installing ca-certificates (20191127-r4) [2021-08-20T18:06:21.198Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-08-20T18:06:21.198Z] Executing busybox-1.31.1-r20.trigger [2021-08-20T18:06:21.198Z] Executing ca-certificates-20191127-r4.trigger [2021-08-20T18:06:21.198Z] OK: 6 MiB in 16 packages [2021-08-20T18:06:21.198Z] Removing intermediate container 0bd3fa702b37 [2021-08-20T18:06:21.198Z] ---> fe4cb86ddd6f [2021-08-20T18:06:21.198Z] Step 32/32 : LABEL version=0.0.0 [2021-08-20T18:06:21.198Z] ---> Running in 2870def31230 [2021-08-20T18:06:21.474Z] Removing intermediate container 2870def31230 [2021-08-20T18:06:21.474Z] ---> 905cc33139c6 [2021-08-20T18:06:21.474Z] [2021-08-20T18:06:21.474Z] Successfully built 905cc33139c6 [2021-08-20T18:06:21.474Z] Successfully tagged security-bootstrapper:latest [2021-08-20T18:06:21.474Z]  Building security-bootstrapper ... done Removing intermediate container b9c8241c8156 [2021-08-20T18:06:21.474Z] ---> 1e7d3268ac5d [2021-08-20T18:06:21.474Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-20T18:06:21.474Z] ---> Running in ce6d6204864d [2021-08-20T18:06:21.746Z] Removing intermediate container ce6d6204864d [2021-08-20T18:06:21.746Z] ---> bb7621238b02 [2021-08-20T18:06:21.746Z] Step 14/23 : ENV APP_PORT=59860 [2021-08-20T18:06:21.746Z] ---> Running in dd21c8bcc732 [2021-08-20T18:06:21.746Z] Removing intermediate container dd21c8bcc732 [2021-08-20T18:06:21.746Z] ---> a87d3a7a6fa2 [2021-08-20T18:06:21.746Z] Step 15/23 : EXPOSE $APP_PORT [2021-08-20T18:06:21.746Z] ---> Running in eefbeacb2a68 [2021-08-20T18:06:21.746Z] Removing intermediate container eefbeacb2a68 [2021-08-20T18:06:21.746Z] ---> f584829aeef6 [2021-08-20T18:06:21.746Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-20T18:06:22.014Z] ---> a1b1a5cec05d [2021-08-20T18:06:22.014Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-08-20T18:06:22.602Z] ---> bb7e91119fa1 [2021-08-20T18:06:22.602Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-08-20T18:06:22.602Z] ---> ac65ab23c8ad [2021-08-20T18:06:22.602Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-08-20T18:06:22.602Z] ---> Running in 23c27d2bb4e4 [2021-08-20T18:06:22.878Z] Removing intermediate container 23c27d2bb4e4 [2021-08-20T18:06:22.878Z] ---> 6f0df69fb0b0 [2021-08-20T18:06:22.878Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-20T18:06:22.878Z] ---> Running in a0a333cdd25d [2021-08-20T18:06:22.878Z] Removing intermediate container a0a333cdd25d [2021-08-20T18:06:22.878Z] ---> 117838ce4973 [2021-08-20T18:06:22.878Z] Step 21/23 : LABEL arch=x86_64 [2021-08-20T18:06:22.878Z] ---> Running in db06e94298e6 [2021-08-20T18:06:22.878Z] Removing intermediate container db06e94298e6 [2021-08-20T18:06:22.878Z] ---> 5cbf45b717c7 [2021-08-20T18:06:22.878Z] Step 22/23 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:06:23.150Z] ---> Running in 50370127aa47 [2021-08-20T18:06:23.150Z] Removing intermediate container 50370127aa47 [2021-08-20T18:06:23.150Z] ---> 53369a10e361 [2021-08-20T18:06:23.150Z] Step 23/23 : LABEL version=0.0.0 [2021-08-20T18:06:23.150Z] ---> Running in ed5847d594b2 [2021-08-20T18:06:23.150Z] Removing intermediate container ed5847d594b2 [2021-08-20T18:06:23.150Z] ---> eaaf6b2e0957 [2021-08-20T18:06:23.150Z] [2021-08-20T18:06:23.418Z] Successfully built eaaf6b2e0957 [2021-08-20T18:06:23.418Z] Successfully tagged support-notifications:latest [2021-08-20T18:06:23.431Z]  Building support-notifications ... done  [Pipeline] } [2021-08-20T18:06:23.438Z] $ docker stop --time=1 d8fa4a91a15cf746195a43f82defdfa21aaf3df5850f4cdd53fc64b12acbe0ab [2021-08-20T18:06:24.742Z] $ docker rm -f d8fa4a91a15cf746195a43f82defdfa21aaf3df5850f4cdd53fc64b12acbe0ab [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-20T18:06:25.175Z] + docker images [2021-08-20T18:06:25.175Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-08-20T18:06:25.175Z] support-notifications latest eaaf6b2e0957 1 second ago 16.8MB [2021-08-20T18:06:25.175Z] security-bootstrapper latest 905cc33139c6 3 seconds ago 18.8MB [2021-08-20T18:06:25.175Z] cb52eef8b07f 4 seconds ago 1.75GB [2021-08-20T18:06:25.175Z] support-scheduler latest 984ce9872775 5 seconds ago 16.1MB [2021-08-20T18:06:25.175Z] 326e12dcd6b2 8 seconds ago 1.75GB [2021-08-20T18:06:25.175Z] c0689c71a5f5 15 seconds ago 1.75GB [2021-08-20T18:06:25.175Z] core-metadata latest 216fafc56578 19 seconds ago 16.7MB [2021-08-20T18:06:25.175Z] 39d3d8551536 23 seconds ago 1.75GB [2021-08-20T18:06:25.175Z] sys-mgmt-agent latest 4482869bf92b 25 seconds ago 325MB [2021-08-20T18:06:25.175Z] core-data latest 5edb9b1c1128 48 seconds ago 20.4MB [2021-08-20T18:06:25.175Z] security-proxy-setup latest 74e37c801681 About a minute ago 25.9MB [2021-08-20T18:06:25.175Z] security-secretstore-setup latest 41f8548e9c9c About a minute ago 28.1MB [2021-08-20T18:06:25.175Z] core-command latest 7f74d6477c89 About a minute ago 16MB [2021-08-20T18:06:25.175Z] c57bb5e383b1 About a minute ago 1.76GB [2021-08-20T18:06:25.175Z] 906b5b7675f7 About a minute ago 1.76GB [2021-08-20T18:06:25.175Z] d7ced7d1bac5 About a minute ago 1.75GB [2021-08-20T18:06:25.175Z] 59fedc7248e3 About a minute ago 1.76GB [2021-08-20T18:06:25.175Z] 1ab60701cb95 About a minute ago 1.75GB [2021-08-20T18:06:25.175Z] ci-base-image-x86_64 latest 2a610a662ca4 5 minutes ago 1.25GB [2021-08-20T18:06:25.175Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest 49cee7a5bbb7 2 days ago 37.5MB [2021-08-20T18:06:25.175Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 031687cdd783 2 weeks ago 547MB [2021-08-20T18:06:25.175Z] docker 20.10.7 08bdaf2f88f9 2 months ago 246MB [2021-08-20T18:06:25.175Z] alpine 3.12 13621d1b12d4 4 months ago 5.58MB [2021-08-20T18:06:25.175Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 13 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-08-20T18:06:27.643Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-08-20T18:06:29.093Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-08-20T18:06:30.541Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-08-20T18:06:31.535Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-08-20T18:06:40.736Z] Still waiting to schedule task [2021-08-20T18:06:40.737Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-08-20T18:06:43.990Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-08-20T18:06:43.990Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-08-20T18:06:43.990Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-08-20T18:06:43.990Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-08-20T18:06:43.990Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-08-20T18:06:43.990Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-08-20T18:06:44.978Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-08-20T18:06:44.978Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-08-20T18:06:44.978Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-08-20T18:06:44.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-08-20T18:06:57.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.181s coverage: 28.7% of statements [2021-08-20T18:06:57.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-08-20T18:06:57.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-08-20T18:06:59.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.425s coverage: 100.0% of statements [2021-08-20T18:06:59.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-08-20T18:07:00.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.411s coverage: 46.3% of statements [2021-08-20T18:07:00.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-08-20T18:07:00.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-08-20T18:07:02.418Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.630s coverage: 90.1% of statements [2021-08-20T18:07:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-08-20T18:07:02.418Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-08-20T18:07:03.864Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.239s coverage: 81.2% of statements [2021-08-20T18:07:03.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-08-20T18:07:03.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-08-20T18:07:03.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-08-20T18:07:03.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-08-20T18:07:03.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-08-20T18:07:10.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.469s coverage: 94.2% of statements [2021-08-20T18:07:10.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-08-20T18:07:10.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-08-20T18:07:10.600Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.185s coverage: 59.1% of statements [2021-08-20T18:07:10.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-08-20T18:07:10.600Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-08-20T18:07:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-08-20T18:07:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-08-20T18:07:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-08-20T18:07:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.221s coverage: 60.0% of statements [2021-08-20T18:07:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-08-20T18:07:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-08-20T18:07:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-08-20T18:07:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.353s coverage: 0.8% of statements [2021-08-20T18:07:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-08-20T18:07:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.169s coverage: 58.8% of statements [2021-08-20T18:07:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.182s coverage: 21.7% of statements [2021-08-20T18:07:10.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-08-20T18:07:10.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.203s coverage: 47.1% of statements [2021-08-20T18:07:11.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.237s coverage: 79.5% of statements [2021-08-20T18:07:11.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.163s coverage: 94.1% of statements [2021-08-20T18:07:12.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.230s coverage: 96.3% of statements [2021-08-20T18:07:12.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.196s coverage: 87.5% of statements [2021-08-20T18:07:25.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.239s coverage: 94.4% of statements [2021-08-20T18:07:25.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.173s coverage: 44.8% of statements [2021-08-20T18:07:31.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.628s coverage: 81.8% of statements [2021-08-20T18:07:31.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-08-20T18:07:38.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.274s coverage: 92.9% of statements [2021-08-20T18:07:38.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-08-20T18:07:38.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-08-20T18:07:38.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-08-20T18:07:38.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-08-20T18:07:38.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-08-20T18:07:38.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-08-20T18:07:38.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-08-20T18:07:38.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-08-20T18:07:38.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-08-20T18:07:38.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.175s coverage: 87.2% of statements [2021-08-20T18:07:38.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-08-20T18:07:38.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-08-20T18:07:38.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.162s coverage: 100.0% of statements [2021-08-20T18:07:38.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-08-20T18:07:38.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.184s coverage: 58.8% of statements [2021-08-20T18:07:38.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-08-20T18:07:38.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.189s coverage: 80.0% of statements [2021-08-20T18:07:38.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.242s coverage: 87.2% of statements [2021-08-20T18:07:38.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.266s coverage: 85.4% of statements [2021-08-20T18:07:38.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.296s coverage: 91.2% of statements [2021-08-20T18:07:38.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-08-20T18:07:38.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.725s coverage: 64.4% of statements [2021-08-20T18:07:38.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-08-20T18:07:38.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-08-20T18:07:38.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.154s coverage: 100.0% of statements [2021-08-20T18:07:38.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-08-20T18:07:38.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.077s coverage: 100.0% of statements [2021-08-20T18:07:39.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-08-20T18:07:40.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-08-20T18:07:43.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.936s coverage: 66.9% of statements [2021-08-20T18:07:43.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-08-20T18:07:43.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-08-20T18:07:43.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-08-20T18:07:46.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.705s coverage: 43.6% of statements [2021-08-20T18:07:46.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-08-20T18:07:46.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-08-20T18:07:46.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.215s coverage: 89.5% of statements [2021-08-20T18:07:46.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-08-20T18:07:46.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.222s coverage: 84.8% of statements [2021-08-20T18:07:46.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-08-20T18:07:54.664Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.229s coverage: 19.5% of statements [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-08-20T18:07:54.664Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.550s coverage: 92.0% of statements [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-08-20T18:07:54.664Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.243s coverage: 62.7% of statements [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-08-20T18:07:54.664Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.365s coverage: 97.7% of statements [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-08-20T18:07:54.664Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.190s coverage: 28.9% of statements [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-08-20T18:07:54.664Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-08-20T18:07:54.664Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.230s coverage: 100.0% of statements [2021-08-20T18:07:54.664Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 95.4% of statements [2021-08-20T18:07:55.259Z] GO111MODULE=on go vet ./... [2021-08-20T18:09:17.075Z] gofmt -l . [2021-08-20T18:09:17.075Z] [ "`gofmt -l .`" = "" ] [2021-08-20T18:09:17.075Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-08-20T18:09:17.744Z] + ls -al . [2021-08-20T18:09:17.744Z] total 636 [2021-08-20T18:09:17.744Z] drwxrwxr-x 9 1001 1001 4096 Aug 20 18:09 . [2021-08-20T18:09:17.744Z] drwxr-xr-x 4 root root 4096 Aug 20 18:05 .. [2021-08-20T18:09:17.744Z] -rw-rw-r-- 1 1001 1001 11 Aug 20 18:02 .dockerignore [2021-08-20T18:09:17.744Z] drwxrwxr-x 8 1001 1001 4096 Aug 20 18:02 .git [2021-08-20T18:09:17.744Z] drwxrwxr-x 3 1001 1001 4096 Aug 20 18:02 .github [2021-08-20T18:09:17.744Z] -rw-rw-r-- 1 1001 1001 818 Aug 20 18:02 .gitignore [2021-08-20T18:09:17.744Z] -rw-rw-r-- 1 1001 1001 76 Aug 20 18:02 .hadolint.yml [2021-08-20T18:09:17.744Z] -rw-rw-r-- 1 1001 1001 166 Aug 20 18:02 .sonarcloud.properties [2021-08-20T18:09:17.744Z] -rw-rw-r-- 1 1001 1001 1171 Aug 20 18:02 ADOPTERS.md [2021-08-20T18:09:17.744Z] -rw-rw-r-- 1 1001 1001 8609 Aug 20 18:02 Attribution.txt [2021-08-20T18:09:17.744Z] -rw-rw-r-- 1 1001 1001 43881 Aug 20 18:02 CHANGELOG.md [2021-08-20T18:09:17.744Z] -rw-rw-r-- 1 1001 1001 3804 Aug 20 18:02 CONTRIBUTING.md [2021-08-20T18:09:17.744Z] -rw-rw-r-- 1 1001 1001 677 Aug 20 18:02 GOVERNANCE.md [2021-08-20T18:09:17.745Z] -rw-rw-r-- 1 1001 1001 849 Aug 20 18:02 Jenkinsfile [2021-08-20T18:09:17.745Z] -rw-rw-r-- 1 1001 1001 10775 Aug 20 18:02 LICENSE [2021-08-20T18:09:17.745Z] -rw-rw-r-- 1 1001 1001 5915 Aug 20 18:02 Makefile [2021-08-20T18:09:17.745Z] -rw-rw-r-- 1 1001 1001 582 Aug 20 18:02 OWNERS.md [2021-08-20T18:09:17.745Z] -rw-rw-r-- 1 1001 1001 8643 Aug 20 18:02 README.md [2021-08-20T18:09:17.745Z] -rw-rw-r-- 1 1001 1001 6912 Aug 20 18:02 SECURITY.md [2021-08-20T18:09:17.745Z] -rw-rw-r-- 1 1001 1001 5 Aug 20 18:00 VERSION [2021-08-20T18:09:17.745Z] -rw-rw-r-- 1 1001 1001 4131 Aug 20 18:02 ZMQWindows.md [2021-08-20T18:09:17.745Z] drwxrwxr-x 2 1001 1001 4096 Aug 20 18:02 bin [2021-08-20T18:09:17.745Z] drwxrwxr-x 14 1001 1001 4096 Aug 20 18:02 cmd [2021-08-20T18:09:17.745Z] -rw-r--r-- 1 root root 404331 Aug 20 18:07 coverage.out [2021-08-20T18:09:17.745Z] -rw-rw-r-- 1 1001 1001 813 Aug 20 18:02 go.mod [2021-08-20T18:09:17.745Z] -rw-r--r-- 1 root root 50064 Aug 20 18:05 go.sum [2021-08-20T18:09:17.745Z] drwxrwxr-x 8 1001 1001 4096 Aug 20 18:02 internal [2021-08-20T18:09:17.745Z] drwxrwxr-x 3 1001 1001 4096 Aug 20 18:02 openapi [2021-08-20T18:09:17.745Z] drwxrwxr-x 4 1001 1001 4096 Aug 20 18:02 snap [2021-08-20T18:09:17.745Z] -rw-rw-r-- 1 1001 1001 204 Aug 20 18:02 version.go [Pipeline] sh [2021-08-20T18:09:18.420Z] + '[' -e coverage.out ] [2021-08-20T18:09:18.420Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-08-20T18:09:18.461Z] Warning: overwriting stash ‘coverage-report’ [2021-08-20T18:09:19.262Z] Stashed 1 file(s) [Pipeline] sh [2021-08-20T18:09:19.916Z] + make build [2021-08-20T18:09:19.916Z] go mod tidy [2021-08-20T18:09:20.524Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-08-20T18:09:27.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-08-20T18:09:49.440Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-08-20T18:09:50.870Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-08-20T18:09:54.267Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-08-20T18:09:55.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-08-20T18:09:58.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-08-20T18:10:02.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-08-20T18:10:04.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-08-20T18:10:09.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-08-20T18:10:11.645Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-08-20T18:10:15.065Z] 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-08-20T18:10:20.522Z] $ docker stop --time=1 207e89dd5cc6c253da3dfe8f050b2485223915ecddb95e6988c10be511b7a3e1 [2021-08-20T18:10:20.712Z] Running on prd-ubuntu18.04-docker-8c-8g-405 in /w/workspace/edgexfoundry_edgex-go_PR-3671 [2021-08-20T18:10:23.264Z] $ docker rm -f 207e89dd5cc6c253da3dfe8f050b2485223915ecddb95e6988c10be511b7a3e1 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-08-20T18:10:24.404Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-20T18:10:24.788Z] The recommended git tool is: git [2021-08-20T18:10:24.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-20T18:10:25.246Z] [2021-08-20T18:10:25.246Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-08-20T18:10:25.683Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-20T18:10:25.960Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-08-20T18:10:25.960Z] 29e5d40040c1: Pulling fs layer [2021-08-20T18:10:25.960Z] 1ce36da41761: Pulling fs layer [2021-08-20T18:10:25.960Z] 25b303627fd3: Pulling fs layer [2021-08-20T18:10:26.231Z] 29e5d40040c1: Verifying Checksum [2021-08-20T18:10:26.231Z] 29e5d40040c1: Download complete [2021-08-20T18:10:26.839Z] 29e5d40040c1: Pull complete [2021-08-20T18:10:26.839Z] 1ce36da41761: Download complete [2021-08-20T18:10:27.461Z] using credential edgex-jenkins-ssh [2021-08-20T18:10:27.476Z] Cloning the remote Git repository [2021-08-20T18:10:27.503Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-08-20T18:10:27.572Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-08-20T18:10:27.606Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-20T18:10:27.607Z] > git --version # timeout=10 [2021-08-20T18:10:27.614Z] > git --version # 'git version 2.17.1' [2021-08-20T18:10:27.615Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-20T18:10:27.646Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-20T18:10:28.275Z] 1ce36da41761: Pull complete [2021-08-20T18:10:28.867Z] 25b303627fd3: Verifying Checksum [2021-08-20T18:10:28.867Z] 25b303627fd3: Download complete [2021-08-20T18:10:39.017Z] 25b303627fd3: Pull complete [2021-08-20T18:10:39.017Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-08-20T18:10:39.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-20T18:10:39.017Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-08-20T18:10:39.334Z] prd-ubuntu18.04-docker-arm64-4c-16g-403 does not seem to be running inside a container [2021-08-20T18:10:39.438Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-08-20T18:10:42.911Z] $ docker top 8d6153774c4e22035d7d19f59aad02abe4d0671fed9fe8439855e5991caaeff9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-20T18:10:43.918Z] + grep parallel [2021-08-20T18:10:43.919Z] + docker-compose build --help [2021-08-20T18:10:44.634Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-20T18:10:44.644Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-08-20T18:10:45.270Z] Merging remotes/origin/main commit 1f6b99b9bdf21fcf8be2fd8bdc86928884f825e3 into PR head commit 8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:10:45.390Z] Merge succeeded, producing 8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:10:45.390Z] Checking out Revision 8fa67b5464d781e97ad3bb56324fc859cbe71084 (PR-3671) [2021-08-20T18:10:44.657Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-08-20T18:10:44.670Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-08-20T18:10:44.671Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-20T18:10:44.676Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3671/head:refs/remotes/origin/PR-3671 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-08-20T18:10:45.282Z] > git config core.sparsecheckout # timeout=10 [2021-08-20T18:10:45.288Z] > git checkout -f 8fa67b5464d781e97ad3bb56324fc859cbe71084 # timeout=10 [2021-08-20T18:10:45.356Z] > git remote # timeout=10 [2021-08-20T18:10:45.364Z] > git config --get remote.origin.url # timeout=10 [2021-08-20T18:10:45.369Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-08-20T18:10:45.373Z] > git merge 1f6b99b9bdf21fcf8be2fd8bdc86928884f825e3 # timeout=10 [2021-08-20T18:10:45.384Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-08-20T18:10:45.394Z] > git config core.sparsecheckout # timeout=10 [2021-08-20T18:10:45.399Z] > git checkout -f 8fa67b5464d781e97ad3bb56324fc859cbe71084 # timeout=10 [2021-08-20T18:10:48.342Z] --parallel Build images in parallel. [Pipeline] } [2021-08-20T18:10:48.357Z] $ docker stop --time=1 8d6153774c4e22035d7d19f59aad02abe4d0671fed9fe8439855e5991caaeff9 [2021-08-20T18:10:49.183Z] Commit message: "fix(security): use localhost for kuiper config" [2021-08-20T18:10:50.283Z] $ docker rm -f 8d6153774c4e22035d7d19f59aad02abe4d0671fed9fe8439855e5991caaeff9 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-20T18:10:51.079Z] + echo snap-build.sh [2021-08-20T18:10:51.079Z] snap-build.sh [2021-08-20T18:10:51.079Z] + SNAP_BASE_DIR=. [2021-08-20T18:10:51.079Z] + '[' '!' -z /w/workspace/edgex-go/10 ']' [2021-08-20T18:10:51.079Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/10 [2021-08-20T18:10:51.079Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' [2021-08-20T18:10:51.079Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/10] [2021-08-20T18:10:51.079Z] + cd /w/workspace/edgex-go/10 [2021-08-20T18:10:51.079Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-08-20T18:10:51.079Z] Reading package lists... [2021-08-20T18:10:51.079Z] Building dependency tree... [2021-08-20T18:10:51.079Z] Reading state information... [2021-08-20T18:10:51.079Z] The following packages were automatically installed and are no longer required: [2021-08-20T18:10:51.079Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-08-20T18:10:51.079Z] uidmap xdelta3 [2021-08-20T18:10:51.079Z] Use 'sudo apt autoremove' to remove them. [2021-08-20T18:10:51.079Z] The following packages will be REMOVED: [2021-08-20T18:10:51.079Z] lxd* lxd-client* [2021-08-20T18:10:51.079Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-08-20T18:10:51.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-08-20T18:10:51.150Z] . [Pipeline] withDockerContainer [2021-08-20T18:10:51.350Z] After this operation, 31.7 MB disk space will be freed. [2021-08-20T18:10:51.429Z] prd-ubuntu18.04-docker-arm64-4c-16g-403 does not seem to be running inside a container [2021-08-20T18:10:51.503Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-08-20T18:10:51.885Z] (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 ... 190624 files and directories currently installed.) [2021-08-20T18:10:51.885Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-08-20T18:10:52.855Z] Removing lxd dnsmasq configuration [2021-08-20T18:10:52.856Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-08-20T18:10:52.856Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-08-20T18:10:53.021Z] $ docker top b7d89875be2d5d5c905c4bb930ec0c41f166fa80972dcd29cabad9a5a0841c7d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-20T18:10:53.817Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-08-20T18:10:53.818Z] (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 ... 190449 files and directories currently installed.) [2021-08-20T18:10:53.818Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-08-20T18:10:54.013Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-08-20T18:10:55.228Z] Processing triggers for systemd (237-3ubuntu10.51) ... [2021-08-20T18:10:55.232Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-08-20T18:10:55.816Z] + sudo snap remove --purge lxd [2021-08-20T18:10:55.817Z] snap "lxd" is not installed [2021-08-20T18:10:55.817Z] + sudo groupadd --force --system lxd [2021-08-20T18:10:55.817Z] ++ whoami [2021-08-20T18:10:55.817Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-08-20T18:10:56.082Z] + newgrp - lxd [2021-08-20T18:10:56.082Z] + sudo snap install lxd [2021-08-20T18:10:58.296Z] Building core-command ... [2021-08-20T18:10:58.296Z] Building core-data ... [2021-08-20T18:10:58.296Z] Building core-metadata ... [2021-08-20T18:10:58.296Z] Building security-bootstrapper ... [2021-08-20T18:10:58.296Z] Building security-proxy-setup ... [2021-08-20T18:10:58.296Z] Building security-secretstore-setup ... [2021-08-20T18:10:58.296Z] Building support-notifications ... [2021-08-20T18:10:58.296Z] Building support-scheduler ... [2021-08-20T18:10:58.296Z] Building sys-mgmt-agent ... [2021-08-20T18:10:58.296Z] Building security-secretstore-setup [2021-08-20T18:10:58.296Z] Building security-proxy-setup [2021-08-20T18:10:58.296Z] Building support-scheduler [2021-08-20T18:10:58.296Z] Building sys-mgmt-agent [2021-08-20T18:10:58.296Z] Building core-data [2021-08-20T18:11:04.293Z] 2021-08-20T18:11:01Z INFO Waiting for automatic snapd restart... [2021-08-20T18:11:14.370Z] lxd 4.17 from Canonical* installed [2021-08-20T18:11:14.370Z] + sudo lxd init --auto [2021-08-20T18:11:24.450Z] + sudo snap install --classic snapcraft [2021-08-20T18:11:34.524Z] snapcraft 5.0 from Canonical* installed [2021-08-20T18:11:34.524Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-08-20T18:11:34.524Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-08-20T18:11:34.524Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-08-20T18:11:34.524Z] Dload Upload Total Spent Left Speed [2021-08-20T18:11:34.524Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3645 0 --:--:-- --:--:-- --:--:-- 3645 [2021-08-20T18:11:34.524Z] 100 3325k 100 3325k 0 0 6250k 0 --:--:-- --:--:-- --:--:-- 6250k [2021-08-20T18:11:34.524Z] ./yq_linux_amd64 [2021-08-20T18:11:34.524Z] + sudo snapcraft prime --use-lxd [2021-08-20T18:11:36.468Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-08-20T18:11:36.468Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-08-20T18:11:36.468Z] - README.md [2021-08-20T18:11:36.468Z] [2021-08-20T18:11:36.468Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-08-20T18:11:36.734Z] Launching a container. [2021-08-20T18:11:44.949Z] Waiting for container to be ready [2021-08-20T18:11:44.949Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-08-20T18:11:44.949Z] [2021-08-20T18:11:48.292Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-08-20T18:11:48.557Z] Waiting for network to be ready... [2021-08-20T18:11:48.823Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-08-20T18:11:49.088Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1845 kB] [2021-08-20T18:11:49.088Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-08-20T18:11:49.088Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] [2021-08-20T18:11:49.088Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-08-20T18:11:49.088Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-08-20T18:11:49.088Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] [2021-08-20T18:11:49.088Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] [2021-08-20T18:11:49.088Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1136 kB] [2021-08-20T18:11:49.353Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [258 kB] [2021-08-20T18:11:49.618Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-08-20T18:11:49.618Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-08-20T18:11:49.884Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-08-20T18:11:49.884Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-08-20T18:11:49.884Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-08-20T18:11:49.884Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-08-20T18:11:49.884Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-08-20T18:11:49.884Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-08-20T18:11:50.463Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-08-20T18:11:50.463Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2191 kB] [2021-08-20T18:11:50.463Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] [2021-08-20T18:11:50.463Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-08-20T18:11:50.463Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-08-20T18:11:50.463Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] [2021-08-20T18:11:50.728Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] [2021-08-20T18:11:50.728Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1747 kB] [2021-08-20T18:11:50.728Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [374 kB] [2021-08-20T18:11:53.318Z] Fetched 25.1 MB in 4s (6067 kB/s) [2021-08-20T18:11:53.899Z] Reading package lists... [2021-08-20T18:11:54.173Z] Reading package lists... [2021-08-20T18:11:54.439Z] Building dependency tree... [2021-08-20T18:11:54.439Z] Reading state information... [2021-08-20T18:11:54.439Z] The following additional packages will be installed: [2021-08-20T18:11:54.439Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-08-20T18:11:54.439Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-08-20T18:11:54.439Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-08-20T18:11:54.439Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-08-20T18:11:54.439Z] Suggested packages: [2021-08-20T18:11:54.439Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-08-20T18:11:54.439Z] Recommended packages: [2021-08-20T18:11:54.439Z] gnupg libsasl2-modules [2021-08-20T18:11:54.439Z] The following NEW packages will be installed: [2021-08-20T18:11:54.439Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-08-20T18:11:54.439Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-08-20T18:11:54.439Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-08-20T18:11:54.439Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-08-20T18:11:54.439Z] The following packages will be upgraded: [2021-08-20T18:11:54.439Z] gpg gpg-agent gpgconf libudev1 [2021-08-20T18:11:54.439Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2021-08-20T18:11:54.439Z] Need to get 3527 kB of archives. [2021-08-20T18:11:54.439Z] After this operation, 13.3 MB of additional disk space will be used. [2021-08-20T18:11:54.439Z] 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-08-20T18:11:54.705Z] 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-08-20T18:11:54.705Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-08-20T18:11:54.705Z] 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-08-20T18:11:54.705Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.51 [56.2 kB] [2021-08-20T18:11:54.972Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.51 [1102 kB] [2021-08-20T18:11:55.556Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-08-20T18:11:55.556Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-08-20T18:11:55.556Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-08-20T18:11:55.556Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-08-20T18:11:55.556Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-08-20T18:11:55.556Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-08-20T18:11:55.556Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-08-20T18:11:55.556Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-08-20T18:11:55.556Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-08-20T18:11:55.556Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-08-20T18:11:55.556Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-08-20T18:11:55.556Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-08-20T18:11:55.556Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-08-20T18:11:55.556Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-08-20T18:11:55.556Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-08-20T18:11:55.556Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-08-20T18:11:55.825Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-20T18:11:55.825Z] Fetched 3527 kB in 1s (3158 kB/s) [2021-08-20T18:11:55.825Z] (Reading database ... 12511 files and directories currently installed.) [2021-08-20T18:11:55.825Z] Preparing to unpack .../libudev1_237-3ubuntu10.51_amd64.deb ... [2021-08-20T18:11:55.825Z] Unpacking libudev1:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-08-20T18:11:55.825Z] Setting up libudev1:amd64 (237-3ubuntu10.51) ... [2021-08-20T18:11:55.825Z] Selecting previously unselected package udev. [2021-08-20T18:11:55.825Z] (Reading database ... 12511 files and directories currently installed.) [2021-08-20T18:11:55.825Z] Preparing to unpack .../00-udev_237-3ubuntu10.51_amd64.deb ... [2021-08-20T18:11:56.092Z] Unpacking udev (237-3ubuntu10.51) ... [2021-08-20T18:11:56.092Z] Selecting previously unselected package libfuse2:amd64. [2021-08-20T18:11:56.092Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-08-20T18:11:56.092Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-08-20T18:11:56.092Z] Selecting previously unselected package fuse. [2021-08-20T18:11:56.092Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-08-20T18:11:56.092Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-08-20T18:11:56.359Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-20T18:11:56.359Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-20T18:11:56.359Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-20T18:11:56.359Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-20T18:11:56.359Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-20T18:11:56.359Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-20T18:11:56.627Z] Selecting previously unselected package libksba8:amd64. [2021-08-20T18:11:56.627Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-08-20T18:11:56.627Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-08-20T18:11:56.627Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-08-20T18:11:56.627Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-20T18:11:56.627Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:56.627Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-08-20T18:11:56.627Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-20T18:11:56.627Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:56.627Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-08-20T18:11:56.627Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-20T18:11:56.627Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:56.893Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-08-20T18:11:56.893Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-20T18:11:56.893Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:56.893Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-08-20T18:11:56.893Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-20T18:11:56.893Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:56.893Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-08-20T18:11:56.893Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-20T18:11:56.893Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:56.893Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-08-20T18:11:56.893Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-20T18:11:56.893Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:57.158Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-08-20T18:11:57.158Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-20T18:11:57.158Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:57.158Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-08-20T18:11:57.158Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-08-20T18:11:57.158Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:57.158Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-08-20T18:11:57.158Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-08-20T18:11:57.158Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-20T18:11:57.158Z] Selecting previously unselected package libsasl2-2:amd64. [2021-08-20T18:11:57.158Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-08-20T18:11:57.158Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-20T18:11:57.425Z] Selecting previously unselected package libldap-common. [2021-08-20T18:11:57.425Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-08-20T18:11:57.425Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-20T18:11:57.425Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-08-20T18:11:57.425Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-08-20T18:11:57.425Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-20T18:11:57.425Z] Selecting previously unselected package dirmngr. [2021-08-20T18:11:57.425Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-20T18:11:57.425Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-08-20T18:11:57.425Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-20T18:11:57.425Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-08-20T18:11:57.425Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-08-20T18:11:57.425Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-20T18:11:57.425Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-08-20T18:11:57.694Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-08-20T18:11:57.694Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:57.694Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-08-20T18:11:57.694Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-20T18:11:57.694Z] Setting up udev (237-3ubuntu10.51) ... [2021-08-20T18:11:57.962Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-08-20T18:11:57.962Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:57.962Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-08-20T18:11:57.962Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-08-20T18:11:58.229Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-08-20T18:11:58.229Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:58.229Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:58.229Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:58.229Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:58.229Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:58.229Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:58.229Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-08-20T18:11:58.229Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-08-20T18:11:58.229Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-08-20T18:11:58.229Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-20T18:11:58.811Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-08-20T18:11:58.811Z] settings in the [Install] section, and DefaultInstance for template units). [2021-08-20T18:11:58.811Z] This means they are not meant to be enabled using systemctl. [2021-08-20T18:11:58.811Z] Possible reasons for having this kind of units are: [2021-08-20T18:11:58.811Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-08-20T18:11:58.811Z] .wants/ or .requires/ directory. [2021-08-20T18:11:58.811Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-08-20T18:11:58.811Z] a requirement dependency on it. [2021-08-20T18:11:58.811Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-08-20T18:11:58.811Z] D-Bus, udev, scripted systemctl call, ...). [2021-08-20T18:11:58.811Z] 4) In case of template units, the unit is meant to be enabled with some [2021-08-20T18:11:58.811Z] instance name specified. [2021-08-20T18:11:59.078Z] Reading package lists... [2021-08-20T18:11:59.345Z] Building dependency tree... [2021-08-20T18:11:59.345Z] Reading state information... [2021-08-20T18:11:59.345Z] The following additional packages will be installed: [2021-08-20T18:11:59.345Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-08-20T18:11:59.345Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-08-20T18:11:59.345Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-08-20T18:11:59.345Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-08-20T18:11:59.345Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-08-20T18:11:59.345Z] Suggested packages: [2021-08-20T18:11:59.345Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-08-20T18:11:59.345Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-08-20T18:11:59.345Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-08-20T18:11:59.345Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-08-20T18:11:59.345Z] systemd-container policykit-1 [2021-08-20T18:11:59.345Z] Recommended packages: [2021-08-20T18:11:59.345Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-08-20T18:11:59.345Z] The following NEW packages will be installed: [2021-08-20T18:11:59.345Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-08-20T18:11:59.346Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-08-20T18:11:59.346Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-08-20T18:11:59.346Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-08-20T18:11:59.346Z] python3.6-minimal snapd squashfs-tools sudo [2021-08-20T18:11:59.346Z] The following packages will be upgraded: [2021-08-20T18:11:59.346Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-08-20T18:11:59.612Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2021-08-20T18:11:59.612Z] Need to get 36.7 MB of archives. [2021-08-20T18:11:59.612Z] After this operation, 147 MB of additional disk space will be used. [2021-08-20T18:11:59.612Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-08-20T18:11:59.612Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-08-20T18:11:59.612Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-08-20T18:11:59.612Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.51 [2913 kB] [2021-08-20T18:11:59.612Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-08-20T18:11:59.612Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-08-20T18:11:59.612Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-08-20T18:11:59.612Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-08-20T18:11:59.881Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-08-20T18:11:59.881Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-08-20T18:11:59.881Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-08-20T18:11:59.881Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-08-20T18:11:59.881Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-08-20T18:11:59.881Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-08-20T18:11:59.881Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] [2021-08-20T18:12:00.465Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.51 [207 kB] [2021-08-20T18:12:00.465Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2021-08-20T18:12:00.465Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2021-08-20T18:12:00.465Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.10 [1301 kB] [2021-08-20T18:12:00.731Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-08-20T18:12:00.731Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-08-20T18:12:00.731Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-08-20T18:12:00.731Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-08-20T18:12:00.731Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-08-20T18:12:00.731Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-08-20T18:12:00.731Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-08-20T18:12:00.731Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-08-20T18:12:00.731Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-08-20T18:12:00.731Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] [2021-08-20T18:12:00.997Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] [2021-08-20T18:12:01.956Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-20T18:12:01.956Z] Fetched 36.7 MB in 2s (14.8 MB/s) [2021-08-20T18:12:02.222Z] (Reading database ... 12757 files and directories currently installed.) [2021-08-20T18:12:02.222Z] Preparing to unpack .../systemd_237-3ubuntu10.51_amd64.deb ... [2021-08-20T18:12:02.222Z] Unpacking systemd (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-08-20T18:12:02.802Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.51_amd64.deb ... [2021-08-20T18:12:02.802Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-08-20T18:12:02.802Z] Setting up libsystemd0:amd64 (237-3ubuntu10.51) ... [2021-08-20T18:12:02.802Z] (Reading database ... 12757 files and directories currently installed.) [2021-08-20T18:12:02.802Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2021-08-20T18:12:02.802Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2021-08-20T18:12:03.068Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2021-08-20T18:12:03.068Z] (Reading database ... 12757 files and directories currently installed.) [2021-08-20T18:12:03.068Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2021-08-20T18:12:03.068Z] Unpacking apt (1.6.14) over (1.6.1) ... [2021-08-20T18:12:03.336Z] Setting up apt (1.6.14) ... [2021-08-20T18:12:03.336Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-08-20T18:12:03.925Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-08-20T18:12:03.925Z] (Reading database ... 12764 files and directories currently installed.) [2021-08-20T18:12:03.925Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.10_amd64.deb ... [2021-08-20T18:12:03.925Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.10) over (1.1.0g-2ubuntu4) ... [2021-08-20T18:12:03.925Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-08-20T18:12:03.925Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-20T18:12:03.925Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-20T18:12:04.192Z] Selecting previously unselected package libexpat1:amd64. [2021-08-20T18:12:04.192Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-08-20T18:12:04.192Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-08-20T18:12:04.192Z] Selecting previously unselected package python3.6-minimal. [2021-08-20T18:12:04.192Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-20T18:12:04.192Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-08-20T18:12:04.457Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.10) ... [2021-08-20T18:12:04.457Z] Checking for services that may need to be restarted...done. [2021-08-20T18:12:04.457Z] Checking for services that may need to be restarted...done. [2021-08-20T18:12:04.723Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-20T18:12:04.723Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-08-20T18:12:04.723Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-08-20T18:12:04.990Z] Selecting previously unselected package python3-minimal. [2021-08-20T18:12:04.990Z] (Reading database ... 13012 files and directories currently installed.) [2021-08-20T18:12:04.990Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-08-20T18:12:04.990Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-08-20T18:12:04.990Z] Selecting previously unselected package mime-support. [2021-08-20T18:12:04.990Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-08-20T18:12:04.990Z] Unpacking mime-support (3.60ubuntu1) ... [2021-08-20T18:12:05.255Z] Selecting previously unselected package libmpdec2:amd64. [2021-08-20T18:12:05.255Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-08-20T18:12:05.255Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-08-20T18:12:05.255Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-08-20T18:12:05.255Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-20T18:12:05.255Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-20T18:12:05.522Z] Selecting previously unselected package python3.6. [2021-08-20T18:12:05.522Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-08-20T18:12:05.522Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-20T18:12:05.522Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-08-20T18:12:05.522Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-08-20T18:12:05.522Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-08-20T18:12:05.522Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-08-20T18:12:05.791Z] Selecting previously unselected package python3. [2021-08-20T18:12:05.791Z] (Reading database ... 13442 files and directories currently installed.) [2021-08-20T18:12:05.791Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-08-20T18:12:05.791Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-08-20T18:12:05.791Z] Selecting previously unselected package multiarch-support. [2021-08-20T18:12:05.791Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-08-20T18:12:05.791Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-08-20T18:12:05.791Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-08-20T18:12:05.791Z] Selecting previously unselected package liblzo2-2:amd64. [2021-08-20T18:12:06.061Z] (Reading database ... 13479 files and directories currently installed.) [2021-08-20T18:12:06.061Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-08-20T18:12:06.061Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-08-20T18:12:06.061Z] Selecting previously unselected package libbsd0:amd64. [2021-08-20T18:12:06.061Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-08-20T18:12:06.061Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-08-20T18:12:06.061Z] Selecting previously unselected package sudo. [2021-08-20T18:12:06.061Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-08-20T18:12:06.061Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-08-20T18:12:06.303Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:12:06.303Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:12:06.303Z] ---> 891e09a80f2b [2021-08-20T18:12:06.303Z] Step 3/24 : WORKDIR /edgex-go [2021-08-20T18:12:06.303Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:12:06.303Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:12:06.303Z] ---> 891e09a80f2b [2021-08-20T18:12:06.303Z] Step 3/22 : WORKDIR /edgex-go [2021-08-20T18:12:06.303Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:12:06.303Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:12:06.303Z] ---> 891e09a80f2b [2021-08-20T18:12:06.303Z] Step 3/26 : WORKDIR /edgex-go [2021-08-20T18:12:06.303Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:12:06.303Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:12:06.303Z] ---> 891e09a80f2b [2021-08-20T18:12:06.303Z] Step 3/24 : WORKDIR /edgex-go [2021-08-20T18:12:06.303Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:12:06.303Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:12:06.303Z] ---> 891e09a80f2b [2021-08-20T18:12:06.303Z] Step 3/23 : WORKDIR /edgex-go [2021-08-20T18:12:06.329Z] Selecting previously unselected package apparmor. [2021-08-20T18:12:06.329Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-08-20T18:12:06.329Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-08-20T18:12:06.329Z] Selecting previously unselected package libedit2:amd64. [2021-08-20T18:12:06.329Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-08-20T18:12:06.329Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-08-20T18:12:06.329Z] Selecting previously unselected package libkrb5support0:amd64. [2021-08-20T18:12:06.329Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-08-20T18:12:06.329Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-08-20T18:12:06.596Z] Selecting previously unselected package libk5crypto3:amd64. [2021-08-20T18:12:06.596Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-08-20T18:12:06.596Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-08-20T18:12:06.596Z] Selecting previously unselected package libkeyutils1:amd64. [2021-08-20T18:12:06.596Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-08-20T18:12:06.596Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-08-20T18:12:06.596Z] Selecting previously unselected package libkrb5-3:amd64. [2021-08-20T18:12:06.596Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-08-20T18:12:06.597Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-08-20T18:12:06.597Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-08-20T18:12:06.597Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-08-20T18:12:06.597Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-08-20T18:12:06.865Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-08-20T18:12:06.865Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-08-20T18:12:06.865Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-08-20T18:12:06.865Z] Selecting previously unselected package openssh-client. [2021-08-20T18:12:06.865Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... [2021-08-20T18:12:06.865Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-08-20T18:12:07.133Z] Selecting previously unselected package squashfs-tools. [2021-08-20T18:12:07.133Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... [2021-08-20T18:12:07.133Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-08-20T18:12:07.133Z] Selecting previously unselected package snapd. [2021-08-20T18:12:07.133Z] Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... [2021-08-20T18:12:07.133Z] Unpacking snapd (2.49.2+18.04) ... [2021-08-20T18:12:07.736Z] ---> Running in 5ab0f9c923f7 [2021-08-20T18:12:07.737Z] ---> Running in 38e3746862e9 [2021-08-20T18:12:07.737Z] ---> Running in 9afeb21fbbce [2021-08-20T18:12:07.737Z] ---> Running in 271490e29782 [2021-08-20T18:12:07.737Z] ---> Running in 84c8ccf225b9 [2021-08-20T18:12:08.339Z] Removing intermediate container 271490e29782 [2021-08-20T18:12:08.339Z] ---> 6ac10a58e8cf [2021-08-20T18:12:08.339Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:12:08.613Z] ---> Running in 0d37921b26af [2021-08-20T18:12:08.613Z] Removing intermediate container 9afeb21fbbce [2021-08-20T18:12:08.613Z] ---> e8f862524cbc [2021-08-20T18:12:08.613Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:12:08.613Z] Removing intermediate container 84c8ccf225b9 [2021-08-20T18:12:08.613Z] ---> 71720d36571d [2021-08-20T18:12:08.613Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:12:08.613Z] Removing intermediate container 38e3746862e9 [2021-08-20T18:12:08.613Z] ---> 6c92be8c6121 [2021-08-20T18:12:08.613Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:12:08.613Z] Removing intermediate container 5ab0f9c923f7 [2021-08-20T18:12:08.613Z] ---> c06263ba6f75 [2021-08-20T18:12:08.613Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:12:08.891Z] ---> Running in dbc3fe6fdc40 [2021-08-20T18:12:08.891Z] ---> Running in bd22820f3c3f [2021-08-20T18:12:08.891Z] ---> Running in 8c3656301cdb [2021-08-20T18:12:08.891Z] ---> Running in 2399202b483f [2021-08-20T18:12:09.207Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-08-20T18:12:09.207Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-08-20T18:12:09.207Z] Setting up mime-support (3.60ubuntu1) ... [2021-08-20T18:12:09.207Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-08-20T18:12:09.207Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-08-20T18:12:09.207Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-08-20T18:12:09.207Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-20T18:12:09.207Z] Setting up systemd (237-3ubuntu10.51) ... [2021-08-20T18:12:09.207Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-08-20T18:12:09.812Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-08-20T18:12:09.812Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-08-20T18:12:09.812Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-08-20T18:12:09.812Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-20T18:12:10.080Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-08-20T18:12:10.080Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-08-20T18:12:10.664Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-08-20T18:12:10.664Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-08-20T18:12:10.664Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-08-20T18:12:10.664Z] Setting up python3 (3.6.7-1~18.04) ... [2021-08-20T18:12:10.664Z] running python rtupdate hooks for python3.6... [2021-08-20T18:12:10.664Z] running python post-rtupdate hooks for python3.6... [2021-08-20T18:12:10.664Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-08-20T18:12:11.253Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-08-20T18:12:11.837Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-08-20T18:12:12.318Z] Removing intermediate container 0d37921b26af [2021-08-20T18:12:12.318Z] ---> 0616dee1d5e7 [2021-08-20T18:12:12.318Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-08-20T18:12:12.318Z] ---> Running in ad8700e9cab4 [2021-08-20T18:12:12.448Z] Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-08-20T18:12:12.597Z] Removing intermediate container dbc3fe6fdc40 [2021-08-20T18:12:12.597Z] ---> b3031ce10d04 [2021-08-20T18:12:12.597Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-08-20T18:12:12.715Z] Setting up snapd (2.49.2+18.04) ... [2021-08-20T18:12:12.981Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-08-20T18:12:13.198Z] ---> Running in c1797986b438 [2021-08-20T18:12:13.198Z] Removing intermediate container 8c3656301cdb [2021-08-20T18:12:13.198Z] ---> 0cd4edd9c315 [2021-08-20T18:12:13.198Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-08-20T18:12:13.248Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-08-20T18:12:13.470Z] ---> Running in 8c5cf38f97e5 [2021-08-20T18:12:13.517Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-08-20T18:12:13.517Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-08-20T18:12:13.744Z] Removing intermediate container 2399202b483f [2021-08-20T18:12:13.744Z] ---> 0086b21a83ca [2021-08-20T18:12:13.744Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-08-20T18:12:13.744Z] Removing intermediate container bd22820f3c3f [2021-08-20T18:12:13.744Z] ---> fd5e5a624164 [2021-08-20T18:12:13.744Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-08-20T18:12:13.782Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-08-20T18:12:13.782Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-08-20T18:12:14.020Z] ---> Running in 31594ee36b80 [2021-08-20T18:12:14.020Z] ---> Running in d5142ad48f4d [2021-08-20T18:12:14.048Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-08-20T18:12:14.048Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-08-20T18:12:14.300Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-20T18:12:14.314Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-08-20T18:12:14.580Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-08-20T18:12:14.580Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-08-20T18:12:14.580Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-08-20T18:12:14.580Z] Processing triggers for systemd (237-3ubuntu10.51) ... [2021-08-20T18:12:15.289Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-20T18:12:15.535Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-08-20T18:12:15.535Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-08-20T18:12:15.535Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-08-20T18:12:15.560Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-20T18:12:15.560Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-20T18:12:15.835Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-20T18:12:16.107Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-20T18:12:16.107Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-20T18:12:16.388Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-20T18:12:16.388Z] OK: 218 MiB in 52 packages [2021-08-20T18:12:16.758Z] Reading package lists... [2021-08-20T18:12:16.758Z] Reading package lists... [2021-08-20T18:12:16.993Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-20T18:12:16.993Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-20T18:12:16.993Z] OK: 218 MiB in 52 packages [2021-08-20T18:12:17.023Z] Building dependency tree... [2021-08-20T18:12:17.023Z] Reading state information... [2021-08-20T18:12:17.287Z] Calculating upgrade... [2021-08-20T18:12:17.554Z] The following packages will be upgraded: [2021-08-20T18:12:17.554Z] advancecomp base-files bash binutils binutils-common [2021-08-20T18:12:17.554Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-08-20T18:12:17.554Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-08-20T18:12:17.554Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2021-08-20T18:12:17.554Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2021-08-20T18:12:17.554Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-08-20T18:12:17.554Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-08-20T18:12:17.554Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-08-20T18:12:17.554Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-08-20T18:12:17.554Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-08-20T18:12:17.554Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-08-20T18:12:17.554Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-08-20T18:12:17.554Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-08-20T18:12:17.554Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-08-20T18:12:17.554Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-08-20T18:12:17.554Z] ubuntu-keyring util-linux [2021-08-20T18:12:17.554Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-08-20T18:12:17.554Z] Need to get 64.2 MB of archives. [2021-08-20T18:12:17.554Z] After this operation, 5126 kB of additional disk space will be used. [2021-08-20T18:12:17.554Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-154.161 [988 kB] [2021-08-20T18:12:17.554Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-08-20T18:12:17.554Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-08-20T18:12:17.554Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-08-20T18:12:17.599Z] OK: 218 MiB in 52 packages [2021-08-20T18:12:17.820Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-08-20T18:12:17.820Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-08-20T18:12:17.820Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-08-20T18:12:17.820Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-08-20T18:12:17.820Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-08-20T18:12:17.820Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-08-20T18:12:17.821Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-08-20T18:12:17.821Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-08-20T18:12:17.821Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-08-20T18:12:17.821Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-08-20T18:12:17.821Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-08-20T18:12:17.821Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-08-20T18:12:17.821Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-08-20T18:12:17.821Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-08-20T18:12:17.821Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-08-20T18:12:17.821Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-08-20T18:12:17.821Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-08-20T18:12:17.821Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-08-20T18:12:17.821Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-08-20T18:12:17.821Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-08-20T18:12:17.821Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-08-20T18:12:17.821Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-08-20T18:12:17.821Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-08-20T18:12:17.821Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-08-20T18:12:17.821Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-08-20T18:12:17.821Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-08-20T18:12:17.821Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-08-20T18:12:17.874Z] OK: 218 MiB in 52 packages [2021-08-20T18:12:18.088Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-08-20T18:12:18.088Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-08-20T18:12:18.088Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-08-20T18:12:18.088Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-08-20T18:12:18.088Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-08-20T18:12:18.088Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-08-20T18:12:18.088Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-08-20T18:12:18.088Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-08-20T18:12:18.088Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-08-20T18:12:18.088Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-08-20T18:12:18.088Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-08-20T18:12:18.088Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-08-20T18:12:18.088Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-08-20T18:12:18.088Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-08-20T18:12:18.088Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-08-20T18:12:18.088Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-08-20T18:12:18.088Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-08-20T18:12:18.088Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-08-20T18:12:18.088Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-08-20T18:12:18.088Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-08-20T18:12:18.088Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-08-20T18:12:18.089Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-08-20T18:12:18.089Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-08-20T18:12:18.089Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-08-20T18:12:18.089Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-08-20T18:12:18.156Z] OK: 218 MiB in 52 packages [2021-08-20T18:12:18.156Z] Removing intermediate container ad8700e9cab4 [2021-08-20T18:12:18.156Z] ---> 84cf3e942e5d [2021-08-20T18:12:18.156Z] Step 6/24 : COPY go.mod . [2021-08-20T18:12:18.355Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-08-20T18:12:18.355Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-08-20T18:12:18.355Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-08-20T18:12:18.355Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-08-20T18:12:18.620Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-08-20T18:12:18.620Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-08-20T18:12:18.620Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-08-20T18:12:18.620Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-08-20T18:12:18.620Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-08-20T18:12:18.620Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-08-20T18:12:18.620Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-08-20T18:12:18.620Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-08-20T18:12:18.620Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-08-20T18:12:18.886Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-08-20T18:12:18.886Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-08-20T18:12:18.886Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2021-08-20T18:12:18.886Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-08-20T18:12:18.886Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-08-20T18:12:18.886Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-08-20T18:12:18.886Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-08-20T18:12:18.886Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-08-20T18:12:18.886Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-08-20T18:12:18.886Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-08-20T18:12:18.886Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-08-20T18:12:18.886Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-08-20T18:12:18.886Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-08-20T18:12:19.152Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2021-08-20T18:12:19.152Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] [2021-08-20T18:12:19.152Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2021-08-20T18:12:19.152Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.51 [13.9 kB] [2021-08-20T18:12:19.152Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] [2021-08-20T18:12:19.152Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-08-20T18:12:19.152Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-08-20T18:12:19.152Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-08-20T18:12:19.152Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-08-20T18:12:19.152Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-08-20T18:12:19.152Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-08-20T18:12:19.152Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-08-20T18:12:19.152Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-08-20T18:12:19.152Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.10 [614 kB] [2021-08-20T18:12:19.152Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-08-20T18:12:19.152Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-08-20T18:12:19.152Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-08-20T18:12:19.156Z] Removing intermediate container c1797986b438 [2021-08-20T18:12:19.156Z] ---> 1405d079efba [2021-08-20T18:12:19.156Z] Step 6/26 : COPY go.mod . [2021-08-20T18:12:19.156Z] Removing intermediate container 8c5cf38f97e5 [2021-08-20T18:12:19.156Z] ---> 71419b4dfbf1 [2021-08-20T18:12:19.156Z] Step 6/22 : COPY go.mod . [2021-08-20T18:12:19.418Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-08-20T18:12:19.418Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-08-20T18:12:19.418Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-08-20T18:12:19.418Z] Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-08-20T18:12:19.418Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-20T18:12:19.431Z] ---> cfc8bea7cc5d [2021-08-20T18:12:19.431Z] Step 7/24 : RUN go mod download [2021-08-20T18:12:19.683Z] Fetched 64.2 MB in 2s (32.9 MB/s) [2021-08-20T18:12:19.683Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-20T18:12:19.683Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-08-20T18:12:19.683Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-20T18:12:19.708Z] ---> Running in c10a61e19e36 [2021-08-20T18:12:19.708Z] Removing intermediate container 31594ee36b80 [2021-08-20T18:12:19.708Z] ---> e42df84abc10 [2021-08-20T18:12:19.708Z] Step 6/24 : COPY go.mod . [2021-08-20T18:12:19.950Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-08-20T18:12:19.950Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-20T18:12:19.950Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-154.161_amd64.deb ... [2021-08-20T18:12:19.985Z] Removing intermediate container d5142ad48f4d [2021-08-20T18:12:19.985Z] ---> 8d1384765f81 [2021-08-20T18:12:19.985Z] Step 6/23 : COPY go.mod . [2021-08-20T18:12:20.215Z] Unpacking linux-libc-dev:amd64 (4.15.0-154.161) over (4.15.0-20.21) ... [2021-08-20T18:12:20.262Z] ---> 5a13c36a4382 [2021-08-20T18:12:20.262Z] Step 7/22 : RUN go mod download [2021-08-20T18:12:20.481Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:20.482Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-20T18:12:20.482Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:20.482Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-20T18:12:20.482Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:20.482Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-20T18:12:20.542Z] ---> bce065cc35bd [2021-08-20T18:12:20.542Z] Step 7/26 : RUN go mod download [2021-08-20T18:12:20.542Z] ---> Running in 59fa18b5a45b [2021-08-20T18:12:20.747Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:20.747Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-20T18:12:20.747Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:20.747Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-20T18:12:20.747Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:20.747Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-20T18:12:20.747Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:20.747Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-20T18:12:20.820Z] ---> Running in 552ed6737fc2 [2021-08-20T18:12:20.820Z] ---> af1822ec7368 [2021-08-20T18:12:20.820Z] Step 7/24 : RUN go mod download [2021-08-20T18:12:21.014Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-20T18:12:21.014Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-20T18:12:21.014Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:21.014Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-08-20T18:12:21.014Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-08-20T18:12:21.014Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-20T18:12:21.014Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:21.014Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-20T18:12:21.279Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:21.279Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-20T18:12:21.279Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:21.279Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-08-20T18:12:21.279Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-20T18:12:21.420Z] ---> Running in a12a9ad949e4 [2021-08-20T18:12:21.420Z] ---> 2556dff0f07c [2021-08-20T18:12:21.420Z] Step 7/23 : RUN go mod download [2021-08-20T18:12:21.544Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-20T18:12:21.544Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-08-20T18:12:21.544Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-20T18:12:21.703Z] ---> Running in 7a4e786b3c18 [2021-08-20T18:12:22.131Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-08-20T18:12:22.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-08-20T18:12:22.132Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-08-20T18:12:22.132Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-08-20T18:12:22.132Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-08-20T18:12:22.132Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-08-20T18:12:22.403Z] Setting up base-files (10.1ubuntu2.10) ... [2021-08-20T18:12:22.403Z] Installing new version of config file /etc/issue ... [2021-08-20T18:12:22.403Z] Installing new version of config file /etc/issue.net ... [2021-08-20T18:12:22.403Z] Installing new version of config file /etc/lsb-release ... [2021-08-20T18:12:22.403Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-08-20T18:12:22.676Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-08-20T18:12:22.676Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-08-20T18:12:22.676Z] Removing obsolete conffile /etc/default/motd-news ... [2021-08-20T18:12:23.267Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:23.267Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-08-20T18:12:23.267Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-08-20T18:12:23.267Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-08-20T18:12:23.267Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-08-20T18:12:23.267Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:23.267Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-20T18:12:23.267Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-08-20T18:12:23.534Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-08-20T18:12:23.534Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:23.534Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-08-20T18:12:23.534Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-08-20T18:12:23.534Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-08-20T18:12:23.534Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:23.534Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-08-20T18:12:23.534Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-08-20T18:12:23.801Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-08-20T18:12:24.070Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:24.070Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-20T18:12:24.070Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-20T18:12:24.070Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-08-20T18:12:24.070Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:24.070Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-20T18:12:24.070Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-20T18:12:24.341Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-08-20T18:12:24.341Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:24.341Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-08-20T18:12:24.341Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-08-20T18:12:24.341Z] Setting up grep (3.1-2build1) ... [2021-08-20T18:12:24.341Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:24.341Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2021-08-20T18:12:24.341Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2021-08-20T18:12:24.608Z] Setting up gzip (1.6-5ubuntu1.1) ... [2021-08-20T18:12:24.608Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:24.608Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-08-20T18:12:24.608Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-08-20T18:12:24.608Z] Setting up login (1:4.5-1ubuntu2) ... [2021-08-20T18:12:24.608Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:24.608Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-20T18:12:24.608Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-20T18:12:24.874Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-08-20T18:12:24.874Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:24.874Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-08-20T18:12:24.874Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-20T18:12:25.127Z] Removing intermediate container c10a61e19e36 [2021-08-20T18:12:25.127Z] ---> 1313548922df [2021-08-20T18:12:25.127Z] Step 8/24 : COPY . . [2021-08-20T18:12:25.459Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-08-20T18:12:25.459Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-20T18:12:25.459Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-08-20T18:12:25.459Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-20T18:12:25.727Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-08-20T18:12:25.727Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:25.727Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-08-20T18:12:25.727Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-08-20T18:12:26.311Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-08-20T18:12:26.311Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-08-20T18:12:26.311Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-08-20T18:12:26.311Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-08-20T18:12:26.311Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-08-20T18:12:26.577Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:26.577Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-08-20T18:12:26.577Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-08-20T18:12:26.577Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-08-20T18:12:26.577Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:26.577Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-20T18:12:26.577Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-20T18:12:26.577Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-20T18:12:26.844Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:26.844Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-20T18:12:26.844Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-20T18:12:26.844Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-20T18:12:26.844Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:26.844Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-20T18:12:26.844Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-20T18:12:27.110Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-20T18:12:27.110Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:27.110Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-20T18:12:27.110Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-20T18:12:27.110Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-20T18:12:27.110Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:27.110Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-20T18:12:27.110Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-20T18:12:27.377Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-20T18:12:27.377Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-20T18:12:27.377Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-08-20T18:12:27.377Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:27.377Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-08-20T18:12:27.377Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-20T18:12:27.377Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-08-20T18:12:27.645Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:27.645Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-20T18:12:27.645Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-20T18:12:27.645Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-08-20T18:12:27.645Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:27.645Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-20T18:12:27.645Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-20T18:12:27.645Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-08-20T18:12:27.645Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:27.645Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-20T18:12:27.909Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-20T18:12:28.177Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-08-20T18:12:28.445Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-08-20T18:12:28.712Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-08-20T18:12:28.712Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:28.712Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-08-20T18:12:28.712Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-08-20T18:12:28.981Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-08-20T18:12:28.982Z] (Reading database ... 13915 files and directories currently installed.) [2021-08-20T18:12:28.982Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-08-20T18:12:28.982Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-08-20T18:12:29.252Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-08-20T18:12:29.252Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-20T18:12:29.252Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-08-20T18:12:29.252Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-08-20T18:12:29.252Z] Setting up debconf (1.5.66ubuntu1) ... [2021-08-20T18:12:29.523Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-20T18:12:29.523Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-08-20T18:12:29.523Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-08-20T18:12:29.523Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-08-20T18:12:29.793Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-20T18:12:29.793Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-08-20T18:12:29.793Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-08-20T18:12:29.793Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-08-20T18:12:29.793Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-20T18:12:29.793Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-08-20T18:12:29.793Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-20T18:12:29.793Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-20T18:12:30.059Z] (Reading database ... 13917 files and directories currently installed.) [2021-08-20T18:12:30.059Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-08-20T18:12:30.059Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-20T18:12:30.059Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-20T18:12:30.324Z] (Reading database ... 13919 files and directories currently installed.) [2021-08-20T18:12:30.324Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-08-20T18:12:30.324Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-20T18:12:30.324Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-20T18:12:30.576Z] Removing intermediate container 59fa18b5a45b [2021-08-20T18:12:30.576Z] ---> 07f46911f76d [2021-08-20T18:12:30.576Z] Step 8/22 : COPY . . [2021-08-20T18:12:30.576Z] Removing intermediate container a12a9ad949e4 [2021-08-20T18:12:30.576Z] ---> 939a82b94535 [2021-08-20T18:12:30.576Z] Step 8/24 : COPY . . [2021-08-20T18:12:30.576Z] Removing intermediate container 7a4e786b3c18 [2021-08-20T18:12:30.576Z] ---> 8c5755855ae5 [2021-08-20T18:12:30.576Z] Step 8/23 : COPY . . [2021-08-20T18:12:30.589Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:30.589Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-08-20T18:12:30.589Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-08-20T18:12:30.589Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.51_amd64.deb ... [2021-08-20T18:12:30.589Z] Unpacking systemd-sysv (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-08-20T18:12:30.589Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-20T18:12:30.589Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-20T18:12:30.589Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-08-20T18:12:30.847Z] Removing intermediate container 552ed6737fc2 [2021-08-20T18:12:30.847Z] ---> 1f22a40d6e3a [2021-08-20T18:12:30.847Z] Step 8/26 : COPY . . [2021-08-20T18:12:30.855Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:30.855Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-08-20T18:12:30.855Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-08-20T18:12:30.855Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-08-20T18:12:30.855Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:30.855Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-08-20T18:12:30.855Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-08-20T18:12:31.120Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-08-20T18:12:31.120Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:31.120Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-08-20T18:12:31.120Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-08-20T18:12:31.120Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-08-20T18:12:31.387Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:31.387Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-08-20T18:12:31.387Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-08-20T18:12:31.387Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-08-20T18:12:31.387Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:31.387Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-08-20T18:12:31.652Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-08-20T18:12:31.652Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-08-20T18:12:31.652Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:31.652Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-08-20T18:12:31.652Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-08-20T18:12:31.924Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-08-20T18:12:31.924Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:31.924Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-08-20T18:12:31.924Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-08-20T18:12:32.190Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-08-20T18:12:32.190Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:32.190Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-08-20T18:12:32.190Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-08-20T18:12:32.190Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-08-20T18:12:32.190Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:32.190Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-08-20T18:12:32.190Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-08-20T18:12:32.457Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-08-20T18:12:32.457Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:32.457Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-08-20T18:12:32.457Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-08-20T18:12:32.724Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-08-20T18:12:32.724Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:32.724Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-08-20T18:12:32.724Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-08-20T18:12:32.724Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-08-20T18:12:32.724Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:32.724Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-08-20T18:12:32.724Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-08-20T18:12:32.994Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-08-20T18:12:32.994Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:32.994Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-08-20T18:12:32.994Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-08-20T18:12:32.994Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-08-20T18:12:33.260Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:33.260Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-08-20T18:12:33.260Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-08-20T18:12:33.260Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-08-20T18:12:33.260Z] (Reading database ... 13923 files and directories currently installed.) [2021-08-20T18:12:33.260Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-08-20T18:12:33.260Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-08-20T18:12:33.527Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-08-20T18:12:33.527Z] (Reading database ... 13924 files and directories currently installed.) [2021-08-20T18:12:33.527Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-08-20T18:12:33.527Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-08-20T18:12:33.527Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-08-20T18:12:33.527Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-08-20T18:12:33.793Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.10_amd64.deb ... [2021-08-20T18:12:33.793Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.10) over (1.1.0g-2ubuntu4) ... [2021-08-20T18:12:33.793Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-08-20T18:12:33.793Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-08-20T18:12:33.793Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-08-20T18:12:33.793Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-08-20T18:12:34.059Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-08-20T18:12:34.059Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-08-20T18:12:34.059Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-08-20T18:12:34.059Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-08-20T18:12:34.059Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-08-20T18:12:34.059Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-08-20T18:12:34.059Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-08-20T18:12:34.059Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-08-20T18:12:34.325Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-08-20T18:12:34.325Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-08-20T18:12:34.325Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-08-20T18:12:34.325Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-08-20T18:12:34.592Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-08-20T18:12:34.592Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-08-20T18:12:34.862Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-08-20T18:12:34.862Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-08-20T18:12:34.862Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-08-20T18:12:34.862Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-08-20T18:12:34.862Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-20T18:12:34.862Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-20T18:12:35.128Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-20T18:12:35.128Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-20T18:12:35.394Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-20T18:12:35.394Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-20T18:12:35.394Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-08-20T18:12:35.394Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-08-20T18:12:35.394Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:35.394Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-20T18:12:35.659Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:35.659Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-20T18:12:35.659Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:35.659Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-20T18:12:35.659Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:35.659Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-20T18:12:36.611Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:36.611Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-20T18:12:37.569Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:37.569Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-20T18:12:37.569Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:37.834Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-20T18:12:37.834Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:37.834Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-20T18:12:38.793Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-08-20T18:12:38.793Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-08-20T18:12:38.793Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-08-20T18:12:38.793Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-08-20T18:12:38.793Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-08-20T18:12:38.793Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-08-20T18:12:39.060Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-08-20T18:12:39.060Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-08-20T18:12:39.060Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-08-20T18:12:39.060Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-08-20T18:12:39.060Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-08-20T18:12:39.060Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-08-20T18:12:39.060Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-08-20T18:12:39.060Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-08-20T18:12:39.328Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-08-20T18:12:39.328Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-08-20T18:12:39.328Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-20T18:12:39.328Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-08-20T18:12:39.328Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-20T18:12:39.328Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-20T18:12:39.328Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-20T18:12:39.328Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-08-20T18:12:39.328Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-08-20T18:12:39.328Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-08-20T18:12:39.328Z] [2021-08-20T18:12:39.328Z] Current default time zone: 'Etc/UTC' [2021-08-20T18:12:39.328Z] Local time is now: Fri Aug 20 18:12:39 UTC 2021. [2021-08-20T18:12:39.328Z] Universal Time is now: Fri Aug 20 18:12:39 UTC 2021. [2021-08-20T18:12:39.328Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-08-20T18:12:39.328Z] [2021-08-20T18:12:39.593Z] Setting up systemd-sysv (237-3ubuntu10.51) ... [2021-08-20T18:12:39.593Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-20T18:12:39.593Z] Setting up linux-libc-dev:amd64 (4.15.0-154.161) ... [2021-08-20T18:12:39.593Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-08-20T18:12:39.593Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-08-20T18:12:39.593Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-08-20T18:12:39.593Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-08-20T18:12:39.593Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-08-20T18:12:39.593Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-08-20T18:12:39.593Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-08-20T18:12:39.593Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-20T18:12:39.593Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-08-20T18:12:39.858Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-20T18:12:39.858Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-08-20T18:12:39.858Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-20T18:12:39.858Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-08-20T18:12:39.858Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-08-20T18:12:39.858Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-08-20T18:12:39.858Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.10) ... [2021-08-20T18:12:39.858Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-08-20T18:12:39.858Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-08-20T18:12:39.858Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-08-20T18:12:39.858Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-08-20T18:12:41.791Z] Updating certificates in /etc/ssl/certs... [2021-08-20T18:12:42.768Z] 23 added, 27 removed; done. [2021-08-20T18:12:42.768Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-08-20T18:12:42.768Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-08-20T18:12:42.768Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-08-20T18:12:42.768Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-08-20T18:12:42.768Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-08-20T18:12:42.768Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-20T18:12:42.768Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-08-20T18:12:42.768Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-20T18:12:42.768Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-20T18:12:42.768Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-20T18:12:42.768Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-08-20T18:12:42.768Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-08-20T18:12:42.768Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-08-20T18:12:42.768Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-08-20T18:12:42.768Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-08-20T18:12:42.768Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-08-20T18:12:42.768Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-08-20T18:12:42.768Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-08-20T18:12:43.034Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-08-20T18:12:43.034Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-08-20T18:12:43.034Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-08-20T18:12:43.034Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-08-20T18:12:43.034Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-08-20T18:12:43.034Z] Processing triggers for systemd (237-3ubuntu10.51) ... [2021-08-20T18:12:43.034Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-08-20T18:12:43.034Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-08-20T18:12:43.034Z] Updating certificates in /etc/ssl/certs... [2021-08-20T18:12:43.997Z] 0 added, 0 removed; done. [2021-08-20T18:12:43.997Z] Running hooks in /etc/ca-certificates/update.d... [2021-08-20T18:12:43.997Z] done. [2021-08-20T18:12:44.265Z] Reading package lists... [2021-08-20T18:12:44.533Z] Building dependency tree... [2021-08-20T18:12:44.533Z] Reading state information... [2021-08-20T18:12:44.533Z] The following NEW packages will be installed: [2021-08-20T18:12:44.533Z] apt-transport-https [2021-08-20T18:12:44.533Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-08-20T18:12:44.801Z] Need to get 4348 B of archives. [2021-08-20T18:12:44.801Z] After this operation, 154 kB of additional disk space will be used. [2021-08-20T18:12:44.801Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2021-08-20T18:12:44.801Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-20T18:12:45.070Z] Fetched 4348 B in 0s (21.6 kB/s) [2021-08-20T18:12:45.070Z] Selecting previously unselected package apt-transport-https. [2021-08-20T18:12:45.070Z] (Reading database ... 13929 files and directories currently installed.) [2021-08-20T18:12:45.070Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2021-08-20T18:12:45.070Z] Unpacking apt-transport-https (1.6.14) ... [2021-08-20T18:12:45.070Z] Setting up apt-transport-https (1.6.14) ... [2021-08-20T18:12:45.337Z] Waiting for network to be ready... [2021-08-20T18:12:51.981Z] 2021-08-20T18:12:48Z INFO Waiting for automatic snapd restart... [2021-08-20T18:12:51.981Z] snapd 2.51.3 from Canonical* installed [2021-08-20T18:12:52.942Z] "snapd" switched to the "latest/stable" channel [2021-08-20T18:12:52.942Z] [2021-08-20T18:12:53.031Z] ---> 6cd3ca466fdf [2021-08-20T18:12:53.031Z] Step 9/24 : RUN go mod tidy [2021-08-20T18:12:53.031Z] ---> Running in 0c2b4075f9d2 [2021-08-20T18:12:53.032Z] ---> cceae389c143 [2021-08-20T18:12:53.032Z] Step 9/23 : RUN go mod tidy [2021-08-20T18:12:53.032Z] ---> 83170dbdea2b [2021-08-20T18:12:53.032Z] Step 9/24 : RUN go mod tidy [2021-08-20T18:12:53.032Z] ---> 61287ae326d7 [2021-08-20T18:12:53.032Z] Step 9/22 : RUN go mod tidy [2021-08-20T18:12:53.032Z] ---> 2ad6df339717 [2021-08-20T18:12:53.032Z] Step 9/26 : RUN go mod tidy [2021-08-20T18:12:53.032Z] ---> Running in ee96fbe68f59 [2021-08-20T18:12:53.032Z] ---> Running in ad6266208a6a [2021-08-20T18:12:53.032Z] ---> Running in 2b13f164dc66 [2021-08-20T18:12:53.032Z] ---> Running in 313064f6e6cb [2021-08-20T18:12:55.536Z] core18 20210722 from Canonical* installed [2021-08-20T18:12:55.536Z] "core18" switched to the "latest/stable" channel [2021-08-20T18:12:55.536Z] [2021-08-20T18:12:55.652Z] Removing intermediate container 0c2b4075f9d2 [2021-08-20T18:12:55.652Z] ---> c3b4f96b8d8c [2021-08-20T18:12:55.652Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-08-20T18:12:55.652Z] ---> Running in 1c6e67749287 [2021-08-20T18:12:57.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-08-20T18:12:58.110Z] snapcraft 5.0 from Canonical* installed [2021-08-20T18:12:58.240Z] Removing intermediate container ee96fbe68f59 [2021-08-20T18:12:58.240Z] ---> a1ddca945bce [2021-08-20T18:12:58.240Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-08-20T18:12:58.377Z] "snapcraft" switched to the "latest/stable" channel [2021-08-20T18:12:58.377Z] [2021-08-20T18:12:58.520Z] ---> Running in a6be34afb42d [2021-08-20T18:12:58.796Z] Removing intermediate container ad6266208a6a [2021-08-20T18:12:58.796Z] ---> 9aa4c4760e15 [2021-08-20T18:12:58.796Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-08-20T18:12:59.083Z] Removing intermediate container 2b13f164dc66 [2021-08-20T18:12:59.083Z] ---> 2161b18f9f93 [2021-08-20T18:12:59.083Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-08-20T18:12:59.083Z] ---> Running in c200a814eb1b [2021-08-20T18:12:59.366Z] Removing intermediate container 313064f6e6cb [2021-08-20T18:12:59.366Z] ---> 310b6fcc4bee [2021-08-20T18:12:59.366Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-08-20T18:12:59.366Z] ---> Running in 89b05285af74 [2021-08-20T18:12:59.652Z] ---> Running in 39755c7dd0cb [2021-08-20T18:13:01.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-08-20T18:13:02.119Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-08-20T18:13:02.623Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-08-20T18:13:02.624Z] - README.md [2021-08-20T18:13:02.624Z] [2021-08-20T18:13:02.624Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-08-20T18:13:02.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-08-20T18:13:02.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-08-20T18:13:03.205Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-08-20T18:13:03.206Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-08-20T18:13:03.206Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-08-20T18:13:03.787Z] Fetched 88.7 kB in 1s (142 kB/s) [2021-08-20T18:13:04.745Z] Reading package lists... [2021-08-20T18:13:05.328Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.14 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-08-20T18:13:05.328Z] Reading package lists... [2021-08-20T18:13:05.595Z] Building dependency tree... [2021-08-20T18:13:05.595Z] Reading state information... [2021-08-20T18:13:05.595Z] Suggested packages: [2021-08-20T18:13:05.595Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-08-20T18:13:05.595Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-08-20T18:13:05.595Z] Recommended packages: [2021-08-20T18:13:05.595Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-08-20T18:13:05.595Z] The following NEW packages will be installed: [2021-08-20T18:13:05.595Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-08-20T18:13:05.595Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-08-20T18:13:05.595Z] pkg-config zip [2021-08-20T18:13:05.860Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-08-20T18:13:05.860Z] Need to get 7663 kB of archives. [2021-08-20T18:13:05.860Z] After this operation, 43.8 MB of additional disk space will be used. [2021-08-20T18:13:05.860Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-08-20T18:13:05.860Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-08-20T18:13:06.127Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] [2021-08-20T18:13:06.127Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-08-20T18:13:06.127Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-08-20T18:13:06.127Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-08-20T18:13:06.127Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-08-20T18:13:06.127Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-08-20T18:13:06.393Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-08-20T18:13:06.393Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-08-20T18:13:06.393Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-08-20T18:13:06.393Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-08-20T18:13:06.393Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-08-20T18:13:06.393Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-08-20T18:13:06.659Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-08-20T18:13:06.659Z] debconf: delaying package configuration, since apt-utils is not installed [2021-08-20T18:13:06.659Z] Fetched 7663 kB in 1s (10.0 MB/s) [2021-08-20T18:13:06.659Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-08-20T18:13:06.659Z] (Reading database ... 13933 files and directories currently installed.) [2021-08-20T18:13:06.659Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-08-20T18:13:06.659Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-08-20T18:13:06.925Z] Selecting previously unselected package libpsl5:amd64. [2021-08-20T18:13:06.925Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-08-20T18:13:06.925Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-08-20T18:13:06.925Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-08-20T18:13:06.925Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-08-20T18:13:06.925Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-08-20T18:13:06.925Z] Selecting previously unselected package librtmp1:amd64. [2021-08-20T18:13:06.925Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-08-20T18:13:06.925Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-08-20T18:13:06.925Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-08-20T18:13:06.925Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... [2021-08-20T18:13:06.925Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... [2021-08-20T18:13:07.191Z] Selecting previously unselected package liberror-perl. [2021-08-20T18:13:07.191Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-08-20T18:13:07.191Z] Unpacking liberror-perl (0.17025-1) ... [2021-08-20T18:13:07.191Z] Selecting previously unselected package git-man. [2021-08-20T18:13:07.191Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-08-20T18:13:07.191Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-08-20T18:13:07.191Z] Selecting previously unselected package git. [2021-08-20T18:13:07.191Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-08-20T18:13:07.456Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-08-20T18:13:07.721Z] Selecting previously unselected package libnorm1:amd64. [2021-08-20T18:13:07.721Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-08-20T18:13:07.721Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-08-20T18:13:07.987Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-08-20T18:13:07.987Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-08-20T18:13:07.987Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-08-20T18:13:07.987Z] Selecting previously unselected package libsodium23:amd64. [2021-08-20T18:13:07.987Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-08-20T18:13:07.987Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-08-20T18:13:07.987Z] Selecting previously unselected package libzmq5:amd64. [2021-08-20T18:13:07.987Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-08-20T18:13:07.987Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-20T18:13:07.987Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-08-20T18:13:07.988Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-08-20T18:13:07.988Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-20T18:13:08.253Z] Selecting previously unselected package pkg-config. [2021-08-20T18:13:08.253Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-08-20T18:13:08.253Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-08-20T18:13:08.253Z] Selecting previously unselected package zip. [2021-08-20T18:13:08.253Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-08-20T18:13:08.253Z] Unpacking zip (3.0-11build1) ... [2021-08-20T18:13:08.253Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-08-20T18:13:08.253Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-08-20T18:13:08.253Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-08-20T18:13:08.518Z] Setting up liberror-perl (0.17025-1) ... [2021-08-20T18:13:08.518Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-08-20T18:13:08.518Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-08-20T18:13:08.518Z] No schema files found: doing nothing. [2021-08-20T18:13:08.518Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-08-20T18:13:08.518Z] Setting up zip (3.0-11build1) ... [2021-08-20T18:13:08.518Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-08-20T18:13:08.518Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-08-20T18:13:08.518Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-08-20T18:13:08.518Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-20T18:13:08.518Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... [2021-08-20T18:13:08.518Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-08-20T18:13:08.518Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-08-20T18:13:08.518Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-08-20T18:13:09.100Z] git set to automatically installed. [2021-08-20T18:13:09.100Z] git-man set to automatically installed. [2021-08-20T18:13:09.100Z] libcurl3-gnutls set to automatically installed. [2021-08-20T18:13:09.100Z] liberror-perl set to automatically installed. [2021-08-20T18:13:09.100Z] libglib2.0-0 set to automatically installed. [2021-08-20T18:13:09.100Z] libnghttp2-14 set to automatically installed. [2021-08-20T18:13:09.100Z] libnorm1 set to automatically installed. [2021-08-20T18:13:09.100Z] libpgm-5.2-0 set to automatically installed. [2021-08-20T18:13:09.100Z] libpsl5 set to automatically installed. [2021-08-20T18:13:09.100Z] librtmp1 set to automatically installed. [2021-08-20T18:13:09.100Z] libsodium23 set to automatically installed. [2021-08-20T18:13:09.100Z] libzmq3-dev set to automatically installed. [2021-08-20T18:13:09.100Z] libzmq5 set to automatically installed. [2021-08-20T18:13:09.100Z] pkg-config set to automatically installed. [2021-08-20T18:13:09.100Z] zip set to automatically installed. [2021-08-20T18:13:11.041Z] snapd is not logged in, snap install commands will use sudo [2021-08-20T18:13:16.467Z] go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed [2021-08-20T18:13:17.075Z] snapd is not logged in, snap install commands will use sudo [2021-08-20T18:13:18.510Z] snap "core18" has no updates available [2021-08-20T18:13:19.104Z] Pulling config-common [2021-08-20T18:13:19.104Z] + snapcraftctl pull [2021-08-20T18:13:20.081Z] Pulling go-build-helper [2021-08-20T18:13:20.081Z] + snapcraftctl pull [2021-08-20T18:13:21.068Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-08-20T18:13:21.068Z] Skipping pull go-build-helper (already ran) [2021-08-20T18:13:21.068Z] Building go-build-helper [2021-08-20T18:13:21.068Z] + snapcraftctl build [2021-08-20T18:13:23.042Z] Staging go-build-helper [2021-08-20T18:13:23.042Z] + snapcraftctl stage [2021-08-20T18:13:33.656Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-08-20T18:13:33.656Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-08-20T18:13:33.656Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1845 kB] [2021-08-20T18:13:33.656Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-08-20T18:13:33.656Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-08-20T18:13:33.656Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-08-20T18:13:33.656Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-08-20T18:13:33.656Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-08-20T18:13:33.656Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-08-20T18:13:33.656Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-08-20T18:13:33.656Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-08-20T18:13:33.656Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] [2021-08-20T18:13:33.656Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-08-20T18:13:33.656Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-08-20T18:13:33.656Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] [2021-08-20T18:13:33.656Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] [2021-08-20T18:13:33.656Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1136 kB] [2021-08-20T18:13:33.656Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [258 kB] [2021-08-20T18:13:33.656Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-08-20T18:13:33.656Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2191 kB] [2021-08-20T18:13:33.656Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] [2021-08-20T18:13:33.656Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-08-20T18:13:33.656Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-08-20T18:13:33.656Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] [2021-08-20T18:13:33.656Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] [2021-08-20T18:13:33.656Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1747 kB] [2021-08-20T18:13:33.656Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [374 kB] [2021-08-20T18:13:33.656Z] Fetched 25.1 MB in 0s (0 B/s) [2021-08-20T18:13:33.656Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-08-20T18:13:33.656Z] Fetched 224 kB in 0s (0 B/s) [2021-08-20T18:13:33.656Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-08-20T18:13:33.656Z] Fetched 157 kB in 0s (0 B/s) [2021-08-20T18:13:33.656Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-08-20T18:13:33.656Z] Fetched 221 kB in 0s (0 B/s) [2021-08-20T18:13:33.656Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-08-20T18:13:33.656Z] Fetched 143 kB in 0s (0 B/s) [2021-08-20T18:13:33.656Z] Pulling edgex-go [2021-08-20T18:13:33.656Z] + snapcraftctl pull [2021-08-20T18:13:33.656Z] Pulling hooks [2021-08-20T18:13:33.656Z] + snapcraftctl pull [2021-08-20T18:13:51.922Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-08-20T18:13:51.922Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-08-20T18:13:51.922Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-08-20T18:13:51.922Z] Fetched 0 B in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-08-20T18:13:51.922Z] Fetched 96.5 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-08-20T18:13:51.922Z] Fetched 279 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-08-20T18:13:51.922Z] Fetched 122 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-08-20T18:13:51.922Z] Fetched 77.8 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-08-20T18:13:51.922Z] Fetched 8848 B in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-08-20T18:13:51.922Z] Fetched 47.8 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-08-20T18:13:51.922Z] Fetched 45.6 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-08-20T18:13:51.922Z] Fetched 15.0 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] [2021-08-20T18:13:51.922Z] Fetched 219 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-08-20T18:13:51.922Z] Fetched 154 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-08-20T18:13:51.922Z] Fetched 50.6 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-08-20T18:13:51.922Z] Fetched 14.8 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-08-20T18:13:51.922Z] Fetched 41.8 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-08-20T18:13:51.922Z] Fetched 499 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-08-20T18:13:51.922Z] Fetched 111 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-08-20T18:13:51.922Z] Fetched 240 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-08-20T18:13:51.922Z] Fetched 29.3 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-08-20T18:13:51.922Z] Fetched 85.5 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-08-20T18:13:51.922Z] Fetched 24.5 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-08-20T18:13:51.922Z] Fetched 49.2 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-08-20T18:13:51.922Z] Fetched 54.2 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-08-20T18:13:51.922Z] Fetched 30.8 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-08-20T18:13:51.922Z] Fetched 15.8 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-08-20T18:13:51.922Z] Fetched 85.9 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-08-20T18:13:51.922Z] Fetched 8720 B in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2021-08-20T18:13:51.922Z] Fetched 140 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-08-20T18:13:51.922Z] Fetched 119 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2021-08-20T18:13:51.922Z] Fetched 111 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-08-20T18:13:51.922Z] Fetched 11.1 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-08-20T18:13:51.922Z] Fetched 645 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-08-20T18:13:51.922Z] Fetched 41.3 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-08-20T18:13:51.922Z] Fetched 17.9 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-08-20T18:13:51.922Z] Fetched 368 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-08-20T18:13:51.922Z] Fetched 187 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-08-20T18:13:51.922Z] Fetched 175 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-08-20T18:13:51.922Z] Fetched 206 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.10_amd64.deb [1301 kB] [2021-08-20T18:13:51.922Z] Fetched 1301 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-08-20T18:13:51.922Z] Fetched 36.2 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] [2021-08-20T18:13:51.922Z] Fetched 159 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-08-20T18:13:51.922Z] Fetched 107 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-08-20T18:13:51.922Z] Fetched 48.7 kB in 0s (0 B/s) [2021-08-20T18:13:51.922Z] Pulling static-packages [2021-08-20T18:13:51.922Z] + snapcraftctl pull [2021-08-20T18:13:52.888Z] Pulling version [2021-08-20T18:13:52.888Z] + cd /root/project [2021-08-20T18:13:52.888Z] + git describe --tags --abbrev=0 [2021-08-20T18:13:52.888Z] + sed s/v// [2021-08-20T18:13:52.888Z] + GIT_VERSION=2.0.1-dev.32 [2021-08-20T18:13:52.888Z] + [ -z 2.0.1-dev.32 ] [2021-08-20T18:13:52.888Z] + snapcraftctl set-version 2.0.1-dev.32 [2021-08-20T18:13:53.853Z] Building config-common [2021-08-20T18:13:53.853Z] + snapcraftctl build [2021-08-20T18:13:56.456Z] Skipping build go-build-helper (already ran) [2021-08-20T18:13:56.456Z] Building edgex-go [2021-08-20T18:13:56.456Z] + cd /root/parts/edgex-go/src [2021-08-20T18:13:56.456Z] + git describe --tags --abbrev=0 [2021-08-20T18:13:56.456Z] + sed s/v// [2021-08-20T18:13:56.456Z] + GIT_VERSION=2.0.1-dev.32 [2021-08-20T18:13:56.456Z] + [ -z 2.0.1-dev.32 ] [2021-08-20T18:13:56.456Z] + echo 2.0.1-dev.32 [2021-08-20T18:13:56.456Z] + make build [2021-08-20T18:13:56.456Z] go mod tidy [2021-08-20T18:13:59.813Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 [2021-08-20T18:13:59.813Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-08-20T18:13:59.813Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.15 [2021-08-20T18:13:59.813Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-08-20T18:13:59.813Z] go: downloading github.com/google/uuid v1.3.0 [2021-08-20T18:13:59.813Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2021-08-20T18:13:59.813Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 [2021-08-20T18:13:59.813Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-08-20T18:13:59.813Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-08-20T18:13:59.813Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-08-20T18:13:59.813Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 [2021-08-20T18:13:59.813Z] go: downloading github.com/lib/pq v1.10.2 [2021-08-20T18:13:59.813Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-08-20T18:13:59.813Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2021-08-20T18:14:00.085Z] go: downloading github.com/pelletier/go-toml v1.9.3 [2021-08-20T18:14:00.352Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-08-20T18:14:00.352Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 [2021-08-20T18:14:00.948Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 [2021-08-20T18:14:00.948Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-08-20T18:14:00.948Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-08-20T18:14:00.948Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2021-08-20T18:14:00.948Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2021-08-20T18:14:00.948Z] go: downloading github.com/go-kit/kit v0.11.0 [2021-08-20T18:14:01.220Z] go: downloading github.com/stretchr/objx v0.1.1 [2021-08-20T18:14:01.220Z] go: downloading github.com/x448/float16 v0.8.4 [2021-08-20T18:14:01.220Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2021-08-20T18:14:01.508Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2021-08-20T18:14:01.508Z] go: downloading github.com/leodido/go-urn v1.2.1 [2021-08-20T18:14:01.508Z] go: downloading golang.org/x/text v0.3.6 [2021-08-20T18:14:01.508Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-08-20T18:14:01.508Z] go: downloading github.com/go-playground/locales v0.14.0 [2021-08-20T18:14:01.508Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2021-08-20T18:14:01.508Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-08-20T18:14:01.508Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2021-08-20T18:14:01.508Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-08-20T18:14:01.783Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-08-20T18:14:01.783Z] go: downloading github.com/kr/pretty v0.3.0 [2021-08-20T18:14:01.783Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-08-20T18:14:01.783Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-08-20T18:14:01.783Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2021-08-20T18:14:02.054Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-08-20T18:14:02.054Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2021-08-20T18:14:02.325Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-08-20T18:14:02.325Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-08-20T18:14:02.325Z] go: downloading github.com/kr/text v0.2.0 [2021-08-20T18:14:02.325Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2021-08-20T18:14:02.595Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-08-20T18:14:02.595Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-08-20T18:14:02.595Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-08-20T18:14:02.595Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-08-20T18:14:02.595Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-08-20T18:14:02.595Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-08-20T18:14:02.595Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-08-20T18:14:02.595Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-08-20T18:14:02.897Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-08-20T18:14:02.897Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-08-20T18:14:02.897Z] go: downloading github.com/fatih/color v1.9.0 [2021-08-20T18:14:02.897Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-08-20T18:14:02.897Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-08-20T18:14:02.897Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-08-20T18:14:02.897Z] go: downloading github.com/pkg/errors v0.9.1 [2021-08-20T18:14:02.897Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-08-20T18:14:02.897Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-08-20T18:14:02.897Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-08-20T18:14:02.897Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-08-20T18:14:02.897Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-08-20T18:14:02.897Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-08-20T18:14:02.897Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-08-20T18:14:02.897Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-08-20T18:14:02.897Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-08-20T18:14:02.897Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-08-20T18:14:02.897Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-08-20T18:14:02.897Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-08-20T18:14:02.897Z] go: downloading github.com/miekg/dns v1.1.26 [2021-08-20T18:14:02.897Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-08-20T18:14:02.897Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-08-20T18:14:02.897Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-08-20T18:14:03.163Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/core-data/core-data ./cmd/core-data [2021-08-20T18:14:13.267Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-08-20T18:14:17.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/core-command/core-command ./cmd/core-command [2021-08-20T18:14:18.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-08-20T18:14:19.513Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-08-20T18:14:19.778Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-08-20T18:14:21.179Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-08-20T18:14:22.132Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-08-20T18:14:23.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-08-20T18:14:24.961Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-08-20T18:14:25.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o ./cmd/secrets-config ./cmd/secrets-config [2021-08-20T18:14:26.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-08-20T18:14:28.825Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-08-20T18:14:28.825Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-08-20T18:14:28.825Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-08-20T18:14:28.825Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-08-20T18:14:28.825Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-08-20T18:14:28.825Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-08-20T18:14:28.825Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-08-20T18:14:28.825Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-08-20T18:14:28.825Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-08-20T18:14:28.825Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-08-20T18:14:28.825Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-08-20T18:14:28.825Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-08-20T18:14:28.825Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-08-20T18:14:28.825Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-08-20T18:14:28.825Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-08-20T18:14:28.825Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-08-20T18:14:28.825Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-08-20T18:14:28.825Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-08-20T18:14:28.825Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-08-20T18:14:28.825Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-08-20T18:14:28.825Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-08-20T18:14:28.825Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-08-20T18:14:29.091Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-08-20T18:14:29.091Z] + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml [2021-08-20T18:14:29.091Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-08-20T18:14:29.091Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-08-20T18:14:29.091Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-08-20T18:14:30.495Z] Building hooks [2021-08-20T18:14:30.495Z] + cd /root/parts/hooks/src [2021-08-20T18:14:30.495Z] + make build [2021-08-20T18:14:30.495Z] go mod tidy [2021-08-20T18:14:30.495Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 [2021-08-20T18:14:30.495Z] go: downloading github.com/stretchr/testify v1.5.1 [2021-08-20T18:14:30.759Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2021-08-20T18:14:30.759Z] go: downloading gopkg.in/yaml.v2 v2.2.2 [2021-08-20T18:14:30.759Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2021-08-20T18:14:31.337Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2021-08-20T18:14:31.919Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2021-08-20T18:14:31.919Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2021-08-20T18:14:35.257Z] Building static-packages [2021-08-20T18:14:35.257Z] + snapcraftctl build [2021-08-20T18:14:37.418Z] Building version [2021-08-20T18:14:37.418Z] + snapcraftctl build [2021-08-20T18:14:39.357Z] Staging config-common [2021-08-20T18:14:39.357Z] + snapcraftctl stage [2021-08-20T18:14:40.312Z] Skipping stage go-build-helper (already ran) [2021-08-20T18:14:40.312Z] Staging edgex-go [2021-08-20T18:14:40.312Z] + snapcraftctl stage [2021-08-20T18:14:41.717Z] Staging hooks [2021-08-20T18:14:41.717Z] + snapcraftctl stage [2021-08-20T18:14:42.297Z] Staging static-packages [2021-08-20T18:14:42.563Z] + snapcraftctl stage [2021-08-20T18:14:43.519Z] Staging version [2021-08-20T18:14:43.519Z] + snapcraftctl stage [2021-08-20T18:14:44.479Z] Priming config-common [2021-08-20T18:14:44.746Z] + snapcraftctl prime [2021-08-20T18:14:45.704Z] Priming go-build-helper [2021-08-20T18:14:45.704Z] + snapcraftctl prime [2021-08-20T18:14:46.661Z] Priming edgex-go [2021-08-20T18:14:46.661Z] + snapcraftctl prime [2021-08-20T18:14:48.065Z] Priming hooks [2021-08-20T18:14:48.065Z] + snapcraftctl prime [2021-08-20T18:14:49.470Z] Priming static-packages [2021-08-20T18:14:49.470Z] + snapcraftctl prime [2021-08-20T18:14:52.043Z] Priming version [2021-08-20T18:14:52.043Z] + snapcraftctl prime [2021-08-20T18:14:53.001Z] 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 [2021-08-20T18:14:54.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-08-20T18:14:54.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-08-20T18:14:54.667Z] Removing intermediate container 1c6e67749287 [2021-08-20T18:14:54.667Z] ---> 19febd3c5e6c [2021-08-20T18:14:54.667Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-08-20T18:14:54.667Z] ---> Running in 60a792dcb8b8 [2021-08-20T18:14:54.667Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-08-20T18:15:01.399Z] Removing intermediate container 60a792dcb8b8 [2021-08-20T18:15:01.399Z] ---> 8f930411bfd9 [2021-08-20T18:15:01.399Z] [2021-08-20T18:15:01.399Z] Step 12/24 : FROM docker:20.10.7 [2021-08-20T18:15:01.676Z] 20.10.7: Pulling from library/docker [2021-08-20T18:15:08.387Z] Removing intermediate container 39755c7dd0cb [2021-08-20T18:15:08.387Z] ---> e3c09950234e [2021-08-20T18:15:08.387Z] [2021-08-20T18:15:08.387Z] Step 11/22 : FROM alpine:3.12 [2021-08-20T18:15:08.387Z] 3.12: Pulling from library/alpine [2021-08-20T18:15:08.387Z] Removing intermediate container a6be34afb42d [2021-08-20T18:15:08.387Z] ---> e7339497f4b2 [2021-08-20T18:15:08.387Z] [2021-08-20T18:15:08.387Z] Step 11/23 : FROM alpine:3.12 [2021-08-20T18:15:08.387Z] Removing intermediate container 89b05285af74 [2021-08-20T18:15:08.387Z] ---> 668a40105077 [2021-08-20T18:15:08.387Z] [2021-08-20T18:15:08.387Z] Step 11/26 : FROM alpine:3.12 [2021-08-20T18:15:08.662Z] 3.12: Pulling from library/alpine [2021-08-20T18:15:08.662Z] 3.12: Pulling from library/alpine [2021-08-20T18:15:10.105Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-20T18:15:10.106Z] Status: Downloaded newer image for alpine:3.12 [2021-08-20T18:15:10.106Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-20T18:15:10.106Z] Status: Image is up to date for alpine:3.12 [2021-08-20T18:15:10.106Z] Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb [2021-08-20T18:15:10.106Z] Status: Image is up to date for alpine:3.12 [2021-08-20T18:15:10.106Z] ---> c4fd0aeabfcf [2021-08-20T18:15:10.106Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-08-20T18:15:10.106Z] ---> c4fd0aeabfcf [2021-08-20T18:15:10.106Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-08-20T18:15:10.106Z] ---> c4fd0aeabfcf [2021-08-20T18:15:10.106Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-08-20T18:15:13.503Z] ---> Running in fee94d650f93 [2021-08-20T18:15:13.503Z] ---> Running in 3457bbc0dedc [2021-08-20T18:15:13.503Z] ---> Running in 22e1f6773293 [2021-08-20T18:15:14.484Z] Removing intermediate container c200a814eb1b [2021-08-20T18:15:14.484Z] ---> 681ee0274c2e [2021-08-20T18:15:14.484Z] [2021-08-20T18:15:14.484Z] Step 11/24 : FROM alpine:3.12 [2021-08-20T18:15:14.484Z] ---> c4fd0aeabfcf [2021-08-20T18:15:14.484Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-08-20T18:15:15.088Z] ---> Running in f413e68dde54 [2021-08-20T18:15:16.079Z] Removing intermediate container f413e68dde54 [2021-08-20T18:15:16.079Z] ---> 2365755cffb8 [2021-08-20T18:15:16.079Z] Step 13/24 : ENV APP_PORT=59880 [2021-08-20T18:15:16.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-20T18:15:16.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-20T18:15:16.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-20T18:15:16.365Z] ---> Running in 2efe0c4b6d84 [2021-08-20T18:15:16.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-20T18:15:16.365Z] Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 [2021-08-20T18:15:16.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-20T18:15:16.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-20T18:15:16.365Z] Status: Downloaded newer image for docker:20.10.7 [2021-08-20T18:15:16.365Z] ---> df445af6242a [2021-08-20T18:15:16.365Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-08-20T18:15:16.972Z] ---> Running in 73f4346c7ab0 [2021-08-20T18:15:16.972Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-08-20T18:15:16.972Z] Executing busybox-1.31.1-r20.trigger [2021-08-20T18:15:16.972Z] OK: 5 MiB in 15 packages [2021-08-20T18:15:16.972Z] (1/3) Installing ca-certificates (20191127-r4) [2021-08-20T18:15:16.972Z] (1/4) Installing ca-certificates (20191127-r4) [2021-08-20T18:15:17.249Z] (2/3) Installing dumb-init (1.2.2-r1) [2021-08-20T18:15:17.249Z] (3/3) Installing su-exec (0.2-r1) [2021-08-20T18:15:17.249Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-08-20T18:15:17.249Z] Executing busybox-1.31.1-r20.trigger [2021-08-20T18:15:17.249Z] (3/4) Installing libcurl (7.78.0-r0) [2021-08-20T18:15:17.249Z] (4/4) Installing curl (7.78.0-r0) [2021-08-20T18:15:17.249Z] Executing ca-certificates-20191127-r4.trigger [2021-08-20T18:15:17.249Z] Executing busybox-1.31.1-r20.trigger [2021-08-20T18:15:17.249Z] Executing ca-certificates-20191127-r4.trigger [2021-08-20T18:15:17.249Z] Removing intermediate container 2efe0c4b6d84 [2021-08-20T18:15:17.249Z] ---> 5232a3d54a13 [2021-08-20T18:15:17.249Z] Step 14/24 : EXPOSE $APP_PORT [2021-08-20T18:15:17.527Z] OK: 6 MiB in 17 packages [2021-08-20T18:15:17.527Z] OK: 7 MiB in 18 packages [2021-08-20T18:15:18.506Z] ---> Running in e2853edb1a47 [2021-08-20T18:15:18.781Z] Removing intermediate container 73f4346c7ab0 [2021-08-20T18:15:18.781Z] ---> 5745761c972e [2021-08-20T18:15:18.781Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-08-20T18:15:19.053Z] ---> Running in 07234a532daa [2021-08-20T18:15:19.645Z] Removing intermediate container e2853edb1a47 [2021-08-20T18:15:19.645Z] ---> 27ca3ef070af [2021-08-20T18:15:19.645Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:15:19.915Z] Removing intermediate container fee94d650f93 [2021-08-20T18:15:19.915Z] ---> c1fed7c34305 [2021-08-20T18:15:19.915Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-20T18:15:19.915Z] ---> Running in db2eae81df3a [2021-08-20T18:15:20.189Z] ---> Running in 7f60fd994f64 [2021-08-20T18:15:20.786Z] Removing intermediate container 22e1f6773293 [2021-08-20T18:15:20.786Z] ---> 64edacad1e29 [2021-08-20T18:15:20.786Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.'Removing intermediate container 3457bbc0dedc [2021-08-20T18:15:20.786Z] [2021-08-20T18:15:20.786Z] ---> 9a88f47708b4 [2021-08-20T18:15:20.786Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-08-20T18:15:21.061Z] ---> Running in 2d033f1ce4a3 [2021-08-20T18:15:21.061Z] ---> Running in 73f811a24eb8 [2021-08-20T18:15:21.061Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-20T18:15:21.331Z] Removing intermediate container 7f60fd994f64 [2021-08-20T18:15:21.331Z] ---> 9be3a50a2fd0 [2021-08-20T18:15:21.331Z] Step 14/23 : ENV APP_PORT=59861 [2021-08-20T18:15:21.331Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-20T18:15:21.602Z] ---> Running in 14e1cfc3f207 [2021-08-20T18:15:21.877Z] Removing intermediate container 73f811a24eb8 [2021-08-20T18:15:21.877Z] ---> 2270c5589da0 [2021-08-20T18:15:21.877Z] Step 14/22 : WORKDIR /edgex [2021-08-20T18:15:21.877Z] Removing intermediate container 2d033f1ce4a3 [2021-08-20T18:15:21.877Z] ---> 12a208c69f4f [2021-08-20T18:15:21.877Z] Step 14/26 : WORKDIR / [2021-08-20T18:15:22.146Z] (1/39) Installing readline (8.1.0-r0) [2021-08-20T18:15:22.418Z] (2/39) Installing bash (5.1.0-r0) [2021-08-20T18:15:22.418Z] Executing bash-5.1.0-r0.post-install [2021-08-20T18:15:22.418Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-08-20T18:15:22.418Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-08-20T18:15:22.418Z] (5/39) Installing libcurl (7.78.0-r0) [2021-08-20T18:15:22.418Z] ---> Running in 697bbc64b4c4 [2021-08-20T18:15:22.418Z] (6/39) Installing curl (7.78.0-r0) [2021-08-20T18:15:22.418Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-08-20T18:15:22.418Z] ---> Running in 9e896d1c18ec [2021-08-20T18:15:22.418Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-08-20T18:15:22.418Z] (9/39) Installing expat (2.2.10-r1) [2021-08-20T18:15:22.418Z] (10/39) Installing libffi (3.3-r2) [2021-08-20T18:15:22.418Z] (11/39) Installing gdbm (1.19-r0) [2021-08-20T18:15:22.418Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-08-20T18:15:22.418Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-08-20T18:15:22.688Z] (14/39) Installing python3 (3.8.10-r0) [2021-08-20T18:15:22.959Z] Removing intermediate container 14e1cfc3f207 [2021-08-20T18:15:22.959Z] ---> 55b8ada4e76d [2021-08-20T18:15:22.959Z] Step 15/23 : EXPOSE $APP_PORT [2021-08-20T18:15:23.929Z] ---> Running in 4594ff7f7856 [2021-08-20T18:15:23.929Z] Removing intermediate container 697bbc64b4c4 [2021-08-20T18:15:23.929Z] ---> 5a81d30b70f1 [2021-08-20T18:15:23.929Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-08-20T18:15:24.203Z] Removing intermediate container 9e896d1c18ec [2021-08-20T18:15:24.203Z] ---> a11a693d554c [2021-08-20T18:15:24.203Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-08-20T18:15:24.203Z] Removing intermediate container db2eae81df3a [2021-08-20T18:15:24.203Z] ---> ee89c879d284 [2021-08-20T18:15:24.203Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-08-20T18:15:24.480Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-08-20T18:15:24.480Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-08-20T18:15:24.480Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-08-20T18:15:24.480Z] (18/39) Installing py3-six (1.15.0-r0) [2021-08-20T18:15:24.480Z] (19/39) Installing py3-packaging (20.9-r0) [2021-08-20T18:15:24.480Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-08-20T18:15:24.760Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-08-20T18:15:24.760Z] (22/39) Installing py3-idna (3.1-r0) [2021-08-20T18:15:24.760Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-08-20T18:15:25.035Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-08-20T18:15:25.035Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-08-20T18:15:25.035Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-08-20T18:15:25.035Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-08-20T18:15:25.035Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-08-20T18:15:25.035Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-08-20T18:15:25.035Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-08-20T18:15:25.035Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-08-20T18:15:25.035Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-08-20T18:15:25.035Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-08-20T18:15:25.035Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-08-20T18:15:25.035Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-08-20T18:15:25.035Z] (36/39) Installing py3-progress (1.5-r0) [2021-08-20T18:15:25.035Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-08-20T18:15:25.035Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-08-20T18:15:25.035Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-08-20T18:15:25.648Z] ---> Running in 230fbe93d948 [2021-08-20T18:15:25.648Z] Executing busybox-1.32.1-r6.trigger [2021-08-20T18:15:25.648Z] OK: 82 MiB in 59 packages [2021-08-20T18:15:25.952Z] ---> 03281a27fa5c [2021-08-20T18:15:25.952Z] ---> e6c1b2833ec8 [2021-08-20T18:15:25.952Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-08-20T18:15:25.952Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-08-20T18:15:25.952Z] Removing intermediate container 4594ff7f7856 [2021-08-20T18:15:25.952Z] ---> 5bae0b60692a [2021-08-20T18:15:25.952Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-20T18:15:27.946Z] ---> fc531402e761 [2021-08-20T18:15:27.946Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-08-20T18:15:27.946Z] ---> 10943bb87aba [2021-08-20T18:15:27.946Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-08-20T18:15:27.946Z] ---> c92777a4c2ad [2021-08-20T18:15:27.946Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-08-20T18:15:28.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-20T18:15:28.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-20T18:15:29.098Z] ---> c0175c336486 [2021-08-20T18:15:29.098Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-08-20T18:15:29.385Z] ---> bea246439e1d [2021-08-20T18:15:29.385Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-08-20T18:15:29.677Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-08-20T18:15:29.677Z] (2/6) Installing libgcc (9.3.0-r2) [2021-08-20T18:15:29.677Z] (3/6) Installing libsodium (1.0.18-r0) [2021-08-20T18:15:29.950Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-08-20T18:15:29.950Z] (5/6) Installing libzmq (4.3.3-r0) [2021-08-20T18:15:29.950Z] ---> d10f5bce8573 [2021-08-20T18:15:29.950Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-08-20T18:15:30.229Z] (6/6) Installing zeromq (4.3.3-r0) [2021-08-20T18:15:30.229Z] Executing busybox-1.31.1-r20.trigger [2021-08-20T18:15:30.229Z] OK: 8 MiB in 20 packages [2021-08-20T18:15:30.229Z] ---> Running in 045f23860eb9 [2021-08-20T18:15:30.229Z] ---> 57d8f7fc8735 [2021-08-20T18:15:30.229Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-08-20T18:15:30.851Z] ---> 9e42074b2ccc [2021-08-20T18:15:30.851Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-08-20T18:15:31.127Z] ---> Running in a875366ba148 [2021-08-20T18:15:31.401Z] Removing intermediate container 045f23860eb9 [2021-08-20T18:15:31.401Z] ---> 6fca54961452 [2021-08-20T18:15:31.401Z] Step 19/22 : CMD ["--init=true"] [2021-08-20T18:15:31.401Z] ---> Running in bef072359e8a [2021-08-20T18:15:32.382Z] Removing intermediate container a875366ba148 [2021-08-20T18:15:32.382Z] ---> 72ddcb6c6ebf [2021-08-20T18:15:32.382Z] ---> ae18d3d84627 [2021-08-20T18:15:32.382Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-08-20T18:15:32.382Z] [2021-08-20T18:15:32.382Z] Removing intermediate container 230fbe93d948 [2021-08-20T18:15:32.382Z] ---> f5d0af358c68 [2021-08-20T18:15:32.382Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-20T18:15:32.382Z] Removing intermediate container bef072359e8a [2021-08-20T18:15:32.382Z] ---> b50d37dd8cf6 [2021-08-20T18:15:32.382Z] Step 20/22 : LABEL arch=arm64 [2021-08-20T18:15:32.382Z] ---> Running in 4ef3c1ffcb6b [2021-08-20T18:15:32.654Z] ---> Running in 78116b12f69b [2021-08-20T18:15:33.257Z] Removing intermediate container 4ef3c1ffcb6b [2021-08-20T18:15:33.257Z] ---> 804205a781dd [2021-08-20T18:15:33.257Z] Step 21/23 : LABEL arch=arm64 [2021-08-20T18:15:33.547Z] Removing intermediate container 78116b12f69b [2021-08-20T18:15:33.547Z] ---> b2595109dc4a [2021-08-20T18:15:33.547Z] Step 21/22 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:15:33.547Z] ---> Running in b682c2742d2e [2021-08-20T18:15:33.820Z] ---> d6dfd4c44f24 [2021-08-20T18:15:33.820Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-08-20T18:15:33.820Z] ---> Running in 3187005f329e [2021-08-20T18:15:33.820Z] ---> 748e7de8b8d3 [2021-08-20T18:15:33.820Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-08-20T18:15:34.416Z] Removing intermediate container b682c2742d2e [2021-08-20T18:15:34.416Z] ---> 66faf2c7ed95 [2021-08-20T18:15:34.416Z] Step 22/23 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:15:34.416Z] ---> Running in ab2cfab0c2fe [2021-08-20T18:15:34.690Z] Removing intermediate container 3187005f329e [2021-08-20T18:15:34.690Z] ---> 7f996cfb690f [2021-08-20T18:15:34.690Z] Step 22/22 : LABEL version=0.0.0 [2021-08-20T18:15:34.965Z] ---> Running in f65c1e3f67e4 [2021-08-20T18:15:35.242Z] Collecting docker-compose==1.23.2 [2021-08-20T18:15:35.242Z] ---> 602f4dc190e5 [2021-08-20T18:15:35.242Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-08-20T18:15:35.242Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-08-20T18:15:35.524Z] Removing intermediate container ab2cfab0c2fe [2021-08-20T18:15:35.524Z] ---> 782586cc014a [2021-08-20T18:15:35.524Z] Step 23/23 : LABEL version=0.0.0 [2021-08-20T18:15:35.524Z] ---> Running in e9e156641a7c [2021-08-20T18:15:35.803Z] ---> Running in 9c5802376b68 [2021-08-20T18:15:36.080Z] Removing intermediate container f65c1e3f67e4 [2021-08-20T18:15:36.080Z] ---> 775f15f1ce46 [2021-08-20T18:15:36.080Z] [2021-08-20T18:15:36.080Z] ---> 9d9c230d5da5 [2021-08-20T18:15:36.080Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-08-20T18:15:36.683Z] Collecting PyYAML<4,>=3.10 [2021-08-20T18:15:36.683Z] Removing intermediate container 9c5802376b68 [2021-08-20T18:15:36.683Z] ---> 44cceec7b03d [2021-08-20T18:15:36.683Z] [2021-08-20T18:15:36.683Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-08-20T18:15:36.683Z] Successfully built 775f15f1ce46 [2021-08-20T18:15:36.683Z] Successfully tagged security-proxy-setup-arm64:latest [2021-08-20T18:15:36.683Z]  Building security-proxy-setup ... done Building security-bootstrapper [2021-08-20T18:15:37.282Z] Successfully built 44cceec7b03d [2021-08-20T18:15:37.282Z] Successfully tagged support-scheduler-arm64:latest [2021-08-20T18:15:37.282Z]  Building support-scheduler ... done Building support-notifications [2021-08-20T18:15:37.558Z] ---> ae445023a969 [2021-08-20T18:15:37.558Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-08-20T18:15:37.837Z] ---> Running in a2956c0e764f [2021-08-20T18:15:38.837Z] Removing intermediate container a2956c0e764f [2021-08-20T18:15:38.837Z] ---> 84d2333ddb01 [2021-08-20T18:15:38.837Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-20T18:15:39.456Z] ---> Running in 11d94d1154cb [2021-08-20T18:15:39.456Z] Removing intermediate container e9e156641a7c [2021-08-20T18:15:39.456Z] ---> 1805a007bbae [2021-08-20T18:15:39.456Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-08-20T18:15:40.072Z] ---> Running in 935f5e10c2cc [2021-08-20T18:15:40.353Z] Removing intermediate container 11d94d1154cb [2021-08-20T18:15:40.353Z] ---> 0abd00d66dca [2021-08-20T18:15:40.353Z] Step 22/24 : LABEL arch=arm64 [2021-08-20T18:15:40.957Z] ---> Running in 475633b3e9f3 [2021-08-20T18:15:41.562Z] Removing intermediate container 935f5e10c2cc [2021-08-20T18:15:41.562Z] ---> 94ebe0d7d447 [2021-08-20T18:15:41.562Z] Step 24/26 : LABEL arch=arm64 [2021-08-20T18:15:41.562Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-08-20T18:15:41.562Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-08-20T18:15:41.865Z] Removing intermediate container 475633b3e9f3 [2021-08-20T18:15:41.865Z] ---> ea1e60cc6f6b [2021-08-20T18:15:41.865Z] Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:15:41.865Z] ---> Running in e2ac5a3cc197 [2021-08-20T18:15:42.149Z] ---> Running in 42e7b218d9a3 [2021-08-20T18:15:42.149Z] Collecting docker<4.0,>=3.6.0 [2021-08-20T18:15:42.149Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-08-20T18:15:42.749Z] Removing intermediate container e2ac5a3cc197 [2021-08-20T18:15:42.749Z] ---> 9e5334534144 [2021-08-20T18:15:42.749Z] Step 25/26 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:15:42.749Z] Collecting websocket-client<1.0,>=0.32.0 [2021-08-20T18:15:42.749Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-08-20T18:15:43.062Z] Collecting cached-property<2,>=1.2.0 [2021-08-20T18:15:43.062Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-08-20T18:15:43.062Z] Removing intermediate container 42e7b218d9a3 [2021-08-20T18:15:43.062Z] ---> 1cb4e6dafdbb [2021-08-20T18:15:43.062Z] Step 24/24 : LABEL version=0.0.0 [2021-08-20T18:15:43.062Z] Collecting dockerpty<0.5,>=0.4.1 [2021-08-20T18:15:43.348Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-08-20T18:15:43.349Z] ---> Running in 2057afe8b5ee [2021-08-20T18:15:43.626Z] ---> Running in 62f184455fd2 [2021-08-20T18:15:44.224Z] Removing intermediate container 2057afe8b5ee [2021-08-20T18:15:44.224Z] ---> 98d2d7f5bdad [2021-08-20T18:15:44.224Z] Step 26/26 : LABEL version=0.0.0 [2021-08-20T18:15:44.837Z] Removing intermediate container 62f184455fd2 [2021-08-20T18:15:44.838Z] ---> 29c8ee4afa48 [2021-08-20T18:15:44.838Z] [2021-08-20T18:15:44.838Z] ---> Running in d41082e044e1 [2021-08-20T18:15:45.112Z] Successfully built 29c8ee4afa48 [2021-08-20T18:15:45.112Z] Successfully tagged core-data-arm64:latest [2021-08-20T18:15:45.112Z]  Building core-data ... done Building core-command [2021-08-20T18:15:45.717Z] Collecting jsonschema<3,>=2.5.1 [2021-08-20T18:15:45.717Z] Removing intermediate container d41082e044e1 [2021-08-20T18:15:45.717Z] ---> 274f3acfaf28 [2021-08-20T18:15:45.717Z] [2021-08-20T18:15:45.717Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-08-20T18:15:45.717Z] Collecting texttable<0.10,>=0.9.0 [2021-08-20T18:15:45.717Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-08-20T18:15:45.717Z] Successfully built 274f3acfaf28 [2021-08-20T18:15:45.990Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-08-20T18:15:45.990Z]  Building security-secretstore-setup ... done Building core-metadata [2021-08-20T18:15:47.426Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-08-20T18:15:47.426Z] Collecting docopt<0.7,>=0.6.1 [2021-08-20T18:15:47.426Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-08-20T18:15:50.058Z] Collecting docker-pycreds>=0.4.0 [2021-08-20T18:15:50.058Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-08-20T18:15:51.041Z] Collecting certifi>=2017.4.17 [2021-08-20T18:15:51.041Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-08-20T18:15:51.041Z] Collecting idna<2.8,>=2.5 [2021-08-20T18:15:51.041Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-08-20T18:15:52.033Z] Collecting urllib3<1.25,>=1.21.1 [2021-08-20T18:15:52.033Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-08-20T18:15:52.033Z] Collecting chardet<3.1.0,>=3.0.2 [2021-08-20T18:15:52.033Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-08-20T18:15:52.632Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-08-20T18:15:52.632Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-08-20T18:15:52.632Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-08-20T18:15:52.632Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-08-20T18:15:53.616Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-08-20T18:15:53.616Z] Attempting uninstall: urllib3 [2021-08-20T18:15:53.891Z] Found existing installation: urllib3 1.26.2 [2021-08-20T18:15:53.891Z] Uninstalling urllib3-1.26.2: [2021-08-20T18:15:53.891Z] Successfully uninstalled urllib3-1.26.2 [2021-08-20T18:15:54.506Z] Attempting uninstall: idna [2021-08-20T18:15:54.506Z] Found existing installation: idna 3.1 [2021-08-20T18:15:54.506Z] Uninstalling idna-3.1: [2021-08-20T18:15:54.778Z] Successfully uninstalled idna-3.1 [2021-08-20T18:15:55.374Z] Attempting uninstall: chardet [2021-08-20T18:15:55.374Z] Found existing installation: chardet 4.0.0 [2021-08-20T18:15:55.374Z] Uninstalling chardet-4.0.0: [2021-08-20T18:15:55.374Z] Successfully uninstalled chardet-4.0.0 [2021-08-20T18:15:56.819Z] Attempting uninstall: requests [2021-08-20T18:15:56.819Z] Found existing installation: requests 2.25.1 [2021-08-20T18:15:56.819Z] Uninstalling requests-2.25.1: [2021-08-20T18:15:57.094Z] Successfully uninstalled requests-2.25.1 [2021-08-20T18:15:57.370Z] Running setup.py install for texttable: started [2021-08-20T18:15:59.358Z] Running setup.py install for texttable: finished with status 'done' [2021-08-20T18:15:59.358Z] Running setup.py install for PyYAML: started [2021-08-20T18:16:01.985Z] Running setup.py install for PyYAML: finished with status 'done' [2021-08-20T18:16:02.269Z] Running setup.py install for docopt: started [2021-08-20T18:16:04.915Z] Running setup.py install for docopt: finished with status 'done' [2021-08-20T18:16:04.915Z] Running setup.py install for dockerpty: started [2021-08-20T18:16:06.906Z] Running setup.py install for dockerpty: finished with status 'done' [2021-08-20T18:16:08.348Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-08-20T18:16:20.787Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:16:20.787Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:16:20.787Z] ---> 891e09a80f2b [2021-08-20T18:16:20.787Z] Step 3/23 : WORKDIR /edgex-go [2021-08-20T18:16:20.787Z] ---> Using cache [2021-08-20T18:16:20.787Z] ---> 6c92be8c6121 [2021-08-20T18:16:20.787Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:16:20.787Z] ---> Using cache [2021-08-20T18:16:20.787Z] ---> 0086b21a83ca [2021-08-20T18:16:20.787Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-08-20T18:16:20.787Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:16:20.787Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:16:20.787Z] ---> 891e09a80f2b [2021-08-20T18:16:20.787Z] Step 3/32 : WORKDIR /edgex-go [2021-08-20T18:16:20.787Z] ---> Using cache [2021-08-20T18:16:20.787Z] ---> 6c92be8c6121 [2021-08-20T18:16:20.787Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:16:20.787Z] ---> Using cache [2021-08-20T18:16:20.787Z] ---> 0086b21a83ca [2021-08-20T18:16:20.787Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-08-20T18:16:21.394Z] ---> Running in 18b902aadff5 [2021-08-20T18:16:21.394Z] ---> Running in 6f3350c12ba9 [2021-08-20T18:16:24.039Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-20T18:16:24.039Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-08-20T18:16:24.653Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-20T18:16:24.653Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-08-20T18:16:25.670Z] OK: 218 MiB in 52 packages [2021-08-20T18:16:25.670Z] OK: 218 MiB in 52 packages [2021-08-20T18:16:29.128Z] Removing intermediate container 07234a532daa [2021-08-20T18:16:29.128Z] ---> 4d28d72f94a5 [2021-08-20T18:16:29.128Z] Step 15/24 : ENV APP_PORT=58890 [2021-08-20T18:16:29.128Z] Removing intermediate container 18b902aadff5 [2021-08-20T18:16:29.128Z] ---> 17b1ced0b18c [2021-08-20T18:16:29.128Z] Step 6/32 : COPY go.mod . [2021-08-20T18:16:29.128Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:16:29.128Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:16:29.128Z] ---> 891e09a80f2b [2021-08-20T18:16:29.128Z] Step 3/24 : WORKDIR /edgex-go [2021-08-20T18:16:29.128Z] ---> Using cache [2021-08-20T18:16:29.128Z] ---> 6c92be8c6121 [2021-08-20T18:16:29.128Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:16:29.128Z] ---> Using cache [2021-08-20T18:16:29.128Z] ---> 0086b21a83ca [2021-08-20T18:16:29.128Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-08-20T18:16:29.128Z] ---> Using cache [2021-08-20T18:16:29.128Z] ---> 17b1ced0b18c [2021-08-20T18:16:29.128Z] Step 6/24 : COPY go.mod . [2021-08-20T18:16:29.128Z] ---> Running in 267aad6c686b [2021-08-20T18:16:29.128Z] Removing intermediate container 6f3350c12ba9 [2021-08-20T18:16:29.128Z] ---> dd64d97ed71f [2021-08-20T18:16:29.128Z] Step 6/23 : COPY go.mod . [2021-08-20T18:16:29.405Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-08-20T18:16:29.405Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-08-20T18:16:29.405Z] ---> 891e09a80f2b [2021-08-20T18:16:29.405Z] Step 3/24 : WORKDIR /edgex-go [2021-08-20T18:16:29.405Z] ---> Using cache [2021-08-20T18:16:29.405Z] ---> 6c92be8c6121 [2021-08-20T18:16:29.405Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-08-20T18:16:29.405Z] ---> Using cache [2021-08-20T18:16:29.405Z] ---> 0086b21a83ca [2021-08-20T18:16:29.405Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-08-20T18:16:29.405Z] ---> Using cache [2021-08-20T18:16:29.405Z] ---> 17b1ced0b18c [2021-08-20T18:16:29.405Z] Step 6/24 : COPY go.mod . [2021-08-20T18:16:30.005Z] Removing intermediate container 267aad6c686b [2021-08-20T18:16:30.005Z] ---> 00991977f756 [2021-08-20T18:16:30.005Z] Step 16/24 : EXPOSE $APP_PORT [2021-08-20T18:16:30.005Z] ---> 3381feed77ee [2021-08-20T18:16:30.005Z] Step 7/24 : RUN go mod download [2021-08-20T18:16:30.278Z] ---> Running in 8000e26280cb [2021-08-20T18:16:30.278Z] ---> b1ad604958d2 [2021-08-20T18:16:30.278Z] Step 7/32 : RUN go mod download ---> Running in 88ead529b5cd [2021-08-20T18:16:30.278Z] [2021-08-20T18:16:30.555Z] ---> Running in 528174fb66d2 [2021-08-20T18:16:30.836Z] ---> ce11fa549c4f [2021-08-20T18:16:30.836Z] Step 7/23 : RUN go mod download [2021-08-20T18:16:30.836Z] ---> 5f7052aabb8a [2021-08-20T18:16:30.836Z] Step 7/24 : RUN go mod download [2021-08-20T18:16:31.119Z] ---> Running in f8ea0a6be62e [2021-08-20T18:16:31.119Z] Removing intermediate container 8000e26280cb [2021-08-20T18:16:31.119Z] ---> 7dcfde8d2787 [2021-08-20T18:16:31.119Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-08-20T18:16:31.119Z] ---> Running in d10dc8e28324 [2021-08-20T18:16:33.105Z] ---> 1d4ce2d9400d [2021-08-20T18:16:33.105Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-08-20T18:16:34.553Z] ---> 5e5211e2dcf6 [2021-08-20T18:16:34.553Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-08-20T18:16:36.013Z] ---> bccf0f4314f8 [2021-08-20T18:16:36.013Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-08-20T18:16:36.301Z] ---> Running in af6a34a9276c [2021-08-20T18:16:36.913Z] Removing intermediate container 88ead529b5cd [2021-08-20T18:16:36.913Z] ---> d9622c996f07 [2021-08-20T18:16:36.913Z] Step 8/24 : COPY . . [2021-08-20T18:16:37.190Z] Removing intermediate container af6a34a9276c [2021-08-20T18:16:37.190Z] ---> 629d7c49317e [2021-08-20T18:16:37.190Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-20T18:16:37.466Z] Removing intermediate container 528174fb66d2 [2021-08-20T18:16:37.466Z] ---> 39abee0aba87 [2021-08-20T18:16:37.466Z] Step 8/32 : COPY . . [2021-08-20T18:16:37.466Z] ---> Running in 5d1baffecc7b [2021-08-20T18:16:37.752Z] Removing intermediate container f8ea0a6be62e [2021-08-20T18:16:37.753Z] ---> e5403778cc3a [2021-08-20T18:16:37.753Z] Step 8/23 : COPY . . [2021-08-20T18:16:38.031Z] Removing intermediate container d10dc8e28324 [2021-08-20T18:16:38.031Z] ---> 717743268f82 [2021-08-20T18:16:38.031Z] Step 8/24 : COPY . . [2021-08-20T18:16:38.309Z] Removing intermediate container 5d1baffecc7b [2021-08-20T18:16:38.309Z] ---> bea27b41c745 [2021-08-20T18:16:38.309Z] Step 22/24 : LABEL arch=arm64 [2021-08-20T18:16:38.924Z] ---> Running in de3eccefc8fe [2021-08-20T18:16:40.935Z] Removing intermediate container de3eccefc8fe [2021-08-20T18:16:40.935Z] ---> 709b2f42e5b4 [2021-08-20T18:16:40.935Z] Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:16:42.376Z] ---> Running in d53ee86bf642 [2021-08-20T18:16:43.360Z] Removing intermediate container d53ee86bf642 [2021-08-20T18:16:43.360Z] ---> 85368f64f844 [2021-08-20T18:16:43.360Z] Step 24/24 : LABEL version=0.0.0 [2021-08-20T18:16:43.965Z] ---> Running in d9fd70a26b8e [2021-08-20T18:16:45.413Z] Removing intermediate container d9fd70a26b8e [2021-08-20T18:16:45.413Z] ---> 40e4c8ea517e [2021-08-20T18:16:45.413Z] [2021-08-20T18:16:46.019Z] Successfully built 40e4c8ea517e [2021-08-20T18:16:46.019Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-08-20T18:17:01.138Z]  Building sys-mgmt-agent ... done  ---> 2ef934089eed [2021-08-20T18:17:01.138Z] Step 9/32 : RUN go mod tidy [2021-08-20T18:17:01.138Z] ---> 9b06c6e1a24f [2021-08-20T18:17:01.138Z] Step 9/24 : RUN go mod tidy [2021-08-20T18:17:01.138Z] ---> a8cd359d7a2d [2021-08-20T18:17:01.138Z] Step 9/23 : RUN go mod tidy [2021-08-20T18:17:01.138Z] ---> 692b96ab5a90 [2021-08-20T18:17:01.138Z] Step 9/24 : RUN go mod tidy [2021-08-20T18:17:01.138Z] ---> Running in 74bf5baf9ebb [2021-08-20T18:17:01.138Z] ---> Running in 546013c50e88 [2021-08-20T18:17:01.138Z] ---> Running in 17832a53881f [2021-08-20T18:17:01.138Z] ---> Running in e323bc874f05 [2021-08-20T18:17:05.475Z] Removing intermediate container 74bf5baf9ebb [2021-08-20T18:17:05.475Z] ---> 8d1a1c187bd7 [2021-08-20T18:17:05.475Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-08-20T18:17:05.475Z] ---> Running in f91501606239 [2021-08-20T18:17:05.475Z] Removing intermediate container e323bc874f05 [2021-08-20T18:17:05.475Z] ---> e1f71b3b3d21 [2021-08-20T18:17:05.475Z] Removing intermediate container 17832a53881f [2021-08-20T18:17:05.475Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-08-20T18:17:05.475Z] ---> ca7fdab4b252 [2021-08-20T18:17:05.475Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-08-20T18:17:05.748Z] Removing intermediate container 546013c50e88 [2021-08-20T18:17:05.748Z] ---> 430a0a65b0fb [2021-08-20T18:17:05.748Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-08-20T18:17:05.748Z] ---> Running in 506c2ba7c031 [2021-08-20T18:17:05.748Z] ---> Running in 3c70e410e968 [2021-08-20T18:17:06.026Z] ---> Running in a2e3b5132b3b [2021-08-20T18:17:07.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-08-20T18:17:07.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-08-20T18:17:07.910Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-08-20T18:17:08.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-08-20T18:18:45.043Z] Removing intermediate container a2e3b5132b3b [2021-08-20T18:18:45.043Z] ---> 3281d5da2aeb [2021-08-20T18:18:45.043Z] [2021-08-20T18:18:45.043Z] Step 11/24 : FROM alpine:3.12 [2021-08-20T18:18:45.043Z] ---> c4fd0aeabfcf [2021-08-20T18:18:45.043Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-20T18:18:45.043Z] ---> Using cache [2021-08-20T18:18:45.043Z] ---> c1fed7c34305 [2021-08-20T18:18:45.043Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-20T18:18:45.043Z] ---> Using cache [2021-08-20T18:18:45.043Z] ---> 9be3a50a2fd0 [2021-08-20T18:18:45.043Z] Step 14/24 : ENV APP_PORT=59882 [2021-08-20T18:18:45.043Z] Removing intermediate container f91501606239 [2021-08-20T18:18:45.043Z] ---> 3bb4a80a7764 [2021-08-20T18:18:45.043Z] [2021-08-20T18:18:45.043Z] Step 11/32 : FROM alpine:3.12 [2021-08-20T18:18:45.043Z] ---> c4fd0aeabfcf [2021-08-20T18:18:45.043Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-08-20T18:18:45.043Z] ---> Running in 5c95a9597fe3 [2021-08-20T18:18:45.043Z] ---> Running in 4dfc9923772d [2021-08-20T18:18:45.043Z] Removing intermediate container 5c95a9597fe3 [2021-08-20T18:18:45.043Z] ---> 7f59e4035eeb [2021-08-20T18:18:45.043Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-20T18:18:45.043Z] Removing intermediate container 4dfc9923772d [2021-08-20T18:18:45.043Z] ---> 64985b227f77 [2021-08-20T18:18:45.043Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-08-20T18:18:45.043Z] ---> Running in 466ef856f824 [2021-08-20T18:18:45.043Z] ---> Running in bac966245d9c [2021-08-20T18:18:45.043Z] Removing intermediate container 466ef856f824 [2021-08-20T18:18:45.043Z] ---> cdd33b8e129e [2021-08-20T18:18:45.043Z] Step 16/24 : WORKDIR / [2021-08-20T18:18:45.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-20T18:18:45.043Z] ---> Running in 635d8ec034a5 [2021-08-20T18:18:45.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-20T18:18:45.043Z] Removing intermediate container 3c70e410e968 [2021-08-20T18:18:45.043Z] ---> 3b91db84887a [2021-08-20T18:18:45.043Z] [2021-08-20T18:18:45.043Z] Step 11/23 : FROM alpine:3.12 [2021-08-20T18:18:45.043Z] ---> c4fd0aeabfcf [2021-08-20T18:18:45.043Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-08-20T18:18:45.333Z] Removing intermediate container 506c2ba7c031 [2021-08-20T18:18:45.333Z] ---> b1eaf5a2b9ac [2021-08-20T18:18:45.333Z] [2021-08-20T18:18:45.333Z] Step 11/24 : FROM alpine:3.12 [2021-08-20T18:18:45.333Z] ---> c4fd0aeabfcf [2021-08-20T18:18:45.333Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-08-20T18:18:45.333Z] ---> Using cache [2021-08-20T18:18:45.333Z] ---> c1fed7c34305 [2021-08-20T18:18:45.333Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-20T18:18:45.333Z] ---> Using cache [2021-08-20T18:18:45.333Z] ---> 9be3a50a2fd0 [2021-08-20T18:18:45.333Z] Step 14/24 : ENV APP_PORT=59881 [2021-08-20T18:18:45.333Z] ---> Running in f0aa3007df5b [2021-08-20T18:18:45.612Z] ---> Running in 27c55a865f75 [2021-08-20T18:18:45.892Z] Removing intermediate container 635d8ec034a5 [2021-08-20T18:18:45.892Z] ---> 85fc50402c94 [2021-08-20T18:18:45.892Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-20T18:18:45.892Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-08-20T18:18:45.892Z] (2/2) Installing su-exec (0.2-r1) [2021-08-20T18:18:45.892Z] Executing busybox-1.31.1-r20.trigger [2021-08-20T18:18:46.170Z] OK: 5 MiB in 16 packages [2021-08-20T18:18:46.443Z] Removing intermediate container 27c55a865f75 [2021-08-20T18:18:46.443Z] ---> ecb2c826bdf1 [2021-08-20T18:18:46.443Z] Step 15/24 : EXPOSE $APP_PORT [2021-08-20T18:18:46.723Z] ---> Running in 52f7640303d3 [2021-08-20T18:18:46.996Z] ---> dec161d0c71d [2021-08-20T18:18:46.996Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-08-20T18:18:47.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-08-20T18:18:47.281Z] Removing intermediate container 52f7640303d3 [2021-08-20T18:18:47.281Z] ---> 0372cd98742a [2021-08-20T18:18:47.281Z] Step 16/24 : WORKDIR / [2021-08-20T18:18:47.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-08-20T18:18:47.555Z] Removing intermediate container bac966245d9c [2021-08-20T18:18:47.555Z] ---> 96a5fe7f9d8b [2021-08-20T18:18:47.555Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-08-20T18:18:47.555Z] ---> Running in 7ec69ab68cc6 [2021-08-20T18:18:47.555Z] ---> Running in 9c9b84b909c9 [2021-08-20T18:18:47.831Z] (1/2) Installing ca-certificates (20191127-r4) [2021-08-20T18:18:48.110Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-08-20T18:18:48.110Z] Executing busybox-1.31.1-r20.trigger [2021-08-20T18:18:48.110Z] Executing ca-certificates-20191127-r4.trigger [2021-08-20T18:18:48.110Z] OK: 6 MiB in 16 packages [2021-08-20T18:18:48.709Z] Removing intermediate container 7ec69ab68cc6 [2021-08-20T18:18:48.709Z] ---> 39f372819ce8 [2021-08-20T18:18:48.709Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-20T18:18:48.709Z] Removing intermediate container 9c9b84b909c9 [2021-08-20T18:18:48.709Z] ---> 2c2047766778 [2021-08-20T18:18:48.709Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-08-20T18:18:48.709Z] ---> 09c40fb765a1 [2021-08-20T18:18:48.709Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-08-20T18:18:48.985Z] ---> Running in 4b4c10c2bc1a [2021-08-20T18:18:49.580Z] Removing intermediate container 4b4c10c2bc1a [2021-08-20T18:18:49.580Z] ---> 90b4e8b4db6d [2021-08-20T18:18:49.580Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-08-20T18:18:49.856Z] ---> 3786993816fe [2021-08-20T18:18:49.856Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-08-20T18:18:49.856Z] ---> Running in 2207cd0e034f [2021-08-20T18:18:49.856Z] ---> f2ef83be172f [2021-08-20T18:18:49.856Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-08-20T18:18:50.133Z] Removing intermediate container f0aa3007df5b [2021-08-20T18:18:50.133Z] ---> 0563ba262670 [2021-08-20T18:18:50.133Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-08-20T18:18:50.133Z] ---> Running in 4a36e3e43a78 [2021-08-20T18:18:50.407Z] ---> Running in 3aaa43503c14 [2021-08-20T18:18:50.685Z] Removing intermediate container 4a36e3e43a78 [2021-08-20T18:18:50.685Z] ---> 2363df8c1554 [2021-08-20T18:18:50.685Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-20T18:18:51.289Z] ---> Running in 33e354f12388 [2021-08-20T18:18:51.289Z] Removing intermediate container 3aaa43503c14 [2021-08-20T18:18:51.289Z] ---> 2107274acad9 [2021-08-20T18:18:51.289Z] Step 14/23 : ENV APP_PORT=59860 [2021-08-20T18:18:51.289Z] ---> af0725dfd90a [2021-08-20T18:18:51.289Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-08-20T18:18:51.289Z] ---> Running in 5f9fd6247d2c [2021-08-20T18:18:51.899Z] Removing intermediate container 33e354f12388 [2021-08-20T18:18:51.899Z] ---> f6247ef62fe7 [2021-08-20T18:18:51.899Z] Step 22/24 : LABEL arch=arm64 [2021-08-20T18:18:52.180Z] Removing intermediate container 5f9fd6247d2c [2021-08-20T18:18:52.180Z] ---> a8813bd9d5a6 [2021-08-20T18:18:52.180Z] Step 15/23 : EXPOSE $APP_PORT [2021-08-20T18:18:52.180Z] ---> Running in 20ab2468dd6e [2021-08-20T18:18:52.180Z] ---> Running in 86367035f05a [2021-08-20T18:18:52.459Z] ---> ef82b517003b [2021-08-20T18:18:52.459Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-08-20T18:18:52.734Z] ---> Running in 3dde07f6b71a [2021-08-20T18:18:52.734Z] Removing intermediate container 2207cd0e034f [2021-08-20T18:18:52.734Z] ---> a401419c4797 [2021-08-20T18:18:52.734Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-08-20T18:18:52.734Z] Removing intermediate container 20ab2468dd6e [2021-08-20T18:18:52.734Z] ---> 58ecf869e748 [2021-08-20T18:18:52.734Z] Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:18:53.012Z] Removing intermediate container 86367035f05a [2021-08-20T18:18:53.012Z] ---> 6de160833741 [2021-08-20T18:18:53.012Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-20T18:18:53.012Z] ---> Running in 4e34cd9db537 [2021-08-20T18:18:53.012Z] ---> Running in aeda193019ff [2021-08-20T18:18:53.289Z] Removing intermediate container 3dde07f6b71a [2021-08-20T18:18:53.289Z] ---> 87619ffd0ec8 [2021-08-20T18:18:53.289Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-20T18:18:53.567Z] ---> Running in 0aabc0e0722c [2021-08-20T18:18:53.841Z] Removing intermediate container aeda193019ff [2021-08-20T18:18:53.841Z] ---> f4d16418d6dc [2021-08-20T18:18:53.841Z] Step 24/24 : LABEL version=0.0.0 [2021-08-20T18:18:53.841Z] Removing intermediate container 4e34cd9db537 [2021-08-20T18:18:53.841Z] ---> d07b14d37a6c [2021-08-20T18:18:53.841Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-08-20T18:18:54.114Z] ---> Running in 6bdc5564e948 [2021-08-20T18:18:54.114Z] ---> b29f41980fe6 [2021-08-20T18:18:54.114Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-08-20T18:18:54.385Z] Removing intermediate container 0aabc0e0722c [2021-08-20T18:18:54.385Z] ---> 8238c2262ce2 [2021-08-20T18:18:54.385Z] Step 22/24 : LABEL arch=arm64 [2021-08-20T18:18:54.385Z] ---> Running in b54ded9a33ae [2021-08-20T18:18:54.674Z] Removing intermediate container 6bdc5564e948 [2021-08-20T18:18:54.674Z] ---> 8cbe6fb3e6df [2021-08-20T18:18:54.674Z] [2021-08-20T18:18:54.946Z] Successfully built 8cbe6fb3e6df [2021-08-20T18:18:55.218Z] ---> be87b1a070d3 [2021-08-20T18:18:55.218Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-08-20T18:18:55.218Z] Successfully tagged core-command-arm64:latest [2021-08-20T18:18:55.490Z]  Building core-command ... done Removing intermediate container b54ded9a33ae [2021-08-20T18:18:55.490Z] ---> 7525062ffa35 [2021-08-20T18:18:55.490Z] Step 23/24 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:18:55.490Z] ---> Running in 1b804c2a5c05 [2021-08-20T18:18:55.490Z] ---> 29796c50411f [2021-08-20T18:18:55.490Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-08-20T18:18:55.767Z] ---> Running in f94851a39381 [2021-08-20T18:18:56.369Z] Removing intermediate container f94851a39381 [2021-08-20T18:18:56.369Z] ---> e95eab3b8380 [2021-08-20T18:18:56.369Z] Step 24/24 : LABEL version=0.0.0 [2021-08-20T18:18:56.369Z] ---> Running in 84184357d131 [2021-08-20T18:18:56.647Z] ---> 7a0463ef4eea [2021-08-20T18:18:56.647Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-08-20T18:18:56.647Z] ---> Running in 5d7ea6145b00 [2021-08-20T18:18:57.240Z] Removing intermediate container 84184357d131 [2021-08-20T18:18:57.240Z] ---> 2fef5233b1ea [2021-08-20T18:18:57.240Z] [2021-08-20T18:18:57.240Z] Removing intermediate container 5d7ea6145b00 [2021-08-20T18:18:57.240Z] ---> 3751634a2529 [2021-08-20T18:18:57.240Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-08-20T18:18:57.512Z] Successfully built 2fef5233b1ea [2021-08-20T18:18:57.512Z] Successfully tagged core-metadata-arm64:latest [2021-08-20T18:18:57.782Z]  Building core-metadata ... done  ---> Running in 9dbcffd165ee [2021-08-20T18:18:58.378Z] Removing intermediate container 9dbcffd165ee [2021-08-20T18:18:58.378Z] ---> f9be08f53be2 [2021-08-20T18:18:58.378Z] Step 21/23 : LABEL arch=arm64 [2021-08-20T18:18:58.378Z] Removing intermediate container 1b804c2a5c05 [2021-08-20T18:18:58.378Z] ---> a2e0ff431c80 [2021-08-20T18:18:58.378Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-08-20T18:18:58.378Z] ---> Running in aa5c8ba102ce [2021-08-20T18:18:58.975Z] Removing intermediate container aa5c8ba102ce [2021-08-20T18:18:58.975Z] ---> 5a5ccb542d9c [2021-08-20T18:18:58.975Z] Step 22/23 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:18:58.975Z] ---> Running in 0e47e3770d78 [2021-08-20T18:18:58.975Z] ---> 08675d73f681 [2021-08-20T18:18:58.975Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-08-20T18:18:59.568Z] Removing intermediate container 0e47e3770d78 [2021-08-20T18:18:59.568Z] ---> 0e732ffa42a1 [2021-08-20T18:18:59.568Z] Step 23/23 : LABEL version=0.0.0 [2021-08-20T18:18:59.840Z] ---> Running in 9d976587f586 [2021-08-20T18:19:00.112Z] ---> 2fd896c78011 [2021-08-20T18:19:00.112Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-08-20T18:19:00.386Z] Removing intermediate container 9d976587f586 [2021-08-20T18:19:00.386Z] ---> 390aa8e79114 [2021-08-20T18:19:00.386Z] [2021-08-20T18:19:00.657Z] Successfully built 390aa8e79114 [2021-08-20T18:19:00.657Z] Successfully tagged support-notifications-arm64:latest [2021-08-20T18:19:01.251Z]  Building support-notifications ... done  ---> 24f82301c2e2 [2021-08-20T18:19:01.251Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-08-20T18:19:01.876Z] ---> f71e0244a072 [2021-08-20T18:19:01.876Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-08-20T18:19:02.865Z] ---> e07ff4c3c7b1 [2021-08-20T18:19:02.865Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-08-20T18:19:03.139Z] ---> Running in c1df9aa4d25f [2021-08-20T18:19:03.417Z] Removing intermediate container c1df9aa4d25f [2021-08-20T18:19:03.417Z] ---> e06880b579b5 [2021-08-20T18:19:03.417Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-08-20T18:19:04.413Z] ---> 93d55a032f32 [2021-08-20T18:19:04.413Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-08-20T18:19:04.413Z] ---> Running in 676eb94377b9 [2021-08-20T18:19:07.059Z] Removing intermediate container 676eb94377b9 [2021-08-20T18:19:07.059Z] ---> f89328f89310 [2021-08-20T18:19:07.059Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-08-20T18:19:07.059Z] ---> Running in 95fc026b3b80 [2021-08-20T18:19:07.335Z] Removing intermediate container 95fc026b3b80 [2021-08-20T18:19:07.335Z] ---> da4840e72586 [2021-08-20T18:19:07.335Z] Step 29/32 : CMD ["gate"] [2021-08-20T18:19:07.615Z] ---> Running in 93aea8e22e69 [2021-08-20T18:19:08.217Z] Removing intermediate container 93aea8e22e69 [2021-08-20T18:19:08.217Z] ---> 007a6bdfd970 [2021-08-20T18:19:08.217Z] Step 30/32 : LABEL arch=arm64 [2021-08-20T18:19:08.496Z] ---> Running in 5e590f1c456e [2021-08-20T18:19:09.108Z] Removing intermediate container 5e590f1c456e [2021-08-20T18:19:09.108Z] ---> a9917b73e03d [2021-08-20T18:19:09.108Z] Step 31/32 : LABEL git_sha=8fa67b5464d781e97ad3bb56324fc859cbe71084 [2021-08-20T18:19:09.392Z] ---> Running in 1a843174ef06 [2021-08-20T18:19:09.998Z] Removing intermediate container 1a843174ef06 [2021-08-20T18:19:09.998Z] ---> f05b45bf1cdb [2021-08-20T18:19:09.998Z] Step 32/32 : LABEL version=0.0.0 [2021-08-20T18:19:10.274Z] ---> Running in ef7571e4c120 [2021-08-20T18:19:10.877Z] Removing intermediate container ef7571e4c120 [2021-08-20T18:19:10.877Z] ---> 0eab09eab1f4 [2021-08-20T18:19:10.877Z] [2021-08-20T18:19:11.155Z] Successfully built 0eab09eab1f4 [2021-08-20T18:19:11.155Z] Successfully tagged security-bootstrapper-arm64:latest [2021-08-20T18:19:11.454Z]  Building security-bootstrapper ... done  [Pipeline] } [2021-08-20T18:19:11.453Z] $ docker stop --time=1 b7d89875be2d5d5c905c4bb930ec0c41f166fa80972dcd29cabad9a5a0841c7d [2021-08-20T18:19:13.254Z] $ docker rm -f b7d89875be2d5d5c905c4bb930ec0c41f166fa80972dcd29cabad9a5a0841c7d [Pipeline] // withDockerContainer [Pipeline] sh [2021-08-20T18:19:13.848Z] + docker images [2021-08-20T18:19:14.120Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-08-20T18:19:14.120Z] security-bootstrapper-arm64 latest 0eab09eab1f4 3 seconds ago 17.7MB [2021-08-20T18:19:14.120Z] support-notifications-arm64 latest 390aa8e79114 13 seconds ago 15.9MB [2021-08-20T18:19:14.120Z] core-metadata-arm64 latest 2fef5233b1ea 17 seconds ago 15.8MB [2021-08-20T18:19:14.120Z] core-command-arm64 latest 8cbe6fb3e6df 19 seconds ago 15.2MB [2021-08-20T18:19:14.120Z] b1eaf5a2b9ac 29 seconds ago 1.57GB [2021-08-20T18:19:14.120Z] 3b91db84887a 29 seconds ago 1.57GB [2021-08-20T18:19:14.120Z] 3281d5da2aeb 34 seconds ago 1.56GB [2021-08-20T18:19:14.120Z] 3bb4a80a7764 34 seconds ago 1.57GB [2021-08-20T18:19:14.120Z] sys-mgmt-agent-arm64 latest 40e4c8ea517e 2 minutes ago 311MB [2021-08-20T18:19:14.120Z] security-secretstore-setup-arm64 latest 274f3acfaf28 3 minutes ago 26.5MB [2021-08-20T18:19:14.120Z] core-data-arm64 latest 29c8ee4afa48 3 minutes ago 19.3MB [2021-08-20T18:19:14.120Z] support-scheduler-arm64 latest 44cceec7b03d 3 minutes ago 15.2MB [2021-08-20T18:19:14.120Z] security-proxy-setup-arm64 latest 775f15f1ce46 3 minutes ago 24.5MB [2021-08-20T18:19:14.120Z] 681ee0274c2e 4 minutes ago 1.57GB [2021-08-20T18:19:14.120Z] e7339497f4b2 4 minutes ago 1.57GB [2021-08-20T18:19:14.120Z] 668a40105077 4 minutes ago 1.57GB [2021-08-20T18:19:14.120Z] e3c09950234e 4 minutes ago 1.57GB [2021-08-20T18:19:14.120Z] 8f930411bfd9 4 minutes ago 1.57GB [2021-08-20T18:19:14.120Z] ci-base-image-arm64 latest 891e09a80f2b 14 minutes ago 1.24GB [2021-08-20T18:19:14.120Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 04bc70af865f 2 weeks ago 533MB [2021-08-20T18:19:14.120Z] docker 20.10.7 df445af6242a 2 months ago 234MB [2021-08-20T18:19:14.120Z] alpine 3.12 c4fd0aeabfcf 2 months ago 5.32MB [2021-08-20T18:19:14.120Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 13 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-08-20T18:19:14.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-20T18:19:15.097Z] [2021-08-20T18:19:15.097Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-08-20T18:19:15.462Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-20T18:19:15.737Z] arm64: Pulling from edgex-lftools-log-publisher [2021-08-20T18:19:15.737Z] 448f6bf000e3: Pulling fs layer [2021-08-20T18:19:15.737Z] f757da607395: Pulling fs layer [2021-08-20T18:19:15.737Z] 05883995daec: Pulling fs layer [2021-08-20T18:19:15.737Z] 8603b9c90790: Pulling fs layer [2021-08-20T18:19:15.737Z] 1560dd03e051: Pulling fs layer [2021-08-20T18:19:15.737Z] 27f5ce0e4adf: Pulling fs layer [2021-08-20T18:19:15.737Z] c2d8d7efcc4b: Pulling fs layer [2021-08-20T18:19:15.737Z] 1560dd03e051: Waiting [2021-08-20T18:19:15.737Z] c2d8d7efcc4b: Waiting [2021-08-20T18:19:15.737Z] 27f5ce0e4adf: Waiting [2021-08-20T18:19:15.737Z] 8603b9c90790: Waiting [2021-08-20T18:19:16.011Z] f757da607395: Verifying Checksum [2021-08-20T18:19:16.011Z] f757da607395: Download complete [2021-08-20T18:19:16.011Z] 8603b9c90790: Download complete [2021-08-20T18:19:16.291Z] 1560dd03e051: Verifying Checksum [2021-08-20T18:19:16.291Z] 1560dd03e051: Download complete [2021-08-20T18:19:16.291Z] 27f5ce0e4adf: Verifying Checksum [2021-08-20T18:19:16.291Z] 27f5ce0e4adf: Download complete [2021-08-20T18:19:16.568Z] 05883995daec: Verifying Checksum [2021-08-20T18:19:16.568Z] 05883995daec: Download complete [2021-08-20T18:19:17.587Z] 448f6bf000e3: Download complete [2021-08-20T18:19:20.206Z] c2d8d7efcc4b: Verifying Checksum [2021-08-20T18:19:20.206Z] c2d8d7efcc4b: Download complete [2021-08-20T18:19:20.805Z] 448f6bf000e3: Pull complete [2021-08-20T18:19:21.789Z] f757da607395: Pull complete [2021-08-20T18:19:23.226Z] 05883995daec: Pull complete [2021-08-20T18:19:23.500Z] 8603b9c90790: Pull complete [2021-08-20T18:19:24.487Z] 1560dd03e051: Pull complete [2021-08-20T18:19:24.758Z] 27f5ce0e4adf: Pull complete [2021-08-20T18:19:39.870Z] c2d8d7efcc4b: Pull complete [2021-08-20T18:19:39.870Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-08-20T18:19:39.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-08-20T18:19:39.871Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-08-20T18:19:40.110Z] prd-ubuntu18.04-docker-arm64-4c-16g-403 does not seem to be running inside a container [2021-08-20T18:19:40.182Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-08-20T18:19:44.321Z] $ docker top 1c17c92b6be5ed0de5474502c5cda16d80ba3986e35f99708600e449fec8be8d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-08-20T18:19:45.619Z] ---> job-cost.sh [2021-08-20T18:19:45.619Z] lf-activate-venv: SKIPPING [2021-08-20T18:19:45.619Z] INFO: No Stack... [2021-08-20T18:19:46.599Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-08-20T18:19:47.196Z] INFO: Archiving Costs [Pipeline] sh [2021-08-20T18:19:47.870Z] + cat /w/workspace/edgex-go/10/archives/cost.csv [2021-08-20T18:19:47.870Z] + cut -d, -f6 [Pipeline] lock [2021-08-20T18:19:47.940Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3671-10-stack-cost] [2021-08-20T18:19:47.950Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3671-10-stack-cost] did not exist. Created. [2021-08-20T18:19:47.950Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3671-10-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-08-20T18:19:48.640Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-08-20T18:19:48.818Z] Stashed 1 file(s) [Pipeline] } [2021-08-20T18:19:48.834Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3671-10-stack-cost] [Pipeline] // lock [Pipeline] } [2021-08-20T18:19:48.859Z] $ docker stop --time=1 1c17c92b6be5ed0de5474502c5cda16d80ba3986e35f99708600e449fec8be8d [2021-08-20T18:19:50.465Z] $ docker rm -f 1c17c92b6be5ed0de5474502c5cda16d80ba3986e35f99708600e449fec8be8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-08-20T18:19:51.835Z] provisioning config files... [2021-08-20T18:19:51.852Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config5869367876519113189tmp [Pipeline] { [Pipeline] sh [2021-08-20T18:19:52.197Z] + set +x [2021-08-20T18:19:52.197Z] + curl -s https://codecov.io/bash [2021-08-20T18:19:52.197Z] + bash -s -- [2021-08-20T18:19:52.466Z] [2021-08-20T18:19:52.466Z] _____ _ [2021-08-20T18:19:52.466Z] / ____| | | [2021-08-20T18:19:52.466Z] | | ___ __| | ___ ___ _____ __ [2021-08-20T18:19:52.466Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-08-20T18:19:52.466Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-08-20T18:19:52.466Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-08-20T18:19:52.466Z] Bash-1.0.6 [2021-08-20T18:19:52.466Z] [2021-08-20T18:19:52.466Z] [2021-08-20T18:19:52.466Z] ==> git version 2.24.4 found [2021-08-20T18:19:52.466Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-08-20T18:19:52.466Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-08-20T18:19:52.466Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-08-20T18:19:52.466Z] ==> Jenkins CI detected. [2021-08-20T18:19:52.466Z] current dir:  /w/workspace/edgex-go/10 [2021-08-20T18:19:52.466Z] project root: . [2021-08-20T18:19:52.466Z] --> token set from env [2021-08-20T18:19:52.466Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-08-20T18:19:52.466Z] ==> Running gcov in . (disable via -X gcov) [2021-08-20T18:19:52.466Z] ==> Python coveragepy not found [2021-08-20T18:19:52.466Z] ==> Searching for coverage reports in: [2021-08-20T18:19:52.466Z] + . [2021-08-20T18:19:52.466Z] -> Found 1 reports [2021-08-20T18:19:52.466Z] ==> Detecting git/mercurial file structure [2021-08-20T18:19:52.466Z] ==> Reading reports [2021-08-20T18:19:52.466Z] + ./coverage.out bytes=404331 [2021-08-20T18:19:52.466Z] ==> Appending adjustments [2021-08-20T18:19:52.466Z] https://docs.codecov.io/docs/fixing-reports [2021-08-20T18:19:53.879Z] + Found adjustments [2021-08-20T18:19:53.879Z] ==> Gzipping contents [2021-08-20T18:19:53.879Z] 56K /tmp/codecov.6kxijg.gz [2021-08-20T18:19:53.879Z] ==> Uploading reports [2021-08-20T18:19:53.879Z] url: https://codecov.io [2021-08-20T18:19:53.879Z] query: branch=PR-3671&commit=8fa67b5464d781e97ad3bb56324fc859cbe71084&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3671%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3671&job=&cmd_args= [2021-08-20T18:19:53.879Z] -> Pinging Codecov [2021-08-20T18:19:53.879Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3671&commit=8fa67b5464d781e97ad3bb56324fc859cbe71084&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3671%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3671&job=&cmd_args= [2021-08-20T18:19:54.146Z] -> Uploading to [2021-08-20T18:19:54.146Z] https://storage.googleapis.com/codecov/v4/raw/2021-08-20/00271124DB129430A58F1EEE437C3FCB/8fa67b5464d781e97ad3bb56324fc859cbe71084/4f6f7b27-a4d1-47cb-846a-d8624de362f2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210820%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210820T181953Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=857be2c892dbfeb3e5987ea10b33460f1d79f25aa585a24bf5ad990c7a1c40d8 [2021-08-20T18:19:54.146Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-08-20T18:19:54.146Z] Dload Upload Total Spent Left Speed [2021-08-20T18:19:54.412Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54563 0 0 100 54563 0 141k --:--:-- --:--:-- --:--:-- 141k [2021-08-20T18:19:54.412Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8fa67b5464d781e97ad3bb56324fc859cbe71084 [Pipeline] } [2021-08-20T18:19:54.425Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-08-20T18:19:55.878Z] + '[' -d /w/workspace/edgex-go/10/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-08-20T18:19:56.208Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-20T18:19:56.805Z] ---> package-listing.sh [2021-08-20T18:19:56.805Z] ++ facter osfamily [2021-08-20T18:19:56.805Z] ++ tr '[:upper:]' '[:lower:]' [2021-08-20T18:19:57.074Z] + OS_FAMILY=redhat [2021-08-20T18:19:57.074Z] + workspace=/w/workspace/edgex-go/10 [2021-08-20T18:19:57.074Z] + START_PACKAGES=/tmp/packages_start.txt [2021-08-20T18:19:57.074Z] + END_PACKAGES=/tmp/packages_end.txt [2021-08-20T18:19:57.074Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-08-20T18:19:57.074Z] + PACKAGES=/tmp/packages_start.txt [2021-08-20T18:19:57.074Z] + '[' /w/workspace/edgex-go/10 ']' [2021-08-20T18:19:57.074Z] + PACKAGES=/tmp/packages_end.txt [2021-08-20T18:19:57.074Z] + case "${OS_FAMILY}" in [2021-08-20T18:19:57.074Z] + rpm -qa [2021-08-20T18:19:57.074Z] + sort [2021-08-20T18:20:00.423Z] + '[' -f /tmp/packages_start.txt ']' [2021-08-20T18:20:00.423Z] + '[' -f /tmp/packages_end.txt ']' [2021-08-20T18:20:00.423Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-08-20T18:20:00.423Z] + '[' /w/workspace/edgex-go/10 ']' [2021-08-20T18:20:00.423Z] + mkdir -p /w/workspace/edgex-go/10/archives/ [2021-08-20T18:20:00.423Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo [2021-08-20T18:20:00.446Z] 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-08-20T18:20:00.755Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-08-20T18:20:01.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-20T18:20:01.095Z] [2021-08-20T18:20:01.095Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-08-20T18:20:01.443Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-20T18:20:01.443Z] latest: Pulling from edgex-lftools-log-publisher [2021-08-20T18:20:01.443Z] b4d181a07f80: Pulling fs layer [2021-08-20T18:20:01.443Z] a1111a8f2ec3: Pulling fs layer [2021-08-20T18:20:01.443Z] ed53099fbce6: Pulling fs layer [2021-08-20T18:20:01.443Z] dc539afda2c1: Pulling fs layer [2021-08-20T18:20:01.443Z] 77bc0d833cb6: Pulling fs layer [2021-08-20T18:20:01.443Z] 9065ff56babe: Pulling fs layer [2021-08-20T18:20:01.443Z] d287ab97295c: Pulling fs layer [2021-08-20T18:20:01.443Z] dc539afda2c1: Waiting [2021-08-20T18:20:01.443Z] 77bc0d833cb6: Waiting [2021-08-20T18:20:01.443Z] 9065ff56babe: Waiting [2021-08-20T18:20:01.443Z] d287ab97295c: Waiting [2021-08-20T18:20:02.034Z] a1111a8f2ec3: Verifying Checksum [2021-08-20T18:20:02.034Z] a1111a8f2ec3: Download complete [2021-08-20T18:20:02.034Z] dc539afda2c1: Verifying Checksum [2021-08-20T18:20:02.034Z] dc539afda2c1: Download complete [2021-08-20T18:20:02.517Z] 77bc0d833cb6: Verifying Checksum [2021-08-20T18:20:02.517Z] 77bc0d833cb6: Download complete [2021-08-20T18:20:02.517Z] 9065ff56babe: Verifying Checksum [2021-08-20T18:20:02.517Z] 9065ff56babe: Download complete [2021-08-20T18:20:02.787Z] ed53099fbce6: Verifying Checksum [2021-08-20T18:20:02.787Z] ed53099fbce6: Download complete [2021-08-20T18:20:04.745Z] b4d181a07f80: Verifying Checksum [2021-08-20T18:20:04.745Z] b4d181a07f80: Download complete [2021-08-20T18:20:05.734Z] b4d181a07f80: Pull complete [2021-08-20T18:20:05.734Z] a1111a8f2ec3: Pull complete [2021-08-20T18:20:06.705Z] ed53099fbce6: Pull complete [2021-08-20T18:20:06.705Z] dc539afda2c1: Pull complete [2021-08-20T18:20:06.976Z] 77bc0d833cb6: Pull complete [2021-08-20T18:20:06.976Z] 9065ff56babe: Pull complete [2021-08-20T18:20:08.930Z] d287ab97295c: Verifying Checksum [2021-08-20T18:20:08.930Z] d287ab97295c: Download complete [2021-08-20T18:20:14.304Z] d287ab97295c: Pull complete [2021-08-20T18:20:14.304Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-08-20T18:20:14.304Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-08-20T18:20:14.304Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-08-20T18:20:14.406Z] prd-centos7-docker-4c-2g-402 does not seem to be running inside a container [2021-08-20T18:20:14.476Z] $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-08-20T18:20:17.791Z] $ docker top c1ffffb839c7089870dbd45178eef5afe6ee81da246af8ba24d5004ad2eb3572 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-08-20T18:20:18.215Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-08-20T18:20:18.528Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-08-20T18:20:18.859Z] + ls /var/log/sa-host [2021-08-20T18:20:18.860Z] + sadf -c /var/log/sa-host/sa19 [2021-08-20T18:20:18.860Z] file_magic: OK [2021-08-20T18:20:18.860Z] HZ: Using current value: 100 [2021-08-20T18:20:18.860Z] file_header: OK [2021-08-20T18:20:18.860Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-08-20T18:20:18.860Z] Statistics: [2021-08-20T18:20:18.860Z] Hnuu...uuuununununu... [2021-08-20T18:20:18.860Z] File successfully converted to sysstat format version 12.0.3 [2021-08-20T18:20:18.860Z] + sadf -c /var/log/sa-host/sa20 [2021-08-20T18:20:18.860Z] file_magic: OK [2021-08-20T18:20:18.860Z] HZ: Using current value: 100 [2021-08-20T18:20:18.860Z] file_header: OK [2021-08-20T18:20:18.860Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-08-20T18:20:18.860Z] Statistics: [2021-08-20T18:20:18.860Z] 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... [2021-08-20T18:20:18.860Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-08-20T18:20:19.656Z] provisioning config files... [2021-08-20T18:20:19.678Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config7389487806418758730tmp [Pipeline] { [Pipeline] echo [2021-08-20T18:20:19.709Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-20T18:20:20.033Z] ---> create-netrc.sh [Pipeline] } [2021-08-20T18:20:20.047Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-08-20T18:20:20.510Z] ---> python-tools-install.sh [Pipeline] echo [2021-08-20T18:20:20.527Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-20T18:20:20.862Z] ---> sudo-logs.sh [2021-08-20T18:20:20.862Z] Archiving 'sudo' log.. [2021-08-20T18:20:26.208Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-402.vexxhost.local: Name or service not known [2021-08-20T18:20:26.208Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-402.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-08-20T18:20:26.259Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-20T18:20:26.588Z] ---> job-cost.sh [2021-08-20T18:20:26.588Z] lf-activate-venv: SKIPPING [2021-08-20T18:20:26.588Z] DEBUG: total: 0.10999999940395355 [2021-08-20T18:20:26.588Z] INFO: Retrieving Stack Cost... [2021-08-20T18:20:27.554Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-08-20T18:20:27.823Z] INFO: Archiving Costs [Pipeline] echo [2021-08-20T18:20:27.846Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-08-20T18:20:28.171Z] ---> logs-deploy.sh [2021-08-20T18:20:28.171Z] lf-activate-venv: SKIPPING [2021-08-20T18:20:28.172Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3671/10 [2021-08-20T18:20:28.172Z] INFO: archiving workspace using pattern(s): [2021-08-20T18:20:28.757Z] Archives upload complete. [2021-08-20T18:20:29.024Z] INFO: archiving logs to Nexus