Pull request #3404 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3718f1804264b4d9eff5b8dceaa8090d27be1d0a+d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 (76a509636108f02c9b20473d9d193f9552d20c30) 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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-3404/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 > 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a 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-3404/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 > 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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/v1, 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go 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/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-2152’ is offline; ‘prd-centos7-docker-4c-2g-2156’ is offline Running on prd-centos7-docker-4c-2g-2158 in /w/workspace/edgexfoundry_edgex-go_PR-3404 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 3718f1804264b4d9eff5b8dceaa8090d27be1d0a Merge succeeded, producing 3718f1804264b4d9eff5b8dceaa8090d27be1d0a Checking out Revision 3718f1804264b4d9eff5b8dceaa8090d27be1d0a (PR-3404) > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:05:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:05:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:05:22 ========================================================= 06:05:22 EdgeX Global Pipelines Version Info 06:05:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:05:24 ------------------- 06:05:24 stable info: 06:05:24 ------------------- 06:05:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:05:24 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:05:24 Message: update stable to v1.0.186 06:05:25 ------------------- 06:05:25 experimental info: 06:05:25 ------------------- 06:05:25 Commited By: **** collab-it+edgex@linuxfoundation.org 06:05:25 Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f 06:05:25 Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:05:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:05:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:05:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:05:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:05:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:05:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:05:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:05:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:05:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:05:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3404 [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3404 [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3404 [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3718f1804264b4d9eff5b8dceaa8090d27be1d0a [Pipeline] echo 06:05:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3718f18 [Pipeline] echo 06:05:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:05:27 provisioning config files... 06:05:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4156858990030566969tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:05:27 ---> docker-login.sh 06:05:27 nexus3.edgexfoundry.org:10001 06:05:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:28 Configure a credential helper to remove this warning. See 06:05:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:28 06:05:28 Login Succeeded 06:05:28 nexus3.edgexfoundry.org:10002 06:05:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:28 Configure a credential helper to remove this warning. See 06:05:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:28 06:05:28 Login Succeeded 06:05:28 nexus3.edgexfoundry.org:10003 06:05:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:28 Configure a credential helper to remove this warning. See 06:05:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:28 06:05:28 Login Succeeded 06:05:28 nexus3.edgexfoundry.org:10004 06:05:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:28 Configure a credential helper to remove this warning. See 06:05:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:28 06:05:28 Login Succeeded 06:05:28 docker.io 06:05:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:29 Configure a credential helper to remove this warning. See 06:05:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:29 06:05:29 Login Succeeded 06:05:29 ---> docker-login.sh ends [Pipeline] } 06:05:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:05:29 ++ 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 06:05:29 + for file in '`ls cmd/**/Dockerfile`' 06:05:29 ++ dirname cmd/core-command/Dockerfile 06:05:29 ++ cut -d/ -f2 06:05:29 + echo core-command,cmd/core-command/Dockerfile 06:05:29 + for file in '`ls cmd/**/Dockerfile`' 06:05:29 ++ dirname cmd/core-data/Dockerfile 06:05:29 ++ cut -d/ -f2 06:05:29 + echo core-data,cmd/core-data/Dockerfile 06:05:29 + for file in '`ls cmd/**/Dockerfile`' 06:05:29 ++ dirname cmd/core-metadata/Dockerfile 06:05:29 ++ cut -d/ -f2 06:05:29 + echo core-metadata,cmd/core-metadata/Dockerfile 06:05:29 + for file in '`ls cmd/**/Dockerfile`' 06:05:29 ++ dirname cmd/security-bootstrapper/Dockerfile 06:05:29 ++ cut -d/ -f2 06:05:29 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:05:29 + for file in '`ls cmd/**/Dockerfile`' 06:05:29 ++ dirname cmd/security-proxy-setup/Dockerfile 06:05:29 ++ cut -d/ -f2 06:05:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:05:29 + for file in '`ls cmd/**/Dockerfile`' 06:05:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:05:29 ++ cut -d/ -f2 06:05:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:05:29 + for file in '`ls cmd/**/Dockerfile`' 06:05:29 ++ dirname cmd/support-notifications/Dockerfile 06:05:29 ++ cut -d/ -f2 06:05:29 + echo support-notifications,cmd/support-notifications/Dockerfile 06:05:29 + for file in '`ls cmd/**/Dockerfile`' 06:05:29 ++ dirname cmd/support-scheduler/Dockerfile 06:05:29 ++ cut -d/ -f2 06:05:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:05:29 + for file in '`ls cmd/**/Dockerfile`' 06:05:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:05:29 ++ cut -d/ -f2 06:05:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:05:29 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 06:05:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:05:30 06:05:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:05:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:05:30 latest: Pulling from edgex-devops/git-semver 06:05:30 31603596830f: Pulling fs layer 06:05:30 54011a49482f: Pulling fs layer 06:05:30 a6820b24f6d8: Pulling fs layer 06:05:30 f581987b2513: Pulling fs layer 06:05:30 f581987b2513: Waiting 06:05:30 54011a49482f: Verifying Checksum 06:05:30 54011a49482f: Download complete 06:05:31 31603596830f: Verifying Checksum 06:05:31 31603596830f: Download complete 06:05:31 f581987b2513: Verifying Checksum 06:05:31 f581987b2513: Download complete 06:05:31 a6820b24f6d8: Verifying Checksum 06:05:31 a6820b24f6d8: Download complete 06:05:31 31603596830f: Pull complete 06:05:31 54011a49482f: Pull complete 06:05:32 a6820b24f6d8: Pull complete 06:05:32 f581987b2513: Pull complete 06:05:32 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 06:05:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:05:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:05:32 prd-centos7-docker-4c-2g-2158 does not seem to be running inside a container 06:05:32 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:05:35 $ docker top 9ce5840a69c576e3edb1e657da75a7859136399f7d5af32ec1c6667d109464b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:05:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:05:35 [ssh-agent] Looking for ssh-agent implementation... 06:05:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:05:36 $ docker exec 9ce5840a69c576e3edb1e657da75a7859136399f7d5af32ec1c6667d109464b1 ssh-agent 06:05:36 SSH_AUTH_SOCK=/tmp/ssh-wSA1kmauUkvD/agent.11 06:05:36 SSH_AGENT_PID=17 06:05:36 Running ssh-add (command line suppressed) 06:05:36 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6915644563058494162.key (/w/workspace/edgex-go/1@tmp/private_key_6915644563058494162.key) 06:05:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:05:36 + git tag --points-at HEAD [Pipeline] } 06:05:36 $ docker exec --env ******** --env ******** 9ce5840a69c576e3edb1e657da75a7859136399f7d5af32ec1c6667d109464b1 ssh-agent -k 06:05:37 unset SSH_AUTH_SOCK; 06:05:37 unset SSH_AGENT_PID; 06:05:37 echo Agent pid 17 killed; 06:05:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:05:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:05:37 [ssh-agent] Looking for ssh-agent implementation... 06:05:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:05:37 $ docker exec 9ce5840a69c576e3edb1e657da75a7859136399f7d5af32ec1c6667d109464b1 ssh-agent 06:05:37 SSH_AUTH_SOCK=/tmp/ssh-wOcohG1miYbq/agent.46 06:05:37 SSH_AGENT_PID=51 06:05:37 Running ssh-add (command line suppressed) 06:05:37 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2348246191779345398.key (/w/workspace/edgex-go/1@tmp/private_key_2348246191779345398.key) 06:05:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:05:38 + git semver init 06:05:38 # -> Open(): unable to determine branch for HEAD 06:05:38 # $GIT_DIR = /w/workspace/edgex-go/1/.git 06:05:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 06:05:38 # $SEMVER_REMOTE_NAME = origin 06:05:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:05:38 # $SEMVER_USER_NAME = edgex-jenkins 06:05:38 # $SEMVER_BRANCH = PR-3404 06:05:38 # $SEMVER_TEMP = /tmp/semver-584397593 06:05:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:06:00 # '/tmp/semver-584397593' -> '/w/workspace/edgex-go/1/.semver' 06:06:00 # -> Force: false 06:06:00 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 06:06:00 $ docker exec --env ******** --env ******** 9ce5840a69c576e3edb1e657da75a7859136399f7d5af32ec1c6667d109464b1 ssh-agent -k 06:06:00 unset SSH_AUTH_SOCK; 06:06:00 unset SSH_AGENT_PID; 06:06:00 echo Agent pid 51 killed; 06:06:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:06:01 + git semver [Pipeline] } 06:06:01 $ docker stop --time=1 9ce5840a69c576e3edb1e657da75a7859136399f7d5af32ec1c6667d109464b1 06:06:03 $ docker rm -f 9ce5840a69c576e3edb1e657da75a7859136399f7d5af32ec1c6667d109464b1 [Pipeline] // withDockerContainer [Pipeline] sh 06:06:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:06:04 Stashed 1 file(s) [Pipeline] echo 06:06:04 [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] sh 06:06:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:06:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:06:06 + sudo service docker restart 06:06:06 + true 06:06:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:06:07 ========================================================= 06:06:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:06:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:06:07 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:06:11 Sending build context to Docker daemon 329.6MB 06:06:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:06:11 Step 2/6 : FROM ${BASE} 06:06:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:06:11 188c0c94c7c5: Pulling fs layer 06:06:11 0ef7d3d256c8: Pulling fs layer 06:06:11 de9db76c5a1d: Pulling fs layer 06:06:11 bca2f99d35d6: Pulling fs layer 06:06:11 93359f2a8cfa: Pulling fs layer 06:06:11 7c6f9722023f: Pulling fs layer 06:06:11 a35cf1a2eb13: Pulling fs layer 06:06:11 93359f2a8cfa: Waiting 06:06:11 7c6f9722023f: Waiting 06:06:11 bca2f99d35d6: Waiting 06:06:11 de9db76c5a1d: Verifying Checksum 06:06:11 de9db76c5a1d: Download complete 06:06:11 0ef7d3d256c8: Verifying Checksum 06:06:11 0ef7d3d256c8: Download complete 06:06:11 93359f2a8cfa: Verifying Checksum 06:06:11 93359f2a8cfa: Download complete 06:06:11 7c6f9722023f: Verifying Checksum 06:06:11 7c6f9722023f: Download complete 06:06:12 188c0c94c7c5: Download complete 06:06:12 188c0c94c7c5: Pull complete 06:06:12 0ef7d3d256c8: Pull complete 06:06:13 de9db76c5a1d: Pull complete 06:06:14 a35cf1a2eb13: Verifying Checksum 06:06:14 a35cf1a2eb13: Download complete 06:06:15 bca2f99d35d6: Verifying Checksum 06:06:15 bca2f99d35d6: Download complete 06:06:20 Still waiting to schedule task 06:06:20 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:06:21 bca2f99d35d6: Pull complete 06:06:21 93359f2a8cfa: Pull complete 06:06:22 7c6f9722023f: Pull complete 06:06:26 a35cf1a2eb13: Pull complete 06:06:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:06:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:06:26 ---> a62c8e92a672 06:06:26 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 06:06:26 ---> Running in fa4b2f21c84b 06:06:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:06:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:06:28 (1/12) Installing libmagic (5.38-r0) 06:06:29 (2/12) Installing file (5.38-r0) 06:06:29 (3/12) Installing libc-dev (0.7.2-r3) 06:06:29 (4/12) Installing g++ (9.3.0-r2) 06:06:33 (5/12) Installing fortify-headers (1.1-r0) 06:06:33 (6/12) Installing patch (2.7.6-r6) 06:06:34 (7/12) Installing build-base (0.5-r2) 06:06:34 (8/12) Installing libsodium (1.0.18-r0) 06:06:34 (9/12) Installing pkgconf (1.7.2-r0) 06:06:34 (10/12) Installing libsodium-dev (1.0.18-r0) 06:06:34 (11/12) Installing libzmq (4.3.3-r0) 06:06:34 (12/12) Installing zeromq-dev (4.3.3-r0) 06:06:34 Executing busybox-1.31.1-r19.trigger 06:06:34 OK: 233 MiB in 51 packages 06:06:38 Removing intermediate container fa4b2f21c84b 06:06:38 ---> 539d54ac7fca 06:06:38 Step 4/6 : WORKDIR /edgex-go 06:06:38 ---> Running in 9f2ce2b7c342 06:06:38 Removing intermediate container 9f2ce2b7c342 06:06:38 ---> ce99b78a96d6 06:06:38 Step 5/6 : COPY go.mod . 06:06:39 ---> f723c8a50f51 06:06:39 Step 6/6 : RUN go mod download 06:06:39 ---> Running in ceb66b2608d0 06:07:01 Removing intermediate container ceb66b2608d0 06:07:01 ---> 1189524a43fe 06:07:01 Successfully built 1189524a43fe 06:07:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:07:01 + docker inspect -f . ci-base-image-x86_64 06:07:01 . [Pipeline] withDockerContainer 06:07:01 prd-centos7-docker-4c-2g-2158 does not seem to be running inside a container 06:07:01 $ 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 ******** ci-base-image-x86_64 cat 06:07:02 $ docker top 17aba64ddcdc21b61ceb8bb9f34fc5f621ea8cd7112787e754d67a2024b66133 -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:03 + go version 06:07:03 go version go1.15.5 linux/amd64 [Pipeline] } 06:07:03 $ docker stop --time=1 17aba64ddcdc21b61ceb8bb9f34fc5f621ea8cd7112787e754d67a2024b66133 06:07:04 $ docker rm -f 17aba64ddcdc21b61ceb8bb9f34fc5f621ea8cd7112787e754d67a2024b66133 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:07:05 + docker inspect -f . ci-base-image-x86_64 06:07:05 . [Pipeline] withDockerContainer 06:07:05 prd-centos7-docker-4c-2g-2158 does not seem to be running inside a container 06:07:06 $ 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 ******** ci-base-image-x86_64 cat 06:07:07 $ docker top 1e046ef9245df4bbf81806686d5777cd809b0f2315777397ebe40c10cf91ffd5 -eo pid,comm [Pipeline] { [Pipeline] echo 06:07:07 ========================================================= 06:07:07 [edgeXBuildGoParallel] Running Tests and Build... 06:07:07 ========================================================= [Pipeline] sh 06:07:07 + make test 06:07:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:07:18 ? github.com/edgexfoundry/edgex-go [no test files] 06:07:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:07:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:07:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:07:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:07:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:07:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:07:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:07:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:07:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:07:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:07:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:07:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:07:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:07:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements 06:07:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:07:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:07:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:07:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:07:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:07:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:07:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.059s coverage: 19.8% of statements 06:07:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements 06:07:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.1% of statements 06:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:07:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.111s coverage: 100.0% of statements 06:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:07:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements 06:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:07:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.108s coverage: 71.3% of statements 06:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:07:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.195s coverage: 87.7% of statements 06:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:07:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements 06:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:07:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.385s coverage: 28.6% of statements 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:07:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.138s coverage: 100.0% of statements 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:07:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:07:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.156s coverage: 86.7% of statements 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:07:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.167s coverage: 97.5% of statements 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:07:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:08:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.473s coverage: 95.1% of statements 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:08:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:08:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.118s coverage: 0.9% of statements 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements 06:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 79.5% of statements 06:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.080s coverage: 94.1% of statements 06:08:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.181s coverage: 96.3% of statements 06:08:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.089s coverage: 87.5% of statements 06:08:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.105s coverage: 94.4% of statements 06:08:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.073s coverage: 44.8% of statements 06:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.297s coverage: 81.8% of statements 06:08:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.116s coverage: 92.9% of statements 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.076s coverage: 84.6% of statements 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.113s coverage: 91.6% of statements 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.224s coverage: 64.4% of statements 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.367s coverage: 69.0% of statements 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.114s coverage: 38.4% of statements 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.0% of statements 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.057s coverage: 9.6% of statements 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:08:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.142s coverage: 92.6% of statements 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:08:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.851s coverage: 28.7% of statements 06:08:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:08:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:08:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:08:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:08:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:08:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 06:08:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:08:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements 06:08:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:08:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:08:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:08:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.088s coverage: 64.6% of statements 06:08:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.163s coverage: 97.6% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements 06:08:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 28.1% of statements 06:08:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 06:08:30 GO111MODULE=on go vet ./... 06:08:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2165 in /w/workspace/edgexfoundry_edgex-go_PR-3404 [Pipeline] { [Pipeline] ws 06:08:56 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:09:02 using credential edgex-jenkins-ssh 06:09:02 Cloning the remote Git repository 06:09:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:09:02 > git init /w/workspace/edgex-go/1 # timeout=10 06:09:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:09:02 > git --version # timeout=10 06:09:02 > git --version # 'git version 2.17.1' 06:09:02 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:03 gofmt -l . 06:09:03 [ "`gofmt -l .`" = "" ] 06:09:03 ./bin/test-go-mod-tidy.sh 06:09:03 ./bin/test-attribution-txt.sh [Pipeline] sh 06:09:03 + ls -al . 06:09:03 total 800 06:09:03 drwxrwxr-x 10 1001 1001 4096 Apr 28 06:09 . 06:09:03 drwxr-xr-x 4 root root 28 Apr 28 06:07 .. 06:09:03 -rw-rw-r-- 1 1001 1001 11 Apr 28 06:05 .dockerignore 06:09:03 drwxrwxr-x 8 1001 1001 179 Apr 28 06:05 .git 06:09:03 drwxrwxr-x 3 1001 1001 125 Apr 28 06:05 .github 06:09:03 -rw-rw-r-- 1 1001 1001 818 Apr 28 06:05 .gitignore 06:09:03 drwx------ 3 1001 1001 60 Apr 28 06:05 .semver 06:09:03 -rw-rw-r-- 1 1001 1001 166 Apr 28 06:05 .sonarcloud.properties 06:09:03 -rw-rw-r-- 1 1001 1001 8609 Apr 28 06:05 Attribution.txt 06:09:03 -rw-rw-r-- 1 1001 1001 3804 Apr 28 06:05 CONTRIBUTING.md 06:09:03 -rw-rw-r-- 1 1001 1001 931 Apr 28 06:05 Dockerfile.build 06:09:03 -rw-rw-r-- 1 1001 1001 863 Apr 28 06:05 Jenkinsfile 06:09:03 -rw-rw-r-- 1 1001 1001 10775 Apr 28 06:05 LICENSE 06:09:03 -rw-rw-r-- 1 1001 1001 5774 Apr 28 06:05 Makefile 06:09:03 -rw-rw-r-- 1 1001 1001 7978 Apr 28 06:05 README.md 06:09:03 -rw-rw-r-- 1 1001 1001 6755 Apr 28 06:05 SECURITY.md 06:09:03 -rw-rw-r-- 1 1001 1001 5 Apr 28 06:06 VERSION 06:09:03 -rw-rw-r-- 1 1001 1001 4131 Apr 28 06:05 ZMQWindows.md 06:09:03 drwxrwxr-x 2 1001 1001 117 Apr 28 06:05 bin 06:09:03 drwxrwxr-x 14 1001 1001 4096 Apr 28 06:05 cmd 06:09:03 -rw-r--r-- 1 root root 689628 Apr 28 06:08 coverage.out 06:09:03 -rw-r--r-- 1 root root 1060 Apr 28 06:09 go.mod 06:09:03 -rw-r--r-- 1 root root 21862 Apr 28 06:09 go.sum 06:09:03 drwxrwxr-x 8 1001 1001 127 Apr 28 06:05 internal 06:09:03 drwxrwxr-x 4 1001 1001 26 Apr 28 06:05 openapi 06:09:03 drwxrwxr-x 4 1001 1001 71 Apr 28 06:05 snap 06:09:03 -rw-rw-r-- 1 1001 1001 168 Apr 28 06:05 version.go [Pipeline] sh 06:09:04 + '[' -e coverage.out ] 06:09:04 + chown 1001:1001 coverage.out [Pipeline] stash 06:09:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:04 Stashed 1 file(s) [Pipeline] sh 06:09:04 + make build 06:09:04 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 06:09:10 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 06:09:20 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 06:09:20 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 06:09:22 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 06:09:23 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 06:09:25 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 06:09:26 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 06:09:28 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 06:09:30 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 06:09:31 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 06:09:32 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 06:09:33 Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:09:34 Merge succeeded, producing 3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:09:34 Checking out Revision 3718f1804264b4d9eff5b8dceaa8090d27be1d0a (PR-3404) [Pipeline] } 06:09:35 $ docker stop --time=1 1e046ef9245df4bbf81806686d5777cd809b0f2315777397ebe40c10cf91ffd5 06:09:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:09:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:09:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:09:33 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:09:33 > git config core.sparsecheckout # timeout=10 06:09:33 > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 06:09:34 > git remote # timeout=10 06:09:34 > git config --get remote.origin.url # timeout=10 06:09:34 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:34 > git merge d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 06:09:34 > git rev-parse HEAD^{commit} # timeout=10 06:09:34 > git config core.sparsecheckout # timeout=10 06:09:34 > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 06:09:37 $ docker rm -f 1e046ef9245df4bbf81806686d5777cd809b0f2315777397ebe40c10cf91ffd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 06:09:38 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 06:09:38 > git --version # timeout=10 06:09:38 > git --version # 'git version 2.17.1' 06:09:38 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:09:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:09:40 06:09:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:09:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 06:09:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:09:41 latest: Pulling from edgex-devops/edgex-compose 06:09:41 cbdbe7a5bc2a: Pulling fs layer 06:09:41 ca9280d653b3: Pulling fs layer 06:09:41 7e9c9ca2126c: Pulling fs layer 06:09:41 cbdbe7a5bc2a: Download complete [Pipeline] sh 06:09:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:09:41 cbdbe7a5bc2a: Pull complete 06:09:42 + + true 06:09:42 sudo service docker restart 06:09:42 ca9280d653b3: Verifying Checksum 06:09:42 ca9280d653b3: Download complete 06:09:43 7e9c9ca2126c: Download complete 06:09:43 ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:09:44 provisioning config files... 06:09:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1591037991623540482tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:09:44 ---> docker-login.sh 06:09:44 nexus3.edgexfoundry.org:10001 06:09:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:45 Configure a credential helper to remove this warning. See 06:09:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:45 06:09:45 Login Succeeded 06:09:45 nexus3.edgexfoundry.org:10002 06:09:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:46 Configure a credential helper to remove this warning. See 06:09:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:46 06:09:46 Login Succeeded 06:09:46 nexus3.edgexfoundry.org:10003 06:09:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:46 Configure a credential helper to remove this warning. See 06:09:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:46 06:09:46 Login Succeeded 06:09:46 nexus3.edgexfoundry.org:10004 06:09:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:47 Configure a credential helper to remove this warning. See 06:09:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:47 06:09:47 Login Succeeded 06:09:47 docker.io 06:09:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:48 Configure a credential helper to remove this warning. See 06:09:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:48 06:09:48 Login Succeeded 06:09:48 ---> docker-login.sh ends [Pipeline] } 06:09:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:09:48 ========================================================= 06:09:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:09:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:09:48 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 06:09:51 Sending build context to Docker daemon 167.4MB 06:09:51 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:09:51 Step 2/6 : FROM ${BASE} 06:09:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:09:51 5f621e34cdf4: Pulling fs layer 06:09:51 a4357932f1b6: Pulling fs layer 06:09:51 18c013af1878: Pulling fs layer 06:09:51 00ac8860ef70: Pulling fs layer 06:09:51 63d7cb157983: Pulling fs layer 06:09:51 b116817d02f9: Pulling fs layer 06:09:51 745a02a5169b: Pulling fs layer 06:09:51 00ac8860ef70: Waiting 06:09:51 63d7cb157983: Waiting 06:09:51 b116817d02f9: Waiting 06:09:51 745a02a5169b: Waiting 06:09:51 18c013af1878: Verifying Checksum 06:09:51 18c013af1878: Download complete 06:09:51 a4357932f1b6: Download complete 06:09:51 63d7cb157983: Verifying Checksum 06:09:51 63d7cb157983: Download complete 06:09:51 b116817d02f9: Verifying Checksum 06:09:51 b116817d02f9: Download complete 06:09:51 5f621e34cdf4: Verifying Checksum 06:09:51 5f621e34cdf4: Download complete 06:09:51 7e9c9ca2126c: Pull complete 06:09:51 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:09:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:09:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:09:51 prd-centos7-docker-4c-2g-2158 does not seem to be running inside a container 06:09:51 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:09:52 5f621e34cdf4: Pull complete 06:09:52 a4357932f1b6: Pull complete 06:09:53 18c013af1878: Pull complete 06:09:54 745a02a5169b: Verifying Checksum 06:09:54 745a02a5169b: Download complete 06:09:54 00ac8860ef70: Verifying Checksum 06:09:54 00ac8860ef70: Download complete 06:09:54 $ docker top 6e6072dba4464148f819af6d4995eec491b5260468eeb61d821c4d641d794fdd -eo pid,comm [Pipeline] { [Pipeline] sh 06:09:55 + docker-compose build --help 06:09:55 + grep parallel 06:09:56 --parallel Build images in parallel. [Pipeline] } 06:09:56 $ docker stop --time=1 6e6072dba4464148f819af6d4995eec491b5260468eeb61d821c4d641d794fdd 06:09:58 $ docker rm -f 6e6072dba4464148f819af6d4995eec491b5260468eeb61d821c4d641d794fdd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:09:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:09:59 . [Pipeline] withDockerContainer 06:09:59 prd-centos7-docker-4c-2g-2158 does not seem to be running inside a container 06:09:59 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:10:00 $ docker top 2dc102d3bed3ec5e0b80f802e19ef36cd5c2441af731d7f7ff035cc9a16b633c -eo pid,comm [Pipeline] { [Pipeline] sh 06:10:00 + docker-compose -f ./docker-compose-build.yml build --parallel 06:10:01 Building docker-core-command-go ... 06:10:01 Building docker-core-data-go ... 06:10:01 Building docker-core-metadata-go ... 06:10:01 Building docker-security-bootstrapper-go ... 06:10:01 Building docker-security-proxy-setup-go ... 06:10:01 Building docker-security-secretstore-setup-go ... 06:10:01 Building docker-support-notifications-go ... 06:10:01 Building docker-support-scheduler-go ... 06:10:01 Building docker-sys-mgmt-agent-go ... 06:10:01 Building docker-core-data-go 06:10:01 Building docker-security-bootstrapper-go 06:10:01 Building docker-security-secretstore-setup-go 06:10:01 Building docker-security-proxy-setup-go 06:10:01 Building docker-sys-mgmt-agent-go 06:10:04 00ac8860ef70: Pull complete 06:10:05 63d7cb157983: Pull complete 06:10:05 b116817d02f9: Pull complete 06:10:09 745a02a5169b: Pull complete 06:10:09 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:10:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:10:09 ---> b7e6874047d6 06:10:09 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 06:10:12 ---> Running in 82f6e796341d 06:10:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:10:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:10:15 (1/12) Installing libmagic (5.38-r0) 06:10:15 (2/12) Installing file (5.38-r0) 06:10:15 (3/12) Installing libc-dev (0.7.2-r3) 06:10:15 (4/12) Installing g++ (9.3.0-r2) 06:10:20 (5/12) Installing fortify-headers (1.1-r0) 06:10:20 (6/12) Installing patch (2.7.6-r6) 06:10:20 (7/12) Installing build-base (0.5-r2) 06:10:20 (8/12) Installing libsodium (1.0.18-r0) 06:10:20 (9/12) Installing pkgconf (1.7.2-r0) 06:10:20 (10/12) Installing libsodium-dev (1.0.18-r0) 06:10:20 (11/12) Installing libzmq (4.3.3-r0) 06:10:20 (12/12) Installing zeromq-dev (4.3.3-r0) 06:10:20 Executing busybox-1.31.1-r19.trigger 06:10:20 OK: 217 MiB in 51 packages 06:10:25 Removing intermediate container 82f6e796341d 06:10:25 ---> 48fd80fdbb39 06:10:25 Step 4/6 : WORKDIR /edgex-go 06:10:25 ---> Running in 5e23caa7e8a1 06:10:25 Removing intermediate container 5e23caa7e8a1 06:10:25 ---> e98e45b4ef38 06:10:25 Step 5/6 : COPY go.mod . 06:10:25 ---> 3fd593d2e5b7 06:10:25 Step 6/6 : RUN go mod download 06:10:26 ---> Running in 6526cd1d706d 06:10:40 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:10:40 06:10:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:10:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:10:40 ---> 1189524a43fe 06:10:40 Step 3/23 : WORKDIR /edgex-go 06:10:40 ---> 1189524a43fe 06:10:40 Step 3/21 : WORKDIR /edgex-go 06:10:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:10:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:10:40 ---> 1189524a43fe 06:10:40 Step 3/23 : WORKDIR /edgex-go 06:10:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:10:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:10:40 ---> 1189524a43fe 06:10:40 Step 3/24 : WORKDIR /edgex-go 06:10:40 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:10:40 Step 2/31 : FROM ${BUILDER_BASE} AS builder 06:10:40 ---> 1189524a43fe 06:10:40 Step 3/31 : WORKDIR /edgex-go 06:10:41 ---> Running in f8b7cac32e08 06:10:41 ---> Running in d555360441fb 06:10:41 ---> Running in 8268c87fd937 06:10:41 ---> Running in 5e869c86941a 06:10:41 ---> Running in 78ef1f113b8b 06:10:41 Removing intermediate container 5e869c86941a 06:10:41 ---> e04c75d65203 06:10:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:41 Removing intermediate container f8b7cac32e08 06:10:41 ---> b947e71d13cf 06:10:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:41 Removing intermediate container 78ef1f113b8b 06:10:41 ---> 6fca0287d829 06:10:41 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:41 Removing intermediate container 8268c87fd937 06:10:41 ---> d6b9231acaf4 06:10:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:41 Removing intermediate container d555360441fb 06:10:41 ---> 988c62694632 06:10:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:42 ---> Running in 946fe6f1e5d9 06:10:42 ---> Running in 56b4468222f0 06:10:42 ---> Running in cd2e1a04bbe5 06:10:42 ---> Running in a9a4c1ccd521 06:10:42 ---> Running in 63df3cbaa5e7 06:10:44 Removing intermediate container 56b4468222f0 06:10:44 ---> 34f899b334a4 06:10:44 Step 5/23 : RUN apk add --update --no-cache make bash git 06:10:44 Removing intermediate container cd2e1a04bbe5 06:10:44 ---> fb0ecbaeb3e7 06:10:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:10:44 Removing intermediate container 946fe6f1e5d9 06:10:44 ---> d259d660b70a 06:10:44 Step 5/21 : RUN apk add --update --no-cache make git 06:10:45 ---> Running in 9957be58ccec 06:10:45 ---> Running in 866f597cad1d 06:10:45 Removing intermediate container a9a4c1ccd521 06:10:45 ---> f9b25b6a0451 06:10:45 Step 5/31 : RUN apk add --update --no-cache make git 06:10:45 ---> Running in 570b05ced3ee 06:10:45 Removing intermediate container 63df3cbaa5e7 06:10:45 ---> d62516661fc5 06:10:45 Step 5/24 : RUN apk add --update --no-cache make git 06:10:45 ---> Running in 94113968c5e2 06:10:45 ---> Running in 731819bba7df 06:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:47 OK: 233 MiB in 51 packages 06:10:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:47 OK: 233 MiB in 51 packages 06:10:47 OK: 233 MiB in 51 packages 06:10:47 OK: 233 MiB in 51 packages 06:10:47 Removing intermediate container 9957be58ccec 06:10:47 ---> 2e4615e5cb2c 06:10:47 Step 6/23 : COPY go.mod . 06:10:48 ---> 35dbb799913c 06:10:48 Step 7/23 : RUN go mod download 06:10:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:48 ---> Running in cff742a31343 06:10:48 Removing intermediate container 570b05ced3ee 06:10:48 ---> f2be0e29bfdb 06:10:48 Step 6/21 : COPY go.mod . 06:10:48 Removing intermediate container 866f597cad1d 06:10:48 ---> 3c675869a5f9 06:10:48 Step 6/23 : COPY go.mod . 06:10:49 Removing intermediate container 94113968c5e2 06:10:49 ---> cd4973ce0267 06:10:49 Step 6/31 : COPY go.mod . 06:10:49 OK: 233 MiB in 51 packages 06:10:49 ---> 72bf7c0e01b7 06:10:49 Step 7/21 : RUN go mod download 06:10:49 ---> 4843703a2f3d 06:10:49 Step 7/23 : RUN go mod download 06:10:49 ---> Running in 774ddf7f870c 06:10:49 ---> Running in 2e1232caf6e5 06:10:49 ---> 575e4dcc3f9e 06:10:49 Step 7/31 : RUN go mod download 06:10:49 ---> Running in 5debaade2f43 06:10:50 Removing intermediate container 731819bba7df 06:10:50 ---> aa5bb9dea07f 06:10:50 Step 6/24 : COPY go.mod . 06:10:50 ---> 6d930f3768fb 06:10:50 Step 7/24 : RUN go mod download 06:10:50 ---> Running in d42d8b648cf4 06:10:51 Removing intermediate container cff742a31343 06:10:51 ---> 10d69641c52f 06:10:51 Step 8/23 : COPY . . 06:10:51 Removing intermediate container 774ddf7f870c 06:10:51 ---> 961066d4367d 06:10:51 Step 8/21 : COPY . . 06:10:53 Removing intermediate container 6526cd1d706d 06:10:53 ---> a6894bab5b6b 06:10:53 Successfully built a6894bab5b6b 06:10:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:10:53 + docker inspect -f . ci-base-image-arm64 06:10:53 . [Pipeline] withDockerContainer 06:10:53 prd-ubuntu18.04-docker-arm64-4c-16g-2165 does not seem to be running inside a container 06:10:53 $ 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 ******** ci-base-image-arm64 cat 06:10:54 Removing intermediate container 2e1232caf6e5 06:10:54 ---> c0d333bb14ed 06:10:54 Step 8/23 : COPY . . 06:10:55 $ docker top 7c4a8a47d4ca3495b8fc99d4d9bfb3d3ee527bed10b515207b5cee0514b6903e -eo pid,comm [Pipeline] { [Pipeline] sh 06:10:56 Removing intermediate container 5debaade2f43 06:10:56 ---> b8b2ec64fed7 06:10:56 Step 8/31 : COPY . . 06:10:56 + go version 06:10:56 go version go1.15.5 linux/arm64 [Pipeline] } 06:10:56 $ docker stop --time=1 7c4a8a47d4ca3495b8fc99d4d9bfb3d3ee527bed10b515207b5cee0514b6903e 06:10:58 $ docker rm -f 7c4a8a47d4ca3495b8fc99d4d9bfb3d3ee527bed10b515207b5cee0514b6903e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:10:59 + docker inspect -f . ci-base-image-arm64 06:10:59 . [Pipeline] withDockerContainer 06:10:59 prd-ubuntu18.04-docker-arm64-4c-16g-2165 does not seem to be running inside a container 06:10:59 $ 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 ******** ci-base-image-arm64 cat 06:11:00 $ docker top 9bbfc8b7f5cda55033257bb36406cd6c56cc715182d08d0647b0d14644bbc571 -eo pid,comm [Pipeline] { [Pipeline] echo 06:11:01 ========================================================= 06:11:01 [edgeXBuildGoParallel] Running Tests and Build... 06:11:01 ========================================================= [Pipeline] sh 06:11:01 + make test 06:11:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:11:04 Removing intermediate container d42d8b648cf4 06:11:04 ---> 2f241f815158 06:11:04 Step 8/24 : COPY . . 06:11:24 ? github.com/edgexfoundry/edgex-go [no test files] 06:11:37 ---> e6d00be3ddcb 06:11:37 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent ---> acaceec0acec 06:11:37 06:11:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:11:37 ---> Running in 378dd51537e0 06:11:37 ---> Running in 0bf75991c4db 06:11:37 ---> 81bcbf8ecc34 06:11:37 Step 9/23 : RUN make cmd/core-data/core-data 06:11:37 ---> 1b25854eb45b 06:11:37 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:11:38 ---> Running in 49382b0711a4 06:11:38 ---> Running in 95bff79e79f9 06:11:38 ---> 9752220733b7 06:11:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:11:38 ---> Running in 5ae844092363 06:11:39 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 06:11:39 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 06:11:39 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 06:11:39 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 06:11:39 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 06:12:18 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 06:12:18 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 06:12:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:12:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:12:22 Removing intermediate container 0bf75991c4db 06:12:22 ---> 5871b549cd19 06:12:22 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:12:23 Removing intermediate container 95bff79e79f9 06:12:23 ---> 48bda6ab8550 06:12:23 06:12:23 Step 10/31 : FROM alpine:3.12 06:12:23 3.12: Pulling from library/alpine 06:12:23 ---> Running in 0d276ce9b3f1 06:12:26 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:12:26 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 06:12:26 Status: Downloaded newer image for alpine:3.12 06:12:26 ---> 13621d1b12d4 06:12:26 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:12:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:12:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:12:28 ---> Running in 545f13f84858 06:12:28 Removing intermediate container 378dd51537e0 06:12:28 ---> 0a75dd4377be 06:12:28 06:12:28 Step 10/21 : FROM alpine:3.12 06:12:28 ---> 13621d1b12d4 06:12:28 Step 11/21 : RUN apk add --update --no-cache curl 06:12:28 Removing intermediate container 5ae844092363 06:12:28 ---> 24271574bc3a 06:12:28 06:12:28 Step 10/24 : FROM alpine:3.12 06:12:28 ---> 13621d1b12d4 06:12:28 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 06:12:28 ---> Running in 2ecdb82730d4 06:12:28 ---> Running in 7699f4e4112e 06:12:28 Removing intermediate container 545f13f84858 06:12:28 ---> 83e8fa3f29a5 06:12:28 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 06:12:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:12:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:12:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:12:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:12:31 ---> Running in b9aff1723f21 06:12:32 Removing intermediate container 0d276ce9b3f1 06:12:32 ---> 82e195481313 06:12:32 06:12:32 Step 11/23 : FROM docker:20.10.0 06:12:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:32 20.10.0: Pulling from library/docker 06:12:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:32 Removing intermediate container 49382b0711a4 06:12:32 ---> 22fa222c8cff 06:12:32 06:12:32 Step 10/23 : FROM alpine:3.12 06:12:32 ---> 13621d1b12d4 06:12:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:12:32 ---> Running in 31da694fcf35 06:12:32 (1/6) Installing ca-certificates (20191127-r4) 06:12:32 (2/6) Installing nghttp2-libs (1.41.0-r0) 06:12:32 (3/6) Installing libcurl (7.76.1-r0) 06:12:32 (4/6) Installing curl (7.76.1-r0) 06:12:32 (5/6) Installing dumb-init (1.2.2-r1) 06:12:32 (6/6) Installing su-exec (0.2-r1) 06:12:32 Executing busybox-1.31.1-r20.trigger 06:12:32 Executing ca-certificates-20191127-r4.trigger 06:12:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:12:32 OK: 7 MiB in 20 packages 06:12:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:33 (1/4) Installing ca-certificates (20191127-r4) 06:12:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:12:33 (3/4) Installing libcurl (7.76.1-r0) 06:12:33 (4/4) Installing curl (7.76.1-r0) 06:12:33 Executing busybox-1.31.1-r20.trigger 06:12:33 Executing ca-certificates-20191127-r4.trigger 06:12:33 Removing intermediate container 31da694fcf35 06:12:33 ---> 04675fb3e027 06:12:33 Step 12/23 : ENV APP_PORT=48080 06:12:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:33 OK: 7 MiB in 18 packages 06:12:33 (1/2) Installing dumb-init (1.2.2-r1) 06:12:33 (2/2) Installing su-exec (0.2-r1) 06:12:33 Executing busybox-1.31.1-r20.trigger 06:12:33 OK: 6 MiB in 16 packages 06:12:33 ---> Running in b1fcb6376e8f 06:12:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:12:35 Removing intermediate container b1fcb6376e8f 06:12:35 ---> 96b9cbd9a6f2 06:12:35 Step 13/23 : EXPOSE $APP_PORT 06:12:35 Removing intermediate container 2ecdb82730d4 06:12:35 ---> 869c59166f35 06:12:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:12:35 Removing intermediate container 7699f4e4112e 06:12:35 ---> b25c0338c3ca 06:12:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:12:35 ---> Running in 6296a00dfcbb 06:12:35 ---> Running in cb1ab7980ef8 06:12:35 Removing intermediate container b9aff1723f21 06:12:35 ---> 57e09685fe9b 06:12:35 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 06:12:35 ---> Running in b38e59b81dde 06:12:35 ---> Running in 74ab18e2a266 06:12:35 Removing intermediate container 6296a00dfcbb 06:12:35 ---> 651a758f1ec4 06:12:35 Step 13/24 : WORKDIR / 06:12:35 Removing intermediate container cb1ab7980ef8 06:12:35 ---> bc2033d8c5fc 06:12:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:12:35 ---> Running in 32094eab7db6 06:12:36 Removing intermediate container b38e59b81dde 06:12:36 ---> 24a517a04545 06:12:36 Step 13/21 : WORKDIR /edgex 06:12:36 Removing intermediate container 74ab18e2a266 06:12:36 ---> 27301da4b38e 06:12:36 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:12:36 ---> Running in 45b17e720672 06:12:36 ---> Running in c9081e840541 06:12:36 ---> Running in b228d36765fd 06:12:36 Removing intermediate container 32094eab7db6 06:12:36 ---> d89ddfd4e7bc 06:12:36 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:12:36 Removing intermediate container c9081e840541 06:12:36 ---> b2c3e834aca8 06:12:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:12:36 Removing intermediate container b228d36765fd 06:12:36 ---> 85d1dcca8c12 06:12:36 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:12:36 ---> Running in a72daf027de0 06:12:37 ---> 3c2c3730cb2d 06:12:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:12:37 ---> 32221e9f8658 06:12:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:12:37 ---> 124420a34303 06:12:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:12:38 ---> 32b7d6736573 06:12:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:12:38 Removing intermediate container 45b17e720672 06:12:38 ---> 184d16af13de 06:12:38 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:12:38 ---> 9308e78151c2 06:12:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:12:38 Removing intermediate container a72daf027de0 06:12:38 ---> f88712fb3d44 06:12:38 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 06:12:38 ---> Running in ded2a81b8ec3 06:12:39 ---> Running in 0dabacdb6988 06:12:39 ---> 91181e098df7 06:12:39 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:12:39 ---> Running in 5ee0670d3d7e 06:12:39 ---> 1dc7cd0aa422 06:12:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:12:39 Removing intermediate container 0dabacdb6988 06:12:39 ---> 59a62c446c58 06:12:39 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:12:39 Removing intermediate container 5ee0670d3d7e 06:12:39 ---> bd1e6849a0c8 06:12:39 Step 18/21 : CMD ["--init=true"] 06:12:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:40 ---> Running in c0bcbe1b0519 06:12:40 ---> 20a6372aadde 06:12:40 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:12:40 ---> 687ce7199089 06:12:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:12:40 ---> Running in 547c145baeb4 06:12:41 Removing intermediate container c0bcbe1b0519 06:12:41 ---> 89c258473882 06:12:41 Step 19/21 : LABEL arch=x86_64 06:12:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:41 ---> Running in bc7bfbcb5e70 06:12:41 ---> a44231d1bb9d 06:12:41 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 06:12:41 ---> Running in 49407978dcd8 06:12:41 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:12:41 Status: Downloaded newer image for docker:20.10.0 06:12:41 ---> aefe523efa57 06:12:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 06:12:41 Removing intermediate container bc7bfbcb5e70 06:12:41 ---> fbe66d5cdbb2 06:12:41 Step 20/21 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:12:41 (1/6) Installing dumb-init (1.2.2-r1) 06:12:41 (2/6) Installing libgcc (9.3.0-r2) 06:12:41 ---> Running in 5fce44eea969 06:12:41 ---> Running in 382fab3aab3b 06:12:41 (3/6) Installing libsodium (1.0.18-r0) 06:12:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:12:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:12:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:12:42 Removing intermediate container 5fce44eea969 06:12:42 ---> ad608315f089 06:12:42 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 06:12:42 Removing intermediate container 382fab3aab3b 06:12:42 ---> d14aad84ff46 06:12:42 Step 21/21 : LABEL version=0.0.0 06:12:42 (4/6) Installing libstdc++ (9.3.0-r2) 06:12:42 ---> Running in 5eda64e6a1f5 06:12:42 ---> Running in 153459d0fefd 06:12:42 (5/6) Installing libzmq (4.3.3-r0) 06:12:42 Removing intermediate container 153459d0fefd 06:12:42 ---> c09ed71bdc9f 06:12:42 06:12:43 Removing intermediate container 547c145baeb4 06:12:43 ---> a961ed223cf0 06:12:43 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 06:12:43 (6/6) Installing zeromq (4.3.3-r0) 06:12:43 Executing busybox-1.31.1-r20.trigger 06:12:43 OK: 8 MiB in 20 packages 06:12:43 Removing intermediate container 49407978dcd8 06:12:43 Successfully built c09ed71bdc9f 06:12:43 ---> e5155239e554 06:12:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:12:43 Successfully tagged docker-security-proxy-setup-go:latest 06:12:43 Building docker-support-scheduler-go 06:12:43  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:43 ---> 3656ac658af1 06:12:43 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:12:43 ---> Running in 5b23576a3b37 06:12:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:43 (1/39) Installing readline (8.0.4-r0) 06:12:43 (2/39) Installing bash (5.0.17-r0) 06:12:43 Executing bash-5.0.17-r0.post-install 06:12:43 (3/39) Installing nghttp2-libs (1.41.0-r0) 06:12:43 (4/39) Installing libcurl (7.76.1-r0) 06:12:43 (5/39) Installing curl (7.76.1-r0) 06:12:43 (6/39) Installing dumb-init (1.2.2-r1) 06:12:43 (7/39) Installing libbz2 (1.0.8-r1) 06:12:43 (8/39) Installing expat (2.2.9-r1) 06:12:43 Removing intermediate container 5b23576a3b37 06:12:43 ---> 97f3f57aed29 06:12:43 Step 22/24 : LABEL arch=x86_64 06:12:43 (9/39) Installing libffi (3.3-r2) 06:12:43 (10/39) Installing gdbm (1.13-r1) 06:12:43 (11/39) Installing xz-libs (5.2.5-r0) 06:12:43 (12/39) Installing sqlite-libs (3.32.1-r0) 06:12:43 (13/39) Installing python3 (3.8.8-r0) 06:12:44 ---> Running in 98c552d0f79c 06:12:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.329s coverage: 45.9% of statements 06:12:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:12:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:12:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:12:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:12:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:12:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:12:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.131s coverage: 19.8% of statements 06:12:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.262s coverage: 100.0% of statements 06:12:50 Removing intermediate container ded2a81b8ec3 06:12:50 ---> a9caa3f9708d 06:12:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:12:50 ---> 0adca1a9a6fa 06:12:50 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:12:50 (14/39) Installing py3-appdirs (1.4.4-r1) 06:12:51 (15/39) Installing py3-ordered-set (4.0.1-r0) 06:12:51 (16/39) Installing py3-parsing (2.4.7-r0) 06:12:51 (17/39) Installing py3-six (1.15.0-r0) 06:12:51 Removing intermediate container 98c552d0f79c 06:12:51 (18/39) Installing py3-packaging (20.4-r0) 06:12:51 ---> d803cdddcfa7 06:12:51 Step 23/24 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:12:51 (19/39) Installing py3-setuptools (47.0.0-r0) 06:12:51 (20/39) Installing py3-chardet (3.0.4-r4) 06:12:53 (21/39) Installing py3-idna (2.9-r0) 06:12:53 (22/39) Installing py3-certifi (2020.4.5.1-r0) 06:12:53 (23/39) Installing py3-urllib3 (1.25.9-r0) 06:12:53 (24/39) Installing py3-requests (2.23.0-r0) 06:12:53 (25/39) Installing py3-msgpack (1.0.0-r0) 06:12:53 (26/39) Installing py3-lockfile (0.12.2-r3) 06:12:53 ---> Running in 35cccecd9958 06:12:53 (27/39) Installing py3-cachecontrol (0.12.6-r0) 06:12:54 (28/39) Installing py3-colorama (0.4.3-r0) 06:12:54 ---> 35e77e33f2a1 06:12:54 (29/39) Installing py3-distlib (0.3.0-r0) 06:12:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:12:54 (30/39) Installing py3-distro (1.5.0-r1) 06:12:54 ---> 0baa033e36ff 06:12:54 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:12:54 (31/39) Installing py3-webencodings (0.5.1-r3) 06:12:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.584s coverage: 27.1% of statements 06:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:12:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.184s coverage: 100.0% of statements 06:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:12:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.285s coverage: 100.0% of statements 06:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:12:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:12:54 (32/39) Installing py3-html5lib (1.0.1-r4) 06:12:54 (33/39) Installing py3-pytoml (0.1.21-r0) 06:12:55 (34/39) Installing py3-pep517 (0.8.2-r0) 06:12:55 (35/39) Installing py3-progress (1.5-r0) 06:12:55 (36/39) Installing py3-toml (0.10.1-r0) 06:12:56 (37/39) Installing py3-retrying (1.3.3-r0) 06:12:56 Removing intermediate container 35cccecd9958 06:12:56 ---> 0f5b0a2ec6d9 06:12:56 Step 24/24 : LABEL version=0.0.0 06:12:56 (38/39) Installing py3-contextlib2 (0.6.0-r0) 06:12:56 (39/39) Installing py3-pip (20.1.1-r0) 06:12:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.282s coverage: 71.3% of statements 06:12:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:12:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:12:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.495s coverage: 87.7% of statements 06:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:12:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.145s coverage: 78.9% of statements 06:12:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:12:57 Executing busybox-1.31.1-r19.trigger 06:12:57 OK: 72 MiB in 59 packages 06:12:58 ---> Running in 9a92abac51bf 06:12:58 ---> f318c1e79ed4 06:12:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 06:12:58 ---> de4ac34e237d 06:12:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:13:00 Removing intermediate container 9a92abac51bf 06:13:00 ---> e1b2f6adfde7 06:13:00 06:13:00 ---> a4f7776013c9 06:13:00 Step 19/23 : ENTRYPOINT ["/core-data"] 06:13:00 ---> 62b8745cc823 06:13:00 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 06:13:01 Successfully built e1b2f6adfde7 06:13:01 ---> Running in 3e6767ed28e4 06:13:01 Successfully tagged docker-security-secretstore-setup-go:latest 06:13:01 Building docker-support-notifications-go 06:13:02  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 06:13:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:13:04 ---> Running in 5c1b31b5e905 06:13:04 Removing intermediate container 3e6767ed28e4 06:13:04 ---> de1b33971b2c 06:13:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:13:05 Collecting PyYAML<4,>=3.10 06:13:05 Downloading PyYAML-3.13.tar.gz (270 kB) 06:13:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:13:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:13:05 ---> 1189524a43fe 06:13:05 Step 3/22 : WORKDIR /edgex-go 06:13:05 ---> Using cache 06:13:05 ---> 988c62694632 06:13:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:05 ---> Using cache 06:13:05 ---> d62516661fc5 06:13:05 Step 5/22 : RUN apk add --update --no-cache make git 06:13:05 ---> Using cache 06:13:05 ---> aa5bb9dea07f 06:13:05 Step 6/22 : COPY go.mod . 06:13:05 ---> Using cache 06:13:05 ---> 6d930f3768fb 06:13:05 Step 7/22 : RUN go mod download 06:13:05 ---> Using cache 06:13:05 ---> 2f241f815158 06:13:05 Step 8/22 : COPY . . 06:13:05 ---> Using cache 06:13:05 ---> 9752220733b7 06:13:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:13:06 ---> Running in 7c24b4f7f29d 06:13:06 Removing intermediate container 5c1b31b5e905 06:13:06 ---> 2261feb46e99 06:13:06 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:13:07 ---> Running in 3d57b178b710 06:13:07 Collecting jsonschema<3,>=2.5.1 06:13:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:13:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.131s coverage: 28.6% of statements 06:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:13:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.218s coverage: 100.0% of statements 06:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:13:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.136s coverage: 100.0% of statements 06:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:13:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.526s coverage: 86.7% of statements 06:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:13:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.414s coverage: 97.5% of statements 06:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:13:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.193s coverage: 78.3% of statements 06:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:13:08 ---> d83fabb9ce81 06:13:08 Step 26/31 : RUN chmod +x /entrypoint.sh 06:13:08 Collecting docopt<0.7,>=0.6.1 06:13:08 Downloading docopt-0.6.2.tar.gz (25 kB) 06:13:08 Removing intermediate container 7c24b4f7f29d 06:13:08 ---> cb817e234422 06:13:08 Step 21/23 : LABEL arch=x86_64 06:13:10 ---> Running in 5eef41d6533b 06:13:10 ---> Running in 3c180af1e703 06:13:10 Collecting docker<4.0,>=3.6.0 06:13:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:13:10 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 06:13:10 Removing intermediate container 3c180af1e703 06:13:10 ---> 32b1cdffc66d 06:13:10 Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:13:10 Collecting dockerpty<0.5,>=0.4.1 06:13:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:13:10 ---> Running in feea5a1f3bbb 06:13:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:13:11 Collecting websocket-client<1.0,>=0.32.0 06:13:11 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 06:13:11 Removing intermediate container feea5a1f3bbb 06:13:11 ---> af2eccbea25c 06:13:11 Step 23/23 : LABEL version=0.0.0 06:13:12 Collecting texttable<0.10,>=0.9.0 06:13:12 Downloading texttable-0.9.1.tar.gz (11 kB) 06:13:13 ---> Running in 687fe1de28e0 06:13:13 Collecting cached-property<2,>=1.2.0 06:13:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:13:13 Removing intermediate container 687fe1de28e0 06:13:13 ---> 17e0096f8c9c 06:13:13 06:13:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:13:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:13:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.212s coverage: 95.1% of statements 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:13:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.109s coverage: 58.8% of statements 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:13:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.228s coverage: 0.9% of statements 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:13:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:13:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.173s coverage: 47.1% of statements 06:13:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.153s coverage: 79.5% of statements 06:13:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.146s coverage: 94.1% of statements 06:13:14 Successfully built 17e0096f8c9c 06:13:14 Removing intermediate container 5eef41d6533b 06:13:14 ---> 77bb6c7ad0ff 06:13:14 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 06:13:14 Successfully tagged docker-core-data-go:latest 06:13:14 Collecting docker-pycreds>=0.4.0 06:13:14  Building docker-core-data-go ... done Building docker-core-metadata-go 06:13:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:13:15 Collecting idna<2.8,>=2.5 06:13:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:13:15 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 06:13:15 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 06:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.161s coverage: 96.3% of statements 06:13:16 Collecting urllib3<1.25,>=1.21.1 06:13:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:13:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.132s coverage: 87.5% of statements 06:13:17 ---> Running in 89cab4d8baa5 06:13:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:13:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:13:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:13:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:13:18 Installing collected packages: PyYAML, jsonschema, docopt, docker-pycreds, idna, urllib3, requests, websocket-client, docker, dockerpty, texttable, cached-property, docker-compose 06:13:18 Running setup.py install for PyYAML: started 06:13:19 Removing intermediate container 89cab4d8baa5 06:13:19 ---> cacc3f27f09f 06:13:19 Step 28/31 : CMD ["gate"] 06:13:21 Running setup.py install for PyYAML: finished with status 'done' 06:13:21 ---> Running in b19c547bb2b3 06:13:21 Running setup.py install for docopt: started 06:13:22 Removing intermediate container b19c547bb2b3 06:13:22 ---> 839f29a4b5df 06:13:22 Step 29/31 : LABEL arch=x86_64 06:13:22 ---> Running in 01bf782bf3aa 06:13:22 Running setup.py install for docopt: finished with status 'done' 06:13:22 Attempting uninstall: idna 06:13:22 Found existing installation: idna 2.9 06:13:22 Uninstalling idna-2.9: 06:13:22 Successfully uninstalled idna-2.9 06:13:22 Removing intermediate container 01bf782bf3aa 06:13:22 ---> 5129735b2eee 06:13:22 Step 30/31 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:13:23 Attempting uninstall: urllib3 06:13:23 Found existing installation: urllib3 1.25.9 06:13:23 Uninstalling urllib3-1.25.9: 06:13:23 Successfully uninstalled urllib3-1.25.9 06:13:23 ---> Running in 5e0e46d8c346 06:13:26 Attempting uninstall: requests 06:13:26 Found existing installation: requests 2.23.0 06:13:26 Uninstalling requests-2.23.0: 06:13:26 Successfully uninstalled requests-2.23.0 06:13:26 Removing intermediate container 5e0e46d8c346 06:13:26 ---> 34975b8b42ab 06:13:26 Step 31/31 : LABEL version=0.0.0 06:13:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:13:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:13:26 ---> 1189524a43fe 06:13:26 Step 3/22 : WORKDIR /edgex-go 06:13:26 ---> Using cache 06:13:26 ---> 988c62694632 06:13:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:26 ---> Using cache 06:13:26 ---> d62516661fc5 06:13:26 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:13:27 ---> Running in 826d59819f32 06:13:27 ---> Running in 1b36445894db 06:13:28 Running setup.py install for dockerpty: started 06:13:28 Removing intermediate container 1b36445894db 06:13:28 ---> 7079533fa1e2 06:13:28 06:13:28 Successfully built 7079533fa1e2 06:13:29 Running setup.py install for dockerpty: finished with status 'done' 06:13:29 Running setup.py install for texttable: started 06:13:29 Successfully tagged docker-security-bootstrapper-go:latest 06:13:29  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 06:13:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:13:29 Running setup.py install for texttable: finished with status 'done' 06:13:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.140s coverage: 94.4% of statements 06:13:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.121s coverage: 44.8% of statements 06:13:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:13:31 OK: 233 MiB in 51 packages 06:13:34 Successfully installed PyYAML-3.13 cached-property-1.5.2 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.58.0 06:13:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.620s coverage: 81.8% of statements 06:13:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:13:37 Removing intermediate container 826d59819f32 06:13:37 ---> b01b3b66b287 06:13:37 Step 6/22 : COPY go.mod . 06:13:39 ---> 30eb80ce951a 06:13:39 Step 7/22 : RUN go mod download 06:13:39 ---> Running in 211f29fc8470 06:13:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:13:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:13:45 ---> 1189524a43fe 06:13:45 Step 3/23 : WORKDIR /edgex-go 06:13:45 ---> Using cache 06:13:45 ---> 988c62694632 06:13:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:45 ---> Using cache 06:13:45 ---> d62516661fc5 06:13:45 Step 5/23 : RUN apk add --update --no-cache make git 06:13:45 ---> Using cache 06:13:45 ---> aa5bb9dea07f 06:13:45 Step 6/23 : COPY go.mod . 06:13:45 ---> Using cache 06:13:45 ---> 6d930f3768fb 06:13:45 Step 7/23 : RUN go mod download 06:13:45 ---> Using cache 06:13:45 ---> 2f241f815158 06:13:45 Step 8/23 : COPY . . 06:13:45 ---> Using cache 06:13:45 ---> 9752220733b7 06:13:45 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.199s coverage: 92.9% of statements 06:13:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:13:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:13:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 06:13:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:13:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:13:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:13:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:13:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 06:13:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:13:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements 06:13:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.159s coverage: 75.5% of statements 06:13:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.121s coverage: 80.8% of statements 06:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.188s coverage: 87.2% of statements 06:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.219s coverage: 84.6% of statements 06:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.276s coverage: 91.6% of statements 06:13:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.541s coverage: 64.4% of statements 06:13:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:13:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements 06:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.069s coverage: 91.3% of statements 06:13:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 06:13:46 ---> Running in e9535c39e287 06:13:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements 06:13:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements 06:13:47 Removing intermediate container 211f29fc8470 06:13:47 ---> 09232a9eb8d7 06:13:47 Step 8/22 : COPY . . 06:13:49 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 06:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.898s coverage: 69.0% of statements 06:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 06:13:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.561s coverage: 38.4% of statements 06:13:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:13:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:13:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.093s coverage: 89.5% of statements 06:13:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:13:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements 06:13:52 Removing intermediate container 3d57b178b710 06:13:52 ---> fabebb8aa7bc 06:13:52 06:13:52 Step 10/22 : FROM alpine:3.12 06:13:52 ---> 13621d1b12d4 06:13:52 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:13:56 ---> Running in 07c643f0ae91 06:13:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.457s coverage: 47.0% of statements 06:13:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:13:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:13:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:13:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:13:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:13:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements 06:13:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:13:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements 06:13:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:13:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:13:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.150s coverage: 9.6% of statements 06:13:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:14:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.479s coverage: 92.6% of statements 06:14:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:14:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:14:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:14:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:14:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:14:01 ---> 1189524a43fe 06:14:01 Step 3/23 : WORKDIR /edgex-go 06:14:01 ---> Using cache 06:14:01 ---> 988c62694632 06:14:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:01 ---> Using cache 06:14:01 ---> d62516661fc5 06:14:01 Step 5/23 : RUN apk add --update --no-cache make git 06:14:01 ---> Using cache 06:14:01 ---> aa5bb9dea07f 06:14:01 Step 6/23 : COPY go.mod . 06:14:01 ---> Using cache 06:14:01 ---> 6d930f3768fb 06:14:01 Step 7/23 : RUN go mod download 06:14:01 ---> Using cache 06:14:01 ---> 2f241f815158 06:14:01 Step 8/23 : COPY . . 06:14:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:01 ---> Using cache 06:14:01 ---> 9752220733b7 06:14:01 Step 9/23 : RUN make cmd/core-command/core-command 06:14:01 (1/1) Installing dumb-init (1.2.2-r1) 06:14:01 Executing busybox-1.31.1-r20.trigger 06:14:01 OK: 6 MiB in 15 packages 06:14:02 ---> Running in 796684ea661c 06:14:05 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 06:14:05 Removing intermediate container 07c643f0ae91 06:14:05 ---> 601e45df6c7d 06:14:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:14:07 ---> Running in 7e0cbb29f403 06:14:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.192s coverage: 28.7% of statements 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:14:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:14:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.161s coverage: 100.0% of statements 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:14:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.160s coverage: 64.6% of statements 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:14:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.332s coverage: 97.6% of statements 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:14:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:14:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:14:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.134s coverage: 87.9% of statements 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:14:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:14:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.092s coverage: 100.0% of statements 06:14:07 Removing intermediate container 7e0cbb29f403 06:14:07 ---> 720f4af4d34a 06:14:07 Step 13/22 : ENV APP_PORT=48085 06:14:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 28.1% of statements 06:14:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 06:14:10 ---> Running in a669712ebd34 06:14:10 GO111MODULE=on go vet ./... 06:14:12 Removing intermediate container a669712ebd34 06:14:12 ---> 08f4b7132577 06:14:12 Step 14/22 : EXPOSE $APP_PORT 06:14:12 Removing intermediate container 5eda64e6a1f5 06:14:12 ---> ece1aaee3384 06:14:12 Step 14/23 : ENV APP_PORT=48090 06:14:15 ---> Running in 5b31080677b8 06:14:15 ---> Running in 2152543b4e02 06:14:17 Removing intermediate container 2152543b4e02 06:14:17 ---> eee148c0f51b 06:14:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:14:17 Removing intermediate container 5b31080677b8 06:14:17 ---> f5fafba52967 06:14:17 Step 15/23 : EXPOSE $APP_PORT 06:14:18 ---> Running in 41e22ffda92a 06:14:19 ---> 94e4e87a9b3f 06:14:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:14:21 Removing intermediate container 41e22ffda92a 06:14:21 ---> 94d5c26d3898 06:14:21 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:14:22 ---> 556266836ca8 06:14:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:14:22 ---> 9db8fb79e347 06:14:22 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:14:22 ---> 1ae983eecec9 06:14:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:14:22 ---> Running in d151e31edb8a 06:14:22 ---> 8a72742d5463 06:14:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:14:23 ---> Running in c6fb58605db2 06:14:23 ---> 852a5a122808 06:14:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:14:23 Removing intermediate container c6fb58605db2 06:14:23 ---> 30aacca40ee9 06:14:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:14:23 ---> Running in f5a0be1235b4 06:14:23 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 06:14:23 Removing intermediate container f5a0be1235b4 06:14:23 ---> 5fb607c78f59 06:14:23 Step 20/22 : LABEL arch=x86_64 06:14:23 ---> ad73c7bee93b 06:14:23 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 06:14:24 ---> Running in 779fc79cad8e 06:14:24 ---> Running in 07413f27087a 06:14:24 Removing intermediate container 779fc79cad8e 06:14:24 ---> 217cff6e84c2 06:14:24 Step 21/22 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:14:24 Removing intermediate container 07413f27087a 06:14:24 ---> a8c37b483f22 06:14:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:14:24 ---> Running in 310faf18d063 06:14:24 ---> Running in 334c677f63b2 06:14:24 Removing intermediate container 310faf18d063 06:14:24 ---> 6cae1b9a9f06 06:14:24 Step 22/22 : LABEL version=0.0.0 06:14:25 ---> Running in 353855965bfd 06:14:25 Removing intermediate container 334c677f63b2 06:14:25 ---> 825332c19e97 06:14:25 Step 21/23 : LABEL arch=x86_64 06:14:25 ---> Running in 43d5509fa4b7 06:14:25 Removing intermediate container 353855965bfd 06:14:25 ---> b29cf8a3d536 06:14:25 06:14:25 Removing intermediate container 43d5509fa4b7 06:14:25 ---> 80c4e1456a4f 06:14:25 Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:14:25 Successfully built b29cf8a3d536 06:14:25 Successfully tagged docker-support-scheduler-go:latest 06:14:26  Building docker-support-scheduler-go ... done  ---> Running in 893108fd0305 06:14:28 Removing intermediate container 893108fd0305 06:14:28 ---> 1948da3888ff 06:14:28 Step 23/23 : LABEL version=0.0.0 06:14:29 ---> Running in 88edb4ded8a3 06:14:31 Removing intermediate container e9535c39e287 06:14:31 ---> 007c249e2657 06:14:31 06:14:31 Step 10/23 : FROM alpine:3.12 06:14:31 ---> 13621d1b12d4 06:14:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:14:31 ---> Using cache 06:14:31 ---> 601e45df6c7d 06:14:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:14:31 ---> Using cache 06:14:31 ---> 720f4af4d34a 06:14:31 Step 13/23 : ENV APP_PORT=48081 06:14:31 Removing intermediate container 88edb4ded8a3 06:14:31 ---> 678dd53b6d8c 06:14:31 06:14:31 ---> Running in d517c438f11d 06:14:31 Successfully built 678dd53b6d8c 06:14:31 Successfully tagged docker-sys-mgmt-agent-go:latest 06:14:31  Building docker-sys-mgmt-agent-go ... done Removing intermediate container d517c438f11d 06:14:31 ---> 9de22dcd4834 06:14:31 Step 14/23 : EXPOSE $APP_PORT 06:14:32 ---> Running in a268ad773cd8 06:14:32 Removing intermediate container a268ad773cd8 06:14:32 ---> f87e31339ccf 06:14:32 Step 15/23 : WORKDIR / 06:14:32 ---> Running in 10e93e0bc278 06:14:32 Removing intermediate container 10e93e0bc278 06:14:32 ---> 411a4ba9c877 06:14:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:14:33 ---> 6da6ed0863a5 06:14:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:14:34 ---> 84654f99e1ec 06:14:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:14:36 ---> ec3371a4522b 06:14:36 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:14:37 ---> Running in a3e160b30568 06:14:37 Removing intermediate container 796684ea661c 06:14:37 ---> 9110c4fe473b 06:14:37 06:14:37 Step 10/23 : FROM alpine:3.12 06:14:37 ---> 13621d1b12d4 06:14:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:14:37 ---> Using cache 06:14:37 ---> 601e45df6c7d 06:14:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:14:37 ---> Using cache 06:14:37 ---> 720f4af4d34a 06:14:37 Step 13/23 : ENV APP_PORT=48082 06:14:37 Removing intermediate container a3e160b30568 06:14:37 ---> d7af255d7e56 06:14:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:14:37 ---> Running in a62e71917598 06:14:37 ---> Running in a03e0e34cb46 06:14:37 Removing intermediate container a62e71917598 06:14:37 ---> 104362e42b64 06:14:37 Step 14/23 : EXPOSE $APP_PORT 06:14:38 ---> Running in b4e354bdb95c 06:14:38 Removing intermediate container a03e0e34cb46 06:14:38 ---> d257f94349ed 06:14:38 Step 21/23 : LABEL arch=x86_64 06:14:38 ---> Running in 27af97599018 06:14:38 Removing intermediate container b4e354bdb95c 06:14:38 ---> 3d8068f148b7 06:14:38 Step 15/23 : WORKDIR / 06:14:38 ---> Running in 07b18e371bff 06:14:38 Removing intermediate container 27af97599018 06:14:38 ---> da5cfe2c95d6 06:14:38 Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:14:38 ---> Running in 91cd8f0858b3 06:14:38 Removing intermediate container 07b18e371bff 06:14:38 ---> 1f0d67c8946f 06:14:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:14:39 ---> 90c21dc070a2 06:14:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:14:39 Removing intermediate container 91cd8f0858b3 06:14:39 ---> 0e56939736b5 06:14:39 Step 23/23 : LABEL version=0.0.0 06:14:40 ---> Running in 54d99c19ee1e 06:14:40 Removing intermediate container 54d99c19ee1e 06:14:40 ---> 7af471bfe99d 06:14:40 06:14:40 Successfully built 7af471bfe99d 06:14:41 Successfully tagged docker-core-metadata-go:latest 06:14:41 ---> d4f3b21e97b6 06:14:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:14:41  Building docker-core-metadata-go ... done  ---> e99aae542ed0 06:14:41 Step 19/23 : ENTRYPOINT ["/core-command"] 06:14:41 ---> Running in 633f061d5e87 06:14:42 Removing intermediate container 633f061d5e87 06:14:42 ---> 4e69649d75ea 06:14:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:14:42 ---> Running in ef1c046438aa 06:14:42 Removing intermediate container ef1c046438aa 06:14:42 ---> bd8cf1a4290b 06:14:42 Step 21/23 : LABEL arch=x86_64 06:14:42 ---> Running in 3c102071e167 06:14:42 Removing intermediate container 3c102071e167 06:14:42 ---> 79db2fc15353 06:14:42 Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:14:42 ---> Running in 39ba5e074d97 06:14:43 Removing intermediate container 39ba5e074d97 06:14:43 ---> 8ac8470e6191 06:14:43 Step 23/23 : LABEL version=0.0.0 06:14:43 ---> Running in 426d88cdab88 06:14:43 Removing intermediate container 426d88cdab88 06:14:43 ---> d968e0837ef6 06:14:43 06:14:43 Successfully built d968e0837ef6 06:14:43 Successfully tagged docker-core-command-go:latest 06:14:46  Building docker-core-command-go ... done Removing intermediate container d151e31edb8a 06:14:46 ---> de6338e6dbd2 06:14:46 06:14:46 Step 10/22 : FROM alpine:3.12 06:14:46 ---> 13621d1b12d4 06:14:46 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:14:46 ---> Running in 2665d16e23d1 06:14:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:47 (1/2) Installing ca-certificates (20191127-r4) 06:14:47 (2/2) Installing dumb-init (1.2.2-r1) 06:14:47 Executing busybox-1.31.1-r20.trigger 06:14:47 Executing ca-certificates-20191127-r4.trigger 06:14:47 OK: 6 MiB in 16 packages 06:14:48 Removing intermediate container 2665d16e23d1 06:14:48 ---> 209d81e2a97a 06:14:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:14:48 ---> Running in 3469876fc81f 06:14:48 Removing intermediate container 3469876fc81f 06:14:48 ---> 908f4169cc8c 06:14:48 Step 13/22 : ENV APP_PORT=48060 06:14:49 ---> Running in 24c6ad8c11a3 06:14:49 Removing intermediate container 24c6ad8c11a3 06:14:49 ---> de9a9f46a5df 06:14:49 Step 14/22 : EXPOSE $APP_PORT 06:14:49 ---> Running in 82cab64f763c 06:14:49 Removing intermediate container 82cab64f763c 06:14:49 ---> 59b1241854d9 06:14:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:14:50 ---> 88fb64369820 06:14:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:14:50 ---> 27b7f7905669 06:14:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:14:50 ---> b430ef58d1bd 06:14:50 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:14:50 ---> Running in f7090440771f 06:14:51 Removing intermediate container f7090440771f 06:14:51 ---> 9de56bcae689 06:14:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:14:51 ---> Running in d4355b0a05c1 06:14:51 Removing intermediate container d4355b0a05c1 06:14:51 ---> 2ef9d88d3bee 06:14:51 Step 20/22 : LABEL arch=x86_64 06:14:51 ---> Running in 4c4189cdb770 06:14:51 Removing intermediate container 4c4189cdb770 06:14:51 ---> 02b74db63faf 06:14:51 Step 21/22 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:14:51 ---> Running in b2496bb47d88 06:14:51 Removing intermediate container b2496bb47d88 06:14:51 ---> a4c7c1838556 06:14:51 Step 22/22 : LABEL version=0.0.0 06:14:51 ---> Running in 594002bf8a36 06:14:52 Removing intermediate container 594002bf8a36 06:14:52 ---> d14aa47f87c6 06:14:52 06:14:52 Successfully built d14aa47f87c6 06:14:52 Successfully tagged docker-support-notifications-go:latest 06:14:52  Building docker-support-notifications-go ... done  [Pipeline] } 06:14:52 $ docker stop --time=1 2dc102d3bed3ec5e0b80f802e19ef36cd5c2441af731d7f7ff035cc9a16b633c 06:14:54 $ docker rm -f 2dc102d3bed3ec5e0b80f802e19ef36cd5c2441af731d7f7ff035cc9a16b633c [Pipeline] // withDockerContainer [Pipeline] sh 06:14:55 + docker images 06:14:55 + grep docker 06:14:55 docker-support-notifications-go latest d14aa47f87c6 3 seconds ago 18.2MB 06:14:55 docker-core-command-go latest d968e0837ef6 12 seconds ago 17.5MB 06:14:55 docker-core-metadata-go latest 7af471bfe99d 15 seconds ago 19.2MB 06:14:55 docker-sys-mgmt-agent-go latest 678dd53b6d8c 24 seconds ago 312MB 06:14:55 docker-support-scheduler-go latest b29cf8a3d536 30 seconds ago 17.7MB 06:14:55 docker-security-bootstrapper-go latest 7079533fa1e2 About a minute ago 19.3MB 06:14:55 docker-core-data-go latest 17e0096f8c9c About a minute ago 22.9MB 06:14:55 docker-security-secretstore-setup-go latest e1b2f6adfde7 About a minute ago 26.3MB 06:14:55 docker-security-proxy-setup-go latest c09ed71bdc9f 2 minutes ago 26MB 06:14:55 docker 20.10.0 aefe523efa57 4 months ago 240MB [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 06:15:10 Still waiting to schedule task 06:15:10 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 06:15:32 gofmt -l . 06:15:32 [ "`gofmt -l .`" = "" ] 06:15:32 ./bin/test-go-mod-tidy.sh 06:15:32 ./bin/test-attribution-txt.sh [Pipeline] sh 06:15:35 + ls -al . 06:15:35 total 828 06:15:35 drwxrwxr-x 9 1001 1001 4096 Apr 28 06:15 . 06:15:35 drwxr-xr-x 4 root root 4096 Apr 28 06:11 .. 06:15:35 -rw-rw-r-- 1 1001 1001 11 Apr 28 06:09 .dockerignore 06:15:35 drwxrwxr-x 8 1001 1001 4096 Apr 28 06:09 .git 06:15:35 drwxrwxr-x 3 1001 1001 4096 Apr 28 06:09 .github 06:15:35 -rw-rw-r-- 1 1001 1001 818 Apr 28 06:09 .gitignore 06:15:35 -rw-rw-r-- 1 1001 1001 166 Apr 28 06:09 .sonarcloud.properties 06:15:35 -rw-rw-r-- 1 1001 1001 8609 Apr 28 06:09 Attribution.txt 06:15:35 -rw-rw-r-- 1 1001 1001 3804 Apr 28 06:09 CONTRIBUTING.md 06:15:35 -rw-rw-r-- 1 1001 1001 931 Apr 28 06:09 Dockerfile.build 06:15:35 -rw-rw-r-- 1 1001 1001 863 Apr 28 06:09 Jenkinsfile 06:15:35 -rw-rw-r-- 1 1001 1001 10775 Apr 28 06:09 LICENSE 06:15:35 -rw-rw-r-- 1 1001 1001 5774 Apr 28 06:09 Makefile 06:15:35 -rw-rw-r-- 1 1001 1001 7978 Apr 28 06:09 README.md 06:15:35 -rw-rw-r-- 1 1001 1001 6755 Apr 28 06:09 SECURITY.md 06:15:35 -rw-rw-r-- 1 1001 1001 5 Apr 28 06:06 VERSION 06:15:35 -rw-rw-r-- 1 1001 1001 4131 Apr 28 06:09 ZMQWindows.md 06:15:35 drwxrwxr-x 2 1001 1001 4096 Apr 28 06:09 bin 06:15:35 drwxrwxr-x 14 1001 1001 4096 Apr 28 06:09 cmd 06:15:35 -rw-r--r-- 1 root root 689628 Apr 28 06:14 coverage.out 06:15:35 -rw-r--r-- 1 root root 1060 Apr 28 06:15 go.mod 06:15:35 -rw-r--r-- 1 root root 21862 Apr 28 06:15 go.sum 06:15:35 drwxrwxr-x 8 1001 1001 4096 Apr 28 06:09 internal 06:15:35 drwxrwxr-x 4 1001 1001 4096 Apr 28 06:09 openapi 06:15:35 drwxrwxr-x 4 1001 1001 4096 Apr 28 06:09 snap 06:15:35 -rw-rw-r-- 1 1001 1001 168 Apr 28 06:09 version.go [Pipeline] sh 06:15:35 + '[' -e coverage.out ] 06:15:35 + chown 1001:1001 coverage.out [Pipeline] stash 06:15:35 Warning: overwriting stash ‘coverage-report’ 06:15:36 Stashed 1 file(s) [Pipeline] sh 06:15:37 + make build 06:15:37 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 06:15:47 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 06:16:04 Running on prd-ubuntu18.04-docker-8c-8g-2168 in /w/workspace/edgexfoundry_edgex-go_PR-3404 [Pipeline] { [Pipeline] ws 06:16:04 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:16:07 using credential edgex-jenkins-ssh 06:16:07 Cloning the remote Git repository 06:16:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:16:07 > git init /w/workspace/edgex-go/1 # timeout=10 06:16:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:16:07 > git --version # timeout=10 06:16:07 > git --version # 'git version 2.17.1' 06:16:07 using GIT_SSH to set credentials SSH Credentials for GitHub 06:16:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:16:14 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 06:16:16 Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit 3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:16:16 Merge succeeded, producing 3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:16:16 Checking out Revision 3718f1804264b4d9eff5b8dceaa8090d27be1d0a (PR-3404) 06:16:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:16:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:16:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:16:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:16:15 using GIT_SSH to set credentials SSH Credentials for GitHub 06:16:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:16:16 > git config core.sparsecheckout # timeout=10 06:16:16 > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 06:16:16 > git remote # timeout=10 06:16:16 > git config --get remote.origin.url # timeout=10 06:16:16 using GIT_SSH to set credentials SSH Credentials for GitHub 06:16:16 > git merge d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 06:16:16 > git rev-parse HEAD^{commit} # timeout=10 06:16:16 > git config core.sparsecheckout # timeout=10 06:16:16 > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 06:16:16 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 06:16:19 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 06:16:19 > git --version # timeout=10 06:16:19 > git --version # 'git version 2.17.1' 06:16:19 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:16:21 + echo snap-build.sh 06:16:21 snap-build.sh 06:16:21 + SNAP_BASE_DIR=. 06:16:21 + '[' '!' -z /w/workspace/edgex-go/1 ']' 06:16:21 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 06:16:21 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 06:16:21 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 06:16:21 + cd /w/workspace/edgex-go/1 06:16:21 + sudo apt-get remove -qy --purge lxd lxd-client 06:16:21 Reading package lists... 06:16:21 Building dependency tree... 06:16:21 Reading state information... 06:16:21 The following packages were automatically installed and are no longer required: 06:16:21 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 06:16:21 uidmap xdelta3 06:16:21 Use 'sudo apt autoremove' to remove them. 06:16:21 The following packages will be REMOVED: 06:16:21 lxd* lxd-client* 06:16:21 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 06:16:21 After this operation, 31.7 MB disk space will be freed. 06:16:22 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 06:16:23 (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 ... 190027 files and directories currently installed.) 06:16:23 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 06:16:23 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 06:16:24 Removing lxd dnsmasq configuration 06:16:24 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 06:16:24 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 06:16:25 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 06:16:25 (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 ... 189852 files and directories currently installed.) 06:16:25 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 06:16:26 Processing triggers for systemd (237-3ubuntu10.42) ... 06:16:26 Processing triggers for ureadahead (0.100.0-21) ... 06:16:27 + sudo snap remove --purge lxd 06:16:28 snap "lxd" is not installed 06:16:28 + sudo groupadd --force --system lxd 06:16:28 ++ whoami 06:16:28 + sudo /usr/sbin/usermod -G lxd -a jenkins 06:16:28 + newgrp - lxd 06:16:28 + sudo snap install lxd 06:16:28 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 06:16:34 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 06:16:36 2021-04-28T06:16:34Z INFO Waiting for automatic snapd restart... 06:16:37 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 06:16:42 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 06:16:45 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 06:16:48 lxd 4.13 from Canonical* installed 06:16:48 + sudo lxd init --auto 06:16:49 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] } 06:16:56 $ docker stop --time=1 9bbfc8b7f5cda55033257bb36406cd6c56cc715182d08d0647b0d14644bbc571 06:16:56 + sudo snap install --classic snapcraft 06:16:59 $ docker rm -f 9bbfc8b7f5cda55033257bb36406cd6c56cc715182d08d0647b0d14644bbc571 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:17:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:17:00 06:17:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:17:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:17:01 latest: Pulling from edgex-devops/edgex-compose-arm64 06:17:01 29e5d40040c1: Pulling fs layer 06:17:01 1ce36da41761: Pulling fs layer 06:17:01 25b303627fd3: Pulling fs layer 06:17:02 snapcraft 4.6.2 from Canonical* installed 06:17:02 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 06:17:02 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 06:17:02 % Total % Received % Xferd Average Speed Time Time Time Current 06:17:02 Dload Upload Total Spent Left Speed 06:17:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4576 0 --:--:-- --:--:-- --:--:-- 4543 06:17:02 100 3325k 100 3325k 0 0 6855k 0 --:--:-- --:--:-- --:--:-- 6855k 06:17:02 ./yq_linux_amd64 06:17:02 + sudo snapcraft prime --use-lxd 06:17:03 29e5d40040c1: Verifying Checksum 06:17:03 29e5d40040c1: Download complete 06:17:03 1ce36da41761: Verifying Checksum 06:17:03 1ce36da41761: Download complete 06:17:03 29e5d40040c1: Pull complete 06:17:03 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 06:17:03 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: 06:17:03 - README.md 06:17:03 06:17:03 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:17:04 1ce36da41761: Pull complete 06:17:04 Launching a container. 06:17:05 25b303627fd3: Verifying Checksum 06:17:05 25b303627fd3: Download complete 06:17:15 25b303627fd3: Pull complete 06:17:15 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:17:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:17:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:17:15 prd-ubuntu18.04-docker-arm64-4c-16g-2165 does not seem to be running inside a container 06:17:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:17:17 Waiting for container to be ready 06:17:17 To start your first instance, try: lxc launch ubuntu:18.04 06:17:17 06:17:19 $ docker top 6e4640779dca98c7a65df4d7b04510e9308769baff23158f12c7cdd1344bf2ca -eo pid,comm [Pipeline] { [Pipeline] sh 06:17:20 + docker-compose build --help 06:17:20 + grep parallel 06:17:21 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 06:17:21 Waiting for network to be ready... 06:17:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:17:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] 06:17:22 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:17:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 06:17:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 06:17:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 06:17:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 06:17:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 06:17:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 06:17:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 06:17:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:17:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:17:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:17:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:17:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:17:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:17:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:17:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:17:23 --parallel Build images in parallel. 06:17:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:17:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 06:17:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 06:17:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 06:17:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 06:17:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 06:17:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 06:17:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 06:17:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [Pipeline] } 06:17:23 $ docker stop --time=1 6e4640779dca98c7a65df4d7b04510e9308769baff23158f12c7cdd1344bf2ca 06:17:25 $ docker rm -f 6e4640779dca98c7a65df4d7b04510e9308769baff23158f12c7cdd1344bf2ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:17:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:17:27 . [Pipeline] withDockerContainer 06:17:27 Fetched 24.4 MB in 5s (4691 kB/s) 06:17:27 prd-ubuntu18.04-docker-arm64-4c-16g-2165 does not seem to be running inside a container 06:17:27 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:17:28 Reading package lists... 06:17:28 Reading package lists... 06:17:28 Building dependency tree... 06:17:28 Reading state information... 06:17:29 The following additional packages will be installed: 06:17:29 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:17:29 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:17:29 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:17:29 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 06:17:29 Suggested packages: 06:17:29 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 06:17:29 Recommended packages: 06:17:29 gnupg libsasl2-modules 06:17:29 The following NEW packages will be installed: 06:17:29 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:17:29 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:17:29 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:17:29 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 06:17:29 The following packages will be upgraded: 06:17:29 gpg gpg-agent gpgconf libudev1 06:17:29 $ docker top e0b0dfc439838810b556742803c17031b47fe4c3a98bfb40bce6c12693a1b5d2 -eo pid,comm 06:17:29 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 06:17:29 Need to get 3529 kB of archives. 06:17:29 After this operation, 13.3 MB of additional disk space will be used. 06:17:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 06:17:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 06:17:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 06:17:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 06:17:29 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 06:17:29 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [Pipeline] { [Pipeline] sh 06:17:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 06:17:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 06:17:30 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 06:17:30 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 06:17:30 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 06:17:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 06:17:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 06:17:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 06:17:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 06:17:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 06:17:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 06:17:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 06:17:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 06:17:30 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 06:17:30 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 06:17:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 06:17:30 + docker-compose -f ./docker-compose-build.yml build --parallel 06:17:30 debconf: delaying package configuration, since apt-utils is not installed 06:17:30 Fetched 3529 kB in 1s (3159 kB/s) 06:17:30 (Reading database ... 12511 files and directories currently installed.) 06:17:30 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 06:17:30 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 06:17:30 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 06:17:30 Selecting previously unselected package udev. 06:17:30 (Reading database ... 12511 files and directories currently installed.) 06:17:30 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 06:17:30 Unpacking udev (237-3ubuntu10.46) ... 06:17:31 Selecting previously unselected package libfuse2:amd64. 06:17:31 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 06:17:31 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:17:31 Selecting previously unselected package fuse. 06:17:31 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 06:17:31 Unpacking fuse (2.9.7-1ubuntu1) ... 06:17:31 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 06:17:31 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 06:17:31 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 06:17:31 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 06:17:31 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 06:17:31 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 06:17:31 Selecting previously unselected package libksba8:amd64. 06:17:31 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 06:17:31 Unpacking libksba8:amd64 (1.3.5-2) ... 06:17:32 Selecting previously unselected package libroken18-heimdal:amd64. 06:17:32 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:17:32 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:32 Selecting previously unselected package libasn1-8-heimdal:amd64. 06:17:32 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:17:32 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:32 Selecting previously unselected package libheimbase1-heimdal:amd64. 06:17:32 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:17:32 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:32 Selecting previously unselected package libhcrypto4-heimdal:amd64. 06:17:32 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:17:32 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:32 Selecting previously unselected package libwind0-heimdal:amd64. 06:17:32 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:17:32 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:32 Selecting previously unselected package libhx509-5-heimdal:amd64. 06:17:32 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:17:32 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:32 Selecting previously unselected package libkrb5-26-heimdal:amd64. 06:17:32 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:17:32 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:32 Selecting previously unselected package libheimntlm0-heimdal:amd64. 06:17:32 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:17:32 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:32 Selecting previously unselected package libgssapi3-heimdal:amd64. 06:17:32 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:17:32 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:32 Selecting previously unselected package libsasl2-modules-db:amd64. 06:17:32 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 06:17:32 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:17:33 Selecting previously unselected package libsasl2-2:amd64. 06:17:33 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 06:17:33 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:17:33 Selecting previously unselected package libldap-common. 06:17:33 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 06:17:33 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 06:17:33 Selecting previously unselected package libldap-2.4-2:amd64. 06:17:33 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 06:17:33 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 06:17:33 Selecting previously unselected package dirmngr. 06:17:33 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 06:17:33 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 06:17:33 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 06:17:33 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 06:17:33 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:17:33 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:17:33 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:17:33 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 06:17:33 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:33 Setting up libksba8:amd64 (1.3.5-2) ... 06:17:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:17:33 Setting up udev (237-3ubuntu10.46) ... 06:17:34 invoke-rc.d: policy-rc.d denied execution of start. 06:17:34 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:34 Processing triggers for systemd (237-3ubuntu10) ... 06:17:34 Setting up fuse (2.9.7-1ubuntu1) ... 06:17:34 Setting up gpg (2.2.4-1ubuntu1.4) ... 06:17:34 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:34 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:34 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:34 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:34 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:34 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:34 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:17:34 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 06:17:34 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 06:17:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:17:34 Building docker-core-command-go ... 06:17:34 Building docker-core-data-go ... 06:17:34 Building docker-core-metadata-go ... 06:17:34 Building docker-security-bootstrapper-go ... 06:17:34 Building docker-security-proxy-setup-go ... 06:17:34 Building docker-security-secretstore-setup-go ... 06:17:34 Building docker-support-notifications-go ... 06:17:34 Building docker-support-scheduler-go ... 06:17:34 Building docker-sys-mgmt-agent-go ... 06:17:34 Building docker-core-data-go 06:17:34 Building docker-security-bootstrapper-go 06:17:34 Building docker-support-notifications-go 06:17:34 Building docker-core-metadata-go 06:17:34 Building docker-security-proxy-setup-go 06:17:35 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 06:17:35 settings in the [Install] section, and DefaultInstance for template units). 06:17:35 This means they are not meant to be enabled using systemctl. 06:17:35 Possible reasons for having this kind of units are: 06:17:35 1) A unit may be statically enabled by being symlinked from another unit's 06:17:35 .wants/ or .requires/ directory. 06:17:35 2) A unit's purpose may be to act as a helper for some other unit which has 06:17:35 a requirement dependency on it. 06:17:35 3) A unit may be started when needed via activation (socket, path, timer, 06:17:35 D-Bus, udev, scripted systemctl call, ...). 06:17:35 4) In case of template units, the unit is meant to be enabled with some 06:17:35 instance name specified. 06:17:35 Reading package lists... 06:17:35 Building dependency tree... 06:17:35 Reading state information... 06:17:35 The following additional packages will be installed: 06:17:35 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 06:17:35 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 06:17:35 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 06:17:35 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 06:17:35 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 06:17:35 Suggested packages: 06:17:35 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 06:17:35 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 06:17:35 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 06:17:35 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 06:17:35 systemd-container policykit-1 06:17:35 Recommended packages: 06:17:35 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 06:17:36 The following NEW packages will be installed: 06:17:36 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 06:17:36 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 06:17:36 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 06:17:36 multiarch-support openssh-client python3 python3-minimal python3.6 06:17:36 python3.6-minimal snapd squashfs-tools sudo 06:17:36 The following packages will be upgraded: 06:17:36 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 06:17:36 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 06:17:36 Need to get 35.2 MB of archives. 06:17:36 After this operation, 141 MB of additional disk space will be used. 06:17:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 06:17:36 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 06:17:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 06:17:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 06:17:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 06:17:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 06:17:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 06:17:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 06:17:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 06:17:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 06:17:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 06:17:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 06:17:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 06:17:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 06:17:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 06:17:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 06:17:36 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 06:17:37 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 06:17:37 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 06:17:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 06:17:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 06:17:37 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 06:17:37 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 06:17:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 06:17:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 06:17:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 06:17:37 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 06:17:37 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 06:17:37 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 06:17:37 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 06:17:37 debconf: delaying package configuration, since apt-utils is not installed 06:17:37 Fetched 35.2 MB in 1s (26.6 MB/s) 06:17:37 (Reading database ... 12757 files and directories currently installed.) 06:17:37 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 06:17:38 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 06:17:38 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 06:17:38 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 06:17:38 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 06:17:38 (Reading database ... 12757 files and directories currently installed.) 06:17:38 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 06:17:38 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 06:17:39 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 06:17:39 (Reading database ... 12757 files and directories currently installed.) 06:17:39 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 06:17:39 Unpacking apt (1.6.13) over (1.6.1) ... 06:17:39 Setting up apt (1.6.13) ... 06:17:39 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 06:17:40 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 06:17:40 (Reading database ... 12764 files and directories currently installed.) 06:17:40 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 06:17:40 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 06:17:40 Selecting previously unselected package libpython3.6-minimal:amd64. 06:17:40 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 06:17:40 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 06:17:40 Selecting previously unselected package libexpat1:amd64. 06:17:40 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 06:17:40 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:17:40 Selecting previously unselected package python3.6-minimal. 06:17:40 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 06:17:40 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 06:17:41 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 06:17:41 Checking for services that may need to be restarted...done. 06:17:41 Checking for services that may need to be restarted...done. 06:17:41 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 06:17:41 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:17:41 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 06:17:41 Selecting previously unselected package python3-minimal. 06:17:41 (Reading database ... 13012 files and directories currently installed.) 06:17:41 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 06:17:41 Unpacking python3-minimal (3.6.7-1~18.04) ... 06:17:42 Selecting previously unselected package mime-support. 06:17:42 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 06:17:42 Unpacking mime-support (3.60ubuntu1) ... 06:17:42 Selecting previously unselected package libmpdec2:amd64. 06:17:42 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 06:17:42 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:17:42 Selecting previously unselected package libpython3.6-stdlib:amd64. 06:17:42 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 06:17:42 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 06:17:42 Selecting previously unselected package python3.6. 06:17:42 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 06:17:42 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 06:17:42 Selecting previously unselected package libpython3-stdlib:amd64. 06:17:42 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 06:17:42 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:17:42 Setting up python3-minimal (3.6.7-1~18.04) ... 06:17:43 Selecting previously unselected package python3. 06:17:43 (Reading database ... 13442 files and directories currently installed.) 06:17:43 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 06:17:43 Unpacking python3 (3.6.7-1~18.04) ... 06:17:43 Selecting previously unselected package multiarch-support. 06:17:43 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 06:17:43 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 06:17:43 Setting up multiarch-support (2.27-3ubuntu1.4) ... 06:17:43 Selecting previously unselected package liblzo2-2:amd64. 06:17:43 (Reading database ... 13479 files and directories currently installed.) 06:17:43 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 06:17:43 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 06:17:43 Selecting previously unselected package libbsd0:amd64. 06:17:43 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 06:17:43 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:17:43 Selecting previously unselected package sudo. 06:17:43 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 06:17:43 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 06:17:44 Selecting previously unselected package apparmor. 06:17:44 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 06:17:44 Unpacking apparmor (2.12-4ubuntu5.1) ... 06:17:44 Selecting previously unselected package libedit2:amd64. 06:17:44 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 06:17:44 Unpacking libedit2:amd64 (3.1-20170329-1) ... 06:17:44 Selecting previously unselected package libkrb5support0:amd64. 06:17:44 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 06:17:44 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:17:44 Selecting previously unselected package libk5crypto3:amd64. 06:17:44 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 06:17:44 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:17:44 Selecting previously unselected package libkeyutils1:amd64. 06:17:44 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 06:17:44 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:17:44 Selecting previously unselected package libkrb5-3:amd64. 06:17:44 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 06:17:44 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:17:44 Selecting previously unselected package libgssapi-krb5-2:amd64. 06:17:44 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 06:17:44 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:17:44 Selecting previously unselected package libssl1.0.0:amd64. 06:17:44 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 06:17:44 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 06:17:45 Selecting previously unselected package openssh-client. 06:17:45 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 06:17:45 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 06:17:45 Selecting previously unselected package squashfs-tools. 06:17:45 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 06:17:45 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:17:45 Selecting previously unselected package snapd. 06:17:45 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 06:17:45 Unpacking snapd (2.48.3+18.04) ... 06:17:47 Setting up libedit2:amd64 (3.1-20170329-1) ... 06:17:47 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 06:17:47 Setting up mime-support (3.60ubuntu1) ... 06:17:47 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 06:17:47 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:17:47 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:17:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:17:47 Setting up systemd (237-3ubuntu10.46) ... 06:17:47 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 06:17:49 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:17:49 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:17:49 Setting up liblzo2-2:amd64 (2.08-1.2) ... 06:17:49 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 06:17:49 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:17:49 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 06:17:50 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:17:50 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:17:50 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:17:50 Setting up python3 (3.6.7-1~18.04) ... 06:17:50 running python rtupdate hooks for python3.6... 06:17:50 running python post-rtupdate hooks for python3.6... 06:17:50 Setting up apparmor (2.12-4ubuntu5.1) ... 06:17:52 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 06:17:52 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:17:52 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 06:17:52 Setting up snapd (2.48.3+18.04) ... 06:17:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 06:17:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 06:17:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 06:17:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 06:17:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:17:53 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:17:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 06:17:53 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 06:17:54 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 06:17:54 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 06:17:54 /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' 06:17:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:17:54 Processing triggers for systemd (237-3ubuntu10.46) ... 06:17:56 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 06:17:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:17:56 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:17:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] 06:17:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 06:17:57 Fetched 2909 kB in 1s (1943 kB/s) 06:17:58 Reading package lists... 06:17:58 Reading package lists... 06:17:59 Building dependency tree... 06:17:59 Reading state information... 06:17:59 Calculating upgrade... 06:17:59 The following packages will be upgraded: 06:17:59 advancecomp base-files bash binutils binutils-common 06:17:59 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 06:17:59 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 06:17:59 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 06:17:59 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 06:17:59 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 06:17:59 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 06:17:59 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 06:17:59 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 06:17:59 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 06:17:59 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 06:17:59 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 06:17:59 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 06:17:59 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 06:17:59 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 06:17:59 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 06:17:59 Need to get 64.0 MB of archives. 06:17:59 After this operation, 5034 kB of additional disk space will be used. 06:17:59 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 06:17:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 06:18:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 06:18:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 06:18:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 06:18:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 06:18:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 06:18:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 06:18:00 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 06:18:00 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 06:18:00 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 06:18:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 06:18:00 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 06:18:00 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 06:18:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 06:18:00 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 06:18:00 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 06:18:00 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 06:18:00 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 06:18:00 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 06:18:00 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 06:18:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 06:18:00 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 06:18:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 06:18:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 06:18:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 06:18:00 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 06:18:00 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 06:18:00 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 06:18:00 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 06:18:00 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 06:18:00 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 06:18:00 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 06:18:00 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 06:18:00 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 06:18:00 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 06:18:00 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 06:18:00 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 06:18:00 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 06:18:00 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 06:18:00 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 06:18:00 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 06:18:00 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 06:18:00 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 06:18:00 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 06:18:00 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 06:18:00 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 06:18:00 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 06:18:00 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 06:18:00 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 06:18:00 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 06:18:00 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 06:18:00 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 06:18:00 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 06:18:00 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 06:18:00 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 06:18:00 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 06:18:01 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 06:18:01 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 06:18:01 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 06:18:01 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 06:18:01 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 06:18:01 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 06:18:01 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 06:18:01 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 06:18:01 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 06:18:01 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 06:18:01 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 06:18:01 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 06:18:01 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 06:18:01 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 06:18:01 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 06:18:01 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 06:18:01 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 06:18:01 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 06:18:01 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 06:18:01 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 06:18:01 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 06:18:01 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 06:18:01 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 06:18:01 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 06:18:01 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 06:18:01 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 06:18:01 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 06:18:01 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 06:18:01 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 06:18:01 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 06:18:01 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 06:18:01 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 06:18:01 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 06:18:01 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 06:18:01 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 06:18:01 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 06:18:02 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 06:18:02 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 06:18:02 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 06:18:02 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 06:18:02 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 06:18:02 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 06:18:02 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 06:18:02 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 06:18:02 debconf: delaying package configuration, since apt-utils is not installed 06:18:02 Fetched 64.0 MB in 3s (19.7 MB/s) 06:18:02 (Reading database ... 13912 files and directories currently installed.) 06:18:02 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 06:18:02 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:18:03 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 06:18:03 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:18:03 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 06:18:03 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 06:18:04 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:18:04 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:18:04 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:18:04 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:18:05 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:18:05 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:18:05 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:18:05 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:18:05 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:18:05 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:18:05 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:18:05 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:18:05 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:18:05 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:18:05 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 06:18:05 (Reading database ... 13911 files and directories currently installed.) 06:18:05 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 06:18:05 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 06:18:06 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 06:18:06 (Reading database ... 13911 files and directories currently installed.) 06:18:06 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:18:06 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:18:06 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:18:06 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:18:06 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:18:06 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:18:06 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 06:18:06 (Reading database ... 13911 files and directories currently installed.) 06:18:06 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 06:18:06 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:18:07 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 06:18:07 (Reading database ... 13911 files and directories currently installed.) 06:18:07 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 06:18:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 06:18:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 06:18:07 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 06:18:08 Setting up base-files (10.1ubuntu2.10) ... 06:18:08 Installing new version of config file /etc/issue ... 06:18:08 Installing new version of config file /etc/issue.net ... 06:18:08 Installing new version of config file /etc/lsb-release ... 06:18:08 Installing new version of config file /etc/update-motd.d/50-motd-news ... 06:18:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 06:18:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 06:18:08 Removing obsolete conffile /etc/default/motd-news ... 06:18:08 (Reading database ... 13912 files and directories currently installed.) 06:18:08 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 06:18:08 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 06:18:08 Setting up bash (4.4.18-2ubuntu1.2) ... 06:18:08 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 06:18:09 (Reading database ... 13912 files and directories currently installed.) 06:18:09 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 06:18:09 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 06:18:09 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 06:18:09 (Reading database ... 13912 files and directories currently installed.) 06:18:09 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 06:18:09 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 06:18:09 Setting up tar (1.29b-2ubuntu0.2) ... 06:18:09 (Reading database ... 13912 files and directories currently installed.) 06:18:09 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 06:18:09 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:18:09 Setting up dpkg (1.19.0.5ubuntu2.3) ... 06:18:09 (Reading database ... 13912 files and directories currently installed.) 06:18:09 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 06:18:09 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:18:10 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 06:18:10 (Reading database ... 13912 files and directories currently installed.) 06:18:10 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 06:18:10 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:18:10 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 06:18:10 (Reading database ... 13912 files and directories currently installed.) 06:18:10 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 06:18:10 Unpacking grep (3.1-2build1) over (3.1-2) ... 06:18:10 Setting up grep (3.1-2build1) ... 06:18:10 (Reading database ... 13912 files and directories currently installed.) 06:18:10 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 06:18:10 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:18:10 Setting up login (1:4.5-1ubuntu2) ... 06:18:10 (Reading database ... 13912 files and directories currently installed.) 06:18:10 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 06:18:10 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:18:10 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 06:18:11 (Reading database ... 13912 files and directories currently installed.) 06:18:11 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 06:18:11 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:18:11 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 06:18:11 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:18:12 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 06:18:12 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:18:12 Setting up perl-base (5.26.1-6ubuntu0.5) ... 06:18:12 (Reading database ... 13912 files and directories currently installed.) 06:18:12 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 06:18:12 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:18:13 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:18:13 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:18:13 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:18:13 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:18:13 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 06:18:13 (Reading database ... 13912 files and directories currently installed.) 06:18:13 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 06:18:13 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 06:18:14 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 06:18:14 (Reading database ... 13912 files and directories currently installed.) 06:18:14 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:18:14 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:18:14 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:18:14 (Reading database ... 13912 files and directories currently installed.) 06:18:14 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:18:14 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:18:14 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:18:14 (Reading database ... 13912 files and directories currently installed.) 06:18:14 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:18:14 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:18:14 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:18:15 (Reading database ... 13912 files and directories currently installed.) 06:18:15 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:18:15 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:18:15 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:18:15 (Reading database ... 13912 files and directories currently installed.) 06:18:15 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 06:18:15 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:18:15 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 06:18:15 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:18:15 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 06:18:15 (Reading database ... 13912 files and directories currently installed.) 06:18:15 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 06:18:15 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:18:15 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 06:18:15 (Reading database ... 13912 files and directories currently installed.) 06:18:15 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:18:15 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:18:16 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:18:16 (Reading database ... 13912 files and directories currently installed.) 06:18:16 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:18:16 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:18:16 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 06:18:16 (Reading database ... 13912 files and directories currently installed.) 06:18:16 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:18:16 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:18:16 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 06:18:16 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 06:18:17 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 06:18:17 (Reading database ... 13912 files and directories currently installed.) 06:18:17 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 06:18:17 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:18:17 Setting up libc-bin (2.27-3ubuntu1.4) ... 06:18:17 (Reading database ... 13912 files and directories currently installed.) 06:18:17 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 06:18:17 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:18:17 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 06:18:17 (Reading database ... 13914 files and directories currently installed.) 06:18:17 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 06:18:17 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 06:18:18 Setting up debconf (1.5.66ubuntu1) ... 06:18:18 (Reading database ... 13914 files and directories currently installed.) 06:18:18 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 06:18:18 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 06:18:18 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 06:18:18 (Reading database ... 13914 files and directories currently installed.) 06:18:18 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 06:18:18 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 06:18:18 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 06:18:19 (Reading database ... 13914 files and directories currently installed.) 06:18:19 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:18:19 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:18:19 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:18:19 (Reading database ... 13914 files and directories currently installed.) 06:18:19 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:18:19 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:18:19 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 06:18:19 (Reading database ... 13914 files and directories currently installed.) 06:18:19 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:18:19 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:18:20 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:18:20 (Reading database ... 13914 files and directories currently installed.) 06:18:20 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:18:20 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:18:20 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 06:18:20 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 06:18:20 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 06:18:20 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:18:20 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 06:18:20 (Reading database ... 13914 files and directories currently installed.) 06:18:20 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 06:18:20 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 06:18:20 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 06:18:21 (Reading database ... 13914 files and directories currently installed.) 06:18:21 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 06:18:21 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:18:21 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 06:18:21 (Reading database ... 13914 files and directories currently installed.) 06:18:21 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 06:18:21 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:18:21 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 06:18:21 (Reading database ... 13914 files and directories currently installed.) 06:18:21 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 06:18:21 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 06:18:21 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 06:18:21 (Reading database ... 13914 files and directories currently installed.) 06:18:21 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 06:18:21 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:18:22 Setting up passwd (1:4.5-1ubuntu2) ... 06:18:22 (Reading database ... 13914 files and directories currently installed.) 06:18:22 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 06:18:22 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 06:18:22 Setting up gpgv (2.2.4-1ubuntu1.4) ... 06:18:22 (Reading database ... 13914 files and directories currently installed.) 06:18:22 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 06:18:22 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 06:18:22 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 06:18:22 (Reading database ... 13914 files and directories currently installed.) 06:18:22 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 06:18:22 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 06:18:23 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 06:18:23 (Reading database ... 13914 files and directories currently installed.) 06:18:23 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 06:18:23 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 06:18:23 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 06:18:23 (Reading database ... 13914 files and directories currently installed.) 06:18:23 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 06:18:23 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 06:18:23 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 06:18:23 (Reading database ... 13914 files and directories currently installed.) 06:18:23 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 06:18:23 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 06:18:23 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 06:18:24 (Reading database ... 13914 files and directories currently installed.) 06:18:24 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 06:18:24 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 06:18:24 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 06:18:24 (Reading database ... 13914 files and directories currently installed.) 06:18:24 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 06:18:24 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 06:18:24 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 06:18:24 (Reading database ... 13914 files and directories currently installed.) 06:18:24 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 06:18:24 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 06:18:24 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 06:18:24 (Reading database ... 13915 files and directories currently installed.) 06:18:24 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:18:24 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:18:24 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:18:24 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:18:24 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 06:18:25 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 06:18:25 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 06:18:25 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 06:18:25 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 06:18:25 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 06:18:25 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 06:18:25 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 06:18:25 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 06:18:25 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 06:18:25 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 06:18:25 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 06:18:26 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 06:18:26 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 06:18:26 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 06:18:26 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 06:18:26 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 06:18:26 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 06:18:26 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 06:18:26 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 06:18:27 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 06:18:27 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 06:18:27 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 06:18:27 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 06:18:27 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 06:18:27 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 06:18:28 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 06:18:28 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 06:18:28 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 06:18:28 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 06:18:28 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 06:18:28 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 06:18:28 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:18:28 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:18:28 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:18:28 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:18:28 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:18:28 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:18:29 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:18:29 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:18:30 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:18:30 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:18:31 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:18:31 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:18:32 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:18:32 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:18:32 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:18:32 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:18:33 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:18:33 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:18:33 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:18:33 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:18:33 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 06:18:33 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:18:33 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 06:18:33 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:18:34 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 06:18:34 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 06:18:34 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:18:34 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:18:34 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:18:34 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:18:34 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 06:18:34 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 06:18:34 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:18:34 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 06:18:34 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:18:34 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:18:34 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:18:34 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 06:18:34 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 06:18:34 Setting up tzdata (2021a-0ubuntu0.18.04) ... 06:18:34 06:18:34 Current default time zone: 'Etc/UTC' 06:18:34 Local time is now: Wed Apr 28 06:18:34 UTC 2021. 06:18:34 Universal Time is now: Wed Apr 28 06:18:34 UTC 2021. 06:18:34 Run 'dpkg-reconfigure tzdata' if you wish to change it. 06:18:34 06:18:35 Setting up systemd-sysv (237-3ubuntu10.46) ... 06:18:35 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:18:35 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 06:18:35 Setting up mount (2.31.1-0.4ubuntu3.7) ... 06:18:35 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 06:18:35 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 06:18:35 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 06:18:35 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 06:18:35 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 06:18:35 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 06:18:35 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:18:35 Setting up procps (2:3.3.12-3ubuntu1.2) ... 06:18:35 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 06:18:36 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 06:18:36 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 06:18:36 Setting up patch (2.7.6-2ubuntu1.1) ... 06:18:36 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 06:18:36 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 06:18:36 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 06:18:36 Installing new version of config file /etc/ssl/openssl.cnf ... 06:18:36 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 06:18:36 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 06:18:36 Setting up ca-certificates (20210119~18.04.1) ... 06:18:37 Updating certificates in /etc/ssl/certs... 06:18:38 23 added, 27 removed; done. 06:18:38 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 06:18:38 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:18:38 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 06:18:38 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 06:18:38 Setting up pkgbinarymangler (138.18.04.1) ... 06:18:38 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 06:18:38 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 06:18:38 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 06:18:38 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 06:18:38 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:18:38 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 06:18:38 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:18:38 Setting up perl (5.26.1-6ubuntu0.5) ... 06:18:38 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 06:18:38 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 06:18:38 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 06:18:38 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 06:18:38 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 06:18:38 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 06:18:38 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 06:18:38 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 06:18:38 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 06:18:38 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:18:38 Processing triggers for systemd (237-3ubuntu10.46) ... 06:18:39 Processing triggers for mime-support (3.60ubuntu1) ... 06:18:39 Processing triggers for ca-certificates (20210119~18.04.1) ... 06:18:39 Updating certificates in /etc/ssl/certs... 06:18:39 0 added, 0 removed; done. 06:18:39 Running hooks in /etc/ca-certificates/update.d... 06:18:39 done. 06:18:40 Reading package lists... 06:18:40 Building dependency tree... 06:18:40 Reading state information... 06:18:40 The following NEW packages will be installed: 06:18:40 apt-transport-https 06:18:40 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 06:18:40 Need to get 1692 B of archives. 06:18:40 After this operation, 154 kB of additional disk space will be used. 06:18:40 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 06:18:41 debconf: delaying package configuration, since apt-utils is not installed 06:18:41 Fetched 1692 B in 0s (8496 B/s) 06:18:41 Selecting previously unselected package apt-transport-https. 06:18:41 (Reading database ... 13920 files and directories currently installed.) 06:18:41 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 06:18:41 Unpacking apt-transport-https (1.6.13) ... 06:18:41 Setting up apt-transport-https (1.6.13) ... 06:18:41 Waiting for network to be ready... 06:18:49 2021-04-28T06:18:46Z INFO Waiting for automatic snapd restart... 06:18:50 snapd 2.49.2 from Canonical* installed 06:18:52 "snapd" switched to the "latest/stable" channel 06:18:52 06:18:56 core18 20210309 from Canonical* installed 06:18:56 "core18" switched to the "latest/stable" channel 06:18:56 06:18:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:18:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:18:56 ---> a6894bab5b6b 06:18:56 Step 3/22 : WORKDIR /edgex-go 06:18:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:18:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:18:56 ---> a6894bab5b6b 06:18:56 Step 3/23 : WORKDIR /edgex-go 06:18:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:18:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:18:56 ---> a6894bab5b6b 06:18:56 Step 3/21 : WORKDIR /edgex-go 06:18:56 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:18:56 Step 2/31 : FROM ${BUILDER_BASE} AS builder 06:18:56 ---> a6894bab5b6b 06:18:56 Step 3/31 : WORKDIR /edgex-go 06:18:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:18:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:18:56 ---> a6894bab5b6b 06:18:56 Step 3/23 : WORKDIR /edgex-go 06:18:56 ---> Running in 63259fb76320 06:18:56 ---> Running in 3e2f7b0a95b9 06:18:56 ---> Running in 45d9565c0d0d 06:18:56 ---> Running in 6d75ab15d9f6 06:18:56 ---> Running in e9592f7a09fe 06:18:56 Removing intermediate container e9592f7a09fe 06:18:56 ---> 8fb198c44636 06:18:56 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:18:56 Removing intermediate container 45d9565c0d0d 06:18:56 ---> 93f399d45a75 06:18:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:18:56 Removing intermediate container 63259fb76320 06:18:56 ---> 82fb712851be 06:18:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:18:56 Removing intermediate container 3e2f7b0a95b9 06:18:56 ---> b801bfa64a7e 06:18:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:18:56 Removing intermediate container 6d75ab15d9f6 06:18:56 ---> 2264a43a4fce 06:18:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:18:56 ---> Running in 755061698df2 06:18:56 ---> Running in da9dac683a07 06:18:56 ---> Running in 2b51422ecbce 06:18:56 ---> Running in ba0707e885d9 06:18:56 ---> Running in 9d42ef38dd53 06:18:56 Removing intermediate container 755061698df2 06:18:56 ---> c451389899e3 06:18:56 Step 5/31 : RUN apk add --update --no-cache make git 06:18:56 ---> Running in 4119e9430b76 06:18:56 Removing intermediate container da9dac683a07 06:18:56 ---> ea6ba57b278f 06:18:56 Step 5/21 : RUN apk add --update --no-cache make git 06:18:56 Removing intermediate container 9d42ef38dd53 06:18:56 ---> 2c54f406b1e9 06:18:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:18:56 ---> Running in 941701dce83f 06:18:56 ---> Running in 5c5cb3e6fa5c 06:18:56 Removing intermediate container ba0707e885d9 06:18:56 ---> 757c507a3346 06:18:56 Step 5/23 : RUN apk add --update --no-cache make git 06:18:56 Removing intermediate container 2b51422ecbce 06:18:56 ---> 99b9651cb614 06:18:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:18:56 ---> Running in 0a9884938508 06:18:56 ---> Running in ee8abf71e5cb 06:18:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:18:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:18:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:18:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:18:58 OK: 217 MiB in 51 packages 06:18:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:18:58 OK: 217 MiB in 51 packages 06:18:58 OK: 217 MiB in 51 packages 06:18:59 OK: 217 MiB in 51 packages 06:18:59 OK: 217 MiB in 51 packages 06:19:00 Removing intermediate container 4119e9430b76 06:19:00 ---> b39599b1a2f1 06:19:00 Step 6/31 : COPY go.mod . 06:19:00 Removing intermediate container 941701dce83f 06:19:00 ---> 5145692745d2 06:19:00 Step 6/21 : COPY go.mod . 06:19:00 Removing intermediate container 5c5cb3e6fa5c 06:19:00 ---> 4333dc11e332 06:19:00 Step 6/22 : COPY go.mod . 06:19:00 Removing intermediate container ee8abf71e5cb 06:19:00 ---> d6a89b9bc721 06:19:00 Step 6/23 : COPY go.mod . 06:19:01 Removing intermediate container 0a9884938508 06:19:01 ---> 009b38a6224c 06:19:01 Step 6/23 : COPY go.mod . 06:19:01 ---> da802a0f2167 06:19:01 Step 7/31 : RUN go mod download 06:19:01 ---> Running in 2e21b9ab0476 06:19:01 ---> 879b809617d6 06:19:01 Step 7/21 : RUN go mod download 06:19:01 ---> Running in f589a505bf8d 06:19:01 snapcraft 4.6.2 from Canonical* installed 06:19:01 "snapcraft" switched to the "latest/stable" channel 06:19:01 06:19:01 ---> 10de1dbff765 06:19:01 Step 7/22 : RUN go mod download 06:19:01 ---> e2426f1ac974 06:19:01 Step 7/23 : RUN go mod download 06:19:03 ---> Running in 83d79246101d 06:19:03 ---> Running in 47f82fcffa9a 06:19:03 ---> 2b1004a7d1c1 06:19:03 Step 7/23 : RUN go mod download 06:19:03 ---> Running in 5b9ced3d70b2 06:19:05 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: 06:19:05 - README.md 06:19:05 06:19:05 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:19:05 Removing intermediate container 2e21b9ab0476 06:19:05 ---> d44d090b836e 06:19:05 Step 8/31 : COPY . . 06:19:07 Removing intermediate container f589a505bf8d 06:19:07 ---> ceb512c8f469 06:19:07 Step 8/21 : COPY . . 06:19:08 Removing intermediate container 83d79246101d 06:19:08 ---> 14d4b9476914 06:19:08 Step 8/22 : COPY . . 06:19:08 Removing intermediate container 47f82fcffa9a 06:19:08 ---> 00e5f01add25 06:19:08 Step 8/23 : COPY . . 06:19:09 Removing intermediate container 5b9ced3d70b2 06:19:09 ---> a718d1fb10a7 06:19:09 Step 8/23 : COPY . . 06:19:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:19:12 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 06:19:12 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:19:12 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:19:13 Reading package lists... 06:19:14 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 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 06:19:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:19:20 Reading package lists... 06:19:20 Building dependency tree... 06:19:20 Reading state information... 06:19:20 Suggested packages: 06:19:20 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 06:19:20 git-gui gitk gitweb git-cvs git-mediawiki git-svn 06:19:20 Recommended packages: 06:19:20 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 06:19:20 The following NEW packages will be installed: 06:19:20 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 06:19:20 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 06:19:20 pkg-config zip 06:19:20 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 06:19:20 Need to get 7663 kB of archives. 06:19:20 After this operation, 43.8 MB of additional disk space will be used. 06:19:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 06:19:20 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 06:19:21 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 06:19:21 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 06:19:21 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 06:19:21 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 06:19:21 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 06:19:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 06:19:21 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 06:19:21 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 06:19:21 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 06:19:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 06:19:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 06:19:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 06:19:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 06:19:22 debconf: delaying package configuration, since apt-utils is not installed 06:19:22 Fetched 7663 kB in 1s (6680 kB/s) 06:19:22 Selecting previously unselected package libglib2.0-0:amd64. 06:19:22 (Reading database ... 13924 files and directories currently installed.) 06:19:22 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 06:19:22 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 06:19:22 Selecting previously unselected package libpsl5:amd64. 06:19:22 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 06:19:22 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 06:19:22 Selecting previously unselected package libnghttp2-14:amd64. 06:19:22 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 06:19:22 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:19:22 Selecting previously unselected package librtmp1:amd64. 06:19:22 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 06:19:22 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:19:22 Selecting previously unselected package libcurl3-gnutls:amd64. 06:19:22 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 06:19:22 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 06:19:22 Selecting previously unselected package liberror-perl. 06:19:22 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 06:19:22 Unpacking liberror-perl (0.17025-1) ... 06:19:22 Selecting previously unselected package git-man. 06:19:22 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 06:19:22 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 06:19:22 Selecting previously unselected package git. 06:19:22 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 06:19:22 Unpacking git (1:2.17.1-1ubuntu0.8) ... 06:19:23 Selecting previously unselected package libnorm1:amd64. 06:19:23 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 06:19:23 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:19:24 Selecting previously unselected package libpgm-5.2-0:amd64. 06:19:24 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 06:19:24 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:19:24 Selecting previously unselected package libsodium23:amd64. 06:19:24 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 06:19:24 Unpacking libsodium23:amd64 (1.0.16-2) ... 06:19:24 Selecting previously unselected package libzmq5:amd64. 06:19:24 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 06:19:24 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:19:24 Selecting previously unselected package libzmq3-dev:amd64. 06:19:24 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 06:19:24 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:19:24 Selecting previously unselected package pkg-config. 06:19:24 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 06:19:24 Unpacking pkg-config (0.29.1-0ubuntu2) ... 06:19:24 Selecting previously unselected package zip. 06:19:24 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 06:19:24 Unpacking zip (3.0-11build1) ... 06:19:24 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:19:24 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 06:19:24 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:19:24 Setting up liberror-perl (0.17025-1) ... 06:19:24 Setting up libpsl5:amd64 (0.19.1-5build1) ... 06:19:24 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 06:19:24 No schema files found: doing nothing. 06:19:24 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:19:24 Setting up zip (3.0-11build1) ... 06:19:24 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:19:24 Setting up libsodium23:amd64 (1.0.16-2) ... 06:19:24 Setting up pkg-config (0.29.1-0ubuntu2) ... 06:19:25 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:19:25 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 06:19:25 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:19:25 Setting up git (1:2.17.1-1ubuntu0.8) ... 06:19:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:19:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:19:31 git set to automatically installed. 06:19:31 git-man set to automatically installed. 06:19:31 libcurl3-gnutls set to automatically installed. 06:19:31 liberror-perl set to automatically installed. 06:19:31 libglib2.0-0 set to automatically installed. 06:19:31 libnghttp2-14 set to automatically installed. 06:19:31 libnorm1 set to automatically installed. 06:19:31 libpgm-5.2-0 set to automatically installed. 06:19:31 libpsl5 set to automatically installed. 06:19:31 librtmp1 set to automatically installed. 06:19:31 libsodium23 set to automatically installed. 06:19:31 libzmq3-dev set to automatically installed. 06:19:31 libzmq5 set to automatically installed. 06:19:31 pkg-config set to automatically installed. 06:19:31 zip set to automatically installed. 06:19:33 snapd is not logged in, snap install commands will use sudo 06:19:35 ---> b1d4f17df572 06:19:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:19:35 ---> c726121b25f2 06:19:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:19:35 ---> Running in 7398b20b50fc 06:19:35 ---> bbd15bb2ad42 06:19:35 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:19:35 ---> 7b918c03db2f 06:19:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:19:35 ---> Running in e7d72b0a51ba 06:19:35 ---> 5a0e88de0166 06:19:35 Step 9/23 : RUN make cmd/core-data/core-data 06:19:35 ---> Running in 4436259b8311 06:19:35 ---> Running in cc418bb50d50 06:19:35 ---> Running in 18c09e6c404a 06:19:35 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 06:19:35 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 06:19:35 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 06:19:35 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 06:19:35 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 06:19:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:19:55 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 06:19:55 snapd is not logged in, snap install commands will use sudo 06:20:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:20:01 snap "core18" has no updates available 06:20:02 Pulling go-build-helper 06:20:02 + snapcraftctl pull 06:20:04 'app-service-config' has dependencies that need to be staged: go-build-helper 06:20:04 Skipping pull go-build-helper (already ran) 06:20:04 Building go-build-helper 06:20:04 + snapcraftctl build 06:20:06 Staging go-build-helper 06:20:06 + snapcraftctl stage 06:20:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:20:21 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:20:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] 06:20:21 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:20:21 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:20:21 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:20:21 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:20:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:20:21 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:20:21 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:20:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:20:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 06:20:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 06:20:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 06:20:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 06:20:21 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 06:20:21 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 06:20:21 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 06:20:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:20:21 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 06:20:21 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 06:20:21 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 06:20:21 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 06:20:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 06:20:21 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 06:20:21 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 06:20:21 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 06:20:21 Fetched 24.4 MB in 0s (0 B/s) 06:20:21 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 06:20:21 Fetched 224 kB in 0s (0 B/s) 06:20:21 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 06:20:21 Fetched 157 kB in 0s (0 B/s) 06:20:21 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 06:20:21 Fetched 221 kB in 0s (0 B/s) 06:20:21 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 06:20:21 Fetched 143 kB in 0s (0 B/s) 06:20:21 Pulling app-service-config 06:20:21 + snapcraftctl pull 06:20:21 Cloning into '/root/parts/app-service-config/src'... 06:20:21 Pulling config-common 06:20:21 + snapcraftctl pull 06:20:25 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 06:20:25 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 06:20:25 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:20:25 Fetched 0 B in 0s (0 B/s) 06:20:25 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 06:20:25 Fetched 0 B in 0s (0 B/s) 06:20:25 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 06:20:25 Fetched 0 B in 0s (0 B/s) 06:20:25 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 06:20:25 Fetched 0 B in 0s (0 B/s) 06:20:25 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 06:20:25 Fetched 0 B in 0s (0 B/s) 06:20:25 Pulling edgex-go 06:20:25 + snapcraftctl pull 06:20:47 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 06:20:47 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 06:20:47 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:20:47 Fetched 0 B in 0s (0 B/s) 06:20:47 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 06:20:47 Fetched 96.5 kB in 0s (0 B/s) 06:20:47 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 06:20:47 Fetched 279 kB in 0s (0 B/s) 06:20:47 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 06:20:47 Fetched 122 kB in 0s (0 B/s) 06:20:47 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 06:20:47 Fetched 77.8 kB in 0s (0 B/s) 06:20:47 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 06:20:47 Fetched 8848 B in 0s (0 B/s) 06:20:47 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 06:20:47 Fetched 47.8 kB in 0s (0 B/s) 06:20:47 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 06:20:47 Fetched 45.6 kB in 0s (0 B/s) 06:20:47 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 06:20:47 Fetched 15.0 kB in 0s (0 B/s) 06:20:47 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 06:20:47 Fetched 219 kB in 0s (0 B/s) 06:20:47 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 06:20:47 Fetched 154 kB in 0s (0 B/s) 06:20:47 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 06:20:47 Fetched 50.6 kB in 0s (0 B/s) 06:20:47 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 06:20:47 Fetched 14.8 kB in 0s (0 B/s) 06:20:47 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 06:20:47 Fetched 41.8 kB in 0s (0 B/s) 06:20:47 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 06:20:47 Fetched 499 kB in 0s (0 B/s) 06:20:47 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 06:20:47 Fetched 111 kB in 0s (0 B/s) 06:20:47 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 06:20:47 Fetched 240 kB in 0s (0 B/s) 06:20:47 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 06:20:47 Fetched 29.3 kB in 0s (0 B/s) 06:20:47 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 06:20:47 Fetched 85.5 kB in 0s (0 B/s) 06:20:47 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 06:20:47 Fetched 24.5 kB in 0s (0 B/s) 06:20:47 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 06:20:47 Fetched 49.2 kB in 0s (0 B/s) 06:20:47 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 06:20:47 Fetched 54.2 kB in 0s (0 B/s) 06:20:47 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 06:20:47 Fetched 30.8 kB in 0s (0 B/s) 06:20:47 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 06:20:47 Fetched 15.8 kB in 0s (0 B/s) 06:20:47 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 06:20:47 Fetched 85.9 kB in 0s (0 B/s) 06:20:47 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 06:20:47 Fetched 8720 B in 0s (0 B/s) 06:20:47 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 06:20:47 Fetched 137 kB in 0s (0 B/s) 06:20:47 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 06:20:47 Fetched 119 kB in 0s (0 B/s) 06:20:47 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 06:20:47 Fetched 110 kB in 0s (0 B/s) 06:20:47 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 06:20:47 Fetched 11.1 kB in 0s (0 B/s) 06:20:47 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 06:20:47 Fetched 645 kB in 0s (0 B/s) 06:20:47 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 06:20:47 Fetched 41.3 kB in 0s (0 B/s) 06:20:47 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 06:20:47 Fetched 17.9 kB in 0s (0 B/s) 06:20:47 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 06:20:47 Fetched 368 kB in 0s (0 B/s) 06:20:47 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 06:20:47 Fetched 187 kB in 0s (0 B/s) 06:20:47 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 06:20:47 Fetched 175 kB in 0s (0 B/s) 06:20:47 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 06:20:47 Fetched 206 kB in 0s (0 B/s) 06:20:47 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 06:20:47 Fetched 1301 kB in 0s (0 B/s) 06:20:47 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 06:20:47 Fetched 36.2 kB in 0s (0 B/s) 06:20:47 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 06:20:47 Fetched 159 kB in 0s (0 B/s) 06:20:47 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 06:20:47 Fetched 107 kB in 0s (0 B/s) 06:20:47 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 06:20:47 Fetched 48.7 kB in 0s (0 B/s) 06:20:47 Pulling static-packages 06:20:47 + snapcraftctl pull 06:20:48 Pulling version 06:20:48 + cd /root/project 06:20:48 + [ -f VERSION ] 06:20:48 + PROJECT_VERSION=local-dev 06:20:48 + git rev-parse --short HEAD 06:20:48 + GIT_REVISION=3718f180 06:20:48 + snapcraftctl set-version local-dev 06:20:49 Skipping build go-build-helper (already ran) 06:20:50 Building app-service-config 06:20:50 + make build 06:20:50 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 06:20:52 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 06:20:52 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 06:20:52 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 06:20:52 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 06:20:52 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 06:20:52 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 06:20:53 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 06:20:53 go: downloading github.com/google/uuid v1.2.0 06:20:53 go: downloading github.com/pelletier/go-toml v1.2.0 06:20:53 go: downloading github.com/hashicorp/consul/api v1.8.1 06:20:53 go: downloading github.com/gorilla/mux v1.8.0 06:20:53 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 06:20:53 go: downloading github.com/hashicorp/serf v0.9.5 06:20:53 go: downloading github.com/go-kit/kit v0.8.0 06:20:53 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 06:20:53 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 06:20:53 go: downloading github.com/BurntSushi/toml v0.3.1 06:20:53 go: downloading github.com/mitchellh/mapstructure v1.1.2 06:20:53 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:20:53 go: downloading github.com/hashicorp/go-hclog v0.12.0 06:20:53 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 06:20:53 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 06:20:53 go: downloading github.com/gorilla/websocket v1.4.2 06:20:53 go: downloading github.com/x448/float16 v0.8.4 06:20:53 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 06:20:53 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 06:20:53 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 06:20:53 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:20:53 go: downloading github.com/fatih/color v1.9.0 06:20:53 go: downloading github.com/go-logfmt/logfmt v0.4.0 06:20:53 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 06:20:53 go: downloading github.com/hashicorp/golang-lru v0.5.0 06:20:53 go: downloading github.com/mattn/go-colorable v0.1.6 06:20:53 go: downloading github.com/go-redis/redis/v7 v7.2.0 06:20:53 go: downloading github.com/mattn/go-isatty v0.0.12 06:20:53 go: downloading github.com/go-playground/validator/v10 v10.4.1 06:20:53 go: downloading github.com/pebbe/zmq4 v1.2.7 06:20:53 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:20:53 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 06:20:53 go: downloading github.com/mitchellh/copystructure v1.0.0 06:20:53 go: downloading github.com/mitchellh/reflectwalk v1.0.0 06:20:53 go: downloading github.com/leodido/go-urn v1.2.0 06:20:53 go: downloading github.com/go-playground/universal-translator v0.17.0 06:20:53 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 06:20:54 go: downloading github.com/go-playground/locales v0.13.0 06:21:06 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 06:21:06 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 06:21:06 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 06:21:06 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 06:21:07 Building config-common 06:21:07 + snapcraftctl build 06:21:10 Building edgex-go 06:21:11 + cd /root/parts/edgex-go/src 06:21:11 + make build 06:21:11 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 06:21:11 go: downloading github.com/OneOfOne/xxhash v1.2.8 06:21:11 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 06:21:11 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 06:21:11 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.77 06:21:11 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 06:21:11 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 06:21:11 go: downloading github.com/pelletier/go-toml v1.9.0 06:21:11 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 06:21:11 go: downloading github.com/pkg/errors v0.8.1 06:21:11 go: downloading github.com/imdario/mergo v0.3.12 06:21:11 go: downloading github.com/go-playground/validator/v10 v10.5.0 06:21:12 go: downloading golang.org/x/text v0.3.2 06:21:12 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 06:21:18 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 06:21:18 go: downloading gopkg.in/yaml.v2 v2.4.0 06:21:24 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 06:21:25 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 06:21:27 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 06:21:28 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 06:21:28 go: downloading github.com/stretchr/testify v1.7.0 06:21:28 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 06:21:28 go: downloading github.com/davecgh/go-spew v1.1.1 06:21:28 go: downloading github.com/pmezard/go-difflib v1.0.0 06:21:30 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 06:21:30 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 06:21:30 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 06:21:32 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 06:21:33 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 06:21:35 Removing intermediate container 7398b20b50fc 06:21:35 ---> 18321e5275ce 06:21:35 06:21:35 Step 10/31 : FROM alpine:3.12 06:21:35 Removing intermediate container e7d72b0a51ba 06:21:35 ---> 00488c3aa491 06:21:35 06:21:35 Step 10/21 : FROM alpine:3.12 06:21:35 3.12: Pulling from library/alpine 06:21:35 3.12: Pulling from library/alpine 06:21:35 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:21:35 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:21:35 Status: Downloaded newer image for alpine:3.12 06:21:35 Status: Image is up to date for alpine:3.12 06:21:35 ---> 9852663dfa18 06:21:35 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:21:35 ---> 9852663dfa18 06:21:35 Step 11/21 : RUN apk add --update --no-cache curl 06:21:35 ---> Running in 10d5cd4f1de9 06:21:35 ---> Running in 0412d9383c11 06:21:35 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 06:21:35 Removing intermediate container 10d5cd4f1de9 06:21:35 ---> 7f2e3ff375d8 06:21:35 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 06:21:35 ---> Running in 693893748e1c 06:21:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:21:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:21:36 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 06:21:36 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 06:21:37 (1/4) Installing ca-certificates (20191127-r4) 06:21:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:21:37 (3/4) Installing libcurl (7.76.1-r0) 06:21:37 (4/4) Installing curl (7.76.1-r0) 06:21:37 Executing busybox-1.31.1-r20.trigger 06:21:37 Executing ca-certificates-20191127-r4.trigger 06:21:37 OK: 7 MiB in 18 packages 06:21:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:21:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:21:38 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 06:21:38 go: downloading github.com/lib/pq v1.10.1 06:21:38 (1/2) Installing dumb-init (1.2.2-r1) 06:21:38 (2/2) Installing su-exec (0.2-r1) 06:21:38 Executing busybox-1.31.1-r20.trigger 06:21:38 OK: 5 MiB in 16 packages 06:21:40 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 06:21:40 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 06:21:40 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 06:21:40 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 06:21:40 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 06:21:40 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 06:21:40 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 06:21:40 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 06:21:40 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 06:21:40 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 06:21:40 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 06:21:40 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 06:21:40 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 06:21:40 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 06:21:40 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 06:21:40 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 06:21:40 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 06:21:40 + 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 06:21:40 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 06:21:40 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 06:21:40 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 06:21:40 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 06:21:40 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 06:21:40 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 06:21:40 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 06:21:40 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 06:21:41 Removing intermediate container 693893748e1c 06:21:41 ---> 449d024cab7d 06:21:41 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 06:21:41 Removing intermediate container 0412d9383c11 06:21:41 ---> 42e2bcaa54fc 06:21:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:21:41 ---> Running in 3928dcf7c751 06:21:41 ---> Running in f9e2b3e68df9 06:21:41 Removing intermediate container 4436259b8311 06:21:41 ---> 820715834265 06:21:41 06:21:41 Step 10/22 : FROM alpine:3.12 06:21:41 ---> 9852663dfa18 06:21:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:21:42 ---> Running in 86ef4c97afdb 06:21:42 Removing intermediate container 3928dcf7c751 06:21:42 ---> f8ec3c9c1221 06:21:42 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:21:42 Removing intermediate container f9e2b3e68df9 06:21:42 ---> 241a67bb4a72 06:21:42 Step 13/21 : WORKDIR /edgex 06:21:42 ---> Running in 30586e01fce4 06:21:42 ---> Running in fb8741ade425 06:21:43 Removing intermediate container 30586e01fce4 06:21:43 ---> 6eff88f4cb51 06:21:43 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:21:43 Removing intermediate container fb8741ade425 06:21:43 ---> fb30313b6824 06:21:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:21:43 ---> Running in a099cfe024e4 06:21:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:21:44 Building static-packages 06:21:44 + snapcraftctl build 06:21:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:21:44 ---> 9a398383821c 06:21:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:21:44 (1/2) Installing ca-certificates (20191127-r4) 06:21:45 (2/2) Installing dumb-init (1.2.2-r1) 06:21:45 Executing busybox-1.31.1-r20.trigger 06:21:45 Executing ca-certificates-20191127-r4.trigger 06:21:45 OK: 6 MiB in 16 packages 06:21:46 Building version 06:21:46 + snapcraftctl build 06:21:47 ---> 579e1546d0ad 06:21:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:21:47 Removing intermediate container 86ef4c97afdb 06:21:47 ---> d1ca2caf3419 06:21:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:21:48 ---> Running in d8f9fb3174ce 06:21:48 Removing intermediate container a099cfe024e4 06:21:48 ---> 471a2565bea0 06:21:48 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 06:21:48 ---> Running in 303788b0979a 06:21:49 Removing intermediate container d8f9fb3174ce 06:21:49 ---> e4d4f8969abf 06:21:49 Step 13/22 : ENV APP_PORT=48060 06:21:49 ---> 786cc3993946 06:21:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:21:49 ---> Running in c5d32b437e7c 06:21:49 ---> Running in 3fcfa5ece51d 06:21:49 Removing intermediate container 303788b0979a 06:21:49 ---> 92cf7df803b9 06:21:49 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:21:49 Removing intermediate container cc418bb50d50 06:21:49 ---> 9d3c5d225f75 06:21:49 06:21:49 Step 10/23 : FROM alpine:3.12 06:21:49 ---> 9852663dfa18 06:21:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:21:49 Skipping stage go-build-helper (already ran) 06:21:49 Staging app-service-config 06:21:49 + snapcraftctl stage 06:21:50 Removing intermediate container c5d32b437e7c 06:21:50 ---> f2ab8ed2a3e1 06:21:50 Step 14/22 : EXPOSE $APP_PORT 06:21:50 ---> Running in 17406d9727a4 06:21:50 ---> Running in c70458cdb321 06:21:50 Removing intermediate container 3fcfa5ece51d 06:21:50 ---> c64bb967b38d 06:21:50 Step 18/21 : CMD ["--init=true"] 06:21:50 ---> Running in cb6a676e0549 06:21:50 ---> becaf615e35d 06:21:50 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:21:51 ---> Running in 044344136a0a 06:21:51 Removing intermediate container c70458cdb321 06:21:51 ---> b0be8c8ed765 06:21:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:21:51 Staging config-common 06:21:51 + snapcraftctl stage 06:21:51 Removing intermediate container cb6a676e0549 06:21:51 ---> 8c721f85cad1 06:21:51 Step 19/21 : LABEL arch=arm64 06:21:51 ---> Running in f823764de950 06:21:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:21:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:21:52 Staging edgex-go 06:21:52 + snapcraftctl stage 06:21:52 Removing intermediate container f823764de950 06:21:52 ---> 2850f458677f 06:21:52 Step 20/21 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:21:52 (1/1) Installing dumb-init (1.2.2-r1) 06:21:52 Executing busybox-1.31.1-r20.trigger 06:21:52 ---> 2527618a0ee1 06:21:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications /OK: 5 MiB in 15 packages 06:21:52 06:21:52 ---> Running in a021620d1a9d 06:21:53 Staging static-packages 06:21:53 + snapcraftctl stage 06:21:53 Removing intermediate container a021620d1a9d 06:21:53 ---> 700f1a516cff 06:21:53 Step 21/21 : LABEL version=0.0.0 06:21:53 ---> Running in f14684fa02c4 06:21:54 Staging version 06:21:54 + snapcraftctl stage 06:21:55 ---> 21045d9e6a10 06:21:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:21:55 Removing intermediate container f14684fa02c4 06:21:55 Removing intermediate container 044344136a0a 06:21:55 ---> b7c761efebbf 06:21:55 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 06:21:55 ---> 28f92f5c31d4 06:21:55 06:21:55 Priming go-build-helper 06:21:55 + snapcraftctl prime 06:21:55 Removing intermediate container 17406d9727a4 06:21:55 ---> 858cd10fd65f 06:21:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:21:55 ---> Running in f705de61f2ae 06:21:56 Successfully built 28f92f5c31d4 06:21:56 ---> 05611f76a5c6 06:21:56 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:21:56 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:21:56  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 06:21:56 Removing intermediate container f705de61f2ae 06:21:56 ---> 059cbe8b71e0 06:21:56 Step 13/23 : ENV APP_PORT=48081 06:21:56 ---> Running in fbf454d5af6f 06:21:56 ---> 00e0923edc50 06:21:56 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:21:56 Priming app-service-config 06:21:56 + snapcraftctl prime 06:21:57 ---> Running in 496940a061c8 06:21:57 Removing intermediate container 18c09e6c404a 06:21:57 ---> 0552cb66ac51 06:21:57 06:21:57 Step 10/23 : FROM alpine:3.12 06:21:57 ---> 9852663dfa18 06:21:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:21:57 Removing intermediate container fbf454d5af6f 06:21:57 ---> 92932553a6bb 06:21:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:21:57 ---> Running in b8136bf151d1 06:21:57 ---> Running in 96cc34164f41 06:21:58 Removing intermediate container 496940a061c8 06:21:58 ---> 01c1899e306b 06:21:58 Step 14/23 : EXPOSE $APP_PORT 06:21:58 Priming config-common 06:21:58 + snapcraftctl prime 06:21:58 ---> Running in 1157c57ab64d 06:21:59 Priming edgex-go 06:21:59 + snapcraftctl prime 06:21:59 Removing intermediate container b8136bf151d1 06:21:59 ---> afdbe155cdf1 06:21:59 Step 12/23 : ENV APP_PORT=48080 06:21:59 Removing intermediate container 96cc34164f41 06:21:59 ---> 318ee913127b 06:21:59 Step 20/22 : LABEL arch=arm64 06:21:59 ---> 9d984d8e5c2c 06:21:59 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:22:00 ---> Running in 78b0240a0977 06:22:00 ---> Running in 3b1c414aa751 06:22:00 Removing intermediate container 1157c57ab64d 06:22:00 ---> d0e71a8bd3fe 06:22:00 Step 15/23 : WORKDIR / 06:22:00 ---> Running in db53fc011bf6 06:22:00 Priming static-packages 06:22:00 + snapcraftctl prime 06:22:01 Removing intermediate container 3b1c414aa751 06:22:01 ---> 74cd243a49f3 06:22:01 Step 13/23 : EXPOSE $APP_PORT 06:22:01 Removing intermediate container 78b0240a0977 06:22:01 ---> 0bab94f2a584 06:22:01 Step 21/22 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:22:01 ---> cc9ff3033a97 06:22:01 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:22:01 ---> Running in bbe52f42e29d 06:22:01 ---> Running in b1e2260de8e7 06:22:01 Removing intermediate container db53fc011bf6 06:22:01 ---> c5809ffe9d83 06:22:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:22:02 ---> 37165e85a868 06:22:02 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 06:22:02 Removing intermediate container bbe52f42e29d 06:22:02 Removing intermediate container b1e2260de8e7 06:22:02 ---> 6ff0d8fcbf4b 06:22:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:02 ---> 570e47ea195e 06:22:02 Step 22/22 : LABEL version=0.0.0 06:22:03 ---> Running in 930da2aa1942 06:22:03 ---> Running in 01f0ffde51ac 06:22:03 ---> 58e6bd8d1126 06:22:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:22:03 Priming version 06:22:03 + snapcraftctl prime 06:22:03 Removing intermediate container 01f0ffde51ac 06:22:03 ---> d8a7d4183cc1 06:22:03 06:22:03 ---> a81b9e72e539 06:22:03 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 06:22:04 Successfully built d8a7d4183cc1 06:22:04 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 06:22:04 ---> Running in d037d0e88c04 06:22:04 Successfully tagged docker-support-notifications-go-arm64:latest 06:22:04  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 06:22:05 Removing intermediate container d037d0e88c04 06:22:05 ---> 392c09a5a5a7 06:22:05 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:22:05 ---> 691d10c2228d 06:22:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:22:06 Removing intermediate container 930da2aa1942 06:22:06 ---> 69aadf54ec1d 06:22:06 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:22:07 ---> 57938c96aa6c 06:22:07 Step 26/31 : RUN chmod +x /entrypoint.sh 06:22:07 ---> Running in 9e6880952085 06:22:08 ---> 30e5347883d6 06:22:08 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:22:08 ---> Running in f71caf86d3d6 06:22:09 ---> Running in 07e5defee7a0 06:22:10 Removing intermediate container 07e5defee7a0 06:22:10 ---> 5a2269b4e7d3 06:22:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:22:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:11 ---> Running in 24425b46039b 06:22:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:12 Removing intermediate container 24425b46039b 06:22:12 ---> 3cec930e277b 06:22:12 Step 21/23 : LABEL arch=arm64 06:22:12 ---> Running in 05f1865fdc1b 06:22:12 (1/6) Installing dumb-init (1.2.2-r1) 06:22:12 Removing intermediate container f71caf86d3d6 06:22:12 ---> 994c724ec1a5 06:22:12 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 06:22:12 (2/6) Installing libgcc (9.3.0-r2) 06:22:13 (3/6) Installing libsodium (1.0.18-r0) 06:22:13 (4/6) Installing libstdc++ (9.3.0-r2) 06:22:13 (5/6) Installing libzmq (4.3.3-r0) 06:22:13 Removing intermediate container 05f1865fdc1b 06:22:13 ---> c68f8c3b2027 06:22:13 Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:22:13 (6/6) Installing zeromq (4.3.3-r0) 06:22:13 Executing busybox-1.31.1-r20.trigger 06:22:13 OK: 8 MiB in 20 packages 06:22:14 ---> Running in 8c13680b94c3 06:22:14 ---> Running in 79c38ceea1c9 06:22:15 Removing intermediate container 8c13680b94c3 06:22:15 ---> 2f88c61adc7d 06:22:15 Step 28/31 : CMD ["gate"] 06:22:15 Removing intermediate container 79c38ceea1c9 06:22:15 ---> 815f6ac4ab0d 06:22:15 Step 23/23 : LABEL version=0.0.0 06:22:15 ---> Running in faa7815874a3 06:22:16 ---> Running in b1612925c52e 06:22:16 Removing intermediate container 9e6880952085 06:22:16 ---> 171e053f29c0 06:22:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:22:16 Removing intermediate container faa7815874a3 06:22:16 ---> 60e08b66db30 06:22:16 Step 29/31 : LABEL arch=arm64 06:22:16 Removing intermediate container b1612925c52e 06:22:16 ---> f21685868188 06:22:16 06:22:17 ---> Running in a3a01d3ac608 06:22:17 Successfully built f21685868188 06:22:17 Successfully tagged docker-core-metadata-go-arm64:latest 06:22:17  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 06:22:17 ---> 14ae89455674 06:22:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:22:17 Removing intermediate container a3a01d3ac608 06:22:17 ---> 449c68fef826 06:22:17 Step 30/31 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:22:18 ---> Running in 13b838310147 06:22:19 Removing intermediate container 13b838310147 06:22:19 ---> 00e3456bcd62 06:22:19 Step 31/31 : LABEL version=0.0.0 06:22:19 ---> c155b1c08bb3 06:22:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:22:20 ---> Running in 697686fb0b35 06:22:20 ---> fa0605cb7ba3 06:22:20 Step 19/23 : ENTRYPOINT ["/core-data"] 06:22:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:22:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:22:21 ---> a6894bab5b6b 06:22:21 Step 3/22 : WORKDIR /edgex-go 06:22:21 ---> Using cache 06:22:21 ---> b801bfa64a7e 06:22:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:21 ---> Using cache 06:22:21 ---> 2c54f406b1e9 06:22:21 Step 5/22 : RUN apk add --update --no-cache make git 06:22:21 Removing intermediate container 697686fb0b35 06:22:21 ---> 35e03cb05daf 06:22:21 06:22:21 ---> Running in d9a844cb55e0 06:22:21 ---> Running in bdb82fba83b2 06:22:22 Successfully built 35e03cb05daf 06:22:22 Successfully tagged docker-security-bootstrapper-go-arm64:latest 06:22:22  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 06:22:23 Removing intermediate container bdb82fba83b2 06:22:23 ---> 9178be5782b3 06:22:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:22:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:23 ---> Running in f7c732db70ce 06:22:23 Removing intermediate container f7c732db70ce 06:22:23 ---> 604c801cc864 06:22:23 Step 21/23 : LABEL arch=arm64 06:22:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:24 ---> Running in 7df9b5574eb6 06:22:25 OK: 217 MiB in 51 packages 06:22:25 Removing intermediate container 7df9b5574eb6 06:22:25 ---> 491e8cd291f1 06:22:25 Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:22:26 ---> Running in ae7f373ed692 06:22:26 Removing intermediate container ae7f373ed692 06:22:26 ---> 8f2f5decb18d 06:22:26 Step 23/23 : LABEL version=0.0.0 06:22:27 Removing intermediate container d9a844cb55e0 06:22:27 ---> 04735301de46 06:22:27 Step 6/22 : COPY go.mod . 06:22:27 ---> Running in 1b30b134f77a 06:22:28 Removing intermediate container 1b30b134f77a 06:22:28 ---> e2030679c891 06:22:28 06:22:29 Successfully built e2030679c891 06:22:29 ---> 32efe9254944 06:22:29 Step 7/22 : RUN go mod download 06:22:29 Successfully tagged docker-core-data-go-arm64:latest 06:22:30  Building docker-core-data-go ... done  ---> Running in 5eafa36face6 06:22:34 Removing intermediate container 5eafa36face6 06:22:34 ---> 4a43e799b0f2 06:22:34 Step 8/22 : COPY . . 06:22:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:22:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:22:39 ---> a6894bab5b6b 06:22:39 Step 3/24 : WORKDIR /edgex-go 06:22:39 ---> Using cache 06:22:39 ---> b801bfa64a7e 06:22:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:39 ---> Using cache 06:22:39 ---> 2c54f406b1e9 06:22:39 Step 5/24 : RUN apk add --update --no-cache make git 06:22:39 ---> Using cache 06:22:39 ---> 04735301de46 06:22:39 Step 6/24 : COPY go.mod . 06:22:39 ---> Using cache 06:22:39 ---> 32efe9254944 06:22:39 Step 7/24 : RUN go mod download 06:22:39 ---> Using cache 06:22:39 ---> 4a43e799b0f2 06:22:39 Step 8/24 : COPY . . 06:22:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:22:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:22:52 ---> a6894bab5b6b 06:22:52 Step 3/23 : WORKDIR /edgex-go 06:22:52 ---> Using cache 06:22:52 ---> b801bfa64a7e 06:22:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:52 ---> Using cache 06:22:52 ---> 2c54f406b1e9 06:22:52 Step 5/23 : RUN apk add --update --no-cache make bash git 06:22:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:22:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:22:52 ---> a6894bab5b6b 06:22:52 Step 3/23 : WORKDIR /edgex-go 06:22:52 ---> Using cache 06:22:52 ---> b801bfa64a7e 06:22:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:52 ---> Using cache 06:22:52 ---> 2c54f406b1e9 06:22:52 Step 5/23 : RUN apk add --update --no-cache make git 06:22:52 ---> Using cache 06:22:52 ---> 04735301de46 06:22:52 Step 6/23 : COPY go.mod . 06:22:52 ---> Using cache 06:22:52 ---> 32efe9254944 06:22:52 Step 7/23 : RUN go mod download 06:22:52 ---> Using cache 06:22:52 ---> 4a43e799b0f2 06:22:52 Step 8/23 : COPY . . 06:22:52 ---> Using cache 06:22:52 ---> e8c58b2fbc2e 06:22:52 Step 9/23 : RUN make cmd/core-command/core-command 06:22:58 ---> Running in e2e7b80f57a1 06:22:58 ---> Running in 3fc04c975fd5 06:22:59 ---> e8c58b2fbc2e 06:22:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:22:59 ---> 59ee1cbd9ffb 06:22:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:22:59 ---> Running in d081067535b6 06:22:59 ---> Running in 4f2e5f08f693 06:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:23:00 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 06:23:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:23:01 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 06:23:01 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 06:23:02 OK: 217 MiB in 51 packages 06:23:04 Removing intermediate container e2e7b80f57a1 06:23:04 ---> d7b3d4e4d2a0 06:23:04 Step 6/23 : COPY go.mod . 06:23:04 ---> 4f29faf1d8f0 06:23:04 Step 7/23 : RUN go mod download 06:23:04 ---> Running in e45fdbd85a93 06:23:09 Removing intermediate container e45fdbd85a93 06:23:09 ---> 012a83d2be01 06:23:09 Step 8/23 : COPY . . 06:23:31 ---> fca72f108108 06:23:31 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:23:31 ---> Running in d6a3160ee55b 06:23:31 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 06:24:28 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 06:24:36 Removing intermediate container 4f2e5f08f693 06:24:36 ---> df5c467883ec 06:24:36 06:24:36 Step 10/24 : FROM alpine:3.12 06:24:36 ---> 9852663dfa18 06:24:36 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 06:24:36 ---> Running in f622abf4b2cb 06:24:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:24:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:24:39 (1/6) Installing ca-certificates (20191127-r4) 06:24:39 (2/6) Installing nghttp2-libs (1.41.0-r0) 06:24:39 (3/6) Installing libcurl (7.76.1-r0) 06:24:39 (4/6) Installing curl (7.76.1-r0) 06:24:39 (5/6) Installing dumb-init (1.2.2-r1) 06:24:39 (6/6) Installing su-exec (0.2-r1) 06:24:39 Executing busybox-1.31.1-r20.trigger 06:24:39 Executing ca-certificates-20191127-r4.trigger 06:24:40 OK: 7 MiB in 20 packages 06:24:40 Removing intermediate container 3fc04c975fd5 06:24:40 ---> 043ff12d15c1 06:24:40 06:24:40 Step 10/23 : FROM alpine:3.12 06:24:40 ---> 9852663dfa18 06:24:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:24:40 ---> Using cache 06:24:40 ---> 858cd10fd65f 06:24:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:24:40 ---> Using cache 06:24:40 ---> 059cbe8b71e0 06:24:40 Step 13/23 : ENV APP_PORT=48082 06:24:40 ---> Running in 6a8853d28610 06:24:41 Removing intermediate container 6a8853d28610 06:24:41 ---> db826ccf3995 06:24:41 Step 14/23 : EXPOSE $APP_PORT 06:24:42 ---> Running in 9060e55f1cac 06:24:43 Removing intermediate container 9060e55f1cac 06:24:43 ---> 4d7d5c341ff4 06:24:43 Step 15/23 : WORKDIR / 06:24:43 Removing intermediate container f622abf4b2cb 06:24:43 ---> 0cd4e618ce0b 06:24:43 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:24:43 ---> Running in 9b4059e8e298 06:24:43 ---> Running in 76ea1347affe 06:24:44 Removing intermediate container d081067535b6 06:24:44 ---> f49e330593f6 06:24:44 06:24:44 Step 10/22 : FROM alpine:3.12 06:24:44 ---> 9852663dfa18 06:24:44 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:24:44 ---> Using cache 06:24:44 ---> 858cd10fd65f 06:24:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:24:44 ---> Using cache 06:24:44 ---> 059cbe8b71e0 06:24:44 Step 13/22 : ENV APP_PORT=48085 06:24:44 ---> Running in d64924bf490b 06:24:44 Removing intermediate container 9b4059e8e298 06:24:44 ---> cdaede8821ca 06:24:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:24:44 Removing intermediate container 76ea1347affe 06:24:44 ---> fc57e22fa249 06:24:44 Step 13/24 : WORKDIR / 06:24:44 ---> Running in 20f877581e0a 06:24:44 Removing intermediate container d64924bf490b 06:24:44 ---> aa2c551858b5 06:24:44 Step 14/22 : EXPOSE $APP_PORT 06:24:45 ---> Running in eae7bc187485 06:24:45 Removing intermediate container 20f877581e0a 06:24:45 ---> 7cd62f52682d 06:24:45 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:24:45 ---> b7d8b69a0fd0 06:24:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:24:45 Removing intermediate container eae7bc187485 06:24:45 ---> 78fe059d85c5 06:24:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:24:46 ---> 68171373f266 06:24:46 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:24:46 ---> 3294ff0d7124 06:24:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:24:47 ---> 6547ac175d59 06:24:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:24:47 ---> 26c1f8cae7da 06:24:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:24:48 ---> 0b6b354e914e 06:24:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:24:48 ---> 0212266469f5 06:24:48 Step 19/23 : ENTRYPOINT ["/core-command"] 06:24:48 ---> Running in 218209aedf8d 06:24:48 ---> 18bd2aa6b349 06:24:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:24:49 Removing intermediate container 218209aedf8d 06:24:49 ---> 64d03bddd430 06:24:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:24:49 ---> c453c54e4d4b 06:24:49 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:24:50 ---> Running in 46331e61a207 06:24:50 ---> Running in 71f5b5b6ad94 06:24:50 ---> de05680abe25 06:24:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:24:50 Removing intermediate container d6a3160ee55b 06:24:50 ---> 436829441bb1 06:24:50 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:24:50 Removing intermediate container 46331e61a207 06:24:50 ---> ee22b07901ae 06:24:50 Step 21/23 : LABEL arch=arm64 06:24:51 ---> Running in 74710e17af0b 06:24:51 Removing intermediate container 71f5b5b6ad94 06:24:51 ---> 4d1d91af4f96 06:24:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:24:51 ---> Running in bdaa24ba1f14 06:24:51 ---> Running in 92754dba99be 06:24:52 Removing intermediate container bdaa24ba1f14 06:24:52 ---> f682626d1257 06:24:52 Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:24:52 ---> Running in 907a55ba9985 06:24:52 Removing intermediate container 92754dba99be 06:24:52 ---> 33267cf2dbba 06:24:52 Step 20/22 : LABEL arch=arm64 06:24:52 ---> d4abb05f77c2 06:24:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:24:52 ---> Running in 25a5bd036c97 06:24:52 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 06:24:52 Removing intermediate container 907a55ba9985 06:24:52 ---> ea5bda8bfeb1 06:24:52 Step 23/23 : LABEL version=0.0.0 06:24:53 ---> Running in ce8f3045255a 06:24:53 Removing intermediate container 25a5bd036c97 06:24:53 ---> b095663d5bd9 06:24:53 Step 21/22 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:24:53 ---> 756093625bac 06:24:53 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 06:24:53 ---> Running in a6327f008293 06:24:53 ---> Running in 7ff0e3e98bc6 06:24:53 Removing intermediate container ce8f3045255a 06:24:53 ---> 70e8842cb24d 06:24:53 06:24:54 Removing intermediate container a6327f008293 06:24:54 ---> b7e1d35eb15e 06:24:54 Step 22/22 : LABEL version=0.0.0 06:24:54 ---> Running in 3fe5994d6e24 06:24:54 Successfully built 70e8842cb24d 06:24:54 Successfully tagged docker-core-command-go-arm64:latest 06:24:55  Building docker-core-command-go ... done Removing intermediate container 3fe5994d6e24 06:24:55 ---> 72a3c7417076 06:24:55 06:24:55 Successfully built 72a3c7417076 06:24:55 Successfully tagged docker-support-scheduler-go-arm64:latest 06:24:56  Building docker-support-scheduler-go ... done Removing intermediate container 74710e17af0b 06:24:56 ---> 950da1cd72af 06:24:56 06:24:56 Step 11/23 : FROM docker:20.10.0 06:24:56 20.10.0: Pulling from library/docker 06:24:56 Removing intermediate container 7ff0e3e98bc6 06:24:56 ---> e908ef2eeef4 06:24:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:24:57 ---> Running in 810e596d60f8 06:24:57 Removing intermediate container 810e596d60f8 06:24:57 ---> 550037343295 06:24:57 Step 22/24 : LABEL arch=arm64 06:24:58 ---> Running in 34f56a77aa2a 06:24:59 Removing intermediate container 34f56a77aa2a 06:24:59 ---> 1ab9c7c09e58 06:24:59 Step 23/24 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:24:59 ---> Running in 1d717f364c78 06:25:00 Removing intermediate container 1d717f364c78 06:25:00 ---> 73030e256de7 06:25:00 Step 24/24 : LABEL version=0.0.0 06:25:00 ---> Running in 0bf20fce2629 06:25:00 Removing intermediate container 0bf20fce2629 06:25:00 ---> 44523281fd5a 06:25:00 06:25:01 Successfully built 44523281fd5a 06:25:01 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:25:05  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:25:05 Status: Downloaded newer image for docker:20.10.0 06:25:05 ---> eeaf43b92773 06:25:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 06:25:06 ---> Running in 00bece2352f0 06:25:06 Removing intermediate container 00bece2352f0 06:25:06 ---> 8fdb7225c338 06:25:06 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 06:25:06 ---> Running in 67cc3373ad41 06:25:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:25:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:25:09 (1/39) Installing readline (8.0.4-r0) 06:25:09 (2/39) Installing bash (5.0.17-r0) 06:25:09 Executing bash-5.0.17-r0.post-install 06:25:09 (3/39) Installing nghttp2-libs (1.41.0-r0) 06:25:09 (4/39) Installing libcurl (7.76.1-r0) 06:25:09 (5/39) Installing curl (7.76.1-r0) 06:25:09 (6/39) Installing dumb-init (1.2.2-r1) 06:25:09 (7/39) Installing libbz2 (1.0.8-r1) 06:25:09 (8/39) Installing expat (2.2.9-r1) 06:25:09 (9/39) Installing libffi (3.3-r2) 06:25:09 (10/39) Installing gdbm (1.13-r1) 06:25:09 (11/39) Installing xz-libs (5.2.5-r0) 06:25:09 (12/39) Installing sqlite-libs (3.32.1-r0) 06:25:09 (13/39) Installing python3 (3.8.8-r0) 06:25:11 (14/39) Installing py3-appdirs (1.4.4-r1) 06:25:11 (15/39) Installing py3-ordered-set (4.0.1-r0) 06:25:11 (16/39) Installing py3-parsing (2.4.7-r0) 06:25:11 (17/39) Installing py3-six (1.15.0-r0) 06:25:11 (18/39) Installing py3-packaging (20.4-r0) 06:25:11 (19/39) Installing py3-setuptools (47.0.0-r0) 06:25:11 (20/39) Installing py3-chardet (3.0.4-r4) 06:25:11 (21/39) Installing py3-idna (2.9-r0) 06:25:11 (22/39) Installing py3-certifi (2020.4.5.1-r0) 06:25:11 (23/39) Installing py3-urllib3 (1.25.9-r0) 06:25:11 (24/39) Installing py3-requests (2.23.0-r0) 06:25:11 (25/39) Installing py3-msgpack (1.0.0-r0) 06:25:11 (26/39) Installing py3-lockfile (0.12.2-r3) 06:25:11 (27/39) Installing py3-cachecontrol (0.12.6-r0) 06:25:11 (28/39) Installing py3-colorama (0.4.3-r0) 06:25:11 (29/39) Installing py3-distlib (0.3.0-r0) 06:25:11 (30/39) Installing py3-distro (1.5.0-r1) 06:25:11 (31/39) Installing py3-webencodings (0.5.1-r3) 06:25:11 (32/39) Installing py3-html5lib (1.0.1-r4) 06:25:11 (33/39) Installing py3-pytoml (0.1.21-r0) 06:25:11 (34/39) Installing py3-pep517 (0.8.2-r0) 06:25:11 (35/39) Installing py3-progress (1.5-r0) 06:25:11 (36/39) Installing py3-toml (0.10.1-r0) 06:25:11 (37/39) Installing py3-retrying (1.3.3-r0) 06:25:11 (38/39) Installing py3-contextlib2 (0.6.0-r0) 06:25:11 (39/39) Installing py3-pip (20.1.1-r0) 06:25:12 Executing busybox-1.31.1-r19.trigger 06:25:12 OK: 72 MiB in 59 packages 06:25:18 Collecting docker-compose==1.23.2 06:25:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:25:19 Collecting websocket-client<1.0,>=0.32.0 06:25:19 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 06:25:19 Collecting docopt<0.7,>=0.6.1 06:25:19 Downloading docopt-0.6.2.tar.gz (25 kB) 06:25:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:25:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:25:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:25:24 Collecting jsonschema<3,>=2.5.1 06:25:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:25:25 Collecting PyYAML<4,>=3.10 06:25:25 Downloading PyYAML-3.13.tar.gz (270 kB) 06:25:31 Collecting cached-property<2,>=1.2.0 06:25:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:25:31 Collecting texttable<0.10,>=0.9.0 06:25:31 Downloading texttable-0.9.1.tar.gz (11 kB) 06:25:34 Collecting dockerpty<0.5,>=0.4.1 06:25:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:25:37 Collecting docker<4.0,>=3.6.0 06:25:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:25:38 Collecting idna<2.8,>=2.5 06:25:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:25:39 Collecting urllib3<1.25,>=1.21.1 06:25:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:25:39 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 06:25:39 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 06:25:39 Collecting docker-pycreds>=0.4.0 06:25:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:25:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:25:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:25:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:25:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:25:41 Installing collected packages: websocket-client, docopt, idna, urllib3, requests, jsonschema, PyYAML, cached-property, texttable, dockerpty, docker-pycreds, docker, docker-compose 06:25:41 Running setup.py install for docopt: started 06:25:44 Running setup.py install for docopt: finished with status 'done' 06:25:44 Attempting uninstall: idna 06:25:44 Found existing installation: idna 2.9 06:25:44 Uninstalling idna-2.9: 06:25:44 Successfully uninstalled idna-2.9 06:25:45 Attempting uninstall: urllib3 06:25:45 Found existing installation: urllib3 1.25.9 06:25:45 Uninstalling urllib3-1.25.9: 06:25:45 Successfully uninstalled urllib3-1.25.9 06:25:45 Attempting uninstall: requests 06:25:45 Found existing installation: requests 2.23.0 06:25:45 Uninstalling requests-2.23.0: 06:25:46 Successfully uninstalled requests-2.23.0 06:25:46 Running setup.py install for PyYAML: started 06:25:50 Running setup.py install for PyYAML: finished with status 'done' 06:25:50 Running setup.py install for texttable: started 06:25:52 Running setup.py install for texttable: finished with status 'done' 06:25:52 Running setup.py install for dockerpty: started 06:25:55 Running setup.py install for dockerpty: finished with status 'done' 06:25:58 Successfully installed PyYAML-3.13 cached-property-1.5.2 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.58.0 06:26:08 Removing intermediate container 67cc3373ad41 06:26:08 ---> 80c152b38351 06:26:08 Step 14/23 : ENV APP_PORT=48090 06:26:08 ---> Running in cb13e3fe90a3 06:26:08 Removing intermediate container cb13e3fe90a3 06:26:08 ---> d053671f053a 06:26:08 Step 15/23 : EXPOSE $APP_PORT 06:26:08 ---> Running in b8dc713963bc 06:26:09 Removing intermediate container b8dc713963bc 06:26:09 ---> 9b23d72f6279 06:26:09 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:26:10 ---> 1a6680a31a27 06:26:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:26:11 ---> 17d46b38d188 06:26:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:26:12 ---> f6c22b1c5b6b 06:26:12 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 06:26:12 ---> Running in 8175c606f932 06:26:13 Removing intermediate container 8175c606f932 06:26:13 ---> 2774e9c57919 06:26:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:26:13 ---> Running in 49fb6de0249b 06:26:13 Removing intermediate container 49fb6de0249b 06:26:13 ---> 5fc584fcdbe3 06:26:14 Step 21/23 : LABEL arch=arm64 06:26:14 ---> Running in d6587e63ec8e 06:26:14 Removing intermediate container d6587e63ec8e 06:26:14 ---> d80d583b620c 06:26:14 Step 22/23 : LABEL git_sha=3718f1804264b4d9eff5b8dceaa8090d27be1d0a 06:26:14 ---> Running in 614f32c23069 06:26:15 Removing intermediate container 614f32c23069 06:26:15 ---> 90aad4016b58 06:26:15 Step 23/23 : LABEL version=0.0.0 06:26:15 ---> Running in c2ae01651f34 06:26:16 Removing intermediate container c2ae01651f34 06:26:16 ---> e9538d4a55e8 06:26:16 06:26:16 Successfully built e9538d4a55e8 06:26:16 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:26:17  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:26:17 $ docker stop --time=1 e0b0dfc439838810b556742803c17031b47fe4c3a98bfb40bce6c12693a1b5d2 06:26:19 $ docker rm -f e0b0dfc439838810b556742803c17031b47fe4c3a98bfb40bce6c12693a1b5d2 [Pipeline] // withDockerContainer [Pipeline] sh 06:26:19 + + docker images 06:26:19 grep docker 06:26:20 docker-sys-mgmt-agent-go-arm64 latest e9538d4a55e8 5 seconds ago 299MB 06:26:20 docker-security-secretstore-setup-go-arm64 latest 44523281fd5a About a minute ago 24.9MB 06:26:20 docker-support-scheduler-go-arm64 latest 72a3c7417076 About a minute ago 16.6MB 06:26:20 docker-core-command-go-arm64 latest 70e8842cb24d About a minute ago 16.5MB 06:26:20 docker-core-data-go-arm64 latest e2030679c891 3 minutes ago 21.6MB 06:26:20 docker-security-bootstrapper-go-arm64 latest 35e03cb05daf 4 minutes ago 18.1MB 06:26:20 docker-core-metadata-go-arm64 latest f21685868188 4 minutes ago 18.1MB 06:26:20 docker-support-notifications-go-arm64 latest d8a7d4183cc1 4 minutes ago 17.1MB 06:26:20 docker-security-proxy-setup-go-arm64 latest 28f92f5c31d4 4 minutes ago 24.6MB 06:26:20 docker 20.10.0 eeaf43b92773 4 months ago 228MB [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] libraryResource [Pipeline] sh 06:26:21 ---> job-cost.sh 06:26:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TAIh 06:27:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:28:39 lf-activate-venv(): INFO: Adding /tmp/venv-TAIh/bin to PATH 06:28:39 INFO: No Stack... 06:28:39 INFO: Retrieving Pricing Info for: lf-standard-4 06:28:39 INFO: Archiving Costs [Pipeline] sh 06:28:39 + cut -d, -f6 06:28:39 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 06:28:40 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3404-1-stack-cost] 06:28:40 Resource [jenkins-edgexfoundry-edgex-go-PR-3404-1-stack-cost] did not exist. Created. 06:28:40 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3404-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:28:40 + echo total: 0.20999999344348907 [Pipeline] stash 06:28:40 Stashed 1 file(s) [Pipeline] } 06:28:40 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3404-1-stack-cost] [Pipeline] // lock [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] wrap 06:28:42 provisioning config files... 06:28:42 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6909320352451897809tmp [Pipeline] { [Pipeline] sh 06:28:42 + set +x 06:28:42 + curl -s https://codecov.io/bash 06:28:42 + bash -s -- 06:28:43 06:28:43 _____ _ 06:28:43 / ____| | | 06:28:43 | | ___ __| | ___ ___ _____ __ 06:28:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:28:43 | |___| (_) | (_| | __/ (_| (_) \ V / 06:28:43 \_____\___/ \__,_|\___|\___\___/ \_/ 06:28:43 Bash-1.0.2 06:28:43 06:28:43 06:28:43 ==> git version 2.24.3 found 06:28:43 ==> 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 06:28:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:28:43 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:28:43 ==> Jenkins CI detected. 06:28:43 project root: . 06:28:43 --> token set from env 06:28:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:28:43 ==> Running gcov in . (disable via -X gcov) 06:28:43 ==> Python coveragepy not found 06:28:43 ==> Searching for coverage reports in: 06:28:43 + . 06:28:43 -> Found 1 reports 06:28:43 ==> Detecting git/mercurial file structure 06:28:43 ==> Reading reports 06:28:43 + ./coverage.out bytes=689628 06:28:43 ==> Appending adjustments 06:28:43 https://docs.codecov.io/docs/fixing-reports 06:28:47 + Found adjustments 06:28:47 ==> Gzipping contents 06:28:47 100K /tmp/codecov.tuMsdh.gz 06:28:47 ==> Uploading reports 06:28:47 url: https://codecov.io 06:28:47 query: branch=PR-3404&commit=3718f1804264b4d9eff5b8dceaa8090d27be1d0a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3404%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3404&job=&cmd_args= 06:28:47 -> Pinging Codecov 06:28:47 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3404&commit=3718f1804264b4d9eff5b8dceaa8090d27be1d0a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3404%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3404&job=&cmd_args= 06:28:47 -> Uploading to 06:28:47 https://storage.googleapis.com/codecov/v4/raw/2021-04-28/00271124DB129430A58F1EEE437C3FCB/3718f1804264b4d9eff5b8dceaa8090d27be1d0a/92d8704c-37fc-47d1-ad1d-b20098e08e5b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210428%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210428T062847Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ba70403f9e0015dde6ba72e0012c343c3a495c8e49008504812b8b8592f8e6aa 06:28:47 % Total % Received % Xferd Average Speed Time Time Time Current 06:28:47 Dload Upload Total Spent Left Speed 06:28:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99141 0 0 100 99141 0 204k --:--:-- --:--:-- --:--:-- 204k 06:28:48 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3718f1804264b4d9eff5b8dceaa8090d27be1d0a [Pipeline] } 06:28:48 Deleting 1 temporary files [Pipeline] // wrap [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 06:28:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:28:51 ---> package-listing.sh 06:28:51 ++ facter osfamily 06:28:51 ++ tr '[:upper:]' '[:lower:]' 06:28:51 + OS_FAMILY=redhat 06:28:51 + workspace=/w/workspace/edgex-go/1 06:28:51 + START_PACKAGES=/tmp/packages_start.txt 06:28:51 + END_PACKAGES=/tmp/packages_end.txt 06:28:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:28:51 + PACKAGES=/tmp/packages_start.txt 06:28:51 + '[' /w/workspace/edgex-go/1 ']' 06:28:51 + PACKAGES=/tmp/packages_end.txt 06:28:51 + case "${OS_FAMILY}" in 06:28:51 + rpm -qa 06:28:51 + sort 06:28:56 + '[' -f /tmp/packages_start.txt ']' 06:28:56 + '[' -f /tmp/packages_end.txt ']' 06:28:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:28:56 + '[' /w/workspace/edgex-go/1 ']' 06:28:56 + mkdir -p /w/workspace/edgex-go/1/archives/ 06:28:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 06:28:56 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 06:28:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:28:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:28:57 06:28:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:28:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:28:57 alpine: Pulling from edgex-lftools-log-publisher 06:28:57 df20fa9351a1: Pulling fs layer 06:28:57 36b3adc4ff6f: Pulling fs layer 06:28:57 8ad3a11d3b57: Pulling fs layer 06:28:57 46f8f816bc3b: Pulling fs layer 06:28:57 93b61091891f: Pulling fs layer 06:28:57 93b9cdb0e59b: Pulling fs layer 06:28:57 5e14af77c1be: Pulling fs layer 06:28:57 01666e4c0597: Pulling fs layer 06:28:57 aa168da1d23b: Pulling fs layer 06:28:57 93b9cdb0e59b: Waiting 06:28:57 5e14af77c1be: Waiting 06:28:57 01666e4c0597: Waiting 06:28:57 46f8f816bc3b: Waiting 06:28:57 aa168da1d23b: Waiting 06:28:57 93b61091891f: Waiting 06:28:57 36b3adc4ff6f: Verifying Checksum 06:28:57 36b3adc4ff6f: Download complete 06:28:57 46f8f816bc3b: Verifying Checksum 06:28:57 46f8f816bc3b: Download complete 06:28:57 df20fa9351a1: Download complete 06:28:57 93b9cdb0e59b: Verifying Checksum 06:28:57 93b9cdb0e59b: Download complete 06:28:57 5e14af77c1be: Verifying Checksum 06:28:57 5e14af77c1be: Download complete 06:28:57 93b61091891f: Verifying Checksum 06:28:57 93b61091891f: Download complete 06:28:57 01666e4c0597: Verifying Checksum 06:28:57 01666e4c0597: Download complete 06:28:57 df20fa9351a1: Pull complete 06:28:58 8ad3a11d3b57: Verifying Checksum 06:28:58 8ad3a11d3b57: Download complete 06:28:58 36b3adc4ff6f: Pull complete 06:28:59 8ad3a11d3b57: Pull complete 06:28:59 46f8f816bc3b: Pull complete 06:29:00 aa168da1d23b: Verifying Checksum 06:29:00 aa168da1d23b: Download complete 06:29:01 93b61091891f: Pull complete 06:29:01 93b9cdb0e59b: Pull complete 06:29:01 5e14af77c1be: Pull complete 06:29:01 01666e4c0597: Pull complete 06:29:11 aa168da1d23b: Pull complete 06:29:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:29:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:29:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:29:12 prd-centos7-docker-4c-2g-2158 does not seem to be running inside a container 06:29:12 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:29:17 $ docker top b076f9fddb62610ab714b0a60a9eb66c2fc4eb114987e571d4bdfb7f040d2b7d -eo pid,comm [Pipeline] { [Pipeline] sh 06:29:18 + touch /tmp/pre-build-complete [Pipeline] sh 06:29:18 + mkdir -p /var/log/sa [Pipeline] sh 06:29:19 + ls /var/log/sa-host 06:29:19 + sadf -c /var/log/sa-host/sa23 06:29:19 file_magic: OK 06:29:19 HZ: Using current value: 100 06:29:19 file_header: OK 06:29:19 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 06:29:19 Statistics: 06:29:19 Hnuu...uuuununununu... 06:29:19 File successfully converted to sysstat format version 12.2.1 06:29:19 + sadf -c /var/log/sa-host/sa28 06:29:19 file_magic: OK 06:29:19 HZ: Using current value: 100 06:29:19 file_header: OK 06:29:19 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 06:29:19 Statistics: 06:29:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:29:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:29:19 provisioning config files... 06:29:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8056784617278103166tmp [Pipeline] { [Pipeline] echo 06:29:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:29:20 ---> create-netrc.sh [Pipeline] } 06:29:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:29:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:29:20 ---> python-tools-install.sh [Pipeline] echo 06:29:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:29:21 ---> sudo-logs.sh 06:29:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:29:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:29:21 ---> job-cost.sh 06:29:21 lf-activate-venv: SKIPPING 06:29:21 DEBUG: total: 0.20999999344348907 06:29:21 INFO: Retrieving Stack Cost... 06:29:22 INFO: Retrieving Pricing Info for: v1-standard-2 06:29:23 INFO: Archiving Costs [Pipeline] echo 06:29:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:29:23 ---> logs-deploy.sh 06:29:23 lf-activate-venv: SKIPPING 06:29:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3404/1 06:29:23 INFO: archiving workspace using pattern(s): 06:29:24 Archives upload complete. 06:29:25 INFO: archiving logs to Nexus