Pull request #3636 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4137808c584998e274acfe64df48357b943c8a9e+8af46092e6841b377ce9cc35e8dd7acb653e0cde (dced4f58fcd81de842af290b7bd134130e806d9f) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5451879852974290712.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6208968369137579207.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3636/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3636/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1781912199469052899.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3636/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1562808884370971310.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision db16f8292de5a0132d944c4e76ede2ca4f84da27 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db16f8292de5a0132d944c4e76ede2ca4f84da27 # timeout=10 Commit message: "Merge pull request #343 from ernestojeda/pipeline-optimizations" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1383024203078934667.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3636/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3636/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh6263264243413679575.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object db16f8292de5a0132d944c4e76ede2ca4f84da27 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-291 in /w/workspace/edgexfoundry_edgex-go_PR-3636 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh2137016329732543246.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 8af46092e6841b377ce9cc35e8dd7acb653e0cde into PR head commit 4137808c584998e274acfe64df48357b943c8a9e Merge succeeded, producing 4137808c584998e274acfe64df48357b943c8a9e Checking out Revision 4137808c584998e274acfe64df48357b943c8a9e (PR-3636) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh8395149492352236083.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3636/head:refs/remotes/origin/PR-3636 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4137808c584998e274acfe64df48357b943c8a9e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh2469909302717039385.key > git merge 8af46092e6841b377ce9cc35e8dd7acb653e0cde # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4137808c584998e274acfe64df48357b943c8a9e # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object db16f8292de5a0132d944c4e76ede2ca4f84da27 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-27T19:06:57.967Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-27T19:06:58.205Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-27T19:06:58.321Z] ========================================================= [2021-07-27T19:06:58.321Z] EdgeX Global Pipelines Version Info [2021-07-27T19:06:58.321Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-07-27T19:06:59.609Z] ------------------- [2021-07-27T19:06:59.609Z] stable info: [2021-07-27T19:06:59.609Z] ------------------- [2021-07-27T19:06:59.609Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-27T19:06:59.609Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-27T19:06:59.609Z] Message: update stable to v1.0.197 [2021-07-27T19:07:00.200Z] ------------------- [2021-07-27T19:07:00.200Z] experimental info: [2021-07-27T19:07:00.200Z] ------------------- [2021-07-27T19:07:00.200Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-27T19:07:00.200Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-27T19:07:00.200Z] Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-27T19:07:00.435Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-07-27T19:07:00.490Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-07-27T19:07:00.546Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-27T19:07:00.601Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-27T19:07:00.654Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-27T19:07:00.709Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-27T19:07:00.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-27T19:07:00.819Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-07-27T19:07:00.874Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-07-27T19:07:00.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-07-27T19:07:00.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-27T19:07:01.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-27T19:07:01.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-27T19:07:01.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-27T19:07:01.222Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-07-27T19:07:01.315Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-07-27T19:07:01.405Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-27T19:07:01.496Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-27T19:07:01.587Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-07-27T19:07:01.659Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-07-27T19:07:01.744Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-07-27T19:07:01.827Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-27T19:07:01.917Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3636 [Pipeline] echo [2021-07-27T19:07:02.036Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3636 [Pipeline] echo [2021-07-27T19:07:02.092Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3636 [Pipeline] echo [2021-07-27T19:07:02.146Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4137808c584998e274acfe64df48357b943c8a9e [Pipeline] echo [2021-07-27T19:07:02.199Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4137808 [Pipeline] echo [2021-07-27T19:07:02.256Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-27T19:07:02.408Z] provisioning config files... [2021-07-27T19:07:02.428Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1355428011249941988tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-27T19:07:02.817Z] ---> docker-login.sh [2021-07-27T19:07:02.817Z] nexus3.edgexfoundry.org:10001 [2021-07-27T19:07:02.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T19:07:03.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T19:07:03.087Z] Configure a credential helper to remove this warning. See [2021-07-27T19:07:03.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T19:07:03.087Z] [2021-07-27T19:07:03.087Z] Login Succeeded [2021-07-27T19:07:03.087Z] nexus3.edgexfoundry.org:10002 [2021-07-27T19:07:03.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T19:07:03.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T19:07:03.352Z] Configure a credential helper to remove this warning. See [2021-07-27T19:07:03.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T19:07:03.352Z] [2021-07-27T19:07:03.352Z] Login Succeeded [2021-07-27T19:07:03.352Z] nexus3.edgexfoundry.org:10003 [2021-07-27T19:07:03.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T19:07:03.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T19:07:03.619Z] Configure a credential helper to remove this warning. See [2021-07-27T19:07:03.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T19:07:03.619Z] [2021-07-27T19:07:03.619Z] Login Succeeded [2021-07-27T19:07:03.619Z] nexus3.edgexfoundry.org:10004 [2021-07-27T19:07:03.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T19:07:03.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T19:07:03.886Z] Configure a credential helper to remove this warning. See [2021-07-27T19:07:03.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T19:07:03.886Z] [2021-07-27T19:07:03.886Z] Login Succeeded [2021-07-27T19:07:03.886Z] docker.io [2021-07-27T19:07:03.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T19:07:04.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T19:07:04.155Z] Configure a credential helper to remove this warning. See [2021-07-27T19:07:04.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T19:07:04.155Z] [2021-07-27T19:07:04.155Z] Login Succeeded [2021-07-27T19:07:04.155Z] ---> docker-login.sh ends [Pipeline] } [2021-07-27T19:07:04.186Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-27T19:07:04.630Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-07-27T19:07:04.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T19:07:04.630Z] ++ dirname cmd/core-command/Dockerfile [2021-07-27T19:07:04.630Z] ++ cut -d/ -f2 [2021-07-27T19:07:04.630Z] + echo core-command,cmd/core-command/Dockerfile [2021-07-27T19:07:04.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T19:07:04.630Z] ++ dirname cmd/core-data/Dockerfile [2021-07-27T19:07:04.630Z] ++ cut -d/ -f2 [2021-07-27T19:07:04.630Z] + echo core-data,cmd/core-data/Dockerfile [2021-07-27T19:07:04.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T19:07:04.630Z] ++ dirname cmd/core-metadata/Dockerfile [2021-07-27T19:07:04.630Z] ++ cut -d/ -f2 [2021-07-27T19:07:04.630Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-07-27T19:07:04.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T19:07:04.630Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-07-27T19:07:04.630Z] ++ cut -d/ -f2 [2021-07-27T19:07:04.630Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-07-27T19:07:04.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T19:07:04.630Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-07-27T19:07:04.630Z] ++ cut -d/ -f2 [2021-07-27T19:07:04.630Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-07-27T19:07:04.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T19:07:04.630Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-07-27T19:07:04.630Z] ++ cut -d/ -f2 [2021-07-27T19:07:04.630Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-07-27T19:07:04.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T19:07:04.630Z] ++ dirname cmd/support-notifications/Dockerfile [2021-07-27T19:07:04.630Z] ++ cut -d/ -f2 [2021-07-27T19:07:04.630Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-07-27T19:07:04.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T19:07:04.630Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-07-27T19:07:04.630Z] ++ cut -d/ -f2 [2021-07-27T19:07:04.630Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-07-27T19:07:04.630Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T19:07:04.630Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-07-27T19:07:04.630Z] ++ cut -d/ -f2 [2021-07-27T19:07:04.630Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-07-27T19:07:04.715Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:07:06.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-27T19:07:06.370Z] [2021-07-27T19:07:06.370Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:07:06.740Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-27T19:07:06.740Z] latest: Pulling from edgex-devops/git-semver [2021-07-27T19:07:06.740Z] 31603596830f: Pulling fs layer [2021-07-27T19:07:06.740Z] b6dc333f4379: Pulling fs layer [2021-07-27T19:07:06.740Z] 3d9ef1400e77: Pulling fs layer [2021-07-27T19:07:06.740Z] fd332fbdc1db: Pulling fs layer [2021-07-27T19:07:06.740Z] fd332fbdc1db: Waiting [2021-07-27T19:07:07.012Z] b6dc333f4379: Download complete [2021-07-27T19:07:07.280Z] 31603596830f: Verifying Checksum [2021-07-27T19:07:07.280Z] 31603596830f: Download complete [2021-07-27T19:07:07.280Z] fd332fbdc1db: Verifying Checksum [2021-07-27T19:07:07.280Z] fd332fbdc1db: Download complete [2021-07-27T19:07:07.280Z] 31603596830f: Pull complete [2021-07-27T19:07:07.547Z] b6dc333f4379: Pull complete [2021-07-27T19:07:07.548Z] 3d9ef1400e77: Verifying Checksum [2021-07-27T19:07:07.548Z] 3d9ef1400e77: Download complete [2021-07-27T19:07:08.131Z] 3d9ef1400e77: Pull complete [2021-07-27T19:07:08.131Z] fd332fbdc1db: Pull complete [2021-07-27T19:07:08.131Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-27T19:07:08.131Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-27T19:07:08.131Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-27T19:07:08.256Z] prd-centos7-docker-4c-2g-291 does not seem to be running inside a container [2021-07-27T19:07:08.309Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-07-27T19:07:09.138Z] $ docker top 97fd79f52c4b216a1393f8f206cd74bd7e0d5899eaa2683d5d8e342cb53a67ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-27T19:07:09.374Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-27T19:07:09.374Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-27T19:07:09.501Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-27T19:07:09.501Z] $ docker exec 97fd79f52c4b216a1393f8f206cd74bd7e0d5899eaa2683d5d8e342cb53a67ce ssh-agent [2021-07-27T19:07:09.621Z] SSH_AUTH_SOCK=/tmp/ssh-5gcKM0KwaaE0/agent.13 [2021-07-27T19:07:09.621Z] SSH_AGENT_PID=20 [2021-07-27T19:07:09.633Z] Running ssh-add (command line suppressed) [2021-07-27T19:07:09.741Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4435409986931887344.key (/w/workspace/edgex-go/1@tmp/private_key_4435409986931887344.key) [2021-07-27T19:07:09.762Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-27T19:07:10.120Z] + git tag --points-at HEAD [Pipeline] } [2021-07-27T19:07:10.146Z] $ docker exec --env ******** --env ******** 97fd79f52c4b216a1393f8f206cd74bd7e0d5899eaa2683d5d8e342cb53a67ce ssh-agent -k [2021-07-27T19:07:10.234Z] unset SSH_AUTH_SOCK; [2021-07-27T19:07:10.234Z] unset SSH_AGENT_PID; [2021-07-27T19:07:10.234Z] echo Agent pid 20 killed; [2021-07-27T19:07:10.254Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-27T19:07:10.349Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-27T19:07:10.349Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-27T19:07:10.453Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-27T19:07:10.453Z] $ docker exec 97fd79f52c4b216a1393f8f206cd74bd7e0d5899eaa2683d5d8e342cb53a67ce ssh-agent [2021-07-27T19:07:10.575Z] SSH_AUTH_SOCK=/tmp/ssh-dX94QgXkbtMn/agent.53 [2021-07-27T19:07:10.575Z] SSH_AGENT_PID=60 [2021-07-27T19:07:10.584Z] Running ssh-add (command line suppressed) [2021-07-27T19:07:10.683Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4333659194077860675.key (/w/workspace/edgex-go/1@tmp/private_key_4333659194077860675.key) [2021-07-27T19:07:10.709Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-27T19:07:11.081Z] + git semver init [2021-07-27T19:07:11.081Z] # -> Open(): unable to determine branch for HEAD [2021-07-27T19:07:11.081Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-07-27T19:07:11.081Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-07-27T19:07:11.081Z] # $SEMVER_REMOTE_NAME = origin [2021-07-27T19:07:11.081Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-27T19:07:11.081Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-27T19:07:11.081Z] # $SEMVER_BRANCH = PR-3636 [2021-07-27T19:07:11.081Z] # $SEMVER_TEMP = /tmp/semver-274194853 [2021-07-27T19:07:11.081Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-07-27T19:07:57.964Z] # '/tmp/semver-274194853' -> '/w/workspace/edgex-go/1/.semver' [2021-07-27T19:07:57.964Z] # -> Force: false [2021-07-27T19:07:57.964Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-07-27T19:07:57.992Z] $ docker exec --env ******** --env ******** 97fd79f52c4b216a1393f8f206cd74bd7e0d5899eaa2683d5d8e342cb53a67ce ssh-agent -k [2021-07-27T19:07:58.097Z] unset SSH_AUTH_SOCK; [2021-07-27T19:07:58.097Z] unset SSH_AGENT_PID; [2021-07-27T19:07:58.097Z] echo Agent pid 60 killed; [2021-07-27T19:07:58.113Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-27T19:07:58.577Z] + git semver [Pipeline] } [2021-07-27T19:07:58.620Z] $ docker stop --time=1 97fd79f52c4b216a1393f8f206cd74bd7e0d5899eaa2683d5d8e342cb53a67ce [2021-07-27T19:08:00.183Z] $ docker rm -f 97fd79f52c4b216a1393f8f206cd74bd7e0d5899eaa2683d5d8e342cb53a67ce [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-27T19:08:00.637Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-27T19:08:01.045Z] Stashed 1 file(s) [Pipeline] echo [2021-07-27T19:08:01.070Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-07-27T19:08:01.891Z] ========================================================= [2021-07-27T19:08:01.891Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-27T19:08:01.891Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:08:02.264Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-07-27T19:08:03.440Z] Sending build context to Docker daemon 328.5MB [2021-07-27T19:08:03.440Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-07-27T19:08:03.440Z] Step 2/6 : FROM ${BASE} [2021-07-27T19:08:03.706Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-27T19:08:03.706Z] 540db60ca938: Pulling fs layer [2021-07-27T19:08:03.706Z] adcc1eea9eea: Pulling fs layer [2021-07-27T19:08:03.706Z] 4c4ab2625f07: Pulling fs layer [2021-07-27T19:08:03.706Z] 0773c198feca: Pulling fs layer [2021-07-27T19:08:03.706Z] 345f892a5656: Pulling fs layer [2021-07-27T19:08:03.706Z] 4796506630df: Pulling fs layer [2021-07-27T19:08:03.706Z] cc55df3e53f1: Pulling fs layer [2021-07-27T19:08:03.706Z] 4d027b6c602c: Pulling fs layer [2021-07-27T19:08:03.706Z] 449e75d2c14e: Pulling fs layer [2021-07-27T19:08:03.706Z] 0773c198feca: Waiting [2021-07-27T19:08:03.706Z] cc55df3e53f1: Waiting [2021-07-27T19:08:03.706Z] 4d027b6c602c: Waiting [2021-07-27T19:08:03.706Z] 345f892a5656: Waiting [2021-07-27T19:08:03.706Z] 4796506630df: Waiting [2021-07-27T19:08:03.706Z] 449e75d2c14e: Waiting [2021-07-27T19:08:03.706Z] 4c4ab2625f07: Verifying Checksum [2021-07-27T19:08:03.706Z] 4c4ab2625f07: Download complete [2021-07-27T19:08:03.706Z] adcc1eea9eea: Verifying Checksum [2021-07-27T19:08:03.706Z] adcc1eea9eea: Download complete [2021-07-27T19:08:03.706Z] 345f892a5656: Verifying Checksum [2021-07-27T19:08:03.706Z] 345f892a5656: Download complete [2021-07-27T19:08:03.706Z] 4796506630df: Verifying Checksum [2021-07-27T19:08:03.706Z] 4796506630df: Download complete [2021-07-27T19:08:03.984Z] cc55df3e53f1: Verifying Checksum [2021-07-27T19:08:03.984Z] cc55df3e53f1: Download complete [2021-07-27T19:08:03.984Z] 540db60ca938: Verifying Checksum [2021-07-27T19:08:03.984Z] 540db60ca938: Download complete [2021-07-27T19:08:03.984Z] 540db60ca938: Pull complete [2021-07-27T19:08:04.251Z] adcc1eea9eea: Pull complete [2021-07-27T19:08:04.251Z] 4c4ab2625f07: Pull complete [2021-07-27T19:08:05.213Z] 4d027b6c602c: Verifying Checksum [2021-07-27T19:08:05.213Z] 4d027b6c602c: Download complete [2021-07-27T19:08:08.562Z] 449e75d2c14e: Verifying Checksum [2021-07-27T19:08:08.562Z] 449e75d2c14e: Download complete [2021-07-27T19:08:09.141Z] 0773c198feca: Verifying Checksum [2021-07-27T19:08:09.141Z] 0773c198feca: Download complete [2021-07-27T19:08:12.517Z] 0773c198feca: Pull complete [2021-07-27T19:08:12.517Z] 345f892a5656: Pull complete [2021-07-27T19:08:12.517Z] 4796506630df: Pull complete [2021-07-27T19:08:12.517Z] cc55df3e53f1: Pull complete [2021-07-27T19:08:12.517Z] 4d027b6c602c: Pull complete [2021-07-27T19:08:14.487Z] 449e75d2c14e: Pull complete [2021-07-27T19:08:14.487Z] Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 [2021-07-27T19:08:14.487Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-27T19:08:14.487Z] ---> 0d28375d9b5b [2021-07-27T19:08:14.487Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-07-27T19:08:16.469Z] ---> Running in 299e4132be4f [2021-07-27T19:08:16.639Z] Still waiting to schedule task [2021-07-27T19:08:16.640Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-07-27T19:08:16.739Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:08:17.698Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:08:18.281Z] (1/12) Installing libmagic (5.39-r0) [2021-07-27T19:08:18.870Z] (2/12) Installing file (5.39-r0) [2021-07-27T19:08:19.137Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-07-27T19:08:19.137Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-07-27T19:08:24.558Z] (5/12) Installing fortify-headers (1.1-r0) [2021-07-27T19:08:24.558Z] (6/12) Installing patch (2.7.6-r7) [2021-07-27T19:08:24.558Z] (7/12) Installing build-base (0.5-r2) [2021-07-27T19:08:24.558Z] (8/12) Installing libsodium (1.0.18-r0) [2021-07-27T19:08:24.965Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-07-27T19:08:24.965Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-07-27T19:08:24.965Z] (11/12) Installing libzmq (4.3.3-r1) [2021-07-27T19:08:25.329Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-07-27T19:08:25.329Z] Executing busybox-1.32.1-r6.trigger [2021-07-27T19:08:25.329Z] OK: 219 MiB in 52 packages [2021-07-27T19:08:26.746Z] Removing intermediate container 299e4132be4f [2021-07-27T19:08:26.746Z] ---> 7cae9e20a535 [2021-07-27T19:08:26.746Z] Step 4/6 : WORKDIR /edgex-go [2021-07-27T19:08:26.746Z] ---> Running in 748b20e4ffd3 [2021-07-27T19:08:26.746Z] Removing intermediate container 748b20e4ffd3 [2021-07-27T19:08:26.746Z] ---> 8a203a376e79 [2021-07-27T19:08:26.746Z] Step 5/6 : COPY go.mod . [2021-07-27T19:08:27.027Z] ---> 9cc57cec9b99 [2021-07-27T19:08:27.027Z] Step 6/6 : RUN go mod download [2021-07-27T19:08:27.027Z] ---> Running in 32de3d3253cc [2021-07-27T19:09:13.875Z] Removing intermediate container 32de3d3253cc [2021-07-27T19:09:13.875Z] ---> 214d55f8a319 [2021-07-27T19:09:13.875Z] Successfully built 214d55f8a319 [2021-07-27T19:09:13.875Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:09:14.236Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-27T19:09:14.236Z] . [Pipeline] withDockerContainer [2021-07-27T19:09:14.347Z] prd-centos7-docker-4c-2g-291 does not seem to be running inside a container [2021-07-27T19:09:14.409Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-27T19:09:14.803Z] $ docker top 6bab7ebf6ff6d415dd074490a15731278247295374e4584549db1e2834951e98 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-27T19:09:15.251Z] + go version [2021-07-27T19:09:15.251Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-27T19:09:15.298Z] $ docker stop --time=1 6bab7ebf6ff6d415dd074490a15731278247295374e4584549db1e2834951e98 [2021-07-27T19:09:16.479Z] $ docker rm -f 6bab7ebf6ff6d415dd074490a15731278247295374e4584549db1e2834951e98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:09:17.333Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-27T19:09:17.333Z] . [Pipeline] withDockerContainer [2021-07-27T19:09:17.453Z] prd-centos7-docker-4c-2g-291 does not seem to be running inside a container [2021-07-27T19:09:17.520Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-27T19:09:17.859Z] $ docker top 9c47308d6bc59b7dd3f4652e8cd06c44380bdbc7e62d07c64a333297d8d2f89b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-07-27T19:09:18.025Z] ========================================================= [2021-07-27T19:09:18.026Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-07-27T19:09:18.026Z] ========================================================= [Pipeline] sh [2021-07-27T19:09:18.372Z] + go mod tidy [Pipeline] sh [2021-07-27T19:09:18.983Z] + make test [2021-07-27T19:09:18.983Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2021-07-27T19:09:19.255Z] go mod tidy [2021-07-27T19:09:19.255Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-07-27T19:09:24.629Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-07-27T19:09:42.915Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-07-27T19:09:45.530Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-07-27T19:09:46.501Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-07-27T19:09:46.501Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-07-27T19:09:48.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-07-27T19:09:49.262Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-07-27T19:09:49.262Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-07-27T19:09:49.536Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-07-27T19:09:49.810Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-07-27T19:09:50.409Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-07-27T19:09:50.409Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-07-27T19:09:50.409Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-07-27T19:09:50.409Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-07-27T19:09:50.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-07-27T19:09:52.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.038s coverage: 28.7% of statements [2021-07-27T19:09:52.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-07-27T19:09:52.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-07-27T19:09:53.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.066s coverage: 100.0% of statements [2021-07-27T19:09:53.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-07-27T19:09:54.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.049s coverage: 46.3% of statements [2021-07-27T19:09:54.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-07-27T19:09:54.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-07-27T19:09:55.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.092s coverage: 89.9% of statements [2021-07-27T19:09:55.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-07-27T19:09:55.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-07-27T19:09:55.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.044s coverage: 78.9% of statements [2021-07-27T19:09:56.616Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.063s coverage: 81.2% of statements [2021-07-27T19:09:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-07-27T19:09:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-07-27T19:09:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-07-27T19:09:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-07-27T19:09:56.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-07-27T19:09:56.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.221s coverage: 95.1% of statements [2021-07-27T19:09:56.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-07-27T19:09:56.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-07-27T19:09:56.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-07-27T19:09:56.887Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-07-27T19:09:56.887Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-07-27T19:09:56.887Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-07-27T19:09:56.887Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-07-27T19:09:56.887Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-07-27T19:09:56.887Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.047s coverage: 60.0% of statements [2021-07-27T19:09:56.887Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-07-27T19:09:56.887Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-07-27T19:09:56.887Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-07-27T19:09:57.892Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.045s coverage: 0.8% of statements [2021-07-27T19:09:57.892Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-07-27T19:09:57.892Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-07-27T19:09:57.892Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.041s coverage: 22.0% of statements [2021-07-27T19:09:57.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-07-27T19:09:58.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 47.1% of statements [2021-07-27T19:09:58.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements [2021-07-27T19:09:58.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements [2021-07-27T19:09:59.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.274s coverage: 96.3% of statements [2021-07-27T19:09:59.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements [2021-07-27T19:10:11.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.056s coverage: 94.4% of statements [2021-07-27T19:10:11.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-07-27T19:10:18.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 17.184s coverage: 81.8% of statements [2021-07-27T19:10:18.023Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-07-27T19:10:30.411Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-292 in /w/workspace/edgexfoundry_edgex-go_PR-3636 [Pipeline] { [Pipeline] ws [2021-07-27T19:10:30.474Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-07-27T19:10:30.729Z] The recommended git tool is: git [2021-07-27T19:10:33.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements [2021-07-27T19:10:33.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-07-27T19:10:33.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-07-27T19:10:33.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-07-27T19:10:33.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 65.1% of statements [2021-07-27T19:10:33.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-07-27T19:10:33.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-07-27T19:10:33.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-07-27T19:10:33.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-07-27T19:10:33.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-07-27T19:10:33.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements [2021-07-27T19:10:33.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-07-27T19:10:33.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-07-27T19:10:33.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2021-07-27T19:10:33.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-07-27T19:10:33.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 58.8% of statements [2021-07-27T19:10:33.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-07-27T19:10:33.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements [2021-07-27T19:10:33.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.050s coverage: 87.2% of statements [2021-07-27T19:10:33.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 85.4% of statements [2021-07-27T19:10:33.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.2% of statements [2021-07-27T19:10:33.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-07-27T19:10:33.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.152s coverage: 64.4% of statements [2021-07-27T19:10:33.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-07-27T19:10:33.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-07-27T19:10:33.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-07-27T19:10:33.573Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-07-27T19:10:33.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2021-07-27T19:10:34.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-07-27T19:10:34.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2021-07-27T19:10:35.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.185s coverage: 66.9% of statements [2021-07-27T19:10:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-07-27T19:10:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-07-27T19:10:35.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-07-27T19:10:35.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 43.6% of statements [2021-07-27T19:10:35.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-07-27T19:10:35.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-07-27T19:10:35.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements [2021-07-27T19:10:35.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-07-27T19:10:36.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements [2021-07-27T19:10:36.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-07-27T19:10:36.201Z] using credential edgex-jenkins-ssh [2021-07-27T19:10:36.317Z] Cloning the remote Git repository [2021-07-27T19:10:36.370Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-07-27T19:10:36.486Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-07-27T19:10:36.565Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-27T19:10:36.566Z] > git --version # timeout=10 [2021-07-27T19:10:36.600Z] > git --version # 'git version 2.17.1' [2021-07-27T19:10:36.602Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-27T19:10:36.740Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-27T19:10:42.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.068s coverage: 19.3% of statements [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-07-27T19:10:42.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.126s coverage: 91.9% of statements [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-07-27T19:10:42.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.051s coverage: 62.7% of statements [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-07-27T19:10:42.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.093s coverage: 97.6% of statements [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-07-27T19:10:42.970Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.045s coverage: 28.9% of statements [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-07-27T19:10:42.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-07-27T19:10:42.970Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-07-27T19:10:42.970Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 95.4% of statements [2021-07-27T19:10:42.970Z] GO111MODULE=on go vet ./... [2021-07-27T19:10:52.235Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-27T19:10:52.251Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-27T19:10:52.284Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-27T19:10:52.318Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-27T19:10:52.319Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-27T19:10:52.332Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3636/head:refs/remotes/origin/PR-3636 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-27T19:10:52.839Z] Merging remotes/origin/main commit 8af46092e6841b377ce9cc35e8dd7acb653e0cde into PR head commit 4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:10:53.149Z] Merge succeeded, producing 4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:10:53.150Z] Checking out Revision 4137808c584998e274acfe64df48357b943c8a9e (PR-3636) [2021-07-27T19:10:52.856Z] > git config core.sparsecheckout # timeout=10 [2021-07-27T19:10:52.871Z] > git checkout -f 4137808c584998e274acfe64df48357b943c8a9e # timeout=10 [2021-07-27T19:10:53.069Z] > git remote # timeout=10 [2021-07-27T19:10:53.088Z] > git config --get remote.origin.url # timeout=10 [2021-07-27T19:10:53.105Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-27T19:10:53.115Z] > git merge 8af46092e6841b377ce9cc35e8dd7acb653e0cde # timeout=10 [2021-07-27T19:10:53.135Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-27T19:10:53.154Z] > git config core.sparsecheckout # timeout=10 [2021-07-27T19:10:53.165Z] > git checkout -f 4137808c584998e274acfe64df48357b943c8a9e # timeout=10 [2021-07-27T19:10:57.431Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-07-27T19:10:57.487Z] > git --version # timeout=10 [2021-07-27T19:10:57.501Z] > git --version # 'git version 2.17.1' [2021-07-27T19:10:57.517Z] fatal: bad object db16f8292de5a0132d944c4e76ede2ca4f84da27 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-27T19:10:58.202Z] provisioning config files... [2021-07-27T19:10:58.237Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8852174714424187396tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-27T19:10:58.855Z] ---> docker-login.sh [2021-07-27T19:10:58.855Z] nexus3.edgexfoundry.org:10001 [2021-07-27T19:10:59.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T19:11:00.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T19:11:00.438Z] Configure a credential helper to remove this warning. See [2021-07-27T19:11:00.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T19:11:00.438Z] [2021-07-27T19:11:00.438Z] Login Succeeded [2021-07-27T19:11:00.438Z] nexus3.edgexfoundry.org:10002 [2021-07-27T19:11:00.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T19:11:00.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T19:11:00.989Z] Configure a credential helper to remove this warning. See [2021-07-27T19:11:00.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T19:11:00.989Z] [2021-07-27T19:11:00.989Z] Login Succeeded [2021-07-27T19:11:00.989Z] nexus3.edgexfoundry.org:10003 [2021-07-27T19:11:01.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T19:11:01.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T19:11:01.552Z] Configure a credential helper to remove this warning. See [2021-07-27T19:11:01.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T19:11:01.552Z] [2021-07-27T19:11:01.552Z] Login Succeeded [2021-07-27T19:11:01.552Z] nexus3.edgexfoundry.org:10004 [2021-07-27T19:11:01.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T19:11:02.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T19:11:02.101Z] Configure a credential helper to remove this warning. See [2021-07-27T19:11:02.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T19:11:02.101Z] [2021-07-27T19:11:02.101Z] Login Succeeded [2021-07-27T19:11:02.101Z] docker.io [2021-07-27T19:11:02.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T19:11:02.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T19:11:02.689Z] Configure a credential helper to remove this warning. See [2021-07-27T19:11:02.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T19:11:02.689Z] [2021-07-27T19:11:02.689Z] Login Succeeded [2021-07-27T19:11:02.689Z] ---> docker-login.sh ends [Pipeline] } [2021-07-27T19:11:02.884Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-27T19:11:03.470Z] ========================================================= [2021-07-27T19:11:03.471Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-27T19:11:03.471Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:11:03.852Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-07-27T19:11:05.112Z] gofmt -l . [2021-07-27T19:11:05.112Z] [ "`gofmt -l .`" = "" ] [2021-07-27T19:11:05.380Z] ./bin/test-attribution-txt.sh [2021-07-27T19:11:05.844Z] Sending build context to Docker daemon 165.8MB [2021-07-27T19:11:05.844Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-07-27T19:11:05.844Z] Step 2/6 : FROM ${BASE} [Pipeline] sh [2021-07-27T19:11:06.120Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-27T19:11:06.121Z] 595b0fe564bb: Pulling fs layer [2021-07-27T19:11:06.121Z] 24495759ef45: Pulling fs layer [2021-07-27T19:11:06.121Z] d148012ef14d: Pulling fs layer [2021-07-27T19:11:06.121Z] cb65c68fc2e2: Pulling fs layer [2021-07-27T19:11:06.121Z] 093eec477d81: Pulling fs layer [2021-07-27T19:11:06.121Z] a6d5b2bbb924: Pulling fs layer [2021-07-27T19:11:06.121Z] 2446dc1eb7d3: Pulling fs layer [2021-07-27T19:11:06.121Z] 596795e73e0f: Pulling fs layer [2021-07-27T19:11:06.121Z] cb65c68fc2e2: Waiting [2021-07-27T19:11:06.121Z] a6d5b2bbb924: Waiting [2021-07-27T19:11:06.121Z] 093eec477d81: Waiting [2021-07-27T19:11:06.121Z] 2446dc1eb7d3: Waiting [2021-07-27T19:11:06.121Z] 596795e73e0f: Waiting [2021-07-27T19:11:06.121Z] d148012ef14d: Verifying Checksum [2021-07-27T19:11:06.121Z] d148012ef14d: Download complete [2021-07-27T19:11:06.121Z] 24495759ef45: Verifying Checksum [2021-07-27T19:11:06.121Z] 24495759ef45: Download complete [2021-07-27T19:11:06.121Z] 093eec477d81: Download complete [2021-07-27T19:11:06.314Z] + ls -al . [2021-07-27T19:11:06.314Z] total 596 [2021-07-27T19:11:06.314Z] drwxrwxr-x 10 1001 1001 4096 Jul 27 19:11 . [2021-07-27T19:11:06.314Z] drwxr-xr-x 4 root root 28 Jul 27 19:09 .. [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 11 Jul 27 19:06 .dockerignore [2021-07-27T19:11:06.314Z] drwxrwxr-x 8 1001 1001 179 Jul 27 19:06 .git [2021-07-27T19:11:06.314Z] drwxrwxr-x 3 1001 1001 125 Jul 27 19:06 .github [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 818 Jul 27 19:06 .gitignore [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 76 Jul 27 19:06 .hadolint.yml [2021-07-27T19:11:06.314Z] drwx------ 3 1001 1001 58 Jul 27 19:07 .semver [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 166 Jul 27 19:06 .sonarcloud.properties [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 8609 Jul 27 19:06 Attribution.txt [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 43881 Jul 27 19:06 CHANGELOG.md [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 3804 Jul 27 19:06 CONTRIBUTING.md [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 931 Jul 27 19:06 Dockerfile.build [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 849 Jul 27 19:06 Jenkinsfile [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 10775 Jul 27 19:06 LICENSE [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 5915 Jul 27 19:06 Makefile [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 8649 Jul 27 19:06 README.md [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 6912 Jul 27 19:06 SECURITY.md [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 5 Jul 27 19:08 VERSION [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 4131 Jul 27 19:06 ZMQWindows.md [2021-07-27T19:11:06.314Z] drwxrwxr-x 2 1001 1001 37 Jul 27 19:06 bin [2021-07-27T19:11:06.314Z] drwxrwxr-x 14 1001 1001 4096 Jul 27 19:06 cmd [2021-07-27T19:11:06.314Z] -rw-r--r-- 1 root root 402846 Jul 27 19:10 coverage.out [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 813 Jul 27 19:06 go.mod [2021-07-27T19:11:06.314Z] -rw-r--r-- 1 root root 48847 Jul 27 19:09 go.sum [2021-07-27T19:11:06.314Z] drwxrwxr-x 7 1001 1001 114 Jul 27 19:06 internal [2021-07-27T19:11:06.314Z] drwxrwxr-x 3 1001 1001 16 Jul 27 19:06 openapi [2021-07-27T19:11:06.314Z] drwxrwxr-x 4 1001 1001 71 Jul 27 19:06 snap [2021-07-27T19:11:06.314Z] -rw-rw-r-- 1 1001 1001 204 Jul 27 19:06 version.go [Pipeline] sh [2021-07-27T19:11:06.402Z] a6d5b2bbb924: Verifying Checksum [2021-07-27T19:11:06.402Z] a6d5b2bbb924: Download complete [2021-07-27T19:11:06.402Z] 595b0fe564bb: Verifying Checksum [2021-07-27T19:11:06.402Z] 595b0fe564bb: Download complete [2021-07-27T19:11:06.402Z] 2446dc1eb7d3: Verifying Checksum [2021-07-27T19:11:06.402Z] 2446dc1eb7d3: Download complete [2021-07-27T19:11:06.676Z] + '[' -e coverage.out ] [2021-07-27T19:11:06.676Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-07-27T19:11:06.804Z] Stashed 1 file(s) [Pipeline] sh [2021-07-27T19:11:07.007Z] 595b0fe564bb: Pull complete [2021-07-27T19:11:07.133Z] + make build [2021-07-27T19:11:07.133Z] go mod tidy [2021-07-27T19:11:07.133Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-07-27T19:11:07.996Z] 24495759ef45: Pull complete [2021-07-27T19:11:08.273Z] d148012ef14d: Pull complete [2021-07-27T19:11:08.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-07-27T19:11:08.879Z] 596795e73e0f: Verifying Checksum [2021-07-27T19:11:08.880Z] 596795e73e0f: Download complete [2021-07-27T19:11:10.323Z] cb65c68fc2e2: Verifying Checksum [2021-07-27T19:11:10.323Z] cb65c68fc2e2: Download complete [2021-07-27T19:11:15.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-07-27T19:11:15.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-07-27T19:11:16.473Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-07-27T19:11:16.744Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-07-27T19:11:17.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-07-27T19:11:18.694Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-07-27T19:11:19.280Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-07-27T19:11:20.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-07-27T19:11:20.535Z] cb65c68fc2e2: Pull complete [2021-07-27T19:11:20.535Z] 093eec477d81: Pull complete [2021-07-27T19:11:20.535Z] a6d5b2bbb924: Pull complete [2021-07-27T19:11:20.811Z] 2446dc1eb7d3: Pull complete [2021-07-27T19:11:21.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-07-27T19:11:21.826Z] 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-07-27T19:11:23.269Z] $ docker stop --time=1 9c47308d6bc59b7dd3f4652e8cd06c44380bdbc7e62d07c64a333297d8d2f89b [2021-07-27T19:11:25.143Z] 596795e73e0f: Pull complete [2021-07-27T19:11:25.144Z] Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 [2021-07-27T19:11:25.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-27T19:11:25.144Z] ---> d9e956139c92 [2021-07-27T19:11:25.144Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-07-27T19:11:25.193Z] $ docker rm -f 9c47308d6bc59b7dd3f4652e8cd06c44380bdbc7e62d07c64a333297d8d2f89b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:11:28.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-27T19:11:28.416Z] [2021-07-27T19:11:28.416Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:11:28.532Z] ---> Running in 2e301b2e3bf1 [2021-07-27T19:11:28.784Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-27T19:11:28.784Z] latest: Pulling from edgex-devops/edgex-compose [2021-07-27T19:11:28.784Z] cbdbe7a5bc2a: Pulling fs layer [2021-07-27T19:11:28.784Z] ca9280d653b3: Pulling fs layer [2021-07-27T19:11:28.784Z] 7e9c9ca2126c: Pulling fs layer [2021-07-27T19:11:29.055Z] cbdbe7a5bc2a: Verifying Checksum [2021-07-27T19:11:29.055Z] cbdbe7a5bc2a: Download complete [2021-07-27T19:11:29.325Z] cbdbe7a5bc2a: Pull complete [2021-07-27T19:11:29.909Z] ca9280d653b3: Verifying Checksum [2021-07-27T19:11:29.909Z] ca9280d653b3: Download complete [2021-07-27T19:11:29.966Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T19:11:30.180Z] ca9280d653b3: Pull complete [2021-07-27T19:11:30.555Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T19:11:31.527Z] (1/12) Installing libmagic (5.39-r0) [2021-07-27T19:11:31.798Z] (2/12) Installing file (5.39-r0) [2021-07-27T19:11:31.798Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-07-27T19:11:31.798Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-07-27T19:11:32.758Z] 7e9c9ca2126c: Download complete [2021-07-27T19:11:36.122Z] 7e9c9ca2126c: Pull complete [2021-07-27T19:11:36.122Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-07-27T19:11:36.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-27T19:11:36.122Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-07-27T19:11:36.231Z] prd-centos7-docker-4c-2g-291 does not seem to be running inside a container [2021-07-27T19:11:36.296Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-07-27T19:11:38.645Z] $ docker top 832653f691e9c0419384920eb8eb170651e90d22e527d90dc548f79afd5730b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-27T19:11:39.080Z] + docker-compose build --help [2021-07-27T19:11:39.080Z] + grep parallel [2021-07-27T19:11:39.661Z] --parallel Build images in parallel. [Pipeline] } [2021-07-27T19:11:39.688Z] $ docker stop --time=1 832653f691e9c0419384920eb8eb170651e90d22e527d90dc548f79afd5730b8 [2021-07-27T19:11:40.885Z] $ docker rm -f 832653f691e9c0419384920eb8eb170651e90d22e527d90dc548f79afd5730b8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:11:41.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-27T19:11:41.499Z] . [Pipeline] withDockerContainer [2021-07-27T19:11:41.609Z] prd-centos7-docker-4c-2g-291 does not seem to be running inside a container [2021-07-27T19:11:41.669Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-07-27T19:11:41.914Z] (5/12) Installing fortify-headers (1.1-r0) [2021-07-27T19:11:41.915Z] (6/12) Installing patch (2.7.6-r7) [2021-07-27T19:11:41.915Z] (7/12) Installing build-base (0.5-r2) [2021-07-27T19:11:41.915Z] (8/12) Installing libsodium (1.0.18-r0) [2021-07-27T19:11:41.915Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-07-27T19:11:41.915Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-07-27T19:11:41.915Z] (11/12) Installing libzmq (4.3.3-r1) [2021-07-27T19:11:41.915Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-07-27T19:11:41.915Z] Executing busybox-1.32.1-r6.trigger [2021-07-27T19:11:41.915Z] OK: 218 MiB in 52 packages [2021-07-27T19:11:42.027Z] $ docker top 93478b51c20e1838168ad7d80489d37929ffdc2dbe53e17b8248aae481e017c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-27T19:11:42.688Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-07-27T19:11:43.270Z] Building core-command ... [2021-07-27T19:11:43.270Z] Building core-data ... [2021-07-27T19:11:43.270Z] Building core-metadata ... [2021-07-27T19:11:43.270Z] Building security-bootstrapper ... [2021-07-27T19:11:43.270Z] Building security-proxy-setup ... [2021-07-27T19:11:43.270Z] Building security-secretstore-setup ... [2021-07-27T19:11:43.270Z] Building support-notifications ... [2021-07-27T19:11:43.270Z] Building support-scheduler ... [2021-07-27T19:11:43.270Z] Building sys-mgmt-agent ... [2021-07-27T19:11:43.270Z] Building core-command [2021-07-27T19:11:43.270Z] Building core-metadata [2021-07-27T19:11:43.270Z] Building security-bootstrapper [2021-07-27T19:11:43.270Z] Building support-scheduler [2021-07-27T19:11:43.270Z] Building sys-mgmt-agent [2021-07-27T19:11:46.224Z] Removing intermediate container 2e301b2e3bf1 [2021-07-27T19:11:46.224Z] ---> 06b7df98985e [2021-07-27T19:11:46.224Z] Step 4/6 : WORKDIR /edgex-go [2021-07-27T19:11:46.224Z] ---> Running in 2994ac29f18b [2021-07-27T19:11:46.499Z] Removing intermediate container 2994ac29f18b [2021-07-27T19:11:46.499Z] ---> 9c8d3ac3394c [2021-07-27T19:11:46.499Z] Step 5/6 : COPY go.mod . [2021-07-27T19:11:47.099Z] ---> 2f2437c4fc76 [2021-07-27T19:11:47.099Z] Step 6/6 : RUN go mod download [2021-07-27T19:11:47.099Z] ---> Running in 9bf1b0d249b2 [2021-07-27T19:11:51.472Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:11:51.472Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:11:51.472Z] ---> 214d55f8a319 [2021-07-27T19:11:51.472Z] Step 3/32 : WORKDIR /edgex-go [2021-07-27T19:11:51.738Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:11:51.739Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:11:51.739Z] ---> 214d55f8a319 [2021-07-27T19:11:51.739Z] Step 3/23 : WORKDIR /edgex-go [2021-07-27T19:11:57.079Z] ---> Running in cbe5dd79ea85 [2021-07-27T19:11:57.079Z] ---> Running in 29f5edaa9b14 [2021-07-27T19:12:00.433Z] Removing intermediate container 29f5edaa9b14 [2021-07-27T19:12:00.433Z] ---> 707502de8a27 [2021-07-27T19:12:00.433Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:12:00.433Z] Removing intermediate container cbe5dd79ea85 [2021-07-27T19:12:00.433Z] ---> 454ee2b795a9 [2021-07-27T19:12:00.433Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:12:00.433Z] ---> Running in f4d7e0db0281 [2021-07-27T19:12:00.433Z] ---> Running in 64cef9fa63d4 [2021-07-27T19:12:05.795Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:12:05.795Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:12:05.795Z] ---> 214d55f8a319 [2021-07-27T19:12:05.795Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T19:12:05.795Z] ---> Using cache [2021-07-27T19:12:05.795Z] ---> 707502de8a27 [2021-07-27T19:12:05.795Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:12:06.066Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:12:06.066Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:12:06.066Z] ---> 214d55f8a319 [2021-07-27T19:12:06.066Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T19:12:06.066Z] ---> Using cache [2021-07-27T19:12:06.066Z] ---> 707502de8a27 [2021-07-27T19:12:06.066Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:12:06.333Z] ---> Running in 4b3610cdc3db [2021-07-27T19:12:06.334Z] ---> Running in 22faca4545e4 [2021-07-27T19:12:06.334Z] Removing intermediate container f4d7e0db0281 [2021-07-27T19:12:06.334Z] ---> fafd5accc061 [2021-07-27T19:12:06.334Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-07-27T19:12:06.334Z] ---> Running in 9c7723af1c86 [2021-07-27T19:12:06.334Z] Removing intermediate container 64cef9fa63d4 [2021-07-27T19:12:06.334Z] ---> 4015adcb288a [2021-07-27T19:12:06.334Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-07-27T19:12:06.334Z] ---> Running in d6c09bb3bd29 [2021-07-27T19:12:07.300Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:12:07.300Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:12:07.300Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:12:07.300Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:12:07.300Z] ---> 214d55f8a319 [2021-07-27T19:12:07.300Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T19:12:07.300Z] ---> Using cache [2021-07-27T19:12:07.300Z] ---> 707502de8a27 [2021-07-27T19:12:07.301Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:12:07.301Z] ---> Using cache [2021-07-27T19:12:07.301Z] ---> fafd5accc061 [2021-07-27T19:12:07.301Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-27T19:12:07.570Z] ---> Running in ee5d1de62792 [2021-07-27T19:12:07.570Z] Removing intermediate container 4b3610cdc3db [2021-07-27T19:12:07.570Z] ---> 895e3a1ebf48 [2021-07-27T19:12:07.570Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-27T19:12:07.570Z] Removing intermediate container 22faca4545e4 [2021-07-27T19:12:07.570Z] ---> df27ca77920d [2021-07-27T19:12:07.570Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-07-27T19:12:07.570Z] ---> Running in 14b3e4862ff5 [2021-07-27T19:12:07.570Z] ---> Running in 6f9c4ca06ba9 [2021-07-27T19:12:07.839Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:12:07.839Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:12:08.107Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:12:08.107Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:12:08.376Z] OK: 219 MiB in 52 packages [2021-07-27T19:12:08.646Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:12:08.646Z] Removing intermediate container d6c09bb3bd29 [2021-07-27T19:12:08.646Z] ---> ccb6d0e60f22 [2021-07-27T19:12:08.646Z] Step 6/23 : COPY go.mod . [2021-07-27T19:12:08.915Z] ---> 8540afb6f799 [2021-07-27T19:12:08.915Z] Step 7/23 : RUN go mod download [2021-07-27T19:12:08.915Z] ---> Running in 42174948d55d [2021-07-27T19:12:08.915Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:12:08.915Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:12:08.915Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:12:09.516Z] OK: 219 MiB in 52 packages [2021-07-27T19:12:09.516Z] OK: 219 MiB in 52 packages [2021-07-27T19:12:09.781Z] OK: 219 MiB in 52 packages [2021-07-27T19:12:09.781Z] Removing intermediate container ee5d1de62792 [2021-07-27T19:12:09.781Z] ---> 36d353d32b92 [2021-07-27T19:12:09.781Z] Step 6/24 : COPY go.mod . [2021-07-27T19:12:09.781Z] Removing intermediate container 42174948d55d [2021-07-27T19:12:09.781Z] ---> 44b83514c52f [2021-07-27T19:12:09.781Z] Step 8/23 : COPY . . [2021-07-27T19:12:10.049Z] Removing intermediate container 14b3e4862ff5 [2021-07-27T19:12:10.050Z] ---> 59ab2914a73c [2021-07-27T19:12:10.050Z] Step 6/24 : COPY go.mod . [2021-07-27T19:12:10.323Z] OK: 219 MiB in 52 packages [2021-07-27T19:12:10.323Z] ---> 768457d32a86 [2021-07-27T19:12:10.323Z] Step 7/24 : RUN go mod download [2021-07-27T19:12:11.286Z] ---> 6cb5dee77044 [2021-07-27T19:12:11.286Z] Step 7/24 : RUN go mod download [2021-07-27T19:12:11.286Z] ---> Running in 8c755b7c5dc5 [2021-07-27T19:12:11.562Z] Removing intermediate container 6f9c4ca06ba9 [2021-07-27T19:12:11.562Z] ---> 823eb516c0b6 [2021-07-27T19:12:11.562Z] Step 6/24 : COPY go.mod . [2021-07-27T19:12:11.829Z] ---> Running in 68129270a9da [2021-07-27T19:12:11.829Z] ---> 5304bbbdf67a [2021-07-27T19:12:11.829Z] Step 7/24 : RUN go mod download [2021-07-27T19:12:12.101Z] Removing intermediate container 9c7723af1c86 [2021-07-27T19:12:12.101Z] ---> d2073d7e047a [2021-07-27T19:12:12.101Z] Step 6/32 : COPY go.mod . [2021-07-27T19:12:12.101Z] ---> Running in c3e502dae3ca [2021-07-27T19:12:12.732Z] ---> a5836bf25026 [2021-07-27T19:12:12.732Z] Step 7/32 : RUN go mod download [2021-07-27T19:12:13.009Z] ---> Running in 1f45d9dba3d2 [2021-07-27T19:12:13.990Z] Removing intermediate container 68129270a9da [2021-07-27T19:12:13.990Z] ---> c022374e54fe [2021-07-27T19:12:13.990Z] Step 8/24 : COPY . . [2021-07-27T19:12:13.990Z] ---> a9cc4122afaf [2021-07-27T19:12:13.990Z] Step 9/23 : RUN go mod tidy [2021-07-27T19:12:13.990Z] Removing intermediate container 8c755b7c5dc5 [2021-07-27T19:12:13.990Z] ---> 89ca85cad25a [2021-07-27T19:12:13.990Z] Step 8/24 : COPY . . [2021-07-27T19:12:14.261Z] Removing intermediate container c3e502dae3ca [2021-07-27T19:12:14.261Z] ---> aa9860c5fbef [2021-07-27T19:12:14.261Z] Step 8/24 : COPY . . [2021-07-27T19:12:14.851Z] ---> Running in f96b0d3e1998 [2021-07-27T19:12:17.488Z] Removing intermediate container 1f45d9dba3d2 [2021-07-27T19:12:17.489Z] ---> 52c44d83f4bb [2021-07-27T19:12:17.489Z] Step 8/32 : COPY . . [2021-07-27T19:12:22.849Z] ---> 0cf9f337ef5a [2021-07-27T19:12:22.849Z] Step 9/24 : RUN go mod tidy [2021-07-27T19:12:22.849Z] Removing intermediate container f96b0d3e1998 [2021-07-27T19:12:22.849Z] ---> 826431bcf793 [2021-07-27T19:12:22.849Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-07-27T19:12:22.849Z] ---> 866dec82d4f2 [2021-07-27T19:12:22.849Z] Step 9/24 : RUN go mod tidy [2021-07-27T19:12:22.849Z] ---> c477dbca5cc7 [2021-07-27T19:12:22.849Z] Step 9/24 : RUN go mod tidy [2021-07-27T19:12:22.849Z] ---> Running in f6651b4dcf8a [2021-07-27T19:12:23.116Z] ---> Running in acafeaa1c58c [2021-07-27T19:12:23.116Z] ---> Running in a52ecdc36602 [2021-07-27T19:12:23.116Z] ---> Running in bbab77955947 [2021-07-27T19:12:26.461Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-07-27T19:12:27.487Z] Removing intermediate container f6651b4dcf8a [2021-07-27T19:12:27.487Z] ---> 7af5f498dc0e [2021-07-27T19:12:27.487Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-07-27T19:12:27.487Z] ---> Running in 9403538851bd [2021-07-27T19:12:27.758Z] Removing intermediate container bbab77955947 [2021-07-27T19:12:27.758Z] ---> 58de9bafa5da [2021-07-27T19:12:27.758Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-07-27T19:12:28.026Z] Removing intermediate container acafeaa1c58c [2021-07-27T19:12:28.026Z] ---> 1e4452469dd4 [2021-07-27T19:12:28.026Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-07-27T19:12:28.026Z] ---> Running in 54f038a3f2b4 [2021-07-27T19:12:28.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-07-27T19:12:28.302Z] ---> Running in 2fcf29279a1a [2021-07-27T19:12:28.899Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-07-27T19:12:29.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-07-27T19:12:37.400Z] ---> e0d72c34bc50 [2021-07-27T19:12:37.400Z] Step 9/32 : RUN go mod tidy [2021-07-27T19:12:37.400Z] ---> Running in f763bf2a8750 [2021-07-27T19:12:38.370Z] Removing intermediate container f763bf2a8750 [2021-07-27T19:12:38.370Z] ---> bc812013fa15 [2021-07-27T19:12:38.370Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-07-27T19:12:38.370Z] ---> Running in 9403a8f6a92e [2021-07-27T19:12:38.955Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-07-27T19:13:05.708Z] Removing intermediate container a52ecdc36602 [2021-07-27T19:13:05.708Z] ---> 0b604bad8f12 [2021-07-27T19:13:05.708Z] [2021-07-27T19:13:05.708Z] Step 11/23 : FROM alpine:3.12 [2021-07-27T19:13:05.708Z] 3.12: Pulling from library/alpine [2021-07-27T19:13:05.708Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-27T19:13:05.708Z] Status: Downloaded newer image for alpine:3.12 [2021-07-27T19:13:05.708Z] ---> 13621d1b12d4 [2021-07-27T19:13:05.708Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-07-27T19:13:05.708Z] Removing intermediate container 9403538851bd [2021-07-27T19:13:05.708Z] ---> dda3842bbf0e [2021-07-27T19:13:05.708Z] [2021-07-27T19:13:05.708Z] Step 11/24 : FROM alpine:3.12 [2021-07-27T19:13:05.708Z] ---> 13621d1b12d4 [2021-07-27T19:13:05.708Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-27T19:13:05.708Z] ---> Running in 172090ec0128 [2021-07-27T19:13:05.708Z] ---> Running in 87ec2af258f1 [2021-07-27T19:13:06.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:13:06.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:13:06.581Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-27T19:13:06.581Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T19:13:06.581Z] OK: 6 MiB in 15 packages [2021-07-27T19:13:06.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:13:06.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:13:06.851Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-27T19:13:06.851Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T19:13:06.851Z] OK: 6 MiB in 15 packages [2021-07-27T19:13:06.851Z] Removing intermediate container 54f038a3f2b4 [2021-07-27T19:13:06.851Z] ---> 5d3ad62eb801 [2021-07-27T19:13:06.851Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-07-27T19:13:07.120Z] ---> Running in 3b2be9b9b6e3 [2021-07-27T19:13:07.120Z] Removing intermediate container 172090ec0128 [2021-07-27T19:13:07.120Z] ---> 66a192c17156 [2021-07-27T19:13:07.120Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T19:13:07.120Z] ---> Running in 62fb46e33921 [2021-07-27T19:13:07.388Z] Removing intermediate container 62fb46e33921 [2021-07-27T19:13:07.388Z] ---> 09dbc25fbbe6 [2021-07-27T19:13:07.388Z] Step 14/23 : ENV APP_PORT=59861 [2021-07-27T19:13:07.388Z] Removing intermediate container 87ec2af258f1 [2021-07-27T19:13:07.388Z] ---> db8277c1cd98 [2021-07-27T19:13:07.388Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T19:13:07.676Z] ---> Running in 1fe3ce34c827 [2021-07-27T19:13:07.676Z] ---> Running in 790d3e9c64c8 [2021-07-27T19:13:07.676Z] Removing intermediate container 1fe3ce34c827 [2021-07-27T19:13:07.676Z] ---> 509c55975438 [2021-07-27T19:13:07.676Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-27T19:13:07.952Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-07-27T19:13:07.952Z] Removing intermediate container 790d3e9c64c8 [2021-07-27T19:13:07.952Z] ---> fff97673fff2 [2021-07-27T19:13:07.952Z] Step 14/24 : ENV APP_PORT=59882 [2021-07-27T19:13:07.952Z] ---> Running in cbdfbaa0c592 [2021-07-27T19:13:07.952Z] ---> Running in df49317098e8 [2021-07-27T19:13:07.952Z] Removing intermediate container cbdfbaa0c592 [2021-07-27T19:13:07.952Z] ---> 4e38c2d832c1 [2021-07-27T19:13:07.952Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T19:13:08.225Z] Removing intermediate container df49317098e8 [2021-07-27T19:13:08.225Z] ---> f569e83659ac [2021-07-27T19:13:08.225Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-27T19:13:08.225Z] ---> Running in 29e438848717 [2021-07-27T19:13:08.225Z] ---> c5b327e4cce1 [2021-07-27T19:13:08.225Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-07-27T19:13:08.706Z] Removing intermediate container 29e438848717 [2021-07-27T19:13:08.706Z] ---> f34c011e4757 [2021-07-27T19:13:08.706Z] Step 16/24 : WORKDIR / [2021-07-27T19:13:08.706Z] ---> Running in 3f99fdfd656f [2021-07-27T19:13:08.929Z] Removing intermediate container 9bf1b0d249b2 [2021-07-27T19:13:08.929Z] ---> ce9205915eb7 [2021-07-27T19:13:08.929Z] Successfully built ce9205915eb7 [2021-07-27T19:13:08.929Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:13:08.988Z] Removing intermediate container 3f99fdfd656f [2021-07-27T19:13:08.988Z] ---> 461f062104f0 [2021-07-27T19:13:08.988Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T19:13:08.988Z] ---> 2b1bfedef2e3 [2021-07-27T19:13:08.988Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-07-27T19:13:09.313Z] + docker inspect -f . ci-base-image-arm64 [2021-07-27T19:13:09.313Z] . [Pipeline] withDockerContainer [2021-07-27T19:13:09.607Z] prd-ubuntu18.04-docker-arm64-4c-16g-292 does not seem to be running inside a container [2021-07-27T19:13:09.691Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-07-27T19:13:09.978Z] ---> cd452776c55c [2021-07-27T19:13:09.979Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-07-27T19:13:09.979Z] ---> 11240485e661 [2021-07-27T19:13:09.979Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-07-27T19:13:09.979Z] Removing intermediate container 3b2be9b9b6e3 [2021-07-27T19:13:09.979Z] ---> 6cde18541595 [2021-07-27T19:13:09.979Z] [2021-07-27T19:13:09.979Z] Step 12/24 : FROM docker:20.10.6 [2021-07-27T19:13:09.979Z] ---> Running in efd4009ba0e4 [2021-07-27T19:13:09.979Z] Removing intermediate container 2fcf29279a1a [2021-07-27T19:13:09.979Z] ---> 668ef442a444 [2021-07-27T19:13:09.979Z] [2021-07-27T19:13:09.979Z] Step 11/24 : FROM alpine:3.12 [2021-07-27T19:13:09.979Z] ---> 13621d1b12d4 [2021-07-27T19:13:09.979Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-27T19:13:09.979Z] ---> Using cache [2021-07-27T19:13:09.979Z] ---> db8277c1cd98 [2021-07-27T19:13:09.979Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T19:13:09.979Z] ---> Using cache [2021-07-27T19:13:09.979Z] ---> fff97673fff2 [2021-07-27T19:13:09.979Z] Step 14/24 : ENV APP_PORT=59881 [2021-07-27T19:13:09.979Z] ---> Running in 888bcd328ea8 [2021-07-27T19:13:09.979Z] 20.10.6: Pulling from library/docker [2021-07-27T19:13:10.253Z] Removing intermediate container efd4009ba0e4 [2021-07-27T19:13:10.253Z] ---> 17f770f67d3e [2021-07-27T19:13:10.253Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T19:13:10.253Z] ---> Running in 6f3c7d0becc5 [2021-07-27T19:13:10.253Z] ---> 8d13ef2bff42 [2021-07-27T19:13:10.253Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-07-27T19:13:10.253Z] Removing intermediate container 888bcd328ea8 [2021-07-27T19:13:10.253Z] ---> 549b923f415b [2021-07-27T19:13:10.253Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-27T19:13:10.253Z] ---> Running in 5ea6e493d7e1 [2021-07-27T19:13:10.534Z] Removing intermediate container 6f3c7d0becc5 [2021-07-27T19:13:10.534Z] ---> 76adab5d1c0f [2021-07-27T19:13:10.534Z] Step 21/23 : LABEL arch=x86_64 [2021-07-27T19:13:10.534Z] ---> Running in 02e31ee115ae [2021-07-27T19:13:10.806Z] ---> 0aa83d22bcf6 [2021-07-27T19:13:10.806Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-07-27T19:13:10.806Z] Removing intermediate container 5ea6e493d7e1 [2021-07-27T19:13:10.806Z] ---> fd0a3dd9fa6d [2021-07-27T19:13:10.806Z] Step 16/24 : WORKDIR / [2021-07-27T19:13:10.806Z] Removing intermediate container 02e31ee115ae [2021-07-27T19:13:10.806Z] ---> 5b94989dd922 [2021-07-27T19:13:10.806Z] Step 22/23 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:13:10.806Z] ---> Running in 4a64b13109e3 [2021-07-27T19:13:10.806Z] ---> Running in e457b185b927 [2021-07-27T19:13:10.806Z] ---> Running in 0bef2d0d7832 [2021-07-27T19:13:11.075Z] Removing intermediate container e457b185b927 [2021-07-27T19:13:11.075Z] ---> 9fb6be8f80f4 [2021-07-27T19:13:11.075Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T19:13:11.075Z] Removing intermediate container 4a64b13109e3 [2021-07-27T19:13:11.075Z] ---> e4cb1cf080b2 [2021-07-27T19:13:11.075Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T19:13:11.075Z] Removing intermediate container 0bef2d0d7832 [2021-07-27T19:13:11.075Z] ---> 2c5fe441685a [2021-07-27T19:13:11.075Z] Step 23/23 : LABEL version=0.0.0 [2021-07-27T19:13:11.075Z] ---> Running in c6093193118f [2021-07-27T19:13:11.075Z] ---> Running in 0f411eac24a5 [2021-07-27T19:13:11.346Z] Removing intermediate container c6093193118f [2021-07-27T19:13:11.346Z] ---> 10c7962c915e [2021-07-27T19:13:11.346Z] Step 22/24 : LABEL arch=x86_64 [2021-07-27T19:13:11.346Z] ---> dee20469d308 [2021-07-27T19:13:11.346Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-07-27T19:13:11.346Z] Removing intermediate container 0f411eac24a5 [2021-07-27T19:13:11.346Z] ---> 92f4e79b3186 [2021-07-27T19:13:11.346Z] [2021-07-27T19:13:11.346Z] ---> Running in 556ccda9fb10 [2021-07-27T19:13:11.346Z] Successfully built 92f4e79b3186 [2021-07-27T19:13:11.453Z] $ docker top 1b6090de88e7c8aa6adcb1c0643d39a23896112bd492dd58bb43e3c24b48b42e -eo pid,comm [2021-07-27T19:13:11.619Z] Successfully tagged support-scheduler:latest [2021-07-27T19:13:11.619Z]  Building support-scheduler ... done Building security-secretstore-setup [Pipeline] { [Pipeline] sh [2021-07-27T19:13:12.206Z] Removing intermediate container 556ccda9fb10 [2021-07-27T19:13:12.206Z] ---> b9fe6e4704d3 [2021-07-27T19:13:12.206Z] Step 23/24 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:13:12.579Z] + go version [2021-07-27T19:13:12.579Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-27T19:13:12.613Z] $ docker stop --time=1 1b6090de88e7c8aa6adcb1c0643d39a23896112bd492dd58bb43e3c24b48b42e [2021-07-27T19:13:13.620Z] ---> f2f4d9995305 [2021-07-27T19:13:13.621Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-07-27T19:13:13.621Z] Removing intermediate container 9403a8f6a92e [2021-07-27T19:13:13.621Z] ---> 949fd131133d [2021-07-27T19:13:13.621Z] [2021-07-27T19:13:13.621Z] Step 11/32 : FROM alpine:3.12 [2021-07-27T19:13:13.621Z] ---> 13621d1b12d4 [2021-07-27T19:13:13.621Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-07-27T19:13:13.621Z] ---> Running in cdad72098a9c [2021-07-27T19:13:13.621Z] ---> Running in 48ab7d1fc408 [2021-07-27T19:13:13.621Z] ---> 261d5e10c70f [2021-07-27T19:13:13.621Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-07-27T19:13:13.621Z] Removing intermediate container cdad72098a9c [2021-07-27T19:13:13.621Z] ---> f39b64c99bfa [2021-07-27T19:13:13.621Z] Step 24/24 : LABEL version=0.0.0 [2021-07-27T19:13:13.889Z] Removing intermediate container 48ab7d1fc408 [2021-07-27T19:13:13.889Z] ---> 140d373e4365 [2021-07-27T19:13:13.889Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-07-27T19:13:13.889Z] ---> Running in 07f9f4283b10 [2021-07-27T19:13:13.889Z] ---> Running in bd958b0582d9 [2021-07-27T19:13:13.889Z] ---> Running in 016b9da5e00b [2021-07-27T19:13:13.889Z] Removing intermediate container 07f9f4283b10 [2021-07-27T19:13:13.889Z] ---> 781e40e69cd1 [2021-07-27T19:13:13.889Z] [2021-07-27T19:13:14.166Z] Removing intermediate container bd958b0582d9 [2021-07-27T19:13:14.166Z] ---> 6d94383a3b35 [2021-07-27T19:13:14.166Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T19:13:14.166Z] Successfully built 781e40e69cd1 [2021-07-27T19:13:14.166Z] Successfully tagged core-command:latest [2021-07-27T19:13:14.166Z] Building support-notifications [2021-07-27T19:13:14.166Z]  Building core-command ... done  ---> Running in 31c449d36efa [2021-07-27T19:13:14.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:13:14.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:13:14.434Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-07-27T19:13:14.434Z] (2/2) Installing su-exec (0.2-r1) [2021-07-27T19:13:14.434Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T19:13:14.434Z] OK: 6 MiB in 16 packages [2021-07-27T19:13:14.467Z] $ docker rm -f 1b6090de88e7c8aa6adcb1c0643d39a23896112bd492dd58bb43e3c24b48b42e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:13:15.673Z] + docker inspect -f . ci-base-image-arm64 [2021-07-27T19:13:15.673Z] . [Pipeline] withDockerContainer [2021-07-27T19:13:15.976Z] prd-ubuntu18.04-docker-arm64-4c-16g-292 does not seem to be running inside a container [2021-07-27T19:13:16.047Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-07-27T19:13:16.397Z] Removing intermediate container 31c449d36efa [2021-07-27T19:13:16.397Z] ---> 5ab473353d20 [2021-07-27T19:13:16.397Z] Step 22/24 : LABEL arch=x86_64 [2021-07-27T19:13:17.625Z] $ docker top 9051dec53bf903964bdbe4dc3abfdeab17d041468c6619bf68b566d8f828aaf3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-07-27T19:13:18.035Z] ========================================================= [2021-07-27T19:13:18.035Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-07-27T19:13:18.035Z] ========================================================= [Pipeline] sh [2021-07-27T19:13:18.702Z] + go mod tidy [2021-07-27T19:13:18.982Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:13:18.982Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:13:18.982Z] ---> 214d55f8a319 [2021-07-27T19:13:18.982Z] Step 3/23 : WORKDIR /edgex-go [2021-07-27T19:13:18.982Z] ---> Using cache [2021-07-27T19:13:18.982Z] ---> 707502de8a27 [2021-07-27T19:13:18.982Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:13:18.982Z] ---> Using cache [2021-07-27T19:13:18.982Z] ---> 895e3a1ebf48 [2021-07-27T19:13:18.982Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [Pipeline] sh [2021-07-27T19:13:19.941Z] ---> Running in 3d6e5647d224 [2021-07-27T19:13:19.941Z] ---> Running in 370b009ecc57 [2021-07-27T19:13:19.941Z] Removing intermediate container 016b9da5e00b [2021-07-27T19:13:19.941Z] ---> 39ffcd8445e6 [2021-07-27T19:13:19.941Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-07-27T19:13:20.210Z] Removing intermediate container 3d6e5647d224 [2021-07-27T19:13:20.210Z] ---> 9c6da6464f4f [2021-07-27T19:13:20.210Z] Step 23/24 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:13:20.210Z] ---> Running in 6418a9263e17 [2021-07-27T19:13:20.210Z] ---> Running in 0540ed9f7de4 [2021-07-27T19:13:20.210Z] Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 [2021-07-27T19:13:20.210Z] Status: Downloaded newer image for docker:20.10.6 [2021-07-27T19:13:20.210Z] Removing intermediate container 6418a9263e17 [2021-07-27T19:13:20.210Z] ---> 0b387653e828 [2021-07-27T19:13:20.210Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-07-27T19:13:20.210Z] ---> d2979b152a7d [2021-07-27T19:13:20.210Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-07-27T19:13:20.373Z] + make test [2021-07-27T19:13:20.373Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2021-07-27T19:13:20.373Z] go mod tidy [2021-07-27T19:13:20.479Z] ---> Running in 1a4b67877eeb [2021-07-27T19:13:20.479Z] ---> Running in 46d67b469e1b [2021-07-27T19:13:20.479Z] Removing intermediate container 0540ed9f7de4 [2021-07-27T19:13:20.479Z] ---> 68824216848b [2021-07-27T19:13:20.479Z] Step 24/24 : LABEL version=0.0.0 [2021-07-27T19:13:20.479Z] ---> Running in f5d47a024435 [2021-07-27T19:13:20.479Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:13:20.479Z] Removing intermediate container 1a4b67877eeb [2021-07-27T19:13:20.479Z] ---> a1f90c343c1a [2021-07-27T19:13:20.479Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-07-27T19:13:20.479Z] Removing intermediate container 46d67b469e1b [2021-07-27T19:13:20.479Z] ---> 6024b9847b4a [2021-07-27T19:13:20.479Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-07-27T19:13:20.746Z] ---> Running in db7bc68c5a51 [2021-07-27T19:13:20.746Z] Removing intermediate container f5d47a024435 [2021-07-27T19:13:20.746Z] ---> 7197c34f7822 [2021-07-27T19:13:20.746Z] [2021-07-27T19:13:20.746Z] ---> Running in 623fdf7a7829 [2021-07-27T19:13:20.746Z] Successfully built 7197c34f7822 [2021-07-27T19:13:20.746Z] Successfully tagged core-metadata:latest [2021-07-27T19:13:20.746Z] Building core-data [2021-07-27T19:13:20.996Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-07-27T19:13:21.333Z]  Building core-metadata ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:13:21.333Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:13:21.333Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:13:21.604Z] (1/39) Installing readline (8.1.0-r0) [2021-07-27T19:13:21.604Z] (2/39) Installing bash (5.1.0-r0) [2021-07-27T19:13:21.874Z] OK: 219 MiB in 52 packages [2021-07-27T19:13:22.146Z] Executing bash-5.1.0-r0.post-install [2021-07-27T19:13:22.146Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-07-27T19:13:22.146Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-07-27T19:13:22.146Z] (5/39) Installing libcurl (7.78.0-r0) [2021-07-27T19:13:22.146Z] (6/39) Installing curl (7.78.0-r0) [2021-07-27T19:13:22.146Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-07-27T19:13:22.146Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-07-27T19:13:22.146Z] (9/39) Installing expat (2.2.10-r1) [2021-07-27T19:13:22.146Z] (10/39) Installing libffi (3.3-r2) [2021-07-27T19:13:22.146Z] (11/39) Installing gdbm (1.19-r0) [2021-07-27T19:13:22.146Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-07-27T19:13:22.146Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-07-27T19:13:22.146Z] (14/39) Installing python3 (3.8.10-r0) [2021-07-27T19:13:22.755Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:13:22.755Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:13:22.755Z] ---> 214d55f8a319 [2021-07-27T19:13:22.755Z] Step 3/26 : WORKDIR /edgex-go [2021-07-27T19:13:22.755Z] ---> Using cache [2021-07-27T19:13:22.755Z] ---> 707502de8a27 [2021-07-27T19:13:22.755Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:13:22.755Z] ---> Using cache [2021-07-27T19:13:22.755Z] ---> 895e3a1ebf48 [2021-07-27T19:13:22.755Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-07-27T19:13:22.755Z] ---> Using cache [2021-07-27T19:13:22.755Z] ---> 59ab2914a73c [2021-07-27T19:13:22.755Z] Step 6/26 : COPY go.mod . [2021-07-27T19:13:22.755Z] ---> Using cache [2021-07-27T19:13:22.755Z] ---> 6cb5dee77044 [2021-07-27T19:13:22.755Z] Step 7/26 : RUN go mod download [2021-07-27T19:13:22.755Z] ---> Using cache [2021-07-27T19:13:22.755Z] ---> c022374e54fe [2021-07-27T19:13:22.755Z] Step 8/26 : COPY . . [2021-07-27T19:13:22.755Z] ---> Using cache [2021-07-27T19:13:22.755Z] ---> 866dec82d4f2 [2021-07-27T19:13:22.755Z] Step 9/26 : RUN go mod tidy [2021-07-27T19:13:22.755Z] ---> Using cache [2021-07-27T19:13:22.755Z] ---> 1e4452469dd4 [2021-07-27T19:13:22.755Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-07-27T19:13:24.452Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:13:24.452Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:13:24.452Z] ---> 214d55f8a319 [2021-07-27T19:13:24.452Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T19:13:24.452Z] ---> Using cache [2021-07-27T19:13:24.452Z] ---> 707502de8a27 [2021-07-27T19:13:24.452Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:13:24.452Z] ---> Using cache [2021-07-27T19:13:24.452Z] ---> 895e3a1ebf48 [2021-07-27T19:13:24.452Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-07-27T19:13:24.830Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-07-27T19:13:24.830Z] ---> Running in 334535e6c3e5 [2021-07-27T19:13:24.830Z] ---> Running in ef720cf53cf8 [2021-07-27T19:13:24.830Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-07-27T19:13:24.830Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-07-27T19:13:24.830Z] (18/39) Installing py3-six (1.15.0-r0) [2021-07-27T19:13:24.830Z] Removing intermediate container db7bc68c5a51 [2021-07-27T19:13:24.830Z] ---> a45ae7ad0120 [2021-07-27T19:13:24.830Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-07-27T19:13:24.830Z] (19/39) Installing py3-packaging (20.9-r0) [2021-07-27T19:13:24.830Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-07-27T19:13:24.830Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-07-27T19:13:24.831Z] (22/39) Installing py3-idna (3.1-r0) [2021-07-27T19:13:24.831Z] ---> Running in 84fc23262b78 [2021-07-27T19:13:24.831Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-07-27T19:13:24.831Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-07-27T19:13:24.831Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-07-27T19:13:24.831Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-07-27T19:13:24.831Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-07-27T19:13:24.831Z] Removing intermediate container 370b009ecc57 [2021-07-27T19:13:24.831Z] ---> 6d3a0232c5fe [2021-07-27T19:13:24.831Z] Step 6/23 : COPY go.mod . [2021-07-27T19:13:24.831Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-07-27T19:13:24.831Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-07-27T19:13:24.831Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-07-27T19:13:24.831Z] Removing intermediate container 84fc23262b78 [2021-07-27T19:13:24.831Z] ---> 1d78cad0d1e6 [2021-07-27T19:13:24.831Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-07-27T19:13:24.831Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-07-27T19:13:24.831Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-07-27T19:13:24.831Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-07-27T19:13:24.831Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-07-27T19:13:24.831Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-07-27T19:13:24.831Z] (36/39) Installing py3-progress (1.5-r0) [2021-07-27T19:13:24.831Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-07-27T19:13:24.831Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-07-27T19:13:24.831Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-07-27T19:13:25.253Z] ---> 97933bf58ef9 [2021-07-27T19:13:25.253Z] Step 7/23 : RUN go mod download [2021-07-27T19:13:25.253Z] Executing busybox-1.32.1-r6.trigger [2021-07-27T19:13:25.253Z] ---> Running in 86d2b7391ea4 [2021-07-27T19:13:25.253Z] ---> 2c6f387d83f4 [2021-07-27T19:13:25.253Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-07-27T19:13:25.253Z] OK: 82 MiB in 59 packages [2021-07-27T19:13:25.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-07-27T19:13:25.253Z] ---> Running in 79967573ade1 [2021-07-27T19:13:25.639Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:13:26.275Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:13:26.550Z] Removing intermediate container 79967573ade1 [2021-07-27T19:13:26.550Z] ---> 8a65606a98b1 [2021-07-27T19:13:26.550Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T19:13:26.825Z] OK: 219 MiB in 52 packages [2021-07-27T19:13:26.825Z] ---> 8f086ac20558 [2021-07-27T19:13:26.825Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-07-27T19:13:27.447Z] ---> a45a671e4eaf [2021-07-27T19:13:27.447Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-07-27T19:13:27.721Z] Removing intermediate container 334535e6c3e5 [2021-07-27T19:13:27.721Z] ---> bfae8df0e070 [2021-07-27T19:13:27.721Z] Step 6/24 : COPY go.mod . [2021-07-27T19:13:27.721Z] Removing intermediate container 86d2b7391ea4 [2021-07-27T19:13:27.721Z] ---> 606491abaa1b [2021-07-27T19:13:27.721Z] Step 8/23 : COPY . . [2021-07-27T19:13:27.721Z] Collecting docker-compose==1.23.2 [2021-07-27T19:13:27.721Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-07-27T19:13:28.011Z] Collecting websocket-client<1.0,>=0.32.0 [2021-07-27T19:13:28.011Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-07-27T19:13:28.011Z] Collecting cached-property<2,>=1.2.0 [2021-07-27T19:13:28.011Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-07-27T19:13:28.011Z] Collecting texttable<0.10,>=0.9.0 [2021-07-27T19:13:28.011Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-07-27T19:13:28.614Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-07-27T19:13:28.614Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-07-27T19:13:28.614Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-07-27T19:13:28.614Z] Collecting docopt<0.7,>=0.6.1 [2021-07-27T19:13:28.614Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-07-27T19:13:28.897Z] ---> 87f623f3853a [2021-07-27T19:13:28.897Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-07-27T19:13:29.189Z] Collecting jsonschema<3,>=2.5.1 [2021-07-27T19:13:29.189Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-07-27T19:13:29.189Z] Collecting docker<4.0,>=3.6.0 [2021-07-27T19:13:29.189Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-07-27T19:13:29.482Z] Collecting PyYAML<4,>=3.10 [2021-07-27T19:13:29.482Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-07-27T19:13:29.770Z] ---> 74909d3c8a03 [2021-07-27T19:13:29.770Z] Step 7/24 : RUN go mod download [2021-07-27T19:13:30.408Z] Collecting dockerpty<0.5,>=0.4.1 [2021-07-27T19:13:30.408Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-07-27T19:13:30.408Z] ---> Running in fdf84bc9b775 [2021-07-27T19:13:30.408Z] ---> 626b7c89ea59 [2021-07-27T19:13:30.408Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-07-27T19:13:30.998Z] Collecting docker-pycreds>=0.4.0 [2021-07-27T19:13:30.998Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-07-27T19:13:30.998Z] Collecting idna<2.8,>=2.5 [2021-07-27T19:13:30.998Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-07-27T19:13:31.584Z] Collecting chardet<3.1.0,>=3.0.2 [2021-07-27T19:13:31.584Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-07-27T19:13:31.584Z] Collecting certifi>=2017.4.17 [2021-07-27T19:13:31.584Z] ---> 5b27dc5b640f [2021-07-27T19:13:31.584Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-07-27T19:13:31.584Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-07-27T19:13:31.861Z] ---> Running in 1cb1b89bf4be [2021-07-27T19:13:31.861Z] Collecting urllib3<1.25,>=1.21.1 [2021-07-27T19:13:31.861Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-07-27T19:13:31.861Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-07-27T19:13:31.861Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-07-27T19:13:31.861Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-07-27T19:13:31.861Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-07-27T19:13:32.165Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-07-27T19:13:32.165Z] Attempting uninstall: urllib3 [2021-07-27T19:13:32.165Z] Found existing installation: urllib3 1.26.2 [2021-07-27T19:13:32.165Z] Uninstalling urllib3-1.26.2: [2021-07-27T19:13:32.165Z] Successfully uninstalled urllib3-1.26.2 [2021-07-27T19:13:32.165Z] Removing intermediate container 1cb1b89bf4be [2021-07-27T19:13:32.165Z] ---> f168be9b52d9 [2021-07-27T19:13:32.165Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-07-27T19:13:32.165Z] Attempting uninstall: idna [2021-07-27T19:13:32.165Z] Found existing installation: idna 3.1 [2021-07-27T19:13:32.165Z] Uninstalling idna-3.1: [2021-07-27T19:13:32.437Z] Successfully uninstalled idna-3.1 [2021-07-27T19:13:32.437Z] Attempting uninstall: chardet [2021-07-27T19:13:32.437Z] Found existing installation: chardet 4.0.0 [2021-07-27T19:13:32.437Z] Uninstalling chardet-4.0.0: [2021-07-27T19:13:32.437Z] Successfully uninstalled chardet-4.0.0 [2021-07-27T19:13:33.048Z] ---> 5e43dab8ec8c [2021-07-27T19:13:33.048Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-07-27T19:13:33.048Z] ---> Running in c7ef1b886e1f [2021-07-27T19:13:33.048Z] ---> b41551aa3b98 [2021-07-27T19:13:33.048Z] Step 9/23 : RUN go mod tidy [2021-07-27T19:13:33.048Z] Attempting uninstall: requests [2021-07-27T19:13:33.048Z] Found existing installation: requests 2.25.1 [2021-07-27T19:13:33.048Z] Uninstalling requests-2.25.1: [2021-07-27T19:13:33.320Z] ---> Running in e24e84e34b69 [2021-07-27T19:13:33.320Z] Successfully uninstalled requests-2.25.1 [2021-07-27T19:13:33.320Z] Running setup.py install for texttable: started [2021-07-27T19:13:33.320Z] Removing intermediate container fdf84bc9b775 [2021-07-27T19:13:33.320Z] ---> bc41872f84a8 [2021-07-27T19:13:33.320Z] Step 8/24 : COPY . . [2021-07-27T19:13:33.942Z] Running setup.py install for texttable: finished with status 'done' [2021-07-27T19:13:33.942Z] Running setup.py install for PyYAML: started [2021-07-27T19:13:34.237Z] Running setup.py install for PyYAML: finished with status 'done' [2021-07-27T19:13:35.684Z] Running setup.py install for docopt: started [2021-07-27T19:13:36.363Z] Running setup.py install for docopt: finished with status 'done' [2021-07-27T19:13:36.363Z] Running setup.py install for dockerpty: started [2021-07-27T19:13:36.363Z] Removing intermediate container c7ef1b886e1f [2021-07-27T19:13:36.363Z] ---> 1e2a6fd2f0db [2021-07-27T19:13:36.363Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-07-27T19:13:36.636Z] ---> Running in 21b1c578868e [2021-07-27T19:13:36.915Z] Removing intermediate container e24e84e34b69 [2021-07-27T19:13:36.915Z] ---> 654be41109ea [2021-07-27T19:13:36.915Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-07-27T19:13:36.915Z] Running setup.py install for dockerpty: finished with status 'done' [2021-07-27T19:13:36.915Z] Removing intermediate container 21b1c578868e [2021-07-27T19:13:36.915Z] ---> c60ec5637ccc [2021-07-27T19:13:36.915Z] Step 29/32 : CMD ["gate"] [2021-07-27T19:13:36.915Z] ---> Running in b69acfb4a633 [2021-07-27T19:13:37.206Z] ---> Running in 235eb5add3a6 [2021-07-27T19:13:37.206Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-07-27T19:13:37.840Z] Removing intermediate container 235eb5add3a6 [2021-07-27T19:13:37.840Z] ---> 629b25a2177f [2021-07-27T19:13:37.840Z] Step 30/32 : LABEL arch=x86_64 [2021-07-27T19:13:38.128Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-07-27T19:13:38.128Z] ---> Running in 36f56cf4346e [2021-07-27T19:13:38.736Z] Removing intermediate container 36f56cf4346e [2021-07-27T19:13:38.736Z] ---> 33488c9d9f2b [2021-07-27T19:13:38.736Z] Step 31/32 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:13:38.736Z] ---> aaeedfb28ac5 [2021-07-27T19:13:38.736Z] Step 9/24 : RUN go mod tidy [2021-07-27T19:13:38.736Z] ---> Running in 47d8aa82909d [2021-07-27T19:13:39.011Z] ---> Running in 3c6eb2cce640 [2021-07-27T19:13:39.292Z] Removing intermediate container 3c6eb2cce640 [2021-07-27T19:13:39.292Z] ---> 7e973030dde9 [2021-07-27T19:13:39.292Z] Step 32/32 : LABEL version=0.0.0 [2021-07-27T19:13:39.593Z] ---> Running in fba7cb1d2e23 [2021-07-27T19:13:39.593Z] Removing intermediate container fba7cb1d2e23 [2021-07-27T19:13:39.593Z] ---> 36a74aa96c03 [2021-07-27T19:13:39.593Z] [2021-07-27T19:13:39.593Z] Successfully built 36a74aa96c03 [2021-07-27T19:13:39.887Z] Successfully tagged security-bootstrapper:latest [2021-07-27T19:13:39.887Z] Building security-proxy-setup [2021-07-27T19:13:43.249Z]  Building security-bootstrapper ... done Removing intermediate container 623fdf7a7829 [2021-07-27T19:13:43.249Z] ---> 608bafff1880 [2021-07-27T19:13:43.249Z] Step 15/24 : ENV APP_PORT=58890 [2021-07-27T19:13:43.249Z] Removing intermediate container 47d8aa82909d [2021-07-27T19:13:43.249Z] ---> 23366e1c3ec4 [2021-07-27T19:13:43.249Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-07-27T19:13:43.249Z] ---> Running in 8f3420ef0b35 [2021-07-27T19:13:43.249Z] ---> Running in 0ac8251c9a6d [2021-07-27T19:13:43.249Z] Removing intermediate container 8f3420ef0b35 [2021-07-27T19:13:43.249Z] ---> 09ee41e19b09 [2021-07-27T19:13:43.249Z] Step 16/24 : EXPOSE $APP_PORT [2021-07-27T19:13:43.249Z] ---> Running in 46d70080e7b2 [2021-07-27T19:13:43.525Z] Removing intermediate container 46d70080e7b2 [2021-07-27T19:13:43.525Z] ---> 5c68be0c1d49 [2021-07-27T19:13:43.525Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-07-27T19:13:43.795Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-07-27T19:13:44.068Z] ---> 8672948eff2c [2021-07-27T19:13:44.068Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-07-27T19:13:45.040Z] ---> 07be461d64fc [2021-07-27T19:13:45.041Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-07-27T19:13:45.648Z] ---> 1e606d87a9ab [2021-07-27T19:13:45.648Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-07-27T19:13:45.940Z] ---> Running in ea76672b15d3 [2021-07-27T19:13:46.211Z] Removing intermediate container ea76672b15d3 [2021-07-27T19:13:46.211Z] ---> e7ec7e520d88 [2021-07-27T19:13:46.211Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T19:13:46.211Z] ---> Running in 196acf546ad9 [2021-07-27T19:13:46.491Z] Removing intermediate container 196acf546ad9 [2021-07-27T19:13:46.491Z] ---> 8c7d3cd22026 [2021-07-27T19:13:46.491Z] Step 22/24 : LABEL arch=x86_64 [2021-07-27T19:13:46.491Z] ---> Running in a34a45c854ff [2021-07-27T19:13:46.769Z] Removing intermediate container a34a45c854ff [2021-07-27T19:13:46.769Z] ---> d3fd230d5571 [2021-07-27T19:13:46.769Z] Step 23/24 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:13:46.769Z] ---> Running in 2dd6394e5dcc [2021-07-27T19:13:47.049Z] Removing intermediate container 2dd6394e5dcc [2021-07-27T19:13:47.049Z] ---> af0e9e2a5a0b [2021-07-27T19:13:47.049Z] Step 24/24 : LABEL version=0.0.0 [2021-07-27T19:13:47.049Z] ---> Running in e2541288d517 [2021-07-27T19:13:47.049Z] Removing intermediate container e2541288d517 [2021-07-27T19:13:47.049Z] ---> 18f4e5d052d5 [2021-07-27T19:13:47.049Z] [2021-07-27T19:13:47.321Z] Successfully built 18f4e5d052d5 [2021-07-27T19:13:47.321Z] Successfully tagged sys-mgmt-agent:latest [2021-07-27T19:13:47.321Z]  Building sys-mgmt-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:13:47.321Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:13:47.321Z] ---> 214d55f8a319 [2021-07-27T19:13:47.321Z] Step 3/22 : WORKDIR /edgex-go [2021-07-27T19:13:47.321Z] ---> Using cache [2021-07-27T19:13:47.321Z] ---> 707502de8a27 [2021-07-27T19:13:47.321Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:13:47.321Z] ---> Using cache [2021-07-27T19:13:47.321Z] ---> 895e3a1ebf48 [2021-07-27T19:13:47.321Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-07-27T19:13:47.321Z] ---> Using cache [2021-07-27T19:13:47.321Z] ---> 59ab2914a73c [2021-07-27T19:13:47.321Z] Step 6/22 : COPY go.mod . [2021-07-27T19:13:47.321Z] ---> Using cache [2021-07-27T19:13:47.321Z] ---> 6cb5dee77044 [2021-07-27T19:13:47.321Z] Step 7/22 : RUN go mod download [2021-07-27T19:13:47.321Z] ---> Using cache [2021-07-27T19:13:47.321Z] ---> c022374e54fe [2021-07-27T19:13:47.321Z] Step 8/22 : COPY . . [2021-07-27T19:13:47.321Z] ---> Using cache [2021-07-27T19:13:47.321Z] ---> 866dec82d4f2 [2021-07-27T19:13:47.321Z] Step 9/22 : RUN go mod tidy [2021-07-27T19:13:47.321Z] ---> Using cache [2021-07-27T19:13:47.321Z] ---> 1e4452469dd4 [2021-07-27T19:13:47.321Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-07-27T19:13:47.321Z] ---> Running in 98441935fe6c [2021-07-27T19:13:47.845Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-07-27T19:13:47.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-07-27T19:13:51.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-07-27T19:13:55.563Z] Removing intermediate container ef720cf53cf8 [2021-07-27T19:13:55.563Z] ---> b95a47a69a3b [2021-07-27T19:13:55.563Z] [2021-07-27T19:13:55.563Z] Step 11/26 : FROM alpine:3.12 [2021-07-27T19:13:55.563Z] ---> 13621d1b12d4 [2021-07-27T19:13:55.563Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-07-27T19:13:55.563Z] ---> Running in 3e924f7c1019 [2021-07-27T19:13:56.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:13:56.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:13:56.191Z] (1/6) Installing ca-certificates (20191127-r4) [2021-07-27T19:13:56.191Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-07-27T19:13:56.191Z] (3/6) Installing libcurl (7.78.0-r0) [2021-07-27T19:13:56.191Z] (4/6) Installing curl (7.78.0-r0) [2021-07-27T19:13:56.191Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-07-27T19:13:56.191Z] (6/6) Installing su-exec (0.2-r1) [2021-07-27T19:13:56.191Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T19:13:56.191Z] Executing ca-certificates-20191127-r4.trigger [2021-07-27T19:13:56.475Z] OK: 7 MiB in 20 packages [2021-07-27T19:13:57.083Z] Removing intermediate container 3e924f7c1019 [2021-07-27T19:13:57.083Z] ---> 4dfebc0fb053 [2021-07-27T19:13:57.083Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-27T19:13:57.083Z] ---> Running in 91cbf9ae09c3 [2021-07-27T19:13:57.083Z] Removing intermediate container 91cbf9ae09c3 [2021-07-27T19:13:57.083Z] ---> a837b3d1d1d1 [2021-07-27T19:13:57.083Z] Step 14/26 : WORKDIR / [2021-07-27T19:13:57.083Z] ---> Running in 0575188adfc9 [2021-07-27T19:13:57.363Z] Removing intermediate container 0575188adfc9 [2021-07-27T19:13:57.363Z] ---> 1190c3c0752c [2021-07-27T19:13:57.363Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-07-27T19:13:57.643Z] ---> 163629c0d354 [2021-07-27T19:13:57.643Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-07-27T19:13:57.932Z] ---> d13002cefd8e [2021-07-27T19:13:57.932Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-07-27T19:13:58.207Z] ---> 8b3526e6e997 [2021-07-27T19:13:58.207Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-07-27T19:13:58.491Z] ---> 7b16a3367fb1 [2021-07-27T19:13:58.491Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-07-27T19:13:59.125Z] ---> 6ccf40670895 [2021-07-27T19:13:59.125Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-07-27T19:13:59.734Z] ---> 1aa364b3d779 [2021-07-27T19:13:59.734Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-07-27T19:14:00.007Z] ---> 2eeb35943750 [2021-07-27T19:14:00.007Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-07-27T19:14:00.007Z] ---> Running in 24c7e7153c08 [2021-07-27T19:14:00.984Z] Removing intermediate container 24c7e7153c08 [2021-07-27T19:14:00.984Z] ---> d99e8332dd41 [2021-07-27T19:14:00.984Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-07-27T19:14:00.984Z] ---> Running in 9ca621fb86d4 [2021-07-27T19:14:01.261Z] Removing intermediate container 9ca621fb86d4 [2021-07-27T19:14:01.261Z] ---> 8ddf7dd50fc7 [2021-07-27T19:14:01.261Z] Step 24/26 : LABEL arch=x86_64 [2021-07-27T19:14:01.261Z] ---> Running in 02f57abbfe1f [2021-07-27T19:14:01.537Z] Removing intermediate container 02f57abbfe1f [2021-07-27T19:14:01.537Z] ---> 3358728d9b0e [2021-07-27T19:14:01.537Z] Step 25/26 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:14:01.537Z] ---> Running in 1426cd539632 [2021-07-27T19:14:01.816Z] Removing intermediate container 1426cd539632 [2021-07-27T19:14:01.816Z] ---> cdca656003f3 [2021-07-27T19:14:01.816Z] Step 26/26 : LABEL version=0.0.0 [2021-07-27T19:14:01.816Z] ---> Running in 1d4a837608cb [2021-07-27T19:14:01.816Z] Removing intermediate container 1d4a837608cb [2021-07-27T19:14:01.816Z] ---> 768c6f23d77a [2021-07-27T19:14:01.816Z] [2021-07-27T19:14:01.816Z] Successfully built 768c6f23d77a [2021-07-27T19:14:02.096Z] Successfully tagged security-secretstore-setup:latest [2021-07-27T19:14:07.561Z]  Building security-secretstore-setup ... done Removing intermediate container b69acfb4a633 [2021-07-27T19:14:07.561Z] ---> d34bd1579d95 [2021-07-27T19:14:07.561Z] [2021-07-27T19:14:07.561Z] Step 11/23 : FROM alpine:3.12 [2021-07-27T19:14:07.561Z] ---> 13621d1b12d4 [2021-07-27T19:14:07.561Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-07-27T19:14:07.561Z] ---> Running in 6c899110fffc [2021-07-27T19:14:08.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:14:08.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:14:08.737Z] (1/2) Installing ca-certificates (20191127-r4) [2021-07-27T19:14:08.737Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-07-27T19:14:08.737Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T19:14:08.737Z] Executing ca-certificates-20191127-r4.trigger [2021-07-27T19:14:08.737Z] OK: 6 MiB in 16 packages [2021-07-27T19:14:09.345Z] Removing intermediate container 6c899110fffc [2021-07-27T19:14:09.345Z] ---> fe2b400d7ea6 [2021-07-27T19:14:09.345Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T19:14:09.345Z] ---> Running in 7217c177d74a [2021-07-27T19:14:09.623Z] Removing intermediate container 7217c177d74a [2021-07-27T19:14:09.623Z] ---> 21a2922dd349 [2021-07-27T19:14:09.623Z] Step 14/23 : ENV APP_PORT=59860 [2021-07-27T19:14:09.623Z] ---> Running in 12006c46e4a9 [2021-07-27T19:14:09.623Z] Removing intermediate container 12006c46e4a9 [2021-07-27T19:14:09.623Z] ---> f88251b52eec [2021-07-27T19:14:09.623Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-27T19:14:09.908Z] ---> Running in ae8a12fd6b87 [2021-07-27T19:14:09.908Z] Removing intermediate container ae8a12fd6b87 [2021-07-27T19:14:09.908Z] ---> cea8109b3de9 [2021-07-27T19:14:09.908Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T19:14:10.195Z] ---> 7b2d127f783f [2021-07-27T19:14:10.195Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-07-27T19:14:10.802Z] ---> b376dac8c1a6 [2021-07-27T19:14:10.802Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-07-27T19:14:10.802Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-07-27T19:14:11.082Z] ---> 6a3517979609 [2021-07-27T19:14:11.082Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-07-27T19:14:11.082Z] ---> Running in 117ea4b160bb [2021-07-27T19:14:11.082Z] Removing intermediate container 117ea4b160bb [2021-07-27T19:14:11.082Z] ---> c9b4e8de8eaa [2021-07-27T19:14:11.082Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T19:14:11.352Z] ---> Running in 26ab64ec73bb [2021-07-27T19:14:11.352Z] Removing intermediate container 26ab64ec73bb [2021-07-27T19:14:11.352Z] ---> 4190ce26462a [2021-07-27T19:14:11.352Z] Step 21/23 : LABEL arch=x86_64 [2021-07-27T19:14:11.352Z] ---> Running in c3e7a9ec2676 [2021-07-27T19:14:11.622Z] Removing intermediate container c3e7a9ec2676 [2021-07-27T19:14:11.622Z] ---> 151e95856b48 [2021-07-27T19:14:11.622Z] Step 22/23 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:14:11.622Z] ---> Running in c5ad268b6e24 [2021-07-27T19:14:11.896Z] Removing intermediate container c5ad268b6e24 [2021-07-27T19:14:11.896Z] ---> 56f6bf89342d [2021-07-27T19:14:11.896Z] Step 23/23 : LABEL version=0.0.0 [2021-07-27T19:14:11.896Z] ---> Running in 100e4f1d749d [2021-07-27T19:14:12.175Z] Removing intermediate container 100e4f1d749d [2021-07-27T19:14:12.175Z] ---> 01719eb65b8b [2021-07-27T19:14:12.175Z] [2021-07-27T19:14:12.175Z] Successfully built 01719eb65b8b [2021-07-27T19:14:12.175Z] Successfully tagged support-notifications:latest [2021-07-27T19:14:14.137Z]  Building support-notifications ... done Removing intermediate container 98441935fe6c [2021-07-27T19:14:14.137Z] ---> 08deb2abeab3 [2021-07-27T19:14:14.137Z] [2021-07-27T19:14:14.137Z] Step 11/22 : FROM alpine:3.12 [2021-07-27T19:14:14.137Z] ---> 13621d1b12d4 [2021-07-27T19:14:14.137Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-07-27T19:14:14.137Z] ---> Running in 3f2eb931ad9f [2021-07-27T19:14:14.137Z] Removing intermediate container 0ac8251c9a6d [2021-07-27T19:14:14.137Z] ---> ae3cf6a2734e [2021-07-27T19:14:14.137Z] [2021-07-27T19:14:14.137Z] Step 11/24 : FROM alpine:3.12 [2021-07-27T19:14:14.137Z] ---> 13621d1b12d4 [2021-07-27T19:14:14.137Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-07-27T19:14:14.137Z] ---> Running in 65792240103f [2021-07-27T19:14:14.137Z] Removing intermediate container 65792240103f [2021-07-27T19:14:14.137Z] ---> 3308a3b786e6 [2021-07-27T19:14:14.137Z] Step 13/24 : ENV APP_PORT=59880 [2021-07-27T19:14:14.137Z] ---> Running in 1f6cabf9ad75 [2021-07-27T19:14:14.137Z] Removing intermediate container 1f6cabf9ad75 [2021-07-27T19:14:14.137Z] ---> 308550def390 [2021-07-27T19:14:14.137Z] Step 14/24 : EXPOSE $APP_PORT [2021-07-27T19:14:14.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:14:14.137Z] ---> Running in 6f8b9d4a073d [2021-07-27T19:14:14.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:14:14.408Z] Removing intermediate container 6f8b9d4a073d [2021-07-27T19:14:14.408Z] ---> ccd629411a9a [2021-07-27T19:14:14.408Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:14:14.408Z] ---> Running in a53d114c7b65 [2021-07-27T19:14:14.408Z] (1/4) Installing ca-certificates (20191127-r4) [2021-07-27T19:14:14.408Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-07-27T19:14:14.408Z] (3/4) Installing libcurl (7.78.0-r0) [2021-07-27T19:14:14.408Z] (4/4) Installing curl (7.78.0-r0) [2021-07-27T19:14:14.408Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T19:14:14.408Z] Executing ca-certificates-20191127-r4.trigger [2021-07-27T19:14:14.408Z] OK: 7 MiB in 18 packages [2021-07-27T19:14:14.998Z] Removing intermediate container 3f2eb931ad9f [2021-07-27T19:14:14.998Z] ---> cb25558303d0 [2021-07-27T19:14:14.999Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-27T19:14:14.999Z] ---> Running in 10235332a9c6 [2021-07-27T19:14:14.999Z] Removing intermediate container a53d114c7b65 [2021-07-27T19:14:14.999Z] ---> 873e1e639ba1 [2021-07-27T19:14:14.999Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-07-27T19:14:14.999Z] ---> Running in 5b2a76ec71ab [2021-07-27T19:14:14.999Z] Removing intermediate container 10235332a9c6 [2021-07-27T19:14:14.999Z] ---> 90607ec221ea [2021-07-27T19:14:14.999Z] Step 14/22 : WORKDIR /edgex [2021-07-27T19:14:14.999Z] ---> Running in f50372f41056 [2021-07-27T19:14:15.265Z] Removing intermediate container f50372f41056 [2021-07-27T19:14:15.265Z] ---> 371dadebe1da [2021-07-27T19:14:15.265Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-07-27T19:14:15.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-27T19:14:15.265Z] ---> 84d3057c51fd [2021-07-27T19:14:15.265Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-07-27T19:14:15.537Z] ---> d77cda824dd6 [2021-07-27T19:14:15.537Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-07-27T19:14:16.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-27T19:14:16.122Z] ---> 5d55ee78e4f3 [2021-07-27T19:14:16.122Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-07-27T19:14:16.122Z] ---> Running in 972957ac6ae5 [2021-07-27T19:14:16.122Z] Removing intermediate container 972957ac6ae5 [2021-07-27T19:14:16.122Z] ---> 90998dd3c20e [2021-07-27T19:14:16.122Z] Step 19/22 : CMD ["--init=true"] [2021-07-27T19:14:16.122Z] ---> Running in 8b691a7016ea [2021-07-27T19:14:16.122Z] Removing intermediate container 8b691a7016ea [2021-07-27T19:14:16.122Z] ---> a9db2790a87e [2021-07-27T19:14:16.122Z] Step 20/22 : LABEL arch=x86_64 [2021-07-27T19:14:16.389Z] ---> Running in 37bd3e3851c6 [2021-07-27T19:14:16.389Z] Removing intermediate container 37bd3e3851c6 [2021-07-27T19:14:16.389Z] ---> b3389245c4e3 [2021-07-27T19:14:16.389Z] Step 21/22 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:14:16.389Z] ---> Running in b54a396a0219 [2021-07-27T19:14:16.389Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-07-27T19:14:16.389Z] Removing intermediate container b54a396a0219 [2021-07-27T19:14:16.389Z] ---> bb1d83da33fc [2021-07-27T19:14:16.389Z] Step 22/22 : LABEL version=0.0.0 [2021-07-27T19:14:16.389Z] ---> Running in c9e9c3fbaeb1 [2021-07-27T19:14:16.389Z] (2/6) Installing libgcc (9.3.0-r2) [2021-07-27T19:14:16.656Z] (3/6) Installing libsodium (1.0.18-r0) [2021-07-27T19:14:16.656Z] Removing intermediate container c9e9c3fbaeb1 [2021-07-27T19:14:16.656Z] ---> 9096ad0866d8 [2021-07-27T19:14:16.656Z] [2021-07-27T19:14:16.656Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-07-27T19:14:16.656Z] Successfully built 9096ad0866d8 [2021-07-27T19:14:16.656Z] Successfully tagged security-proxy-setup:latest [2021-07-27T19:14:17.614Z]  Building security-proxy-setup ... done (5/6) Installing libzmq (4.3.3-r0) [2021-07-27T19:14:17.614Z] (6/6) Installing zeromq (4.3.3-r0) [2021-07-27T19:14:17.614Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T19:14:17.614Z] OK: 8 MiB in 20 packages [2021-07-27T19:14:17.880Z] Removing intermediate container 5b2a76ec71ab [2021-07-27T19:14:17.880Z] ---> 8e05c2763372 [2021-07-27T19:14:17.880Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T19:14:18.147Z] ---> afd2a3fd24ed [2021-07-27T19:14:18.147Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-07-27T19:14:18.413Z] ---> 10083261107d [2021-07-27T19:14:18.413Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-07-27T19:14:18.680Z] ---> 2eb7a90676fe [2021-07-27T19:14:18.680Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-07-27T19:14:18.680Z] ---> Running in 7e7066e75a61 [2021-07-27T19:14:18.680Z] Removing intermediate container 7e7066e75a61 [2021-07-27T19:14:18.680Z] ---> a9489e8d2358 [2021-07-27T19:14:18.680Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T19:14:18.947Z] ---> Running in f26749605284 [2021-07-27T19:14:18.947Z] Removing intermediate container f26749605284 [2021-07-27T19:14:18.947Z] ---> 03f8bdb4206b [2021-07-27T19:14:18.947Z] Step 22/24 : LABEL arch=x86_64 [2021-07-27T19:14:18.947Z] ---> Running in 81f79db54232 [2021-07-27T19:14:18.947Z] Removing intermediate container 81f79db54232 [2021-07-27T19:14:18.947Z] ---> 79f9eaa7645f [2021-07-27T19:14:18.947Z] Step 23/24 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:14:19.215Z] ---> Running in cf4b6536cc17 [2021-07-27T19:14:19.215Z] Removing intermediate container cf4b6536cc17 [2021-07-27T19:14:19.215Z] ---> 52a6d8deb63a [2021-07-27T19:14:19.215Z] Step 24/24 : LABEL version=0.0.0 [2021-07-27T19:14:19.215Z] ---> Running in e1629e75e031 [2021-07-27T19:14:19.215Z] Removing intermediate container e1629e75e031 [2021-07-27T19:14:19.215Z] ---> 6845ce785da1 [2021-07-27T19:14:19.215Z] [2021-07-27T19:14:19.483Z] Successfully built 6845ce785da1 [2021-07-27T19:14:19.483Z] Successfully tagged core-data:latest [2021-07-27T19:14:19.501Z]  Building core-data ... done  [Pipeline] } [2021-07-27T19:14:19.537Z] $ docker stop --time=1 93478b51c20e1838168ad7d80489d37929ffdc2dbe53e17b8248aae481e017c4 [2021-07-27T19:14:21.028Z] $ docker rm -f 93478b51c20e1838168ad7d80489d37929ffdc2dbe53e17b8248aae481e017c4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-27T19:14:21.529Z] + docker images [2021-07-27T19:14:21.530Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-27T19:14:21.530Z] core-data latest 6845ce785da1 2 seconds ago 20.4MB [2021-07-27T19:14:21.530Z] security-proxy-setup latest 9096ad0866d8 5 seconds ago 25.9MB [2021-07-27T19:14:21.530Z] ae3cf6a2734e 8 seconds ago 1.75GB [2021-07-27T19:14:21.530Z] 08deb2abeab3 8 seconds ago 1.75GB [2021-07-27T19:14:21.530Z] support-notifications latest 01719eb65b8b 10 seconds ago 16.8MB [2021-07-27T19:14:21.530Z] d34bd1579d95 14 seconds ago 1.75GB [2021-07-27T19:14:21.530Z] security-secretstore-setup latest 768c6f23d77a 20 seconds ago 29MB [2021-07-27T19:14:21.530Z] b95a47a69a3b 27 seconds ago 1.75GB [2021-07-27T19:14:21.530Z] sys-mgmt-agent latest 18f4e5d052d5 35 seconds ago 324MB [2021-07-27T19:14:21.530Z] security-bootstrapper latest 36a74aa96c03 42 seconds ago 18.7MB [2021-07-27T19:14:21.530Z] core-metadata latest 7197c34f7822 About a minute ago 16.7MB [2021-07-27T19:14:21.530Z] core-command latest 781e40e69cd1 About a minute ago 16MB [2021-07-27T19:14:21.530Z] 949fd131133d About a minute ago 1.75GB [2021-07-27T19:14:21.530Z] support-scheduler latest 92f4e79b3186 About a minute ago 16.1MB [2021-07-27T19:14:21.530Z] 668ef442a444 About a minute ago 1.75GB [2021-07-27T19:14:21.530Z] 6cde18541595 About a minute ago 1.75GB [2021-07-27T19:14:21.530Z] dda3842bbf0e About a minute ago 1.74GB [2021-07-27T19:14:21.530Z] 0b604bad8f12 About a minute ago 1.74GB [2021-07-27T19:14:21.530Z] ci-base-image-x86_64 latest 214d55f8a319 5 minutes ago 1.24GB [2021-07-27T19:14:21.530Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 0d28375d9b5b 12 days ago 475MB [2021-07-27T19:14:21.530Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest d8573e4929f5 2 weeks ago 37.5MB [2021-07-27T19:14:21.530Z] docker 20.10.6 d2979b152a7d 3 months ago 246MB [2021-07-27T19:14:21.530Z] alpine 3.12 13621d1b12d4 3 months ago 5.58MB [2021-07-27T19:14:21.530Z] 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-07-27T19:14:37.227Z] Still waiting to schedule task [2021-07-27T19:14:37.227Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-07-27T19:14:44.439Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-07-27T19:14:44.439Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-07-27T19:14:51.179Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-07-27T19:14:51.179Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-07-27T19:14:57.946Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-07-27T19:14:57.946Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-07-27T19:14:57.946Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-07-27T19:14:57.946Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-07-27T19:14:58.555Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-07-27T19:14:59.546Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-07-27T19:15:00.993Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-07-27T19:15:00.993Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-07-27T19:15:00.993Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-07-27T19:15:00.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-07-27T19:15:13.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.190s coverage: 28.7% of statements [2021-07-27T19:15:13.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-07-27T19:15:13.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-07-27T19:15:16.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.301s coverage: 100.0% of statements [2021-07-27T19:15:16.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-07-27T19:15:16.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.479s coverage: 46.3% of statements [2021-07-27T19:15:16.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-07-27T19:15:16.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-07-27T19:15:17.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.602s coverage: 89.9% of statements [2021-07-27T19:15:17.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-07-27T19:15:17.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-07-27T19:15:17.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.263s coverage: 78.9% of statements [2021-07-27T19:15:21.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.191s coverage: 81.2% of statements [2021-07-27T19:15:21.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-07-27T19:15:21.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-07-27T19:15:21.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-07-27T19:15:21.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-07-27T19:15:21.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-07-27T19:15:27.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.478s coverage: 95.1% of statements [2021-07-27T19:15:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-07-27T19:15:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-07-27T19:15:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-07-27T19:15:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-07-27T19:15:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-07-27T19:15:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-07-27T19:15:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-07-27T19:15:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-07-27T19:15:27.183Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.236s coverage: 60.0% of statements [2021-07-27T19:15:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-07-27T19:15:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-07-27T19:15:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-07-27T19:15:27.183Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.383s coverage: 0.8% of statements [2021-07-27T19:15:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-07-27T19:15:27.183Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.152s coverage: 58.8% of statements [2021-07-27T19:15:27.183Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.184s coverage: 22.0% of statements [2021-07-27T19:15:27.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-07-27T19:15:27.183Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.207s coverage: 47.1% of statements [2021-07-27T19:15:27.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.213s coverage: 79.5% of statements [2021-07-27T19:15:27.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.181s coverage: 94.1% of statements [2021-07-27T19:15:28.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.202s coverage: 96.3% of statements [2021-07-27T19:15:28.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.171s coverage: 87.5% of statements [2021-07-27T19:15:41.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.247s coverage: 94.4% of statements [2021-07-27T19:15:41.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.163s coverage: 44.8% of statements [2021-07-27T19:15:48.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.641s coverage: 81.8% of statements [2021-07-27T19:15:48.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-07-27T19:15:53.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.261s coverage: 92.9% of statements [2021-07-27T19:15:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-07-27T19:15:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-07-27T19:15:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-07-27T19:15:53.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 65.1% of statements [2021-07-27T19:15:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-07-27T19:15:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-07-27T19:15:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-07-27T19:15:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-07-27T19:15:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-07-27T19:15:53.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.180s coverage: 87.2% of statements [2021-07-27T19:15:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-07-27T19:15:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-07-27T19:15:53.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.154s coverage: 100.0% of statements [2021-07-27T19:15:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-07-27T19:15:53.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.172s coverage: 58.8% of statements [2021-07-27T19:15:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-07-27T19:15:53.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.191s coverage: 80.0% of statements [2021-07-27T19:15:53.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.265s coverage: 87.2% of statements [2021-07-27T19:15:53.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.249s coverage: 85.4% of statements [2021-07-27T19:15:53.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.313s coverage: 91.2% of statements [2021-07-27T19:15:53.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-07-27T19:15:54.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.732s coverage: 64.4% of statements [2021-07-27T19:15:54.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-07-27T19:15:54.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-07-27T19:15:54.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.164s coverage: 100.0% of statements [2021-07-27T19:15:54.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements [2021-07-27T19:15:55.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements [2021-07-27T19:15:55.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2021-07-27T19:15:56.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements [2021-07-27T19:16:00.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.140s coverage: 66.9% of statements [2021-07-27T19:16:00.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-07-27T19:16:00.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-07-27T19:16:00.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-07-27T19:16:02.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.703s coverage: 43.6% of statements [2021-07-27T19:16:02.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-07-27T19:16:02.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-07-27T19:16:02.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.237s coverage: 89.5% of statements [2021-07-27T19:16:02.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-07-27T19:16:02.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.254s coverage: 84.8% of statements [2021-07-27T19:16:02.318Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-07-27T19:16:10.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.238s coverage: 19.3% of statements [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-07-27T19:16:10.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.528s coverage: 91.9% of statements [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-07-27T19:16:10.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.219s coverage: 62.7% of statements [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-07-27T19:16:10.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.357s coverage: 97.6% of statements [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-07-27T19:16:10.628Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.175s coverage: 28.9% of statements [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-07-27T19:16:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-07-27T19:16:10.628Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.208s coverage: 100.0% of statements [2021-07-27T19:16:10.628Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 95.4% of statements [2021-07-27T19:16:11.226Z] GO111MODULE=on go vet ./... [2021-07-27T19:17:33.072Z] gofmt -l . [2021-07-27T19:17:33.072Z] [ "`gofmt -l .`" = "" ] [2021-07-27T19:17:33.072Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-07-27T19:17:34.753Z] + ls -al . [2021-07-27T19:17:34.753Z] total 624 [2021-07-27T19:17:34.753Z] drwxrwxr-x 9 1001 1001 4096 Jul 27 19:17 . [2021-07-27T19:17:34.753Z] drwxr-xr-x 4 root root 4096 Jul 27 19:13 .. [2021-07-27T19:17:34.753Z] -rw-rw-r-- 1 1001 1001 11 Jul 27 19:10 .dockerignore [2021-07-27T19:17:34.753Z] drwxrwxr-x 8 1001 1001 4096 Jul 27 19:10 .git [2021-07-27T19:17:34.753Z] drwxrwxr-x 3 1001 1001 4096 Jul 27 19:10 .github [2021-07-27T19:17:34.753Z] -rw-rw-r-- 1 1001 1001 818 Jul 27 19:10 .gitignore [2021-07-27T19:17:34.753Z] -rw-rw-r-- 1 1001 1001 76 Jul 27 19:10 .hadolint.yml [2021-07-27T19:17:34.753Z] -rw-rw-r-- 1 1001 1001 166 Jul 27 19:10 .sonarcloud.properties [2021-07-27T19:17:34.753Z] -rw-rw-r-- 1 1001 1001 8609 Jul 27 19:10 Attribution.txt [2021-07-27T19:17:34.753Z] -rw-rw-r-- 1 1001 1001 43881 Jul 27 19:10 CHANGELOG.md [2021-07-27T19:17:34.753Z] -rw-rw-r-- 1 1001 1001 3804 Jul 27 19:10 CONTRIBUTING.md [2021-07-27T19:17:34.753Z] -rw-rw-r-- 1 1001 1001 931 Jul 27 19:10 Dockerfile.build [2021-07-27T19:17:34.753Z] -rw-rw-r-- 1 1001 1001 849 Jul 27 19:10 Jenkinsfile [2021-07-27T19:17:34.753Z] -rw-rw-r-- 1 1001 1001 10775 Jul 27 19:10 LICENSE [2021-07-27T19:17:34.753Z] -rw-rw-r-- 1 1001 1001 5915 Jul 27 19:10 Makefile [2021-07-27T19:17:34.754Z] -rw-rw-r-- 1 1001 1001 8649 Jul 27 19:10 README.md [2021-07-27T19:17:34.754Z] -rw-rw-r-- 1 1001 1001 6912 Jul 27 19:10 SECURITY.md [2021-07-27T19:17:34.754Z] -rw-rw-r-- 1 1001 1001 5 Jul 27 19:08 VERSION [2021-07-27T19:17:34.754Z] -rw-rw-r-- 1 1001 1001 4131 Jul 27 19:10 ZMQWindows.md [2021-07-27T19:17:34.754Z] drwxrwxr-x 2 1001 1001 4096 Jul 27 19:10 bin [2021-07-27T19:17:34.754Z] drwxrwxr-x 14 1001 1001 4096 Jul 27 19:10 cmd [2021-07-27T19:17:34.754Z] -rw-r--r-- 1 root root 402846 Jul 27 19:16 coverage.out [2021-07-27T19:17:34.754Z] -rw-rw-r-- 1 1001 1001 813 Jul 27 19:10 go.mod [2021-07-27T19:17:34.754Z] -rw-r--r-- 1 root root 48847 Jul 27 19:13 go.sum [2021-07-27T19:17:34.754Z] drwxrwxr-x 7 1001 1001 4096 Jul 27 19:10 internal [2021-07-27T19:17:34.754Z] drwxrwxr-x 3 1001 1001 4096 Jul 27 19:10 openapi [2021-07-27T19:17:34.754Z] drwxrwxr-x 4 1001 1001 4096 Jul 27 19:10 snap [2021-07-27T19:17:34.754Z] -rw-rw-r-- 1 1001 1001 204 Jul 27 19:10 version.go [Pipeline] sh [2021-07-27T19:17:35.446Z] + '[' -e coverage.out ] [2021-07-27T19:17:35.447Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-07-27T19:17:35.492Z] Warning: overwriting stash ‘coverage-report’ [2021-07-27T19:17:36.405Z] Stashed 1 file(s) [Pipeline] sh [2021-07-27T19:17:37.078Z] + make build [2021-07-27T19:17:37.078Z] go mod tidy [2021-07-27T19:17:37.684Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-07-27T19:17:44.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-07-27T19:18:06.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-07-27T19:18:07.598Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-07-27T19:18:11.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-07-27T19:18:12.500Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-07-27T19:18:15.902Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-07-27T19:18:19.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-07-27T19:18:21.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-07-27T19:18:25.311Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-07-27T19:18:28.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-07-27T19:18:31.329Z] 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-07-27T19:18:38.104Z] $ docker stop --time=1 9051dec53bf903964bdbe4dc3abfdeab17d041468c6619bf68b566d8f828aaf3 [2021-07-27T19:18:40.795Z] $ docker rm -f 9051dec53bf903964bdbe4dc3abfdeab17d041468c6619bf68b566d8f828aaf3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:18:42.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-27T19:18:42.769Z] [2021-07-27T19:18:42.769Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:18:43.170Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-27T19:18:43.451Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-07-27T19:18:43.451Z] 29e5d40040c1: Pulling fs layer [2021-07-27T19:18:43.451Z] 1ce36da41761: Pulling fs layer [2021-07-27T19:18:43.451Z] 25b303627fd3: Pulling fs layer [2021-07-27T19:18:43.733Z] 29e5d40040c1: Verifying Checksum [2021-07-27T19:18:43.733Z] 29e5d40040c1: Download complete [2021-07-27T19:18:44.339Z] 1ce36da41761: Verifying Checksum [2021-07-27T19:18:44.339Z] 1ce36da41761: Download complete [2021-07-27T19:18:44.339Z] 29e5d40040c1: Pull complete [2021-07-27T19:18:45.801Z] 1ce36da41761: Pull complete [2021-07-27T19:18:45.801Z] 25b303627fd3: Download complete [2021-07-27T19:18:56.035Z] 25b303627fd3: Pull complete [2021-07-27T19:18:56.035Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-07-27T19:18:56.035Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-27T19:18:56.035Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-07-27T19:18:56.346Z] prd-ubuntu18.04-docker-arm64-4c-16g-292 does not seem to be running inside a container [2021-07-27T19:18:56.453Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-07-27T19:18:59.708Z] $ docker top abbdf8d9612189fccb821afc06a27438ec48303906c9b9844325751180cc1855 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-27T19:19:00.754Z] + grep parallel [2021-07-27T19:19:00.754Z] + docker-compose build --help [2021-07-27T19:19:05.091Z] --parallel Build images in parallel. [Pipeline] } [2021-07-27T19:19:05.116Z] $ docker stop --time=1 abbdf8d9612189fccb821afc06a27438ec48303906c9b9844325751180cc1855 [2021-07-27T19:19:06.947Z] $ docker rm -f abbdf8d9612189fccb821afc06a27438ec48303906c9b9844325751180cc1855 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:19:07.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-27T19:19:07.757Z] . [Pipeline] withDockerContainer [2021-07-27T19:19:08.001Z] prd-ubuntu18.04-docker-arm64-4c-16g-292 does not seem to be running inside a container [2021-07-27T19:19:08.065Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-07-27T19:19:09.550Z] $ docker top 87dd44fdb8fa53d6c82bf7cf9c2334012711ecc50cb80e9aa736fae009e55a32 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-27T19:19:10.544Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-07-27T19:19:14.835Z] Building core-command ... [2021-07-27T19:19:14.835Z] Building core-data ... [2021-07-27T19:19:14.835Z] Building core-metadata ... [2021-07-27T19:19:14.835Z] Building security-bootstrapper ... [2021-07-27T19:19:14.835Z] Building security-proxy-setup ... [2021-07-27T19:19:14.835Z] Building security-secretstore-setup ... [2021-07-27T19:19:14.835Z] Building support-notifications ... [2021-07-27T19:19:14.835Z] Building support-scheduler ... [2021-07-27T19:19:14.835Z] Building sys-mgmt-agent ... [2021-07-27T19:19:14.835Z] Building sys-mgmt-agent [2021-07-27T19:19:14.835Z] Building security-secretstore-setup [2021-07-27T19:19:14.835Z] Building security-bootstrapper [2021-07-27T19:19:14.835Z] Building support-notifications [2021-07-27T19:19:14.835Z] Building core-command [2021-07-27T19:19:35.060Z] Running on prd-ubuntu18.04-docker-8c-8g-294 in /w/workspace/edgexfoundry_edgex-go_PR-3636 [Pipeline] { [Pipeline] ws [2021-07-27T19:19:35.118Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-07-27T19:19:35.296Z] The recommended git tool is: git [2021-07-27T19:19:38.087Z] using credential edgex-jenkins-ssh [2021-07-27T19:19:38.100Z] Cloning the remote Git repository [2021-07-27T19:19:38.124Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-07-27T19:19:38.196Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-07-27T19:19:38.234Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-27T19:19:38.234Z] > git --version # timeout=10 [2021-07-27T19:19:38.240Z] > git --version # 'git version 2.17.1' [2021-07-27T19:19:38.241Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-27T19:19:38.292Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-27T19:20:08.461Z] Merging remotes/origin/main commit 8af46092e6841b377ce9cc35e8dd7acb653e0cde into PR head commit 4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:20:08.580Z] Merge succeeded, producing 4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:20:08.581Z] Checking out Revision 4137808c584998e274acfe64df48357b943c8a9e (PR-3636) [2021-07-27T19:20:07.910Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-27T19:20:07.915Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-27T19:20:07.925Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-27T19:20:07.938Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-27T19:20:07.939Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-27T19:20:07.943Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3636/head:refs/remotes/origin/PR-3636 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-27T19:20:08.472Z] > git config core.sparsecheckout # timeout=10 [2021-07-27T19:20:08.478Z] > git checkout -f 4137808c584998e274acfe64df48357b943c8a9e # timeout=10 [2021-07-27T19:20:08.546Z] > git remote # timeout=10 [2021-07-27T19:20:08.553Z] > git config --get remote.origin.url # timeout=10 [2021-07-27T19:20:08.558Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-27T19:20:08.562Z] > git merge 8af46092e6841b377ce9cc35e8dd7acb653e0cde # timeout=10 [2021-07-27T19:20:08.574Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-27T19:20:08.584Z] > git config core.sparsecheckout # timeout=10 [2021-07-27T19:20:08.590Z] > git checkout -f 4137808c584998e274acfe64df48357b943c8a9e # timeout=10 [2021-07-27T19:20:12.401Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-07-27T19:20:12.432Z] > git --version # timeout=10 [2021-07-27T19:20:12.435Z] > git --version # 'git version 2.17.1' [2021-07-27T19:20:12.439Z] fatal: bad object db16f8292de5a0132d944c4e76ede2ca4f84da27 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-27T19:20:13.304Z] + echo snap-build.sh [2021-07-27T19:20:13.304Z] snap-build.sh [2021-07-27T19:20:13.304Z] + SNAP_BASE_DIR=. [2021-07-27T19:20:13.304Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-07-27T19:20:13.304Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-07-27T19:20:13.304Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-07-27T19:20:13.304Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-07-27T19:20:13.304Z] + cd /w/workspace/edgex-go/1 [2021-07-27T19:20:13.304Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-07-27T19:20:13.304Z] Reading package lists... [2021-07-27T19:20:13.304Z] Building dependency tree... [2021-07-27T19:20:13.304Z] Reading state information... [2021-07-27T19:20:13.304Z] The following packages were automatically installed and are no longer required: [2021-07-27T19:20:13.304Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-07-27T19:20:13.304Z] uidmap xdelta3 [2021-07-27T19:20:13.304Z] Use 'sudo apt autoremove' to remove them. [2021-07-27T19:20:13.304Z] The following packages will be REMOVED: [2021-07-27T19:20:13.304Z] lxd* lxd-client* [2021-07-27T19:20:13.578Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-07-27T19:20:13.578Z] After this operation, 31.7 MB disk space will be freed. [2021-07-27T19:20:14.115Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190317 files and directories currently installed.) [2021-07-27T19:20:14.115Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-07-27T19:20:15.082Z] Removing lxd dnsmasq configuration [2021-07-27T19:20:15.082Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-07-27T19:20:15.082Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-07-27T19:20:15.681Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-07-27T19:20:15.952Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190142 files and directories currently installed.) [2021-07-27T19:20:15.952Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-07-27T19:20:17.368Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-07-27T19:20:17.368Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-07-27T19:20:17.639Z] + sudo snap remove --purge lxd [2021-07-27T19:20:17.908Z] snap "lxd" is not installed [2021-07-27T19:20:17.908Z] + sudo groupadd --force --system lxd [2021-07-27T19:20:17.908Z] ++ whoami [2021-07-27T19:20:17.908Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-07-27T19:20:18.873Z] + newgrp - lxd [2021-07-27T19:20:18.873Z] + sudo snap install lxd [2021-07-27T19:20:22.834Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:20:22.834Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:20:22.834Z] ---> ce9205915eb7 [2021-07-27T19:20:22.834Z] Step 3/32 : WORKDIR /edgex-go [2021-07-27T19:20:22.834Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:20:22.834Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:20:22.834Z] ---> ce9205915eb7 [2021-07-27T19:20:22.834Z] Step 3/26 : WORKDIR /edgex-go [2021-07-27T19:20:22.834Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:20:22.834Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:20:22.834Z] ---> ce9205915eb7 [2021-07-27T19:20:22.834Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T19:20:22.834Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:20:22.834Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:20:22.834Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:20:22.834Z] ---> ce9205915eb7 [2021-07-27T19:20:22.834Z] Step 3/23 : WORKDIR /edgex-goStep 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:20:22.834Z] [2021-07-27T19:20:22.834Z] ---> ce9205915eb7 [2021-07-27T19:20:22.834Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T19:20:22.834Z] ---> Running in b6badb6f46dd [2021-07-27T19:20:22.834Z] ---> Running in 3ea043339397 [2021-07-27T19:20:22.834Z] ---> Running in a2cbe5428f7b [2021-07-27T19:20:22.834Z] ---> Running in b05502736c9e [2021-07-27T19:20:22.834Z] ---> Running in d22f1408b911 [2021-07-27T19:20:23.433Z] Removing intermediate container 3ea043339397 [2021-07-27T19:20:23.433Z] ---> eedff3fcdc13 [2021-07-27T19:20:23.433Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:20:23.707Z] Removing intermediate container b05502736c9e [2021-07-27T19:20:23.707Z] ---> bdb863a21882 [2021-07-27T19:20:23.707Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:20:23.707Z] Removing intermediate container a2cbe5428f7b [2021-07-27T19:20:23.707Z] ---> 91dd3a9d3b4e [2021-07-27T19:20:23.707Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:20:23.707Z] Removing intermediate container b6badb6f46dd [2021-07-27T19:20:23.707Z] ---> 513908bc76bc [2021-07-27T19:20:23.707Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:20:23.707Z] Removing intermediate container d22f1408b911 [2021-07-27T19:20:23.707Z] ---> 333b226d086a [2021-07-27T19:20:23.707Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:20:23.986Z] ---> Running in 2d1e6aa84e2f [2021-07-27T19:20:23.986Z] ---> Running in 2ebde511c785 [2021-07-27T19:20:23.986Z] ---> Running in ab2a9b4439c9 [2021-07-27T19:20:23.986Z] ---> Running in a1339903afa6 [2021-07-27T19:20:23.986Z] ---> Running in f0ff53bc3a89 [2021-07-27T19:20:27.096Z] 2021-07-27T19:20:25Z INFO Waiting for automatic snapd restart... [2021-07-27T19:20:28.341Z] Removing intermediate container 2ebde511c785 [2021-07-27T19:20:28.341Z] ---> 1f5644cb3589 [2021-07-27T19:20:28.341Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-07-27T19:20:28.341Z] ---> Running in 2112555f735a [2021-07-27T19:20:28.341Z] Removing intermediate container 2d1e6aa84e2f [2021-07-27T19:20:28.341Z] ---> 13db86a8e1a3 [2021-07-27T19:20:28.341Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-07-27T19:20:28.623Z] Removing intermediate container ab2a9b4439c9 [2021-07-27T19:20:28.623Z] ---> 61ae33e37423 [2021-07-27T19:20:28.623Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-07-27T19:20:28.623Z] ---> Running in 90bdc985fc34 [2021-07-27T19:20:28.914Z] ---> Running in 650477693b84 [2021-07-27T19:20:28.914Z] Removing intermediate container a1339903afa6 [2021-07-27T19:20:28.914Z] ---> 8e982b8bf9d1 [2021-07-27T19:20:28.914Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-27T19:20:29.195Z] Removing intermediate container f0ff53bc3a89 [2021-07-27T19:20:29.195Z] ---> 362ffb26346a [2021-07-27T19:20:29.195Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-07-27T19:20:29.471Z] ---> Running in c1ad52b7dabe [2021-07-27T19:20:29.471Z] ---> Running in 2e8face40297 [2021-07-27T19:20:30.931Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T19:20:31.217Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T19:20:31.507Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T19:20:31.507Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T19:20:31.787Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T19:20:31.787Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T19:20:32.065Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T19:20:32.360Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T19:20:32.641Z] OK: 218 MiB in 52 packages [2021-07-27T19:20:32.641Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T19:20:32.917Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T19:20:33.198Z] OK: 218 MiB in 52 packages [2021-07-27T19:20:33.815Z] OK: 218 MiB in 52 packages [2021-07-27T19:20:33.816Z] OK: 218 MiB in 52 packages [2021-07-27T19:20:34.446Z] Removing intermediate container 2112555f735a [2021-07-27T19:20:34.446Z] ---> 208828aa8b65 [2021-07-27T19:20:34.446Z] Step 6/23 : COPY go.mod . [2021-07-27T19:20:34.729Z] OK: 218 MiB in 52 packages [2021-07-27T19:20:35.341Z] Removing intermediate container 90bdc985fc34 [2021-07-27T19:20:35.341Z] ---> e4f4f5aaf2e4 [2021-07-27T19:20:35.341Z] Step 6/32 : COPY go.mod . [2021-07-27T19:20:35.938Z] Removing intermediate container 650477693b84 [2021-07-27T19:20:35.938Z] ---> 57dcce53cfcb [2021-07-27T19:20:35.938Z] Step 6/24 : COPY go.mod . [2021-07-27T19:20:35.938Z] ---> 9181c0177e20 [2021-07-27T19:20:35.938Z] Step 7/23 : RUN go mod download [2021-07-27T19:20:35.938Z] Removing intermediate container 2e8face40297 [2021-07-27T19:20:35.938Z] ---> af2c23430702 [2021-07-27T19:20:35.938Z] Step 6/26 : COPY go.mod . [2021-07-27T19:20:36.218Z] ---> Running in 06d76f42f4cd [2021-07-27T19:20:36.499Z] Removing intermediate container c1ad52b7dabe [2021-07-27T19:20:36.499Z] ---> 75a6a5916b3a [2021-07-27T19:20:36.499Z] Step 6/24 : COPY go.mod . [2021-07-27T19:20:36.783Z] ---> dcc29d2e066e [2021-07-27T19:20:36.783Z] Step 7/32 : RUN go mod download [2021-07-27T19:20:37.063Z] ---> Running in 9acc758eec01 [2021-07-27T19:20:37.343Z] ---> 42026675e810 [2021-07-27T19:20:37.343Z] Step 7/24 : RUN go mod download [2021-07-27T19:20:37.626Z] ---> 911b2cb3302a [2021-07-27T19:20:37.626Z] Step 7/26 : RUN go mod download [2021-07-27T19:20:37.902Z] ---> Running in 8c8806c61437 [2021-07-27T19:20:38.178Z] ---> Running in c7107687a371 [2021-07-27T19:20:38.178Z] ---> cda56e281908 [2021-07-27T19:20:38.178Z] Step 7/24 : RUN go mod download [2021-07-27T19:20:38.459Z] ---> Running in 8c3b3252525c [2021-07-27T19:20:39.449Z] lxd 4.16 from Canonical* installed [2021-07-27T19:20:39.449Z] + sudo lxd init --auto [2021-07-27T19:20:41.903Z] Removing intermediate container 06d76f42f4cd [2021-07-27T19:20:41.903Z] ---> 436d86a0fa46 [2021-07-27T19:20:41.903Z] Step 8/23 : COPY . . [2021-07-27T19:20:42.522Z] Removing intermediate container 9acc758eec01 [2021-07-27T19:20:42.522Z] ---> 8c22f7394269 [2021-07-27T19:20:42.522Z] Step 8/32 : COPY . . [2021-07-27T19:20:45.942Z] Removing intermediate container 8c8806c61437 [2021-07-27T19:20:45.942Z] ---> 8090f1122faa [2021-07-27T19:20:45.942Z] Step 8/24 : COPY . . [2021-07-27T19:20:47.399Z] Removing intermediate container 8c3b3252525c [2021-07-27T19:20:47.399Z] ---> 1a644c2e4f65 [2021-07-27T19:20:47.399Z] Step 8/24 : COPY . . [2021-07-27T19:20:47.399Z] Removing intermediate container c7107687a371 [2021-07-27T19:20:47.399Z] ---> f5f4774d514c [2021-07-27T19:20:47.399Z] Step 8/26 : COPY . . [2021-07-27T19:20:47.666Z] + sudo snap install --classic snapcraft [2021-07-27T19:20:55.892Z] snapcraft 4.8.3 from Canonical* installed [2021-07-27T19:20:55.892Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-07-27T19:20:55.892Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-07-27T19:20:55.892Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-27T19:20:55.892Z] Dload Upload Total Spent Left Speed [2021-07-27T19:20:55.892Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3918 0 --:--:-- --:--:-- --:--:-- 3918 [2021-07-27T19:20:55.892Z] 0 3325k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 8129k 0 --:--:-- --:--:-- --:--:-- 36.4M [2021-07-27T19:20:55.892Z] ./yq_linux_amd64 [2021-07-27T19:20:55.892Z] + sudo snapcraft prime --use-lxd [2021-07-27T19:20:57.852Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-07-27T19:20:58.120Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-07-27T19:20:58.120Z] - README.md [2021-07-27T19:20:58.120Z] [2021-07-27T19:20:58.120Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-07-27T19:20:58.120Z] Launching a container. [2021-07-27T19:21:08.203Z] Waiting for container to be ready [2021-07-27T19:21:08.203Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-07-27T19:21:08.203Z] [2021-07-27T19:21:09.629Z] ---> a212dbb0aaaf [2021-07-27T19:21:09.629Z] Step 9/23 : RUN go mod tidy [2021-07-27T19:21:09.629Z] ---> b4090717da74 [2021-07-27T19:21:09.629Z] Step 9/32 : RUN go mod tidy [2021-07-27T19:21:09.629Z] ---> 8cc82e85e955 [2021-07-27T19:21:09.629Z] Step 9/24 : RUN go mod tidy [2021-07-27T19:21:09.629Z] ---> 7a11487918fe [2021-07-27T19:21:09.629Z] Step 9/24 : RUN go mod tidy [2021-07-27T19:21:09.629Z] ---> 3d0751d49791 [2021-07-27T19:21:09.629Z] Step 9/26 : RUN go mod tidy [2021-07-27T19:21:09.906Z] ---> Running in 369b02fcf3d1 [2021-07-27T19:21:09.906Z] ---> Running in c32afb45d24f [2021-07-27T19:21:09.906Z] ---> Running in fae7c633836a [2021-07-27T19:21:09.906Z] ---> Running in ba3272403f8c [2021-07-27T19:21:09.906Z] ---> Running in dd185d8c14b0 [2021-07-27T19:21:10.788Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-07-27T19:21:11.057Z] Waiting for network to be ready... [2021-07-27T19:21:11.345Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-07-27T19:21:11.614Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1814 kB] [2021-07-27T19:21:11.614Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-07-27T19:21:11.614Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [333 kB] [2021-07-27T19:21:11.614Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-07-27T19:21:11.614Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-07-27T19:21:11.614Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [389 kB] [2021-07-27T19:21:11.614Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [52.3 kB] [2021-07-27T19:21:11.614Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1132 kB] [2021-07-27T19:21:11.882Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] [2021-07-27T19:21:12.152Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-07-27T19:21:12.152Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-07-27T19:21:12.419Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-07-27T19:21:12.419Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-07-27T19:21:12.419Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-07-27T19:21:12.419Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-07-27T19:21:12.419Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-07-27T19:21:12.419Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-07-27T19:21:13.012Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-07-27T19:21:13.012Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2160 kB] [2021-07-27T19:21:13.282Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [425 kB] [2021-07-27T19:21:13.282Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] [2021-07-27T19:21:13.282Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] [2021-07-27T19:21:13.282Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [413 kB] [2021-07-27T19:21:13.282Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [56.0 kB] [2021-07-27T19:21:13.282Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1743 kB] [2021-07-27T19:21:13.549Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [373 kB] [2021-07-27T19:21:15.511Z] Fetched 24.9 MB in 4s (6128 kB/s) [2021-07-27T19:21:16.113Z] Reading package lists... [2021-07-27T19:21:16.380Z] Reading package lists... [2021-07-27T19:21:16.648Z] Building dependency tree... [2021-07-27T19:21:16.648Z] Reading state information... [2021-07-27T19:21:16.648Z] The following additional packages will be installed: [2021-07-27T19:21:16.648Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-07-27T19:21:16.648Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-07-27T19:21:16.648Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-07-27T19:21:16.648Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-07-27T19:21:16.648Z] Suggested packages: [2021-07-27T19:21:16.648Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-07-27T19:21:16.648Z] Recommended packages: [2021-07-27T19:21:16.648Z] gnupg libsasl2-modules [2021-07-27T19:21:16.648Z] The following NEW packages will be installed: [2021-07-27T19:21:16.648Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-07-27T19:21:16.648Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-07-27T19:21:16.648Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-07-27T19:21:16.648Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-07-27T19:21:16.648Z] The following packages will be upgraded: [2021-07-27T19:21:16.648Z] gpg gpg-agent gpgconf libudev1 [2021-07-27T19:21:16.679Z] Removing intermediate container 369b02fcf3d1 [2021-07-27T19:21:16.679Z] ---> 740b70b58f38 [2021-07-27T19:21:16.679Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-07-27T19:21:16.679Z] ---> Running in 579f151c25d8 [2021-07-27T19:21:16.920Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2021-07-27T19:21:16.920Z] Need to get 3527 kB of archives. [2021-07-27T19:21:16.920Z] After this operation, 13.3 MB of additional disk space will be used. [2021-07-27T19:21:16.920Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libudev1 amd64 237-3ubuntu10.50 [56.4 kB] [2021-07-27T19:21:16.920Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 udev amd64 237-3ubuntu10.50 [1101 kB] [2021-07-27T19:21:16.920Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-07-27T19:21:16.920Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-07-27T19:21:16.920Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-07-27T19:21:16.920Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-07-27T19:21:16.920Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-07-27T19:21:17.517Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-07-27T19:21:17.517Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-07-27T19:21:17.678Z] Removing intermediate container fae7c633836a [2021-07-27T19:21:17.678Z] ---> 53d7e36200cf [2021-07-27T19:21:17.679Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-07-27T19:21:17.679Z] ---> Running in 6fb65620f52e [2021-07-27T19:21:17.789Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-07-27T19:21:17.789Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-07-27T19:21:17.789Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-07-27T19:21:17.789Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-07-27T19:21:17.789Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-07-27T19:21:17.789Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-07-27T19:21:17.789Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-07-27T19:21:17.789Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-07-27T19:21:17.789Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-07-27T19:21:17.789Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-07-27T19:21:17.789Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-07-27T19:21:17.789Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-07-27T19:21:17.789Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-07-27T19:21:17.953Z] Removing intermediate container ba3272403f8c [2021-07-27T19:21:17.953Z] ---> 74e1e73227e6 [2021-07-27T19:21:17.953Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-07-27T19:21:18.057Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-27T19:21:18.057Z] Fetched 3527 kB in 1s (3104 kB/s) [2021-07-27T19:21:18.057Z] (Reading database ... 12511 files and directories currently installed.) [2021-07-27T19:21:18.057Z] Preparing to unpack .../libudev1_237-3ubuntu10.50_amd64.deb ... [2021-07-27T19:21:18.057Z] Unpacking libudev1:amd64 (237-3ubuntu10.50) over (237-3ubuntu10) ... [2021-07-27T19:21:18.057Z] Setting up libudev1:amd64 (237-3ubuntu10.50) ... [2021-07-27T19:21:18.057Z] Selecting previously unselected package udev. [2021-07-27T19:21:18.057Z] (Reading database ... 12511 files and directories currently installed.) [2021-07-27T19:21:18.057Z] Preparing to unpack .../00-udev_237-3ubuntu10.50_amd64.deb ... [2021-07-27T19:21:18.240Z] Removing intermediate container c32afb45d24f [2021-07-27T19:21:18.240Z] ---> 9613c1e5d57a [2021-07-27T19:21:18.240Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-07-27T19:21:18.240Z] Removing intermediate container dd185d8c14b0 [2021-07-27T19:21:18.240Z] ---> 14b05d3e2008 [2021-07-27T19:21:18.240Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-07-27T19:21:18.240Z] ---> Running in 4ff5abf32d87 [2021-07-27T19:21:18.327Z] Unpacking udev (237-3ubuntu10.50) ... [2021-07-27T19:21:18.327Z] Selecting previously unselected package libfuse2:amd64. [2021-07-27T19:21:18.327Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-07-27T19:21:18.327Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-07-27T19:21:18.525Z] ---> Running in aecb3b1a5bd5 [2021-07-27T19:21:18.525Z] ---> Running in cfa47a3f7718 [2021-07-27T19:21:18.525Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-07-27T19:21:18.594Z] Selecting previously unselected package fuse. [2021-07-27T19:21:18.594Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-07-27T19:21:18.594Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-07-27T19:21:18.594Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-27T19:21:18.594Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-27T19:21:18.594Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-27T19:21:18.594Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-27T19:21:18.594Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-27T19:21:18.594Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-27T19:21:18.863Z] Selecting previously unselected package libksba8:amd64. [2021-07-27T19:21:18.863Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-07-27T19:21:18.863Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-07-27T19:21:18.863Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-07-27T19:21:18.863Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-27T19:21:18.863Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:18.863Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-07-27T19:21:18.863Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-27T19:21:18.863Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:18.863Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-07-27T19:21:18.863Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-27T19:21:18.863Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:19.132Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-07-27T19:21:19.132Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-27T19:21:19.132Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:19.132Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-07-27T19:21:19.132Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-27T19:21:19.132Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:19.132Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-07-27T19:21:19.132Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-27T19:21:19.132Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:19.132Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-07-27T19:21:19.132Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-27T19:21:19.132Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:19.401Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-07-27T19:21:19.401Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-27T19:21:19.401Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:19.401Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-07-27T19:21:19.401Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-07-27T19:21:19.401Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:19.401Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-07-27T19:21:19.401Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-07-27T19:21:19.401Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-27T19:21:19.401Z] Selecting previously unselected package libsasl2-2:amd64. [2021-07-27T19:21:19.401Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-07-27T19:21:19.401Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-27T19:21:19.401Z] Selecting previously unselected package libldap-common. [2021-07-27T19:21:19.401Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-07-27T19:21:19.401Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-27T19:21:19.669Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-07-27T19:21:19.669Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-07-27T19:21:19.669Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-27T19:21:19.669Z] Selecting previously unselected package dirmngr. [2021-07-27T19:21:19.669Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-27T19:21:19.669Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-07-27T19:21:19.669Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-27T19:21:19.669Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-07-27T19:21:19.669Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-07-27T19:21:19.669Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-27T19:21:19.669Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-07-27T19:21:19.669Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-07-27T19:21:19.669Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:19.936Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-07-27T19:21:19.937Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-27T19:21:19.937Z] Setting up udev (237-3ubuntu10.50) ... [2021-07-27T19:21:19.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-07-27T19:21:20.204Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-07-27T19:21:20.204Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:20.204Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-07-27T19:21:20.472Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-07-27T19:21:20.472Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-07-27T19:21:20.472Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:20.472Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:20.472Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:20.472Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:20.472Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:20.472Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:20.472Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-07-27T19:21:20.472Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-07-27T19:21:20.472Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-07-27T19:21:20.472Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-27T19:21:20.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-07-27T19:21:21.057Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-07-27T19:21:21.057Z] settings in the [Install] section, and DefaultInstance for template units). [2021-07-27T19:21:21.057Z] This means they are not meant to be enabled using systemctl. [2021-07-27T19:21:21.057Z] Possible reasons for having this kind of units are: [2021-07-27T19:21:21.057Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-07-27T19:21:21.057Z] .wants/ or .requires/ directory. [2021-07-27T19:21:21.057Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-07-27T19:21:21.057Z] a requirement dependency on it. [2021-07-27T19:21:21.057Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-07-27T19:21:21.057Z] D-Bus, udev, scripted systemctl call, ...). [2021-07-27T19:21:21.057Z] 4) In case of template units, the unit is meant to be enabled with some [2021-07-27T19:21:21.057Z] instance name specified. [2021-07-27T19:21:21.057Z] Reading package lists... [2021-07-27T19:21:21.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-07-27T19:21:21.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-07-27T19:21:21.324Z] Building dependency tree... [2021-07-27T19:21:21.324Z] Reading state information... [2021-07-27T19:21:21.324Z] The following additional packages will be installed: [2021-07-27T19:21:21.324Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-07-27T19:21:21.324Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-07-27T19:21:21.324Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-07-27T19:21:21.324Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-07-27T19:21:21.324Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-07-27T19:21:21.324Z] Suggested packages: [2021-07-27T19:21:21.324Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-07-27T19:21:21.324Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-07-27T19:21:21.324Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-07-27T19:21:21.324Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-07-27T19:21:21.324Z] systemd-container policykit-1 [2021-07-27T19:21:21.324Z] Recommended packages: [2021-07-27T19:21:21.324Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-07-27T19:21:21.592Z] The following NEW packages will be installed: [2021-07-27T19:21:21.592Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-07-27T19:21:21.592Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-07-27T19:21:21.592Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-07-27T19:21:21.592Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-07-27T19:21:21.592Z] python3.6-minimal snapd squashfs-tools sudo [2021-07-27T19:21:21.592Z] The following packages will be upgraded: [2021-07-27T19:21:21.592Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-07-27T19:21:21.592Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2021-07-27T19:21:21.592Z] Need to get 36.7 MB of archives. [2021-07-27T19:21:21.592Z] After this operation, 147 MB of additional disk space will be used. [2021-07-27T19:21:21.592Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 systemd amd64 237-3ubuntu10.50 [2914 kB] [2021-07-27T19:21:21.592Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2021-07-27T19:21:21.592Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsystemd0 amd64 237-3ubuntu10.50 [207 kB] [2021-07-27T19:21:21.592Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-07-27T19:21:21.875Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-07-27T19:21:21.875Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-07-27T19:21:21.875Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-07-27T19:21:21.875Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-07-27T19:21:21.875Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-07-27T19:21:21.875Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-07-27T19:21:21.875Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-07-27T19:21:21.875Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-07-27T19:21:21.875Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-07-27T19:21:21.876Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-07-27T19:21:21.876Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-07-27T19:21:21.876Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-07-27T19:21:21.876Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-07-27T19:21:21.876Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-07-27T19:21:22.459Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2021-07-27T19:21:22.459Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-07-27T19:21:22.459Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-07-27T19:21:22.459Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-07-27T19:21:22.459Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-07-27T19:21:22.459Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-07-27T19:21:22.459Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-07-27T19:21:22.459Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-07-27T19:21:22.459Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-07-27T19:21:22.459Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-07-27T19:21:22.730Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] [2021-07-27T19:21:22.730Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] [2021-07-27T19:21:24.145Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-27T19:21:24.145Z] Fetched 36.7 MB in 2s (15.2 MB/s) [2021-07-27T19:21:24.145Z] (Reading database ... 12757 files and directories currently installed.) [2021-07-27T19:21:24.145Z] Preparing to unpack .../systemd_237-3ubuntu10.50_amd64.deb ... [2021-07-27T19:21:24.145Z] Unpacking systemd (237-3ubuntu10.50) over (237-3ubuntu10) ... [2021-07-27T19:21:24.775Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.50_amd64.deb ... [2021-07-27T19:21:24.775Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.50) over (237-3ubuntu10) ... [2021-07-27T19:21:24.775Z] Setting up libsystemd0:amd64 (237-3ubuntu10.50) ... [2021-07-27T19:21:24.775Z] (Reading database ... 12757 files and directories currently installed.) [2021-07-27T19:21:24.775Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2021-07-27T19:21:24.775Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2021-07-27T19:21:25.082Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2021-07-27T19:21:25.082Z] (Reading database ... 12757 files and directories currently installed.) [2021-07-27T19:21:25.082Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2021-07-27T19:21:25.082Z] Unpacking apt (1.6.14) over (1.6.1) ... [2021-07-27T19:21:25.409Z] Setting up apt (1.6.14) ... [2021-07-27T19:21:25.409Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-07-27T19:21:25.723Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-07-27T19:21:25.723Z] (Reading database ... 12764 files and directories currently installed.) [2021-07-27T19:21:25.723Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-07-27T19:21:25.723Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-07-27T19:21:26.009Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-07-27T19:21:26.009Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-27T19:21:26.009Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-27T19:21:26.009Z] Selecting previously unselected package libexpat1:amd64. [2021-07-27T19:21:26.009Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-07-27T19:21:26.009Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-07-27T19:21:26.009Z] Selecting previously unselected package python3.6-minimal. [2021-07-27T19:21:26.009Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-27T19:21:26.009Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-07-27T19:21:26.283Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-07-27T19:21:26.283Z] Checking for services that may need to be restarted...done. [2021-07-27T19:21:26.283Z] Checking for services that may need to be restarted...done. [2021-07-27T19:21:26.558Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-27T19:21:26.558Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-07-27T19:21:26.558Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-07-27T19:21:26.836Z] Selecting previously unselected package python3-minimal. [2021-07-27T19:21:26.836Z] (Reading database ... 13012 files and directories currently installed.) [2021-07-27T19:21:26.836Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-07-27T19:21:26.836Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-07-27T19:21:26.836Z] Selecting previously unselected package mime-support. [2021-07-27T19:21:26.836Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-07-27T19:21:26.836Z] Unpacking mime-support (3.60ubuntu1) ... [2021-07-27T19:21:27.112Z] Selecting previously unselected package libmpdec2:amd64. [2021-07-27T19:21:27.113Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-07-27T19:21:27.113Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-07-27T19:21:27.113Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-07-27T19:21:27.113Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-27T19:21:27.113Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-27T19:21:27.390Z] Selecting previously unselected package python3.6. [2021-07-27T19:21:27.390Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-07-27T19:21:27.390Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-27T19:21:27.390Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-07-27T19:21:27.390Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-07-27T19:21:27.390Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-07-27T19:21:27.390Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-07-27T19:21:27.666Z] Selecting previously unselected package python3. [2021-07-27T19:21:27.666Z] (Reading database ... 13442 files and directories currently installed.) [2021-07-27T19:21:27.666Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-07-27T19:21:27.666Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-07-27T19:21:27.666Z] Selecting previously unselected package multiarch-support. [2021-07-27T19:21:27.666Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-07-27T19:21:27.666Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-07-27T19:21:27.666Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-07-27T19:21:27.666Z] Selecting previously unselected package liblzo2-2:amd64. [2021-07-27T19:21:27.666Z] (Reading database ... 13479 files and directories currently installed.) [2021-07-27T19:21:27.666Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-07-27T19:21:27.666Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-07-27T19:21:27.666Z] Selecting previously unselected package libbsd0:amd64. [2021-07-27T19:21:27.666Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-07-27T19:21:27.666Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-07-27T19:21:27.943Z] Selecting previously unselected package sudo. [2021-07-27T19:21:27.943Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-07-27T19:21:27.943Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-07-27T19:21:27.943Z] Selecting previously unselected package apparmor. [2021-07-27T19:21:27.943Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-07-27T19:21:27.943Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-07-27T19:21:27.943Z] Selecting previously unselected package libedit2:amd64. [2021-07-27T19:21:27.943Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-07-27T19:21:27.943Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-07-27T19:21:28.219Z] Selecting previously unselected package libkrb5support0:amd64. [2021-07-27T19:21:28.219Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-07-27T19:21:28.219Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-07-27T19:21:28.219Z] Selecting previously unselected package libk5crypto3:amd64. [2021-07-27T19:21:28.219Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-07-27T19:21:28.219Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-07-27T19:21:28.219Z] Selecting previously unselected package libkeyutils1:amd64. [2021-07-27T19:21:28.219Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-07-27T19:21:28.219Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-07-27T19:21:28.219Z] Selecting previously unselected package libkrb5-3:amd64. [2021-07-27T19:21:28.219Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-07-27T19:21:28.219Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-07-27T19:21:28.495Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-07-27T19:21:28.495Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-07-27T19:21:28.495Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-07-27T19:21:28.495Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-07-27T19:21:28.495Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-07-27T19:21:28.495Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-07-27T19:21:28.495Z] Selecting previously unselected package openssh-client. [2021-07-27T19:21:28.495Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-07-27T19:21:28.495Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-07-27T19:21:28.771Z] Selecting previously unselected package squashfs-tools. [2021-07-27T19:21:28.771Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... [2021-07-27T19:21:28.771Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-07-27T19:21:28.771Z] Selecting previously unselected package snapd. [2021-07-27T19:21:28.771Z] Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... [2021-07-27T19:21:28.771Z] Unpacking snapd (2.49.2+18.04) ... [2021-07-27T19:21:30.774Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-07-27T19:21:30.774Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-07-27T19:21:31.051Z] Setting up mime-support (3.60ubuntu1) ... [2021-07-27T19:21:31.051Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-07-27T19:21:31.051Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-07-27T19:21:31.051Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-07-27T19:21:31.051Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-27T19:21:31.051Z] Setting up systemd (237-3ubuntu10.50) ... [2021-07-27T19:21:31.051Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-07-27T19:21:31.662Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-07-27T19:21:31.662Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-07-27T19:21:31.662Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-07-27T19:21:31.662Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-27T19:21:31.662Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-07-27T19:21:31.662Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-07-27T19:21:32.262Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-07-27T19:21:32.262Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-07-27T19:21:32.262Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-07-27T19:21:32.262Z] Setting up python3 (3.6.7-1~18.04) ... [2021-07-27T19:21:32.262Z] running python rtupdate hooks for python3.6... [2021-07-27T19:21:32.262Z] running python post-rtupdate hooks for python3.6... [2021-07-27T19:21:32.262Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-07-27T19:21:32.870Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-07-27T19:21:33.143Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-07-27T19:21:33.143Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-07-27T19:21:33.143Z] Setting up snapd (2.49.2+18.04) ... [2021-07-27T19:21:33.423Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-07-27T19:21:33.704Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-07-27T19:21:33.704Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-07-27T19:21:33.982Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-07-27T19:21:34.257Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-07-27T19:21:34.257Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-07-27T19:21:34.257Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-07-27T19:21:34.532Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-07-27T19:21:34.532Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-07-27T19:21:34.809Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-07-27T19:21:35.089Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-07-27T19:21:35.089Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-07-27T19:21:35.089Z] Processing triggers for systemd (237-3ubuntu10.50) ... [2021-07-27T19:21:36.541Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-07-27T19:21:36.541Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-07-27T19:21:36.541Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-07-27T19:21:37.422Z] Reading package lists... [2021-07-27T19:21:37.705Z] Reading package lists... [2021-07-27T19:21:37.981Z] Building dependency tree... [2021-07-27T19:21:37.981Z] Reading state information... [2021-07-27T19:21:37.981Z] Calculating upgrade... [2021-07-27T19:21:38.257Z] The following packages will be upgraded: [2021-07-27T19:21:38.257Z] advancecomp base-files bash binutils binutils-common [2021-07-27T19:21:38.257Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-07-27T19:21:38.257Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-07-27T19:21:38.257Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2021-07-27T19:21:38.257Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2021-07-27T19:21:38.257Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-07-27T19:21:38.257Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-07-27T19:21:38.257Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-07-27T19:21:38.257Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-07-27T19:21:38.257Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-07-27T19:21:38.257Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-07-27T19:21:38.257Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-07-27T19:21:38.257Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-07-27T19:21:38.257Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-07-27T19:21:38.257Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-07-27T19:21:38.257Z] ubuntu-keyring util-linux [2021-07-27T19:21:38.257Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-07-27T19:21:38.257Z] Need to get 64.2 MB of archives. [2021-07-27T19:21:38.257Z] After this operation, 5125 kB of additional disk space will be used. [2021-07-27T19:21:38.257Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-151.157 [994 kB] [2021-07-27T19:21:38.257Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-07-27T19:21:38.862Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-07-27T19:21:38.862Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-07-27T19:21:38.862Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-07-27T19:21:38.862Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-07-27T19:21:38.862Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-07-27T19:21:38.862Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-07-27T19:21:38.862Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-07-27T19:21:38.862Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-07-27T19:21:38.862Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-07-27T19:21:38.862Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-07-27T19:21:38.862Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-07-27T19:21:38.862Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-07-27T19:21:38.862Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-07-27T19:21:39.138Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-07-27T19:21:39.138Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-07-27T19:21:39.138Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-07-27T19:21:39.138Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-07-27T19:21:39.138Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-07-27T19:21:39.138Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-07-27T19:21:39.138Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-07-27T19:21:39.138Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-07-27T19:21:39.138Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-07-27T19:21:39.138Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-07-27T19:21:39.138Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-07-27T19:21:39.138Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-07-27T19:21:39.138Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2021-07-27T19:21:39.420Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-07-27T19:21:39.420Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-07-27T19:21:39.420Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-07-27T19:21:39.420Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-07-27T19:21:39.420Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-07-27T19:21:39.420Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-07-27T19:21:39.420Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-07-27T19:21:39.420Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-07-27T19:21:39.420Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-07-27T19:21:39.420Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-07-27T19:21:39.420Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-07-27T19:21:39.420Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-07-27T19:21:39.420Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-07-27T19:21:39.420Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-07-27T19:21:39.420Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-07-27T19:21:39.420Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-07-27T19:21:39.420Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-07-27T19:21:39.420Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2021-07-27T19:21:39.420Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] [2021-07-27T19:21:39.420Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2021-07-27T19:21:39.420Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] [2021-07-27T19:21:39.420Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-07-27T19:21:39.420Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-07-27T19:21:39.420Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-07-27T19:21:39.420Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-07-27T19:21:39.420Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-07-27T19:21:39.420Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 systemd-sysv amd64 237-3ubuntu10.50 [14.2 kB] [2021-07-27T19:21:39.420Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-07-27T19:21:39.420Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-07-27T19:21:39.420Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-07-27T19:21:39.420Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-07-27T19:21:39.420Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-07-27T19:21:39.420Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-07-27T19:21:39.420Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-07-27T19:21:39.420Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-07-27T19:21:39.697Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-07-27T19:21:39.697Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-07-27T19:21:39.697Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-07-27T19:21:39.697Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-07-27T19:21:39.697Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-07-27T19:21:39.697Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-07-27T19:21:39.697Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-07-27T19:21:39.697Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-07-27T19:21:39.697Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-07-27T19:21:39.697Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-07-27T19:21:39.697Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-07-27T19:21:39.697Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-07-27T19:21:39.697Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-07-27T19:21:39.697Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-07-27T19:21:39.697Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-07-27T19:21:39.697Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-07-27T19:21:39.697Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-07-27T19:21:39.697Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-07-27T19:21:39.697Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-07-27T19:21:39.697Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-07-27T19:21:39.697Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-07-27T19:21:39.697Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-07-27T19:21:39.697Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-07-27T19:21:39.697Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-07-27T19:21:39.698Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-07-27T19:21:39.698Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-07-27T19:21:39.698Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-07-27T19:21:39.698Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-07-27T19:21:39.698Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-07-27T19:21:39.698Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-07-27T19:21:39.698Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-07-27T19:21:39.698Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-07-27T19:21:39.972Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-07-27T19:21:39.972Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-07-27T19:21:39.972Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-07-27T19:21:40.248Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-07-27T19:21:40.248Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-07-27T19:21:40.248Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-07-27T19:21:40.248Z] Get:102 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-07-27T19:21:40.248Z] Get:103 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-07-27T19:21:40.248Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-27T19:21:40.248Z] Fetched 64.2 MB in 2s (31.2 MB/s) [2021-07-27T19:21:40.248Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-27T19:21:40.248Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-07-27T19:21:40.526Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-27T19:21:40.805Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-07-27T19:21:40.805Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-27T19:21:40.805Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-151.157_amd64.deb ... [2021-07-27T19:21:40.805Z] Unpacking linux-libc-dev:amd64 (4.15.0-151.157) over (4.15.0-20.21) ... [2021-07-27T19:21:41.088Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:41.364Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-27T19:21:41.364Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:41.364Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-27T19:21:41.364Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:41.364Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-27T19:21:41.364Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:41.364Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-27T19:21:41.641Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:41.641Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-27T19:21:41.641Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:41.641Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-27T19:21:41.641Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:41.641Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-27T19:21:41.641Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-27T19:21:41.916Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-27T19:21:41.916Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:41.916Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-07-27T19:21:41.916Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-07-27T19:21:41.916Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-27T19:21:41.916Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:41.916Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-27T19:21:41.916Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:41.916Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-27T19:21:41.916Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:42.194Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-07-27T19:21:42.194Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-27T19:21:42.194Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-27T19:21:42.194Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-07-27T19:21:42.469Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-27T19:21:42.744Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-07-27T19:21:43.020Z] (Reading database ... 13914 files and directories currently installed.) [2021-07-27T19:21:43.020Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-07-27T19:21:43.020Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-07-27T19:21:43.020Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-07-27T19:21:43.020Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-07-27T19:21:43.295Z] Setting up base-files (10.1ubuntu2.10) ... [2021-07-27T19:21:43.295Z] Installing new version of config file /etc/issue ... [2021-07-27T19:21:43.295Z] Installing new version of config file /etc/issue.net ... [2021-07-27T19:21:43.295Z] Installing new version of config file /etc/lsb-release ... [2021-07-27T19:21:43.295Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-07-27T19:21:43.570Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-07-27T19:21:43.570Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-07-27T19:21:43.570Z] Removing obsolete conffile /etc/default/motd-news ... [2021-07-27T19:21:43.570Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:43.570Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-07-27T19:21:43.570Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-07-27T19:21:43.864Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-07-27T19:21:43.864Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-07-27T19:21:43.864Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:43.864Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-27T19:21:43.864Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-07-27T19:21:43.864Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-07-27T19:21:44.146Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:44.146Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-07-27T19:21:44.146Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-07-27T19:21:44.146Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-07-27T19:21:44.146Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:44.146Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-07-27T19:21:44.146Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-07-27T19:21:44.426Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-07-27T19:21:44.426Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:44.426Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-27T19:21:44.426Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-27T19:21:44.426Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-07-27T19:21:44.705Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:44.706Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-27T19:21:44.706Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-27T19:21:44.706Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-07-27T19:21:44.706Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:44.706Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-07-27T19:21:44.706Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-07-27T19:21:44.706Z] Setting up grep (3.1-2build1) ... [2021-07-27T19:21:44.982Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:44.982Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2021-07-27T19:21:44.982Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2021-07-27T19:21:44.982Z] Setting up gzip (1.6-5ubuntu1.1) ... [2021-07-27T19:21:44.982Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:44.982Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-07-27T19:21:44.982Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-07-27T19:21:45.259Z] Setting up login (1:4.5-1ubuntu2) ... [2021-07-27T19:21:45.259Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:45.259Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-27T19:21:45.259Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-27T19:21:45.259Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-07-27T19:21:45.259Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:45.259Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-07-27T19:21:45.259Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-27T19:21:45.864Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-07-27T19:21:45.864Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-27T19:21:45.864Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-07-27T19:21:45.864Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-27T19:21:46.144Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-07-27T19:21:46.144Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:46.144Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-07-27T19:21:46.144Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-07-27T19:21:47.129Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-07-27T19:21:47.129Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-07-27T19:21:47.129Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-07-27T19:21:47.129Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-07-27T19:21:47.129Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-07-27T19:21:47.129Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:47.129Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-07-27T19:21:47.129Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-07-27T19:21:47.129Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-07-27T19:21:47.406Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:47.406Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-27T19:21:47.406Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-27T19:21:47.406Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-27T19:21:47.406Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:47.406Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-27T19:21:47.406Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-27T19:21:47.406Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-27T19:21:47.406Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:47.406Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-27T19:21:47.681Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-27T19:21:47.681Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-27T19:21:47.681Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:47.681Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-27T19:21:47.681Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-27T19:21:47.681Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-27T19:21:47.681Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:47.681Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-27T19:21:47.681Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-27T19:21:47.958Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-27T19:21:47.958Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-27T19:21:47.958Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-07-27T19:21:47.958Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:47.958Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-07-27T19:21:47.958Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-27T19:21:47.958Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-07-27T19:21:48.238Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:48.238Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-27T19:21:48.238Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-27T19:21:48.238Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-07-27T19:21:48.238Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:48.238Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-27T19:21:48.238Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-27T19:21:48.238Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-07-27T19:21:48.514Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:48.514Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-27T19:21:48.514Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-27T19:21:48.794Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-07-27T19:21:49.072Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-07-27T19:21:49.356Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-07-27T19:21:49.356Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:49.356Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-07-27T19:21:49.356Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-07-27T19:21:49.635Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-07-27T19:21:49.635Z] (Reading database ... 13915 files and directories currently installed.) [2021-07-27T19:21:49.635Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-07-27T19:21:49.635Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-07-27T19:21:49.635Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-07-27T19:21:49.635Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-27T19:21:49.635Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-07-27T19:21:49.916Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-07-27T19:21:49.916Z] Setting up debconf (1.5.66ubuntu1) ... [2021-07-27T19:21:50.192Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-27T19:21:50.192Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-07-27T19:21:50.192Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-07-27T19:21:50.192Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-07-27T19:21:50.192Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-27T19:21:50.192Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-07-27T19:21:50.192Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-07-27T19:21:50.192Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-07-27T19:21:50.192Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-27T19:21:50.192Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-07-27T19:21:50.192Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-27T19:21:50.470Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-27T19:21:50.470Z] (Reading database ... 13917 files and directories currently installed.) [2021-07-27T19:21:50.470Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-07-27T19:21:50.470Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-27T19:21:50.470Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-27T19:21:50.747Z] (Reading database ... 13919 files and directories currently installed.) [2021-07-27T19:21:50.747Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-07-27T19:21:50.747Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-27T19:21:50.747Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-27T19:21:51.029Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:51.029Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-07-27T19:21:51.029Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-07-27T19:21:51.029Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.50_amd64.deb ... [2021-07-27T19:21:51.029Z] Unpacking systemd-sysv (237-3ubuntu10.50) over (237-3ubuntu10) ... [2021-07-27T19:21:51.029Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-27T19:21:51.029Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-27T19:21:51.029Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-07-27T19:21:51.308Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:51.308Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-07-27T19:21:51.308Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-07-27T19:21:51.308Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-07-27T19:21:51.308Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:51.308Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-07-27T19:21:51.308Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-07-27T19:21:51.308Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-07-27T19:21:51.587Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:51.587Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-07-27T19:21:51.587Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-07-27T19:21:51.587Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-07-27T19:21:51.867Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:51.867Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-07-27T19:21:51.867Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-07-27T19:21:51.867Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-07-27T19:21:51.867Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:51.867Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-07-27T19:21:51.867Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-07-27T19:21:51.867Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-07-27T19:21:51.867Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:51.867Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-07-27T19:21:52.145Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-07-27T19:21:52.145Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-07-27T19:21:52.145Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:52.145Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-07-27T19:21:52.145Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-07-27T19:21:52.423Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-07-27T19:21:52.423Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:52.423Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-07-27T19:21:52.423Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-07-27T19:21:52.423Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-07-27T19:21:52.423Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:52.423Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-07-27T19:21:52.423Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-07-27T19:21:52.700Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-07-27T19:21:52.700Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:52.700Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-07-27T19:21:52.700Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-07-27T19:21:52.700Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-07-27T19:21:52.700Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:52.700Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-07-27T19:21:52.700Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-07-27T19:21:52.982Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-07-27T19:21:52.982Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:52.982Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-07-27T19:21:52.982Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-07-27T19:21:52.982Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-07-27T19:21:52.982Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:52.982Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-07-27T19:21:52.982Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-07-27T19:21:53.258Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-07-27T19:21:53.258Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:53.258Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-07-27T19:21:53.258Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-07-27T19:21:53.258Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-07-27T19:21:53.258Z] (Reading database ... 13923 files and directories currently installed.) [2021-07-27T19:21:53.258Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-07-27T19:21:53.258Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-07-27T19:21:53.258Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-07-27T19:21:53.535Z] (Reading database ... 13924 files and directories currently installed.) [2021-07-27T19:21:53.535Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-07-27T19:21:53.535Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-07-27T19:21:53.535Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-07-27T19:21:53.535Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-07-27T19:21:53.535Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-07-27T19:21:53.535Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-07-27T19:21:53.831Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-07-27T19:21:53.831Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-07-27T19:21:53.831Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-07-27T19:21:53.831Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-07-27T19:21:54.112Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-07-27T19:21:54.112Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-07-27T19:21:54.112Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-07-27T19:21:54.112Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-07-27T19:21:54.112Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-07-27T19:21:54.112Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-07-27T19:21:54.112Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-07-27T19:21:54.112Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-07-27T19:21:54.393Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-07-27T19:21:54.393Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-07-27T19:21:54.393Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-07-27T19:21:54.393Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-07-27T19:21:54.393Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-07-27T19:21:54.393Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-07-27T19:21:54.674Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-07-27T19:21:54.674Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-07-27T19:21:54.953Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-07-27T19:21:54.953Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-07-27T19:21:54.953Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-27T19:21:54.953Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-27T19:21:55.230Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-27T19:21:55.230Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-27T19:21:55.230Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-27T19:21:55.230Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-27T19:21:55.230Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-07-27T19:21:55.230Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-07-27T19:21:55.511Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:55.511Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-27T19:21:55.511Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:55.511Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-27T19:21:55.511Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:55.511Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-27T19:21:55.511Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:55.511Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-27T19:21:56.509Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:56.509Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-27T19:21:57.115Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:57.115Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-27T19:21:57.413Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:57.413Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-27T19:21:57.691Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:57.691Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-27T19:21:58.681Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-07-27T19:21:58.681Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-07-27T19:21:58.681Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-07-27T19:21:58.681Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-07-27T19:21:58.681Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-07-27T19:21:58.681Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-07-27T19:21:58.681Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-07-27T19:21:58.681Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-07-27T19:21:58.681Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-07-27T19:21:58.681Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-07-27T19:21:58.957Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-07-27T19:21:58.957Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-07-27T19:21:58.957Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-07-27T19:21:58.957Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-07-27T19:21:58.957Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-07-27T19:21:58.957Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-07-27T19:21:58.957Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-27T19:21:59.234Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-07-27T19:21:59.234Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-27T19:21:59.234Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-27T19:21:59.234Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-27T19:21:59.234Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-07-27T19:21:59.234Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-07-27T19:21:59.234Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-07-27T19:21:59.234Z] [2021-07-27T19:21:59.234Z] Current default time zone: 'Etc/UTC' [2021-07-27T19:21:59.234Z] Local time is now: Tue Jul 27 19:21:59 UTC 2021. [2021-07-27T19:21:59.234Z] Universal Time is now: Tue Jul 27 19:21:59 UTC 2021. [2021-07-27T19:21:59.234Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-07-27T19:21:59.234Z] [2021-07-27T19:21:59.234Z] Setting up systemd-sysv (237-3ubuntu10.50) ... [2021-07-27T19:21:59.234Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-27T19:21:59.234Z] Setting up linux-libc-dev:amd64 (4.15.0-151.157) ... [2021-07-27T19:21:59.234Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-07-27T19:21:59.234Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-07-27T19:21:59.234Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-07-27T19:21:59.234Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-07-27T19:21:59.234Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-07-27T19:21:59.234Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-07-27T19:21:59.234Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-07-27T19:21:59.234Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-27T19:21:59.510Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-07-27T19:21:59.510Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-27T19:21:59.510Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-07-27T19:21:59.510Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-27T19:21:59.510Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-07-27T19:21:59.510Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-07-27T19:21:59.510Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-07-27T19:21:59.510Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-07-27T19:21:59.510Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-07-27T19:21:59.510Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-07-27T19:21:59.510Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-07-27T19:21:59.510Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-07-27T19:22:01.514Z] Updating certificates in /etc/ssl/certs... [2021-07-27T19:22:02.507Z] 23 added, 27 removed; done. [2021-07-27T19:22:02.507Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-07-27T19:22:02.507Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-07-27T19:22:02.507Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-07-27T19:22:02.507Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-07-27T19:22:02.507Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-07-27T19:22:02.507Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-27T19:22:02.507Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-07-27T19:22:02.507Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-27T19:22:02.507Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-27T19:22:02.507Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-27T19:22:02.507Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-07-27T19:22:02.507Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-07-27T19:22:02.507Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-07-27T19:22:02.507Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-07-27T19:22:02.507Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-07-27T19:22:02.507Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-07-27T19:22:02.507Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-07-27T19:22:02.507Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-07-27T19:22:02.507Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-07-27T19:22:02.507Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-07-27T19:22:02.507Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-07-27T19:22:02.507Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-07-27T19:22:02.507Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-07-27T19:22:02.507Z] Processing triggers for systemd (237-3ubuntu10.50) ... [2021-07-27T19:22:02.784Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-07-27T19:22:02.784Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-07-27T19:22:02.784Z] Updating certificates in /etc/ssl/certs... [2021-07-27T19:22:03.388Z] 0 added, 0 removed; done. [2021-07-27T19:22:03.388Z] Running hooks in /etc/ca-certificates/update.d... [2021-07-27T19:22:03.388Z] done. [2021-07-27T19:22:03.667Z] Reading package lists... [2021-07-27T19:22:03.946Z] Building dependency tree... [2021-07-27T19:22:03.946Z] Reading state information... [2021-07-27T19:22:03.946Z] The following NEW packages will be installed: [2021-07-27T19:22:03.946Z] apt-transport-https [2021-07-27T19:22:03.946Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-07-27T19:22:04.221Z] Need to get 4348 B of archives. [2021-07-27T19:22:04.221Z] After this operation, 154 kB of additional disk space will be used. [2021-07-27T19:22:04.221Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2021-07-27T19:22:04.221Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-27T19:22:04.221Z] Fetched 4348 B in 0s (24.4 kB/s) [2021-07-27T19:22:04.497Z] Selecting previously unselected package apt-transport-https. [2021-07-27T19:22:04.497Z] (Reading database ... 13929 files and directories currently installed.) [2021-07-27T19:22:04.497Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2021-07-27T19:22:04.497Z] Unpacking apt-transport-https (1.6.14) ... [2021-07-27T19:22:04.497Z] Setting up apt-transport-https (1.6.14) ... [2021-07-27T19:22:04.772Z] Waiting for network to be ready... [2021-07-27T19:22:10.206Z] 2021-07-27T19:22:08Z INFO Waiting for automatic snapd restart... [2021-07-27T19:22:11.684Z] snapd 2.51.1 from Canonical* installed [2021-07-27T19:22:12.678Z] "snapd" switched to the "latest/stable" channel [2021-07-27T19:22:12.678Z] [2021-07-27T19:22:15.296Z] core18 20210611 from Canonical* installed [2021-07-27T19:22:15.296Z] "core18" switched to the "latest/stable" channel [2021-07-27T19:22:15.296Z] [2021-07-27T19:22:17.888Z] snapcraft 4.8.3 from Canonical* installed [2021-07-27T19:22:18.157Z] "snapcraft" switched to the "latest/stable" channel [2021-07-27T19:22:18.157Z] [2021-07-27T19:22:22.420Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-07-27T19:22:22.420Z] - README.md [2021-07-27T19:22:22.420Z] [2021-07-27T19:22:22.420Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-07-27T19:22:22.692Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-07-27T19:22:22.692Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-07-27T19:22:22.692Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-07-27T19:22:23.923Z] Reading package lists... [2021-07-27T19:22:24.193Z] 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-07-27T19:22:24.193Z] Reading package lists... [2021-07-27T19:22:24.461Z] Building dependency tree... [2021-07-27T19:22:24.461Z] Reading state information... [2021-07-27T19:22:24.461Z] Suggested packages: [2021-07-27T19:22:24.461Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-07-27T19:22:24.461Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-07-27T19:22:24.461Z] Recommended packages: [2021-07-27T19:22:24.461Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-07-27T19:22:24.461Z] The following NEW packages will be installed: [2021-07-27T19:22:24.461Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-07-27T19:22:24.461Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-07-27T19:22:24.461Z] pkg-config zip [2021-07-27T19:22:24.731Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-07-27T19:22:24.731Z] Need to get 7663 kB of archives. [2021-07-27T19:22:24.731Z] After this operation, 43.8 MB of additional disk space will be used. [2021-07-27T19:22:24.731Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-07-27T19:22:24.731Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] [2021-07-27T19:22:24.731Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-07-27T19:22:24.731Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-07-27T19:22:24.731Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-07-27T19:22:25.003Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-07-27T19:22:25.003Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-07-27T19:22:25.003Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-07-27T19:22:25.003Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-07-27T19:22:25.276Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-07-27T19:22:25.276Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-07-27T19:22:25.276Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-07-27T19:22:25.276Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-07-27T19:22:25.276Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-07-27T19:22:25.276Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-07-27T19:22:25.553Z] debconf: delaying package configuration, since apt-utils is not installed [2021-07-27T19:22:25.553Z] Fetched 7663 kB in 1s (10.4 MB/s) [2021-07-27T19:22:25.553Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-07-27T19:22:25.553Z] (Reading database ... 13933 files and directories currently installed.) [2021-07-27T19:22:25.553Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-07-27T19:22:25.553Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-07-27T19:22:25.829Z] Selecting previously unselected package libpsl5:amd64. [2021-07-27T19:22:25.829Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-07-27T19:22:25.829Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-07-27T19:22:25.829Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-07-27T19:22:25.829Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-07-27T19:22:25.829Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-07-27T19:22:25.829Z] Selecting previously unselected package librtmp1:amd64. [2021-07-27T19:22:25.829Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-07-27T19:22:25.829Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-07-27T19:22:25.829Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-07-27T19:22:25.829Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... [2021-07-27T19:22:25.829Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... [2021-07-27T19:22:25.829Z] Selecting previously unselected package liberror-perl. [2021-07-27T19:22:25.829Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-07-27T19:22:25.829Z] Unpacking liberror-perl (0.17025-1) ... [2021-07-27T19:22:26.105Z] Selecting previously unselected package git-man. [2021-07-27T19:22:26.105Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-07-27T19:22:26.105Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-07-27T19:22:26.105Z] Selecting previously unselected package git. [2021-07-27T19:22:26.105Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-07-27T19:22:26.105Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-07-27T19:22:26.710Z] Selecting previously unselected package libnorm1:amd64. [2021-07-27T19:22:26.710Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-07-27T19:22:26.710Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-07-27T19:22:26.710Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-07-27T19:22:26.710Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-07-27T19:22:26.710Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-07-27T19:22:26.710Z] Selecting previously unselected package libsodium23:amd64. [2021-07-27T19:22:26.710Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-07-27T19:22:26.710Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-07-27T19:22:26.710Z] Selecting previously unselected package libzmq5:amd64. [2021-07-27T19:22:26.710Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-07-27T19:22:26.710Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-27T19:22:26.990Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-07-27T19:22:26.990Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-07-27T19:22:26.990Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-27T19:22:26.990Z] Selecting previously unselected package pkg-config. [2021-07-27T19:22:26.990Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-07-27T19:22:26.990Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-07-27T19:22:26.990Z] Selecting previously unselected package zip. [2021-07-27T19:22:26.990Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-07-27T19:22:26.990Z] Unpacking zip (3.0-11build1) ... [2021-07-27T19:22:26.990Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-07-27T19:22:26.990Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-07-27T19:22:26.990Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-07-27T19:22:26.990Z] Setting up liberror-perl (0.17025-1) ... [2021-07-27T19:22:26.990Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-07-27T19:22:26.990Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-07-27T19:22:26.990Z] No schema files found: doing nothing. [2021-07-27T19:22:27.268Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-07-27T19:22:27.268Z] Setting up zip (3.0-11build1) ... [2021-07-27T19:22:27.268Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-07-27T19:22:27.268Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-07-27T19:22:27.268Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-07-27T19:22:27.268Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-27T19:22:27.268Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... [2021-07-27T19:22:27.268Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-07-27T19:22:27.268Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-07-27T19:22:27.268Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-07-27T19:22:27.874Z] git set to automatically installed. [2021-07-27T19:22:27.874Z] git-man set to automatically installed. [2021-07-27T19:22:27.874Z] libcurl3-gnutls set to automatically installed. [2021-07-27T19:22:27.874Z] liberror-perl set to automatically installed. [2021-07-27T19:22:27.874Z] libglib2.0-0 set to automatically installed. [2021-07-27T19:22:27.874Z] libnghttp2-14 set to automatically installed. [2021-07-27T19:22:27.874Z] libnorm1 set to automatically installed. [2021-07-27T19:22:27.874Z] libpgm-5.2-0 set to automatically installed. [2021-07-27T19:22:27.874Z] libpsl5 set to automatically installed. [2021-07-27T19:22:27.874Z] librtmp1 set to automatically installed. [2021-07-27T19:22:27.874Z] libsodium23 set to automatically installed. [2021-07-27T19:22:27.874Z] libzmq3-dev set to automatically installed. [2021-07-27T19:22:27.874Z] libzmq5 set to automatically installed. [2021-07-27T19:22:27.874Z] pkg-config set to automatically installed. [2021-07-27T19:22:27.874Z] zip set to automatically installed. [2021-07-27T19:22:28.869Z] snapd is not logged in, snap install commands will use sudo [2021-07-27T19:22:29.860Z] snap "core18" has no updates available [2021-07-27T19:22:30.477Z] snapd is not logged in, snap install commands will use sudo [2021-07-27T19:22:35.938Z] go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed [2021-07-27T19:22:36.543Z] Pulling config-common [2021-07-27T19:22:36.543Z] + snapcraftctl pull [2021-07-27T19:22:37.530Z] Pulling go-build-helper [2021-07-27T19:22:37.530Z] + snapcraftctl pull [2021-07-27T19:22:38.519Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-07-27T19:22:38.519Z] Skipping pull go-build-helper (already ran) [2021-07-27T19:22:38.519Z] Building go-build-helper [2021-07-27T19:22:38.519Z] + snapcraftctl build [2021-07-27T19:22:40.512Z] Staging go-build-helper [2021-07-27T19:22:40.512Z] + snapcraftctl stage [2021-07-27T19:22:50.805Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-07-27T19:22:50.805Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-07-27T19:22:50.805Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1814 kB] [2021-07-27T19:22:50.805Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [333 kB] [2021-07-27T19:22:50.805Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-07-27T19:22:50.805Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-07-27T19:22:50.805Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [389 kB] [2021-07-27T19:22:50.805Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [52.3 kB] [2021-07-27T19:22:50.805Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1132 kB] [2021-07-27T19:22:50.805Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] [2021-07-27T19:22:50.805Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-07-27T19:22:50.805Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-07-27T19:22:50.805Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-07-27T19:22:50.805Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-07-27T19:22:50.805Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-07-27T19:22:50.805Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-07-27T19:22:50.805Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-07-27T19:22:50.805Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-07-27T19:22:50.805Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-07-27T19:22:50.805Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2160 kB] [2021-07-27T19:22:50.805Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [425 kB] [2021-07-27T19:22:50.805Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] [2021-07-27T19:22:50.805Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] [2021-07-27T19:22:50.805Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [413 kB] [2021-07-27T19:22:50.805Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [56.0 kB] [2021-07-27T19:22:50.805Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1743 kB] [2021-07-27T19:22:50.805Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [373 kB] [2021-07-27T19:22:50.805Z] Fetched 24.9 MB in 0s (0 B/s) [2021-07-27T19:22:50.805Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-07-27T19:22:50.805Z] Fetched 224 kB in 0s (0 B/s) [2021-07-27T19:22:50.805Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-07-27T19:22:50.805Z] Fetched 157 kB in 0s (0 B/s) [2021-07-27T19:22:50.805Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-07-27T19:22:50.805Z] Fetched 221 kB in 0s (0 B/s) [2021-07-27T19:22:50.805Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-07-27T19:22:50.805Z] Fetched 143 kB in 0s (0 B/s) [2021-07-27T19:22:50.805Z] Pulling edgex-go [2021-07-27T19:22:50.805Z] + snapcraftctl pull [2021-07-27T19:22:50.805Z] Pulling hooks [2021-07-27T19:22:50.805Z] + snapcraftctl pull [2021-07-27T19:23:09.385Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-07-27T19:23:09.385Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-07-27T19:23:09.385Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-07-27T19:23:09.385Z] Fetched 0 B in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-07-27T19:23:09.385Z] Fetched 96.5 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-07-27T19:23:09.385Z] Fetched 279 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-07-27T19:23:09.385Z] Fetched 122 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-07-27T19:23:09.385Z] Fetched 77.8 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-07-27T19:23:09.385Z] Fetched 8848 B in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-07-27T19:23:09.385Z] Fetched 47.8 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-07-27T19:23:09.385Z] Fetched 45.6 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-07-27T19:23:09.385Z] Fetched 15.0 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] [2021-07-27T19:23:09.385Z] Fetched 219 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-07-27T19:23:09.385Z] Fetched 154 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-07-27T19:23:09.385Z] Fetched 50.6 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-07-27T19:23:09.385Z] Fetched 14.8 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-07-27T19:23:09.385Z] Fetched 41.8 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-07-27T19:23:09.385Z] Fetched 499 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-07-27T19:23:09.385Z] Fetched 111 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-07-27T19:23:09.385Z] Fetched 240 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-07-27T19:23:09.385Z] Fetched 29.3 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-07-27T19:23:09.385Z] Fetched 85.5 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-07-27T19:23:09.385Z] Fetched 24.5 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-07-27T19:23:09.385Z] Fetched 49.2 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-07-27T19:23:09.385Z] Fetched 54.2 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-07-27T19:23:09.385Z] Fetched 30.8 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-07-27T19:23:09.385Z] Fetched 15.8 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-07-27T19:23:09.385Z] Fetched 85.9 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-07-27T19:23:09.385Z] Fetched 8720 B in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2021-07-27T19:23:09.385Z] Fetched 140 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-07-27T19:23:09.385Z] Fetched 119 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2021-07-27T19:23:09.385Z] Fetched 111 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-07-27T19:23:09.385Z] Fetched 11.1 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-07-27T19:23:09.385Z] Fetched 645 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-07-27T19:23:09.385Z] Fetched 41.3 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-07-27T19:23:09.385Z] Fetched 17.9 kB in 0s (0 B/s) [2021-07-27T19:23:09.385Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-07-27T19:23:09.386Z] Fetched 368 kB in 0s (0 B/s) [2021-07-27T19:23:09.386Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-07-27T19:23:09.386Z] Fetched 187 kB in 0s (0 B/s) [2021-07-27T19:23:09.386Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-07-27T19:23:09.386Z] Fetched 175 kB in 0s (0 B/s) [2021-07-27T19:23:09.386Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-07-27T19:23:09.386Z] Fetched 206 kB in 0s (0 B/s) [2021-07-27T19:23:09.386Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-07-27T19:23:09.386Z] Fetched 1301 kB in 0s (0 B/s) [2021-07-27T19:23:09.386Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-07-27T19:23:09.386Z] Fetched 36.2 kB in 0s (0 B/s) [2021-07-27T19:23:09.386Z] Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] [2021-07-27T19:23:09.386Z] Fetched 159 kB in 0s (0 B/s) [2021-07-27T19:23:09.386Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-07-27T19:23:09.386Z] Fetched 107 kB in 0s (0 B/s) [2021-07-27T19:23:09.386Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-07-27T19:23:09.386Z] Fetched 48.7 kB in 0s (0 B/s) [2021-07-27T19:23:09.386Z] Pulling static-packages [2021-07-27T19:23:09.386Z] + snapcraftctl pull [2021-07-27T19:23:09.386Z] Pulling version [2021-07-27T19:23:09.386Z] + cd /root/project [2021-07-27T19:23:09.386Z] + git describe --tags --abbrev=0 [2021-07-27T19:23:09.386Z] + sed s/v// [2021-07-27T19:23:09.386Z] + GIT_VERSION=2.0.1-dev.14 [2021-07-27T19:23:09.386Z] + [ -z 2.0.1-dev.14 ] [2021-07-27T19:23:09.386Z] + snapcraftctl set-version 2.0.1-dev.14 [2021-07-27T19:23:09.386Z] Building config-common [2021-07-27T19:23:09.386Z] + snapcraftctl build [2021-07-27T19:23:10.845Z] Skipping build go-build-helper (already ran) [2021-07-27T19:23:10.845Z] Building edgex-go [2021-07-27T19:23:11.126Z] + cd /root/parts/edgex-go/src [2021-07-27T19:23:11.126Z] + + sed s/v// [2021-07-27T19:23:11.126Z] git describe --tags --abbrev=0 [2021-07-27T19:23:11.126Z] + GIT_VERSION=2.0.1-dev.14 [2021-07-27T19:23:11.126Z] + [ -z 2.0.1-dev.14 ] [2021-07-27T19:23:11.126Z] + echo 2.0.1-dev.14 [2021-07-27T19:23:11.126Z] + make build [2021-07-27T19:23:11.126Z] go mod tidy [2021-07-27T19:23:13.168Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-07-27T19:23:13.756Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 [2021-07-27T19:23:13.756Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-07-27T19:23:13.756Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.11 [2021-07-27T19:23:14.034Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-07-27T19:23:14.310Z] go: downloading github.com/google/uuid v1.3.0 [2021-07-27T19:23:14.310Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 [2021-07-27T19:23:14.310Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2021-07-27T19:23:14.310Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-07-27T19:23:14.311Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-07-27T19:23:14.311Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-07-27T19:23:14.311Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 [2021-07-27T19:23:14.311Z] go: downloading github.com/lib/pq v1.10.2 [2021-07-27T19:23:14.585Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2021-07-27T19:23:14.585Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-07-27T19:23:14.585Z] go: downloading github.com/pelletier/go-toml v1.9.3 [2021-07-27T19:23:15.185Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-07-27T19:23:15.185Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 [2021-07-27T19:23:15.185Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 [2021-07-27T19:23:15.787Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-07-27T19:23:15.787Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-07-27T19:23:15.787Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2021-07-27T19:23:15.787Z] go: downloading github.com/go-playground/validator/v10 v10.8.0 [2021-07-27T19:23:15.787Z] go: downloading github.com/go-kit/kit v0.11.0 [2021-07-27T19:23:15.787Z] go: downloading github.com/stretchr/objx v0.1.1 [2021-07-27T19:23:15.787Z] go: downloading github.com/x448/float16 v0.8.4 [2021-07-27T19:23:15.787Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-07-27T19:23:15.819Z] Removing intermediate container aecb3b1a5bd5 [2021-07-27T19:23:15.820Z] ---> 9f75b032aff3 [2021-07-27T19:23:15.820Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-07-27T19:23:15.820Z] Removing intermediate container 4ff5abf32d87 [2021-07-27T19:23:15.820Z] ---> e5e4e714bde1 [2021-07-27T19:23:15.820Z] [2021-07-27T19:23:15.820Z] Step 11/24 : FROM alpine:3.12 [2021-07-27T19:23:15.820Z] Removing intermediate container 579f151c25d8 [2021-07-27T19:23:15.820Z] ---> 2f824c6f7324 [2021-07-27T19:23:15.820Z] [2021-07-27T19:23:15.820Z] Step 11/32 : FROM alpine:3.12 [2021-07-27T19:23:16.065Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2021-07-27T19:23:16.065Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-07-27T19:23:16.065Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-07-27T19:23:16.065Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-07-27T19:23:16.065Z] go: downloading github.com/leodido/go-urn v1.2.1 [2021-07-27T19:23:16.065Z] go: downloading golang.org/x/text v0.3.6 [2021-07-27T19:23:16.065Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-07-27T19:23:16.065Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-07-27T19:23:16.065Z] go: downloading github.com/kr/pretty v0.2.0 [2021-07-27T19:23:16.065Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2021-07-27T19:23:16.065Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-07-27T19:23:16.353Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-07-27T19:23:16.354Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-07-27T19:23:16.354Z] go: downloading golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c [2021-07-27T19:23:16.627Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-07-27T19:23:16.627Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2021-07-27T19:23:16.627Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-07-27T19:23:16.901Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-07-27T19:23:16.901Z] go: downloading github.com/kr/text v0.1.0 [2021-07-27T19:23:16.901Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-07-27T19:23:16.901Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-07-27T19:23:16.901Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-07-27T19:23:16.901Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-07-27T19:23:16.901Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-07-27T19:23:16.901Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-07-27T19:23:17.183Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-07-27T19:23:17.183Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-07-27T19:23:17.183Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-07-27T19:23:17.183Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-07-27T19:23:17.183Z] go: downloading github.com/fatih/color v1.9.0 [2021-07-27T19:23:17.183Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-07-27T19:23:17.183Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-07-27T19:23:17.183Z] go: downloading github.com/pkg/errors v0.9.1 [2021-07-27T19:23:17.183Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-07-27T19:23:17.183Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-07-27T19:23:17.183Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-07-27T19:23:17.183Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-07-27T19:23:17.183Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-07-27T19:23:17.183Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-07-27T19:23:17.183Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-07-27T19:23:17.261Z] ---> Running in fc96445ddf93 [2021-07-27T19:23:17.458Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-07-27T19:23:17.458Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-07-27T19:23:17.458Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-07-27T19:23:17.458Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-07-27T19:23:17.458Z] go: downloading github.com/miekg/dns v1.1.26 [2021-07-27T19:23:17.458Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-07-27T19:23:17.458Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-07-27T19:23:17.458Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-07-27T19:23:17.458Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-07-27T19:23:17.458Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-07-27T19:23:17.539Z] 3.12: Pulling from library/alpine [2021-07-27T19:23:17.539Z] 3.12: Pulling from library/alpine [2021-07-27T19:23:17.733Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/core-data/core-data ./cmd/core-data [2021-07-27T19:23:18.526Z] Removing intermediate container cfa47a3f7718 [2021-07-27T19:23:18.526Z] ---> 72ce55069a3c [2021-07-27T19:23:18.526Z] [2021-07-27T19:23:18.526Z] Step 11/26 : FROM alpine:3.12 [2021-07-27T19:23:18.526Z] Removing intermediate container 6fb65620f52e [2021-07-27T19:23:18.526Z] ---> 2d0788efeb6b [2021-07-27T19:23:18.526Z] [2021-07-27T19:23:18.526Z] Step 11/23 : FROM alpine:3.12 [2021-07-27T19:23:18.526Z] 3.12: Pulling from library/alpine [2021-07-27T19:23:18.526Z] 3.12: Pulling from library/alpine [2021-07-27T19:23:19.510Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-27T19:23:19.510Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-27T19:23:19.510Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-27T19:23:19.510Z] Status: Downloaded newer image for alpine:3.12 [2021-07-27T19:23:19.510Z] Status: Image is up to date for alpine:3.12 [2021-07-27T19:23:19.510Z] Status: Image is up to date for alpine:3.12 [2021-07-27T19:23:19.510Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-27T19:23:19.510Z] Status: Image is up to date for alpine:3.12 [2021-07-27T19:23:19.510Z] ---> c4fd0aeabfcf [2021-07-27T19:23:19.510Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-07-27T19:23:19.510Z] ---> c4fd0aeabfcf [2021-07-27T19:23:19.510Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-07-27T19:23:19.510Z] ---> c4fd0aeabfcf [2021-07-27T19:23:19.510Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-27T19:23:19.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-07-27T19:23:19.510Z] ---> c4fd0aeabfcf [2021-07-27T19:23:19.510Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-07-27T19:23:19.787Z] ---> Running in 7ea8ca2fd138 [2021-07-27T19:23:19.787Z] ---> Running in c93ebee6e445 [2021-07-27T19:23:19.787Z] ---> Running in f24c6f3bbf19 [2021-07-27T19:23:19.787Z] ---> Running in e176b4395cd3 [2021-07-27T19:23:20.772Z] Removing intermediate container e176b4395cd3 [2021-07-27T19:23:20.772Z] ---> 51f61c972f1a [2021-07-27T19:23:20.772Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-07-27T19:23:20.772Z] ---> Running in 0d492302c5bd [2021-07-27T19:23:22.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-27T19:23:22.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-27T19:23:22.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-27T19:23:22.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-27T19:23:22.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-27T19:23:22.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-27T19:23:22.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-27T19:23:23.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-27T19:23:23.035Z] Removing intermediate container fc96445ddf93 [2021-07-27T19:23:23.035Z] ---> 34105da14045 [2021-07-27T19:23:23.035Z] [2021-07-27T19:23:23.035Z] Step 12/24 : FROM docker:20.10.6 [2021-07-27T19:23:23.035Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-27T19:23:23.035Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T19:23:23.312Z] OK: 5 MiB in 15 packages [2021-07-27T19:23:23.312Z] (1/2) Installing ca-certificates (20191127-r4) [2021-07-27T19:23:23.312Z] (1/6) Installing ca-certificates (20191127-r4) [2021-07-27T19:23:23.312Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-07-27T19:23:23.312Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T19:23:23.312Z] Executing ca-certificates-20191127-r4.trigger [2021-07-27T19:23:23.312Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-07-27T19:23:23.312Z] (3/6) Installing libcurl (7.78.0-r0) [2021-07-27T19:23:23.312Z] (4/6) Installing curl (7.78.0-r0) [2021-07-27T19:23:23.312Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-07-27T19:23:23.312Z] (6/6) Installing su-exec (0.2-r1) [2021-07-27T19:23:23.312Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T19:23:23.312Z] Executing ca-certificates-20191127-r4.trigger [2021-07-27T19:23:23.600Z] OK: 6 MiB in 16 packages [2021-07-27T19:23:23.600Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-07-27T19:23:23.600Z] (2/2) Installing su-exec (0.2-r1) [2021-07-27T19:23:23.600Z] 20.10.6: Pulling from library/docker [2021-07-27T19:23:23.600Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T19:23:23.600Z] OK: 5 MiB in 16 packages [2021-07-27T19:23:23.600Z] OK: 7 MiB in 20 packages [2021-07-27T19:23:25.052Z] Removing intermediate container c93ebee6e445 [2021-07-27T19:23:25.052Z] ---> 97ea1089f403 [2021-07-27T19:23:25.052Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T19:23:25.326Z] ---> Running in e5cfc37c5994 [2021-07-27T19:23:25.928Z] Removing intermediate container 0d492302c5bd [2021-07-27T19:23:25.928Z] ---> 9e2d655c48de [2021-07-27T19:23:25.928Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-07-27T19:23:26.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-07-27T19:23:26.206Z] ---> Running in 0c48c9e81d1e [2021-07-27T19:23:26.482Z] Removing intermediate container 7ea8ca2fd138 [2021-07-27T19:23:26.482Z] ---> 8552edb137d3 [2021-07-27T19:23:26.482Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-27T19:23:26.482Z] Removing intermediate container f24c6f3bbf19 [2021-07-27T19:23:26.482Z] ---> 02e947d32a9b [2021-07-27T19:23:26.482Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T19:23:26.761Z] Removing intermediate container e5cfc37c5994 [2021-07-27T19:23:26.761Z] ---> 6ee73a18dbb3 [2021-07-27T19:23:26.761Z] Step 14/24 : ENV APP_PORT=59882 [2021-07-27T19:23:26.761Z] ---> Running in a14c265ddbf1 [2021-07-27T19:23:26.761Z] ---> Running in 18006757819a [2021-07-27T19:23:27.037Z] ---> Running in 210343bcaab8 [2021-07-27T19:23:27.037Z] Removing intermediate container 0c48c9e81d1e [2021-07-27T19:23:27.037Z] ---> c5606d6ed7a8 [2021-07-27T19:23:27.037Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-07-27T19:23:27.315Z] ---> Running in adff99032a15 [2021-07-27T19:23:27.589Z] Removing intermediate container 18006757819a [2021-07-27T19:23:27.589Z] ---> 030271349b52 [2021-07-27T19:23:27.589Z] Step 14/26 : WORKDIR / [2021-07-27T19:23:27.863Z] Removing intermediate container a14c265ddbf1 [2021-07-27T19:23:27.863Z] ---> db08c7657e45 [2021-07-27T19:23:27.863Z] Step 14/23 : ENV APP_PORT=59860 [2021-07-27T19:23:27.863Z] Removing intermediate container 210343bcaab8 [2021-07-27T19:23:27.863Z] ---> a619b3db3ccf [2021-07-27T19:23:27.863Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-27T19:23:28.135Z] ---> Running in 08c2ac9dc4fc [2021-07-27T19:23:28.136Z] ---> Running in b7991c4208e4 [2021-07-27T19:23:28.420Z] ---> Running in e522821f4c7b [2021-07-27T19:23:28.420Z] Removing intermediate container adff99032a15 [2021-07-27T19:23:28.420Z] ---> d09de16bdc2e [2021-07-27T19:23:28.420Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-07-27T19:23:28.692Z] ---> Running in 56e7b15161b7 [2021-07-27T19:23:28.967Z] Removing intermediate container 08c2ac9dc4fc [2021-07-27T19:23:28.967Z] ---> 48a7733a472b [2021-07-27T19:23:28.967Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-27T19:23:29.561Z] Removing intermediate container e522821f4c7b [2021-07-27T19:23:29.561Z] ---> 566f1843cb2b [2021-07-27T19:23:29.561Z] Step 16/24 : WORKDIR / [2021-07-27T19:23:29.561Z] Removing intermediate container b7991c4208e4 [2021-07-27T19:23:29.561Z] ---> 02fce5de677a [2021-07-27T19:23:29.561Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-07-27T19:23:29.834Z] ---> Running in 0a431765d8a1 [2021-07-27T19:23:30.111Z] ---> Running in d9acac4ffb29 [2021-07-27T19:23:30.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/core-command/core-command ./cmd/core-command [2021-07-27T19:23:30.719Z] ---> 887f1de2aad0 [2021-07-27T19:23:30.719Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-07-27T19:23:30.719Z] Removing intermediate container 0a431765d8a1 [2021-07-27T19:23:30.719Z] ---> 622073c73ced [2021-07-27T19:23:30.719Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T19:23:30.956Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-07-27T19:23:30.995Z] Removing intermediate container d9acac4ffb29 [2021-07-27T19:23:30.995Z] ---> 6c8199d73abd [2021-07-27T19:23:30.995Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T19:23:32.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-07-27T19:23:32.466Z] ---> 9489fac55720 [2021-07-27T19:23:32.466Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml ---> 8c7d37c7d5e0 [2021-07-27T19:23:32.466Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-07-27T19:23:32.466Z] [2021-07-27T19:23:32.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-07-27T19:23:32.746Z] Removing intermediate container 56e7b15161b7 [2021-07-27T19:23:32.746Z] ---> 0ec7584debe6 [2021-07-27T19:23:32.746Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-07-27T19:23:33.021Z] ---> e2205d1af133 [2021-07-27T19:23:33.021Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-07-27T19:23:33.293Z] ---> Running in 5039a9a10a8e [2021-07-27T19:23:33.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-07-27T19:23:33.890Z] ---> 0cae0f06a6e4 [2021-07-27T19:23:33.890Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-07-27T19:23:34.488Z] Removing intermediate container 5039a9a10a8e [2021-07-27T19:23:34.488Z] ---> 9e91420876cc [2021-07-27T19:23:34.488Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-07-27T19:23:34.640Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-07-27T19:23:34.768Z] ---> 19319a263676 [2021-07-27T19:23:34.768Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-07-27T19:23:35.370Z] ---> 182e9322c496 [2021-07-27T19:23:35.370Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-07-27T19:23:35.370Z] ---> ba0629a53bcf [2021-07-27T19:23:35.370Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-07-27T19:23:35.627Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-07-27T19:23:35.647Z] ---> 5013d2586fba [2021-07-27T19:23:35.647Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-07-27T19:23:35.918Z] ---> Running in 6d0f00f02b09 [2021-07-27T19:23:35.918Z] ---> 8ac6cc073773 [2021-07-27T19:23:35.918Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-07-27T19:23:36.194Z] ---> Running in 221bb8d40360 [2021-07-27T19:23:36.471Z] ---> 044837c4603d [2021-07-27T19:23:36.471Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-07-27T19:23:36.748Z] ---> Running in 4e1f82445ca7 [2021-07-27T19:23:37.023Z] Removing intermediate container 221bb8d40360 [2021-07-27T19:23:37.023Z] ---> c21958ae7577 [2021-07-27T19:23:37.023Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T19:23:37.023Z] ---> 053a86891e4f [2021-07-27T19:23:37.023Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-07-27T19:23:37.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-07-27T19:23:37.299Z] ---> Running in dc3172617a03 [2021-07-27T19:23:37.571Z] Removing intermediate container 4e1f82445ca7 [2021-07-27T19:23:37.571Z] ---> 46575860caef [2021-07-27T19:23:37.571Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T19:23:37.864Z] ---> Running in 85f628119b6d [2021-07-27T19:23:37.864Z] Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 [2021-07-27T19:23:37.864Z] Status: Downloaded newer image for docker:20.10.6 [2021-07-27T19:23:37.864Z] ---> cdf2a7733a7b [2021-07-27T19:23:37.864Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-07-27T19:23:38.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/secrets-config ./cmd/secrets-config [2021-07-27T19:23:38.136Z] Removing intermediate container dc3172617a03 [2021-07-27T19:23:38.136Z] ---> 7a016200586e [2021-07-27T19:23:38.136Z] Step 21/23 : LABEL arch=arm64 [2021-07-27T19:23:38.406Z] ---> Running in f99bbbf45532 [2021-07-27T19:23:38.676Z] ---> Running in be1af4ad1391 [2021-07-27T19:23:38.676Z] ---> 92629ff5b549 [2021-07-27T19:23:38.676Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-07-27T19:23:38.954Z] Removing intermediate container 85f628119b6d [2021-07-27T19:23:38.954Z] ---> e34f5a722f94 [2021-07-27T19:23:38.954Z] Step 22/24 : LABEL arch=arm64 [2021-07-27T19:23:39.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-07-27T19:23:39.228Z] ---> Running in a2ea03011971 [2021-07-27T19:23:39.228Z] Removing intermediate container f99bbbf45532 [2021-07-27T19:23:39.228Z] ---> f2a4f4055dfb [2021-07-27T19:23:39.228Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-07-27T19:23:39.228Z] Removing intermediate container be1af4ad1391 [2021-07-27T19:23:39.228Z] ---> 8547faf9466e [2021-07-27T19:23:39.228Z] Step 22/23 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:23:39.513Z] ---> Running in fccac7a63a04 [2021-07-27T19:23:39.513Z] ---> Running in c263a63c5f12 [2021-07-27T19:23:39.513Z] Removing intermediate container 6d0f00f02b09 [2021-07-27T19:23:39.513Z] ---> dc0fff59df23 [2021-07-27T19:23:39.513Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T19:23:39.791Z] ---> f0c685bbd37a [2021-07-27T19:23:39.791Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-07-27T19:23:39.791Z] Removing intermediate container a2ea03011971 [2021-07-27T19:23:39.791Z] ---> 668f3e40c4d9 [2021-07-27T19:23:39.791Z] Step 23/24 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:23:40.067Z] ---> Running in 0de3984868c3 [2021-07-27T19:23:40.067Z] ---> Running in 34cfb6cd5b03 [2021-07-27T19:23:40.342Z] Removing intermediate container c263a63c5f12 [2021-07-27T19:23:40.342Z] ---> ad8163cf8291 [2021-07-27T19:23:40.342Z] Step 23/23 : LABEL version=0.0.0 [2021-07-27T19:23:40.473Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-07-27T19:23:40.473Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-07-27T19:23:40.473Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-07-27T19:23:40.473Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-07-27T19:23:40.473Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-07-27T19:23:40.473Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-07-27T19:23:40.473Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-07-27T19:23:40.473Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-07-27T19:23:40.473Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-07-27T19:23:40.614Z] ---> Running in d81ab9a2e677 [2021-07-27T19:23:40.752Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-07-27T19:23:40.752Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-07-27T19:23:40.752Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-07-27T19:23:40.752Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-07-27T19:23:40.752Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-07-27T19:23:40.753Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-07-27T19:23:40.753Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-07-27T19:23:40.753Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-07-27T19:23:40.753Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-07-27T19:23:40.753Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-07-27T19:23:40.753Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-07-27T19:23:40.753Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-07-27T19:23:40.753Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-07-27T19:23:40.753Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-07-27T19:23:40.753Z] + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml [2021-07-27T19:23:40.753Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-07-27T19:23:40.753Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-07-27T19:23:40.753Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-07-27T19:23:40.892Z] ---> c9664e7771ce [2021-07-27T19:23:40.892Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-07-27T19:23:40.892Z] Removing intermediate container 34cfb6cd5b03 [2021-07-27T19:23:40.892Z] ---> 08ef0ba6964a [2021-07-27T19:23:40.892Z] Step 24/24 : LABEL version=0.0.0 [2021-07-27T19:23:41.169Z] ---> Running in f2d3cf6ae493 [2021-07-27T19:23:41.452Z] Removing intermediate container d81ab9a2e677 [2021-07-27T19:23:41.452Z] ---> 910138e78c01 [2021-07-27T19:23:41.452Z] [2021-07-27T19:23:41.452Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T19:23:41.735Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T19:23:41.737Z] Building hooks [2021-07-27T19:23:41.737Z] + cd /root/parts/hooks/src [2021-07-27T19:23:41.737Z] + make build [2021-07-27T19:23:41.737Z] go mod tidy [2021-07-27T19:23:42.014Z] Successfully built 910138e78c01 [2021-07-27T19:23:42.014Z] Successfully tagged support-notifications-arm64:latest [2021-07-27T19:23:42.014Z]  Building support-notifications ... done Building security-proxy-setup [2021-07-27T19:23:42.014Z] Removing intermediate container f2d3cf6ae493 [2021-07-27T19:23:42.014Z] ---> b96534cfa461 [2021-07-27T19:23:42.014Z] [2021-07-27T19:23:42.290Z] (1/39) Installing readline (8.1.0-r0) [2021-07-27T19:23:42.566Z] (2/39) Installing bash (5.1.0-r0) [2021-07-27T19:23:42.566Z] Executing bash-5.1.0-r0.post-install [2021-07-27T19:23:42.566Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-07-27T19:23:42.566Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-07-27T19:23:42.566Z] (5/39) Installing libcurl (7.78.0-r0) [2021-07-27T19:23:42.566Z] (6/39) Installing curl (7.78.0-r0) [2021-07-27T19:23:42.566Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-07-27T19:23:42.566Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-07-27T19:23:42.566Z] Successfully built b96534cfa461 [2021-07-27T19:23:42.566Z] (9/39) Installing expat (2.2.10-r1) [2021-07-27T19:23:42.566Z] (10/39) Installing libffi (3.3-r2) [2021-07-27T19:23:42.566Z] (11/39) Installing gdbm (1.19-r0) [2021-07-27T19:23:42.720Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 [2021-07-27T19:23:42.721Z] go: downloading github.com/stretchr/testify v1.5.1 [2021-07-27T19:23:42.721Z] go: downloading gopkg.in/yaml.v2 v2.2.2 [2021-07-27T19:23:42.721Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2021-07-27T19:23:42.721Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2021-07-27T19:23:42.840Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-07-27T19:23:42.840Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-07-27T19:23:42.840Z] (14/39) Installing python3 (3.8.10-r0) [2021-07-27T19:23:42.840Z] Successfully tagged core-command-arm64:latest [2021-07-27T19:23:42.840Z]  Building core-command ... done Building core-metadata [2021-07-27T19:23:42.840Z] ---> 54b83c899119 [2021-07-27T19:23:42.840Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-07-27T19:23:43.708Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2021-07-27T19:23:43.985Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2021-07-27T19:23:43.986Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2021-07-27T19:23:44.828Z] Removing intermediate container 0de3984868c3 [2021-07-27T19:23:44.828Z] ---> d8ea9080498d [2021-07-27T19:23:44.828Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-07-27T19:23:44.828Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-07-27T19:23:44.828Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-07-27T19:23:44.828Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-07-27T19:23:44.828Z] (18/39) Installing py3-six (1.15.0-r0) [2021-07-27T19:23:44.828Z] (19/39) Installing py3-packaging (20.9-r0) [2021-07-27T19:23:44.828Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-07-27T19:23:44.828Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-07-27T19:23:44.828Z] (22/39) Installing py3-idna (3.1-r0) [2021-07-27T19:23:44.828Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-07-27T19:23:44.828Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-07-27T19:23:44.828Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-07-27T19:23:45.101Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-07-27T19:23:45.101Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-07-27T19:23:45.101Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-07-27T19:23:45.101Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-07-27T19:23:45.101Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-07-27T19:23:45.101Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-07-27T19:23:45.101Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-07-27T19:23:45.101Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-07-27T19:23:45.101Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-07-27T19:23:45.101Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-07-27T19:23:45.398Z] (36/39) Installing py3-progress (1.5-r0) [2021-07-27T19:23:45.398Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-07-27T19:23:45.398Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-07-27T19:23:45.398Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-07-27T19:23:45.673Z] Executing busybox-1.32.1-r6.trigger [2021-07-27T19:23:45.959Z] OK: 82 MiB in 59 packages [2021-07-27T19:23:46.250Z] ---> 9c4a93017538 [2021-07-27T19:23:46.250Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-07-27T19:23:46.860Z] ---> Running in 0ba80ead59e7 [2021-07-27T19:23:47.387Z] Building static-packages [2021-07-27T19:23:47.387Z] + snapcraftctl build [2021-07-27T19:23:47.846Z] ---> 361086399ce8 [2021-07-27T19:23:47.846Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-07-27T19:23:48.143Z] Removing intermediate container 0ba80ead59e7 [2021-07-27T19:23:48.420Z] ---> 487b569b0b61 [2021-07-27T19:23:48.420Z] Step 24/26 : LABEL arch=arm64 [2021-07-27T19:23:48.716Z] ---> Running in 0f4d4622f193 [2021-07-27T19:23:49.014Z] ---> ee65540a032f [2021-07-27T19:23:49.297Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-07-27T19:23:49.379Z] Building version [2021-07-27T19:23:49.379Z] + snapcraftctl build [2021-07-27T19:23:49.896Z] Removing intermediate container 0f4d4622f193 [2021-07-27T19:23:49.896Z] ---> 08625459110c [2021-07-27T19:23:49.896Z] Step 25/26 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e ---> Running in 0c05c5739d48 [2021-07-27T19:23:49.896Z] [2021-07-27T19:23:50.172Z] ---> Running in 65d1322704ba [2021-07-27T19:23:50.456Z] Removing intermediate container 0c05c5739d48 [2021-07-27T19:23:50.456Z] ---> 5f4ae00da09d [2021-07-27T19:23:50.730Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-07-27T19:23:50.730Z] Removing intermediate container 65d1322704ba [2021-07-27T19:23:50.730Z] ---> 032898816ea0 [2021-07-27T19:23:50.730Z] Step 26/26 : LABEL version=0.0.0 [2021-07-27T19:23:51.003Z] ---> Running in 2bde0afd71f4 [2021-07-27T19:23:51.362Z] Staging config-common [2021-07-27T19:23:51.362Z] + snapcraftctl stage [2021-07-27T19:23:51.604Z] ---> 60f3f17a4104 [2021-07-27T19:23:51.604Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-07-27T19:23:51.604Z] Removing intermediate container 2bde0afd71f4 [2021-07-27T19:23:51.875Z] ---> 5e8e181e7ce0 [2021-07-27T19:23:51.875Z] [2021-07-27T19:23:52.152Z] Successfully built 5e8e181e7ce0 [2021-07-27T19:23:52.152Z] ---> Running in ae6dee8a2a7f [2021-07-27T19:23:52.152Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-07-27T19:23:52.152Z] Building support-scheduler [2021-07-27T19:23:52.348Z] Skipping stage go-build-helper (already ran) [2021-07-27T19:23:52.348Z] Staging edgex-go [2021-07-27T19:23:52.348Z] + snapcraftctl stage [2021-07-27T19:23:53.346Z] Staging hooks [2021-07-27T19:23:53.346Z] + snapcraftctl stage [2021-07-27T19:23:53.802Z]  Building security-secretstore-setup ... done Collecting docker-compose==1.23.2 [2021-07-27T19:23:53.802Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-07-27T19:23:54.118Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-07-27T19:23:54.340Z] Staging static-packages [2021-07-27T19:23:54.340Z] + snapcraftctl stage [2021-07-27T19:23:55.328Z] Staging version [2021-07-27T19:23:55.328Z] + snapcraftctl stage [2021-07-27T19:23:55.680Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-07-27T19:23:55.680Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-07-27T19:23:56.032Z] Collecting texttable<0.10,>=0.9.0 [2021-07-27T19:23:56.032Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-07-27T19:23:56.320Z] Priming config-common [2021-07-27T19:23:56.320Z] + snapcraftctl prime [2021-07-27T19:23:57.052Z] Removing intermediate container ae6dee8a2a7f [2021-07-27T19:23:57.052Z] ---> 3d452dd71882 [2021-07-27T19:23:57.052Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-07-27T19:23:57.319Z] Priming go-build-helper [2021-07-27T19:23:57.319Z] + snapcraftctl prime [2021-07-27T19:23:57.649Z] ---> Running in 99dd480132f4 [2021-07-27T19:23:58.513Z] Priming edgex-go [2021-07-27T19:23:58.513Z] + snapcraftctl prime [2021-07-27T19:23:58.633Z] Collecting docker<4.0,>=3.6.0 [2021-07-27T19:23:58.633Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-07-27T19:23:58.633Z] Collecting cached-property<2,>=1.2.0 [2021-07-27T19:23:58.633Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-07-27T19:23:58.909Z] Removing intermediate container 99dd480132f4 [2021-07-27T19:23:58.909Z] ---> bc505cb577f5 [2021-07-27T19:23:58.909Z] Step 29/32 : CMD ["gate"] [2021-07-27T19:23:58.909Z] Collecting dockerpty<0.5,>=0.4.1 [2021-07-27T19:23:58.909Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-07-27T19:23:59.497Z] Priming hooks [2021-07-27T19:23:59.497Z] + snapcraftctl prime [2021-07-27T19:23:59.510Z] ---> Running in ffe062964f3d [2021-07-27T19:24:00.506Z] Removing intermediate container ffe062964f3d [2021-07-27T19:24:00.506Z] ---> 13d26bf41bed [2021-07-27T19:24:00.506Z] Step 30/32 : LABEL arch=arm64 [2021-07-27T19:24:00.803Z] Collecting docopt<0.7,>=0.6.1 [2021-07-27T19:24:00.803Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-07-27T19:24:00.953Z] Priming static-packages [2021-07-27T19:24:00.953Z] + snapcraftctl prime [2021-07-27T19:24:01.408Z] ---> Running in 0ff79d83d7e6 [2021-07-27T19:24:02.418Z] Removing intermediate container 0ff79d83d7e6 [2021-07-27T19:24:02.419Z] ---> d0ee9a2606a4 [2021-07-27T19:24:02.419Z] Step 31/32 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:24:03.032Z] ---> Running in aa9aa35dc8fd [2021-07-27T19:24:03.616Z] Priming version [2021-07-27T19:24:03.616Z] + snapcraftctl prime [2021-07-27T19:24:04.029Z] Collecting PyYAML<4,>=3.10 [2021-07-27T19:24:04.029Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-07-27T19:24:04.217Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-07-27T19:24:04.323Z] Removing intermediate container aa9aa35dc8fd [2021-07-27T19:24:04.323Z] ---> b3cf26d0d1f6 [2021-07-27T19:24:04.323Z] Step 32/32 : LABEL version=0.0.0 [2021-07-27T19:24:05.320Z] ---> Running in c7596238eb9a [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-27T19:24:06.780Z] Removing intermediate container c7596238eb9a [2021-07-27T19:24:06.780Z] ---> 2312d6dcb888 [2021-07-27T19:24:06.780Z] [2021-07-27T19:24:07.056Z] Successfully built 2312d6dcb888 [2021-07-27T19:24:07.056Z] Successfully tagged security-bootstrapper-arm64:latest [2021-07-27T19:24:07.056Z]  Building security-bootstrapper ... done Building core-data [2021-07-27T19:24:07.666Z] Collecting websocket-client<1.0,>=0.32.0 [2021-07-27T19:24:07.666Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-07-27T19:24:07.944Z] Collecting jsonschema<3,>=2.5.1 [2021-07-27T19:24:07.944Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-07-27T19:24:08.554Z] Collecting docker-pycreds>=0.4.0 [2021-07-27T19:24:08.554Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-07-27T19:24:09.155Z] Collecting certifi>=2017.4.17 [2021-07-27T19:24:09.155Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-07-27T19:24:09.429Z] Collecting idna<2.8,>=2.5 [2021-07-27T19:24:09.429Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-07-27T19:24:10.031Z] Collecting urllib3<1.25,>=1.21.1 [2021-07-27T19:24:10.031Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-07-27T19:24:10.310Z] Collecting chardet<3.1.0,>=3.0.2 [2021-07-27T19:24:10.310Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-07-27T19:24:10.599Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-07-27T19:24:10.599Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-07-27T19:24:10.599Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-07-27T19:24:10.599Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-07-27T19:24:12.056Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-07-27T19:24:12.056Z] Attempting uninstall: urllib3 [2021-07-27T19:24:12.056Z] Found existing installation: urllib3 1.26.2 [2021-07-27T19:24:12.056Z] Uninstalling urllib3-1.26.2: [2021-07-27T19:24:12.056Z] Successfully uninstalled urllib3-1.26.2 [2021-07-27T19:24:12.336Z] Attempting uninstall: idna [2021-07-27T19:24:12.336Z] Found existing installation: idna 3.1 [2021-07-27T19:24:12.336Z] Uninstalling idna-3.1: [2021-07-27T19:24:12.616Z] Successfully uninstalled idna-3.1 [2021-07-27T19:24:13.226Z] Attempting uninstall: chardet [2021-07-27T19:24:13.226Z] Found existing installation: chardet 4.0.0 [2021-07-27T19:24:13.226Z] Uninstalling chardet-4.0.0: [2021-07-27T19:24:13.506Z] Successfully uninstalled chardet-4.0.0 [2021-07-27T19:24:13.506Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:24:13.506Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:24:13.506Z] ---> ce9205915eb7 [2021-07-27T19:24:13.506Z] Step 3/22 : WORKDIR /edgex-go [2021-07-27T19:24:13.506Z] ---> Using cache [2021-07-27T19:24:13.506Z] ---> 333b226d086a [2021-07-27T19:24:13.506Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:24:13.506Z] ---> Using cache [2021-07-27T19:24:13.506Z] ---> 8e982b8bf9d1 [2021-07-27T19:24:13.506Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-07-27T19:24:13.506Z] ---> Using cache [2021-07-27T19:24:13.506Z] ---> 75a6a5916b3a [2021-07-27T19:24:13.506Z] Step 6/22 : COPY go.mod . [2021-07-27T19:24:13.506Z] ---> Using cache [2021-07-27T19:24:13.506Z] ---> cda56e281908 [2021-07-27T19:24:13.506Z] Step 7/22 : RUN go mod download [2021-07-27T19:24:13.506Z] ---> Using cache [2021-07-27T19:24:13.506Z] ---> 1a644c2e4f65 [2021-07-27T19:24:13.793Z] Step 8/22 : COPY . . [2021-07-27T19:24:13.793Z] ---> Using cache [2021-07-27T19:24:13.793Z] ---> 7a11487918fe [2021-07-27T19:24:13.793Z] Step 9/22 : RUN go mod tidy [2021-07-27T19:24:13.793Z] ---> Using cache [2021-07-27T19:24:13.793Z] ---> 74e1e73227e6 [2021-07-27T19:24:13.793Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-07-27T19:24:14.811Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:24:14.811Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:24:14.811Z] ---> ce9205915eb7 [2021-07-27T19:24:14.811Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T19:24:14.811Z] ---> Using cache [2021-07-27T19:24:14.811Z] ---> 333b226d086a [2021-07-27T19:24:14.811Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:24:14.811Z] ---> Using cache [2021-07-27T19:24:14.811Z] ---> 8e982b8bf9d1 [2021-07-27T19:24:14.811Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-27T19:24:14.811Z] ---> Using cache [2021-07-27T19:24:14.811Z] ---> 75a6a5916b3a [2021-07-27T19:24:14.811Z] Step 6/24 : COPY go.mod . [2021-07-27T19:24:14.811Z] ---> Using cache [2021-07-27T19:24:14.811Z] ---> cda56e281908 [2021-07-27T19:24:14.811Z] Step 7/24 : RUN go mod download [2021-07-27T19:24:14.811Z] ---> Using cache [2021-07-27T19:24:14.811Z] ---> 1a644c2e4f65 [2021-07-27T19:24:14.811Z] Step 8/24 : COPY . . [2021-07-27T19:24:14.811Z] ---> Using cache [2021-07-27T19:24:14.811Z] ---> 7a11487918fe [2021-07-27T19:24:14.811Z] Step 9/24 : RUN go mod tidy [2021-07-27T19:24:14.811Z] ---> Using cache [2021-07-27T19:24:14.811Z] ---> 74e1e73227e6 [2021-07-27T19:24:14.811Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-07-27T19:24:17.454Z] Attempting uninstall: requests [2021-07-27T19:24:17.454Z] Found existing installation: requests 2.25.1 [2021-07-27T19:24:17.454Z] Uninstalling requests-2.25.1: [2021-07-27T19:24:17.454Z] ---> Running in 43ee5f6f3d8a [2021-07-27T19:24:17.454Z] ---> Running in 4f4a46faf03e [2021-07-27T19:24:17.735Z] Successfully uninstalled requests-2.25.1 [2021-07-27T19:24:18.014Z] Running setup.py install for texttable: started [2021-07-27T19:24:19.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-07-27T19:24:19.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-07-27T19:24:20.360Z] Running setup.py install for texttable: finished with status 'done' [2021-07-27T19:24:20.643Z] Running setup.py install for PyYAML: started [2021-07-27T19:24:23.302Z] Running setup.py install for PyYAML: finished with status 'done' [2021-07-27T19:24:23.921Z] Running setup.py install for docopt: started [2021-07-27T19:24:26.578Z] Running setup.py install for docopt: finished with status 'done' [2021-07-27T19:24:26.578Z] Running setup.py install for dockerpty: started [2021-07-27T19:24:29.238Z] Running setup.py install for dockerpty: finished with status 'done' [2021-07-27T19:24:31.253Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:24:31.253Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:24:31.253Z] ---> ce9205915eb7 [2021-07-27T19:24:31.253Z] Step 3/23 : WORKDIR /edgex-go [2021-07-27T19:24:31.253Z] ---> Using cache [2021-07-27T19:24:31.253Z] ---> 333b226d086a [2021-07-27T19:24:31.253Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:24:31.253Z] ---> Using cache [2021-07-27T19:24:31.253Z] ---> 8e982b8bf9d1 [2021-07-27T19:24:31.253Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-07-27T19:24:31.253Z] ---> Using cache [2021-07-27T19:24:31.253Z] ---> 75a6a5916b3a [2021-07-27T19:24:31.253Z] Step 6/23 : COPY go.mod . [2021-07-27T19:24:31.253Z] ---> Using cache [2021-07-27T19:24:31.253Z] ---> cda56e281908 [2021-07-27T19:24:31.253Z] Step 7/23 : RUN go mod download [2021-07-27T19:24:31.253Z] ---> Using cache [2021-07-27T19:24:31.253Z] ---> 1a644c2e4f65 [2021-07-27T19:24:31.253Z] Step 8/23 : COPY . . [2021-07-27T19:24:31.253Z] ---> Using cache [2021-07-27T19:24:31.253Z] ---> 7a11487918fe [2021-07-27T19:24:31.253Z] Step 9/23 : RUN go mod tidy [2021-07-27T19:24:31.253Z] ---> Using cache [2021-07-27T19:24:31.253Z] ---> 74e1e73227e6 [2021-07-27T19:24:31.253Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-07-27T19:24:31.557Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-07-27T19:24:34.228Z] ---> Running in 190a7a23cf5a [2021-07-27T19:24:36.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-07-27T19:24:43.709Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T19:24:43.709Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T19:24:43.709Z] ---> ce9205915eb7 [2021-07-27T19:24:43.709Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T19:24:43.709Z] ---> Using cache [2021-07-27T19:24:43.709Z] ---> 333b226d086a [2021-07-27T19:24:43.709Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:24:43.709Z] ---> Using cache [2021-07-27T19:24:43.709Z] ---> 8e982b8bf9d1 [2021-07-27T19:24:43.709Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-07-27T19:24:44.323Z] ---> Running in 4e2ded1ac36b [2021-07-27T19:24:47.755Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T19:24:48.363Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T19:24:49.361Z] Removing intermediate container fccac7a63a04 [2021-07-27T19:24:49.361Z] ---> 424ad9573aa8 [2021-07-27T19:24:49.361Z] Step 15/24 : ENV APP_PORT=58890 [2021-07-27T19:24:49.639Z] OK: 218 MiB in 52 packages [2021-07-27T19:24:49.913Z] ---> Running in 8527b729473c [2021-07-27T19:24:50.928Z] Removing intermediate container 8527b729473c [2021-07-27T19:24:50.928Z] ---> c003167ad5f5 [2021-07-27T19:24:50.928Z] Step 16/24 : EXPOSE $APP_PORT [2021-07-27T19:24:51.214Z] ---> Running in 7e7e3d73ead4 [2021-07-27T19:24:51.822Z] Removing intermediate container 4e2ded1ac36b [2021-07-27T19:24:51.822Z] ---> 10f1109d6180 [2021-07-27T19:24:51.822Z] Step 6/24 : COPY go.mod . [2021-07-27T19:24:52.107Z] Removing intermediate container 7e7e3d73ead4 [2021-07-27T19:24:52.107Z] ---> 787501703f3a [2021-07-27T19:24:52.107Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-07-27T19:24:53.564Z] ---> ca11014951a1 [2021-07-27T19:24:53.564Z] Step 7/24 : RUN go mod download [2021-07-27T19:24:53.841Z] ---> Running in b3f32b78c874 [2021-07-27T19:24:54.457Z] ---> 26070dece397 [2021-07-27T19:24:54.457Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-07-27T19:24:55.918Z] ---> 68352f843caf [2021-07-27T19:24:55.918Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-07-27T19:24:57.368Z] ---> d2d12e97d3c3 [2021-07-27T19:24:57.369Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-07-27T19:24:57.647Z] ---> Running in 2379a702d323 [2021-07-27T19:24:58.255Z] Removing intermediate container 2379a702d323 [2021-07-27T19:24:58.255Z] ---> 61e67309a28a [2021-07-27T19:24:58.255Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T19:24:58.537Z] ---> Running in 96ed53d5ad58 [2021-07-27T19:24:59.146Z] Removing intermediate container 96ed53d5ad58 [2021-07-27T19:24:59.146Z] ---> 13749fb834bb [2021-07-27T19:24:59.146Z] Step 22/24 : LABEL arch=arm64 [2021-07-27T19:24:59.427Z] ---> Running in 21e9aa7c8836 [2021-07-27T19:25:00.436Z] Removing intermediate container 21e9aa7c8836 [2021-07-27T19:25:00.436Z] ---> a5bba8e9b29e [2021-07-27T19:25:00.436Z] Step 23/24 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:25:00.718Z] ---> Running in c3e39ae9d591 [2021-07-27T19:25:00.995Z] Removing intermediate container b3f32b78c874 [2021-07-27T19:25:00.995Z] ---> 74dbdd35a36a [2021-07-27T19:25:00.995Z] Step 8/24 : COPY . . [2021-07-27T19:25:01.608Z] Removing intermediate container c3e39ae9d591 [2021-07-27T19:25:01.608Z] ---> 3277205698dc [2021-07-27T19:25:01.608Z] Step 24/24 : LABEL version=0.0.0 [2021-07-27T19:25:01.889Z] ---> Running in ab404d8d4554 [2021-07-27T19:25:03.346Z] Removing intermediate container ab404d8d4554 [2021-07-27T19:25:03.346Z] ---> 81cdbd501fd4 [2021-07-27T19:25:03.346Z] [2021-07-27T19:25:04.340Z] Successfully built 81cdbd501fd4 [2021-07-27T19:25:04.340Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-07-27T19:25:19.510Z]  Building sys-mgmt-agent ... done  ---> 377a87f4c639 [2021-07-27T19:25:19.510Z] Step 9/24 : RUN go mod tidy [2021-07-27T19:25:19.784Z] ---> Running in 9566b077d00e [2021-07-27T19:25:26.551Z] Removing intermediate container 9566b077d00e [2021-07-27T19:25:26.551Z] ---> a9711c05cde4 [2021-07-27T19:25:26.551Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-07-27T19:25:26.551Z] ---> Running in 0192835f97ca [2021-07-27T19:25:28.537Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-07-27T19:25:55.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-07-27T19:26:10.458Z] Removing intermediate container 4f4a46faf03e [2021-07-27T19:26:10.458Z] ---> 5691d56f48a6 [2021-07-27T19:26:10.458Z] [2021-07-27T19:26:10.458Z] Step 11/22 : FROM alpine:3.12 [2021-07-27T19:26:10.458Z] ---> c4fd0aeabfcf [2021-07-27T19:26:10.458Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-07-27T19:26:10.458Z] Removing intermediate container 43ee5f6f3d8a [2021-07-27T19:26:10.458Z] ---> 16e424f8f1a2 [2021-07-27T19:26:10.458Z] [2021-07-27T19:26:10.458Z] Step 11/24 : FROM alpine:3.12 [2021-07-27T19:26:10.458Z] ---> c4fd0aeabfcf [2021-07-27T19:26:10.458Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-27T19:26:10.458Z] ---> Using cache [2021-07-27T19:26:10.458Z] ---> 97ea1089f403 [2021-07-27T19:26:10.458Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T19:26:10.458Z] ---> Using cache [2021-07-27T19:26:10.458Z] ---> 6ee73a18dbb3 [2021-07-27T19:26:10.458Z] Step 14/24 : ENV APP_PORT=59881 [2021-07-27T19:26:10.458Z] ---> Running in 17779a643431 [2021-07-27T19:26:10.739Z] ---> Running in 28708d4415e7 [2021-07-27T19:26:12.733Z] Removing intermediate container 28708d4415e7 [2021-07-27T19:26:12.733Z] ---> 26f5b3c84cb4 [2021-07-27T19:26:12.733Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-27T19:26:12.733Z] ---> Running in 68c0e7dcbcf0 [2021-07-27T19:26:13.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-27T19:26:13.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-27T19:26:13.892Z] (1/4) Installing ca-certificates (20191127-r4) [2021-07-27T19:26:13.892Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-07-27T19:26:13.892Z] (3/4) Installing libcurl (7.78.0-r0) [2021-07-27T19:26:13.892Z] (4/4) Installing curl (7.78.0-r0) [2021-07-27T19:26:13.892Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T19:26:13.892Z] Executing ca-certificates-20191127-r4.trigger [2021-07-27T19:26:14.190Z] OK: 7 MiB in 18 packages [2021-07-27T19:26:14.190Z] Removing intermediate container 68c0e7dcbcf0 [2021-07-27T19:26:14.190Z] ---> db5102a15ade [2021-07-27T19:26:14.190Z] Step 16/24 : WORKDIR / [2021-07-27T19:26:14.809Z] ---> Running in f30c691d52fb [2021-07-27T19:26:15.416Z] Removing intermediate container 190a7a23cf5a [2021-07-27T19:26:15.416Z] ---> 925b9e3ab963 [2021-07-27T19:26:15.416Z] [2021-07-27T19:26:15.416Z] Step 11/23 : FROM alpine:3.12 [2021-07-27T19:26:15.416Z] ---> c4fd0aeabfcf [2021-07-27T19:26:15.416Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-07-27T19:26:15.416Z] ---> Using cache [2021-07-27T19:26:15.416Z] ---> 97ea1089f403 [2021-07-27T19:26:15.416Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T19:26:15.416Z] ---> Using cache [2021-07-27T19:26:15.416Z] ---> 6ee73a18dbb3 [2021-07-27T19:26:15.416Z] Step 14/23 : ENV APP_PORT=59861 [2021-07-27T19:26:15.697Z] ---> Running in ca4cc0a8a1c8 [2021-07-27T19:26:15.975Z] Removing intermediate container f30c691d52fb [2021-07-27T19:26:15.975Z] ---> 431ee9b38c06 [2021-07-27T19:26:15.975Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T19:26:16.962Z] Removing intermediate container ca4cc0a8a1c8 [2021-07-27T19:26:16.963Z] ---> 613d5428a7fa [2021-07-27T19:26:16.963Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-27T19:26:16.963Z] ---> Running in 6b1882c26f99 [2021-07-27T19:26:17.237Z] Removing intermediate container 17779a643431 [2021-07-27T19:26:17.237Z] ---> 4db93b598c08 [2021-07-27T19:26:17.237Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-27T19:26:17.514Z] ---> Running in 359c88f14561 [2021-07-27T19:26:17.793Z] ---> 80e5515a57f3 [2021-07-27T19:26:17.793Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-07-27T19:26:18.074Z] Removing intermediate container 6b1882c26f99 [2021-07-27T19:26:18.074Z] ---> 6e34706eab44 [2021-07-27T19:26:18.074Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T19:26:18.353Z] Removing intermediate container 359c88f14561 [2021-07-27T19:26:18.353Z] ---> 9b4ca25acbf4 [2021-07-27T19:26:18.353Z] Step 14/22 : WORKDIR /edgex [2021-07-27T19:26:18.633Z] ---> Running in c7361560c9a3 [2021-07-27T19:26:20.078Z] Removing intermediate container c7361560c9a3 [2021-07-27T19:26:20.078Z] ---> 7e0d44eed748 [2021-07-27T19:26:20.078Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-07-27T19:26:20.078Z] ---> f0dfdc1acf85 [2021-07-27T19:26:20.078Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-07-27T19:26:20.358Z] ---> d19b09c5666d [2021-07-27T19:26:20.358Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-07-27T19:26:21.805Z] ---> 268daa72a4ab [2021-07-27T19:26:21.805Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-07-27T19:26:22.083Z] ---> c05c8bf0d11e [2021-07-27T19:26:22.083Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-07-27T19:26:22.367Z] ---> Running in cf607b65717e [2021-07-27T19:26:23.356Z] ---> 5025d1d08efa [2021-07-27T19:26:23.356Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-07-27T19:26:23.633Z] Removing intermediate container cf607b65717e [2021-07-27T19:26:23.633Z] ---> 762528dd227e [2021-07-27T19:26:23.633Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T19:26:23.912Z] ---> Running in 7c2c99a4864d [2021-07-27T19:26:24.912Z] ---> a3a2dfe8858f [2021-07-27T19:26:24.912Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-07-27T19:26:24.912Z] Removing intermediate container 7c2c99a4864d [2021-07-27T19:26:24.912Z] ---> 12875976d74c [2021-07-27T19:26:24.912Z] Step 22/24 : LABEL arch=arm64 [2021-07-27T19:26:25.193Z] ---> d1cb1910e4e2 [2021-07-27T19:26:25.193Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-07-27T19:26:25.468Z] ---> Running in 2e4777ded0e2 [2021-07-27T19:26:25.745Z] ---> Running in abc296bfec73 [2021-07-27T19:26:26.351Z] Removing intermediate container 2e4777ded0e2 [2021-07-27T19:26:26.351Z] ---> ebe1f30e97a7 [2021-07-27T19:26:26.351Z] Step 23/24 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:26:26.958Z] ---> Running in a4e3aeea200e [2021-07-27T19:26:27.242Z] Removing intermediate container abc296bfec73 [2021-07-27T19:26:27.242Z] ---> 483eafc1d2a2 [2021-07-27T19:26:27.242Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T19:26:27.242Z] ---> 14562de6df31 [2021-07-27T19:26:27.242Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-07-27T19:26:27.513Z] ---> Running in e2ccabf5b4a0 [2021-07-27T19:26:27.513Z] ---> Running in 3c18e4e45574 [2021-07-27T19:26:27.792Z] Removing intermediate container a4e3aeea200e [2021-07-27T19:26:27.792Z] ---> 893c38c516d8 [2021-07-27T19:26:27.792Z] Step 24/24 : LABEL version=0.0.0 [2021-07-27T19:26:28.071Z] ---> Running in 8602392277ba [2021-07-27T19:26:28.344Z] Removing intermediate container 3c18e4e45574 [2021-07-27T19:26:28.345Z] ---> ba7755fd51e3 [2021-07-27T19:26:28.345Z] Step 19/22 : CMD ["--init=true"] [2021-07-27T19:26:28.345Z] Removing intermediate container e2ccabf5b4a0 [2021-07-27T19:26:28.345Z] ---> d68c213866ca [2021-07-27T19:26:28.618Z] Step 21/23 : LABEL arch=arm64 [2021-07-27T19:26:28.618Z] ---> Running in 61135ec5a9cd [2021-07-27T19:26:28.618Z] ---> Running in 6edb6726a910 [2021-07-27T19:26:29.215Z] Removing intermediate container 8602392277ba [2021-07-27T19:26:29.215Z] ---> 817a7c8dcb51 [2021-07-27T19:26:29.215Z] [2021-07-27T19:26:29.513Z] Removing intermediate container 61135ec5a9cd [2021-07-27T19:26:29.513Z] ---> 14e24614ccf1 [2021-07-27T19:26:29.513Z] Step 20/22 : LABEL arch=arm64 [2021-07-27T19:26:29.513Z] Successfully built 817a7c8dcb51 [2021-07-27T19:26:29.513Z] Successfully tagged core-metadata-arm64:latest [2021-07-27T19:26:29.787Z]  Building core-metadata ... done Removing intermediate container 6edb6726a910 [2021-07-27T19:26:29.787Z] ---> 8bebe1c63786 [2021-07-27T19:26:29.787Z] Step 22/23 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:26:29.787Z] ---> Running in 9cd5858b6b5a [2021-07-27T19:26:30.062Z] ---> Running in bc2696656239 [2021-07-27T19:26:30.337Z] Removing intermediate container 9cd5858b6b5a [2021-07-27T19:26:30.337Z] ---> 73b7d7504e54 [2021-07-27T19:26:30.337Z] Step 21/22 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:26:31.322Z] ---> Running in 5472097390c8 [2021-07-27T19:26:31.322Z] Removing intermediate container bc2696656239 [2021-07-27T19:26:31.322Z] ---> 2a8edee62c01 [2021-07-27T19:26:31.322Z] Step 23/23 : LABEL version=0.0.0 [2021-07-27T19:26:31.601Z] ---> Running in ce35c0464ec3 [2021-07-27T19:26:31.884Z] Removing intermediate container 5472097390c8 [2021-07-27T19:26:31.884Z] ---> a3d5f93bc996 [2021-07-27T19:26:31.884Z] Step 22/22 : LABEL version=0.0.0 [2021-07-27T19:26:31.884Z] ---> Running in a49315096f08 [2021-07-27T19:26:32.157Z] Removing intermediate container ce35c0464ec3 [2021-07-27T19:26:32.157Z] ---> fc479c66e58b [2021-07-27T19:26:32.157Z] [2021-07-27T19:26:32.755Z] Successfully built fc479c66e58b [2021-07-27T19:26:32.755Z] Successfully tagged support-scheduler-arm64:latest [2021-07-27T19:26:32.755Z]  Building support-scheduler ... done Removing intermediate container a49315096f08 [2021-07-27T19:26:32.755Z] ---> ac200365926c [2021-07-27T19:26:32.755Z] [2021-07-27T19:26:33.026Z] Successfully built ac200365926c [2021-07-27T19:26:33.026Z] Successfully tagged security-proxy-setup-arm64:latest [2021-07-27T19:26:41.300Z]  Building security-proxy-setup ... done Removing intermediate container 0192835f97ca [2021-07-27T19:26:41.300Z] ---> fd4100019fd6 [2021-07-27T19:26:41.300Z] [2021-07-27T19:26:41.300Z] Step 11/24 : FROM alpine:3.12 [2021-07-27T19:26:41.300Z] ---> c4fd0aeabfcf [2021-07-27T19:26:41.300Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-07-27T19:26:41.300Z] ---> Running in 969e0669d0f8 [2021-07-27T19:26:41.571Z] Removing intermediate container 969e0669d0f8 [2021-07-27T19:26:41.571Z] ---> b20d3daec8e6 [2021-07-27T19:26:41.571Z] Step 13/24 : ENV APP_PORT=59880 [2021-07-27T19:26:41.843Z] ---> Running in 1302c49fa11d [2021-07-27T19:26:42.438Z] Removing intermediate container 1302c49fa11d [2021-07-27T19:26:42.438Z] ---> d5f66faeed3c [2021-07-27T19:26:42.438Z] Step 14/24 : EXPOSE $APP_PORT [2021-07-27T19:26:42.438Z] ---> Running in 43e3cf2077ed [2021-07-27T19:26:43.038Z] Removing intermediate container 43e3cf2077ed [2021-07-27T19:26:43.038Z] ---> c931eba2dfb1 [2021-07-27T19:26:43.038Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T19:26:43.038Z] ---> Running in c2876e724054 [2021-07-27T19:26:45.658Z] Removing intermediate container c2876e724054 [2021-07-27T19:26:45.658Z] ---> c98c93357763 [2021-07-27T19:26:45.658Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-07-27T19:26:45.658Z] ---> Running in da603b8dbf8a [2021-07-27T19:26:47.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-27T19:26:47.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-27T19:26:48.320Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-07-27T19:26:48.320Z] (2/6) Installing libgcc (9.3.0-r2) [2021-07-27T19:26:48.320Z] (3/6) Installing libsodium (1.0.18-r0) [2021-07-27T19:26:48.595Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-07-27T19:26:48.595Z] (5/6) Installing libzmq (4.3.3-r0) [2021-07-27T19:26:48.865Z] (6/6) Installing zeromq (4.3.3-r0) [2021-07-27T19:26:48.865Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T19:26:48.865Z] OK: 8 MiB in 20 packages [2021-07-27T19:26:50.295Z] Removing intermediate container da603b8dbf8a [2021-07-27T19:26:50.295Z] ---> 7202150d56a9 [2021-07-27T19:26:50.295Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T19:26:51.268Z] ---> a0cb6d11cb27 [2021-07-27T19:26:51.269Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-07-27T19:26:52.703Z] ---> cbd354177ee0 [2021-07-27T19:26:52.703Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-07-27T19:26:53.299Z] ---> b8c6ea38c9b9 [2021-07-27T19:26:53.299Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-07-27T19:26:53.571Z] ---> Running in 305c1142aa9f [2021-07-27T19:26:53.844Z] Removing intermediate container 305c1142aa9f [2021-07-27T19:26:53.844Z] ---> 2b5a0e10ca1b [2021-07-27T19:26:53.844Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T19:26:54.116Z] ---> Running in a2f7c5f9816d [2021-07-27T19:26:54.709Z] Removing intermediate container a2f7c5f9816d [2021-07-27T19:26:54.709Z] ---> daa2ae8902b2 [2021-07-27T19:26:54.709Z] Step 22/24 : LABEL arch=arm64 [2021-07-27T19:26:54.709Z] ---> Running in 6b52ab9fa017 [2021-07-27T19:26:55.303Z] Removing intermediate container 6b52ab9fa017 [2021-07-27T19:26:55.303Z] ---> a37175a0a6ce [2021-07-27T19:26:55.303Z] Step 23/24 : LABEL git_sha=4137808c584998e274acfe64df48357b943c8a9e [2021-07-27T19:26:55.303Z] ---> Running in 4ffbb1aa3919 [2021-07-27T19:26:55.897Z] Removing intermediate container 4ffbb1aa3919 [2021-07-27T19:26:55.897Z] ---> 9fad7bd21743 [2021-07-27T19:26:55.897Z] Step 24/24 : LABEL version=0.0.0 [2021-07-27T19:26:56.171Z] ---> Running in 971232733c3c [2021-07-27T19:26:56.765Z] Removing intermediate container 971232733c3c [2021-07-27T19:26:56.765Z] ---> 34cf12fd1680 [2021-07-27T19:26:56.765Z] [2021-07-27T19:26:57.037Z] Successfully built 34cf12fd1680 [2021-07-27T19:26:57.037Z] Successfully tagged core-data-arm64:latest [2021-07-27T19:26:57.326Z]  Building core-data ... done  [Pipeline] } [2021-07-27T19:26:57.331Z] $ docker stop --time=1 87dd44fdb8fa53d6c82bf7cf9c2334012711ecc50cb80e9aa736fae009e55a32 [2021-07-27T19:26:59.193Z] $ docker rm -f 87dd44fdb8fa53d6c82bf7cf9c2334012711ecc50cb80e9aa736fae009e55a32 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-27T19:26:59.841Z] + docker images [2021-07-27T19:27:00.113Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-27T19:27:00.113Z] core-data-arm64 latest 34cf12fd1680 3 seconds ago 19.3MB [2021-07-27T19:27:00.113Z] fd4100019fd6 20 seconds ago 1.57GB [2021-07-27T19:27:00.113Z] security-proxy-setup-arm64 latest ac200365926c 27 seconds ago 24.5MB [2021-07-27T19:27:00.113Z] support-scheduler-arm64 latest fc479c66e58b 28 seconds ago 15.2MB [2021-07-27T19:27:00.113Z] core-metadata-arm64 latest 817a7c8dcb51 31 seconds ago 15.8MB [2021-07-27T19:27:00.113Z] 925b9e3ab963 45 seconds ago 1.56GB [2021-07-27T19:27:00.113Z] 16e424f8f1a2 50 seconds ago 1.56GB [2021-07-27T19:27:00.113Z] 5691d56f48a6 51 seconds ago 1.57GB [2021-07-27T19:27:00.113Z] sys-mgmt-agent-arm64 latest 81cdbd501fd4 About a minute ago 311MB [2021-07-27T19:27:00.113Z] security-bootstrapper-arm64 latest 2312d6dcb888 2 minutes ago 17.7MB [2021-07-27T19:27:00.113Z] security-secretstore-setup-arm64 latest 5e8e181e7ce0 3 minutes ago 27.4MB [2021-07-27T19:27:00.113Z] support-notifications-arm64 latest 910138e78c01 3 minutes ago 15.9MB [2021-07-27T19:27:00.113Z] core-command-arm64 latest b96534cfa461 3 minutes ago 15.1MB [2021-07-27T19:27:00.113Z] 34105da14045 3 minutes ago 1.56GB [2021-07-27T19:27:00.113Z] 72ce55069a3c 3 minutes ago 1.57GB [2021-07-27T19:27:00.113Z] 2d0788efeb6b 3 minutes ago 1.56GB [2021-07-27T19:27:00.113Z] 2f824c6f7324 3 minutes ago 1.56GB [2021-07-27T19:27:00.113Z] e5e4e714bde1 3 minutes ago 1.56GB [2021-07-27T19:27:00.113Z] ci-base-image-arm64 latest ce9205915eb7 14 minutes ago 1.23GB [2021-07-27T19:27:00.113Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine d9e956139c92 12 days ago 451MB [2021-07-27T19:27:00.113Z] alpine 3.12 c4fd0aeabfcf 5 weeks ago 5.32MB [2021-07-27T19:27:00.113Z] docker 20.10.6 cdf2a7733a7b 3 months ago 234MB [2021-07-27T19:27:00.113Z] 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-07-27T19:27:01.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-27T19:27:01.388Z] [2021-07-27T19:27:01.388Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:27:01.787Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-27T19:27:02.059Z] arm64: Pulling from edgex-lftools-log-publisher [2021-07-27T19:27:02.059Z] 448f6bf000e3: Pulling fs layer [2021-07-27T19:27:02.059Z] f757da607395: Pulling fs layer [2021-07-27T19:27:02.059Z] 05883995daec: Pulling fs layer [2021-07-27T19:27:02.059Z] 8603b9c90790: Pulling fs layer [2021-07-27T19:27:02.329Z] 1560dd03e051: Pulling fs layer [2021-07-27T19:27:02.329Z] 27f5ce0e4adf: Pulling fs layer [2021-07-27T19:27:02.329Z] c2d8d7efcc4b: Pulling fs layer [2021-07-27T19:27:02.329Z] 27f5ce0e4adf: Waiting [2021-07-27T19:27:02.329Z] c2d8d7efcc4b: Waiting [2021-07-27T19:27:02.329Z] 8603b9c90790: Waiting [2021-07-27T19:27:02.329Z] 1560dd03e051: Waiting [2021-07-27T19:27:02.329Z] f757da607395: Verifying Checksum [2021-07-27T19:27:02.329Z] f757da607395: Download complete [2021-07-27T19:27:02.605Z] 8603b9c90790: Verifying Checksum [2021-07-27T19:27:02.605Z] 8603b9c90790: Download complete [2021-07-27T19:27:02.879Z] 1560dd03e051: Verifying Checksum [2021-07-27T19:27:02.879Z] 1560dd03e051: Download complete [2021-07-27T19:27:02.879Z] 27f5ce0e4adf: Verifying Checksum [2021-07-27T19:27:02.879Z] 27f5ce0e4adf: Download complete [2021-07-27T19:27:02.879Z] 05883995daec: Verifying Checksum [2021-07-27T19:27:02.879Z] 05883995daec: Download complete [2021-07-27T19:27:03.855Z] 448f6bf000e3: Verifying Checksum [2021-07-27T19:27:03.855Z] 448f6bf000e3: Download complete [2021-07-27T19:27:07.247Z] c2d8d7efcc4b: Verifying Checksum [2021-07-27T19:27:07.247Z] c2d8d7efcc4b: Download complete [2021-07-27T19:27:07.247Z] 448f6bf000e3: Pull complete [2021-07-27T19:27:08.222Z] f757da607395: Pull complete [2021-07-27T19:27:09.653Z] 05883995daec: Pull complete [2021-07-27T19:27:09.927Z] 8603b9c90790: Pull complete [2021-07-27T19:27:10.908Z] 1560dd03e051: Pull complete [2021-07-27T19:27:11.181Z] 27f5ce0e4adf: Pull complete [2021-07-27T19:27:26.259Z] c2d8d7efcc4b: Pull complete [2021-07-27T19:27:26.259Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-07-27T19:27:26.259Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-27T19:27:26.259Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-07-27T19:27:26.578Z] prd-ubuntu18.04-docker-arm64-4c-16g-292 does not seem to be running inside a container [2021-07-27T19:27:26.670Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-07-27T19:27:30.695Z] $ docker top 7c6353b4726964dc3e108bcd68672c1a3c16003c21f86e32d846050aef05b972 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-27T19:27:31.862Z] ---> job-cost.sh [2021-07-27T19:27:31.862Z] lf-activate-venv: SKIPPING [2021-07-27T19:27:31.862Z] INFO: No Stack... [2021-07-27T19:27:32.850Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-27T19:27:33.452Z] INFO: Archiving Costs [Pipeline] sh [2021-07-27T19:27:34.207Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2021-07-27T19:27:34.208Z] + cut -d, -f6 [Pipeline] lock [2021-07-27T19:27:34.305Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3636-1-stack-cost] [2021-07-27T19:27:34.311Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3636-1-stack-cost] did not exist. Created. [2021-07-27T19:27:34.311Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3636-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-27T19:27:35.111Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-27T19:27:35.326Z] Stashed 1 file(s) [Pipeline] } [2021-07-27T19:27:35.350Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3636-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-27T19:27:35.408Z] $ docker stop --time=1 7c6353b4726964dc3e108bcd68672c1a3c16003c21f86e32d846050aef05b972 [2021-07-27T19:27:37.065Z] $ docker rm -f 7c6353b4726964dc3e108bcd68672c1a3c16003c21f86e32d846050aef05b972 [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-07-27T19:27:38.684Z] provisioning config files... [2021-07-27T19:27:38.697Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7889736673327459705tmp [Pipeline] { [Pipeline] sh [2021-07-27T19:27:39.065Z] + set +x [2021-07-27T19:27:39.065Z] + curl -s https://codecov.io/bash [2021-07-27T19:27:39.065Z] + bash -s -- [2021-07-27T19:27:39.333Z] [2021-07-27T19:27:39.333Z] _____ _ [2021-07-27T19:27:39.333Z] / ____| | | [2021-07-27T19:27:39.333Z] | | ___ __| | ___ ___ _____ __ [2021-07-27T19:27:39.333Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-07-27T19:27:39.333Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-07-27T19:27:39.333Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-07-27T19:27:39.333Z] Bash-1.0.6 [2021-07-27T19:27:39.333Z] [2021-07-27T19:27:39.333Z] [2021-07-27T19:27:39.333Z] ==> git version 2.24.4 found [2021-07-27T19:27:39.333Z] ==> 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-07-27T19:27:39.333Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-07-27T19:27:39.333Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-07-27T19:27:39.333Z] ==> Jenkins CI detected. [2021-07-27T19:27:39.333Z] current dir:  /w/workspace/edgex-go/1 [2021-07-27T19:27:39.333Z] project root: . [2021-07-27T19:27:39.333Z] --> token set from env [2021-07-27T19:27:39.333Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-07-27T19:27:39.333Z] ==> Running gcov in . (disable via -X gcov) [2021-07-27T19:27:39.333Z] ==> Python coveragepy not found [2021-07-27T19:27:39.333Z] ==> Searching for coverage reports in: [2021-07-27T19:27:39.333Z] + . [2021-07-27T19:27:39.333Z] -> Found 1 reports [2021-07-27T19:27:39.333Z] ==> Detecting git/mercurial file structure [2021-07-27T19:27:39.333Z] ==> Reading reports [2021-07-27T19:27:39.333Z] + ./coverage.out bytes=402846 [2021-07-27T19:27:39.333Z] ==> Appending adjustments [2021-07-27T19:27:39.333Z] https://docs.codecov.io/docs/fixing-reports [2021-07-27T19:27:40.294Z] + Found adjustments [2021-07-27T19:27:40.295Z] ==> Gzipping contents [2021-07-27T19:27:40.295Z] 56K /tmp/codecov.XIMYkd.gz [2021-07-27T19:27:40.295Z] ==> Uploading reports [2021-07-27T19:27:40.295Z] url: https://codecov.io [2021-07-27T19:27:40.295Z] query: branch=PR-3636&commit=4137808c584998e274acfe64df48357b943c8a9e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3636%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3636&job=&cmd_args= [2021-07-27T19:27:40.295Z] -> Pinging Codecov [2021-07-27T19:27:40.295Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3636&commit=4137808c584998e274acfe64df48357b943c8a9e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3636%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3636&job=&cmd_args= [2021-07-27T19:27:40.876Z] -> Uploading to [2021-07-27T19:27:40.876Z] https://storage.googleapis.com/codecov/v4/raw/2021-07-27/00271124DB129430A58F1EEE437C3FCB/4137808c584998e274acfe64df48357b943c8a9e/46dd70f0-192c-43f0-aec7-302e2ed4c6a9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210727%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210727T192740Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c0dd873f0b70a7de9f8cd644b2b321c47e40428142b44e9c245f32dc2ca5cddb [2021-07-27T19:27:40.876Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-27T19:27:40.876Z] Dload Upload Total Spent Left Speed [2021-07-27T19:27:41.141Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54501 0 0 100 54501 0 125k --:--:-- --:--:-- --:--:-- 125k [2021-07-27T19:27:41.141Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4137808c584998e274acfe64df48357b943c8a9e [Pipeline] } [2021-07-27T19:27:41.202Z] 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] libraryResource [Pipeline] sh [2021-07-27T19:27:43.003Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-27T19:27:43.636Z] ---> package-listing.sh [2021-07-27T19:27:43.637Z] ++ facter osfamily [2021-07-27T19:27:43.637Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-27T19:27:43.903Z] + OS_FAMILY=redhat [2021-07-27T19:27:43.903Z] + workspace=/w/workspace/edgex-go/1 [2021-07-27T19:27:43.903Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-27T19:27:43.903Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-27T19:27:43.903Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-27T19:27:43.903Z] + PACKAGES=/tmp/packages_start.txt [2021-07-27T19:27:43.903Z] + '[' /w/workspace/edgex-go/1 ']' [2021-07-27T19:27:43.903Z] + PACKAGES=/tmp/packages_end.txt [2021-07-27T19:27:43.903Z] + case "${OS_FAMILY}" in [2021-07-27T19:27:43.903Z] + rpm -qa [2021-07-27T19:27:43.903Z] + sort [2021-07-27T19:27:45.844Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-27T19:27:45.844Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-27T19:27:45.844Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-27T19:27:45.844Z] + '[' /w/workspace/edgex-go/1 ']' [2021-07-27T19:27:45.844Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-07-27T19:27:45.844Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-07-27T19:27:45.894Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-07-27T19:27:46.233Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:27:46.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-27T19:27:46.858Z] [2021-07-27T19:27:46.858Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T19:27:47.218Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-27T19:27:47.218Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-27T19:27:47.218Z] b4d181a07f80: Pulling fs layer [2021-07-27T19:27:47.218Z] a1111a8f2ec3: Pulling fs layer [2021-07-27T19:27:47.218Z] ed53099fbce6: Pulling fs layer [2021-07-27T19:27:47.218Z] dc539afda2c1: Pulling fs layer [2021-07-27T19:27:47.218Z] 77bc0d833cb6: Pulling fs layer [2021-07-27T19:27:47.218Z] 9065ff56babe: Pulling fs layer [2021-07-27T19:27:47.218Z] d287ab97295c: Pulling fs layer [2021-07-27T19:27:47.218Z] 77bc0d833cb6: Waiting [2021-07-27T19:27:47.218Z] 9065ff56babe: Waiting [2021-07-27T19:27:47.218Z] d287ab97295c: Waiting [2021-07-27T19:27:47.218Z] dc539afda2c1: Waiting [2021-07-27T19:27:47.805Z] a1111a8f2ec3: Verifying Checksum [2021-07-27T19:27:47.805Z] a1111a8f2ec3: Download complete [2021-07-27T19:27:47.805Z] dc539afda2c1: Verifying Checksum [2021-07-27T19:27:47.805Z] dc539afda2c1: Download complete [2021-07-27T19:27:48.076Z] 77bc0d833cb6: Verifying Checksum [2021-07-27T19:27:48.077Z] 77bc0d833cb6: Download complete [2021-07-27T19:27:48.077Z] ed53099fbce6: Verifying Checksum [2021-07-27T19:27:48.077Z] ed53099fbce6: Download complete [2021-07-27T19:27:48.077Z] 9065ff56babe: Verifying Checksum [2021-07-27T19:27:48.077Z] 9065ff56babe: Download complete [2021-07-27T19:27:49.036Z] b4d181a07f80: Verifying Checksum [2021-07-27T19:27:49.036Z] b4d181a07f80: Download complete [2021-07-27T19:27:50.045Z] b4d181a07f80: Pull complete [2021-07-27T19:27:50.045Z] a1111a8f2ec3: Pull complete [2021-07-27T19:27:50.630Z] ed53099fbce6: Pull complete [2021-07-27T19:27:50.630Z] dc539afda2c1: Pull complete [2021-07-27T19:27:50.895Z] 77bc0d833cb6: Pull complete [2021-07-27T19:27:50.895Z] 9065ff56babe: Pull complete [2021-07-27T19:27:52.295Z] d287ab97295c: Verifying Checksum [2021-07-27T19:27:52.295Z] d287ab97295c: Download complete [2021-07-27T19:27:56.581Z] d287ab97295c: Pull complete [2021-07-27T19:27:56.581Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-27T19:27:56.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-27T19:27:56.581Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-27T19:27:56.709Z] prd-centos7-docker-4c-2g-291 does not seem to be running inside a container [2021-07-27T19:27:56.772Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-07-27T19:28:00.073Z] $ docker top d99ca6ef6d1d6b0c21fd4c9818b1847c4b748f71053e37176e7dd8072ac87739 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-27T19:28:00.528Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-27T19:28:00.875Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-07-27T19:28:01.232Z] + ls /var/log/sa-host [2021-07-27T19:28:01.232Z] + sadf -c /var/log/sa-host/sa05 [2021-07-27T19:28:01.232Z] file_magic: OK [2021-07-27T19:28:01.232Z] HZ: Using current value: 100 [2021-07-27T19:28:01.232Z] file_header: OK [2021-07-27T19:28:01.232Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-07-27T19:28:01.232Z] Statistics: [2021-07-27T19:28:01.232Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-27T19:28:01.232Z] File successfully converted to sysstat format version 12.0.3 [2021-07-27T19:28:01.232Z] + sadf -c /var/log/sa-host/sa27 [2021-07-27T19:28:01.232Z] file_magic: OK [2021-07-27T19:28:01.232Z] HZ: Using current value: 100 [2021-07-27T19:28:01.232Z] file_header: OK [2021-07-27T19:28:01.232Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-07-27T19:28:01.232Z] Statistics: [2021-07-27T19:28:01.232Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-27T19:28:01.232Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-27T19:28:01.561Z] provisioning config files... [2021-07-27T19:28:01.580Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6552418603061878925tmp [Pipeline] { [Pipeline] echo [2021-07-27T19:28:01.645Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-27T19:28:02.026Z] ---> create-netrc.sh [Pipeline] } [2021-07-27T19:28:02.069Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-27T19:28:02.536Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-27T19:28:02.577Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-27T19:28:02.943Z] ---> sudo-logs.sh [2021-07-27T19:28:02.943Z] Archiving 'sudo' log.. [2021-07-27T19:28:02.943Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-291.vexxhost.local: Name or service not known [2021-07-27T19:28:02.943Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-291.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-07-27T19:28:03.039Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-27T19:28:03.395Z] ---> job-cost.sh [2021-07-27T19:28:03.395Z] lf-activate-venv: SKIPPING [2021-07-27T19:28:03.395Z] DEBUG: total: 0.18000000715255737 [2021-07-27T19:28:03.395Z] INFO: Retrieving Stack Cost... [2021-07-27T19:28:04.487Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-27T19:28:04.888Z] INFO: Archiving Costs [Pipeline] echo [2021-07-27T19:28:04.928Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-27T19:28:05.282Z] ---> logs-deploy.sh [2021-07-27T19:28:05.282Z] lf-activate-venv: SKIPPING [2021-07-27T19:28:05.282Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3636/1 [2021-07-27T19:28:05.282Z] INFO: archiving workspace using pattern(s): [2021-07-27T19:28:05.868Z] Archives upload complete. [2021-07-27T19:28:06.134Z] INFO: archiving logs to Nexus